/* Generales */
body {
    max-width: 100vw !important;
    margin: 0;
    padding: 0;
    background: #e5e5e5;
}

nav a {
    color: #3e5762;
}

nav a:hover {
    color: #3e5762;
}

a {
color:#177dc6;
text-decoration: none;
}
.title {
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #3e5762;
}
.title-number{
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #3e5762;
}

.big-title {
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 65px;
}

.headline3{
   font-family: Nunito;
   font-style: normal;
   font-weight: bold;
   font-size: 24px;
   line-height: 32px;
   color: #3e5762;
}  

.subtitle {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #3e5762;
}

.green-btn {
    background: #cfff4d;
    border-radius: 32px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 17px;
    cursor: pointer;
    color: #3e5762;
    border: none;
    outline: inherit;
    padding: 1rem;
    width: 220px;
    text-align: center;
}

.green-btn:hover {
    color: #3e5762;
}

.green-btn-credit {
    background: #cfff4d;
    border-radius: 32px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    cursor: pointer;
    color: #3e5762;
    border: none;
    outline: inherit;
    padding: 7px 30px 7px 30px;
    width: 220px;
    text-align: center;
}

.green-btn-credit:hover {
    color: #3e5762;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.body-text {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 24px;
    color: #3e5762;
}

.headline {
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #3e5762;
}

a:hover {
    text-decoration: none;
}

.ceibo-primary {
    min-width:170px;
    background: #177dc6;
    border-radius: 32px;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.06rem;
    text-align: center;
    color: #ffffff;
    border: 2px solid #177dc6;
    cursor: pointer;
    padding: 1rem;
}

.ceibo-primary:hover {
    color: #ffffff !important;
    background: #2892DE !important;
    border: 2px solid #2892DE;
}

.ceibo-primary-credit {
    min-width:170px;
    background: #73AE02;
    border-radius: 32px;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.06rem;
    text-align: center;
    color: #ffffff;
    border: 2px solid #73AE02;
    cursor: pointer;
    padding: 7px 30px 7px 30px;
}

.ceibo-primary-credit:hover {
    color: #ffffff !important;
    background: #73AE02 !important;
    border: 2px solid #73AE02;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.ceibo-outline {
    min-width:170px;
    background: transparent;
    border-radius: 32px;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.06rem;
    text-align: center;
    color: #177dc6 !important;
    border: 2px solid #177dc6;
    cursor: pointer;
    padding: 1rem;
}

a .ceibo-outline:hover {
    color: #177dc6 !important;
}

.subtext {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #3e5762;
    margin: 0;
}

.line {
    display: flex;
    justify-content: center;
}

.center-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.left-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.left-line {
    display: flex;
    justify-content: flex-start;
}

.right-line {
    display: flex;
    justify-content: flex-end;
}

.head-wave  svg{
    border-bottom: 10px solid rgba(229, 229, 229);
}
/*  */
/*  */
/*  */

/* footer */

footer {
    padding: 2rem 3rem;
    background: #3e5762;
}

.footer-logo {
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-start;
}

.footer-info p {
    color: #ffffff;
}

.footer-info {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
}

.footer-info .subtitle {
    font-weight: bold;
    color: #ffffff;
}

.footer-contact div {
    display: flex;
    justify-content: flex-start;
}

.footer-contact > div > span {
    color: #cfff4d;
    font-size: 1.3rem;
    padding-left: 0;
    padding-right:0.5rem ;
    padding-top:0.2rem  ;
    padding-bottom:0.2rem;

}

.footer-social div {
    display: flex;
    justify-content: flex-start;
}

.footer-circle {
    height: 30px;
    width: 30px;
    background-color: #cfff4d;
    border-radius: 50%;
    margin: 0.5rem;
}

.footer-circle a {
    margin: auto;
    padding: auto;
    color: #3e5762 !important;
}

/* navbar/header */
.minimize{
    margin-top: -8px;
    color:#65858f;
}

header {
    padding: 1rem 7rem;
    display: flex;
    justify-content: space-between;
    z-index: 999;
}

nav {
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
}

nav a {
    margin: 2rem;
    text-decoration: none;
}

nav {
    padding-top: 0.8rem;
    z-index: 999;
}

nav a.active {
    border-bottom: 3px solid #CFFF4D;
    border-radius: 2px ;
}


/* Unite a Ceibo */

.join-ceibo {
    background: #e5e5e5;
    display: flex;
    justify-content: space-around;
    padding: 1.5rem;
}

.join-texts {
    display: flex;
    justify-content: center;
}

.join-ilus {
    padding: 0;
}

.join-btn {
    display: flex;
    justify-content: flex-start;
}

.join-texts > .left {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.join-texts > .left > .subtitle {
    padding: 1.2rem 0;
}

.join-texts > .left > .ceibo-primary {
    margin: 0 1rem;
}

.join-texts > .right > div > a {
    text-decoration: underline;
}

.join-texts > .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.join-texts .title {
    text-align: left;
}

.join-texts > .right > div {
    padding: 3rem 1.5rem;
    height: fit-content;
    border-left: 0.5px solid #65858f;
}

/* Div mensaje enviado */
.msg-send {
    background: #ffffff;
    box-shadow: 2px 4px 4px rgba(101, 133, 143, 0.2);
    border-radius: 8px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}