@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	transition: all .5s;
}
a{
	color:inherit;
	text-decoration: none;
}
body{
	font-family: 'Inter', sans-serif;
}

/*  clases globales  */

.img_side{
	position: relative;
	width: 70%;
	margin: auto;
}
.block{
	display: block;
}
.section_full{
	position: relative;
	width: 100%;
}
.sec_box{
	position: relative;
	width: 90%;
	margin: auto;
}
.noto_b{
	font-family: 'Noto Sans bold';
}
.mtop10{
	margin-top: 10%;
}
.mtop30{
	margin-top: 30%;
}
.mtop5{
	margin-top: 5%;
}

.div_90{
	width: 90%;
}
.abm_l_inner{
	width: 80%;
}
.opacity_1{
	opacity: 1 !important;
}
.img_100{
	width: 100%;
}
.img_90{
	width: 90%;
}
.img_80{
	width: 80%;
  margin:auto;
}
.text_cent{
	text-align: center;
}
.bold{
	font-weight: 700;
}
.regular{
	font-weight: 400;
}
.plecas_100{
	width: 100%;
    display: block;
}
.movil{
	display: none;
}

.desk_back{
  display:block;
}
.movil_back{
  display:none;
}
.centrar_contenido{
	position: absolute;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	
}

/* Sitio web PULI  */

#wrapper_pilu{
	overflow: hidden;
}
#banner_pilu{

	background-image: url("../img/banner.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.img_banner{
	position:relative;
	width: 50%;
	display: block;
}

#content_banner_pilu{
	position:relative;
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
}
.txt_b1{
	    font-weight: 700;
    font-size: 2.5vw;
    line-height: 1.2;
    color: #fff;
    width: 79%;
	
}

.txt_b3{
	font-weight: 700;
font-size: 2.0vw;
line-height: 1.2;
color: #fff;
width: 79%;

}

.txt_b2{
	color: #fff;
    font-weight: 500;
    font-size: 1vw;
    margin-top: 5%;
}
.item_bl, .item_br{
	position: relative;
	width: 50%;
}
.item_br{
	display: flex;
    justify-content: flex-end;
}
.div_btns{
	position:relative;
	display: flex;
	margin-top: 5%;
	
}

.btns{
	width: 10vw;
    padding: .7vw 0;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 1vw;
    border-radius: 50px;
    border: 1px solid #fff;
    transition: all 1s;
    background-color: transparent;
    margin-right: 2%;
	cursor: pointer;
}

.btns:hover{
	background-color: #00A3EE;
	border:1px solid #00A3EE;
}

#menu_pilu{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1% 0;
    z-index: 99;
	transition: all 1s;
}
#menu_inner_pilu{
	position:relative;
	width:80%;
	margin:auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.item_ml{
	position:relative;
	width: 15%;
	
}

.item_mc{
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
	width: 60%;
}

.item_mr{
position:relative;	
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 35%
}

#menu_logo{
	width:50%;
	cursor: pointer;
}

.menu_op{
	font-size: 1vw;
    color: #fff;
    font-weight: 600;
    margin: 0 5%;
    text-align: center;
	transition: all 1s;
	cursor: pointer;
}

.menu_op:hover, .menu_op_act, .sub_menu_pilu1:hover{
	color:#00A3EE !important;
}
.btn_m{
	border: 1px solid #fff;
    text-align: center;
    padding: 1% 5%;
    border-radius: 50px;
    color: #ffff;
    font-weight: 600;
    cursor: pointer;
    transition: all 1s;
    margin-left: 5%;
	font-size: 1vw;
	width: 8vw;
}
.btn_m_in{
	border: 1px solid #143A66;
    text-align: center;
    padding: 1% 5%;
    border-radius: 50px;
    color: #ffff;
    font-weight: 600;
    cursor: pointer;
    transition: all 1s;
    margin-left: 5%;
	font-size: 1vw;
	width: 8vw;
}
.btn_m:hover{
	background-color: #00A3EE;
	border:1px solid #00A3EE;
}
.btn_m_in:hover{
	background-color: #00A3EE;
	border:1px solid #00A3EE;
	color:#FFF;
}
#section_pilu2{
	padding: 7% 0 5% 0;
	background-color:#35404A;
}
.txt_s2_1{
	color:#fff;
	font-size: 1.5vw;
	text-align: center;
	width: 60%;
	margin: auto;
}
#img_fabricantes{
	width: 120%;
	top: 25%;
	left:50%;
}
.div_sec_2{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 7%;
}
.item_sec2{
	position:relative;
	width: 30%;
	text-align: center;
}
.img_sec_2{
	width: 30%;
	display: block;
	margin:auto;
}
.txt_sec2_1{
	color:#fff;
	font-weight: 700;
	text-align: center;
	margin: 5% auto;
	font-size: 1.5vw;
}
.txt_sec2_2{
	color:#fff;
	font-weight: 500;
	text-align: center;
	margin: 5% auto;
	font-size: 1vw;
	width: 85%;
}
.line_sep{
	position:relative;
	width: 1px;
	height: auto;
	background-color: #fff;
}

#section_pilu3{
	display: flex;
	align-items: center;
	min-height: 90vh;
	background-image: url("../img/home/pilu-uniformes-asesoria-personalizada-uniformes-industriales-institucionales-tejidos-tecnicos-fabricantes-puebla-veracruz-cdmx-celaya-tabasco-monterrey.jpg");
	background-position: center center;
    background-attachment: fixed;
    background-size:cover;
	overflow: hidden;
}

.btns_2{
	width: 15vw;
    padding: .7vw;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 1vw;
    border-radius: 50px;
    transition: all 1s;
        background-color: #024793;
    border: 1px solid #024793;
    margin-right: 2%;
	cursor: pointer;
	
}

.btns_2:hover{
	background-color: #024793;
	border:1px solid #024793;
}


.btns_n{
	width: 15vw;
    padding: .7vw;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 1vw;
    border-radius: 50px;
    transition: all 1s;
        background-color: #024793;
    border: 1px solid #024793;
    margin-right: 2%;
	cursor: pointer;
	
}

.txt_sec3_1{
	font-weight: 900;
    font-size: 3vw;
    color: #fff;
    width: 40%;
}
.txt_sec3_2{
	font-weight: 900;
    font-size: 2vw;
    color: #fff;
    width: 30%;
	font-style: italic;
	margin: 2% 0;
	    letter-spacing: 1px;
}

#sec4_inner{
	min-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.item_sec_4{
	position:relative;
	background-color: #025BBC;
	width: 50%;
  	border: 1px solid #025BBC;
  	box-sizing: border-box;
	-webkit-box-shadow: 7px 11px 13px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 11px 13px -9px rgba(0,0,0,0.75);
	box-shadow: 7px 11px 13px -9px rgba(0,0,0,0.75);
	transition: all 1s;
	padding: 70px;
}
.txt_sec4_1{
	font-size: 2.5vw;
	color:#fff;
	font-weight: 700;
}
.line_sec4{
	width: 48%;
    border: 2px solid #fff;
    margin: 2% 0;
	background-color: #fff;
}
.txt_sec4_2{
	font-size: 1.2vw;
	color:#fff;
	font-weight: 500;
	margin-bottom: 2%;
	text-align: justify;
}

.conoce{
	font-weight: 500;
	 margin-top: 6%;
	 transition: all 1s;
	 cursor: pointer;
}
.conoce:hover{
	font-weight: 900;
}
#img_sec4{
	top: 50%;
    left: 27%;
    width: 59%;
}

#back1_sec4{
	position: absolute;
    top: 7%;
    right: 0;
    z-index: 0;
    width: 25%;
    margin-right: -11%;
}
#back2_sec4{
	position: absolute;
    bottom: 0%;
    left: 0;
    z-index: -1;
    width: 25%;
    margin-left: -4%;
}

#section_pilu5{
	background-color: #FBFBFB;
	padding: 3% 0 10% 0;
	background-image: url("../img/svg/back_sec_5.svg");
	background-size: 100%;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.div_two{
	display: flex;
	justify-content: space-evenly; 
	align-items: flex-start;
	width: 80%;
	margin: auto;
}
.item_dt{
	width: 45%;
	position:relative;
	transition: all 1s;
}
.mapa_img{
	width: 100%;
	display: block;
}
.txt_sec5_1{
	color:#024793;
	font-size:3vw;
	font-weight: 900;
	width: 70%;
	line-height: 1;
	margin-top: 7%;
}
.txt_sec5_2{
	color: #024793;
    font-size: 1.3vw;
    font-weight: 500;
    width: 65%;
    margin: 4% 0;
}

.btn_sec5{
	    font-size: 1.2vw;
    border: 1px solid #024793;
    width: 15vw;
    text-align: center;
    padding: .7vw 0;
    border-radius: 50px;
	color:#fff;
	transition:all 1s;
	cursor: pointer;
	font-weight: 700;
	background-color: #024793;
}

.btn_sec5:hover{
	color:#fff;
	background-color: #024793;
}
.div_sec7{
	position:relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.item_s7{
	position: relative;
	width:50%;
}
#sec_map{
	/*background-image: url(../img/maps.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;*/
    min-height: 80vh;
	display: flex;
	justify-content: flex-end;
	align-content: flex-start;
}

.s7_inner{
	position:relative;
	width: 80%;
	margin: auto;
	padding: 0 10px;
}
.border_form{
	border-left: 2px solid #00A3EE;
    box-sizing: border-box;
}
.txt_sec7_1{
	font-weight: 900;
	font-size: 2.5vw;
	color:#00A3EE;
}
.txt_sec7_2{
	font-weight: 500;
    font-size: 1.2vw;
    color: #025BBC;
    margin: 2% 0;
}

.div_form{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.mitad{
	width: 100%;
    margin: 1% 0;
    background-color: #E7EBEF;
    font-size: 1vw;
    padding: 1vw 1vw;
    box-sizing: border-box;
    border: none;
    color: #000;
    font-weight: 400;

}
.completo{
	width: 100%;
    margin: 1% 0;
    background-color: #E7EBEF;
    font-size: 1vw;
    padding: .7vw 1vw;
    box-sizing: border-box;
    border: none;
    color: #000;
    font-weight: 400;
}

.label_mitad{
	position:relative;
	width:49%;
}
.label_completo{
	position:relative;
	width: 100%;
}


.etiqueta_form{
	font-size: 1vw;
    font-weight: 400;
}


::-webkit-input-placeholder { /* Edge */
  font-size: 1vw;
    padding: .7vw 0vw;
    box-sizing: border-box;
    border: none;
    color: #000;
    font-weight: 400;
	ont-family: 'Inter', sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer */
  font-size: 1vw;
    padding: .7vw 0vw;
    box-sizing: border-box;
    border: none;
    color: #000;
    font-weight: 400;
	ont-family: 'Inter', sans-serif;
}
::placeholder {
  font-size: 1vw;
    padding: .7vw 0vw;
    box-sizing: border-box;
    border: none;
    color: #000;
    font-weight: 400;
	ont-family: 'Inter', sans-serif;
}

::-webkit-textarea-placeholder { /* Edge */
  font-size: 1vw;
    padding: .7vw 0vw;
    box-sizing: border-box;
    border: none;
    color: #000;
    font-weight: 400;
	ont-family: 'Inter', sans-serif;
}
:-ms-textarea-placeholder { /* Internet Explorer */
  font-size: 1vw;
    padding: .7vw 0vw;
    box-sizing: border-box;
    border: none;
    color: #000;
    font-weight: 400;
	ont-family: 'Inter', sans-serif;
}
::placeholder {
  font-size: 1vw;
    padding: .7vw 0vw;
    box-sizing: border-box;
    border: none;
    color: #000;
    font-weight: 400;
	ont-family: 'Inter', sans-serif;
}

.btn_form{
	width: 48%;
    text-align: center;
    padding: .7vw 0;
    border: 1px solid #00A3EE;
    border-radius: 50px;
    cursor: pointer;
	transition: all 1s;
	color:#00A3EE;
	font-size: 1.2vw;
}
.btn_form:hover{
	color:#fff;
	background-color: #00A3EE;
}

#info_contact{
	position: absolute;
	width: 65%;
	background-color: #025BBC;
	padding: 40px;
    border: 1px solid #025BBC;
    box-sizing: border-box;
	-webkit-box-shadow: 7px 11px 13px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 11px 13px -9px rgba(0,0,0,0.75);
    box-shadow: 7px 11px 13px -9px rgba(0,0,0,0.75);
}
.pos_icon_c {
    margin-right: 0;
    POSITION: absolute;
    left: -7%;
}

.txt_sec7_3 {
position: relative;
    font-size: 1vw;
    color: #fff;
    font-weight: 500;
    margin: 3% 0 3% 6%;
}

#section_pilu8{
	padding: 3% 0;
	background-color: #025BBC;
}

.item_dir{
	    position: relative;
    width: 32%;
    border-left: 2px solid #fff;
    padding-left: 2%;
    margin-bottom: 3%;
    box-sizing: border-box;
}

.txt_sec8_1{
	font-size: 1.2vw;
	font-weight: 700;
	color:#fff;
}
.txt_sec8_2{
	font-size: 1vw;
	font-weight: 500;
	color:#fff;
	margin-top: 1%;
}
.extra_b{
	font-weight: 500;
	cursor: pointer;
	transition: all 1s;
}
.extra_b:hover{
	font-weight: 700;
}
.div_dir{
	display: flex;
	flex-wrap: wrap;
}
#logo_dir{
	    position: absolute;
    bottom: 9%;
    right: 2%;
    width: 20%;
}
#section_pilu9{
	padding: 2% 0;
	background-color: #024793;
}

.txt_f1{
	font-size: 1vw;
	color:#fff;
	font-weight: 600;
	cursor: pointer;
}
.txt_f2{
	font-size: .8vw;
	color:#fff;
	font-weight: 600;
	margin-top: 2%;
}
.terminos{
	margin-left: 5%;
}

.footer_pilu{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item_foot{
	width:50%;
}

.logos_f{
	position:relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#img_cotton{
	width: 25%;
}
#logo_foot{
	width:12%;
}
.menu_foot{
	color:#fff;
	font-size: 1.2vw;
	cursor: pointer;
}
.logos_f p{
	margin: 0 1.5%;
}


/* *************** sección uniformes -------------------  */

#section_pilu1{
	padding: 3% 0;
	background: rgba(241,111,92,1);
	background: -moz-linear-gradient(-45deg, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 0%, rgba(0,36,121,1) 0%, rgba(0,37,139,1) 43%, rgba(0,163,238,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(241,111,92,1)), color-stop(0%, rgba(240,47,23,1)), color-stop(0%, rgba(0,36,121,1)), color-stop(43%, rgba(0,37,139,1)), color-stop(100%, rgba(0,163,238,1)));
	background: -webkit-linear-gradient(-45deg, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 0%, rgba(0,36,121,1) 0%, rgba(0,37,139,1) 43%, rgba(0,163,238,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 0%, rgba(0,36,121,1) 0%, rgba(0,37,139,1) 43%, rgba(0,163,238,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 0%, rgba(0,36,121,1) 0%, rgba(0,37,139,1) 43%, rgba(0,163,238,1) 100%);
	background: linear-gradient(135deg, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 0%, rgba(0,36,121,1) 0%, rgba(0,37,139,1) 43%, rgba(0,163,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16f5c', endColorstr='#00a3ee', GradientType=1 );
}

.txt_sec1_1{
	font-weight: 900;
	font-size: 2.5vw;
	color:#fff;
	margin-left: 5%;
	position: relative;
	
}
.txt_sec1_2{
	font-weight: 500;
    font-size: 1.2vw;
    color: #fff;
    margin-left: 5%;
    width: 35%;
    margin-top: 2%;
}
#line_sec1{
	position: absolute;
    top: 20%;
    left: -4vw;
    width: 4vw;
	height: .2vh;
}
.txt_sec1_3{
	font-size: 4vw;
	color:#fff;
	font-weight: 900;
	margin-bottom: 5%;
}

.txt_sec1_4 {
    font-size: 2.2vw;
    color: #fff;
    font-weight: 700;
	transition: all 1s;
    
}
.txt_sec1_5 {
    font-size: 1vw;
    color: #fff;
    font-weight: 500;
	transition: all 1s;
    
}
/*.txt_sec1_4:hover,*/ 
.btn1_sec1{
	width: 45%;
    padding: 1vw 0;
    background-color: #025BBC;
    -webkit-box-shadow: 7px 11px 13px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 11px 13px -9px rgba(0,0,0,0.75);
    box-shadow: 7px 11px 13px -9px rgba(0,0,0,0.75);
    padding-left: 5%;
    box-sizing: border-box;
	cursor: pointer;
	margin-left: 5%;
	margin-bottom: 1%;
}

.btn2_sec1{
	width: 45%;
    padding: 1vw 0;
    background-color: #00A3EE;
    -webkit-box-shadow: 7px 11px 13px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 11px 13px -9px rgba(0,0,0,0.75);
    box-shadow: 7px 11px 13px -9px rgba(0,0,0,0.75);
	margin-left: 5%;
    padding-left: 5%;
    box-sizing: border-box;
	z-index: -1;
	margin-top: .2%;
	cursor: pointer;
}

.btns_sec1{
	min-height: 17vh;
    color: #fff;
    font-size: 2.5vw;
    text-align: right;
    box-sizing: border-box;
    padding: 10px 50px 10px 0;
    font-weight: 700;
    font-style: italic;
    margin: 3% 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	cursor: pointer;
	transition: all 1s;
}


#btn1_sec1{
	width: 90%;
	background-image: url("../img/back_btn1.png");
	background-size: 100% 100%;
	background-position: top right;
	background-repeat: no-repeat;
}

#btn2_sec1{
	width: 95%;
	background-image: url("../img/back_btn2.png");
	background-size: 100% 100%;
	background-position: top right;
	background-repeat: no-repeat;
}
#btn3_sec1{
	width: 100%;
	background-image: url("../img/back_btn3.png");
	background-size: 100% 100%;
	background-position: top right;
	background-repeat: no-repeat;
}
.div_op{
	    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20%;
}
.item_divop{
	width: 48%;
}

.txt_sec1_2_2{
	font-weight: 500;
    font-size: 1.2vw;
    color: #fff;
    margin-left: 5%;
    width: 80%;
    margin-top: 2%;
}

.btns_sec1_vm{
	width: 10vw;
    padding: .7vw;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 1vw;
    border-radius: 50px;
    border: 1px solid #fff;
    transition: all 1s;
    background-color: transparent;
    margin-right: 2%;
	margin-left: 5%;
	margin-top: 5%;
}


.btns_sec1_vm:hover{
	background-color: #024793;
	border:1px solid #024793;
}

.main_img_uniformes{
	position: absolute;
    width: 30%;
    top: 14%;
    left: 50%;
    z-index: 9;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#menu_inner_uniformes{
	position: absolute;
    width: 35%;
    top: 50%;
    left: 93%;
    z-index: 9;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

}
.mitem{
	font-weight: 700;
    font-size: 1vw;
    color: #fff;
    margin-bottom: 9%;
	transition: all .2s;
	cursor: pointer;
	opacity: .7;
}
.mitem:hover{
	opacity: 1;
}
.mitem_active{
	opacity: 1;
	font-size: 1.1vw;
}

.item1{
	margin-left: 20%;
}
.item2{
	margin-left: 15%;
}
.item3{
	margin-left: 5%;
}
.item4{
	margin-left: 0%;
}
.item5{
	margin-left: 5%;
}
.item6{
	margin-left: 10%;
}
.item7{
	margin-left: 15%;
}
.item8{
	margin-left: 20%;
}

#back_circulo{
	    position: absolute;
    width: 146%;
    z-index: -1;
    top: 50%;
    left: 66%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.img_cir_uniformes{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s;
}
.img_cir_uniformes_2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s;
	z-index: 0;
}

.menu_inner_un{
	display: none;
}
#circulo_se3{
	position: absolute;
	top: -15%;
	left: -20%;
	width: auto;
	height: 135%;
	z-index: 0;
	transition: all 1s;
}
#anim_3{
	transition: all 1s;
}

#section_pilu6{
	background-image: url("../img/home/pilu-uniformes-contacto-uniformes-industriales-institucionales-tejidos-tecnicos-fabricantes-puebla-veracruz-cdmx-celaya-tabasco-monterrey.jpg");
	background-position: center center;
	background-attachment: fixed;
	background-size:auto 100%;
	background-size: cover;
	min-height: 50vh;
	z-index: 9;
	
}

.maps_frame{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.textarea_fijo{
	height: 9vh;
}

#back_over{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.60);
	top: 0;
	left: 0;
	z-index: 1;
}

.div_dir_movil{
	position: relative;
	width: 90%;
	margin: auto;
	text-align: center;
	
}

#banner_nosotos{
	background-image: url("../img/quienes-somos/back_banner.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3%;
}
#banner_tejidos{
	background-image: url("../img/tejidos/back_banner_v2.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3%;
}


#menu_pilu_w{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1% 0;
    z-index: 99;
	transition: all 1s;
	background-color: #fff;
}
#menu_inner_w_pilu{
	position:relative;
	width:80%;
	margin:auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.img_banner_qs {
    position: relative;
    width: 80%;
    display: block;
	cursor: pointer;
}
#content_qs_pilu{
	position:relative;
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	z-index: 2;
}


.item1_sec1_qs{

	position: relative;
	width: 60%;
}

.item2_sec1_qs{
	position: relative;
	width: 40%;
}
.txt2_sec1_qs {
        color: #fff;
    font-weight: 500;
    font-size: 1vw;
    margin-top: 5%;
    width: 83%;
}
#sec2_qs{
	padding: 3% 0;
}

#sec2_qs_inner {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#img_sec2_qs{
	 top: 50%;
    left: 70%;
    width: 60%;
	    z-index: -2;
}

.item_sec2_qs {
    position: relative;
    width: 38%;
    box-sizing: border-box;
    transition: all 1s;
    padding: 70px;
    margin-left: 10%;
}

#back_sec2_qs {
    width: 100%;
    top: 50%;
    left: 42%;
    z-index: -1;
}


#sec3_qs{
	padding: 6% 0;
	background-color: #35404A;
	
}
.div_sec3_qs{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.item_sec3_qs{
	width: 23%;
	color: #fff;
	font-weight: 500;
	padding: 2% 0;
}
.line_sec3_qs{
	position: relative;
	width: 1px;
	background-color: #fff;
}
.txt1_sec3_qs{
	font-size: 3vw;
	text-align: center;
}
.txt2_sec3_qs{
	font-size: 1.5vw;
	text-align: center;
	
}


#img_bsec3_l{
	position: absolute;
	width: 10%;
	bottom: 0;
	left: 0;
}
#img_bsec3_r{
	position: absolute;
	width: 10%;
	top: 0;
	right: 0;
}

#sec5_qs{
	display: flex;
	align-items: center;
	min-height: 90vh;
	background-image: url("../img/quienes-somos/trabajamos_.jpg");
	background-position: center center;
    background-attachment: fixed;
    background-size: 100%;
	overflow: hidden;
	background-color: #000000;
}


#sec6_qs{
	padding: 3% 0;
}

#sec6_qs_inner {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.item_sec6_qs {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    transition: all 1s;
    padding: 70px;
}

#back_sec6_qs {
    width: 91%;
    top: 50%;
    left: 42%;
    z-index: -2;
}
#img_sec6_qs {
    top: 44%;
    left: 33%;
    width: 42%;
    z-index: 0;
}

.txt1_sec6_qs {
    font-size: 2vw;
    color: #fff;
    font-weight: 500;
    width: 50%;
    line-height: 1.6;
    margin-left: 22%;
}

.line_sec6_qs {
    position: relative;
    margin-bottom: 3%;
    width: 20%;
    background-color: #fff;
    border: 1px solid #fff;
    margin-left: 22%;
}
.txt2_sec6_qs {
    font-size: .9vw;
    color: #fff;
    font-weight: 900;
    width: 60%;
    margin-top: 3%;
    margin-left: 22%;
}

#sec4_qs {
    padding: 10% 0;
}

.div_sec4_qs{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.img_sec4_qs{
	position: relative;
    width: 65%;
        margin: 7% auto auto 39%;
    z-index: 3;
}
.item_sec4_qs{
	width: 50%;
}

.txt1_sec4_qs {
    font-size: 2.5vw;
    color: #024793;
    font-weight: 900;
    width: 70%;
}

.btn_sec4_qs {
    position: relative;
    width: 75%;
    padding: 1.5vw 0 1.5vw 7vw;
    text-align: left;
    font-size: 2.3vw;
    color: #fff;
    font-weight: 900;
    background-color: #00A3EE;
    box-sizing: border-box;
    margin-left: -6%;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-bottom: 2%;
}
.ver_qs{
	font-size: .9vw;
	margin-left: 3%;
	margin-top: 2%;

}
.btn1{
	margin-top: 5%;
}

#logo_sec_4qs{

	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
}
#esquina_sec_4qs {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

#pleca_sec4 {
    position: absolute;
    right: -5%;
    bottom: 7%;
    width: 15%;
}

.txt_sec3_2_qs{
	font-weight: 900;
    font-size: 1.7vw;
    color: #fff;
    width: 30%;
	font-style: italic;
	margin: 2% 0;
	    letter-spacing: 1px;
}

#pleca_azul_c {
    position: absolute;
    right: -5%;
    top: 3%;
    width: 25%;
}

#pleca_azul_f {
    position: absolute;
    left: -5%;
    bottom: 3%;
    width: 25%;
}
#circulo_blanco_sec_1 {
    position: absolute;
    width: 50%;
    z-index: 9;
    top: 50%;
    left: 73%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#textura_sec_1 {
    position: absolute;
    width: 24%;
    z-index: 0;
    top: 141%;
    left: 12%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 0;
}


#banner_prod{

	padding: 4% 0;
	margin-top: 5%;
	background-image: url("../img/productos/pleca_back.jpg");
	background-size: 100%;
	background-repeat: repeat-y;
}
.inn_bann_prod{
	position: relative;
	width: 80%;
	margin: auto;

}
.txt1_prod{
	font-size: 3.5vw;
	color:#fff;
	font-weight: 900;
	width: 50%;
}
#logo_prod {
    width: 32%;
    top: 53%;
    left: 22%;
    z-index: 0;
    opacity: .04;
}
#img_prod {
    width: 20%;
    top: 50%;
    left: 72%;
    z-index: 9;
}

#pleca1_prod {
    width: 21%;
    top: 22%;
    left: 62%;
    z-index: 1;
}
#pleca2_prod {
        width: 10%;
    top: 62%;
    left: 3%;
    z-index: 1;
}

#sec_1_prod{
	padding: 5% 0;
}
.div_cat{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.img_item_prod{
	width: 100%;
}
.item_prod{
	position: relative;
	width: 13%;
	cursor: pointer;
}
.txt_item_prod{
	position:relative;
	font-size: 1vw;
	font-weight: 800;
	color: #00A3EE;
	text-align: center;
	margin-top: 5%;
}
#sec_2_prod{
	padding: 0 0 5% 0 ;
	
}

.txt1_sec2_prod{
	font-size: 2vw;
	font-weight: 900;
	color: #00A3EE;
	
}
.txt2_sec2_prod{
	font-size: 1vw;
	font-weight: 900;
	color: #222222;
	
}

.main_prod{
	    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 1%;
    flex-wrap: wrap;
}
.item_mprod {
    position: relative;
    width: 31%;
    background-color: #F2F2F2;
    min-height: 60vh;
    margin: 2% 2.3% 0% 0;
	cursor: pointer;
}
.item_mprod_menu {
	position: relative;
    width: 31%;
    background-color: #F2F2F2;
    min-height: 60vh;
    margin: 2% 2.3% 0% 0;
}
.img_fill {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    object-position: top center;
}
.menu_sec_prod{
	position: relative;
	width: 90%;
	margin: auto;
	padding: 5% 0;
}
	
.title_mprod{
	font-size: 1.5vw;
	color: #222222;
	font-weight: 700;
	margin: 5% 0;
}
.item_menu_prod {
    font-size: 1.1vw;
    color: #00A3EE;
    font-weight: 700;
    margin: 5% 0 5% 2%;
    cursor: pointer;
}

.txt_grid_prod{
	position: absolute;
	bottom: 6%;
	left: 10%;
	color:#fff;
	font-size: 1vw;
	font-weight: 800;
	z-index: 9;
}

.div_cat_inst {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.item_inst{
	position: relative;
	width: 13%;
	cursor: pointer;
	margin: 0 1%;
}



.circulo_azul_prod {
    position: fixed;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 45%;
    left: 97%;
    width: 35%;
}

.txt1_priv{
	font-size: 2vw;
	color:#fff;
	font-weight: 900;
	text-align: center;
}

#banner_priv{

	padding: 4% 0;
	margin-top: 5%;
	background-image: url("../img/svg/back_priv_bann.svg");
	background-size: cover;
	background-repeat: no-repeat;
}

#pleca1_priv{
	    top: 37%;
    left: 98%;
    width: 24%;
}

#pp_inn{
	position: relative;
	width: 60%;
	margin:5% auto;
	text-align: justify;
}
.txt_pp{
	font-size: .9vw;
	color:#000;
	font-weight: 500;
}
.color_azul_pp{
	color: #024793;
	font-size: 1.1vw;
	font-weight: 800;
}
.color_azul_pp_inn{
	color: #025BBC;
	font-weight: 800;
	cursor:pointer;
}

.op_desp:hover{
      }
.op_desp>div{
      display:none;
      }
.op_desp1>div{
      display:none;
      }

.op_desp:hover>div{
    display: block;
    position: absolute;
    background: #fff;
    padding: 2% 2% 3% 2%;
    left: 50%;
    text-align: left;
}
.op_desp1:hover>div{
    display: block;
    position: absolute;
    background: #024793;
    padding: 2% 2% 3% 2%;
    left: 50%;
    text-align: left;
}

.submenu_pilu{
	
	
}
.sub_menu_pilu{
	font-size: 1vw;
    color: #024793;
    font-weight: 600;
    text-align: left;
    transition: all 1s;
    cursor: pointer;
    margin: 10% 0;
	padding: 2% 0;
}
.sub_menu_pilu1{
	font-size: 1vw;
    color: #fff;
    font-weight: 600;
    text-align: left;
    transition: all 1s;
    cursor: pointer;
    margin: 10% 0;
	padding: 2% 0;
}

#popup_pilu{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .7);
	z-index: 999999999;
}
.popup_pilu{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cerrar_pp{
    position: absolute;
    font-size: 2vw;
    color: #000;
    text-align: right;
    right: 3%;
	top: 3%;
}

.popup_inner{
	    position: relative;
    width: 80%;
    margin: auto;
    background-color: #f2f2f2;
    padding: 5% 0 1% 0;
    box-sizing: border-box;

	
}

.item_in_pp{
	position: relative;
	width: 90%;
	margin: auto;
	display: none;
	
}

.cerrar_pp .fas {
    position: relative;
}
.item_in_pp{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

}
.img_menu{
	position: relative;
	width: 10%;
}
.cont_img_list{
	width: 100%;
}
.thumb_img{
	    width: 100%;
    max-height: 13.6vh;
    object-fit: cover;
    object-position: top center;
    margin-bottom: 10%;
    cursor: pointer;
	transition: all .3s;
}
.item_main_img{
	position: relative;
	width: 42%;
}
.item_descrip_img{
	position: relative;
	width: 42%;
}

.main_img_pp{
	    width: 100%;
    max-height: 75vh;
    min-height: 75vh;
    object-fit: cover;
    object-position: top center;
    transition: all .3s;
}

.txt1_pp{	
	font-size: 2vw;
	color: #024793;
	font-weight: 800;
	margin: 2% 0;
	
}
.line_pp{
	width:100%;
	background-color: #024793;
	border: 1px solid #024793;
	margin: 2% 0;
}
.txt2_pp {
    font-size: 1vw;
    margin: 3% 0;
    color: #000;
    font-weight: 400;
    position: relative;
    width: 90%;
    margin-left: 5%;
}

#cir_azul_con{
	position: absolute;
    top: -13%;
    width: 12%;
    left: 32%;
    z-index: 0;
}

#img_tejidos{
	position: absolute;
    width: 34%;
    bottom: -30%;
    right: -5%;
    z-index: 0;

}

.img_icons {
    position: relative;
    width: 20%;
    margin-right: 8%;
}



.txt_btns_sec1{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	

}
.pleca_blanca{
	position: absolute;
    width: 107%;
    top: 50%;
    left: 40%;
    z-index: -1;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

}

.back_azul_c{
	background-color: #00A3EE;

}
.div_2c{
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.item_d2c{
	width: 50%;	
}
.img_c_tej{
	position: relative;
	height: 	100%;
	margin-left: -15%;
	object-fit: cover;
}
.img_c_tej_2{
	position: relative;
	height: 	100%;
	margin-left: -30%;
	object-fit: cover;
}

.inn_1_d2c{
	position: relative;
	width: 80%;
	margin-left: 10%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color:#fff;
}
.img_d2c{
	position: relative;
	width: 20%;
	
}
.icon_tejidos{
	width:100%;
}
.cont_d2c{
	width:65%;
}

.title_d2c{
	font-size: 2vw;
	font-style: italic;
	font-weight: 700;
}
.cuerpo_d2c{
	font-size: 1vw;
	margin-top: 5%;
	font-weight: 500;
}

#sec_tj_1{
	margin-top: 5%;
}
#sec_tj_3{
	margin-bottom: 5%;
}

#sec_tj_4{
	background-image: url("../img/tejidos/20_experiencia_banner.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 7% 0;
}
.sec_4_tj_inner{
	position: relative;
	text-align: center;
}

.relative{
	position: relative;
    margin: 2% auto;
}
.txt_sec4_tj{
	color: #fff;
	font-size: 3vw;
	font-weight: 700;
}


.img_idioma{
	width: 100%;
	position:relative;
}

.img_whats{
	position:fixed;
	bottom: 3%;
	right:3%;
	z-index: 9;
	width: 3%;
}
































































/* -************    movil --------------------  */

#uniformes_movil{
	position: relative;
	width: 90%;
	margin: auto;
	padding: 10% 0;

}

.menu_op_m{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items:stretch;
}

.item_mop_m {
position: relative;
    width: 32%;
    padding: 4% 0;
    background-color: #143A66;
    color: #fff;
    font-size: 3.3vw;
    font-weight: 700;
    text-align: center;
	transition: all .3s;
}
.item_mop_m_active{
	background-color: #00A3EE;
}
.triangulo_m{
	position: absolute;
    width: 22%;
    left: 50%;
    bottom: -40%;
    margin-left: -11%;
}
.sec_uni_movil_inn{
	position: relative;
	padding: 5% 0;
	background-color: #00A3EE;
	margin-top: 5%;

}

.div_unf{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	    flex-wrap: wrap;
}

.img_movil_item{
	position: relative;
	width: 100%;
}
.item_um_inn{
position: relative;
    width: 28%;
    margin: 0 2% 3% 2%;
}
.txt_item_uf{
	color:#fff;
	font-size: 3.5vw;
	text-align: center;
	font-weight: 700;
}
.div_num_movil{
	position: relative;
	width:100%;
	height: 1px;
	border: 1px solid #fff;
	background-color: #fff;
}
.img_sec4_movil{
	    position: absolute;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 37%;
    left: 87%;
    z-index: 0;
    width: 85%;
}

#sec5_qs {
    background-size: cover;
}



.item_mm_n{
	color:#143A66;
	font-size: 5vw;
	text-align: right;
}


.div2_movil{

	display: flex;
	justify-content: space-between;
	align-items: center;
}

.item_div2m{
	width: 48%;
}
.menu_hamburguesa{

	position: relative;
	width: 10%;
}
#main_logo_movil{
	width: 25%;
	
}
#menu_movil_pilu{
	
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 3% 0;
    z-index: 9999;
	transition: all 1s;
	background-color: #fff;
	
}

#menu_desp_pilu{

	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #025BBC;
	z-index: 99999999;
	display: none;
	
}
.cerrar_menu{
position: absolute;
    top: 2%;
    right: 11%;
    color: #fff;
    cursor: pointer;
    font-size: 8vw;
}


.mmd_inner{
	position:relative;
	width: 90%;
	margin: 20% auto auto auto;
	color:#fff;

}
.mmd_item {
    font-size: 5vw;
    margin-bottom: 10%;
    font-weight: 700;
    text-align: center;
}
.mmd_item_1 {
    font-size: 4vw;
    margin-bottom: 10%;
    font-weight: 400;
    text-align: center;
	opacity: .7;
}
.sm_mmd{
	position: relative;
	width: 80%;
	margin:4% auto 10% auto;
}

.tamano_m_qs{
	width: 100%;
	text-align: justify;
}
.backs_tej{
	 min-height: 49.5vh;
    background-size: auto 100%;
	background-repeat: no-repeat;
}

#sec_tj_1{
	    background-image: url(../img/tejidos/franja-tejidos-tecnicos-antiacido-pilu-uniformes-tejidos-tecnicos-uniformes-industriales-institucionales-fabricantes-puebla-veracruz-cdmx-celaya-tabasco-monterrey.png);
    background-position: top right;
    
}
#sec_tj_2{
	    background-image: url( "../img/tejidos/franja-tejidos-tecnicos-antiestatico-pilu-uniformes-tejidos-tecnicos-uniformes-industriales-institucionales-fabricantes-puebla-veracruz-cdmx-celaya-tabasco-monterrey.png");
   
    background-position: top left;
}
#sec_tj_3{
	    background-image: url( "../img/tejidos/franja-tejidos-tecnicos-ignifugo-pilu-uniformes-tejidos-tecnicos-uniformes-industriales-institucionales-fabricantes-puebla-veracruz-cdmx-celaya-tabasco-monterrey.png");
    
    background-position: top right;
}



/*  ---------------------------- Mis medidas ----------------------  */





#banner_medidas{
	background-image: url("../img/medidas/back_medidas.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3%;
}

#banner_medidas_deAcero{
	background-image: url("../img/medidas/deAcero-bg-toma-tallas.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3%;
}


.margin_auto{
	margin: auto;
}
.txt_ban_med_1{
	font-size: 2vw;
	font-weight: 500;
	text-align: center;
	margin-top: 5%;
	color:#fff;
}

.txt_ban_med_2{
	font-size: 1vw;
	font-weight: 500;
	text-align: center;
	margin-top: 5%;
	color:#fff;
}

#sec_1_med, #sec_2_med, #sec_3_med, #sec_4_med{
	padding: 5% 0;
}

.txt_sm_1{
	position:relative;
	color:#025BBC;
	font-size: 1.3vw;
	text-align: center;
	font-weight: 700;
	
	
}
.div_form_1{
	position:relative;
	width:60%;
	margin:2% auto;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.div_form_1 div{
	position:relative;
	width:48%;
}
.fi_medidas{
	position:relative;
	width:80%;
	font-size: 1vw;
	color:#000;
	padding: 2% 0;
	background-color: #E7EBEF;
	text-indent: 3%;
	border:none;
}

.btn_med {
    position: relative;
    width: 15vw;
    margin: 1vw auto;
    text-align: center;
    background-color: #00A3EE;
    border-radius: 25px;
    color: #fff;
    font-size: 1.2vw;
    padding: .6vw 0;
	cursor: pointer;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
	font-size: 1vw;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #00A3EE;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #00A3EE;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.radio_btn{
	position:relative;
	display: flex;
	justify-content: center;
}
.radio_btn p{
	margin: 0 3%;
}


.title_med{
	position:relative;
	text-align: center;
	font-size: 2vw;
	font-weight: 700;
	color:#fff;
	padding: 1% 0;
	background-color: #024793;
}

.tabla_med{
	margin-top: 5%;
	width:100%;
	display:flex;
	justify-content: flex-end;
}
.item_tabla_med{
	position:relative;
	width:48%;
}
.img_tabla_med{
	position:realtive;
	width:90%;
}
.txt_stm{
	position: relative;
    font-size: 1.5vw;
    color: #025BBC;
    font-weight: 700;
    margin: 1% 0;
}

.sec_tomar_medidas{
	position:relative;
	width:100%;
	display:flex;
	justify-content: space-between;
	margin-top: 5%;
}
.item_stm{
	position:relative;
	width:48%;
}

.img_video{
	position:relative;
	width:90%;
	cursor:pointer;
}
.item_d2smm{
	position:relative;
	width: 48%;
}
.div2_smm{
	position:relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.select_medidas {
    position: relative;
    width: 100%;
    font-size: 1vw;
    color: #000;
    padding: 1vw 0;
    background-color: #E7EBEF;
    text-indent: 3%;
    border: none;
    border-radius: 10px;
}

.select_medidas option{
	position: relative;
    width: 100%;
    font-size: 1vw;
    color: #000;
    padding: 1vw 0;
    background-color: #E7EBEF;
    text-indent: 3%;
    border: none;
    border-radius: 10px;
}

.img_sec_2_med{
	position:relative;
	width: 70%;
}
.img_tabla_med2{
    position: relative;
    width: 100%;
}
.txt_med_disclaimer{
	position:relative;
	margin-top:3%;
	font-size: .8vw;
	color:#000;
}


 #sec_2_med, #sec_3_med, #sec_4_med, #sec_5_med, #sec_6_med, #sec_7_med, #sec_8_med, #sec_9_med, #sec_10_med, .dama, .hombre, #sec_final{
	display:none;
}

.etiqueta_sm{
	font-size: 1.2vw;
	margin-bottom: 2%;
}

#sec_final{
	padding:3% 0;
	background-color: #143A66;
}

.text_sf_1{
	position:relative;
	font-size: 1.5vw;
	margin-bottom: 2%;
	color:#fff;
	text-align: center;
	width: 70%;
	margin: auto;
}
#text_area{
	width: 50%;
	margin: auto;
	min-height: 15vh;
	padding: 3%;
	box-sizing:border-box;
	text-align: left;
}






























.mtop10_m{
	margin-top:10%;
}
/* *  fin medidas */

















.azul_sec4qs{
	background-color: #025BBC;
	
}
.txt_sec1_5:hover{
	font-weight: 700;
}
.blanco{
	color:#fff;
}
.back_azul{
	background-color: #024793 !important;
}
.opacity_0{
	opacity: 0;
}
.img_un_act{
opacity: 1;
}
/*.txt_sec1_4:hover,*/ .txtu_act{
	font-size: 2.5vw;
	background-color: #00A3EE !important;
	padding: 1.5vw 0 1.5vw 5%; 
	margin-left: 0%;
	
}
.opacity_0{

	opacity: 0;
}
.posicion_0{
	margin-left: -100%;
}
.posicion_0_r{
	margin-right: -100%;
}
.rotate_180{
	transform: rotate(90deg);
}
.azul{
	color:#143A66;
}

.centrar_img{
	position: absolute;
	-ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
 .item_menu_prod_act{
	color:#024793;
	border-left: 1px solid #024793;
	padding-left: 2%;
}

.border_activo{
	border: 4px solid #00A3EE;
    box-sizing: border-box;
}
.btn_activo{
	background-color: #00A3EE;
	border:1px solid #00A3EE;
}
.opacity_5{
	opacity: .5;
}
#html5-elem-box, #html5-elem-wrap{
	background-color: #000 !important;
}

.borde_azul{
	border:1px solid #143A66 !important

}

.btn_m_inn_act {
    background-color: #00A3EE;
    border: 1px solid #00A3EE;
	color:#fff !important;
}
.sub_menu_pilu:hover{
	color:#00A3EE !important;

}

.item_mprod:before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 99%;
  background: rgba(0, 0, 0, 0.5);
  transition: all .5s ease;
  opacity: 0;
}
.item_mprod:hover:before {
width: 100%;
opacity: 1;
}
.pointer{
	cursor: pointer;
}
.azul_c{
	color:#00A3EE;
	
}
.negro{
	color:#000000;

}

.bullet_before:before {
content: "";
    position: absolute;
    top: 5%;
    left: -5%;
    width: .5vw;
    height: .5vw;
    background: #000;
    border-radius: 50px;
}

