
/* xxl */
@media only screen and (min-width: 1400px) {}

/* xl */
@media only screen and (max-width: 1399px) {}

/* lg */
@media only screen and (max-width: 1199px) {
	
	.tecnologias .titulo-lateral p{
		padding: 0 0 0 50px;
	}
	.tecnologias img{
		margin-left: 70px;
	}
	
	.titulo-lateral p,
	.testimonios .titulo-lateral p{
		padding: 0 0 0 90px;
	}
	.footer nav a{
		width: 100%;
	}
	
}

/* md */
@media only screen and (max-width: 991px) {
	
	.ficha .titulo-lateral p,
	.ficha .titulo-lateral img{
		padding: 0px;
	}
	.ficha .titulo-lateral img{
		max-width: 405px;
	}
	
	.intro .text-center{
		text-align: left !important;
	}
	.intro h2{
		margin-bottom: 48px;
	}
	
	.tecnologias .titulo-lateral p{
		padding: 0 0 0 0px;
	}
	.tecnologias img{
		margin-left: 0px;
	}
	
	.hornos section{
		padding-bottom: 48px;
	}
	
	.item-capacitacion-content{
		padding-left: 0px;
	}
	
	.referentes img.ms-5{
		margin-left: 0 !important;
	}
	.referentes img.pe-5{
		padding-right: 0 !important;
	}
	
	.despacho img.ms-5{
		margin-left: 0 !important;
	}
	.despacho img.pe-5{
		padding-right: 0 !important;
	}
	
	.titulo-lateral.text-end{
		text-align: left !important;
	}
	.titulo-lateral h6{
		margin-bottom: 30px;
	}
	.titulo-lateral p,
	.testimonios .titulo-lateral p{
		padding: 0 0 0 0px;
	}
	
	.ficha section,
	.tecnologias section,
	.hornos section,
	.capacitacion section,
	.testimonios section,
	.despacho section,
	.asesores section{
		padding-left: 0px;
	}
	
}

/* sm */
@media only screen and (max-width: 767px) {
	
	p, 
	section ul li{
		font-size: 18px !important;
	}
	
	.titulo-lateral h5 span{
		display: inline-block;
	}
	
	.hero-ficha{
		min-height: 250px !important;
	}
	.fila{
		font-size: 12px;
	}
	
	.hero{
		min-height: 700px;
		background: #373636 url(../_img/hero/hero-2.jpg) no-repeat 89% top;
		background-size: cover;
	}
	.hero hgroup h1{
		font-size: 50px;
		line-height: 50px;
	}
	
	.intro h2{
		margin-bottom: 30px;
		font-size: 30px;
	}
	
	.item-horno {
		margin: 0 15px;
	}
	.item-horno p{
		min-height: auto;
	}
	.item-horno a.btn-outline{
		font-size: 15px;
	}
	
	.item-capacitacion-content p strong{
		display: block;
		margin-top: 15px;
	}
	
	.sponsor{
		min-height: auto !important;
		padding: 60px 0;
	}
	.sponsor p{
		margin-bottom: 50px;
	}
	
	.referente{
		margin: 0 15px;
	}
	
    .testimonial-card { flex-direction: column; }
    .testimonial-img-wrap {
      flex: unset;
      width: 100%;
      height: auto;
    }
    .testimonial-body { padding: 1.5rem 1.25rem; }
    .testimonial-quote { font-size: 1rem; }
	.testimonial-ig{ font-size: 1rem;}
    .carousel-control-prev { left: 4px; }
    .carousel-control-next { right: 4px; }
	
	.asesores a.btn-outline{
		background: #e8e8e8;
		font-size: 18px;
	}

	.cta{
		min-height: 550px;
	}
	.cta h5{
		margin-top: 90px;
	}
	.cta a{
		display: block;
		margin-top: 45px;
		margin-bottom: 90px;
		padding: 0;
		height: 85px;
		
		font-size: 18px;
		line-height: 85px;
	}
	
	.titulo,
	.titulo-lateral h6,
	.ficha section h4{
		font-size: 36px;
		line-height: 36px;
	}
	
	.espacio,
	.asesores{
		padding: 80px 0;
	}
	
	.fin p span{
		display: block;
	}
		
	.fin,
	.fin.text-end{
		text-align: left !important;
	}
	
	.ficha section a.btn-fill{
		display: block;
		width: 100%;
		
		font-size: 18px;
		text-align: center;
		text-transform: uppercase;
	}
	
}

/* xs */
@media only screen and (max-width: 575px) {}
