/************************************** MEDIA *******************************/
@media (max-width: 599px) {
  .hidden-xs {display: none !important;}
  .text-left{text-align: center !important;}
  .text-right{text-align: center !important;}
	.border-xs-none{ border: 0px !important;}
  .carousel-control-next, .carousel-control-prev {align-items: end; width: 12%;}
  #image-hover .contenido{opacity: 1;}
  #secc-3 .espaciado{
  	height: 80px;
  }
  p{
    line-height: 30px;
  }
  #historia .py-8{padding: 0px !important;}
  #historia .my-6 { margin-top: 0px !important; margin-bottom: 0px !important;}
  #historia .cont {border-radius: 0px !important;}
  #historia .px-5 { padding-right: 15px !important; padding-left: 15px !important;}
  .logo-principal {
    width: 60%;
}
#experiencia {
    background-image: none !important;
    background-color: #fff !important;
}
#historia .cont {
    background-image: none !important;
    background-color: #fff !important;
}
#contacto {
    background-image: none !important;
    background-color: #fff !important;
}

}
@media (min-width: 600px) and (max-width: 991px) {
  .hidden-sm {display: none !important;}
  .text-left{text-align: center !important;}
  .text-right{text-align: center !important;}
  .border-sm-none{ border: 0px !important;}
  .carousel-control-next, .carousel-control-prev {align-items: end; width: 12%;}
  #image-hover .contenido{opacity: 1;}

}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {display: none !important;}
  .border-md-none{ border: 0px !important;}

  #home .textos h1, #home .textos span, #home .textos p{
  	color: #fff;
  	text-align: center;
  	font-size: 30px;
  	line-height: 40px;
  	font-family: recoletablack;
  }
  #home .textos{
  	position: absolute;
  	top: 35%;
  	right: 7%;
  }

}
@media (min-width: 1200px) {
  .hidden-lg {display: none !important;}
  .border-lg-none{ border: 0px !important;}

}
