/** Shopify CDN: Minification failed

Line 90:0 Unexpected "}"

**/

.container-pilar-page img{
  min-width: 100%;    
}


/* estas medias query es para que en la pilar/page la imagen de la categoria(baner principal) no se meta debajo del menu*/
@media only screen and (min-width: 765px) {
  .container-pilar-page img{
    margin-top: 100px;
  }
}
@media only screen and (min-width: 762px) and (max-width: 1094px) {
	 .container-pilar-page img{
  margin-top: 100px;
     }
}
@media only screen and (min-width: 260px) and (max-width: 761px) {
	 .container-pilar-page img{
  margin-top: 82px;
     }
}
/* --------------------------------------------------------*/

.container-pilar-page{
  text-align: left;
  position: relative;
}
  .title-pilar-page{
    position: absolute;
    top: 30%;
    left: 5%;
    color: #ffffff;   
    text-align: center;
    border-bottom: 4px solid;
  }
  .title-pilar-page h2{   
    font-size: 41px;
    font-weight: 900;
    margin: 0;
  }
  .description-pilar p{
  	font-weight: 400;
font-size: 16px;
text-align: center;
color: #002133;
  }
  .description-pilar{
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
    font-size: 14px;
  }


.content-responsive{
  width: 50%;
}


.container-text{
  width: 80%;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 30px;
  border-radius: 10px 10px 0 0;
  position: absolute;
/*   top: 55%; */
  top: 55%; 
  left: 10%;
}
.container-text p{
  font-size: 15px;
  color: #002133;
  font-weight: 400;
}
.title-page{
    color: #0080c4!important;
    border-bottom: 4px solid #0080c4;
    font-size: 25px!important;
    font-weight: 600!important;
}
}
.desc-pilar{
  text-align: justify!important;
}
.btn-primary{
  color: #fff;
  background: #0080c4;
  width: 25%;
  margin: auto;
}
.btn-primary:hover{
  background: #00476B;
}
.btn-primary a{
  color: #fff;
    font-size: 15px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
}

.btn-primary a:hover{color: white !important;}

.content-responsive{
  position: relative;
}
.title-column{
  position: absolute;
  left: 4%;
  color: white;
  top: 3%;
}

.banner-mobile-pilar{
  display: none;
}






@media only screen and (max-width: 1024px) {
  .banner-desktop-pilar{display: none;}
  .banner-mobile-pilar{display: block;}
  .content-pilar-double{flex-direction: column;}

  .title-column{
    top: 3%;
  }
  .title-pilar-page h2{font-size: 27px;}   
  .title-pilar-page {top: 10%;}

  .container-banner-double{
  font-size:20px !important;
}
  
  .content-responsive {
    width: inherit;
  }
  .container-text{
    top: inherit;
    bottom: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .container-text{
    width: 95%;
    padding: 20px;
 }
  .title-page {
    font-size: 20px!important;
  }
  .container-text p {
    font-size: 14px;
  }
  .content-responsive{
    min-height: 500px;
  }
  .container-text{
    top: 30%;
    left: 3%;
  }
  .btn-primary {
    color: #fff;
    background: #0080c4;
    width: 40%;
    margin: auto;
    }
  .btn-primary a{
    font-size: 14px;
  }
}

@media only screen and (min-width: 1024px) {
  .content-responsive{
    min-height: 600px;
  } 
  
/*   margen entre contenidos  */
   .esapcioabajo{
  margin-bottom: 75px !important;
}
}

.content-pilar-double{
  display: flex;
}

.banner-desktop-pilar, .banner-mobile-pilar{
  min-width: 100%;
  padding:3px;
}

@media only screen and (min-width: 1200px) {
  .desc-pilar{
    height: 150px;
  }
}


.h2, h2{
  letter-spacing:0;
}

.container-banner-double{
  text-align: center;
  padding-bottom: 20px;
  font-size:30px;
}

