/* Fuentes del sitio */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Variables */
:root{  
    --yellow-primary:#FFBC02;
    --yellow-secondary:#ffcd42;
    --white:#FFF;
    --black:#000;
    --gray:#828282;
    --gray-second:#7A7A7A;
    --poppins:"Poppins", sans-serif;
    --montserrat:"Montserrat", sans-serif;
    --inter:"Inter", system-ui;
    --kanit:"Kanit", sans-serif;
    --body-bg:#F4F8FB;
    --footer:#333538;
    --gray-dark:#383736;
}

body{
    font-family: var(--poppins);
    background-color: var(--body-bg);
    overflow-x: hidden;
}

.navbar-brand{
    font-size: 28px;
    font-weight: 600;
}
img.logo-img{
    width: 60px;
}

.nav-item{
    transition: 0.3s all ease-in-out;
}

.navbar{
    box-shadow: 0px -4px 20px 0px lightgrey !important;
    border: none;
}
.navbar-nav{
    margin-left: auto;
}
.nav-link{
    color: var(--gray) !important;

}
.nav-item:hover, .nav-item:hover .nav-link{
    background-color: var(--yellow-primary);
    color: var(--white) !important;
}

.btn.btn-primary{
    background-color: var(--yellow-primary);
    font-family: var(--poppins);
    font-weight: 600;
    color: var(--white);
    border-radius: 0;
    transition: 0.3s all ease-in-out;
    border: none;
    padding: 0.5rem 2rem;
    font-size: 19px;
    line-height: 30px;
}


.btn.btn-secondary{
    /* background-color: var(--yellow-primary); */
    font-family: var(--poppins);
    font-weight: 600;
    color: var(--white);
    border-radius: 0;
    transition: 0.3s all ease-in-out;
    border: none;
    padding: 0.5rem 2rem;
    font-size: 19px;
    line-height: 30px;
}
.btn.btn-primary:hover{
    background-color: var(--yellow-secondary);
}

.logo-container-footer{
    font-size: 25px;
    color: var(--black);
    font-weight: 600;
}

.text-gray{
    font-size: 0.9rem;
    line-height: 1.7rem;
    text-align: justify;
}

.icons-redes-sociales{
    display: flex;
    justify-content: space-between;
}
.icons-redes-sociales i{
    font-size: 20px;
    color: var(--white);
    background-color: var(--yellow-primary);
    padding:7px 12px;
    border-radius: 50%;
    transition: 0.3s all ease-in-out;
}

.icons-redes-sociales i:hover{
    background-color: var(--yellow-secondary);
    cursor: pointer;
}

.title-footer{
    font-size: 20px;
    font-weight: 600;
    line-height: 44px;
}


.menu-footer{
    list-style: none;
    padding-left: 0;
}
.menu-footer li a{
    color: var(--gray);
    text-decoration: none;
}

img.logo-store{
    width: 150px;
    margin-bottom: 1rem;
}


.margin-footer{
    margin-top: 1rem;
}

footer{
    background-color: var(--white);
}
.footer-copy{
    color: var(--white);
    background-color: var(--footer);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer-options{
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.navbar{
    padding: 1rem 6rem;
}

.title-section-home{
    font-size: 45px;
    color: var(--gray-dark);
    font-weight: 700;
    line-height: 50px;
    position: relative;
    font-family: var(--kanit);
}
.title-section-home::after{
    position: absolute;
    width: 15%;
    height: 8px;
    background: var(--yellow-primary);
    content: '';
    bottom: -25px;
    left: 0;
}
.title-section-sm{
    font-size: 16px;
    color: var(--gray);
    margin-top: 3rem;
}

.text-section{
    font-size: 16px;
    color: var(--gray);
    font-weight: 400;
    margin-top: 3rem;
    line-height: 24px;
    text-align: justify;
}

.logos-apps-store{
    padding-top: 4rem;
    padding-bottom: 6rem;
}

img.img-app{
    width: 90%;
}

.servicios{
    background-image: url('../img/fondo5.jpg');
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 8rem;
}

.title-section{
    color: var(--yellow-primary);
    font-family: var(--kanit);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.title-section-sm-yellow{
    color: var(--yellow-primary);
    font-family: var(--kanit);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.card-servicio{
    border-radius: 8px;
    border: none;
    padding: 3rem;
    width: 80%;
    height: 100%;
}
.card-beneficio{
    border-radius: 8px;
    border: none;
    padding: 1rem;
    /* width: 80%; */
    height: 100%;
}
.card-beneficio .title-section-second{
    font-size: 20px;
}

.card-beneficio .text-section{
    font-size: 14px;
}
img.icon-servicio{
    width: 90px;
}

.title-section-second{
    font-family: var(--kanit);
    font-weight: 400;
    font-size: 25px;
    color: var(--gray-second);
    text-align: center;
    margin-top: 1rem;
}

.card-servicio-container{
    display: flex;
    justify-content: center;
}

.text-centrado{
    display: grid;
    align-items: center;
    align-content: center;
}

.white{
    color: var(--white);
}

.valores{
    background-image: url('../img/fondo4.jpg');
    background-size: cover;
    padding:8rem;
}

.quienes-somos{
    padding-top: 8rem;
    padding-bottom: 8rem;
}


.valores .row{
    display: flex;
    /* justify-content: center; */
    justify-content: space-between;
    margin-top: 2rem !important;
    margin-bottom: 4rem !important;
}
.valores .col-md-6{
    width: 48%;
}

.contacto{
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.icon-contacto{
    display: flex;
    gap: 10px;
    margin-top: 1rem;
}

.icon-contacto .text-section{
    margin-top: 0;
}

.icon-contacto i{
    color: var(--yellow-primary);
}


.form-contacto-container{
    display: flex;
    justify-content: center;
}
.form-contacto{
    width: 80%;
}

.card-contacto{
    padding: 2rem;
    border-radius: 15px;
    border: none;
    box-shadow: 0px 0px 15px lightgray;
}

.menu-footer-container{
    display: grid;
    justify-content: center;
}

.paso-como-funciona{
    justify-items: center;
    text-align: center;
    margin-top: 3rem;
}

.paso-como-funciona i{
    font-size: 25px;
    color: var(--yellow-primary);
}

.como-funciona{
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.card-servicio, .card-beneficio{
    transition: 0.3s all ease-in-out;
}
.card-servicio:hover, .card-beneficio:hover{
    transform: scale(1.05);
}

.card-paso{
    border-radius: 15px;
    border: none;
    height: 100%;
    box-shadow: 0px 0px 15px lightgray;
    width: 100%;
}
.card-paso .text-section{
    margin-top: 1rem;
    font-size: 14px;
}

img.img-paso{
    width: 100%;
}

.img-paso-container{
    display: grid;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
}


.form-control:focus{
    box-shadow: none;
    border-color: var(--yellow-primary);
}

.card-plan-container{
    margin-bottom: 3rem;
}

.card-plan{
    border-radius: 8px;
    border: none;
    transition: 0.3s all ease-in-out;
}

.card-plan:hover{
    transform: scale(1.02);
}

.planes{
    padding: 4rem;
    /* background-image: url('../img/planes.jpg');
    background-size: cover;
    background-repeat: no-repeat; */
background: #e6e1e1;
background: radial-gradient(circle, rgba(230, 225, 225, 1) 0%, rgba(235, 195, 103, 1) 100%);
}

.btns-modal{
    display: flex;
    justify-content: space-between;
}
.pago{
    padding: 5rem 0;
}
img.img-pago{
    width: 350px;
    height: 350px;
    object-fit: cover;
}

.title-lg{
    font-family: var(--kanit);
    font-size: 80px;
    color: var(--yellow-primary);
}

.subtitle-lanzamiento{
    font-weight: 600;
    font-size: 28px;
    color: var(--footer);
}

.img-lanzamiento{
    width: 400px;
}