@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Light.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.ttf") format("truetype");
    font-weight: bold;    
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.ttf") format("truetype");
    font-weight: 600;    
    font-style: normal;
    
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-BoldItalic.ttf") format("truetype");
    font-weight: bold;   
    font-style: italic; 
}

body {
    background-color: #fff;
}

.container-header{
    width: 100%; 
    background-color: #000033;
}

.container-header .nav{
    display: flex;
    justify-content: space-between;
}

.container-header .nav a{
    margin: 8px;
}

@media screen and (max-width: 991px){
    .container-header .nav a{
        margin: 2px;
    }
    .container-header .nav img{
        height: 45px;
    }
}

@media screen and (max-width: 768px){
    .container-header .nav img{
        height: 35px;
    }
}

.container-header .container-buttons{
    display: flex;
    align-items: center;
}

.title {
    font-family: "Poppins";
    color: #626262;
    font-size: 37px;
    font-weight: 600;
}

.subtitle {
    font-family: "Poppins";
    color: #626262;
    font-size: 28px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 40px;
}
.fas {
    color: rgb(81, 85, 255)
}

.section-main .conatiner-information {
    height: 720px; 
    width: 100%; 
    display: flex; 
    align-items: center;
    position: relative;
    
}

.section-main .conatiner-information .title {
    font-family: "Poppins";
    font-size: 2.5rem;
    margin-bottom: 6px;
    color: #fff;
    font-style: italic;
}
.section-main .conatiner-information .conteiner-buttons {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 991px){
    .section-main .conatiner-information .title {
        font-family: "Poppins";
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px){
    .section-main .conatiner-information .title {
        font-family: "Poppins";
        font-size: 1.5rem;
    }
}

.section-information {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #3c5ce4;
}
.section-information .title{
    font-family: "Poppins";
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.section-information .question{
    font-family: "Poppins";
    font-size: 1.8rem;
    color: #000033;
    margin-bottom: 20px;
    font-weight: 600;
}

.section-information .parrafo{
    font-family: "Poppins";
    font-size: 0.98rem;
    color: #fff;
    font-weight: 400;
}

.section-information .container-image {
    display: flex;
    justify-content: center;
}

.section-information .container-image .img-icono {
    width: 250px;
    height: 250px;
}

.section-information .container-buttons {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px){
    .section-information .title {
        font-family: "Poppins";
        font-size: 1.5rem;
    }
}



.section-video {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-video .title{
    font-family: "Poppins";
    font-size: 2.5rem;
    color: #000033;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    font-style: italic;
}

.section-video .container-title .subtitle{
    font-family: "Poppins";
    color: #626262;
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: italic;
}

.section-video .image-promocion {
    width: 360px;
    text-align: center;
    background-color: #3c5ce4;
    border-radius: 8px;
}

.section-video .image-promocion video {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #000033;
}

.section-video .image-promocion p{
    font-family: "Poppins";
    color: #fff;
    font-size: 1.3rem;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 8px;
}

.section-video .container-box {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content:center; 
}

.section-video .container-box .box {
    width: 230px;
    text-align: center;
    background-color: #3c5ce4;
    border-radius: 8px;
}
.section-video .container-box .box video {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #000033;
}

.section-video .container-box .box p{
    font-family: "Poppins";
    color: #fff;
    font-size: 0.80rem;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}

/* img {
        margin: 16px;
    }
    .description {
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
        strong {
                font-size: 0.86rem;
                text-align: center;
        }
        span {
                font-size: 0.86rem;
                line-height: 17px;
                text-align: center;
        }
    } */


.section-video .subtitle{
    font-family: "Poppins";
    font-size: 1.8rem;
    color: #8a09ff;
    margin-bottom: 25px;
    text-align: center;
}

.section-video .container-video{
    padding: 56.25% 0 0 0; 
    position: relative;
}

.section-video .container-video .responsive-video {
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}

.section-video  .container-video .responsive-video .embebed-video{
    height: 100%; 
    position: relative; 
    width: 100%;
}

@media screen and (max-width: 768px){
    .section-video .title{
        font-family: "Poppins";
        font-size: 1.5rem;
    }

    .section-video .subtitle{
        font-family: "Poppins";
        font-size: 1.2rem;
    }
}

.section-beneficios {
    padding-top: 80px;
    background:  #6893C1;
    background: linear-gradient(174deg, rgba(104, 147, 193, 1) 0%, rgba(154, 174, 197, 1) 79%, rgba(154, 174, 197, 1) 100%);
}

.section-beneficios .title{
    font-family: "Poppins";
    font-size: 2rem;
    color: #000033;
    font-weight: bold;
    margin-bottom: 0px;
    font-style: italic;
}

.section-beneficios ul{
    margin-top: 40px;
    list-style: none;
    padding: 0px;
}

.section-beneficios ul li{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.section-beneficios ul li img{
    margin-right: 8px;
}

.section-beneficios ul li p{
    font-family: "Poppins";
    margin-bottom: 0px;
    color: #fff;
    font-size: 1.2rem;
}

.section-beneficios .conteiner-buttons{
    margin-bottom: 40px;
}

.section-beneficios .container-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-beneficios .container-img img:nth-child(1){
    margin-bottom: 20px;
}

@media screen and (max-width: 1200px){
    .section-beneficios ul li p{
        font-family: "Poppins";
        font-size: 1rem;
    }
}

.section-details {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #000033;
}

.section-details .container-col {
    display: flex;
    justify-content: end;
}

.section-details .container-col .container-text{
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 500px;
}

.section-details .container-text img{
    display: flex;
    align-self: center;
}
.section-details .container-col .container-text h3{
    font-family: "Poppins";
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
    font-style: italic;
}

@media screen and (max-width: 991px){
    .section-details .container-col {
        justify-content: center;
    }
    .section-details .container-img {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .section-details .container-col .container-text{
        text-align: 'center';
        align-items: center;
    }
}

.section-equipo {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-equipo .title{
    font-family: "Poppins";
    font-size: 2.7rem;
    color: #000033;
    font-weight: bold;
    margin-bottom: 0px;
    font-style: italic;
}

.section-equipo .subtitle{
    font-family: "Poppins";
    color: #626262;
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}


.section-equipo .container-images {
    /* position: relative; */
    /* display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 33%; */
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content:center;
}
.section-equipo .container-images .box {
    padding: 16px;
    width: 400px;
    text-align: center;
}

.section-equipo .container-images .image {    
    width: 340px;
    margin: 16px;
    overflow: hidden;
}
.section-equipo .container-images .image img {
    transition: transform 1.2s; 
}

.section-equipo .container-images .description {
    padding-left: 20px;
    padding-right: 20px;
}

.section-equipo .container-images .description b{
    font-family: "Poppins";
    text-align: center;
    font-size: 1.2rem;
    color: #3c5ce4
}

.section-equipo .container-images .description p{
    font-family: "Poppins";
    margin-top: 8px;
    text-align: center;
    font-size: 0.98rem;
    color: #3c5ce4
}


.section-equipo .container-images:hover .image img{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    overflow: hidden;
    object-fit: cover; 
}


@media screen and (max-width: 991px){
    .section-equipo .container-images .image img {
        width: 180px;
    }
}


footer {
    background-color: #000033;
    color: #fff;
}

footer img {
    width: 200px;
}

footer p {
    text-align: center;
    font-family: "Poppins";
    font-size: 1.01rem;
}

footer .telefono {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
}

footer ul{
    
    display: flex; 
    list-style: none; 
    text-align: center; 
    padding-top: 80px; 
    padding-bottom: 80px; 
    justify-content: center;
}

footer ul li {
    margin-left: 8px; 
    margin-right: 8px;
}
footer ul li a {
    cursor: pointer;
}
footer ul li i{
    color: #fff;
    font-size: 22px;
}

footer ul li i:hover{
    color: #69727d;
   
}

@media screen and (max-width: 991px){
    .image-fcv {
        width: auto;
        height: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px){
    .image-fcv {
        width: auto;
        height: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



.btn-primary {
    background-color: #D500CF;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 8px;
    margin-right: 8px;
    border: 0px;
}

.btn-primary span {
    font-family: "Poppins";
    font-size: 1.25rem;
    color: #fff
}

.btn-primary:hover {
    background-color: #000033;
}

.btn-secundary {
    background-color: #000033;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 8px;
    margin-right: 8px;
}

.btn-secundary span {
    font-family: "Poppins";
    font-size: 1.25rem;
    color: #fff
}

.btn-secundary:hover {
    background-color: #D500CF;
}

.btn-tertiary {
    background-color: #D500CF;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 8px;
    margin-right: 8px;
    border: 0px;
}

.btn-tertiary span {
    font-family: "Poppins";
    font-size: 1.25rem;
    color: #fff
}

.btn-tertiary:hover {
    background-color: #6893C1;
}

.btn-menu {
    background-color: #000033;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 8px;
    margin-right: 8px;
    border: 0px;
}

.btn-menu span {
    font-family: "Poppins";
    font-size: 1.25rem;
    color: #fff;
}
.btn-menu span:hover {
    font-family: "Poppins";
    font-size: 1.25rem;
    color: #fff;
    opacity: 0.7;
}
@media screen and (max-width: 768px){
.btn-menu {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 8px;
    margin-right: 8px;
    border: 0px;
}
    .btn-menu span {
        font-family: "Poppins";
        font-size: 0.82rem;
        color: #fff;
    }

    .btn-menu span:hover {
        font-family: "Poppins";
        font-size: 0.82rem;
        color: #fff;
    }
}


.fab_chat {
    position: fixed;
    bottom: 18px;
    right: 18px;
    z-index: 999;
    cursor: pointer;
    background-color: #D500CF;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #D500CF;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 36px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: .3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  .fab_chat:focus {
    transform: scale(1.1);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }