@font-face {
    font-family: 'DM Serif Text';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/dmseriftext/v12/rnCu-xZa_krGokauCeNq1wWyWfSFXQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
  
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient( #3961a6 0%, #99d4f2 200px, #ffffff 500px );
    color: #2D3A41;
    outline: none;
}

table {
    border-collapse: collapse;
}

img {
    border: 20px;
    max-width: 100%;
    height: auto;
}

.img--logo{
    width:300px;
    height:142px;
    pointer-events: all;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.imagen-z-1{ 
    z-index: -1;
    max-width: 490px;
    max-height: 490px;
    width:100%;
    height:80%;
    min-width: 50px;
    min-height: 50px;
    padding-left: 5vw;
    margin-top: -2vw;
}

.header {
    padding: 20px 0px 40px 0px;
    text-align: center;
}

.container {
    margin: 0 auto;
    padding: 20px;
}

.container--texts{
    display:flex;
    justify-content: center;
    align-items: start;
    margin-top: 10px;
    padding: 40px;
    background-color: #3961a6;
}

.container--cards{
    display:flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient( #3961a6 0%, #99d4f2 200px, #ffffff 600px );
    padding-top: 20px;
    width:100%;
}

.container--footer{
    background-color: #193C67;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:5%;
    padding-top: 5%;
    padding-bottom: 2.5%;
}

.content--mix {
    width:95%;
    padding: 2%;
    text-align: center;
    margin-bottom: 20px;
    pointer-events: none;
    user-select: none;
} 

.content--btn{
    align-content: center;
    text-align: center;
    pointer-events: all;
    user-select: none;
}

.content--texts{
    color:#fefbeb;
    padding: 40px;
    text-align: justify;
    max-width: 40%;
    pointer-events: none;
    user-select: none;
}

.content--section{
    width:80%;
}

.btn {
    display: inline-block;
    padding: 15px 30px;
    margin:20px;
    border-radius: 8px;
    background-color: #3961a6;
    color: #fefbeb;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
}

.btn-alternativo{
    background-color: #f1f1f1;
    color: #3961a6; 
}

.btn-secundario{
    background-color: #f1f1f1;
    color: #3961a6; 
    border: 2px solid #3961a6; 
}

.btn-secundario:hover{
    background-color: #4D73C7 !important;
    border: 2px solid #f1f1f1; 
    color:#f1f1f1;
}

.btn-hidden{
    display: none;
}

.btn:hover{
    background-color: #4D73C7;
}

.btn-alternativo:hover{
    background-color: #f1f1f1 !important;
    border: 2px solid #4D73C7; 
}

.slogan{
    font-family: 'Poppins';
    font-style: bold;
    font-weight: 400;
    font-size: 20px;
    color: #0A2543;
}

.slogan--light{
    color: #fefbeb;
}

.slogan--serif-L{
    font-family: 'DM Serif Text';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    color: #010E19;
}

.slogan--serif-XL{
    font-family: 'DM Serif Text';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    color: #010E19;
}

.slogan--serif-dark{
    color:#010E19;
}

.slogan--poppins{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
}

.slogan--poppins-dark{
    color: #010E19;
}

.font-weigh-XS{
    font-weight: 200;
}

.font-weigh-S{
    font-weight: 300;
}

.divider-solid{
    border-top: 3px solid #3962a7;
}

.column {
    width: 25%;
    margin: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row {
    display: flex;
    justify-content: center;
    align-items: start;
    margin: 0px;
    width: 81%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.card {
    box-shadow: 0 2px 20px 0 #99d4f2; 
    padding: 10%;
    text-align: start;
    background-color: #f1f1f1;
    min-height: 700px;
    min-width: 25%;
}

.card--link{
    text-decoration: none;
    color: inherit; 
}

.card:hover{
    z-index: 2;
}

.icon-img{
    width: 32px;
    height: 32px;
    margin-top:20px;
}

@media only screen and (max-width: 600px) {
    .container--texts {
        display: flex;
        flex-direction: column;
        justify-content: center; 
        align-items: center;
        margin: 0 auto;
        padding: 0px;
        background-color: #3961a6;
        max-width: 100vw;
    }
    .content--texts {
        font-size: 16px;
        padding: 20px;
        max-width: 100%;
    }
    .btn{
        display: inline-block;
        padding: 10px 20px; 
        border-radius: 8px;
        font-size: 16px; 
        margin-top: 40px;
    }
    .btn-hidden {
        display: inline-block;
        font-weight: 530;
    }
    .slogan-serif-XL {
        font-size: 32px;
    }

    .slogan-serif {
        font-size: 14px;
    }

    .slogan-poppins {
        font-size: 16px;
    }

    .container--footer{
        width: 100%;
        flex-direction:column-reverse;
    }
    .column {
        width: 90%;
        margin-bottom: 20px;
    }
    .row{
        flex-direction: column;
        align-items: center;
    }
    .img--logo{
        margin-top:10%;
        margin-bottom:10%;
    }
}
