

@font-face {
  font-family:"sancoale-black-webfont";
  src:url("../fonts/sancoale-black-webfont.eot?") format("eot"),
  url("../fonts/sancoale-black-webfont.woff") format("woff"),
  url("../fonts/sancoale-black-webfont.ttf") format("truetype"),
  url("../fonts/sancoale-black-webfont.svg#Miso-Bold") format("svg");
  font-weight:normal;
  font-style:normal;
}

 @font-face {
  font-family:"Montserrat-Bold";
  src:url("../fonts/Montserrat-Bold.eot?") format("eot"),
  url("../fonts/Montserrat-Bold.woff") format("woff"),
  url("../fonts/Montserrat-Bold.ttf") format("truetype"),
  url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"Montserrat-Regular";
  src:url("../fonts/Montserrat-Regular.eot?") format("eot"),
  url("../fonts/Montserrat-Regular.woff") format("woff"),
  url("../fonts/Montserrat-Regular.ttf") format("truetype"),
  url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight:normal;
  font-style:normal;
}

.escondido {
  display: none;
}

#intro{
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 10px 0px 10px #000;
  margin-top: 15%;
  display: block;
  position: relative;
}
#entrar{
  background: url(../img/entrar.png) no-repeat bottom;
  background-size:contain;
  position: absolute;
  top: -90px;
  width: 15%;
  height: 90px;
  left: 43%;
}

body{
  background-color: #FFF;
  font-size: 18px;
}

#contenedor{
  color:#595959;
  width:100%;
  overflow:hidden;
  position:relative;
  font-family:"Montserrat-Regular";
}

.pad{
  padding-left:0px;
  padding-right:0px;
}

.clear{
  clear:both;
}

#header{
  border-bottom:10px solid #272d98;
  background-color: #fff;
}
/*
#menu{
  padding: 8px 5px;
  background: transparent;
  width: 100%;
  margin-bottom:0;
  border: none;
  min-height: 10px;
  text-align: center;
}

#menu li{
  display: inline-block;
  margin: 0px 69px;
}

#menu a{
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-family:"sancoale-black-webfont";
}

#menu a:hover{
  text-decoration: none;
}

#menu .selec .btn_rojo{
  text-decoration: none;
  border-bottom: 2px solid #f00;
}
*/

.btn_rojo:hover{
  text-decoration: none;
  border-bottom: 2px solid #f00;
}

.btn_naranja:hover{
  text-decoration: none;
  border-bottom: 2px solid #F08C33;
}

.btn_azul:hover{
  text-decoration: none;
  border-bottom: 2px solid #069FD8;
}

.btn_verde:hover{
  text-decoration: none;
  border-bottom: 2px solid #27AB9D;
}

.btn_negro:hover{
  text-decoration: none;
  border-bottom: 2px solid #000;
}

#menu .selec .btn_azul{
  text-decoration: none;
  border-bottom: 2px solid #069FD8;
}

#menu .selec .btn_verde{
  text-decoration: none;
  border-bottom: 2px solid #27AB9D;
}

#menu .selec .btn_naranja{
  text-decoration: none;
  border-bottom: 2px solid #F08C33;
}

#menu .selec .btn_negro{
  text-decoration: none;
  border-bottom: 2px solid #000;
}

.btn_rojo{
  color: #f00;
}

.btn_azul{
  color: #069FD8;
}

.btn_verde{
  color: #27AB9D;
}

.btn_naranja{
  color: #F08C33;
}

.btn_negro{
  color: #000;
}

#barra-menu{
  padding: 8px 0px;
}

#datos-head {
  background-color: #003054;
  padding: 11px 0px;
}

#banner{
  margin-top:15%;
}

#banner .carousel-indicators{
  float: right;
  width: 69%;
  margin-left: 0px;
}

#banner .carousel-indicators li {
  background-color: #E1E1E1;
  border:0px;
  width: 18px;
  height: 18px;
}

#banner .carousel-indicators .active{
  background-color:#243296;
}

#barra-menu2 {
  padding: 15px 0px;
  background-color: #262D97;
}

#barra-menu2 a{
  margin: 0px 134px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family:"sancoale-black-webfont";
}

#barra-menu2 ul li p {
  padding-top: 6px;
}

#barra-menu2 a:hover{
  color: #B2B4B5;
}

#barra-menu2 a.selec{
  color: #B2B4B5;
}

#ico_home {
  background-image: url(../img/ico_home.svg);
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 36px;
  width: 25px;
  height: 25px;
  float: left;
}

#ico_home:hover{
  background-image: url(../img/ico_home-h.svg);
  background-repeat: no-repeat;
}

#ico_home.selec{
  background-image: url(../img/ico_home-h.svg);
  background-repeat: no-repeat;
}

#ico_emp {
  background-image: url(../img/ico_emp.svg);
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 36px;
  height: 25px;
  float: left;
}

#ico_emp:hover{
  background-image: url(../img/ico_emp-h.svg);
  background-repeat: no-repeat;
}

#ico_emp.selec{
  background-image: url(../img/ico_emp-h.svg);
  background-repeat: no-repeat;
}

#ico_ser {
  background-image: url(../img/ico3.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 35px;
  float: left;
  height: 25px;
}

#ico_ser:hover{
  background-image: url(../img/ico3h.png);
  background-repeat: no-repeat;
}

#ico_ser.selec{
  background-image: url(../img/ico3h.png);
  background-repeat: no-repeat;
}

#ico_cont {
  background-image: url(../img/ico4.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 53px;
  width: 65px;
  height: 25px;
  float: left;
}

#ico_cont:hover{
  background-image: url(../img/ico4h.png);
  background-repeat: no-repeat;
}

#ico_cont.selec{
  background-image: url(../img/ico4h.png);
  background-repeat: no-repeat;
}

.texto{
  text-align: left;
  float: right;
  position: absolute;
  bottom: 25%;
  color: #FFF;
  text-shadow: 2px 2px 2px #000000cf;
  margin-left: 177px;
  padding: 45px 37px;
}

.texto h1{
  font-size: 72px;
  line-height: 70px;
  padding-bottom: 30px;
  font-family:"sancoale-black-webfont";
}

.texto p{
  font-size: 22px;
  line-height: 30px;
}

#home_quienes{
  padding: 87px 0px;
}

.text_home1{
  margin-top: 3%;
}

.text_home1 h1{
  color: #2A2DA1;
  font-family:"sancoale-black-webfont";
  font-size: 50px;
  padding-bottom: 29px;
}

.text_home1 p{
  margin-bottom: 38px;
  line-height: 24px;
}

.text_home1 a{
  float: left;
  color: #fff;
  padding: 8px 21px;
  border-radius: 12px;
  box-shadow: 2px 3px 4px #00000078;
  background-color: #2A2DA1;
}

.text_home1 a:hover{
  background-color: #000;
  text-decoration: none;
}

figure.snip1279 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
  box-shadow: 1px 1px 7px 4px #00000026;
}

figure.snip1279 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

figure.snip1279 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.snip1279:after {
  background: #2d3194;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0.95;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

figure.snip1279 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

figure.snip1279 h3,
figure.snip1279 p {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
}


figure.snip1279 a {
  margin: 0;
  position: relative;
  top: 292px;
  color: #fff;
  text-decoration: none;
  font-family:"Montserrat-Bold";
  font-size: 20px;
  background-image: url(../img/flecha.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-right: 39px;
  text-shadow: 2px 3px 2px #000;
}

figure.snip1279 h3 {
  padding: 0 30px;
  display: inline-block;
  bottom: 73%;
  font-size: 50px;
  font-family:"sancoale-black-webfont";
  text-shadow: 2px 1px 2px #000;
}

figure.snip1279 h3 span {
  text-transform: uppercase;
  font-family:"Montserrat-Regular";
}

figure.snip1279 p {
  top: 35%;
  padding: 0 50px;
  font-size: 16px;
  line-height: 24px;
  font-family:"Montserrat-Regular";
}

figure.snip1279:hover img,
figure.snip1279.hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

figure.snip1279:hover:after,
figure.snip1279.hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

figure.snip1279:hover figcaption h3,
figure.snip1279.hover figcaption h3,
figure.snip1279:hover figcaption p,
figure.snip1279.hover figcaption p,
figure.snip1279:hover figcaption a,
figure.snip1279.hover figcaption a,{
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

figure.snip1279:hover figcaption h3,
figure.snip1279.hover figcaption h3 {
  opacity: 1;
}

figure.snip1279:hover figcaption p,
figure.snip1279.hover figcaption p {
  opacity:1;
}

figure.snip1279:hover figcaption a,
figure.snip1279.hover figcaption a {
  opacity:1;
}

#productos_home{
  display: flex;
}

.productos_home{
  display: flex;
}

#btn_conoce{
  float: left;
  color: #fff;
  padding: 8px 29px;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 2px 3px 4px #00000078;
  background-color: #2A2DA1;
  font-family:"Montserrat-Bold";
  background-image:url(../img/productos/flecha.png);
  background-repeat: no-repeat;
  background-position: 340px 9px;
  margin-top: 53%;
  margin-left: 9%;
}

#btn_conoce:hover{
  background-color:#000;
}

footer{
  background-color:#262D97;
  padding-top: 25px;
}

footer p{
  float: left;
  position: relative;
  color: #fff;
  width: 100%;
  line-height: 26px;
  padding-bottom: 10px;
}

footer ul li a{
  color: #fff;
  font-size: 16px;
  font-family:"Montserrat-Bold";
  line-height: 29px;
}

footer ul li a:hover{
  color: #fff;
}

#copy{
  padding: 5px 0px;
  text-align: center;
}

#copy a {
  background: url(../img/web.svg) no-repeat right;
  color: #ffffff3b;
  padding-right: 136px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none !important;
}

#redes{
  float: right;
}

#fb{
  background: url(../img/redes.png) no-repeat left;
  width:41px;
  height: 52px;
  float: left;
  position: relative;
}

#in{
  background: url(../img/redes.png) no-repeat right;
  width: 41px;
  height: 52px;
  float: left;
  position: relative;
}

#home_servicios{
  padding: 65px 0px;
}

#home_servicios h1{
  text-align: center;
  color: #262D97;
  font-size: 50px;
  padding-bottom: 45px;
  font-family:"sancoale-black-webfont";
}

.video-fullscreen {
  width: 1920px;
  height: 40%;
  margin-top:13%;
}

/*
#bg_video{
  height: 100%;
  position: absolute;
float: left;
 background: rgb(38,45,151);
background: -moz-linear-gradient(90deg, rgba(38,45,151,0.5466387238489145) 0%, rgba(0,0,0,0.633473457742472) 52%);
background: -webkit-linear-gradient(90deg, rgba(38,45,151,0.5466387238489145) 0%, rgba(0,0,0,0.633473457742472) 52%);
background: linear-gradient(90deg, rgba(38,45,151,0.5466387238489145) 0%, rgba(0,0,0,0.633473457742472) 52%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#262d97",endColorstr="#000000",GradientType=1); 
}*/

#empresa{
  background-image:url(../img/empresa/texture.png);
  padding: 95px 0px;
}

#empresa  h1{
  font-size: 50px;
  padding-bottom: 25px;
  color: #242B96;
  font-family:"sancoale-black-webfont";
}

#empresa p{
  padding-right: 75px;
  line-height: 28px;
}

#mision{
  padding: 37px 0px;
  background: url(../img/empresa/bg_mision.jpg) no-repeat center top;
  background-size: cover;
}

.text_mision{
  margin-top: 15%;
}

.text_mision h1{
  padding-bottom: 15px;
  font-family:"sancoale-black-webfont";
  font-size: 50px;
  text-shadow: 3px 3px 2px #000000d9;
  color: #fff;
}

.text_mision p{
  line-height: 26px;
  color: #fff;
}

#carousel-mandamientos .carousel-indicators{
  bottom: -5%;
  text-align: center;
}

#carousel-mandamientos .carousel-indicators li{
  width: 17px;
  height: 17px;
  background:#fff;
  margin: 5px 4px;
  border: none;
}

#carousel-mandamientos .carousel-indicators .active{
  background: #B4B9FA;
}

#politica{
  padding: 125px 0px;
}

#politica h1{
  text-align: center;
  font-family:"sancoale-black-webfont";
  font-size: 50px;
  color: #272E99;
  padding-bottom: 15px;
}

#politica p{
  padding: 0px 116px;
  text-align: center;
  line-height: 24px;
}

#politica h1 span{
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../img/empresa/comillas.png) no-repeat center top;
}

#titulo {
  padding-top: 330px;
  padding-bottom: 82px;
  background-size: cover;
  margin-top:13%;
}

#titulo h1 {
  color:#fff;
  display: inline-block;
  font-family:"sancoale-black-webfont";
  font-size:72px;
  float: right;
  text-shadow: -3px 1px 5px #000;
  line-height: 66px;
}

.bg3 {
  background: url(../img/servicios/bg.jpg) no-repeat center top;
    background-size: auto;
}

.bg3a{
  background: url(../img/linea_deportiva/bg.jpg) no-repeat center top;
    background-size: auto;
}

.bg3a1{
  background: url(../img/mallas/bg.jpg) no-repeat center top;
    background-size: auto;
}

.bg3a2{
  background: url(../img/interlock/bg.jpg) no-repeat center top;
    background-size: auto;
}

.bg3a3{
  background: url(../img/burda_lycrada/bg.jpg) no-repeat center top;
    background-size: auto;
}

.bg3a4{
  background: url(../img/telas_deportivas/bg.jpg) no-repeat center top;
    background-size: auto;
}

.bg3a5{
  background: url(../img/perchados/bg.jpg) no-repeat center top;
    background-size: auto;
}

.bg3b{
  background: url(../img/linea_confeccion/bg.jpg) no-repeat center top;
    background-size: auto;
}

.bg3b1{
  background: url(../img/doble_punto/bg.jpg) no-repeat center top;
    background-size: auto;
}

.bg3c{
  background: url(../img/linea_corseteria/bg.jpg) no-repeat center top;
    background-size: auto;
}

.bg3c1{
  background: url(../img/corseteria/bg.jpg) no-repeat center top;
    background-size: auto;
}

.bg3d1{
  background: url(../img/telas_toldillo/bg.jpg) no-repeat center top;
    background-size: auto;
}

.bg3d{
  background: url(../img/linea_hogar/bg.jpg) no-repeat center top;
    background-size: auto;
}

.bg3e{
  background: url(../img/linea_industrial/bg.jpg) no-repeat center top;
    background-size: auto;
}

#servicios{
  padding: 45px 0px;
  background-image:url(../img/servicios/texture.png);
  background-repeat: no-repeat;
}

.bg4{
  background: url(../img/bg_contacto.jpg) no-repeat center top;
    background-size: auto;
}

#formulario{
  background-image: url(../img/empresa/texture.png);
  background-repeat: no-repeat;
  padding:89px 0px;
}

#formulario h3{
  font-size: 20px;
  padding-top: 24px;
  font-family:"sancoale-black-webfont";
  color: #000;
}

#formulario input {
  width: 100%;
  background-color:#000;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 8px;
  margin-top: 3px;
}

#formulario textarea {
  width: 100%;
  background-color:#000;
  color: #fff;
  border: none;
  padding: 8px;
  margin-top: 5px;
  height:137px;
}

#formulario p {
  text-align: left;
  padding-top: 22px;
  line-height: 25px;
  padding-bottom: 18px;
}

#formulario h4 {
  font-size: 30px;
  text-align: left;
  float: left;
  margin-top:12px !important;
  line-height: 24px;
}

#formulario h5 {
  float: left;
  text-align: right;
  padding: 11px 10px;
  color: #000;
}

#formulario .check {
  text-align: left;
  float: none;
  display: inline-block;
  width: auto;
}

#enviar {
  width: 100px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  font-family:"sancoale-black-webfont" !important;
  text-align: center;
  font-size: 22px !important;
  margin-top: 20px !important;
  padding: 10px 0px !important;
  background:#000 !important;
  margin-right: 15px;
  font-weight: normal;
  border: none !important;
}

#enviar:hover{
  background-color: #272E99 !important;
}

#borrar {
  width: 100px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  font-size: 22px !important;
  margin-top: 20px !important;
  padding: 10px 0px !important;
  font-family:"sancoale-black-webfont" !important;
  background:#000 !important;
  border: none !important;
}

#borrar:hover{
  background-color:#272E99 !important;
}

.btn a {
  display: inline-block;
  padding: 5px 38px;
  background:#272E99;
  color:#fff;
  text-decoration: none;
  float: left;
  font-size: 22px;
  margin-top: 18%;
  font-family:"sancoale-black-webfont";
}

.btn a:hover{
  background-color: #000;
}

#map {
  height: 600px;
  margin: 25px 0px;
}

#ampliar {
  font-family:"sancoale-black-webfont";
  width: 93px;
  height: 93px;
  border-radius: 50%;
  background-color: #000;
  color: #FFF;
  text-align: center;
  padding-top: 30px;
  position: absolute;
  right: 120px;
  bottom: 25px;
  text-decoration: none !important;
  font-size: 18px;
}

#ampliar:hover{
  background-color: #262D97;
}

#linea_productos{
  background-image: url(../img/empresa/texture.png);
  background-repeat: no-repeat;
  padding: 75px 0px;
  line-height: 25px;
}

#linea_productos p{
  text-align: center;
}

.prod_item{
  width: 100%;
  float: left;
  position: relative;
}
.hover{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}

.prod_item:hover .hover{
  display: block;
}

#tendencias{
  padding: 45px 0px;
  background-color: #f1f1f1;
}

#tendencias h1{
  font-family:"sancoale-black-webfont";
  text-align: center;
  color: #272E99;
  padding-bottom: 55px;
  font-size:50px;
}

.text_tendencia{
  text-align: center;
  margin-top: 3%;
}

.text_tendencia h2{
  font-family:"sancoale-black-webfont";
  color: #272E99;
  font-size: 26px;
}

.text_tendencia h3{
  color: #828384;
  padding: 12px 0px;
  font-family:"sancoale-black-webfont";
}

.text_tendencia p{
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 31px;
}

.text_tendencia a{
  background-color: #272E99;
  border-radius: 12px;
  padding: 9px 39px 9px 26px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  background-image: url(../img/noticias/flecha.png);
  background-repeat: no-repeat;
  box-shadow: 2px 3px 2px #00000052;
  background-position: 172px 8px;
  margin-bottom: 15px;
}

.text_tendencia a:hover{
  background-color: #000;
}

#subproducto{
  padding: 65px 0px;
}

#subproducto h3{
  color: #272E98;
  text-transform: uppercase;
  text-align: center;
  font-size: 35px;
  margin-bottom:35px;
  font-family:"sancoale-black-webfont";
}

.text_prod{
  margin-bottom: 15px;
}

.text_subproducto{
  margin-top: 10%;
}

.text_subproducto h1{
  font-family:"sancoale-black-webfont";
  color: #272E98;
  font-size: 50px;
  padding-bottom:52px;
}

.text_subproducto h2{
  font-family:"sancoale-black-webfont";
  color: #272E98;
  font-size: 36px;
  padding-top: 18px;
}

#inspirate h1{
  text-align: center;
  font-family:"sancoale-black-webfont";
  color: #272E98;
  font-size: 49px;
  padding-top: 53px;
  padding-bottom: 55px;
}

#inspirate{
  background-color: #f1f1f1;
  margin-bottom: 65px;
}

.volver_pro {
  background-color: #adadad;
  padding:40px 0px;
  float: left;
  position: relative;
  text-align: center;
}

.volver_pro h1{
  font-family:"sancoale-black-webfont";
  font-size: 40px;
  color: #fff;
  text-shadow: 2px 3px 2px #000000a8;
  margin-bottom: 15px;
  text-align: center;
}

.volver_pro a {
  top: 49%;
  background-color: #000;
  border-radius: 12px;
  color: #fff;
  padding: 6px 61px;
  text-decoration: none;
  font-size:19px;
}

.volver_pro a:hover{
  background-color:#262d97;
}

#face {
  background-image: url(../img/redes_lateral.png);
  width: 59px;
  height: 59px;
  position: fixed;
  right:5px;
  z-index: 900;
  top: 272px;
  background-repeat: no-repeat;
}

#inst{
  background-image: url(../img/redes_lateral.png);
  width: 59px;
  height: 59px;
  position: fixed;
  right: 5px;
  z-index: 900;
  top: 339px;
  background-repeat: no-repeat;
  background-position: 0px -62px;
}

#ampliar_foto{
  background-color: #fff;
  padding: 49px 39px;
  border-radius: 10px;
}

#ampliar_foto h1{
  font-size: 36px;
  font-family: "manropeextrabold";
  color: #28375a;
}

#ampliar_foto h2{
  font-size: 27px;
  font-family: "manropeextrabold";
  color: #28375a;
  padding-bottom: 6px;
}

#ampliar_foto h3{
  font-size: 24px;
  color: #28375a;
  text-transform: uppercase;
  font-family: "manroperegular";
  margin-bottom: 15px;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  z-index:9999;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
}

.fancybox-skin {
  position: relative;
  background: #FFF;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 999999;
  }
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 9999;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 99999;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 999999;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 99999;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index:9999;
  background: rgba(0, 0, 0, 0.9);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: -25px;
  margin-left: -15px;
  z-index:99999;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  width: 100%;
  float: left;
  position: relative;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: #000;
  color: #4286b0;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

#colores{
  margin-bottom: 135px;
}

#colores h1{
  text-align: center;
  font-family: "sancoale-black-webfont";
  color: #272E98;
  font-size: 42px;
  padding-bottom: 20px;
}

.galeria{
  float: left;
  position: relative;
  margin: 15px 0px;
  width: 150px;
  height: 150px;
  border-radius: 25px;
}

.galeria h2{
  color: #fff;
  text-align: center;
  margin-top: 38%;
  text-shadow: 2px 2px 1px #000;
  font-size:17px;
}


/*  HOVER COLORES 
.galeria span{
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 80px;
  height: 100%;
  border-radius: 25px;
  background-color:#272e987a;
}

.galeria:hover span{
  opacity: 1;
}*/

.negro{
  background-color: #000;
}

.blanco{
  background-color: #fff;
  border: 1px solid #000;
}

.gris-claro{
  background-color: #616866;
}

.gris-oscuro{
  background-color: #292929;
}

.marfil{
  background-color: #f0ead5;
}

.beige{
  background-color: #dad2b5;
}

.cafe-medio{
  background-color: #866d3e;
}

.cafe-oscuro{
  background-color: #4D321D;
}

.rojo{
  background-color: #9e0202;
}

.vinotinto{
  background-color: #630007;
}

.naranja{
  background-color: #ff4623;
}

.naranja-neon{
  background-color: #ff3831;
}

.amarillo-bandera{
  background-color: #efd800;
}

.verde-cali{
  background-color: #006515;
}

.verde-militar{
  background-color: #102906;
}

.verde-limon{
  background-color: #97ff00;
}

.azul-claro{
  background-color: #77aed6;
}

.turquesa{
  background-color: #005694;
}

.azul-rey{
  background-color: #023BAA;
}

.azul-oscuro-dia{
  background-color: #001860;
}

.azul-oscuro-noche{
  background-color: #001848;
}

.curuba{
  background-color: #d78b54;
}

.rosado{
  background-color: #db9eb0;
}

.lila{
  background-color: #896cba;
}

.amarillo{
  background-color: #e7d422;
}

.verde-menta{
  background-color: #78a874;
}

.verde-oliva{
  background-color: #13190c;
}

.azul{
  background-color: #3f87c0;
}

.turqueza{
  background-color: #4e95ae;
}

.azul-oscuro{
  background-color: #02001a;
}

.fuscia{
  background-color: #ff4390;
}

.naranja{
  background-color: #ff6438;
}

.amarillo-neon{
  background-color: #e3ff00;
}

.verde-neon{
  background-color: #83f011;
}

.morado{
  background-color: #6f68a9;
}

.fuscia-neon{
  background-color:#ff005c;
}


.rosado-claro{
  background-color: #E8B9B5;
}

.rosado-barby{
  background-color:#D8578F;
}

.verde-manzana{
  background-color: #9DC36C;
}

.verde-pistacho{
  background-color: #8BC84B;
}

.aguamarina{
  background-color: #20748c;
}

.ladrillo{
  background-color: #7a3c41;
}

.guayaba{
  background-color: #a26066;
}

.mostaza{
  background-color: #934b00;
}

.juspe{
  background-color: #a0a7a8;
}

.pink{
  background-color: #ff9eaf;
}

.palo-rosa{
  background-color:#E6908F;
}

.rosado-pastel{
  background-color: #c5a2b2;
}

.rosado-medio{
  background-color: #dca1b8;
}

.amarillo-claro{
  background-color: #F5E7A4;
}

.verde-botella{
  background-color: #1A5B39;
}

.verde-biche{
  background-color: #99D00C;
}

.benethon{
  background-color: #d4d2c6;
}

.petroleo{
  background-color: #265D6B;
}

.new-petroleo{
  background-color: #d1ccc4;
}






/*--------------------------------------------------------------------------*/

@media (max-width: 991px) and (min-width:200px){

    .logo a {
      position: relative;
      float: left;
      z-index: 99999999;
    }

    #navbar a{
      padding: 5px;
      text-decoration: none;
      border: none;
      text-align: center;
      background-color: transparent;
      width: 100%;
      color: #1B345C;
      float: left;
      position: relative;
      font-family: "sancoale-black-webfont";
      display:inline-block;
      font-size: 17px;
      border-bottom: 1px solid #1b345c21;
      text-transform: uppercase;
    }

    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: #272D980D;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    .dropdown-menu{
      min-width: 0px !important;
    }

    #menu2 .selec{
      text-decoration: none;
      border-bottom: solid 1px #000;
    }

    #menu2 .selec2 {
      text-decoration: none;
      color: #fff;
      background-color: #009841;
    }

    .navbar-default{
      background-color: transparent;
      border: none;
    }

    #navbar li{
      width: 100%;
      display: inline-block;
      margin: 0px 0px 0px 74px;
    }

    #navbar a:hover{
      text-decoration: none;
    }

    .navbar-header {
      float: none;
    }

    .navbar-left,.navbar-right {
      float: none !important;
    }

    .navbar-toggle {
      display: block;
      border: 1px !important;
      margin-right: 0px;
    }

    nav .me{
      color: #000;
      font-size: 15px;
      padding-bottom: 10px;
    }

    .navbar-nav{
      margin: 0px;
    }

    .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
    }

    .navbar-inverse {
      background-color: #fff;
    }
        
    .navbar-collapse.collapse {
      display: none!important;
    }

    .navbar-default .navbar-toggle .icon-bar{
      background-color: #000;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
      background-color: transparent;
    }

    .navbar-toggle .icon-bar{
      width: 44px;
      height: 1px;
    }

    .navbar-nav>li {
      float: none;
    }

    .navbar-nav>li>a {
      padding-top: 10px ;
      padding-bottom: 10px;
    }

    .collapse.in{
      display:block !important;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
      border-color: #fff0;
    }

    #navbar li{
      width: 100%;
      margin:0px;
    }
 
}

/*-------------------------------------------------------*/

@media (max-width: 240px) and (min-width:120px){

  .img2 {
    width: 244px;
    float: left;
  }

  #menu{
    margin-top: -74px;
  }

  #banner{
    margin-top: 16%;
  }

  #home_quienes{
    padding: 43px 0px;
  }

  .text_home1 h1{
    font-size: 27px;
  }

  .text_home2 h1{
    font-size: 20px;
  }

  .text-lineas h1{
    font-size: 18px;
  }

  .text_home1{
    margin-bottom: 35px;
  }

  .text_home1 a{
    padding: 16px 32px;
  }

  .text_home2{
    padding-left: 14px;
  }

  #home_nosotros h1{
    font-size: 36px;
  }

  #home_nosotros{
   padding: 83px 0px;
  }

  .text-lineas{
    padding: 44px 17px;
  }

  .text-lineas p{
    font-size: 19px;
    line-height: 22px;
  }

  #grupo_empresarial h1{
    font-size: 27px;
  }

  #grupo_empresarial p{
    font-size: 20px;
  }

  #grupo_empresarial a{
    margin-top: 21px;
    margin-bottom: 35px;
  }

  #grupo_empresarial{
    padding: 68px 0px;
  }

  footer p{
    font-size: 18px;
    margin-left: 3px;
  }

  footer h1{
    font-size: 19px;
    padding-right: 4px;
  }

  #titulo h1{
    font-size:24px;
  }

  #banner .carousel-indicators li{
    width: 13px;
    height: 13px;
  }

  .etapas h2{
    font-size: 15px;
  }

  .ico{
    padding-right: 0px;
  }

  .producto_item p{
    font-size: 19px;
    line-height: 21px;
  }

  .producto_item h1{
    font-size: 13px;
  }

  #titulo{
    padding-top: 85px;
    margin-top: 16%;
    padding-bottom: 38px;
  }

  #empresa p{
    padding-right: 16px;
    padding-bottom: 21px;
    line-height: 22px;
  }

  .btn a{
    font-size: 9px;
    padding: 7px 9px;
  }

  #mision{
    padding: 56px 0px;
  }

  .text_vision{
    margin-bottom: 15px;
  }

  .linea_product{
    display:block;
  }

  .text_vision h1{
    font-size: 29px;
    text-align: center;
    padding-bottom: 12px;
  }

  .text_vision p{
    line-height: 21px;
  }

  .text_politicas{
    padding-left: 29px;
    padding-right: 26px;
    padding-top: 67px;
    padding-bottom: 50px;
  }

  .text_politicas h1{
    font-size: 30px;
  }

  .home_lineas{
    margin: 9px;
  }

  .title_linea h1{
    font-size: 19px;
  }

  .etapas{
    margin-bottom: 65px;
  }

  #producto_item{
    margin-top: 25%;
  }

  #volver a{
    padding: 16px 12px;
    font-size: 11px;
  }

  #volver{
    padding: 80px 0px;
  }

  #datos{
    padding-left: 37px;
  }

  .ico_tel{
    margin-right: 20px;
  }

  .ico_home{
    margin-right: 20px;
  }

  .ico_email{
    margin-right: 10px;
  }

  #formulario h4{
    font-size: 24px;
  }

  .datos1{
    margin-bottom: 22px;
  }

  #formulario h5{
    padding: 5px 10px;
  }
  
}


/*-------------------------------------------------------*/

@media only screen and (max-width: 280px) {

  .img2 {
    width: 244px;
    float: left;
  }

  #menu{
    margin-top: -74px;
  }

  #banner{
    margin-top: 16%;
  }

  #home_quienes{
    padding: 43px 0px;
  }

  .text_home1 h1{
    font-size: 27px;
  }

  .text_home2 h1{
    font-size: 20px;
  }

  .text-lineas h1{
    font-size: 18px;
  }

  .text_home1{
    margin-bottom: 35px;
  }

  .text_home1 a{
    padding: 16px 32px;
  }

  .text_home2{
    padding-left: 14px;
  }

  #home_nosotros h1{
    font-size: 36px;
  }

  #home_nosotros{
   padding: 83px 0px;
  }

  .text-lineas{
    padding: 44px 17px;
  }

  .text-lineas p{
    font-size: 19px;
    line-height: 22px;
  }

  #grupo_empresarial h1{
    font-size: 27px;
  }

  #grupo_empresarial p{
    font-size: 20px;
  }

  #grupo_empresarial a{
    margin-top: 21px;
    margin-bottom: 35px;
  }

  #grupo_empresarial{
    padding: 68px 0px;
  }

  footer p{
    font-size: 18px;
    margin-left: 3px;
  }

  footer h1{
    font-size: 19px;
    padding-right: 4px;
  }

  #titulo h1{
    font-size:24px;
  }

  #banner .carousel-indicators li{
    width: 13px;
    height: 13px;
  }

  .etapas h2{
    font-size: 15px;
  }

  .ico{
    padding-right: 0px;
  }

  .producto_item p{
    font-size: 19px;
    line-height: 21px;
  }

  .producto_item h1{
    font-size: 13px;
  }

  #titulo{
    padding-top: 85px;
    margin-top: 16%;
    padding-bottom: 38px;
  }

  #empresa p{
    padding-right: 16px;
    padding-bottom: 21px;
    line-height: 22px;
  }

  .btn a{
    font-size: 9px;
    padding: 7px 9px;
  }

  #mision{
    padding: 56px 0px;
  }

  .text_vision{
    margin-bottom: 15px;
  }

  .linea_product{
    display:block;
  }

  .text_vision h1{
    font-size: 29px;
    text-align: center;
    padding-bottom: 12px;
  }

  .text_vision p{
    line-height: 21px;
  }

  .text_politicas{
    padding-left: 29px;
    padding-right: 26px;
    padding-top: 67px;
    padding-bottom: 50px;
  }

  .text_politicas h1{
    font-size: 30px;
  }

  .home_lineas{
    margin: 9px;
  }

  .title_linea h1{
    font-size: 19px;
  }

  .etapas{
    margin-bottom: 65px;
  }

  #producto_item{
    margin-top: 25%;
  }

  #volver a{
    padding: 16px 12px;
    font-size: 11px;
  }

  #volver{
    padding: 80px 0px;
  }

  #datos{
    padding-left: 37px;
  }

  .ico_tel{
    margin-right: 20px;
  }

  .ico_home{
    margin-right: 20px;
  }

  .ico_email{
    margin-right: 10px;
  }

  #formulario h4{
    font-size: 24px;
  }

  .datos1{
    margin-bottom: 22px;
  }

  #formulario h5{
    padding: 5px 10px;
  }
  
}



/*-------------------------------------------------------*/

@media (max-width: 300px) and (min-width:281px){

  .img2 {
    width: 244px;
    float: left;
  }

  #menu{
    margin-top: -74px;
  }

  #banner{
    margin-top: 16%;
  }

  #home_quienes{
    padding: 43px 0px;
  }

  .text_home1 h1{
    font-size: 27px;
  }

  .text_home2 h1{
    font-size: 20px;
  }

  .text-lineas h1{
    font-size: 18px;
  }

  .text_home1{
    margin-bottom: 35px;
  }

  .text_home1 a{
    padding: 16px 32px;
  }

  .text_home2{
    padding-left: 14px;
  }

  #home_nosotros h1{
    font-size: 36px;
  }

  #home_nosotros{
   padding: 83px 0px;
  }

  .text-lineas{
    padding: 44px 17px;
  }

  .text-lineas p{
    font-size: 19px;
    line-height: 22px;
  }

  #grupo_empresarial h1{
    font-size: 27px;
  }

  #grupo_empresarial p{
    font-size: 20px;
  }

  #grupo_empresarial a{
    margin-top: 21px;
    margin-bottom: 35px;
  }

  #grupo_empresarial{
    padding: 68px 0px;
  }

  footer p{
    font-size: 18px;
    margin-left: 3px;
  }

  footer h1{
    font-size: 19px;
    padding-right: 4px;
  }

  #titulo h1{
    font-size:24px;
  }

  #banner .carousel-indicators li{
    width: 13px;
    height: 13px;
  }

  .etapas h2{
    font-size: 15px;
  }

  .ico{
    padding-right: 0px;
  }

  .producto_item p{
    font-size: 19px;
    line-height: 21px;
  }

  .producto_item h1{
    font-size: 13px;
  }

  #titulo{
    padding-top: 85px;
    margin-top: 16%;
    padding-bottom: 38px;
  }

  #empresa p{
    padding-right: 16px;
    padding-bottom: 21px;
    line-height: 22px;
  }

  .btn a{
    font-size: 9px;
    padding: 7px 9px;
  }

  #mision{
    padding: 56px 0px;
  }

  .text_vision{
    margin-bottom: 15px;
  }

  .linea_product{
    display:block;
  }

  .text_vision h1{
    font-size: 29px;
    text-align: center;
    padding-bottom: 12px;
  }

  .text_vision p{
    line-height: 21px;
  }

  .text_politicas{
    padding-left: 29px;
    padding-right: 26px;
    padding-top: 67px;
    padding-bottom: 50px;
  }

  .text_politicas h1{
    font-size: 30px;
  }

  .home_lineas{
    margin: 9px;
  }

  .title_linea h1{
    font-size: 19px;
  }

  .etapas{
    margin-bottom: 65px;
  }

  #producto_item{
    margin-top: 25%;
  }

  #volver a{
    padding: 16px 12px;
    font-size: 11px;
  }

  #volver{
    padding: 80px 0px;
  }

  #datos{
    padding-left: 37px;
  }

  .ico_tel{
    margin-right: 20px;
  }

  .ico_home{
    margin-right: 20px;
  }

  .ico_email{
    margin-right: 10px;
  }

  #formulario h4{
    font-size: 24px;
  }

  .datos1{
    margin-bottom: 22px;
  }

  #formulario h5{
    padding: 5px 10px;
  }

}

/*-------------------------------------------------------*/

@media (max-width: 335px) and (min-width:301px){

  .img2 {
    width: 244px;
    float: left;
  }

  #menu{
    margin-top: -74px;
  }

  #banner{
    margin-top: 16%;
  }

  #home_quienes{
    padding: 43px 0px;
  }

  .text_home1 h1{
    font-size: 27px;
  }

  .text_home2 h1{
    font-size: 20px;
  }

  .text-lineas h1{
    font-size: 18px;
  }

  .text_home1{
    margin-bottom: 35px;
  }

  .text_home1 a{
    padding: 16px 32px;
  }

  .text_home2{
    padding-left: 14px;
  }

  #home_nosotros h1{
    font-size: 36px;
  }

  #home_nosotros{
   padding: 83px 0px;
  }

  .text-lineas{
    padding: 44px 17px;
  }

  .text-lineas p{
    font-size: 19px;
    line-height: 22px;
  }

  #grupo_empresarial h1{
    font-size: 27px;
  }

  #grupo_empresarial p{
    font-size: 20px;
  }

  #grupo_empresarial a{
    margin-top: 21px;
    margin-bottom: 35px;
  }

  #grupo_empresarial{
    padding: 68px 0px;
  }

  footer p{
    font-size: 18px;
    margin-left: 3px;
  }

  footer h1{
    font-size: 19px;
    padding-right: 4px;
  }

  #titulo h1{
    font-size:24px;
  }

  #banner .carousel-indicators li{
    width: 13px;
    height: 13px;
  }

  .etapas h2{
    font-size: 15px;
  }

  .ico{
    padding-right: 0px;
  }

  .producto_item p{
    font-size: 19px;
    line-height: 21px;
  }

  .producto_item h1{
    font-size: 13px;
  }

  #titulo{
    padding-top: 85px;
    margin-top: 16%;
    padding-bottom: 38px;
  }

  #empresa p{
    padding-right: 16px;
    padding-bottom: 21px;
    line-height: 22px;
  }

  .btn a{
    font-size: 9px;
    padding: 7px 9px;
  }

  #mision{
    padding: 56px 0px;
  }

  .text_vision{
    margin-bottom: 15px;
  }

  .linea_product{
    display:block;
  }

  .text_vision h1{
    font-size: 29px;
    text-align: center;
    padding-bottom: 12px;
  }

  .text_vision p{
    line-height: 21px;
  }

  .text_politicas{
    padding-left: 29px;
    padding-right: 26px;
    padding-top: 67px;
    padding-bottom: 50px;
  }

  .text_politicas h1{
    font-size: 30px;
  }

  .home_lineas{
    margin: 9px;
  }

  .title_linea h1{
    font-size: 19px;
  }

  .etapas{
    margin-bottom: 65px;
  }

  #producto_item{
    margin-top: 25%;
  }

  #volver a{
    padding: 16px 12px;
    font-size: 11px;
  }

  #volver{
    padding: 80px 0px;
  }

  #datos{
    padding-left: 37px;
  }

  .ico_tel{
    margin-right: 20px;
  }

  .ico_home{
    margin-right: 20px;
  }

  .ico_email{
    margin-right: 10px;
  }

  #formulario h4{
    font-size: 24px;
  }

  .datos1{
    margin-bottom: 22px;
  }

  #formulario h5{
    padding: 5px 10px;
  }

}


/*------------------------------------------------------*/

@media (max-width: 341px) and (min-width:336px){

  .img2 {
    width: 198px;
    float: left;
  }

  #menu2 {
    margin-top: -20%;
    margin-bottom: 0px;
  }

  #banner{
    margin-top: 16%;
  }

  #home_quienes{
    padding: 43px 0px;
  }

  .text_home1 h1{
    font-size: 27px;
  }

  .text_home2 h1{
    font-size: 20px;
  }

  .text-lineas h1{
    font-size: 18px;
  }

  .text_home1{
    margin-bottom: 35px;
  }

  .text_home1 a{
    padding: 16px 32px;
  }

  .text_home2{
    padding-left: 14px;
  }

  #home_nosotros h1{
    font-size: 36px;
  }

  #home_nosotros{
   padding: 83px 0px;
  }

  .text-lineas{
    padding: 44px 17px;
  }

  .text-lineas p{
    font-size: 19px;
    line-height: 22px;
  }

  #grupo_empresarial h1{
    font-size: 27px;
  }

  #grupo_empresarial p{
    font-size: 20px;
  }

  #grupo_empresarial a{
    margin-top: 21px;
    margin-bottom: 35px;
  }

  #grupo_empresarial{
    padding: 68px 0px;
  }

  footer p{
    font-size: 15px;
    margin-left: 3px;
    line-height: 21px;
  }

  footer h1{
    font-size: 19px;
    padding-right: 4px;
  }

  #titulo h1{
    font-size:24px;
  }

  #banner .carousel-indicators li{
    width: 13px;
    height: 13px;
  }

  .etapas h2{
    font-size: 15px;
  }

  .ico{
    padding-right: 0px;
  }

  .producto_item p{
    font-size: 19px;
    line-height: 21px;
  }

  .producto_item h1{
    font-size: 13px;
  }

  #titulo{
    padding-top: 85px;
    margin-top: 16%;
    padding-bottom: 38px;
  }

  #empresa p{
    padding-right: 16px;
    padding-bottom: 21px;
    line-height: 22px;
    font-size: 16px;
  }

  #empresa h1{
    font-size: 37px;
  }

  .btn a{
    font-size: 9px;
    padding: 7px 9px;
  }

  #mision{
    padding: 56px 0px;
  }

  .text_vision{
    margin-bottom: 15px;
  }

  .linea_product{
    display:block;
  }

  .text_vision h1{
    font-size: 29px;
    text-align: center;
    padding-bottom: 12px;
  }

  .text_vision p{
    line-height: 21px;
  }

  .text_politicas{
    padding-left: 29px;
    padding-right: 26px;
    padding-top: 67px;
    padding-bottom: 50px;
  }

  .text_politicas h1{
    font-size: 30px;
  }

  .home_lineas{
    margin: 9px;
  }

  .title_linea h1{
    font-size: 19px;
  }

  .etapas{
    margin-bottom: 65px;
  }

  #producto_item{
    margin-top: 25%;
  }

  #volver a{
    padding: 16px 12px;
    font-size: 11px;
  }

  #volver{
    padding: 80px 0px;
  }

  #datos{
    padding-left: 37px;
  }

  .ico_tel{
    margin-right: 20px;
  }

  .ico_home{
    margin-right: 20px;
  }

  .ico_email{
    margin-right: 10px;
  }

  #formulario h4{
    font-size: 24px;
  }

  .datos1{
    margin-bottom: 22px;
  }

  #formulario h5{
    padding: 5px 10px;
  }

  .video-fullscreen {
    margin-top: 25%;
    width: 100%;
  }

}



@media (max-width:380px) and (min-width:341px){

  .img2 {
    width: 218px;
    float: left;
  }

  #menu2 {
    margin-top: -20%;
    margin-bottom: 0px;
  }

  #banner{
    margin-top: 16%;
  }

  #home_quienes{
    padding: 43px 0px;
  }

  .text_home1 h1{
    font-size: 27px;
  }

  .text_home1{
    margin-bottom: 35px;
  }

  .text_home1 a{
    padding: 16px 32px;
  }

  .text_home2{
    padding-left: 14px;
  }

  #home_nosotros h1{
    font-size: 36px;
  }

  #home_nosotros{
   padding: 83px 0px;
  }

  .text-lineas{
    padding: 44px 17px;
  }

  .text-lineas p{
    font-size: 22px;
    line-height: 25px;
  }

  #grupo_empresarial h1{
    font-size: 30px;
  }

  #grupo_empresarial p{
    font-size: 22px;
  }

  #grupo_empresarial a{
    margin-top: 21px;
    margin-bottom: 35px;
  }

  footer p{
    font-size: 18px;
    margin-left: 3px;
  }

  footer h1{
    font-size: 19px;
    padding-right: 4px;
  }

  #titulo h1{
    font-size:29px;
  }

  #banner .carousel-indicators li{
    width: 13px;
    height: 13px;
  }

  #titulo{
    padding-top: 85px;
    margin-top: 16%;
    padding-bottom: 38px;
  }

  #empresa p{
    padding-right: 16px;
    padding-bottom: 21px;
    line-height: 22px;
  }

  .btn a{
    font-size: 9px;
    padding: 7px 9px;
  }

  #mision{
    padding: 56px 0px;
  }

  .text_vision{
    margin-bottom: 15px;
  }

  .linea_product{
    display:block;
  }

  .text_vision h1{
    font-size: 29px;
    text-align: center;
    padding-bottom: 12px;
  }

  .text_vision p{
    line-height: 21px;
  }

  .text_politicas{
    padding-left: 29px;
    padding-right: 26px;
    padding-top: 67px;
    padding-bottom: 50px;
  }

  .text_politicas h1{
    font-size: 30px;
  }

  .home_lineas{
    margin: 9px;
  }

  .title_linea h1{
    font-size: 23px;
  }

  .etapas{
    margin-bottom: 65px;
  }

  #producto_item{
    margin-top: 25%;
  }

  #volver a{
    padding: 16px 12px;
    font-size: 11px;
  }

  #volver{
    padding: 80px 0px;
  }

  #datos{
    padding-left: 37px;
  }

  .ico_tel{
    margin-right: 20px;
  }

  .ico_home{
    margin-right: 20px;
  }

  .ico_email{
    margin-right: 10px;
  }

  #formulario h4{
    font-size: 24px;
  }

  .datos1{
    margin-bottom: 22px;
  }

  #formulario h5{
    padding: 5px 10px;
  }

  .video-fullscreen {
    margin-top: 25%;
    width: 100%;
  }

}



@media (max-width:420px) and (min-width:381px){

  .img2 {
    width: 218px;
    float: left;
  }

  #menu2 {
    margin-top: -18%;
    margin-bottom: 0px;
  }

  #banner{
    margin-top: 16%;
  }

  #home_quienes{
    padding: 43px 0px;
  }

  .text_home1 h1{
    font-size: 27px;
  }

  .text_home1{
    margin-bottom: 35px;
  }

  .text_home1 a{
    padding: 16px 32px;
  }

  .text_home2{
    padding-left: 14px;
  }

  #home_nosotros h1{
    font-size: 36px;
  }

  #home_nosotros{
   padding: 83px 0px;
  }

  .text-lineas{
    padding: 44px 17px;
  }

  .text-lineas p{
    font-size: 22px;
    line-height: 25px;
  }

  #grupo_empresarial h1{
    font-size: 30px;
  }

  #grupo_empresarial p{
    font-size: 22px;
  }

  #grupo_empresarial a{
    margin-top: 28px;
    margin-bottom: 10px;
  }

  footer p{
    font-size: 18px;
    margin-left: 10px;
  }

  .text_subproducto h2{
    font-size: 29px;
  }

  footer h1{
    padding-right: 11px;
  }

  #titulo h1{
    font-size: 33px;
  }

  #titulo{
    padding-top: 85px;
    margin-top: 16%;
    padding-bottom: 38px;
  }

  #empresa p{
    padding-right: 16px;
    padding-bottom: 21px;
    line-height: 22px;
  }

  .btn a{
    font-size: 10px;
  }

  #mision{
    padding: 56px 0px;
  }

  .text_vision{
    margin-bottom: 15px;
  }

  .linea_product{
    display:block;
  }

  .text_vision h1{
    font-size: 29px;
    text-align: center;
    padding-bottom: 12px;
  }

  .text_vision p{
    line-height: 21px;
  }

  .text_politicas{
    padding-left: 29px;
    padding-right: 26px;
    padding-top: 67px;
    padding-bottom: 50px;
  }

  .text_politicas h1{
    font-size: 30px;
  }

  .home_lineas{
    margin: 9px;
  }

  .title_linea h1{
    font-size: 23px;
  }

  .etapas{
    margin-bottom: 65px;
  }

  #producto_item{
    margin-top: 25%;
  }

  #volver a{
    padding: 16px 12px;
    font-size: 11px;
  }

  #volver{
    padding: 80px 0px;
  }

  #datos{
    padding-left: 37px;
  }

  .ico_tel{
    margin-right: 20px;
  }

  .ico_home{
    margin-right: 20px;
  }

  .ico_email{
    margin-right: 10px;
  }

  #formulario h4{
    font-size: 24px;
  }

  .datos1{
    margin-bottom: 22px;
  }

  #formulario h5{
    padding: 11px 3px;
  }

  .video-fullscreen {
    margin-top: 23%;
    width: 100%;
  }


}



@media (max-width:460px) and (min-width:421px){

  .img2 {
    width: 218px;
    float: left;
  }

  #menu2 {
    margin-top: -16%;
    margin-bottom: 0px;
  }

  #barra-menu2{
    padding: 9px 0px;
  }

  #barra-menu2 a{
    margin: 0px 27px;
  }

  #banner{
    margin-top: 35%;
  }

  .text_home1 h1{
    font-size: 40px;
  }

  .text_home1 p{
    font-size: 15px;
    line-height: 21px;
  }

  #home_servicios h1{
    font-size: 40px;
  }

  #empresa p{
    font-size: 15px;
    line-height: 22px;
    padding-right: 12px;
  }

  #empresa h1{
    padding-bottom: 19px;
    font-size: 43px;
  }

  .text_mision p{
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 22px;
  }

  .text_mision h1{
    font-size: 42px;
  }

  #politica p{
    padding: 0px 13px;
  }

  #titulo{
    margin-top: 21%;
    padding-top: 107px;
    padding-bottom: 32px;
  }

  #titulo h1{
    font-size:47px;
    line-height: 45px;
  }

  #linea_productos p{
    font-size: 15px;
  }

  #productos_home{
    display: block;
  }

  .productos_home{
    display:block;
  }

  figure.snip1279 h3{
    font-size: 39px !important;
  }

  figure.snip1279 p{
    font-size: 15px !important;
    line-height: 21px !important;
  }

  #btn_conoce{
    margin-top: 19%;
  }

  .video-fullscreen{
    width: 100%;
  }

}



@media (max-width:500px) and (min-width:461px){

  .img2 {
    width: 229px;
  }

  #menu2 {
    margin-top: -16%;
    margin-bottom: 0px;
  }


  #home_quienes{
    padding: 41px 0px;
  }

  #barra-menu2{
    padding: 9px 0px;
  }

  #barra-menu2 a{
    margin: 0px 27px;
  }

  #banner{
    margin-top: 36%;
  }

  .text_home1 h1{
    font-size: 40px;
  }

  .text_home1 p{
    font-size: 15px;
    line-height: 21px;
  }

  #home_servicios h1{
    font-size: 40px;
  }

  #empresa p{
    font-size: 15px;
    line-height: 22px;
    padding-right: 12px;
  }

  #empresa h1{
    padding-bottom: 19px;
    font-size: 43px;
  }

  .text_mision p{
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 22px;
  }

  .text_mision h1{
    font-size: 42px;
  }

  #politica p{
    padding: 0px 13px;
  }

  #titulo{
    margin-top: 20%;
    padding-top: 107px;
    padding-bottom: 32px;
  }

  #titulo h1{
    font-size:47px;
    line-height: 45px;
  }

  #linea_productos p{
    font-size: 15px;
  }

  #productos_home{
    display: block;
  }

  .productos_home{
    display:block;
  }

  figure.snip1279 h3{
    font-size: 39px !important;
  }

  figure.snip1279 p{
    font-size: 15px !important;
    line-height: 21px !important;
  }

  #btn_conoce{
    margin-top: 19%;
  }

  .video-fullscreen{
    width: 100%;
  }

}




@media (max-width:600px) and (min-width:501px){

  .img2 {
    float: left;
    width: 260px;
  }

  #menu2 {
    margin-top: -13%;
    margin-bottom: 0px;
  }

  #home_quienes{
    padding: 41px 0px;
  }

  #barra-menu2{
    padding: 9px 0px;
  }

  #barra-menu2 a{
    margin: 0px 27px;
  }

  #banner{
    margin-top: 33%;
  }

  .text_home1 h1{
    font-size: 40px;
  }

  .text_home1 p{
    font-size: 15px;
    line-height: 21px;
  }

  #home_servicios h1{
    font-size: 40px;
  }

  #empresa p{
    font-size: 15px;
    line-height: 22px;
    padding-right: 12px;
  }

  #empresa h1{
    padding-bottom: 19px;
    font-size: 43px;
  }

  .text_mision p{
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 22px;
  }

  .text_mision h1{
    font-size: 42px;
  }

  #politica p{
    padding: 0px 13px;
  }

  #titulo{
    margin-top: 20%;
    padding-top: 107px;
    padding-bottom: 32px;
  }

  #titulo h1{
    font-size:47px;
    line-height: 45px;
  }

  #linea_productos p{
    font-size: 15px;
  }

  #productos_home{
    display: block;
  }

  .productos_home{
    display:block;
  }

  figure.snip1279 h3{
    font-size: 39px !important;
  }

  figure.snip1279 p{
    font-size: 15px !important;
    line-height: 21px !important;
  }

  #btn_conoce{
    margin-top: 19%;
  }

  .video-fullscreen{
    width: 100%;
  }

}




@media (max-width:650px) and (min-width:601px){

  .img2 {
    width: 260px;
  }

  #menu2 {
    margin-top: -13%;
    margin-bottom: 0px;
  }


  #home_quienes{
    padding: 41px 0px;
  }

  #barra-menu2{
    padding: 9px 0px;
  }

  #barra-menu2 a{
    margin: 0px 57px;
  }

  #banner{
    margin-top: 31%;
  }

  .text_home1 h1{
    font-size: 40px;
  }

  .text_home1 p{
    font-size: 15px;
    line-height: 21px;
  }

  #home_servicios h1{
    font-size: 40px;
  }

  #empresa p{
    font-size: 15px;
    line-height: 22px;
    padding-right: 12px;
  }

  #empresa h1{
    padding-bottom: 19px;
    font-size: 43px;
  }

  .text_mision p{
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 22px;
  }

  .text_mision h1{
    font-size: 42px;
  }

  #politica p{
    padding: 0px 13px;
  }

  #titulo{
    margin-top: 18%;
    padding-top: 107px;
    padding-bottom: 32px;
  }

  #titulo h1{
    font-size:47px;
    line-height: 45px;
  }

  #linea_productos p{
    font-size: 15px;
  }

  #productos_home{
    display: block;
  }

  .productos_home{
    display:block;
  }

  figure.snip1279 h3{
    font-size: 39px !important;
  }

  figure.snip1279 p{
    font-size: 15px !important;
    line-height: 21px !important;
  }

  #btn_conoce{
    margin-top: 19%;
  }

  .video-fullscreen{
    width: 100%;
  }

}


@media (max-width:700px) and (min-width:651px){

  .img2 {
    width: 260px;
  }

  #menu2 {
    margin-top: -10%;
    margin-bottom: 0px;
  }

  #home_quienes{
    padding: 41px 0px;
  }

  #barra-menu2{
    padding: 9px 0px;
  }

  #barra-menu2 a{
    margin: 0px 59px;
  }

  #banner{
    margin-top: 28%;
  }

  .text_home1 h1{
    font-size: 40px;
  }

  .text_home1 p{
    font-size: 16px;
    line-height: 23px;
  }

  #home_servicios h1{
    font-size: 40px;
  }

  #empresa p{
    font-size: 15px;
    line-height: 22px;
    padding-right: 12px;
  }

  #empresa h1{
    padding-bottom: 19px;
    font-size: 43px;
  }

  .text_mision p{
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 22px;
  }

  .text_mision h1{
    font-size: 42px;
  }

  #politica p{
    padding: 0px 13px;
  }

  #titulo{
    margin-top: 17%;
    padding-top:156px;
    padding-bottom: 55px;
  }

  #titulo h1{
    font-size:53px;
    line-height: 45px;
  }

  #linea_productos p{
    font-size: 15px;
  }

  #productos_home{
    display: block;
  }

  .productos_home{
    display:block;
  }

  .btn a{
    margin-top: 4%;
  }

  figure.snip1279 h3{
    font-size: 39px !important;
  }

  figure.snip1279 p{
    font-size: 15px !important;
    line-height: 21px !important;
  }

  #btn_conoce{
    margin-top: 19%;
  }

  .video-fullscreen{
    width: 100%;
  }

}
/*

/*-------------------------------------------------------*/

@media (max-width:767px) and (min-width:701px){

  #menu2 {
    margin-top: -10%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 260px;
  }

  #home_quienes{
    padding: 41px 0px;
  }

  #barra-menu2{
    padding: 9px 0px;
  }

  #barra-menu2 a{
    margin: 0px 65px;
  }

  #banner{
    margin-top: 28%;
  }

  .text_home1 h1{
    font-size: 40px;
  }

  .text_home1 p{
    font-size: 16px;
    line-height: 23px;
  }

  #home_servicios h1{
    font-size: 40px;
  }

  #empresa p{
    font-size: 15px;
    line-height: 22px;
    padding-right: 12px;
  }

  #empresa h1{
    padding-bottom: 19px;
    font-size: 43px;
  }

  .text_mision p{
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 22px;
  }

  .text_mision h1{
    font-size: 42px;
  }

  #politica p{
    padding: 0px 13px;
  }

  #titulo{
    margin-top: 15%;
    padding-top:156px;
    padding-bottom: 55px;
  }

  #titulo h1{
    font-size:53px;
    line-height: 45px;
  }

  #linea_productos p{
    font-size: 15px;
  }

  #productos_home{
    display: block;
  }

  .productos_home{
    display:block;
  }

  .btn a{
    margin-top: 4%;
  }

  figure.snip1279 h3{
    font-size: 39px !important;
  }

  figure.snip1279 p{
    font-size: 15px !important;
    line-height: 21px !important;
  }

  #btn_conoce{
    margin-top: 19%;
  }

  .video-fullscreen{
    width: 100%;
  }

}


/*-------------------------------------------------------*/

@media (max-width:800px) and (min-width:768px){

  #menu2 {
    margin-top: -9%;
    margin-bottom: 0px;
  }

  .img2 {
    width: 260px;
  }

  #menu li{
    margin: 0px 9px;
  }

  #menu a{
    font-size: 17px;
  }

  .logo a{
    position: relative;
    float: left;
    z-index: 99999999;
  }

  #barra-menu2 a{
    margin: 0px 36px;
  }

  #barra-menu2 ul li p{
    font-size: 15px;
  }

  figure.snip1279 p{
    font-size: 13px;
    line-height: 16px;
  }

  #banner{
    margin-top:32%;
  }

  #productos_home{
    display: block;
  }

  .productos_home{
    display: block;
  }

  figure.snip1279 a{
    top: 192px !important;
  }

  #btn_conoce{
    font-size:15px;
    margin-top: 21%;
  }

  figure.snip1279 p{
    font-size: 11px;
    line-height: 16px;
  }

  figure.snip1279 h3{
    font-size: 36px;
  }

  .video-fullscreen{
    width: 100%;
  }

  #carousel-mandamientos .carousel-indicators{
    bottom: -3%;
  }

  .btn a{
    margin-top: 4%;
  }

  #titulo{
    margin-top: 14%;
    padding-top: 213px;
  } 

  #titulo h1{
    line-height: 50px;
    font-size: 63px;
  }

}


/*-------------------------------------------------------*/

@media (max-width:900px) and (min-width:801px){

  .img2 {
    width: 260px;
  }

  #menu2 {
    margin-top: -8%;
    margin-bottom: 0px;
  }

  .navbar-inverse{
    background-color:#fff;
  }

  #menu li{
    margin: 0px 12px;
  }

  #menu a{
    font-size: 17px;
  }

  .logo a{
    position: relative;
    float: left;
    z-index: 99999999;
  }

  #barra-menu2 a{
    margin: 0px 36px;
  }

  #barra-menu2 ul li p{
    font-size: 17px;
  }

  #banner{
    margin-top:29%;
  }

  #productos_home{
    display: block;
  }

  .productos_home{
    display: block;
  }

  figure.snip1279 a{
    top: 215px !important;
  }

  figure.snip1279 p{
    font-size: 13px;
    line-height: 16px;
  }

  #btn_conoce{
    font-size:15px;
    margin-top: 21%;
  }

  figure.snip1279 h3{
    font-size: 36px;
  }

  .video-fullscreen{
    width: 100%;
    margin-top: 13%;
  }

  #carousel-mandamientos .carousel-indicators{
    bottom: -3%;
  }

  .btn a{
    margin-top: 4%;
  }

  #titulo{
    margin-top: 13%;
    padding-top: 213px;
  } 

  #titulo h1{
    line-height: 50px;
    font-size: 63px;
  }
  

}




/*------------------------------------------------------*/

@media (max-width:991px) and (min-width:901px){

  #menu li{
    margin: 0px 3px;
  }

  .navbar-inverse{
    background-color:#fff;
  }

  .img2 {
    width: 330px;
  }

  #menu2 {
    margin-top: -8%;
    margin-bottom: 0px;
  }

  #menu .navbar-nav > li > a{
    margin: 0px 12px !important;
    font-size: 17px !important;
  }

  #barra-menu2 a{
    margin: 0px 45px;
  }

  #banner{
    margin-top: 30%;
  }

  figure.snip1279 h3{
    bottom: 74%;
    font-size: 35px;
  }

  figure.snip1279 p{
    top: 28%;
    padding: 0 16px;
    font-size: 13px;
    line-height: 17px;
  }

  figure.snip1279 a{
    top: 213px;
  }

  #btn_conoce{
    margin-top: 20%;
  }

  .video-fullscreen{
    width: 100%;
    margin-top: 15%;
  }

  .text_mision{
    margin-top: 7%;
  }

  #titulo{
    padding-top: 148px;
  }

}


/*------------------------------------------------------*/

@media (max-width:1100px) and (min-width:992px){

  #menu li{
    margin: 0px 3px;
  }

  #menu .navbar-nav > li > a{
    margin: 0px 12px !important;
    font-size: 17px !important;
  }

  #barra-menu2 a{
    margin: 0px 58px;
  }

  .text_home1{
    margin-top: 0%;
  }

  #banner{
    margin-top: 27%;
  }

  figure.snip1279 h3{
    bottom: 74%;
    font-size: 35px;
  }

  figure.snip1279 p{
    top: 28%;
    padding: 0 16px;
    font-size: 13px;
    line-height: 17px;
  }

  figure.snip1279 a{
    top: 213px;
  }

  #btn_conoce{
    margin-top: 20%;
  }

  .video-fullscreen{
    margin-top:23%;
    width: 100%;
  }

  .text_mision{
    margin-top: 7%;
  }

  #titulo{
    margin-top: 23%;
    padding-top: 274px;
  }
  

}


/*------------------------------------------------------*/

@media (max-width:1200px) and (min-width:1101px){

  #menu li{
    margin: 0px 3px;
  }

  #menu .navbar-nav > li > a{
    font-size: 17px !important;
    margin: 0px 21px !important;
  }

  #barra-menu2 a{
    margin: 0px 58px;
  }

  .text_home1{
    margin-top: 0%;
  }

  #banner{
    margin-top: 27%;
  }

  figure.snip1279 h3{
    bottom: 74%;
    font-size: 35px;
  }

  figure.snip1279 p{
    top: 28%;
    padding: 0 16px;
    font-size: 13px;
    line-height: 17px;
  }

  figure.snip1279 a{
    top: 213px;
  }

  #btn_conoce{
    margin-top: 20%;
  }

  .video-fullscreen{
    margin-top: 21%;
    width: 100%;
  }

  .text_mision{
    margin-top: 7%;
  }

  #titulo{
    margin-top:21%;
    padding-top: 274px;
  }

}


/*------------------------------------------------------*/

@media (max-width:1300px) and (min-width:1201px){

  #menu li{
    margin: 0px 6px;
  }

  #menu .navbar-nav > li > a{
    margin: 0px 19px !important;
    font-size: 19px !important;
  }

  #barra-menu2 a{
    margin: 0px 66px;
  }

  .text_home1{
    margin-top: 0%;
  }

  #banner{
    margin-top: 23%;
  }

  figure.snip1279 h3{
    bottom: 74%;
    font-size: 35px;
  }

  figure.snip1279 p{
    top: 28%;
    padding: 0 16px;
    font-size: 13px;
    line-height: 17px;
  }

  figure.snip1279 a{
    top: 213px;
  }

  .video-fullscreen{
    margin-top: 20%;
    width: 100%;
  }

  .text_mision{
    margin-top: 10%;
  }

  #titulo{
    margin-top: 20%;
    padding-top: 274px;
  }

  #formulario h5{
    font-size: 12px;
  }

}


/*-----------------------------------------------------------*/

@media (max-width:1400px) and (min-width:1301px){

  #menu li{
    margin: 0px 5px;
  }

  #menu .navbar-nav > li > a{
    font-size: 18px !important;
    margin: 0px 32px !important;
  }

  #barra-menu2 a{
    margin: 0px 66px;
  }

  .text_home1{
    margin-top: 0%;
  }

  #banner{
    margin-top: 21%;
  }

  figure.snip1279 h3{
    bottom: 74%;
    font-size: 35px;
  }

  figure.snip1279 p{
    top: 28%;
    padding: 0 16px;
    font-size: 13px;
    line-height: 17px;
  }

  figure.snip1279 a{
    top: 213px;
  }

  .video-fullscreen{
    margin-top:18%;
    width: 100%;
  }

  .text_mision{
    margin-top: 10%;
  }

  #titulo{
    margin-top:18%;
    padding-top: 274px;
  }

  #formulario h5{
    font-size: 12px;
  }

  .text_subproducto h2{
    font-size: 24px;
  }

  .text_subproducto h1{
    padding-bottom: 26px;
  }
  

}



/*-----------------------------------------------------------*/

@media (max-width:1500px) and (min-width:1401px){

  #menu li{
    margin: 0px 8px;
  }

  #menu .navbar-nav > li > a{
    margin: 0px 31px !important;
  }

  #barra-menu2 a{
    margin: 0px 82px;
  }

  .text_home1{
    margin-top: 0%;
  }

  #banner{
    margin-top: 21%;
  }

  figure.snip1279 h3{
    bottom: 74%;
    font-size: 35px;
  }

  figure.snip1279 p{
    top: 28%;
    padding: 0 16px;
    font-size: 13px;
    line-height: 17px;
  }

  figure.snip1279 a{
    top: 213px;
  }

  .video-fullscreen{
    margin-top: 17%;
    width: 100%;
  }

  .text_mision{
    margin-top: 10%;
  }

  #titulo{
    margin-top:17%;
    padding-top: 274px;
  }

  #formulario h5{
    font-size: 12px;
  }

}

/*-----------------------------------------------------------------------*/

@media (max-width: 1600px) and (min-width:1501px){

  #menu li{
    margin: 0px 8px;
  }

  #menu .navbar-nav > li > a{
    margin: 0px 39px !important;
  }

  #barra-menu2 a{
    margin: 0px 100px;
  }

  .text_home1{
    margin-top: 0%;
  }

  #banner{
    margin-top: 18%;
  }

  figure.snip1279 h3{
    font-size: 46px;
  }

  figure.snip1279 p{
    top: 28%;
    padding: 0 16px;
    font-size: 16px;
  }

  figure.snip1279 a{
    top: 213px;
  }

  .video-fullscreen{
    margin-top: 16%;
    width: 100%;
  }

  .text_mision{
    margin-top: 10%;
  }

  #titulo{
    margin-top:16%;
    padding-top: 274px;
  }

  #formulario h5{
    font-size: 12px;
  }

}


/*-----------------------------------------------------------------------*/

@media (max-width: 1700px) and (min-width:1601px){

  #menu li{
    margin: 0px 9px;
  }

  #menu .navbar-nav > li > a{
    margin: 0px 46px !important;
  }

  #barra-menu2 a{
    margin: 0px 100px;
  }

  .text_home1{
    margin-top: 0%;
  }

  #banner{
    margin-top: 17%;
  }

  figure.snip1279 h3{
    font-size: 46px;
  }

  figure.snip1279 p{
    top: 28%;
    padding: 0 16px;
    font-size: 16px;
  }

  figure.snip1279 a{
    top: 213px;
  }

  .video-fullscreen{
    margin-top:15%;
    width: 100%;
  }

  .text_mision{
    margin-top: 10%;
  }

  #titulo{
    margin-top:15%;
    padding-top: 274px;
  }

  #formulario h5{
    font-size: 12px;
  }

}

/*-----------------------------------------------------------------------*/

@media (max-width: 1880px) and (min-width:1701px){


  #menu .navbar-nav > li > a{
    margin: 0px 59px !important;
  }

  #barra-menu2 a{
    margin: 0px 118px;
  }

  .text_home1{
    margin-top: 0%;
  }

  #banner{
    margin-top: 16%;
  }

  figure.snip1279 h3{
    font-size: 46px;
  }

  figure.snip1279 p{
    top: 28%;
    padding: 0 16px;
    font-size: 16px;
  }

  figure.snip1279 a{
    top: 213px;
  }

  .video-fullscreen{
    margin-top: 13%;
    width: 100%;
  }

  #titulo{
    margin-top:13%;
    padding-top: 274px;
  }

  #formulario h5{
    font-size: 12px;
  }

}


/*-----------------------------------------------------------------------*/

@media (max-width: 2100px) and (min-width:1920px){

  .video-fullscreen{
    width: 100%;
    margin-top: 12%;
  }

  #menu .navbar-nav > li > a{
    margin: 0px 82px !important;
  }

}


@media (max-width: 2200px) and (min-width:2101px){

  .video-fullscreen{
    width: 100%;
    margin-top: 11%;
  }

  #menu .navbar-nav > li > a{
    margin: 0px 97px !important;
  }

}



@media (max-width: 2500px) and (min-width:2201px){

  .video-fullscreen{
    width: 100%;
    margin-top: 11%;
  }

  #menu .navbar-nav > li > a{
    margin: 0px 105px !important;
  }

}


@media (max-width: 2700px) and (min-width:2501px){

  .video-fullscreen{
    width: 100%;
    margin-top: 10%;
  }

  #menu .navbar-nav > li > a{
    margin: 0px 130px !important;
  }

  .text_mision{
    margin-top: 11%;
  }

  #titulo{
    margin-top: 10%;
  }

}