@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}

body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 1130px;}
.container::before,
.container::after{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}

#header{
	width: 100%;
	z-index: 3;
	height: 213px;
	position: absolute;
	top: 0;
	left: 0;
}
#logo{
	display: block;
	width: 280px;
	position: absolute;
	top: 18px;
	left: calc(50% - 140px);
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}

#darkTop{
	background: url(../images/banner/topa.jpg) center no-repeat;
	background-size: cover;
	padding-top: 14px;
}
.contentDarkTop{
	height: 199px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}
.contentDarkTop .logo2{
	position: absolute;
	top: 18px;
	right: 0;
}

#topMenu{
	height: 80px;
	width: 100%;
	max-width: 790px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 11px;
	position: relative;
	background: #ff026f;
	margin-top: -70px;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.30);
}
#menu{
	margin: auto;
	position: absolute;
	left: 15px;
	top: 0;
	height: 80px;
}
#menu ul{
	margin: 0;
	position: relative;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	padding: 0 8px;
}
#menu li a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 400;
	line-height: 80px;
	height: 80px;
	padding: 0 2px 0 0;
}
#menu li a img{
	margin-right: 4px;
}
#menu li a img.ico5{
	display: none;
}
#menu li:first-child{
	padding-left: 0px;
	height: 80px;
	display: flex;
	align-items: center;
}
#menu li:first-child a{
	width: 115px;
	height: 37px;
	align-items: center;
	line-height: 24px;
	background: #fff;
	color: #ff026f;
	border-radius: 18.5px;
}
#menu li:last-child{
	float: right;
	background: transparent;
	padding-right: 0px;
}
#menu li:last-child:before{
	width: 0;
	height: 0;
	border-radius: 0;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #ffffff;
}
#menu li.active a:before, #menu li a:hover:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background: #ffffff;
}
#menu li:first-child.active a, #menu li:first-child a:hover, #menu li:first-child a:focus{
	color: #ff026f;
}
#menu li:first-child.active a:before, #menu li:first-child a:hover:before{
	height: 0px;
	width: 0px;
}

.textTel{
	position: absolute;
	right: 172px;
	top: 14.5px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
}
.textTel strong{
	font-weight: 800;
	display: block;
}
.textTel a{
	color: #ffffff;
}

#redes{
	width: auto;
	height: 36px;
	position: absolute;
	top: 22px;
	right: 15px;
	display: flex;
	align-items: center;
}
#redes a{
	color: #ffffff;
	height: 36px;
	width: 36px;
	text-align: center;
	display: inline-block;
	margin-right: 7px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes .fb{
	background: url(../images/redes/redes.png) left center no-repeat;
}
#redes .in{
	background: url(../images/redes/redes.png) center no-repeat;
}
#redes .wha{
	background: url(../images/redes/redes.png) right center no-repeat;
}
#redes a:hover,#redes a:focus{
	transform: scale(1.1);
}

/*Footer*/
#datFooter{
	background: url(../images/banner/datfooter.jpg?v1) center no-repeat;
	background-size: cover;
	padding: 75px 0;
}
.contentDatFooter{
	display: flex;
	flex-wrap: wrap;
}
#frmC{
	overflow: hidden;
	background: rgba(255,255,255,0.15);
	padding: 30px 28px 34px 28px;
	border-radius: 10px;
}
#frmC .tit{
	color: #5e5e5e;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	position: relative;
	margin-bottom: 33px;
	padding: 3px 0;
	text-align: center;
}
#frmC .row{
	margin: 0 -5px;
}
#frmC div[class*="col-"]{
	padding: 0 5px;
}
#frmC .form-group{
	margin-bottom: 9px
}
#frmC .form-control{
	display: block;
	height: 39px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
	color: #949494;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #d6d6d6;
	padding-left: 13px;
}
#frmC .textarea{
	height: 92px;
	padding-top: 10px;
}
#frmC input[type=submit]{
	display:inline-block; 
	height:42px; 
	background: url(../images/banner/submit.png) center no-repeat; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:14px;
	width: 209px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
}
#frmC input[type=submit]:hover,
#frmC input[type=reset]:hover{opacity:.8}
#frmC .error input,
#frmC .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmC input::-webkit-input-placeholder {color:#959595; opacity:  1;}
.frmC input:-moz-placeholder {color:#959595; opacity:  1;}
.frmC input::-moz-placeholder {color:#959595; opacity:  1;}
.frmC input:-ms-input-placeholder {color:#959595; opacity:  1;}
.frmC textarea::-webkit-input-placeholder {color:#959595; opacity:  1;}
.frmC textarea:-moz-placeholder {color:#959595; opacity:  1;}
.frmC textarea::-moz-placeholder {color:#959595; opacity:  1;}
.frmC textarea:-ms-input-placeholder {color:#959595; opacity:  1;}
.frmC input:focus::-webkit-input-placeholder {opacity:0.5}
.frmC input:focus:-moz-placeholder{opacity:0.5}
.frmC input:focus::-moz-placeholder{opacity:0.5}
.frmC input:focus:-ms-input-placeholder{opacity:0.5}
.frmC textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmC textarea:focus:-moz-placeholder{opacity:0.5}
.frmC textarea:focus::-moz-placeholder{opacity:0.5}
.frmC textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmC .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmC .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.contentInputDat{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	flex-wrap: wrap;
	margin-top: 13px;
}
.textoTit{
	width: calc(100% - 209px);
	height: 42px;
	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: normal;
	letter-spacing: 0px;
	color: #fff;
}
.textoTit span{
	padding-left: 7px;
}
.itemDat1{
	width: 100%;
	padding-right: 00px;
	padding-top: 0px;
}
.itemDat2{
	padding-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.textoData{
	display: flex;
	align-items: flex-start;
}
.textoData,.textoData a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #dddddd;
	text-align: left;
	letter-spacing: 0.25px;
}
.textoData strong{
	font-weight: 800;
	letter-spacing: 0px;
	color: #fff;
	margin-right: 8px;
}
.textoData br{
	display: none;
}
.textoDat2{
	padding: 17px 0;
}
.textoDat1{
	padding-top: 17px;
	margin-top: 17px;
	border-top: solid 1px #fff;
}

#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background: #232323;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 44px; 
}
#footer .container{
	padding-top: 34px; 
	padding-bottom: 34px; 
	font-family:inherit; 
	font-size:inherit;
}
#footer .tfooter{
	color:#FFF;
	line-height:16px;	
	text-align:left;
	float:left;
}
#footer #powered {
	color:#FFF; 
    line-height: 16px;
    margin: 0 auto 0;
    width: auto;
	text-align:right;
	float:right
}
#footer a{	
	color:#FFF;	
}
#footer #powered a{background: url(../images/iconGlobal.png) no-repeat center left;padding:3px 0 3px 20px}
#footer a:hover{
	text-decoration:underline;
}
#footer #powered a{color:#FFF;}
/*Footer*/

/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 1px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }


#sliderTop:before{
	display: block;
	content: "";
	position: absolute;
	height: 7px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(252,253,253,0.25);
	z-index: 2;
}
#sliderTop{
	height: 360px;
	margin-top: 183px;
}
#sliderTop .slides li{
	height: 360px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img.sliderImg{
	display: none;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.cntSliderTop{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 32px;
	padding-bottom: 7px;
}
.cntSliderTop .caption img{
    width: 350px;
}
#sliderTop .flex-control-nav li:last-child::before,
#sliderTop .flex-control-nav li:first-child::before{
	width: 0;
	height: 0;
}
#sliderTop .flex-control-nav li {
    background: transparent;
    padding: 0px 2px;
}
.flex-control-paging li a{
	background: #bfbfbf;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border: solid 3.5px #ffffff;
	box-shadow: inset 0 0 3px transparent !important;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover{
    background: #d30058;
    cursor: pointer;
}

.flex-direction-nav a{
	width: 34px;
	height: 35px;
}
.flex-direction-nav .flex-prev {
	margin-left: -360px;
	opacity: 1;
	background: url(../images/slider/prev.png);
}
.flex-direction-nav .flex-next {
	margin-left: -320px;
	opacity: 1;
	background: url(../images/slider/next.png);
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}

#icoWa{
	background: url(../images/icoWha.png) 0 0 no-repeat;
	width: 299px;
	height: 88px;
	position: fixed;
	bottom: 46px;
	right: 0;
	z-index: 999995 !important;
}

#formTop{
	position: relative;
	padding-bottom: 50px;
	padding-top: 44px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	position: relative;
	margin-bottom: 30px;
	letter-spacing: 0px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -6px;
}
#frmContacto div[class*="col-"]{
	padding: 0 6px;
}
#frmContacto .form-group{
	margin-bottom: 12px
}
#frmContacto .form-control{
	display: block;
	height: 52px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Poppins", serif;
	font-size: 12px;
	letter-spacing: 0.25px;
	font-weight: 400;
	color: #a6a5a5;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #b0b0b0;
	padding-left: 20px;
}
#frmContacto .textarea{
	height: 114px;
	padding-top: 19px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background: url(../images/submit.png) center no-repeat; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 83px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 0px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmContacto input::-webkit-input-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#dirMap{
	background: #d42767;
}
#dirMap .tit{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 44px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 45px 0;
}
.mapac{
	height: 400px;
	position: relative;
}
.mapac iframe{
	width: 100%;
	height: 100%;
}

.cntInputs{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 26px;
}
.metodoC{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	font-family: 'Verdana', serif;
	font-weight: 400;
	color: #5e5e5e;
	font-size: 12px;
	letter-spacing: 0px;
}
.metodoC label.label1{
	margin-left: 25px;
	margin-right: 15px;
}
.metodoC label{font-weight: 400;font-size: 11px;}
.inputs{
	margin-left: 124px;
}


#textHome1{
	background: url(../images/inicio/fondo1.jpg) top center no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
.contentHome1{
	display: flex;
	flex-wrap: wrap;
}
.itemHome1a{
	width: 50%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color: #616161;
	letter-spacing: 0.25px;
}
.itemHome1b{
	padding-left: 20px;
	width: 50%;
}
.itemHome1b img{
	margin-top: 43px;
	margin-left: auto;
}
.titleHome1{
	font-weight: 300;
	font-size: 30px;
	line-height: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	color: #616161;
	border-bottom: dashed 1px #8e8e90;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.titleHome1 strong{
	font-weight: 800;
	color: #fa126a;
}
.itemHome1a a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 290px;
	height: 60px;
	border-radius: 3px;
	background: #fa126a;
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
}
#textHome2{
	padding-top: 57px;
	padding-bottom: 76px;
}
.contentHome2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.itemHome2{
	width: 50%;
	font-weight: 400;
	font-family: 'Chewy', cursive;
	font-size: 24px;
	color: #444444;
	line-height: 42.43px;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.itemHome2 img{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
}
.itemHome2a{
	margin-right: 0px;
	margin-bottom: 35px;
}
.itemHome2b{
	margin-right: 0px;
	margin-bottom: 35px;
}
.itemHome2c{
	margin-right: 0px;
}
#textHome3{
	background: #f60059;
	padding: 41px 0;
}
#textHome3 img{
	margin-right: auto;
	margin-left: auto;
	width: 390px;
}
#textHome4{
	position: relative;
}
.contHome4{
	background: #525252;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: center;
	padding: 54px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999991 !important;
}
.eapps-instagram-feed a.eapps-link{
	z-index: 1 !important;
	margin-top: 0px !important;
	height: 1px !important;
	padding: 0px !important;
}
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more{
    position: relative;
    z-index: 999992 !important;
    height: 100px;
    opacity: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.contHome4 a{
	color: #ffffff;
}
.contHome4 a:hover,.contHome4 a:focus{
	color: #ffffff;
	text-decoration: none;
}
.contHome4 img{
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
  	-webkit-transition: 0.3s all ease;
  	transition: 0.3s all ease;
  	animation: pulse 2s infinite;
}
@keyframes pulse{
	0%{
		transform: translateY(0px);
	}
	70%{
		transform: translateY(5px);
	}
	85%{
		transform: translateY(3px);
	}
	100%{
		transform: translateY(0px);
	}
}

#textEmpresa1{
	background: url(../images/empresa/fondo1.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 84px;
	padding-top: 90px;
}
.titleEmpresa1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #353535;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0px;
	margin-bottom: 52px;
	position: relative;
}
.titleEmpresa1 div{
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}
.titleEmpresa1:before,.titleEmpresa1:after{
	content: '';
	position: absolute;
	width: 260px;
	height: 7px;
	border-radius: 3.5px;
	top: calc(50% - 3.5px);
	left: 0;
	background: #d42767;
}
.titleEmpresa1:after{
	left: auto;
	right: 0;
}
#textEmpresa1 .row{
	margin: 0 -15px;
}
#textEmpresa1 div[class*="col-"]{
	padding: 0 15px;
}
.contentEmpresa1{
	max-width: 299px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.contentEmpresa1 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 36px;
	background: #d42767;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.25px;
	border-radius: 18px;
	margin-top: 29px;
	margin-right: auto;
	margin-left: auto;
}
.contentEmpresa1 a:hover{
	text-decoration: none;
	transform: scale(1.05);
}

#textProducto1{
	background: rgba(51,51,51,0.05);
}
.titleProducto1{
	color: #d42767;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 44px;
	line-height: 36px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 45.5px 0;
}
#textProducto2{
	padding-top: 58px;
	padding-bottom: 68px;
}
#textProducto2 .row{
	margin: 0 -24px;
}
#textProducto2 div[class*="col-"]{
	padding: 0 24px;
	width: 100%;
}
#textProducto2 div[class*="col-"]:last-child{
	margin-top: 12px;
}
.contentProducto2{
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: solid 5px #d42767;
	padding-bottom: 12px;
}
.contentProducto2 .itemProducto2a{
	width: calc(100% - 177px);
	padding-right: 20px;
	color: #474747;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 23px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: left;
}
.contentProducto2 a{
	display: block;
	width: 177px;
}
#textProducto3{
	padding-bottom: 16px;
}
#textProducto3 .row{
	margin: 0 -10.66px;
}
#textProducto3 div[class*="col-"]{
	padding: 0 10.66px;
	margin-bottom: 50px;
}
.contentProducto3{
	max-width: 259px;
	margin-right: auto;
	margin-left: auto;
}
.contentProducto3 a:hover,.contentProducto3 a:focus{
	text-decoration: none;
	opacity: 0.85;
}
.contentProducto3 figure{
	height: 287px;
}
.contentProducto3 figure img{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border: solid 1px #d5d5d5;
	border-bottom: 0;
	height: 100%;
	width: 100%;
}
.tileProducto{
	background: url(../images/productos/title.png) top center no-repeat;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.tituloProducto{
	height: 47px;
	line-height: 47px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	padding: 0 5px;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
}
.vermas{
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-top: solid 1px rgba(255,255,255,0.25);
	background: rgba(0,0,0,0.2);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #ffffff;
	font-style: italic;
}
.vermas img{
	margin-right: 5px;
}

#textDetalleP1{
	background: rgba(51,51,51,0.05);
	padding: 45.5px 0;
}
#textDetalleP1 .container{
	color: #d42767;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
}
#textDetalleProductos{
	padding-top: 60px;
	padding-bottom: 65px;
}
#textDetalleProductos div[class*="col-"]{
	width: 100%;
}
#productosRelacionados{
	padding-bottom: 68px;
}
.titleRecionados1{
	background: #f1c700;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin-bottom: 50px;
}
.titleRecionados1 img{
	margin-right: auto;
	margin-left: auto;
}
.thumbfotos{
	max-width: 404px;
	margin-right: auto;
	margin-left: auto;
}
.imgProductos figure.visor{
	max-width: 404px;
	height: 423px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
}
.imgProductos figure.visor img{
	max-height: 423px;
	border: solid 1px #b0b0b0;
	border-radius: 15px;
	display: none;
}
.imgProductos figure.visor img:first-child{
	display: block;
}
.cont-flexProducto{
	padding-top: 28px;
	padding-left: 18px;
	padding-right: 18px;
}
.thumbLiCar{
	width: 110px;
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.thumbLiCar img{
	border: solid 1px #d3d3d3;
	border-radius: 15px;
}
.flexProducto2{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flexProducto2 .thumbLiCar{
	margin-right: 18px;
}
.flexProducto2 .thumbLiCar:last-child{
	margin-right: 0;
}
.titleDetallesP{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 30px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #231f1f;
	text-align: left;
	border-bottom: solid 1px #dcdcdc;
	padding-bottom: 17px;
	margin-bottom: 9px;
}
.textoDescripcion{
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.25px;
	margin-bottom: 40px;
}
.textoDescripcion2{
	margin-top: 40px;
	margin-bottom: 40px;
}
.textoDescripcion2b{
	margin-bottom: 0px;
}
.textoDescripcion ul{
	list-style-image: url(../images/productos/li.png);
	margin-left: 12px;
}
.textoDescripcion ul li{
	color: #616161;
	font-weight: 700;
	line-height: 30px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -111px;
    margin-top: 0px;
    outline: 0;
    width: 12px;
    height: 23px;
    text-indent: -9999px;
    z-index: 10;
}
.bx-wrapper .bx-prev {
    left: 29px;
    background: url(../images/productos/n1.png) center no-repeat;
}
.bx-wrapper .bx-next {
    right: 29px;
    background: url(../images/productos/n2.png) center no-repeat;
}

.cont-flexProducto .flex-direction-nav a{
	left: -34px;
}
.cont-flexProducto .flex-direction-nav .flex-next {
    left: auto !important;
    margin-left: 0px;
    right: -34px;
}
.cont-flexProducto .flex-direction-nav .flex-prev {
    margin-left: 0px;
}

#historia{
	padding-top: 52px;
	padding-bottom: 27px;
}
.contentHistoria{
	display: flex;
	flex-wrap: wrap;
}
.itemHistoria1a{
	width: calc(50% - 7px);
}
.itemHistoria1b{
	width: calc(50% + 7px);
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.25px;
	text-align: left;
	padding-right: 14px;
}
.titleHistoria1{
	color: #fbfbfb;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 30px;
	font-size: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 10px;
	max-width: 423px;
	height: 71px;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fdd000;
	margin-bottom: 27px;
}

#textEmpresa2{
	background: #d42767;
	padding: 26.5px 0;
}
.titleEmpresa2{
	color: #fbfbfb;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	text-align: center;
}
#textEmpresa3{
	background: url(../images/empresa/fondo2.jpg) center no-repeat;
	background-size: cover;
	padding-top: 102px;
	padding-bottom: 122px;
}
#textEmpresa3 img{
	width: 600px;
	margin-left: auto;
	margin-right: -89px;
	mix-blend-mode: multiply;
}
.ulEmpresa3{
	position: absolute;
	top: 0;
	left: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 44px;
	letter-spacing: 0.25px;
	color: #616161;
	height: 100%;
	display: flex;
	align-items: center;
}
.ulEmpresa3 ul{
	list-style-image: url(../images/empresa/li.png);
	margin-left: 31px;
}

#politica-certificaciones{
	background: url(../images/empresa/fondo3.jpg) center no-repeat;
	background-size: cover;
}
.contentPolitica{
	position: relative;
	height: 782px;
	display: flex;
	align-items: center;
	padding-right: 50%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: left;
}
.contentPolitica .iso{
	position: absolute;
	top: calc(50% - 216px);
	right: 0px;
}
.titlePolitica1{
	font-weight: 800;
	font-size: 24px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #fdf5f5;
	padding-bottom: 12px;
	margin-bottom: 10px;
	position: relative;
}
.titlePolitica1:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 91px;
	height: 4px;
	background: #ffffff;
}
.textoPolitica1{
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #fdf5f5;
	padding-right: 87px;
}
.titlePolitica2{
	background: #ffffff;
	width: calc(100% - 11px);
	text-align: center;
	color: #d6377a;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 36px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	padding: 20px 10px;
	margin-top: 115px;
	position: relative;
	z-index: 1;
}
.titlePolitica2:before{
	content: '';
	position: absolute;
	height: 154px;
	width: 226px;
	background: url(../images/empresa/flecha.png);
	top: calc(50% - 77px);
	right: -85px;
	z-index: -1;
}

.sectionid{
	display: none;
}
.sectionid.open{
	display: block;
}
.eapps-instagram-feed-title-container{
	display: none !important;
}

#bajarSl{
	margin-top: 213px;
	position: relative;
}
.btnCart{
	position: absolute;
	top: 36px;
	right: 126px;
	display: block;
	width: 193px;
	height: 41px;
	border-radius: 20.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	line-height: 19px;
	letter-spacing: 0px;
	font-family: 'Poppins', sans-serif;
	background: #00739a;
}
.btnCart img{
	margin-left: 8px;
	margin-right: 5px;
}
.numCart{
	font-weight: 800;
}
.btnCart:hover,.btnCart:focus{
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	transform: scale(1.03);
}
#textTienda1{
	background: rgba(51, 51, 51, 0.05);
	padding-top: 26px;
	padding-bottom: 18px;
}
.titleTienda1{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	background: #f5d4f3;
	border-radius: 41.5px;
	height: 84px;
	max-width: 402px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #292929;
}
.titleTienda2{
	max-width: 628px;
}
#textTienda2{
	padding-top: 80px;
	padding-bottom: 18px;
}
.cntTienda2{
	max-width: 1045px;
	margin-left: auto;
	margin-right: auto;
}
#textTienda2 .row{
	margin: 0 -30.16px;
}
#textTienda2 div[class*="col-"]{
	margin-bottom: 50px;
	padding: 0 30.16px;
}
.contentProdTienda{
	max-width: 216px;
	margin-left: auto;
	margin-right: auto;
}
.contentProdTienda figure{
	height: 216px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 3px #8c5b7f;
	margin-bottom: 3px;
}
.contentProdTienda a:hover figure img,
.contentProdTienda a:focus figure img{
	filter: grayscale(50%);
}

#textTienda2 div[class*="col-"]:nth-child(4n + 2) figure{
	border: solid 3px #f9d500;
}
#textTienda2 div[class*="col-"]:nth-child(4n + 3) figure{
	border: solid 3px #f6acc0;
}
#textTienda2 div[class*="col-"]:nth-child(4n + 4) figure{
	border: solid 3px #8ed6e1;
}
.titleProdTienda{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 29px;
	line-height: 36px;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	text-align: center;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
 	padding: 0 3px;
 	color: #d42767;
}
.contentProdTienda .btnirtienda{
	width: 134px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/tienda/btn.png) center no-repeat;
	background-size: cover;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	color: #fff;
}
.contentProdTienda a:hover,.contentProdTienda a:focus{
	text-decoration: none;
}

#datFrecuentes{
	background: url(../images/banner/bgfre.png) center no-repeat;
	background-size: cover;
	padding-top: 55px;
	padding-bottom: 60px;
}
.titleFrecuentes1{
	color: #feee07;
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 60px;
}
.contentPregunta{
	margin-bottom: 45px;
}
.contentPregunta:last-child{
	margin-bottom: 0px;
}
.preguntaFrecuente{
	display: flex;
	align-items: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: normal;
	letter-spacing: 0px;
	color: #fff;
	padding-bottom: 14px;
	border-bottom: dashed 1px rgba(255,255,255, 0.25);
	position: relative;
	cursor: pointer;
}
.preguntaFrecuente.nopb{
	margin-bottom: 0px;
}
.cntIcoPreg{
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background: #ff026f;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.cntTextoPreg{
	width: calc(100% - 29px);
	padding-left: 12px;
}
.preguntaFrecuente:before{
	content: '';
	position: absolute;
	width: 17px;
	height: 9px;
	background: url(../images/tienda/flecha.png) center no-repeat;
	background-size: cover;
	top: 14px;
	right: 0;
	transform: rotateZ(-90deg);
	transition: all 0.5s ease-in-out 0s;
}
.respuestPreguntaFrec{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: normal;
	letter-spacing: 0px;
	color: #d1d0d0;
	padding-top: 10px;
	padding-left: 41px;
	display: none;
}
.contentPregunta.open .respuestPreguntaFrec{
	display: block;
}
.contentPregunta.open .preguntaFrecuente:before{
	transform: rotateZ(0deg);
}
.titleTienda1a{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 41.5px;
	padding: 20px 0;
	padding-right: 175px;
	padding-left: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #d42767;
	position: relative;
}
.titleTienda1a a{
	position: absolute;
	top: calc(50% - 30.5px);
	right: -7px;
}
.titleTienda1a a:hover,.titleTienda1a a:focus{
	opacity: 0.9;
	text-decoration: none;
}
.titleRecionados1a{
  background: #00739a;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  margin-bottom: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.25px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
}
.contDetTiendaProd{
	display: flex;
	flex-wrap: wrap;
}
.itemDetTienda1{
	width: 100%;
}
.itemDetTienda2{
	padding-top: 35px;
	padding-left: 0px;
	width: 100%;
}
.contenidoAddCart{
	background: #f2f2f2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 22px;
	padding-top: 35px;
	padding-bottom: 35px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #393939;
	letter-spacing: -0.25px;
	text-align: left;
}
.contenidoAddCart1{
	margin-top: 20px;
}
.contenidoAddCart2{
	margin-top: 9px;
}
.contenidoAddCart strong{
	font-weight: 900;
}
.contenidoAddCart strong.s1{
	font-weight: 700;
	position: relative;
}
.contenidoAddCart strong.s1:before{
	content: '';
	position: absolute;
	background: #fe3f84;
	height: 2px;
	width: 100%;
	top: calc(50% - 1px);
	left: 0;
	z-index: 2;
}
.contenidoAddCart strong.s2{
	color: #ff0772;
}
.item1AddCart1{
	min-width: 165px;
}
.item1AddCart2{
	min-width: 211px;
}
.item1AddCart3{
	margin-right: 24px;
}
.contenidoAddCart a{
	cursor: pointer;
}
.contenidoAddCart a:hover img{
 transform: scale(1.05);
}
.detalleprev{
	font-family: 'Open Sans', sans-serif;
	color: #616161;
	font-weight: 700;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 30px;
	width: 111px;
	border-radius: 10px;
	position: relative;
}
.cantidadProdc{
	position: relative;
	background: #595959;
	border-radius: 10px;
	height: 30px;
	width: 111px;
	display: flex;
	align-items: center;
	justify-content: center; 
}
input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
.number-input {
	display: inline-flex;
}
.number-input,
.number-input * {
	box-sizing: border-box;
}
.number-input button{
	outline:none;
	-webkit-appearance: none;
	background-color: #dcdcdc;
	border: none;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 45px;
	cursor: pointer;
	margin: 0 2px;
	position: relative;
}
.number-input.detalleprev button{
	background-color: transparent;
	color: #252525;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 32px;
}
.number-input.detalleprev button.mix{
	background: url(../images/tienda/min.png) center no-repeat;
}
.number-input.detalleprev button.plus{
	background: url(../images/tienda/plus.png) center no-repeat;
}
.number-input .minus,.number-input .plus{
	-webkit-appearance: none;
	background-color: #00c6ff;
	border: none;
	width: 38px;
	height: 41px;
	cursor: pointer;
	margin: 0px;
	position: relative;
	color: #ffffff;
}
.number-input .minus{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.number-input .plus{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.number-input button:before,
.number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 8px;
	height: 2px;
	background-color: #ffffff;
	transform: translate(-50%, -50%);
}
.number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.number-input.detalleprev button:before,
.number-input.detalleprev button:after {
	width: 0;
	height: 0;
}
.number-input input[type=number] {
	font-family: 'Lato';
	max-width: 49px;
	padding: .5rem;
	background: #dcdcdc;
	font-size: 15px;
	color: #2d2c2c;
	height: 45px;
	font-weight: 400;
	text-align: center;
}
.number-input.detalleprev input[type=number] {
	height: 30px;
	max-width: 45px;
	background: transparent;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	padding: 0;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}
.number-input .qty {
	font-family: 'Open Sans';
	font-weight: 400;
	max-width: 50px;
	padding: .1rem;
	background: #00c6ff;
	font-size: 16px;
	color: #ffffff;
	height: 41px;
	text-align: center;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}

.cntResumenCarrito{
	display: flex;
	flex-wrap: wrap;
	padding-top: 48px;
	padding-bottom: 34px;
}
.itemReumenCarta{
	width: 100%;
	padding-right: 0px;
	padding-bottom: 40px;
}
.itemReumenCartb{
	width: 100%;
}
.text-right{
	text-align: right;
}
.encabezado{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #616161;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	border-bottom: solid 1px #a0a0a0;
}
.table{
	margin-bottom: 0px;
}
.table > thead > tr > th{
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	border-bottom: solid 1px #a0a0a0;
}
.table > thead > tr > th.encabezado{
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	line-height: 19px;
}
.table > tbody > tr{
	border-bottom: solid 1px #a0a0a0;
}
.table > tbody > tr > td{
	vertical-align: middle;
	padding: 28px 8px;
	border-top: 0;
}
.table > tbody > tr > td.delItem{
	padding-left: 0px;
	padding-right: 13px;
	width: 18px;
}
.table > tbody > tr > td.delItem a{
	cursor: pointer;
}
.table > tbody > tr > td.fotoPc{
	width: 65px;
	padding-right: 14px;
}
.nombreP{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1b1b1b;
	text-align: left;
	letter-spacing: 0px;
	line-height: 19px;
	max-width: 330px;
}
.nombreP span{
	font-weight: 400;
	color: #616161;
	font-size: 13px;
	padding-top: 3px;
	display: inline-block;
}
.table > thead > tr > th.titlepC{
	padding-left: 0px;
}
.table > tbody > tr > td.precioP{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0px;
}
.table > tbody > tr > td.precioPT{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 22px;
	line-height: 19px;
	letter-spacing: 0px;
}
.itemReumenCartb .border{
	position: relative;
}
.itemReumenCartb .border:before{
	content: '';
	position: absolute;
	width: calc(100% - 30px);
	height: 2px;
	left: 15px;
	bottom: 0;
	background: url(../images/tienda/borde.png);
}
.title1{
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #9f9f9f;
}
.title2{
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ff4d4d;
}
.title1.nota{
	font-size: 11px;
	color: #9d9d9d;
	letter-spacing: 0px;
	text-align: justify;
	line-height: 19px;
	margin-top: 5px;
}
.btn-seguir, .btn-continuar{
	width: 100%;
	color: #ffffff;
	height: 45px;
	border:0;
	border-radius: 0;
	line-height: 33px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
}
.btn-seguir:hover, .btn-continuar:hover,.btn-seguir:focus, .btn-continuar:focus{
	color: #ffffff;
	opacity: 0.85;
}
.btn-seguir{
	background: #626262 !important;
	margin-bottom: 7px;
	margin-top: 15px;
}
.btn-continuar{
	background: #ff026f !important;
}
.cantidadForm{
	background: #00b2e8;
	color: #fff;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	width: 48px;
	height: 47px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

#formResumen .form-group {
 margin-bottom: 10px;
}
#formResumen .row-resumen{margin: 0 -5px}
#formResumen .titDesc2{line-height: 24px; padding-left: 5px}
#formResumen .row-resumen [class*="col-"]{padding-left: 5px; padding-right: 5px;}
#formResumen label {
	padding-left: 50px;
	color: #e56c13;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 18px;
}
#formResumen abbr{border-bottom: none;}
#formResumen textarea{height: 114px; line-height: 18px;}
#formResumen .form-control,
#formResumen .form-control{ 
	height:52px; 
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	-webkit-border-radius:0;
	box-shadow: none;
	color: #a6a5a5;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	border: solid 1px #d4d4d4;
	font-size: 12px;
	padding-left: 12px;
}
#formResumen textarea.form-control{height:120px; padding-top:18px}
#formResumen div.required .control-label:before {
content: '* ';
color: #F00;
font-weight: bold;
}
#formResumen .form-horizontal label.control-label{display:block; text-align:left}
#formResumen .form-horizontal .form-group{margin:0 0 10px}
#formResumen .has-feedback label ~ .form-control-feedback {top: 27px !important; right:0 !important;}
#formResumen .form-control-feedback{display:none;}
#formResumen .error .form-control-feedback{display:block; line-height:52px;color: #db1a1a;}
#btnSubmitResumen{display: none !important}

#formResumen .form-group select {
    cursor: pointer;
    background-color:     transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/caret.png?v2");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #FFF;
}
.contenedorTitleRes{
	background: #00c6ff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 25px;
	padding: 25px 10px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 29px;
}
#textFormulario1{
	padding-top: 52px;
}
.contenedorTitleRes2{
	margin-top: 35px;
}
#textFormulario1 .cntResumenCarrito{
	padding-top: 0px;
	padding-bottom: 50px;
}

.titleTienda3{
	color: #535353;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 23.5px 0;
}
.titleTienda3 strong{
	color: #ff026f;
}
#textMetPagos1{
	padding-top: 48px;
}
.titleMetpagos1ab{
	background: #00c6ff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 25px;
	padding: 25px 10px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#pagos1{
	margin-bottom: 45px;
	margin-top: 35px;
}
.contentPagos1{
	background: #e9e9e9;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #161616;
	font-size: 20.19px;
	line-height: 25px;
	letter-spacing: 0px;
	padding: 17.5px 0;
	position: relative;
}
.contentPagos1 span{
	font-weight:300;
}
.contentPagos1:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	background: rgba(170, 170, 170, 0.25);
	width: 1px;
	height: 100%;
}
.textPagos1{
	border: solid 1px #eaeaea;
	padding: 37px 15px;
}
.textPagos1 span{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 15.5px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: center;
}
.cntPagos2{
	display: flex;
	flex-wrap: wrap;
}
.itemPagos2a{
	padding-right: 0px;
	width: 100%;
}
.itemPagos2b{
	width: 100%;
	margin-top: 20px;
}
.contenedorPagos2{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4px;
}
.contenedorPagos2:last-child{
	margin-bottom: 0px;
}
.iconoPagos{
	height: 44px;
	width: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #484848;
	margin-right: 1px;
}
.titlePagos2{
	background: #484848;
	height: 44px;
	width: 154px;
	padding-left: 12px;
	margin-right: 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 16.82px;
	line-height: 44px;
	letter-spacing: 0.25px;
	text-align: left;
}
.textPagos2{
	width: calc(100% - 195px);
	background: #e6e6e6;
	height: 44px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #8a8a8a;
	font-size: 15.7px;
	line-height: 25px;
	letter-spacing: 0px;
	padding-left: 19px;
	display: flex;
	align-items: center;
}
.contenedorPrecioP{
	background: #ff131f;
	height: 140px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.titlePreciop{
	width: 222px;
	height: 100%;
	margin-right: 0px;
	padding: 8px 10px;
	text-align: center;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 19px;
	letter-spacing: 0px;
}
.titlePreciop div{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: dashed 1px #fff;
}
.title-total{
	width: calc(100% - 222px);
	background: rgba(0,0,0,0.25);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Lato', sans-serif;
	font-size: 27px;
	line-height: 16px;
	letter-spacing: 0.25px;
	color: #ffffff;
}
.title-total span.span1{
	font-size: 53px;
}
.cntpagos3a{
	margin-top: 52px;
}
.cntpagos4a{
	margin-top: 53px;
	margin-bottom: 50px;
}
.contentPagos3{
	background: #f6f6f6;
	border: solid 1px #dcdcdc;
	margin-top: 0px;
	padding: 30px 24px 26px 24px; 
}
#formFactura .row{
	margin: 0 -7px;
}
#formFactura div[class*="col-"]{
	padding: 0 7px;
}
#formFactura .form-group{
	margin-bottom: 14px
}
#formFactura .form-control{
	display: block;
	height: 54px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Lato", serif;
	font-size: 13.5px;
	color: #707070;
	border: 1px solid #d2d2d2;
	box-shadow: inset 0 1px 1px transparent;
}

#formFactura .error input{
	border:solid 1px #000; 
	background:rgba(255,216,217,1.00); 
	color:#000
}

#formFactura input[type=submit]:hover,
#formFactura input[type=reset]:hover{opacity:.8}
#formFactura .error input,

#formFactura input::-webkit-input-placeholder {color:#a6a6a6; opacity:  1;}
#formFactura input:-moz-placeholder {color:#a6a6a6; opacity:  1;}
#formFactura input::-moz-placeholder {color:#a6a6a6; opacity:  1;}
#formFactura input:-ms-input-placeholder {color:#a6a6a6; opacity:  1;}

#formFactura input:focus::-webkit-input-placeholder {opacity:0.5}
#formFactura input:focus:-moz-placeholder{opacity:0.5}
#formFactura input:focus::-moz-placeholder{opacity:0.5}
#formFactura input:focus:-ms-input-placeholder{opacity:0.5}
#formFactura .has-error .form-control-feedback{line-height:36px; height:100%; }
#formFactura .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.titlePagosMForm{
	text-align: center;
	color: #5a5a5a;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 26px;
	line-height: 31px;
	position: relative;
	letter-spacing: 0px;
}
.titlePagosMForm label{
	font-weight: 900;
	position: relative;
	cursor: pointer;
}
.titlePagosMForm input[type="checkbox"]{
	opacity: 0;
}
.titlePagosMForm input[type="checkbox"] + i:after{
  content: "";
  position: absolute;
  top: 11px;
  left: -10px;
  width: 16px;
  height: 16px;
  background: url(../images/metodos/cuadro.png); 
}
.titlePagosMForm input[type="checkbox"]:checked + i:before{
  content: "";
  position: absolute;
  top: 5px;
  left: -8px;
  width: 19px;
  height: 18px;
  background: url(../images/metodos/check.png); 
  z-index: 2;
}
.titleMasForm{
	text-align: center;
	color: #5d5d5d;
	font-weight: 400;
	font-size: 16px;
	line-height: 31px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 25px;
	text-align: center;
}

#textPagos2{
	margin-top: 45px;
}
#textPagos2 .row{
	margin: 0 -8.5px;
}
#textPagos2 div[class*="col-"]{
	width: 50%;
	padding: 0 8.5px;
	margin-bottom: 45px;
}
#textPagos2 div[class*="col-"]:last-child{
	margin-left: 25%;
}
.bgMetodo{
	max-width: 298px;
	height: 243px;
	position: relative;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
}
.metodo1{
	background: url(../images/metodos/metodo1.png?v1.5) center no-repeat;
	background-size: cover;
}
.metodo2{
	background: url(../images/metodos/metodo2.png?v1.5) center no-repeat;
	background-size: cover;
}
.metodo3{
	background: url(../images/metodos/metodo3.png?v1.5) center no-repeat;
	background-size: cover;
}
.bgMetodo a{
	position: absolute;
	background: #ffffff;
	width: 189px;
	height: 46px;
	bottom: 32px;
	left: calc(50% - 94.5px);
	color: #585858;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20.6px;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bgMetodo a:hover,.bgMetodo a:focus{
	opacity: 0.9;
}
.titleMetodos1{
	background: #383838;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.25px;
	color: #ffffff;
	text-align: center;
	padding: 23px 10px;
	margin-top: 43px;
}
#textResumenMet1{
	background: rgba(51, 51, 51, 0.05);
}
.cntResumenMet1{
	position: relative;
	height: 127px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.cntResumenMet1 .tit{
	margin-right: auto;
	margin-left: auto;
}
.cntResumenMet1 a{
	display: block;
	width: 123px;
	height: 45px;
	position: absolute;
	top: calc(50% - 22.5px);
	right: 0;
}
.textMetodoRes1{
	position: relative;
	background: #454545;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	line-height: 23px;
	color: #ffffff;
	letter-spacing: 0.25px;
	padding-left: 0px;
	padding-right: 311px;
	text-align: center;
	margin-top: 51px;
	margin-bottom: 51px;
}
.fechaMetRes{
	position: absolute;
	background: #5b5b5b;
	top: 0;
	right: 0;
	height: 72px;
	width: 311px;
	border-left: solid 2px #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 19.4px;
	line-height: 25px;
	letter-spacing: 0px;
}
.bgOxxo{
	background: url(../images/print/bgoxxo.png?v2) center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 312px;
	padding-left: 0px;
	margin-bottom: 55px;
	position: relative;
}
.bgOxxo .med{
	margin-left: 30px;
	margin-right: 30px;
}
.textoBgOxxo{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
}
.textoBgOxxo strong{
	font-weight: 800;
}
.titleResumenMet3{}
#textResumenMet2 .cntResumenCarrito {
    padding-top: 40px;
    padding-bottom: 52px;
}
.bgResumenMet4{
	background: #454545;
	margin-bottom: 69px;
	padding: 35.5px 10px;
}
.bgResumenMet4 .tit1{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
	color: #ffffff;
}
.bgResumenMet4 .tit2{
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.25px;
	text-align: center;
	color: #ffffff;
	padding-top: 6px;
}
.bgResumenMet4 .tit2 a{
	color: #fff;
}
.bgResumenMet4 .tit2 a:hover,.bgResumenMet4 .tit2 a:focus{
	text-decoration: none;
}
.bgResumenMet4 .tit2 a.whtDet{
	color: #0ade5f;
}
#textResumenMet5{
	background: #72b9bb;
	margin-bottom: 3px;
	margin-top: 55px;
}
.titResumenMet5{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 36px;
	padding: 58.5px 0;
	line-height: 30px;
	letter-spacing: 0.25px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.tituloMetodoB{
	position: absolute;
	bottom: 29px;
	left: 0;
	background: rgba(255,255,255,0.85);
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #c3001c;
	line-height: 44px;
	letter-spacing: 0.25px;
	padding: 0 45px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.tituloMetodoBa{
	color: #275199;
}

#formFactura .cntFacturaTogle{
	display: none;
	transition: all 0.5s ease-in-out 0s;
}
#formFactura.open .cntFacturaTogle{
	display: block;
	transition: all 0.5s ease-in-out 0s;
}
#formFactura.open .titlePagosMForm{
	border-bottom: solid 1px #5a5a5a;
	padding-bottom: 30px;
	margin-bottom: 25px;
	transition: all 0.5s ease-in-out 0s;
}

#pagoRealizado {
  height: 145px;
  background: url(../images/pagos/bgPagoOk.jpg) center;
  margin-bottom: 32px;
  margin-top: 32px;
}
#pagoRealizado .col-6 {
  width: 50%;
  float: left;
  text-align: center;
}
#pagoRealizado .col-6 > div {
  display: inline-block;
  padding: 0 15px;
}
#pagoRealizado .col-6 > div figure {
  display: table-cell;
  height: 145px;
  vertical-align: middle;
}
#pagoRealizado.error {
  height: 145px;
  background: #e53132;
  margin-bottom: 32px;
}
#pagoRealizado.error figure {
  font-size: 26px;
  color: #FFF;
  font-family: "Open Sans", serif;
  font-weight: 400;
}

#div-paqueteria{
    display: none;
}
#resPaq{
    text-align: center;
    padding-bottom: 25px;    
}
#cargaPaq{
    position: relative;
    padding: 60px 0 10px;
    color: #2e83b4;
}
#cargaPaq:before{
    display: block;
    content: "";
    position: absolute;
    top: -3px;
    width: 48px;
    height: 48px;
    left: 50%;
    margin-left: -24px;
    z-index: 1;
    background: url(../images/loading.png);
}
#resPaq .item{
    display: inline-block;
    max-width: 250px;
    text-align: center;
    border: solid 1px #d7d7d7;
    min-height: 50px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding: 5px;
    margin: 0 15px 15px;
    line-height: 22px;
}
#resPaq .item article{
    width: 150px;
}
#resPaq .item strong{
    display: block;
    color: #2e83b4;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 6px;
}
#resPaq .item span{
    display: block;
    color: #2e83b4;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
#resPaq .item span.newspan1,#resPaq .item strong.newspan1{
	font-size: 14px;
}
#resPaq .item span.newspan2{
	font-size: 14px;
}
#resPaq .item strong.newspan2{
	font-size: 12px;
}
#resPaq .item figure{
    height: 60px;
    margin-bottom: 10px;
}
.logo-cotizar{
    background: url(../images/logoadmin.png) center center no-repeat;
    background-size: contain;
}
.cotizarmsjForm{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.logo-FEDEX{
    background: url(../images/paqueterias/fedex.png) center center no-repeat;
    background-size: contain;
}
.logo-REDPACK{
    background: url(../images/paqueterias/redpack.png) center center no-repeat;
    background-size: contain;
}
.logo-ESTAFETA{
    background: url(../images/paqueterias/estafeta.png) center center no-repeat;
    background-size: contain;
}
.logo-DHL{
    background: url(../images/paqueterias/dhl.png) center center no-repeat;
    background-size: contain;
}
.logo-99MINUTOS{
    background: url(../images/paqueterias/99minutos.png) center center no-repeat;
    background-size: contain;
}
.logo-AMPM{
    background: url(../images/paqueterias/ampm.png) center center no-repeat;
    background-size: contain;
}
.logo-PAQUETEEXPRESS{
	background: url(../images/paqueterias/paqueteexpress.png) center center no-repeat;
    background-size: contain;
}
.logo-JTEXPRESS{
	background: url(../images/paqueterias/jtexpress.png) center center no-repeat;
    background-size: contain;
}
.logo-SENDEX{
	background: url(../images/paqueterias/sendex.png) center center no-repeat;
    background-size: contain;
}
.logo-FLECHA_AMARILLA{
	background: url(../images/paqueterias/flecha_amarilla.png) center center no-repeat;
    background-size: contain;
}
#resPaq .item:hover,
#resPaq .item.seleccionado{
    background: #e7fcff;
    cursor: pointer;       
    border-color: #0be6ff;
}
#resPaq .item:hover span,
#resPaq .item.seleccionado span{
    color: #000 !important; 
}