/* FONTS */
@import url(../css/clash-display.css);
@import url(../css/fuentes.css);

/* VARIABLES */
:root {
   
    --c-blanco: white;
    --c-azul:#2723c6;
    --c-gris: #FFFFFF;
    
    --font-titulo1: "Poppins-Bold", sans-serif;
    --font-parrafo1: "Poppins-Regular", sans-serif;
    --transition: all 0.5s ease;
}



/* RESET & HELPERS */
body {
    line-height: 1.7;
}

h1, h2, h3,h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
}


.texto-gris{
    color: var(--c-gris);
    font-family: var(--font-parrafo1);
    font-size: clamp(0.8em,1vw,1em);
}
.subtitulos{
    font-family: var(--font-titulo1);
    font-size: 0.18in;
}

.parrafo{
    font-family: var(--font-parrafo1);
    font-size: clamp(1.1em,2vw,2em);  
    line-height: 1.2em;
}

.titulo{
    font-family: var(--font-titulo1);
    font-size: clamp(1.3em,2.2vw,3em);
    line-height: 1.2em;
}

.titulo-baner{
    font-size: clamp(1.1em,3vw,3em);    
}

.subtitulo-baner{
    font-family: var(--font-parrafo1);
    font-size: clamp(0.2em,2vw,3em);
    line-height: 1.2em;    
}

.preguntas-scroll{
    font-size: clamp(0.8em,0.8vw,0.8em); 
}

.centrar{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.iconos-logos{
    width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.texto-azul{
    color: var(--c-azul) !important; 
}
.texto-negro{
    text-align: justify;
    font-family: var(--font-parrafo1);  
    font-size: clamp(1em,1.5vw,1.8em); 
}
a {
    text-decoration: none;
    color: var(--c-blanco);
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
}


.section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.titulo-registro{
    font-size: clamp(0.1em,1.5em,1.5em);
    line-height: 1.2em; 
}

.btnRegistrarse{
    background: #0029c1 !important;
    color: white;
}
.btnRegistrarse:hover{
    color: white;
}

.accordion-item{
    border: #2723c6 solid 1px;
}




/*Botones aps*/ 
.container_botones{
    display: flex;
    align-content: center;
    width: 20px;
    height: 20px;
}
/* NAVBAR */
.navbar {   
    background: #0337FF;
    
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler{
    border-color:white;
}

.nav-link{
    color: white;
    font-size: 1.2em;
    padding: 0.2em;
}
.navbar-toggler:focus{
    box-shadow: none;
}



/* BTN */
.btn {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 10px 24px;
    background: var(--c-blanco);
}

.btn-brand {
    background-color: var(--c-blanco);
    border-color: var(--c-blanco);
    color: var(--c-azul);
}
.registrarse{
    font-family: var(--font-titulo1);
    font-size: 1.1em;
    color: var(--c-azul);
    background: white;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#contactanos{
    height: 150px;
    background: rgb(3,57,255);
    background: linear-gradient(45deg, rgba(3,57,255,1) 0%, rgba(51,33,82,1) 100%);

}
#terminos{
    background-color:#0337FF;    
    margin-top: 1px;
}

#contact{
    background: #f4f5f9;
    padding: 0;
}


.text{
    color: #2723c6
}

.flotante-registro{
    background-color:#0029c1;
    font-size: clamp(1.4em,1.8vw,1.8em);  
}


.btnContactanos{
    font-family: var(--font-titulo1);
    font-size: 1.2em;
    color: white;
    background: #2723c6;
    border-radius: 20px;
    padding:10px 25px 10px 25px;

}

.modal-footer{
    display: block;
}

.regi{
    color: var(--c-azul) !important;
    line-height: 1em;
    font-size: 1em;
}

a.hover{
    color: white;
}




/* SECTION TITLE */
.section-title {
    margin-bottom: 60px;
}

.section-title .line {
    width: 60px;
    height: 4px;
    background-color: var(--c-blanco);
    margin: 16px auto 24px auto;
}

.section-title p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}


/* ICONBOX */
.iconbox {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--c-blanco-rgb), 0.1);
    color: var(--c-blanco);
    font-size: 34px;
    flex: none;
}

/* SERVICE */
.service {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.service::after {
    content: "";
    width: 40px;
    height: 40px;
    background: rgba(var(--c-blanco-rgb), 0.2);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: var(--transition);
}


.service:hover::after {
    width: 100%;
    height: 100%;
    background: var(--c-blanco);
    z-index: -1;
}

.service:hover h5,
.service:hover p {
    color: white;
}

.service:hover .iconbox {
    background-color: rgba(255,255,255,0.2);
    color: white;
}

/* COUNTER */
#conoceMas {
    font-family: var(--font-titulo1);
    background: rgb(3,57,255);
    background: linear-gradient(45deg, rgba(3,57,255,1) 0%, rgba(51,33,82,1) 100%);
    background-position: center;
    background-size: cover;
}

/* PORTFOLIO */
.portfolio-item .iconbox {
    background-color: var(--c-blanco);
    color: white;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.portfolio-item:hover .iconbox {
    opacity: 1;
    top: 50%;
}

/* REVIEW */
.review small {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--c-blanco);
}

.review-head {
    position: relative;
}

.review-head::after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: -14px;
    background-color: white;
    transform: rotate(45deg);
}

/* TEAM */
.team-member-content {
    background-color: var(--c-blanco);
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: calc(100% - 50px);
    transform: translateX(-50%);
    padding: 24px;
    transition: var(--transition);
    opacity: 0;
}

.team-member:hover .team-member-content {
    opacity: 1;
    bottom: 24px;
}

/* CONTACT */
#contact {
    position: relative;
    z-index: 2;
}

#contact::after {
    content: "";
    width: 100%;
    height: 70%;
    background: linear-gradient(rgba(var(--c-blanco-rgb), 0.8), rgba(var(--c-blanco-rgb), 0.8)), url(../images/counter.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#contact .form-control {
    border-radius: 0;
}

#contact .form-control:focus {
    box-shadow: none;
    border-color: var(--c-blanco);
}

/* FOOTER */
footer {
    padding-top: 120px;
}

.footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}


footer li,
footer p,
footer a {
    color: rgba(255,255,255,0.7);
}

footer ul {
    list-style: none;
    padding: 0;
}

footer .line {
    width: 40px;
    height: 4px;
    background-color: var(--c-blanco);
    margin-top: 12px;
    margin-bottom: 24px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.1);
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: var(--c-blanco);
    color: white;
}

