/* Header */

#head { background:#181015 url( ../images/bg_header.jpg) no-repeat; background-size: cover; min-height:520px; text-align: center; padding-top:240px; color:white; font-family:"Open sans", Helvetica, Arial; font-weight:300; }

#head.secondary { height:100px; min-height: 100px; padding-top:0px; }

	#head .lead { font-family:"Open sans", Helvetica, Arial; font-size:44px; margin-bottom:6px; color:white; line-height:1.15em; } 

	#head .tagline { color:rgba(255,255,255,0.75); margin-bottom:25px; }

		#head .tagline a { color:#fff; } 

	#head .btn { margin-bottom:10px;}

	#head .btn-default { text-shadow: none; background:transparent; color:rgba(255,255,255,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); background: transparent; }

		#head .btn-default:hover,

		#head .btn-default:focus { color:rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background: transparent; }

		#head .btn-default:active, 

		#head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }



@media (max-width: 767px) {

	#head { min-height:420px; padding-top:160px; }

	#head .lead { font-size: 34px; }

}





/* Autohide navbar */

.slideUp { top:-100px; }

.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }





/* Highlights (in jumbotron in most cases) */

.highlight { margin-top:40px; }

	.h-caption { text-align: center; } 

	.h-caption i { display:block; font-size: 54px; color:#382526; margin-bottom:36px; }

	.h-caption h4 { color:#382526; font-size: 16px; font-weight: bold; margin-bottom:20px; }

	.h-body { }





/* Typography */

h1, h2, h3, h4, h5, h6 { font-family:"Open sans", Helvetica, Arial; }

h1, .h1, h2, .h2, h3, .h3 { margin-top:30px; } 

blockquote { font-style: italic; font-family: Georgia; color:#999; margin:30px 0 30px; }

label { color: #777; }

.thin {
	font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    color: #213C77;
    text-transform: uppercase;
}

.page-title { margin-top:20px; font-weight:300; }

.text-muted { color:#888; }

.breadcrumb { background:none; padding:0; margin:30px 0 0px 0; }

ul.list-spaces li{ margin-bottom:10px; }


/* Helpers */

.container-full { margin: 0 auto; width: 100%; }

.top-space { 
	background-image: url(../../assets/images/bg-carrusel.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 40px 0px 40px;
}

.top-margin { margin-top:20px; }



img { max-width:100%; }

img.pull-right { margin-left: 10px; }

img.pull-left { margin-right: 10px; }

#map { width:100%; height:280px; }

#social { margin-top:50px; margin-bottom:50px; }
	#social .wrapper { width:340px; margin:0 auto; }



/* Main content block */

.maincontent { }



/* Sidebars */

.sidebar { padding-top:36px; padding-bottom:30px; }

	.sidebar .widget { margin-bottom:20px; }

	.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; } 



/* Footer */

.footer1 { background: #232323; padding: 30px 0 0 0; font-size: 12px; color: #999; }

	.footer1 a { color: #ccc; }

		.footer1 a:hover {color: #fff; }

	.footer1 .widget { margin-bottom:30px; }		

	.footer1 .widget-title { font-size: 17px; font-weight: bold; color: #ccc; margin: 0 0 20px; }

	.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }

		.footer1 .entry-meta a { color: #333333; }

		.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }

	.follow-me-icons { font-size:35px; }		

		.follow-me-icons i {

    float: right;

    margin: 0 10px 0 0;

    color: #fff;

}		



.footer2 {

     background: #203B77;

    padding: 55px 0;

    color: #fff;

    font-size: 14px; 

}

	.footer2 a { color: #aaa; }

		.footer2 a:hover { color: #fff; }

		.footer2 p { margin: 0; }



	.widget-simplenav { margin-left:-5px; }		

	.widget-simplenav a{ margin:0 5px; }	
	
	

	/*Header*/
	.container-person {
		padding: 0 40px;
		margin: 0 auto;
		max-width: 100%;
		width: 100%; }
	  
	  .header {
		width: 100%;
		height: 80px;
		background-color: transparent;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		transition: 0.6s; }
		.header--show {
			padding: 15px;
			top: 0;
			transition: 0.6s; }
		  .header--hide {
			top: -100%;
			transition: 0.6s; }
		@media (min-width: 1199px) {
		  .header {
			height: auto; 
			background-color: #ffffff;} }
		.header__mobile {
		  width: 100%;
		  height: 100%;
		  display: block;
		  background-color: #fff; }
		  @media (min-width: 1200px) {
			.header__mobile {
			  display: none; 
			  transition: 0.6s;} }
		  .header__mobile .container-person{
			display: flex;
			align-items: center;
			justify-content: space-between;
			height: 100%; }
		  .header__mobile__logo {
			height: auto;
			max-width: 56px; }
		  .header__mobile__toggle {
			width: 43px;
			height: 43px;
			display: flex;
			align-items: center;
			justify-content: center;
			cursor: pointer;
			background-color: #199cd8;
			border: 1px solid transparent;
			border-radius: 4px;
			padding: 13px 10px; }
			.header__mobile__toggle__bar {
			  width: 100%;
			  height: 2px;
			  background-color: white;
			  position: relative;
			  transition: 0.3s; }
			  .header__mobile__toggle__bar::before {
				content: "";
				position: absolute;
				width: 100%;
				height: 100%;
				top: -8px;
				left: 0;
				background-color: white;
				transition: 0.3s; }
			  .header__mobile__toggle__bar::after {
				content: "";
				position: absolute;
				width: 100%;
				height: 100%;
				bottom: -8px;
				left: 0;
				background-color: white;
				transition: 0.3s; }
		.header__desktop {
		  width: 100%;
		  height: auto;
		  display: none; }
		  @media (min-width: 1200px) {
			.header__desktop {
			  display: block; } }
		  .header__desktop .container-person {
			display: flex;
			align-items: center;
			justify-content: space-between;
			height: 100%;
			padding-top: 9px;
			padding-bottom: 14px; }
		  .header__desktop__logo {
			width: auto;
			height: 74px; }
		  .header__desktop__pages {
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 15px;
			font-size: 14px;
			font-weight: 700; }
			@media (min-width: 1440px) {
			  .header__desktop__pages {
				gap: 40px; } }
			.header__desktop__pages a.links {
			  font-size: 16px;
			  color: #00397A;
			  font-weight: 800;
			  padding: 10px 0;
			  transition: 0.3s; 
			  text-decoration: none;}
			  .header__desktop__pages a.links:hover {
				color: #213C77; }
			.header__desktop__pages a.phone {
			  font-size: 16px;
			  color: black;
			  text-transform: uppercase;
			  font-weight: 800;
			  padding: 10px 0;
			  transition: 0.3s; }
			  .header__desktop__pages a.phone::hover {
				color: #213C77; }
			.header__desktop__pages a.whatsApp {
			background: transparent;
    		border-radius: 30px;
    		font-size: 16px;
    		padding: 16px 36px !important;
    		margin-top: -6px;
    		color: #00397A;
    		font-weight: bold;
    		border: 2px solid #9bc929; }
	  
	  .menu {
		width: 100%;
    height: auto;
    position: fixed;
    top: -200%;
    left: 0;
    background-color: #203B77;
    z-index: 99;
    padding: 100px 0 30px 0;
    transition: 0.3s;
    color: #fff; }
		.menu--active {
		  top: 0; }
		.menu__links {
		  display: flex;
		  justify-content: center;
		  align-items: center;
		  flex-direction: column; }
		  .menu__links a.link {
			font-size: 16px;
			color: white;
			text-transform: uppercase;
			font-weight: 800;
			padding: 10px 0;
			transition: 0.3s;
			text-decoration: none; }
			.menu__links a.link:hover {
			  color: #213C77; }
		  .menu__links a.phone {
			font-size: 16px;
			color: black;
			text-transform: uppercase;
			font-weight: 800;
			padding: 10px 0;
			transition: 0.3s; }
			.menu__links a.phone::hover {
			  color: #213C77; }
		  .menu__links a.whatsApp {
			background: transparent;
    border-radius: 30px;
    font-size: 16px;
    padding: 16px 36px !important;
    margin-top: 15px;
    color: white;
    font-weight: bold;
    border: 2px solid #81bb27; }
	  

	  
	  a {
		text-decoration: none;
		transition: 0.3s; }
	  
	  svg {
		width: 100%;
		height: 100%; }

			.carrusel_exito{
			background-image: url('../images/fondo-carrusel.webp');
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
			height: 100%;
			display: flex;
			justify-items: center;
			align-items: center;
			width: 100%;
		}

		.carrusel_imagen{
			display: grid;
			grid-template-columns: repeat(1, 1fr);
			background-image: url('../images/fondo-carrusel.webp');
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
		}
		@media (min-width: 1199px) {
			.carrusel_imagen{
			grid-template-columns: repeat(3, 1fr); } }
	
		.carrusel_imagen_form{
			width: 80%;
			margin: auto;
		}
		@media (min-width: 1199px) {
			.carrusel_imagen_form{
				width: 90%;} }
		.carrusel_imagen_form img{
			width: 100%;
		}
	
		.carrouselSolarAe {
			width: 100%;
			overflow: hidden;
			position: relative;
			height: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
			margin: 30px 0;
			}
		@media (min-width: 1199px) {
			.carrouselSolarAe {
				margin: 0px; } }
	
		@media (min-width: 1199px) {
			.carrouselSolarAe {
				grid-column: 2 / 4; } }
	
		.carrouselSolarAe h1 {
			font-size: 25px;
			color:#213C77;
			font-weight: bold;
			font-family: Open Sans;
			text-align: center;
			margin: 0;
			}
			@media (min-width: 1199px) {
				.carrouselSolarAe h1 {
					font-size: 40px; } }
	
			.carrouselSolarAe__form {
				display: flex;
				align-items: center;
				justify-content: center;
				flex-direction: column; }
	
				.carrouselSolarAe__form__start {
				display: grid;
				grid-template-columns: repeat(5, 1fr); 
				gap: 10;
				margin-bottom: 30px;}
	
				.carrouselSolarAe__form p {
				font-size: 18px;
				font-family: Open Sans;
				color: black;
				text-align: center;
				line-height: 34px;
				font-weight: bold; 
				margin: 15px 0;}
	
				@media (min-width: 1199px) {
					.carrouselSolarAe__form p {
						font-size: 24px;} }
	
	.swiper_two {
	  width: 90%;
	  height: auto; 
	  overflow: hidden;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	}
	  .swiper_two .swiper-slide {
		width: 100% !important;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center; }
	  .swiper_two .swiper-horizontal > .swiper-pagination-bullets, .swiper_two .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper_two .swiper-pagination-custom, .swiper_two .swiper-pagination-fraction {
		width: 100%;
		display: flex;
		justify-content: center;
		position: relative;
		margin-bottom: 60px;
		bottom: 20px;}
	  .swiper_two .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		background-color: #81BB27;
		opacity: 1; 
		margin: 60px 0;}
	  .swiper_two .swiper-pagination-bullet-active {
		background-color: #00AFFF;
		border: 1px solid #00AFFF; }


@media (max-idwth: 900px) {
		div#servicios {
    margin-bottom: 30px;
    margin-top: 60px;
}
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 55px) !important;
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

@media (max-idwth: 900px) {
.swiper-slide.swiper-slide-active {
    width: 100% !important;
}
}
@media (max-width: 900px) {
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 221%) !important;
}
}

@media (min-width: 901px) {
.maria {
    display: none!important;
}
}

@media (min-width: 900px) {
    .moles {
        display: none !important;
    }
}

@media (min-width: 900px) {
    .pozole {
        display: none !important;
    }
}
@media (min-width: 900px) {
    .zoom{
        display: none !important;
    }
}
@media (max-width: 900px) {
.recomendacion {
    padding: 0px 11px 42px;
    background-image: url(../../assets/images/bg-clases-franceses.webp);
}
}
@media (max-width: 900px) {
.swiper-wrapper {
    display: inherit !important;
}
.swiper-slide, swiper-slide {
    padding-bottom: 0px !important;
}
@media (max-width: 1478px) {
.container.carru {
    padding: 0px 13px !important;
}
}