/* BOOTSTAP MD LG and XL */
@media all and (min-width: 768px) {
  #homeProductosPicker {
    flex-wrap: wrap;
    justify-content: space-evenly; }

  #homeSearch select {
    margin-bottom: 30px; } }
/* BOOTSTAP LG */
@media all and (min-width: 992px) and (max-width: 1199px) {
  header .strip {
    flex-flow: column;
    font-size: 12px;
    height: initial; }
  header #logo {
    max-width: 150px;
    margin-top: 16px; }
  header nav > ul li > a {
    font-size: 13px; }
  header nav > ul li ul a {
    font-size: 11px; }

  #homeDistribucion {
    background: url("../images/bg-mundo.png") 10% 25% no-repeat; }
    #homeDistribucion img.camion {
      left: -40px; }
    #homeDistribucion .last {
      margin-top: 116px; }

  #homeCifras .box span {
    font-size: 45px; }

  #productosBotSlider .big-three ul li, #productoDetalleMid .big-three ul li {
    font-size: 16px; }

  #solucionesMid .small-three p {
    font-size: 15px; }

  #infraMid h4 {
    font-size: 40px; }
  #infraMid .small-two p {
    font-size: 14px; }
  #infraMid .small-four h4 {
    font-size: 20px; }
  #infraMid .small-four p {
    font-size: 13px; }

  #infraBot .front-left p {
    font-size: 16px; }

  #sucursalesBody .box br {
    display: none; } }
/* BOOTSTRAP MD */
@media all and (min-width: 768px) and (max-width: 991px) {
  header .strip {
    flex-flow: column;
    font-size: 10px;
    height: initial; }
  header #logo {
    max-width: 100px;
    margin-top: 27px; }
  header nav > ul li > a {
    font-size: 12px; }
  header nav > ul li ul a {
    font-size: 11px; padding: 0px 8px; }

  #homeDistribucion {
    background: url("../images/bg-mundo.png") 0 30% no-repeat; }

  #homeSearch .text-right {
    text-align: left !important; }

  .cobertura-entrega .front-left {
    padding-top: 30px;
    padding-bottom: 30px; }

  #productoDetalleMid .small-one p, #productoDetalleMid .small-four p {
    font-size: 12px;
    margin-top: 10px; }
  #productoDetalleMid .small-one hr, #productoDetalleMid .small-four hr {
    margin: 10px 0; }

  #productosBotSlider .big-one h3, #productoDetalleMid .big-one h3 {
    font-size: 14px; }
  #productosBotSlider .big-one h4, #productoDetalleMid .big-one h4 {
    font-size: 48px; }
  #productosBotSlider .big-one p, #productoDetalleMid .big-one p {
    font-size: 14px;
    line-height: 1.25; }
  #productosBotSlider .big-three, #productoDetalleMid .big-three {
    padding-top: 10px; }
    #productosBotSlider .big-three ul li, #productoDetalleMid .big-three ul li {
      font-size: 12px;
      padding-left: 10px; }
      #productosBotSlider .big-three ul li::before, #productoDetalleMid .big-three ul li::before {
        font-size: 15px;
        top: -3px; }

  #solucionesMid .small-three p {
    font-size: 11px; }
  #solucionesMid .small-two p {
    font-size: 12px; }
  #solucionesMid h4 {
    font-size: 30px; }

  #solucionesBot .box {
    padding: 0 10px; }
    #solucionesBot .box p {
      font-size: 18px;
      margin-left: 10px; }

  #infraMid h3 {
    font-size: 16px; }
  #infraMid h4 {
    font-size: 30px;
    line-height: 1; }
  #infraMid .small-two p {
    font-size: 12px;
    line-height: 1.1; }
  #infraMid .small-two hr {
    margin: 0 0 20px; }
  #infraMid .small-four h4 {
    font-size: 16px; }
  #infraMid .small-four p {
    font-size: 12px;
    line-height: 1.1; }
  #infraMid .small-four hr {
    margin: 10px 0; }

  #infraBot .front-left h4 {
    font-size: 30px; }
  #infraBot .front-left p {
    font-size: 16px;
    line-height: 1.1; }

  #serviciosOver .front-left h3 {
    font-size: 28px;
    font-weight: bold; }
  #serviciosOver .front-left p {
    font-size: 16px; }

  #serviciosOver .front-right h3 {
    margin-top: 100px; }

  .contacto-body .left-side {
    margin-bottom: 60px; }

  .contacto-body .form-side .text-right {
    text-align: left !important; } }
/* BOOTSTRAP XS AND SM */
@media all and (min-width: 0px) and (max-width: 767px) {
  header nav > ul {
    display: none; }
    header nav > ul li {
      height: auto;
      flex-flow: column; }
      header nav > ul li:first-child {
        border-left: none; }
      header nav > ul li.search.active {
        position: relative;
        width: 100%; }
        header nav > ul li.search.active a {
          width: 100%; }
        header nav > ul li.search.active form {
          width: 100%; }
      header nav > ul li.en, header nav > ul li.search {
        border: none;
        width: 100%; }
      header nav > ul li > a {
        font-size: 16px; }
      header nav > ul li ul {
        position: static;
        top: initial; }
        header nav > ul li ul.normal {
          width: 50%; }
        header nav > ul li ul.grande {
          width: 50%; }
        header nav > ul li ul a {
          font-size: 14px;
		  padding: 0px 15px;
          justify-content: center;
          text-align: center; }
  header #logo {
    float: none;
    display: block;
    margin: auto;
    max-width: 120px; }
  header .strip {
    flex-flow: column;
    height: initial; }
    header .strip p a.this {
      margin-right: 15px; }
    header .strip p i {
      padding: 10px; }
    header .strip p:last-child {
      margin-left: 20px; }

  footer h3 {
    margin-top: 30px; }
  footer img {
    display: block;
    margin: 60px auto; }
  footer .footer-strip {
    flex-flow: column; }
    footer .footer-strip::after {
      width: 0;
      height: 0;
      border-top: none; }
    footer .footer-strip p {
      flex-direction: column;
      padding: 30px 0;
      width: auto; }
    footer .footer-strip ul {
      justify-content: space-evenly; }
      footer .footer-strip ul li a {
        border: 0;
        height: 50px;
        width: 50px; }
    footer .footer-strip > a {
      position: static; }

  #topHomeSlider li h2 {
    font-size: 55px;
    font-weight: bold; }

  #homeSearch .text-right {
    text-align: left !important; }

  #homeDistribucion {
    background: url("../images/bg-mundo.png") 5% 10% no-repeat; }
    #homeDistribucion img.camion {
      position: static; }

  #infraMid {
    margin-top: 30px;
    top: 0; }
    #infraMid .big-one {
      padding-top: 30px; }

  #productoDetalleMid .small-three {
    background-color: #f2f2f2;
    height: initial;
    padding: 30px 0; }

  #productosTop h2, #productoDetalleTop h2 {
    font-size: 48px; }

  .contacto-body .left-side {
    margin-bottom: 60px; }

  .contacto-body .form-side .text-right {
    text-align: left !important; }

  #privacidadMid h3 {
    font-size: 35px;
    font-weight: bold; }
  #privacidadMid h4 {
    font-size: 16px;
    font-weight: bold; }
  #privacidadMid p {
    font-size: 16px;
    font-weight: 400; }

  #homeProductosPicker li {
    /* width: 115px; } */
    width: 145px; }
    #homeProductosPicker li a p:nth-child(2) {
      margin-bottom: 0;
      width: 100%;
      overflow: hidden;
      height: 20px; }

  #homeSub::before {
    background: none; }
  #homeSub .backBuscador::before {
    background: none; }
  #homeSub .experiencia img {
    top: 32px; }
  #homeSub .presencia img {
    top: 6px;
    right: -15px;
    max-width: 75%; }
  #homeSub .catalogo img {
    top: 42px;
    right: -13px; }

  .containerMenusProd a {
    margin-bottom: 30px; }
  .containerMenusProd img {
    height: auto;
    width: 100%; } }
/* BOOTSTRAP SM */
@media all and (min-width: 576px) and (max-width: 767px) {
  .cobertura-entrega .front-left {
    height: 350px;
    margin-top: 90px; }
    .cobertura-entrega .front-left img {
      margin-bottom: 30px; }

  #infraMid h4 {
    font-size: 40px; }

  #infraBot .front-left h4 {
    font-size: 26px; }
  #infraBot .front-left p {
    font-size: 15px; }
  #infraBot .front-right {
    padding-top: 0; }

  #productoDetalleTabla table {
    font-size: 12px; }

  #serviciosOver .front-left {
    height: 300px; }
  #serviciosOver .front-right h3 {
    font-size: 48px;
    margin-top: 100px; }

  #sucursalDetalleInfo h2 {
    margin: 30px auto 15px; }
  #sucursalDetalleInfo .h-line .line {
    margin-right: 30px; } }
/* BOOTSTRAP XS */
@media all and (min-width: 0px) and (max-width: 575px) {
  header .strip {
    font-size: 10px; }
    header .strip p a.this {
      margin-right: 5px; }
    header .strip p i {
      padding: 5px; }
    header .strip p:last-child {
      margin-left: 10px; }

  .layer-500 {
    height: 1000px; }

  .layer-600 {
    height: 1200px; }

  .cobertura-entrega .front-left {
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px; }
    .cobertura-entrega .front-left img {
      display: block;
      margin: 30px auto; }

  #homeNewsLetter form {
    flex-wrap: wrap;
    justify-content: flex-end; }
  #homeNewsLetter input {
    height: 48px; }
  #homeNewsLetter button.link-button {
    border-left: 0;
    border-top: 1px solid #e00f20; }

  #homeProductosSlider li {
    height: 700px; }
    #homeProductosSlider li h3 {
      font-size: 40px; }
    #homeProductosSlider li p {
      font-size: 12px; }

  #homeProductosListNext, #homeProductosListPrev {
    top: -100px; }

  #homeProductosListPrev {
    left: 15px; }

  #homeProductosListNext {
    right: 15px; }

  #homeProductosPicker {
    font-size: 12px; }

  #homeProyectos img {
    mix-blend-mode: exclusion; }

  #homeDistribucion .box::before {
    border: 0; }
  #homeDistribucion .iconos {
    text-align: center; }
    #homeDistribucion .iconos p {
      margin: 15px 0; }

  #homeServicios .box.big {
    height: initial; }
    #homeServicios .box.big a {
      margin-top: 30px; }

  #infraTop h2 {
    font-size: 50px; }

  #infraMid {
    margin-top: 0; }
    #infraMid h4 {
      font-size: 36px; }

  #infraBot .front-left h4 {
    font-size: 30px; }
  #infraBot .front-left p {
    font-size: 16px; }

  #productoDetalleTabla table {
    border-spacing: 1px;
    font-size: 10px; }

  #productosSlider > li h3 {
    font-size: 20px; }

  #prodSliderOnePrev, #prodSliderOneNext {
    background-color: rgba(255, 255, 255, 0.6); }
    #prodSliderOnePrev:hover, #prodSliderOneNext:hover {
      background-color: #fff; }

  #prodSliderOnePrev {
    left: 15px; }

  #prodSliderOneNext {
    right: 15px; }

  #productosBotSlider .big-one h3, #productoDetalleMid .big-one h3 {
    font-size: 16px; }
  #productosBotSlider .big-one h4, #productoDetalleMid .big-one h4 {
    font-size: 48px; }
  #productosBotSlider .big-one p, #productoDetalleMid .big-one p {
    font-size: 16px;
    line-height: 1.25; }
  #productosBotSlider .big-three, #productoDetalleMid .big-three {
    padding-top: 15px; }
    #productosBotSlider .big-three ul li, #productoDetalleMid .big-three ul li {
      font-size: 14px;
      padding-left: 15px;
      width: 100%; }
      #productosBotSlider .big-three ul li::before, #productoDetalleMid .big-three ul li::before {
        font-size: 20px;
        top: -5px; }

  #serviciosOver .front-left {
    height: 300px;
    margin: 20px auto!important; } }
	.banner-historia{
		    margin-top: 40px;

	}
/* Only menu */
@media all and (min-width: 768px) {
  header nav > ul {
    display: flex !important; } }


/*Moveo*/
@media all and (max-width: 1199px) {
	#homeProductosPicker li {
		width: 30%;
	}
	#historiaInfo .title {
		font-size: 1.5rem;
		
	}
}


@media all and (max-width: 992px) {
	#productoDetalleTabla table {
		width: 800px;
	}
	.tabla_scroll {
		overflow: scroll;
		max-height: 350px;
	}
	
	.tabla_scroll_img{
		overflow: scroll;
		max-height: 200px;
		margin-top: 4rem;
	}
	.tabla_scroll_img img{
		min-width: 800px;
	}
	.trueFull{
		min-width: 100%!important;
		width: 100%;
	}
	
	#productoDetalleMid .link-button {
    	padding: 20px 20px;
	}
	
	#btn-catalogo a {
        font-size: 15px;
	}
	.btn-mas-tag {
		margin-top: 180px;
		font-size: 14px;
		line-height: 24px;
		
	}
	.containerMenusProd a {
    margin-bottom: 30px; }
	
	#homeProductosPicker li {
		width: 40%;
	}
	.prodBoton{

    	margin-bottom: 0px;

	}
	
	.only-medium{
		display:block;
	}
	.historia-vacio{
		display: none;
	}
	#historiaInfo .title {
		font-size: 1.5rem;
		color: #ffffff;
		margin: 20px;
		margin-left: 0px;
		font-weight: 600;
	}
}

@media all and (max-width: 768px) {
	.bodyLightbox {
        padding: 25px 25px 0px;
    	height: 80%;
	}
	footer .footer-strip ul li a i{
		font-size: 25px
	}
	.footer-strip .footer-social{
		margin-bottom: 50px;
	}
	
	#homeProductosPicker li {
		width: 50%;
    	padding: 5px 5px;
	}
	#busqueda #ajaxsearchlite1{
		width: 100%;
		border: 1px solid;
		margin: 5px 20px;
	}
	.modal-dialog{
		max-width: 100%!important;
	}
	header nav{
		text-align: right;
    	margin-right: 20px;
	}

}

@media all and (max-width: 575px) {
	.bodyLightbox {
        padding: 20px 15px 0px;
    	height: 80%;
		font-size: 12px;
	}
	#homeProductosPicker li {
		width: 46%;
    	padding: 5px 5px;
	}
	.only-mov{
		display:inherit;
	}
	.only-web{
		display: none;
	}
}

@media all and (max-width: 390px) {
	.moveo-srtip p:first-child{
		/*max-width: 60%;*/
	}
	.moveo-srtip p:last-child{
		/*margin-left: 0px;*/
    	
	}
}
