﻿:root {
    --bones: #F5F5F5;
    --white: #FFFFFF;
    --blue: #2941AB;
    --gray: #707070;
    --bluestrong: #0A2660;
    --greenaqua: #2EDB8D;
    --lightgreen: #DBFF45;
    --green: #3AD87D;
    --yellow: #DAED29;
    --black: #1D1E1D
}
/*========================================Fonts==========================================*/

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url("../../fonts/Poppins/Poppins-ExtraLight.ttf") format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 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: 200;
    src: url("../../fonts/Poppins/Poppins-Light.ttf") format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 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("../../fonts/Poppins/Poppins-Regular.ttf") format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 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: italic;
    font-weight: 400;
    src: url("../../fonts/Poppins/Poppins-Italic.ttf") format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 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: 600;
    src: url("../../fonts/Poppins/Poppins-Medium.ttf") format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 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: 700;
    src: url("../../fonts/Poppins/Poppins-SemiBold.ttf") format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 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: italic;
    font-weight: 700;
    src: url("../../fonts/Poppins/Poppins-SemiBoldItalic.ttf") format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 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: bold;
    src: url("../../fonts/Poppins/Poppins-Bold.ttf") format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 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: italic;
    font-weight: 900;
    src: url("../../fonts/Poppins/Poppins-BoldItalic.ttf") format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 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: 'Jost';
    src: url("../../fonts/Jost/Jost-Italic-VariableFont_wght.ttf") format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 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: 'Jost-italic';
    src: url("../../fonts/Jost/Jost-Italic-VariableFont_wght.ttf") format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 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: 'Jost-Light';
    src: url("../../fonts/Jost/static/Jost-Light.ttf") format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*=====================================================================================*/
/*============================= HTML Tags modifications ===============================*/
/*=====================================================================================*/

html {
    font-size: 1rem;
}

body {
    font-family: Poppins;
}

/*=====================================================================================*/
/*============================= END HTML Tags modifications ===========================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*================================= General Classes ===================================*/
/*=====================================================================================*/

.cl-white {
    color: white;
}

.cl-black {
    color: black;
}

.cl-yellow {
    color: var(--yellow);
}

.cl-green {
    color: var(--green);
}

.cl-blue {
    color: var(--blue);
}

.bg-green {
    background-color: white;
}

.bg-green {
    background-color: var(--greenaqua);
}

.fs-0-75-rem {
    font-size: 0.75rem;
}

.fs-0-9-rem {
    font-size: 0.9rem;
}

.fw-600 {
    font-weight: 600;
}

.fw-bold {
    font-weight: bold;
}

.title-grand {
    font-size: 1.8rem;
    font-weight: bold;
}

.bg-bluestrong {
    background-color: var(--bluestrong) !important;
    color: white;
}

.bg-blue {
    background-color: var(--blue) !important;
    color: white;
}

.btn-blue {
    width: 137px;
    height: 38px;
    background-color: var(--blue);
    border: 1px solid #FFFFFF;
    border-radius: 9px;
    color: white;
    font-weight: bold;
    font-size: 15.58px;
}

    .btn-blue:hover {
        color: white;
        background-color: var(--bluestrong);
    }

.btn-green {
    background-color: var(--green);
    border-radius: 0.6rem;
    color: white;
    font-weight: bold;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 0.925rem;
}

    .btn-green:hover {
        background-color: var(--green);
        color: white;
    }

    .btn-green.yellow {
        background-color: var(--yellow);
        color: var(--blue);
    }

/*=====================================================================================*/
/*================================= End General Classes ===============================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*===================================== Sections ======================================*/
/*=====================================================================================*/


/*======================================= New Bar =======================================*/

.news-bar {
    background-color: var(--yellow);
    min-height: 3rem;
}

.btn-consultar {
    background: var(--yellow);
    border-radius: 10px;
    border: solid 1px black;
    font-weight: 600;
    color: initial;
    padding: 1px 6px 1px 6px;
}

    .btn-consultar:hover {
        color: initial;
        background: var(--yellow);
        text-decoration: none;
    }

/*=======================================NavBar============================================*/

.navbar-brand {
    font-weight: bold;
}

/*=========================================Panel One==========================================*/

.title-blue {
    color: var(--blue);
    font-family: Poppins;
    font-weight: bold;
}

.text-blue-sm {
    color: var(--bluestrong);
    font-size: 27.94px;
    font-family: Jost-Light;
}

.title-white {
    font-weight: bold;
    color: white;
}

.title-black {
    font-size: 1.6rem;
    font-weight: bold;
}

.text-black-sm {
    font-size: 1rem;
    font-family: Jost-Light;
}

#img-1 {
    width: 544px;
    height: 424px;
    width: 100%;
    height: auto;
}

/*=================================Panel Two======================================================*/
#panel-2 {
    background-color: var(--bones);
}

    #panel-2 .container-text {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 50px;
    }

.title-blue-md {
    font-family: Poppins;
    font-size: 39px;
    color: var(--blue);
    font-weight: 600;
}

.text-blue-md {
    color: var(--bluestrong);
    font-family: Jost-Light;
    font-size: 32px;
}

.text-black-md {
    font-family: Jost-Light;
    font-size: 32px;
}

.card-benefit-container {
    margin-top: 0.8rem;
}

.card-benefit {
    border: 1px solid var(--bluestrong);
    border-radius: 31px;
    height: 100%;
}

    .card-benefit .btn {
        width: 196px;
        height: 45px;
        border-radius: 17px;
    }

    .card-benefit .card-body {
        width: 100%;
    }

    .card-benefit .card-title {
        font-weight: bold;
        font-size: 1.4rem;
    }

    .card-benefit .card-text {
        font-size: 13px;
        color: var(--blue);
    }


.card-img-overlay {
    width: 100%;
    max-width: 150px;
    bottom: inherit;
    margin: auto;
}

#card_1 .card-img-overlay {
    top: -62px;
}

#card_2 .card-img-overlay {
    top: -65px;
}

#card_3 .card-img-overlay {
    top: -45px;
}

/*=================================Panel Three======================================================*/

#panel-3 {
    background-color: var(--blue);
    padding-top: 30px;
    padding-bottom: 30px;
}

.subtitle-white {
    font-family: Jost-Light;
    font-size: 27.94px;
    color: var(--bones);
}

#img-panel-3 {
    width: 100%;
    height: auto;
}

/*================================= Panel 4=================================================*/

#img-panel-4 {
    width: 100%;
    height: auto;
}

/*================================= Panel 5=================================================*/

#panel-5 {
    padding-top: 30px;
    padding-bottom: 90px;
    background-color: var(--bones);
}

#img-panel-5 {
    width: 100%;
    height: auto;
}

#panel-5 .container-text {
    /*width: 750px;
    margin: auto 20px;*/
    width: 100%;
    /*margin: auto 20px auto 20px;*/
    margin: auto;
    padding
}

/*================================= Panel 6=================================================*/

#panel-6 {
    background-color: var(--greenaqua);
}

.content-panel-6 {
    display: flex;
    justify-content: center;
}

/*.content-panel-6 {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: center ;
    top: -20%;
}*/
#panel-6 img {
    width: 40%;
    margin-top: -12%;
    margin-bottom: -12%;
}

/*================================= Panel 7 =================================================*/

#panel-7 {
    margin-top: 60px;
    margin-bottom: 30px;
}

#img-panel-7 {
    width: 100%;
    height: auto;
}

#panel-7 .list-container {
    max-width: 644PX;
}

.icon-check {
    color: var(--blue);
    font-size: 44px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 25px;
}
/*================================= Panel 8 =================================================*/

.big-number {
    font-family: Poppins;
    font-weight: bold;
    font-size: 4rem;
}

#panel-8 .card {
    margin: auto;
    border-radius: 42px;
    width: 100%;
    height: 100%;
}

.card-white .card-title {
    font-weight: bold;
    font-size: 0.75rem;
    color: var(--blue);
}

.card-white .card-text {
    font-size: 0.7rem;
    color: var(--blue);
}

.card-green .card-title {
    font-weight: bold;
    font-size: 0.75rem;
}

.card-green .card-text {
    font-size: 0.7rem;
    color: var(--blue);
}
/*================================= Footer =================================================*/
footer {
    height: 66px;
    background: var(--greenaqua);
}

    footer p {
        font-family: Poppins;
        font-size: 20px;
        color: var(--blue);
    }

/*===================================================================================*/
/*================================= End Sections ===================================*/
/*==================================================================================*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    html {
        font-size: 1.2rem;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media(min-width: 768px) {

    html {
        font-size: 1.4rem;
    }

    .navbar {
        height: 87px;
    }

    .navbar-brand {
        font-size: 33.08px;
    }

    #panel-2 {
    }

    #panel-3 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    #panel-5 {
        padding-top: 4rem;
        padding-bottom: 8rem;
    }

    #panel-7 {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    .card-benefit .card-title {
        font-size: 1rem;
    }

    .card-benefit .card-body {
        height: 100%;
    }

    #panel-6 .container-text {
        left: 30%;
    }

    .card-img-overlay {
        width: 100%;
        max-width: initial;
    }

    #card_1 .card-img-overlay {
        width: 250px;
        top: -92px;
    }

    #card_2 .card-img-overlay {
        width: 250px;
        top: -95px;
    }

    #card_3 .card-img-overlay {
        width: 300px;
        top: -57px;
    }


    #img-panel-7 {
        width: 306px;
        height: 242px;
    }

    .card-white .card-text {
        font-size: 22.73px;
    }

    .title-blue {
        font-size: 55.85px;
    }

    .title-white {
        font-size: 55.85px;
    }

    .title-black {
        font-size: 1.6rem;
    }

        .title-black.small {
            font-size: 1.4rem;
        }

    .text-black-sm {
        font-size: 1rem;
    }

    .card-benefit-container {
        margin-top: 3rem;
    }

    .card-white .card-title {
        font-size: 1rem;
    }

    .card-green .card-title {
        font-size: 1rem;
    }

    .card-green .card-text {
        font-size: 22.73px;
    }

    #panel-2 .container-text {
        padding-top: 100px;
        padding-bottom: 100px;
        margin-top: 150px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    html {
        font-size: 1.6rem;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}
