@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

/* font-family: "Montserrat", sans-serif; */
/* font-family: "Outfit", sans-serif; */
/* font-family: "Titillium Web", sans-serif; */


body{	
	overflow-x: hidden;
	min-height: 100%;
	font-family: "Outfit", sans-serif;	
}


.text-justify {
    text-align: justify;
}

/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* ------ UP ARROW ------ */
.ir-arriba {
	padding:10px;
	display:inline-block;
	background-color: rgba(32, 54, 99, 0);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	left:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:99999999;
}

/* ----- whatsapp Float icon -----*/
.whatsapp-float-icon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    
}

.whatsapp-float-icon img{
    width: 70px;
    height: auto;
}

/* ------ MISC ------ */
.img-100{
	width: 100%;
	height: auto;
}


.menu-height{
	margin-top: 100px;
}


.block{
	padding: 20px 0px;
}

@media only screen and (max-width: 990px){
	.hidde-mobile{
		display: none;
	}
}


/* ----- NAVBAR -----*/
.navbar{
	background-color: #ffffff !important;
	padding: 20px !important;
}

.navbar-brand img{
	width: 250px;
	height: auto;
	
}

.nav-link{
	color: #000000 !important;
	padding: 5px 10px !important;
}

.nav-link:hover{
	color: #E7216B !important;
}




/* ----- BANNER -----*/
.banner{
	padding: 20px;
}

.banner-size{
	width: 100%;
	height: auto;
}

/* ----- QUIENES SOMOS -----*/
.quienes-somos{
	padding: 60px 20px;
}

.quienes-somos .logo-size{
	width: 100%;
	height: auto;
	display: block;
}

.slogan{
	border-left: #8C8C8C solid thin;
	font-family: "Titillium Web", sans-serif;
	color: #8C8C8C;
}

.quienes-somos-block{
	font-family: "Outfit", sans-serif;
	font-size: 1.1em;	
}

.quienes-somos-block p{
	text-align: justify;
}

.quienes-somos-block h2{
	color: #E7216B;
}

.text-block{
	background-color: #e0e0e0;
	padding: 40px;
}

.quienes-somos-block .row {
    display: flex;
}

.quienes-image {
	background-image: url(../../imagenes/quienes-img.jpg); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


@media (max-width: 767.98px) {
    .quienes-image {
        display: none; 
    }
}


/* ----- QUE HACEMOS -----*/

.que-hacemos h2 {
    color: #E7216B;
    font-size: 2rem;
}

.que-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.icon-box {
    width: 48px;
    height: 48px;
    background-color: #E7216B;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.que-item p {
    margin: 0;
    font-size: 1rem;
    text-align: left;
    color: #333;
}

.que-item:hover .icon-box {
    transform: scale(1.1);
}


.tittle{
    font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
}


.icon-size{
	width: 100px;
	height: auto;
	margin: 0 auto;
	display: block;
}


.callouts h3{
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
	color: #8C8C8C;
}

.callouts .col{
	border: #d8d8d8 solid thin;
	padding: 30px;
}

.callouts .gray{
	background-color: #ececec;
}

.blocks .col{
 	background-color: #E7216B;
    color: #ffffff;
	margin: 5px;
	padding: 20px;
}

.que-hacemos-ii{
}


.que-hacemos-ii h2 {
    color: #E7216B;
    font-size: 2rem;
}

.icono-servicio {
    background-color: #0d1e3f; /* o #1f2c49 según branding */
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}


/* ----- RESULTADOS -----*/
.resultados {
    padding: 40px 0px;
}



.resultados h5 {
    color: #E7216B;
    font-size: 1.5rem;
}

.resultados h2 {
    color: #E7216B;
    font-size: 2rem;
	font-weight: bold;
}


/* ----- COMO LO HACEMOS / METODOLOGIA -----*/
.metodologia h2{
 	color: #E7216B;
    font-size: 3rem;
}

.card{
	background-color: #E7216B !important;
	 position: relative;
	 color: #ffffff !important;
}

.card h5{
	font-family: "Titillium Web", sans-serif !important;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 1.6em !important;
}

.etapa-circulo {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #00216B;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    z-index: 1;
	font-size: 2em !important;
	margin-bottom: 30px;
}


.etapa-circulo span {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

.card:hover .etapa-circulo {
    transform: translateX(-50%) scale(1.1);
}


.card-text li{
	text-align: left !important;
}


/* ----- VIDEOS -----*/
.videos .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Relación 16:9 */
    height: 0;
    overflow: hidden;
	min-height: 300px;
	border: thin solid #ffffff;
}

.videos .videos-size {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.videos iframe {
    display: block;
    margin: auto;
}


/* ----- SOLUCIONES	-----*/
.soluciones{
	padding: 40px 0px;
}

.programas{
	color: #E7216B;
	font-size: 0.9em;
}




/* ----- Footer ----- */
.footer{
	background-color: #00216B;
	padding: 60px 0px;
	color: #292929 !important;
	border-top: 3px solid #E7216B;
	
}

.address{
	color: #fff !important;
}

.address a{
	color: #fff !important;
}


.address i{
	color: #fff !important;
}


.footer .small{
	font-size: 10px;
}

.footer a{
	color: #fff;
	text-decoration: none;
}

.logo-footer{
	width: 150px;
	height: auto;
	margin-bottom: 30px;
}

.footer-icons .footer-icon{
	font-size: 30px;
}

.footer-icons ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.footer-icons li{
	display: inline-block;
}

.footer-icons li a{
	font-weight: 100 !important;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px;
}

.footer .address{
	color: #292929;
	font-size: 13px;
}

.footer .schedule{
	color: #292929;
	text-align: right;
	font-size: 13px;
}

.footer .developments-logo{
	width: 40px;
	height: auto;
}

.footer .pay-forms ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .pay-forms li{
	display: inline-block;
	padding: 3px;
}
