@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,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=Gelasio:ital,wght@0,400..700;1,400..700&display=swap');

:root {
	--size: 50vmin;
	--white: #fff;
	--blue: #3051f1;
	--purple: #0f639d;
	--red: #f73344;
	--orange: #fa8e37;
	--yellow: #fcdf8f;
	--yellow_to: #fbd377;
}

body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.wow {
	visibility: hidden;
}

.wrap {
	overflow: hidden;
}

#header-slider-wrapper {
	position: relative;
	transform: translateX(-60px);
	/* Mueve 20px a la izquierda */
}


#topOptions {
	background: rgba(1, 94, 163, 0.8);
	/* Color azul con transparencia */
	position: absolute;
	top: 25px;
	/* Ajusta según la altura del header */
	left: 80%;
	transform: translateX(-50%);
	z-index: 10;
	/* Asegura que esté sobre el slider */
	padding: 5px 40px 5px 20px;
	/* Aumenta el padding derecho para hacer ese lado más largo */
	width: 52%;
	text-align: center;
	color: white;
	/* Texto en blanco */
	border-radius: 50px 0 0 120px;
	/* Curva hacia atrás en el extremo izquierdo */

}


#topOptions .container {
	height: 118px
}

#topOptions #logoTop {
	display: block;
	position: absolute;
	left: 0;
	top: 30px;
	transform: translateX(-400px);
	/* Lo empuja más a la izquierda */
}

#topOptions .contentT {
	background: #FFF;
	display: block;
	position: absolute;
	left: 0;
	top: 230px;
	transform: translateX(-150px);
	/* background: #FFF;
	display: block;
	position: absolute;
	left: 0;
	top: 290px;
	transform: translateX(-150px); Lo empuja más a la izquierda */
}

.logo-text {
	display: block;
	text-align: justify;
	font-weight: bold;
	background: #FFF;
}

.construccion {
	font-family: "Poppins", sans-serif;
	font-size: 38px;
	color: #000;
	text-transform: uppercase;
	font-weight: 200;
}

.planeacion {
	font-family: "Poppins", sans-serif;
	font-size: 38px;
	color: #005fa8;
	text-transform: uppercase;
	font-weight: bold;
}

/* .diseno {
	background:#FFF;
	font-family: "Poppins", sans-serif;
	font-size:20px;
	color: #006a7f;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bold;
} */
.color1 {
	font-family: "Poppins", sans-serif;
	line-height: 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #006a7f;
	/* Color original */
}

.color2 {
	font-family: "Poppins", sans-serif;
	line-height: 0;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 18px;
	color: #2a2a2a;
	/* Nuevo color */
	font-weight: 200;
}


.ingenieria {
	font-family: "Poppins", sans-serif;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 18px;
	color: #2a2a2a;
	/* Nuevo color */
	font-weight: 200;
}



.dFlex {
	display: flex;
	flex-wrap: wrap;

}

#topOptions .dFlex {
	justify-content: center;
	margin-top: -30px;
	/* Elimina espacio extra arriba */
	padding-top: 0;
	/* Asegura que no haya relleno extra */
}

#topOptions ul,
#topOptions li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topOptions ul {
	display: flex;
	padding-top: 20px;

}

#topOptions .menuTop li {
	margin-right: 0;
	position: relative;
	padding: 0 22px;

}

li {
	list-style: none;
	margin: 10px 0;
}

a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
	font-size: 16px;
}

.menu-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #015ea3;
	/* Azul */
	color: white;
	border-radius: 50%;
	/* Hace el fondo redondo */
	margin-right: 10px;
	font-size: 18px;
}

.menu-icon2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #f7bb13;
	/* Azul */
	color: white;
	border-radius: 50%;
	/* Hace el fondo redondo */
	font-size: 18px;
	margin-top: 45px;
}

#menuFooter li .menu-icon3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #015ea3;
	/* Azul */
	color: white;
	border-radius: 50%;
	/* Hace el fondo redondo */
	font-size: 18px;
	margin-top: 4px;
	margin-right: 10px;
}

.contact-information .container .list .item .menu-icon4 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #FFF;

	border-radius: 50%;
	/* Hace el fondo redondo */
	font-size: 18px;
	margin-left: -40px;
	transform: translateY(30px);
	/* Ajusta la cantidad */
}




/* .menuTop li:before {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: -1px;
	background: url('../images/sepMenu.png') center center no-repeat;
} */

.menuTop li:last-child:before {
	display: none
}

.menuTop a {
	display: block;
	font-size: 14px;
	color: #fae836;
	font-family: "Lato", serif;
	font-weight: 300;
	padding: 53px 0 0;
	line-height: normal;
	height: 76px;
	text-align: center;
}

.menuTop a.mnu1 {
	/* background: url('../images/mnu1.png') center 13px no-repeat; */
}

.menuTop a.mnu2 {
	/* background: url('../images/mnu2.png') center 13px no-repeat; */
}

.menuTop a.mnu3 {
	background: url('../images/mnu3.png') center 13px no-repeat;
}

.menuTop a.mnu4 {
	background: url('../images/mnu4.png') center 13px no-repeat;
}

.menuTop a:before {
	display: none;
	content: "";
	background: url('../images/hoverTalleres.png') center bottom no-repeat;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	position: absolute;
}

.menuTop a:hover {
	text-decoration: none;
}

.menuTop a:hover:before,
.menuTop .active a:before {
	display: block;
}

#topOptions .menuTopRight {
	margin-left: 73px;
	padding-top: 42px
}

#topOptions .menuTopRight .mnu1 {
	margin-right: 10px;
}

.menuTopRight a {
	display: inline-flex;
	color: #FFF;
	font-size: 16px;
	font-family: "Lato", serif;
	font-weight: 400;
	padding: 0;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	width: 153px;
	height: 38px;
	-webkit-transition: linear all .3s;
	-o-transition: linear all .3s;
	transition: linear all .3s;
}

.menuTopRight .mnu1 {
	background: rgba(255, 255, 255, 0.25);
}

.menuTopRight .mnu2 {
	background: #1eb045;
}

.menuTopRight .mnu1 span {
	display: inline-block;
	background: url('../images/icoInscribe.png') left center no-repeat;
	padding-left: 24px;
	padding-bottom: 2px
}

.menuTopRight .mnu2 span {
	display: inline-block;
	background: url('../images/icoClasesOnline.png') left center no-repeat;
	padding-left: 31px;
	padding-bottom: 2px
}


#header {
	position: absolute;
	top: 218px;
	left: 0;
	right: 0;
	z-index: 2;
	height: 61px;

}

/*Menu*/
#menuTop {
	width: 100%;
	/* Asegura que ocupe todo el ancho del header */
	position: relative;
	display: flex;
	justify-content: center;
	/* Centra el contenido horizontalmente */
}

#menuTop .container {
	position: relative;

}

#menuTop #menu ul {
	display: flex;
	flex-direction: column;
	/* Cambia a disposición vertical */
	align-items: center;
	/* Centra los elementos */
	padding: 0;
	list-style: none;
	/* Elimina los estilos de lista */
}

#menuTop #menu {
	margin: auto;
	position: absolute;
	width: auto;
	/* Ajusta el tamaño al contenido */
	top: 0;
	/* Sube el menú */
	left: -320px;
	/* Desliza un poco a la derecha */
}

#menuTop #menu li {
	text-align: center;
	width: 100%;
	/* Asegura que cada elemento ocupe todo el ancho */
	padding: 0 0;
	position: relative;
	text-align: left;

}

#menuTop #menu ul li:first-child {
	padding-left: 0
}

#menuTop #menu a {
	display: flex;
	height: 40px;
	align-items: center;
	position: relative;
	padding: 0 0 2px;
	color: #4d4d4d;
	font-size: 16px;
	font-family: "Lato", serif;
	text-decoration: none;

}

#menuTop #menu a:before {
	font-size: 20px;
	font-family: "Lato", serif;
	color: #003e7b;
	/* Color cuando pasas el cursor */
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #003e7b;
	left: 0;
	bottom: 0;
	opacity: 0;
	transform: scale(0, 0);
	-webkit-transition: linear all .3s;
	-o-transition: linear all .3s;
	transition: linear all .3s;
}

#menuTop #menu li.active a:before,
#menuTop #menu a:hover:before {
	opacity: 1;
	transform: scale(1, 1);
	background: #003e7b;
}

#socialTop {
	position: absolute;
	top: 8px;
	right: 15px
}

.socialMedia {
	display: flex;
}

.socialMedia li {
	margin-left: -12px;
	position: relative;
	-webkit-transition: linear all .1s;
	-o-transition: linear all .1s;
	transition: linear all .1s;
}

#socialTop li:nth-of-type(1) {
	z-index: 4;
}

#socialTop li:nth-of-type(2) {
	z-index: 3;
}

#socialTop li:nth-of-type(3) {
	z-index: 2;
}

#socialTop li:nth-of-type(4) {
	z-index: 1;
}

#socialTop li a {
	display: flex;
	width: 44px;
	height: 44px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	padding-left: 12px;
	-webkit-transition: linear all .2s;
	-o-transition: linear all .2s;
	transition: linear all .2s;
}

.socialMedia a svg {
	fill: #fff;
	width: 22px;
	-webkit-transition: linear all .2s;
	-o-transition: linear all .2s;
	transition: linear all .2s;
}

.socialMedia a.fb {
	background: #376ba6;
	padding-left: 0 !important;
}

.socialMedia a.fb svg {
	width: 14px;
}

#socialTop a.in {
	background: radial-gradient(circle farthest-corner at 28% 100%,
			var(--yellow) 0%,
			var(--yellow_to) 10%,
			var(--orange) 22%,
			var(--red) 35%,
			transparent 65%), linear-gradient(145deg, var(--blue) 10%, var(--purple) 70%);
}

.socialMedia a.yt {
	background: #f62831
}

.socialMedia a.tk {
	background: #1e0b1b
}

.socialMedia a.tk svg {
	width: 18px;
}

#socialTop li:hover {
	z-index: 5;
}

#socialTop a:hover {
	padding-left: 0;
	border-radius: 0;
}

#socialTop a:hover svg {
	transform: scale(1.2);
}


/*Footer*/
#footer {
	background: #005fa3;
	padding: 10px 0;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	font-family: "Lato", sans-serif;
	min-height: 66px;
	display: flex;
	align-items: center;
}


#footer .tfooter {
	color: #fff;
	line-height: 22px;
	text-align: left;
	padding: 0 0 0 30px;
	margin-top: 30px;
	width: 50%;
}

#footer #powered {
	color: #fff;
	line-height: 22px;
	width: auto;
	text-align: right;
	margin-top: -30px;

}



#footer #powered a {
	background: url(/assets/images/icoTW.svg) no-repeat center left;
	padding: 0 0 0 30px;
	line-height: inherit;
	display: inline-block;
	color: #fff;
	margin-left: 4px;
	text-decoration: none !important;
	color: #fff;
}


#footer #powered a:hover {
	text-decoration: none;
}

#footer .container {
	font-family: inherit;
	font-size: inherit;
}

#datFooter {
	min-height: 293px;
	background: #3a3a3a;
	padding: 0 0 0 0;
	position: relative;
	margin: 0;
	z-index: 2;
	margin-top: -50px; /* Usa un valor negativo para subirlo */
}

#socialFooter .socialMedia {
	display: flex;
	justify-content: center;
}

#datFooter #socialFooter li {
	margin: 0 5px 0;
}

#socialFooter li a {
	display: flex;
	width: 48px;
	height: 48px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	-webkit-transition: linear all .2s;
	-o-transition: linear all .2s;
	transition: linear all .2s;
}

#socialFooter a.in {
	background: #f09433;
	background: -moz-linear-gradient(180deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(180deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(180deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

#socialFooter li a:hover {
	transform: scale(1.2);
}

#menuFooter {
	background-color: #171717;
	padding: 0;
	width: 70%;
	margin-left: 40%;
}


#menuFooter ul,
#menuFooter li,
#menuFooter2 ul,
#menuFooter2 li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 50px;
	/* Baja el contenido un poco */
}

#menuFooter ul,
#menuFooter2 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#menuFooter li {
	padding: 0 2%;
}

#menuFooter a {
	color: #FFF;
	text-decoration: none;
	font-size: 24px;
	font-family: "Lato", serif;
	text-transform: uppercase;
	font-weight: bold;
}

#menuFooter span {
	display: block;
	font-size: 12px;
	color: #ffffffd8;
	/* Mismo color que el enlace */
}

#menuFooter a:hover {
	color: #FFF;
}

#menuFooter2 li {
	border-right: solid 1px #606060;
	padding: 0 16px;
}

#menuFooter2 ul li:last-child {
	border: none;
}

#menuFooter2 a {
	color: #b3b3b3;
	text-decoration: none;
	font-size: 16px;
	font-family: "Lato", serif;
	font-weight: 300;
	height: 18px;
}

#menuFooter2 a:hover {
	color: #FFF;
	text-shadow: 0 0 2px #fff;
}

#imagenFooter {
	transform: translateX(-690px) translateY(-100px);
	/* Mueve la imagen hacia la izquierda y arriba */
}


a#toTop {
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 37px;
	color: #fff;
	border-radius: 50%;
	position: fixed;
	background: #ff7a1d;
	-moz-box-shadow: 0 0 3px 2px #FFF;
	-ms-box-shadow: 0 0 3px 2px #FFF;
	-o-box-shadow: 0 0 3px 2px #FFF;
	-webkit-box-shadow: 0 0 3px 2px #FFF;
	box-shadow: 0 0 3px 2px #FFF;
	left: 40px;
	bottom: 90px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 20;
	padding: 30px 0 0 30px;
}

a#toTop::before {
	display: block;
	content: "‹";
	transform: rotate(90deg);
	font-size: 50px;
	text-align: center;
	position: absolute;
	left: 3px;
	top: 2px;
	width: 100%;
}

#sliderTop {
	position: relative;
	z-index: 1
}

#slider1 .flex-control-nav {
    text-align: left;
    max-width: 1300px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column; /* Acomoda los elementos en columna */
    align-items: flex-end; /* Alinea los elementos a la derecha */
	gap: 5px; /* Espacio entre los elementos */
}


#slider1 .flex-control-paging li {
	margin: 0 0 0 9px;
}

#slider1 .flex-control-paging li a {
	border: none;
	border: solid 5px #fff;
	border-radius: 50%;
	background: #FFF;
	width: 21px;
	height: 21px;
}

#slider1 .flex-control-paging li a:hover,
#slider1 .flex-control-paging li a.flex-active {
	background: #f7bb13;
}


/*Inicio*/
#home-1 {
	background: #f0f0f1;
	margin-top: 100px;
}

#home-1 .bgRight {
	/* background: url('../images/inicio/right.png') right top no-repeat; */
}

#home-1 .bgLeft {
	background: #FFF
}

#home-1 .container {
	background: #FFF;
	height: 650px;
	width: 70%;
	display: flex;
	align-items: center;
}

#home-1 .title {
	font-family: "Poppins", sans-serif;
	font-size: 48px;
	color: #005fa8;
	line-height: 50px;
	padding: 0 0 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 300;
}

#home-1 .title2 {
	font-family: "Poppins", sans-serif;
	font-size: 48px;
	color: #005fa8;
	line-height: 50px;
	padding: 0 0 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

#home-1 .title2 .color-change {
	color: #f7bb13;
	/* Cambia el color a tu preferencia */
}

#home-1 .row {
	margin: 0 -27px;
	flex-direction: row-reverse;
	padding-left: 545px;
}

#home-1 .item {
	padding: 0 27px;
	display: flex;
	align-items: center;
}

#home-1 .item .image-behind {
	position: absolute;
	top: -90px;
	/* Ajusta para mover la imagen hacia arriba */
	left: -80px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	/* Asegura que la imagen cubra todo el contenedor */
	background-position: center;
	/* Centra la imagen */
}
#home-1 .item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0.5) 65%, rgba(255, 255, 255, 0.5) 100%);
	pointer-events: none;
	/* Permite que la imagen siga siendo interactuable */
}


#home-1 .row .item:last-child {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#home-1 .item .text {
	font-size: 18px;
	color: #616161;
	font-weight: 300;
	text-align: justify;
}

#home-1 .item .author {
	font-size: 16px;
	color: #616161;
	font-weight: 300;
	text-align: right;
	padding-top: 32px
}

#home-1 .item .author b {
	display: block;
	font-size: 24px;
	color: #7f2cc4;
	font-weight: 600
}

#home-2 {
	background: url('../images/inicio/bg-vigovi.png') no-repeat;
	padding: 0 0 29px;
	background-position: center 211px;


}


#home-2 .title {
	height: 73px;
	position: relative;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	line-height: normal;
	padding: 21px 10px;
	margin-bottom: 25px;
	text-transform: uppercase;
	border-bottom: solid 1px #aaaaaa;
	display: flex;
	justify-content: center;
	align-items: center;
}

#home-2 .title:before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	border-radius: 50%;
	background: #616161;
	width: 9px;
	height: 9px;
	transform: translateX(-50%);
	bottom: -5px;
}

#home-2 .title:before #home-2 .row {
	margin: 0 -33.5px;
}

#home-2 .item {
	padding: 0 33.5px 50px;
	width: 33.3333%;
}

#home-2 article {
	background: #013b67;
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
}

#home-2 .img-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	/* Tamaño del círculo */
	height: 100px;
	/* Igual que el width para que sea un círculo */
	background-color: #fff;
	/* Color del círculo */
	border-radius: 50%;
	/* Hace que sea circular */
	margin-left: 150px;
	/* Ajusta la posición si es necesario */
}

#home-2 .img-container img {
	width: 50px;
	/* Tamaño más pequeño de la imagen dentro del círculo */
	height: 50px;
	object-fit: contain;
	/* Mantiene la imagen dentro del círculo sin recortarla */
}



#home-2 .vertical-line {
	width: 99px;
	/* Ancho de la raya */
	height: 100px;
	/* Alto de la raya (ajústalo según necesites) */
	background-color: #c4940f;
	/* Color de la raya */
	left: 50%;
	/* Centra la raya detrás de la imagen */
	transform: translateX(150%);
	/* Ajusta la posición */
	z-index: -1;
	/* Coloca la línea detrás de la imagen */
}

#home-2 .text {
	padding: 0 25px 20px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background: #0260a9;
}

#home-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eeb603;
	min-height: 124px;
	padding: 15px 0;
}

#home-3 .container {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 15px;
}


/*Nosotros*/
#titleTop {
	background: #fff;
	position: relative;
	z-index: 3;
	left: 750px;
	/* Mueve 10px a la derecha */
	top: 100px;
	/* Mueve 10px hacia abajo */
	width: 0%;
}

#titleTop .container {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #005fa8;
	font-size: 48px;
	height: 118px;
	font-weight: 700;
	width: 50%;
}

#titleTop .container:not(.noUppercase) {
	text-transform: uppercase;
}

#about-2 {
	position: relative;
	display: flex;
	align-items: center;
	/* Ajusta los elementos verticalmente */
	height: auto;
}

#about-2 .bg1 {
	position: absolute;
	width: 397px;
	height: 397px;
	border: solid 25px #72009f;
	border-radius: 50%;
	z-index: 1;
	left: -250px;
	top: 32px
}

#about-2 .bg2 {
	position: absolute;
	width: 163px;
	height: 163px;
	border: solid 25px #ff791e;
	border-radius: 50%;
	z-index: 1;
	left: -50px;
	bottom: 45px
}

#about-2 .bg3 {
	position: absolute;
	width: 168px;
	height: 168px;
	border: solid 25px #eeb603;
	border-radius: 50%;
	z-index: 1;
	right: -80px;
	top: 32px
}

#about-2 .bg4 {
	position: absolute;
	width: 76px;
	height: 76px;
	border: solid 25px #72009f;
	border-radius: 50%;
	z-index: 1;
	right: -10px;
	bottom: -26px;
}

#about-2 .row {
	margin: 0 -15px;
	min-height: 782px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#about-2 .item {
	width: 50%;
	padding: 0 15px;
	position: relative;
	z-index: 2;
}

#about-2 .item1 {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #3e3e3e;
	/* line-height: 30px;
	padding-right: 70px; */
	text-align: justify;
	position: relative;
	left: 610px;
	/* Mueve 10px a la derecha */
	top: -170px;
	/* Sube 10px */
}

.empresa {
	color: #005fa8;
	/* Cambia este color según lo que necesites */
	font-weight: bold;
	/* Opcional: hace que resalte más */
}

/* #about-2 .item1:before,
#about-2 .item1:after{
	display: block;
	content: "";
	position: absolute;
	border: solid 5px #dcbfe7;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	z-index: 0
}
#about-2 .item1:before{
	top: -60px;
	left: 45px;
} */
#about-2 .item1:after {
	bottom: -50px;
	left: -30px
}

#about-2 .item2 {
	display: flex;
	align-items: start;
	left: -775px;
	/* Mueve 10px a la izquierda */
	top: -190px;
	/* Sube 10px */
}

.item2 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 1) 100%);
	pointer-events: none;
	/* Permite que la imagen siga siendo interactuable */
}

#about-3 {
	background: #fff;
	position: relative;
	z-index: 2;
}

#about-3 .container {
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#about-3 .container .title {
	font-family: "Lato", serif;
	font-optical-sizing: auto;
	color: #448abf;
	padding: 0 50px 0 50px;
	margin: 0 auto 20px;
	font-weight: 700;
	font-size: 60px;
	text-align: center;
	line-height: 24px;
}

#about-3 .container .title .bold {
	color: #005fa8;
	font-weight: 900;
	/* Establece la palabra "Valores" en negritas */
}

.btn-info {
	background: #f7bb13;
	color: #FFF;
	border-color: #f7bb13;
}

.valores-list {
	display: flex;
	/* Hace que los elementos de la lista sean horizontales */
	justify-content: center;
	/* Espacia los elementos de forma equitativa */
	list-style: none;
	/* Elimina los puntos de la lista */
	padding: 0;
	/* Elimina el padding por defecto */
}

.valores-item {
	text-align: center;
	/* Centra el texto debajo de la imagen */
	margin: 0 15px;
	/* Agrega espacio (margen) en los lados (izquierda y derecha) de cada item */
}


.item-image {
	width: 80px;
	/* Ajusta el tamaño de la imagen */
	height: 80px;
	/* Ajusta el tamaño de la imagen */
	border-radius: 10%;
	/* Hace la imagen circular */
	background-color: #448abf;
	/* Establece el fondo azul detrás de la imagen */
	padding: 10px;
	/* Da espacio entre el borde y la imagen */

}

.item-title {
	display: block;
	margin-top: 10px;
	/* Añade un poco de espacio entre la imagen y el texto */
	font-size: 16px;
	/* Ajusta el tamaño del texto */
}

#about-3 .container .title span {
	display: inline-block;
	position: relative;
}

.valores {

	position: relative;
	padding: 50px 0;
}



/* #about-3 .container .title span.c1:before,
#about-3 .container .title span.c2:after{
	display: inline-block;	
	content: "";
	background: url('../images/nosotros/comilla.png') 0 0 no-repeat;
	width: 74px;
	height: 69px;
	position: absolute;
} */
#about-3 .container .title span.c1:before {
	left: -90px;
	top: -20px;
}

#about-3 .container .title span.c2:after {
	transform: rotate(-180deg);
	right: -90px;
	bottom: -20px;
}

#about-3 .container .text {
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: #000;
}

#about-4 {
	background: #c6a959;
}

#about-4 .bg1 {
	background: url('../images/nosotros/textur.png') right top no-repeat;
	position: relative;
}

#about-4 .bg2 {
	background: url('../images/nosotros/textur.png') left bottom no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

#about-4 .container {
	min-height: 721px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2
}

#about-4 .row .col:last-child {
	padding-top: 20px;
}

#about-4 .title span {
	width: 220px;
	height: 71px;
	display: inline-block;
	/* position: relative; */
	/* background: #FFF; */
	line-height: 69px;
	font-size: 30px;
	text-align: center;
	color: #f7bb13;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	top: -10px;
	/* Mueve el elemento hacia arriba */
	right: -10px;
	/* Mueve el elemento hacia la derecha */
}

/* #about-4 .title span:before{
	display: block;
	content: "";
	width: 0;
    height: 0;
    border-right: 110px solid transparent;
  	border-top: 7px solid transparent;
  	border-left: 110px solid #fff;
  	border-bottom: 7px solid #fff;
  	position: absolute;
  	left: 0;
  	top: -14px;
} */
#about-4 .text {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 300;
	/* padding-top: 20px; */
	color: #FFF;
	text-align: justify;
	width: 50%;
	/* Reduce el ancho al 80% del contenedor padre */
}


/*Fundadores*/
#bgFounders {
	/* background: url('../images/fundadores/background.png') center top; */
	padding-top: 80px;
	padding-bottom: 50px;
	justify-content: center;
	align-items: center;
}

.fundadores .item {
	padding-top: 108px;
}

.fundadores .item .title {
	position: relative;
	min-height: 84px;
	color: #005fa8;
	background: #fff;
	line-height: normal;
	padding: 19px 0 0 620px;
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 60px;

}

.fundadores .item .title .highlighted-text {
	color: #FFD700;
	/* Color para la palabra "Diseño" */
	font-weight: bold;
	/* Hace que "Diseño" esté en negrita */
	margin-left: -82px;
	/* Mueve "Diseño" hacia la derecha */
}

.fundadores .item .image {
	position: absolute;
	top: 50%;
	margin-top: -150px;
	left: 0;
}

.fundadores .item .image img {
	display: block;
	max-width: 100%;
	border-radius: 8px;
	box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.3);
}

.fundadores .item .text {
	position: relative;
	padding-left: 18px;
	margin-bottom: 25px;
	line-height: 32px;
	color: #363535;
	text-align: justify;
}

.fundadores .item .text:before {
	display: block;
	content: "";
	position: absolute;
	width: 3px;
	top: 5px;
	bottom: 5px;
	left: 0;
	background: #b57ecb;
}

.fundadores .itemOrange {
	margin-top: 100px;
}

.fundadores .itemOrange .title {
	background: #ff791e;
}

.fundadores .itemOrange .text:before {
	background: hsl(24, 100%, 56%);
}

.services {
	display: flex;
	flex-wrap: wrap;
	/* Permite que los elementos pasen a una nueva fila si no caben */
	justify-content: center;
	/* Centra los elementos horizontalmente */
	align-items: center;
	/* Centra los elementos verticalmente */
	gap: 20px;
	/* Espacio entre las columnas */
}

.service-item {
	width: 60%;
	/* Ajusta el ancho de cada columna */
	min-width: 250px;
	/* Evita que sean demasiado pequeños en pantallas pequeñas */
	text-align: center;
	/* Centra el contenido dentro de cada elemento */
	padding: 20px;
	border-radius: 10px;
	/* Bordes redondeados */
}

.services .container .cols2 {
	display: flex;
	justify-content: center;
	/* Centra los elementos horizontalmente */
	align-items: center;
	/* Alinea verticalmente */
	gap: 20px;
	/* Espacio entre los elementos */
	flex-wrap: wrap;
	/* Permite que los elementos pasen a la siguiente línea si no caben */
}

.services .container .cols1 {
	display: flex;
	justify-content: center;
	/* Centra los elementos horizontalmente */
	align-items: center;
	/* Alinea verticalmente */
	gap: 20px;
	/* Espacio entre los elementos */
	flex-wrap: wrap;
	/* Permite que los elementos pasen a la siguiente línea si no caben */
}

.cols1 .service-item {
	text-align: center;
	width: 30%;
	/* Ajusta el ancho de cada servicio */
	min-width: 250px;
	/* Evita que sean demasiado pequeños */
	padding: 15px;
}

.services .container .cols1 .service-item .title {
	position: absolute;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 25%;
	/* Reduce el ancho */
	background-color: #005fa8;
	color: #fff;
	border: 3px solid #ffffff;
	border-radius: 8px;

}

.services .container .cols2 .service-item .title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* Centra el título */
	font-family: "Lato", sans-serif;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 55%;
	/* Reduce el ancho */
	background-color: #005fa8;
	color: #fff;
	border: 3px solid #ffffff;
	border-radius: 8px;

}





/*Planteles*/
#divPlanteles {
	padding-top: 83px;
}

#divPlanteles .tabTop ul,
#divPlanteles .tabTop li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#divPlanteles .tabTop {
	display: flex;
	padding: 14px 43px 0;
	background: url('/assets/images/proyectos/casa.png') no-repeat center center;
	/* Ruta de la imagen */
	background-size: cover;
	/* Asegura que la imagen cubra todo el contenedor */
	height: 200px;
	/* Aumenta la altura */
	width: 100%;
	/* Ocupa todo el ancho disponible */
	box-sizing: border-box;
	/* Asegura que el padding se incluya en el ancho total */
	justify-content: center;
	align-items: center;
}

#divPlanteles .overlay2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(9, 135, 214, 0.5) 0%, rgba(9, 135, 214, 0.5) 100%);
	pointer-events: none;
	/* Permite que la imagen siga siendo interactuable */
	justify-content: center;
	align-items: center;
}


/* Estilos para el título principal */
.tabTop .title {
	font-family: "Lato", sans-serif;
	font-size: 36px;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	/* Alinea el texto a la izquierda */
	line-height: 1.4;
	text-transform: uppercase;
	padding-left: 400px;
	/* Mueve el texto hacia la derecha */
	padding-top: 20px;
}


/* Estilos para el texto destacado (primero) */
.tabTop .highlighted-text {
	color: #fff;
	/* Color blanco */
	font-weight: bold;
	/* Pone el texto en negrita */
	font-size: 40px;
	/* Tamaño de fuente más grande */
}

/* Estilos para el texto destacado (segundo) */
.tabTop .highlighted-text2 {
	color: #f7bb13;
	/* Color amarillo */
	font-weight: bold;
	/* Pone el texto en negrita */
	font-size: 40px;
	/* Tamaño de fuente más grande */
}

.proyectos {
	padding: 30px 0;
	/* Espaciado alrededor */
}

.proyectos .container .proyectos-list {
	list-style: none;
	display: grid;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	grid-column-gap: 20px;
	grid-row-gap: 15px;
	margin: 0 auto;
	grid-template-columns: repeat(4, 1fr);
}

.proyectos .container .proyectos-list .proyectos-item {
	background-color: #e4e4e4;
	border-radius: 5px;
	grid-column-gap: 23px;
	padding: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	width: 100%;
	cursor: pointer;
}

.proyectos-item:hover {
	transform: scale;

}

.proyectos-item img {
	background-color: gray;
	display: block;
}


#divPlanteles .tabTop li {
	padding-top: 14px;
	width: 16.6666%;
}

#divPlanteles .tabTop a {
	display: block;
	height: 70px;
	line-height: normal;
	border-radius: 5px 5px 0 0;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding-top: 15px;
	cursor: pointer;
	position: relative;
}

#divPlanteles .tabTop a b {
	font-weight: 600;
}

#divPlanteles .tabTop a.active,
#divPlanteles .tabTop a:hover {
	background: #FFF;
	color: #6f009b;
}

.tabContent {
	margin-bottom: 100px;
	display: none;
}

.tabContent.active {
	display: block;
}

.tabContent .info {
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 60px 0;
}

.tabContent .info ul,
.tabContent .info li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabContent .info ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 -35px;
}

.tabContent .info li {
	border-right: solid 1px #b5b5b5;
	height: 57px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #616161;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	padding: 0 35px;
}

.tabContent .info ul li:last-child {
	border-right: none;
}

.tabContent .info li b {
	margin-right: 5px;
}

.tabContent article {
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
}

.tabContent .titleMap {
	display: flex;
	padding: 3px 15px;
	height: 78px;
	background: #6f009b;
	color: #FFF;
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.tabContent .titleMap .fa {
	margin-right: 5px;
}

.tabContent .maps {
	display: block;
	width: 100%;
	height: 100%;
}

/*orgulloxpresion*/
#divTalleres .title {
	background: #de4a4b;
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	font-weight: 600;
	height: 98px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 56px;
	position: relative;
	margin-bottom: 86px;
}

#divTalleres .title:before {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 84px 18px 84px;
	border-color: transparent transparent #de4a4b transparent;
	transform: rotate(180deg);
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -84px;
}

#divTalleres .row {
	justify-content: left;
	flex-wrap: wrap;
}

#divTalleres .item {
	width: 25%;
	-webkit-transition: linear all .3s;
	-o-transition: linear all .3s;
	transition: linear all .3s;
}

#divTalleres .item article {
	display: block;
	max-width: 300px;
	margin: 0 auto 62px;
}

#divTalleres .item .photo {
	background: #FFF;
	padding: 5px;
	box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	border-radius: 18px;
	max-width: 257px;
	margin: 0 auto;
}

#divTalleres .item figure {}

#divTalleres .item .photo img {
	display: block;
	max-width: 100%;
	border-radius: 18px;
}

#divTalleres .item .name {
	font-size: 30px;
	color: #535353;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	line-height: 34px;
	padding: 30px 0 0;
}

#divTalleres .item .interpreter {
	font-size: 24px;
	color: #535353;
	font-weight: 300;
	text-align: center;
	line-height: 26px;
	margin-bottom: 20px;
}

#divTalleres .item .interpreter.ap {
	text-transform: uppercase;
}

#divTalleres .item:not(.active) .info {
	height: 38px;
	overflow: hidden;
}

#divTalleres .item .info {
	font-size: 14px;
	color: #616161;
	font-family: "Poppins", sans-serif;
	text-align: center;
	-webkit-transition: linear all .3s;
	-o-transition: linear all .3s;
	transition: linear all .3s;
}

#divTalleres .item .btnMasInfo {
	display: block;
	width: 137px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	background: #de4a4b;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 300;
	border-radius: 18px;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: linear all .3s;
	-o-transition: linear all .3s;
	transition: linear all .3s;
}

#divTalleres .item.active .btnMasInfo {
	height: 5px;
	overflow: hidden;
	text-indent: -99999%;
	margin-bottom: 20px;
}

#divTalleres .btnMenosInfo {
	display: block;
	height: 31px;
	background: #f5f5f5;
	margin-top: 20px;
	cursor: pointer;
}

#divTalleres .btnMenosInfo .fa {
	color: #bcbbbb;
	transform: rotate(-90deg);
	position: relative;
	top: 3px;
}

#divTalleres .contentPurple .title {
	background: #6f009b;
	margin-top: 0;
}

#divTalleres .contentPurple .title:before {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 84px 18px 84px;
	border-color: transparent transparent #6f009b transparent;
	transform: rotate(180deg);
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -84px;
}

#divTalleres .contentPurple .item .btnMasInfo {
	background: #6f009b;
}


/*Bolsa de trabajo*/
.titleForm {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	color: #616161;
	text-align: center;
	line-height: normal;
	padding: 40px 0;
}

.frmContacto .row {
	margin: 0 -5.5px;
	flex-wrap: wrap;
}

.frmContacto .row .cols {
	padding: 0 5.5px 10px;
}

.frmContacto .row .col-1 {
	width: 25%;
	flex-basis: 25%;
}

.frmContacto .row .col-2 {
	width: 75%;
}

.frmContacto .row .col-3 {
	width: 50%;
}

.frmContacto .row .col-4 {
	width: 100%;
}

.frmContacto .form-control {
	display: block;
	background: #f6f6f6;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #686868;
	padding: 0 20px;
	border: none;
	width: 100%;
	height: 84px;
}

.frmContacto .form-control.textarea {
	padding-top: 30px;
	padding-bottom: 30px;
	height: 157px;
}

#btnAdjuntarCV,
#cvAdjunto {
	height: 84px;
	background: #575757;
	text-align: center;
	position: relative;
}

#btnAdjuntarCV span {
	display: inline-block;
	background: url('../images/iconAdjuntar.png') right center no-repeat;
	padding-right: 40px;
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	color: #FFF;
	margin: 0 auto;
}

#btnAdjuntarCV .file {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
}

#btnAdjuntarCV .mf_upload_ins {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 84px;
}

#loading {
	background-size: 60% auto;
	display: block;
	width: 100px;
	height: 100px;
	position: fixed;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
	z-index: 99999 !important;
}

.basic-spinner {
	display: inline-block;
	margin: 0 auto;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/site-spinner-240.png);
	width: 100px;
	height: 100px;
	-webkit-animation: full-rotation 1s infinite linear;
	-moz-animation: full-rotation 1s infinite linear;
	animation: full-rotation 1s infinite linear
}

.basic-spinner.isHidden {
	display: none
}

.ua-ie-7 .basic-spinner,
.ua-ie-8 .basic-spinner,
.ua-ie-9 .basic-spinner {
	background-image: url(../images/site-spinner-100.gif)
}

@-webkit-keyframes full-rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes full-rotation {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-o-keyframes full-rotation {
	from {
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes full-rotation {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

#cvAdjunto {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF
}

#cvAdjunto span {
	display: inline-block;
}

#cvAdjunto span .fa {
	color: #fff;
	background: red;
	padding: 3px 5px;
	cursor: pointer;
}

.hidden {
	display: none !important;
}

.contenedorBotones {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 99px
}

.contenedorBotones input {
	display: inline-flex;
	width: 165px;
	height: 59px;
	justify-content: center;
	align-items: center;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #FFF;
	padding-bottom: 2px;
	border-radius: 5px;
	border: none;
	background: #7400a1;
	margin: 0 4px;
	cursor: pointer;
	text-transform: uppercase;
}

.contenedorBotones input:hover {
	opacity: 0.85
}

.areaImages {
	border-top: solid 2px #f1f1f1;
	padding: 5px 35px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.areaImages .col {
	width: 25%;
	padding: 0 16.5px;
}


/*Contact*/

.contact-title {
	background: #337fb5;
	padding: 30px;
	position: relative;
	width: 50%;
	top: 30px;
	/* Baja el elemento */
	left: 350px;
	/* Lo mueve a la derecha */
}

.contact-title .container .title {
	text-align: center;
	font-family: "Lato", sans-serif;
	color: #fff;
	font-size: 22px;
	position: relative;
	line-height: normal;

}

.section-contacto .container .form-title .bold {
	font-weight: 700;
	color: #5e5e5e;
}

.section-contacto .container .form-title {
	font-weight: 400;
	text-align: center;
	line-height: normal;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	color: #5e5e5e;
	margin: 25px;
	position: relative;
	letter-spacing: normal;
	top: 20px;
	/* Baja el elemento */
}

#frmContacto .row {
	margin: 0 -4px;
}

#frmContacto div[class*=col-] {
	padding: 0 0;
}


.section-contacto #frmContacto .row div[class*=col-]:first-of-type .form-group {
	margin-left: 0;
}

.section-contacto #frmContacto .row div[class*=col-] .form-group {
	margin-left: 10px;
}

#frmContacto .form-group {
	margin-bottom: 9px;
}

.section-contacto #frmContacto .row div[class*=col-] .form-group.mt-1 {
	margin-top: 3px;
}

.section-contacto #frmContacto .row div[class*=col-] .form-group.no-ml {
	margin-left: 0;
}

.col-xs-12 {
	width: 100%;
}

.center-captcha {
	display: flex;
	justify-content: center;
	margin-top: 12px;
}

.section-contacto #frmContacto input[type=submit] {
	margin-left: 0px;
}

.section-contacto #frmContacto input[type=submit],
.section-contacto #frmContacto input[type=reset] {
	background: #015ea3;
	font-size: 11px;

}

#frmContacto input[type=submit] {
	display: inline-block;
	height: 40px;
	background: #00cf67;
	color: #fff;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 11px;
	width: 85px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;

}

#frmContacto .buttons {
	margin-top: 20px;
	/* Ajusta la cantidad según sea necesario */

}

.contact-information {
	background-color: #337fb5;
	padding: 45px 0 20px 0;
	position: relative;
	margin-top: 120px;
}

.contact-information .container .list {
	list-style: none;
	display: grid;
	grid-row-gap: 20px;
	justify-items: right;
	grid-template-columns: 1fr;
}

.contact-information .container .list .item h3 {
	font-family: "Lato", sans-serif;
	font-size: 22px;
	color: #fff;
	position: relative;
	font-weight: bold;

}

.contact-information .container .list .item a {
	color: #fff;

}

.img-container {
	position: relative;
	display: inline-block;
	/* Para que solo ocupe el espacio de las imágenes */

}

.img-bg {
	width: 70%;
	/* Ajusta el tamaño según necesidad */
	display: block;
	margin-top: -300px;
	/* Número negativo sube la imagen */
}

.img-2 {
	position: absolute;
	top: 5px;
	/* Ajusta la posición vertical */
	right: 190px;
	/* Ajusta la posición horizontal */
	width: 30%;
	/* Ajusta el tamaño de la segunda imagen */
}

.img-container .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 320%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.9) 65%, rgba(255, 255, 255, 1) 100%);
	pointer-events: none;
	/* Permite que la imagen siga siendo interactuable */
	margin-top: -300px;
}

.map-title {
	background-color: #015ea3;
}

.map-title .container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 11px 0;
}

.map-title h2 {
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	font-family: Arial, sans-serif;
	letter-spacing: .5px;
	text-align: center;
}

.map-title h2 img {
	transform: translate(-20px, 20px);
	/* Mueve 10px a la izquierda y 10px hacia abajo */
	margin-right: 10px;
	/* Mantiene espacio a la derecha si es necesario */
}

/* #formContacto .contenedorBotones input{
	background: #ecb401;
} */
/* .frmContacto input::-webkit-input-placeholder{color: #686868;opacity:1}
.frmContacto input:-moz-placeholder{color: #686868;opacity:1}
.frmContacto input::-moz-placeholder{color: #686868;opacity:1}
.frmContacto input:-ms-input-placeholder{color: #686868;opacity:1}
.frmContacto textarea::-webkit-input-placeholder{color: #686868;opacity:1}
.frmContacto textarea:-moz-placeholder{color: #686868;opacity:1}
.frmContacto textarea::-moz-placeholder{color: #686868;opacity:1}
.frmContacto textarea:-ms-input-placeholder{color: #686868;opacity:1}

.frmContacto input:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#areaCaptcha{
	margin: 40px auto;
	max-width: 304px;
} */


#privacidad .title {
	background: #7400a1;
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	font-weight: 600;
	height: 98px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	position: relative;
	margin-bottom: 56px;
}

#privacidad .title:before {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 84px 18px 84px;
	border-color: transparent transparent #7400a1 transparent;
	transform: rotate(180deg);
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -84px;
}

#privacidad .text {
	line-height: 28px;
	font-size: 16px;
	color: #616161;
	font-family: "Poppins", sans-serif;
	text-align: justify;
	padding-bottom: 60px;
}


/*Talleres*/
#titleTalleres {
	margin: 54px 0 40px;
}

#titleTalleres .title,
.titleTalleres .title {
	position: relative;
	padding-left: 38px
}

#titleTalleres .title>div,
.titleTalleres .title>div {
	color: #FFF;
	height: 118px;
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	font-weight: 700;
	display: flex;
	align-items: center;
}

#titleTalleres .title span {
	position: absolute;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	background: url('../images/tallerInfantil/icoCalendar.png') left center no-repeat;
	padding-left: 34px;
	display: flex;
	height: 28px;
	align-items: center;
}

#titleTalleres .title.purple {
	background: #72009e;
}

#titleTalleres .title>div.ico1 {
	background: url('../images/tallerInfantil/icoTitle.png') left center no-repeat;
	padding-left: 61px
}

.itemTaller {}

div.table {
	display: table;
	width: 100%;
}

div.tr {
	display: table-row;
}

div.td {
	display: table-cell;
	vertical-align: middle;
}

div.td.valingTop {
	vertical-align: top;
}

.td1 {
	width: 260px;
	color: #72009e;
	font-size: 18px;
	font-weight: 800;
	font-family: "Poppins", sans-serif;
	padding: 0 0 0 16px;
}

.td2 {
	color: #616161;
	font-size: 14px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}

.td1.pt40 {
	padding-top: 40px;
}

.td2.pt40 .text {
	padding-top: 40px
}

.itemTaller .td1 {
	text-transform: uppercase;
}

.itemTaller .edades {
	padding-top: 25px;
	margin-bottom: 25px
}

.itemTaller .edades .row {
	flex-wrap: wrap;
	margin: 0 -5.5px;
}

.itemTaller .edades .col {
	flex-basis: 33.3333%;
	padding: 0 5.5px 11px;
	flex-grow: initial;
}

.itemTaller .edades .col>div {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	border: solid 2px #f1f1f1;
	background: #fdfdfd;
	width: 100%;
	flex-direction: column;
	font-size: 16px;
	color: #616161;
	font-family: "Poppins", sans-serif;
}

.itemTaller .edades .col>div span {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 18px;
}

.itemTaller .edades .col>div em {
	display: block;
	font-size: 14px;
	font-style: normal;
}

.bgGray {
	background: #f1f1f1;
}

.table.h100 .td {
	height: 100px;
}

.tdHorario .sepV {
	display: inline-block;
	position: relative;
	height: 10px;
	width: 1px;
	margin: 0 10px;
}

.tdHorario .sepV:before {
	display: block;
	content: "";
	width: 1px;
	height: 22px;
	background: #b5b5b5;
	top: -6px;
	position: absolute;
}

.tdHorario b {
	display: inline-block;
}

.tdHorario .w570 {
	max-width: 570px;
}

.imagesTaller {
	padding: 25px 0 35px;
}

.imagesTaller .row {
	margin: 0 -11px;
}

.imagesTaller .col {
	padding: 0 11.5px 23px;
}

.imagesTaller .col figure {
	border-bottom: solid 7px #fd781d;
}

.imagesTaller .bgPurple {
	background: #7300a0;
	padding: 20px 15px 23px;
	color: #FFF;
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	text-align: center;
	margin: 50px 0;
}

.imagesTaller .bgPurple>div {
	max-width: 990px;
	margin: 0 auto;
}

section.contactanos {
	display: flex;
	background: #595757;
	align-items: center;
	justify-content: center;
	height: 127px;
}

section.contactanos a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #FFF;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-align: center;
	width: 375px;
	height: 83px;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 42px;
}

/*Talleres Unitarios*/
#titleTalleres .title>div.ico2 {
	background: url('../images/tallerInfantil/icoMicrophone.png') left center no-repeat;
	padding-left: 61px;
	text-transform: uppercase;
}

section.beneficios {
	padding: 31px 0 66px;

}

section.beneficios .container {
	height: 374px;
	display: flex;
	align-items: center;
	background: url('../images/tallerInfantil/background.jpg') center top no-repeat;
}

section.beneficios article {
	padding-left: 109px;
}

section.beneficios .title {
	font-size: 36px;
	color: #daa2f0;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	border-bottom: solid 2px #5d4467;
	text-transform: uppercase;
	line-height: normal;
}

section.beneficios ul {
	padding-left: 0;
	padding-top: 10px;
}

section.beneficios li {
	list-style: none;
	position: relative;
	color: #FFF;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	padding-left: 14px;
	line-height: normal;
	padding-bottom: 8px;
}

section.beneficios li:before {
	display: block;
	content: "";
	background: #daa2f0;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	left: 0;
	top: 8px;
	position: absolute;
}

.titleTalleres .title.yellow {
	background: #ecb401;
}

.titleTalleres .title>div.ico3 {
	background: url('../images/tallerInfantil/icoTaller.png') left center no-repeat;
	padding-left: 61px;
	text-transform: uppercase;
}

.pt37 {
	padding-top: 37px
}

.pl37 {
	padding-left: 37px
}

.itemTaller .dirigido {
	padding-top: 25px;
	margin-bottom: 25px
}

.itemTaller .dirigido .row {
	flex-wrap: wrap;
	margin: 0 -5.5px;
}

.itemTaller .dirigido .col {
	flex-basis: 25%;
	padding: 0 5.5px 11px;
	flex-grow: initial;
}

.itemTaller .dirigido .col>div {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	border: solid 2px #f1f1f1;
	background: #fdfdfd;
	width: 100%;
	flex-direction: column;
	font-size: 16px;
	color: #616161;
	font-family: "Poppins", sans-serif;
}

.itemTaller .dirigido .col>div span {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 18px;
}

.itemTaller .dirigido .col>div em {
	display: block;
	font-size: 14px;
	font-style: normal;
}

#flyerTaller {
	padding: 50px 0 100px;
}

#flyerTaller .flyer {
	background: #ecb401;
	padding: 40px 60px;
}

#flyerTaller .flyer:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 84px 18px 84px;
	border-color: transparent transparent #ecb401 transparent;
	/*transform: rotate(180deg);*/
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -84px;
}

.itemsTaller.yellow .td1 {
	color: #ecb401;
}

/*Carrera Artes Escénicas*/
#titleTop.red {
	background: #dd3940;
}

.pt47 {
	padding-top: 47px
}

.pt25 {
	padding-top: 25px;
}

.itemsTaller.red .td1 {
	color: #dd3940;
}

.objProg {
	padding: 25px 0 10px;
}

.objProg ul {
	margin-left: 0;
	padding-left: 0
}

.objProg li {
	list-style: none;
	position: relative;
	padding-left: 12px;
	margin-bottom: 10px;
}

.objProg li:before {
	display: block;
	content: "";
	background: #595959;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	left: 0;
	top: 8px;
	position: absolute;
}

.objProg ul li:last-child {
	margin-bottom: 0
}

.itemsTaller .mb90 {
	margin-bottom: 90px
}

.itemTaller .modulos .row {
	padding: 40px 16px 40px 0;
	margin: 0 -4.5px;
	flex-grow: initial;
}

.itemTaller .modulos .col {
	padding: 0 4.5px 9px;
	flex-basis: 33.3333%;
}

.itemTaller .modulos article {
	background: #f8f8f8;
	padding: 30px;
	height: 100%;
}

.itemTaller .modulos .titCol {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	color: #2464c3;
	font-weight: 600;
	margin-bottom: 10px;
}

.itemTaller .modulos ul {
	margin: 0;
	padding: 0;
}

.itemTaller .modulos li {
	list-style: none;
	position: relative;
	padding-left: 14px;
	margin-bottom: 9px
}

.itemTaller .modulos li:before {
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	background: #242424;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}

.itemsCursoVerano {
	padding-top: 58px;
}

.itemsCursoVerano .col {
	padding: 0 23px 38px;
	width: 50%;
}

.itemsCursoVerano .td1 {
	width: 152px;
}

.itemsCursoVerano .labelCurso {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	color: #353535;
	font-weight: 600;
	background: #f1f1f1;
	height: 100px;
	text-transform: uppercase;
}

.itemsCursoVerano figure {
	height: 100%;
	overflow: hidden;
}

.itemsCursoVerano img {
	max-width: 100%;
	/*transform: translateX(-28%);*/
}

.labelInscripciones {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	background: #e72222;
	height: 100px;
	text-transform: uppercase;
	margin-bottom: 60px;
}


.clasesOnline {
	padding: 81px 0 31px;
}

.clasesOnline .row {
	margin: 0 -28px;
	flex-wrap: wrap;
}

.clasesOnline .item {
	padding: 0 28px 72px;
	width: 33.3333%;
	flex-basis: 33.3333%;
}

.clasesOnline article {
	background: #f5f5f5;
	height: 100%;
}

.separator {
	position: relative;
	height: 3px;
	background: #FFF;
}

.separator:before,
.separator:after {
	display: block;
	content: "";
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.separator:before {
	background: #FFF;
	width: 15px;
	height: 15px;
}

.separator:after {
	width: 7px;
	height: 7px;
}

.clasesOnline .item1 .separator:after {
	background: #f10104;
}

.clasesOnline .item1 .title {
	color: #f10103;
}

.clasesOnline .item2 .separator:after {
	background: #5f018d;
}

.clasesOnline .item2 .title {
	color: #5f018d;
}

.clasesOnline .item3 .separator:after {
	background: #003e7b;
}

.clasesOnline .item3 .title {
	color: #003e7b;
}

.clasesOnline .item4 .separator:after {
	background: #003e7b;
}

.clasesOnline .item4 .title {
	color: #003e7b;
}

.clasesOnline .title {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
	padding: 12px 15px;
	position: relative;
}

.clasesOnline .title:before {
	display: block;
	content: "";
	width: 114px;
	height: 1px;
	background: #dadada;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.clasesOnline .item .text {
	padding: 15px 20px 35px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #616161;
	text-align: center;
	line-height: 24px;
}

#flyerHome {
	opacity: 0;
	height: 0;
}

#bannerTop {
	padding-top: 40px
}

/* #bannerTop img {
	display: block;
	margin: 0 auto max-width: 100%;
} */