/*
Theme Name: CarnavalV2
Theme URI: http://www.kunturweb.com
Description: Theme CarnavalV2 de kunturweb.com
Author: kunturweb.com
Author URI: http://www.kunturweb.com
Version: 1.0
*/
*{margin:0px;padding:0px;font-family: 'Open Sans', sans-serif;}
textarea:focus,input:focus,select:focus {outline: none;}
p, ul li{
	font-family: 'Open Sans', serif;
	color: #272c29;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	padding: 0;
	margin: 0;
}
body{
	background: #fff;
    position: relative;
    font-family: 'Open Sans', serif;
}
h1{
    color: #133D3C;
    font-family: "Poppins", sans-serif;
}
h2{
	text-transform: none;
	font-size: 35px;
	color: #133D3C;
	text-align: center;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
}
h3{
	font-size: 16px;
	color: #133D3C;
	text-align: center;
	position: relative;
	padding: 0;
	z-index: 1000;
	width: auto;
	margin: 0;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
}
h4{
	text-transform: uppercase;
	font-size: 16px;
	color: #133D3C;
	text-align: center;
	position: relative;
	padding: 0;
	z-index: 1000;
	width: auto;
	margin: 0;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
}
a{
    font-family: 'Open Sans', serif;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
a:hover{
	color: #f1920b;
    text-decoration: none;
}
.wrap{
    width: 1400px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    height: auto;
    position: relative;
}
/*
************************************************************************
    Estilos header top
************************************************************************
*/
.headertop{
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #133D3C;
}
.headertop p{
    width: auto;
    float: left;
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.headertop p i{
    margin: 0 5px 0 0;
}
.toplinks{
    width: auto;
    float: right;
    position: relative;
}
.redestop{
    float: left;
    position: relative;
    width: auto;
    height: auto;
    border-right: solid 1px rgba(255,255,255,0.4);
    padding-right: 10px;
    margin-right: 10px;
}
.redestop a{
    float: left;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 0 3px;
    text-align: center;
}
.redestop a i{
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.redestop a:hover i{
    color: #e8aa23;
}
.cartflee, .sectopopc{
    width: auto;
    height: auto;
    float: left;
    position: relative;
}
.cartflee img, .sectopopc img{
    height: 20px;
    width: auto;
    margin: 5px 8px;
}
#items-minicarro{
    position: absolute;
    top: 0;
    left: 20px;
    background: red;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 10px;
}
.traductor{
    float: left;
    position: relative;
    margin: 3px 0 0 15px;
    padding-left: 15px;
    border-left: solid 1px rgba(255,255,255,0.4);
}
.VIpgJd-ZVi9od-ORHb-OEVmcd{
    top: -100px !important;
}
a.gflag{
    padding: 0 !important;
    font-size: 14px !important;
}
/*
************************************************************************
    Estilos header
************************************************************************
*/
.header{
	width: 100%;
    height: auto;
	position: relative;
	padding: 15px 20px;
    box-sizing: border-box;
	z-index: 3;
    background: #fff;
    float: left;
}
.logocarn{
    float: left;
    position: relative;
    width: auto;
    height: auto;
    box-sizing: border-box;
    z-index: 2;
}
.logocarn img{
    height: 90px;
    width: auto;
}
#menu{
    width: auto;
    height: 50px;
    float: none;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    margin: 24px 0 0 0;
}
#menu li{
    display: inline-block;
    list-style: none;
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: auto;
    position: relative;
}
#menu li a{
    height: 40px;
    padding: 0 12px;
    line-height: 40px;
    font-size: 15px;
    color: #133D3C;
    font-weight: bold;
    display: inline-block;
    text-transform: none;
    text-decoration: none;
    position: relative;
}
#menu li:last-child a{
    padding: 0 0 0 15px;
}
#menu li a:after{
    position: absolute;
    content: "";
    bottom: 0px;
    left: 15px;
    width: 0;
    height: 2px;
    background: #e8aa23;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
#menu ul li.current-menu-item > a:hover:not(.current-menu-item){
    color: #133D3C; 
}
#menu ul li a:hover:not(.current-menu-item){		
	color: #133D3C;
}
#menu ul li a:hover, 
#menu ul li.current-menu-item > a, 
#menu ul li.current_page_item > a {	
	color: #133D3C;
}
#menu ul li.current-menu-item > a:after{
    width: calc(100% - 30px);
    background: #f0cc06;
}
#menu ul li a:hover:not(.current-menu-item):after{
    width: calc(100% - 30px);
}
#menu li ul{
    width: 230px;
    height: auto;
    background: #fff;
    position: absolute;
    top: 46px;
    left: 0;
    transform: scaleY(0);
    padding: 20px 30px;
    box-sizing: border-box;
    transform-origin: top;
    opacity: 0;
    border-radius: 3px;
    border: solid 1px rgba(0,0,0,0.1);
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
#menu ul li:hover ul{
    opacity: 1;
    transform: scaleX(1);
}
#menu ul li ul li{
    width: 100%;
    margin: 4px 0 !important;
    float: left;
    text-align: left;
    height: auto;
    line-height: normal;
}
#menu ul li ul li a{
    width: auto;
    display: inline-block;
    color: #54585c !important;
    box-sizing: border-box;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    padding: 8px 0 !important;
    margin: 0;
    font-weight: bold;
    text-align: left;
}
#menu ul li ul li a:after{
    display: none;
}
#menu ul li ul li a:hover{
    color: #f0cc06 !important;
}
.menutopsec{
    width: auto;
    position: relative;
    float: right;
    z-index: 1;
}
.botongeneral{
    width: auto;
    height: auto;
    position: relative;
    background: #F4B72A;
    color: #133D3C;
    border-radius: 10px;
    margin: 18px 0 0 0;
    font-weight: 700;
    float: left;
    overflow: hidden;
}
.botongeneral span{
    position: relative;
    z-index: 3;
    padding: 14px 30px;
    color: #133D3C;
    font-size: 14px;
    display: inline-block;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.botongeneral span big{
    font-size: 14px;
}
.botongeneral:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    background: #133D3C;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.botongeneral:hover:after{
    opacity: 1;
    transform: scaleX(1);
}
.botongeneral:hover span{
    color: #fff;
}
.buscarflee{
    width: auto;
    height: 45px;
    margin: 0;
    float: left;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 140px;
}
.buscarflee input[type=text]{
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 30px;
    background: none;
    float: right;
    border: none;
    padding: 0 20px;
    padding-left: 30px;
    font-weight: 700;
    font-size: 13px;
    opacity: 0;
    background: #fff;
    color: rgba(0,0,0,0.8);
    border: solid 1px rgba(0,0,0,0.3);
    box-sizing: border-box;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.buscarflee input[type=text]::placeholder{
    color: rgba(0,0,0,0.8);
}
.buscarflee button{
    position: absolute;
    height: 45px;
    width: 45px;
    top: 0;
    right: 0;
    z-index: 3;
    background: none;
    border: none;
    cursor: pointer;
    border: solid 1px rgba(0,0,0,0.3);
    border-radius: 100%;
}
.buscarflee button i{
    color: #133D3C;
    font-size: 18px;
    line-height: 45px;
    background: none;
    text-align: center;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.buscarflee button:hover i{
    color: #8f7e45;
}
.buscarflee:hover input[type=text]{
    width: 350px;
    padding-left: 20px;
    opacity: 1;
}
.buscarflee button:hover{
    background: #e8aa23;
}
.buscarflee button:hover i{
    color: #324f3e;
}
/*
************************************************************************
    Estilos cuerpo
************************************************************************
*/
.cuerpo{
	width: 100%;
	float: left;
	margin: 0;
	min-height: 100px;	
	padding: 50px 20px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
    overflow: hidden;
}
/*
************************************************************************
    Estilos slider
************************************************************************
*/
.slider{
    position: relative;
    width: 100%;
    float: left;
    height: auto;
    background: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
}
.swiper-container{
	width: 100%;
	float: left !important;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1 !important;
    height: auto;
    border-radius: 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.swiper-slide{
	width: 100%;
    height: 600px;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
    overflow: hidden;
    background: #233e2e;
}
.swip-foto{
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0;
	z-index: 1;
    opacity: 0.8;
    animation: grandechico 35s infinite;
}
@keyframes grandechico{
    0%{transform: scale(1,1);}
    50%{transform: scale(1.3,1.3);}
    100%{transform: scale(1,1);}
}
.sombraslider{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 3;
    background: linear-gradient(rgba(35,62,46,0), rgba(35,62,46,0.8));
    -o-background: linear-gradient(rgba(35,62,46,0), rgba(35,62,46,0.8));
    -webkit-background: linear-gradient(rgba(35,62,46,0), rgba(35,62,46,0.8));
    -moz-background: linear-gradient(rgba(35,62,46,0), rgba(35,62,46,0.8));
}
.texto-slider{
    width: 950px;
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    text-align: left;
    padding: 60px 90px;
    box-sizing: border-box;
}
.texto-slider .titialto{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 5px;
    text-align: left;
    padding-left: 50px;
    margin: 0 0 10px 0;
}
.texto-slider .titialto:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #e8aa23;
}
.texto-slider h1{
    text-align: left;
    font-size: 45px;
    line-height: 49px;
    text-transform: none;
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
}
.texto-slider p{
    width: 100%;
    float: left;
    position: relative;
    color: #fff;
    text-align: left;
    font-size: 18px;
    line-height: 29px;
    text-transform: none;
    font-weight: 600;
}
.texto-slider .botongeneral:hover:after{
    background: #fff;
}
.texto-slider .botongeneral:hover span{
    color: #133D3C;
}
/*
************************************************************************
    Estilos cuerpo nosotros home
************************************************************************
*/
.cuerponos{
    min-height: 550px;
    padding: 70px 20px;
}
.fotosnos{
    width: 50%;
    height: auto;
    position: relative;
    float: left;
}
.fotosnos img{
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 20px;
    float: left;
}
.foto2nos{
    float: left;
    top: -80px;
}
.textonos{
    width: 50%;
    float: right;
    position: relative;
    padding: 0 0 0 90px;
    box-sizing: border-box;
    margin-top: 60px;
}
.titulogeneral{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 40px 0;
    float: left;
}
.titulogeneral span{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding-left: 50px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: #324f3e;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.titulogeneral span:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #e8aa23;
}
.titulogeneral h2, .titulogenarchive h1{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 44px;
}
.titulogenarchive h1{
    text-transform: uppercase;
}
.textonos ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0 10px 0;
}
.textonos ul li{
    list-style: none;
    text-align: left;
    margin: 10px 0;
    background: #ebf4f4;
    border-radius: 10px;
    padding: 15px 15px 15px 140px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.textonos ul li span{
    font-weight: 700;
}
.fotolistanos{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 110px;
    height: calc(100% - 20px);
    border-radius: 10px;
}
.textonos .btngen2{
    margin-left: 8px;
}
.textonos .botongeneral i{
    margin: 0 7px 0 0;
}
/*
************************************************************************
    Estilos cuerpo reportajes
************************************************************************
*/
.cuerpo-noticias{
    z-index: 3;
    padding: 0 20px;
}
.wrapnoti{
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #133D3C;
    border-radius: 20px;
    padding: 80px 110px;
    box-sizing: border-box;
}
.titulogeneralcentro span{
    text-align: center;
    float: none;
    display: inline-block;
    width: auto;
    color: #F4B72A;
    padding: 0 50px;
    box-sizing: border-box;
} 
.titulogeneralcentro span:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 1px;
    background: #F4B72A;
}
.titulogeneralcentro h2{
    text-align: center;
    color: #fff;
}
.reporta{
    width: calc(33.3% - 40px);
    height: 370px;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin: 20px;
    display: inline-block;
    background: #133D3C;
}
.fotoreporta{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform-origin: center;
    transition: all .85s ease-in-out;
	-moz-transition: all .85s ease-in-out;
	-webkit-transition: all .85s ease-in-out;
	-o-transition: all .85s ease-in-out;
}
.fotoreporta:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(19,61,60,0),rgba(19,61,60,0.7));
    -o-background: linear-gradient(rgba(19,61,60,0),rgba(19,61,60,0.7));
    -webkit-background: linear-gradient(rgba(19,61,60,0),rgba(19,61,60,0.7));
    -moz-background: linear-gradient(rgba(19,61,60,0),rgba(19,61,60,0.7));
}
.textoreporta{
    position: absolute;
    z-index: 5;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 40px 30px 60px 30px;
    box-sizing: border-box;
    transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
.textoreporta h3{
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    box-sizing: border-box;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.textoreporta h3:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    height: 1px;
    background: rgba(255,255,255,0.85);
    transform: translateX(-50%);
}
.textoreporta h3:hover{
    color: #F4B72A;
}
.textoreporta p{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 13px;
    line-height: normal;
    color: #fff;
    text-transform: none;
    margin: 0;
    padding: 0;
}
.textoreporta p span:hover{
    color: #F4B72A;
    text-decoration: underline;
}
.reporta:hover .fotoreporta{
    transform: scale(1.1);
    opacity: 0.4;
}
.reporta:hover .textoreporta{
    padding: 40px 30px 80px 30px;
}
.opctextoreporta{
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: auto;
    z-index: 4;
}
.opctextoreporta li{
    list-style: none;
    float: left;
    position: relative;
    margin: 5px;
    padding: 0 10px 0 0;
    text-align: left;
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    line-height: normal;
    border-right: solid 1px rgba(255,255,255,0.4);
}
.opctextoreporta li:last-child{
    border: none;
}
.opctextoreporta li i{
    margin: 0 10px 0 0;
}
.btn2{
    float: none;
    display: inline-block;
}
.btn2:after{
    background: #fff;
}
.btn2:hover span{
    color: #133D3C;
}
/*
************************************************************************
    Estilos cuerpo tienda
************************************************************************
*/
.cuerpotienda{
    padding: 70px 20px;
}
.titulogeneralcentrodos h2{
    color: #133D3C;
}
.contenderodeswiperprod{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.swipercontainderdos{
    background: transparent;
    height: auto;
    box-shadow: none;
    width: 100%;
	float: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1 !important;
    display: inline-block;
    overflow: visible;
}
.swipercontainderdos .swiper-slide:after{
    display: none;
}
.swipercontainderdos .swiper-slide{
    height: auto !important;
    position: relative !important;
    background: #fff !important;
}
.secproduto, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    border: solid 1px rgba(0,0,0,0.2);
    padding: 0;
    box-sizing: border-box;
}
.fotoproductosec{
    width: 100%;
    height: 260px;
    float: left;
    position: relative;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    background: #fff;
}
.textoproducto{
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 30px;
    position: relative;
    box-sizing: border-box;
}
.ofertaetiqueta{
    position: absolute;
    background: red;
    color: #fff;
    width: 150px;
    height: auto;
    padding: 7px 15px;
    box-sizing: border-box;
    z-index: 10;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    border-radius:0;
    transform: rotate(35deg);
    letter-spacing: 1px;
    float: left;
    margin: 0;
    top: 10px;
    right: -40px;
}
.textoproducto h3{
    text-align: center;
    text-transform: none;
    margin: 0 0 15px 0;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    box-sizing: border-box;
}
.textoproducto h3 a, .woocommerce-loop-product__title{
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
    text-transform: none;
    color: #133D3C;
}
.woocommerce-loop-product__title{
    padding: 0 !important;
    box-sizing: border-box;
    width: calc(100% - 60px) !important;
    height: auto !important;
    color: #133D3C !important;
    font-size: 15px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    margin: 0 30px 15px 30px !important;
    padding: 0 0 10px 0 !important;
    box-sizing: border-box !important;
    border-bottom: solid 1px rgba(0,0,0,0.2) !important;
}
.textoproducto h3 a:hover, .woocommerce-loop-product__title:hover{
    color: #f2a121 !important;
    text-decoration: none !important;
}
.tituloproductooferta, .tituloproductooferta:hover{
    color: #11111f !important;
    text-align: center;
}
.textoproducto p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
}
.precioproducto{
    position: relative;
    height: auto;
    z-index: 4;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}
.compraprductosec{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0 0 0;
    text-align: center;
}
.compraprductosec .botongeneral{
    display: inline-block;
    float: none;
    background: #F4B72A;
    color: #133D3C;
    width: 100%;
}
.compraprductosec .botongeneral:hover{
    background: #F4B72A !important;
}
.precioreg{
    width: 100%;
    padding: 0;
    color: #F4B72A;
    font-weight: bold;
    font-size: 25px;
    position: relative;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}
.precioreg small{
    font-size: 11px;
    font-weight: normal;
}
.precioant{
    font-size: 13px;
    text-decoration: line-through;
    opacity: 0.7;
    line-height: normal;
    font-weight: 400;
    text-align: center;
    color: #426463;
}
.precioant small{
    font-size: 12px;
}
.swiper-button-nextnuevos, .swiper-button-prevnuevos{
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 100%;
    border: solid 1px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 10;
}
.swiper-button-nextnuevos{
    left: auto;
    right: 0;
}
.swiper-button-nextnuevos i, .swiper-button-prevnuevos i{
    line-height: 25px;
    font-size: 17px;
    text-align: center;
    color: #111313;
}
.swiper-button-nextnuevos:hover i, .swiper-button-prevnuevos:hover i{
    color: #F4B72A;
}
/*
************************************************************************
    Estilos cuerpo multimedia
************************************************************************
*/
.contenidogaleria{
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.galeriasec{
    width: 25%;
    height: 550px;
    float: none;
    display: table-cell;
    margin: 0;
    position: relative;  
    background: #133D3C;
    transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}
.fotogaleria{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 1;
}
.textogaleria{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px 40px 30px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    z-index: 3;
    transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}
.textogaleria p{
    text-align: left;
    width: 100%;
    height: auto;
    position: relative;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.textogaleria h3{
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    width: 100%;
    height: auto;
    color: #fff;
}
.textogaleria h3 a{
    font-size: 22px;
    line-height: 26px;
    color: #fff;
}
.textogaleria ul{
    width: 100%;
    height: auto;
    position: relative;
    margin: 5px 0 0 0;
}
.textogaleria ul li{
    list-style: none;
    float: left;
    width: auto;
    height: auto;
    margin: 5px 10px 5px 0;
    font-size: 12px;
    color: rgba(255,255,255,0.9);
}
.textogaleria ul li i{
    font-size: 11px;
    margin: 0 5px 0 0;
    color: rgba(255,255,255,0.7);
}
.galeriasec:hover .fotogaleria{
    opacity: 0.5;
}
.contenidogaleria:hover .galeriasec{
    width: 16.6%;
}
.contenidogaleria:hover .textogaleria{
    opacity: 0;
}
.galeriasec:hover{
    width: 50% !important;
}
.galeriasec:hover .textogaleria{
    opacity: 1 !important;
}
/*
************************************************************************
    Estilos footer
************************************************************************
*/
footer{
    width: 100%;
    height: auto;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    background: #fff;
}
footer .wrap{
    background: #133D3C;
    border-radius: 20px;
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    padding: 70px 140px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.subs{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 500px 0 0;
    box-sizing: border-box;
}
.subs h3{
    text-align: left;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    width: 100%;
    height: auto;
    position: relative;
    font-weight: 800;
}
.subs form{
    position: absolute;
    top: 50%;
    right: 0;
    width: 470px;
    max-width: 100%;
    height: auto;
    transform: translateY(-50%);
}
.subs label{
    display: none !important;
}
.subs input[type=email]{
    width: 100%;
    height: 60px;
    border-radius: 60px;
    background: #FFFFFF1A;
    float: left;
    position: relative;
    color: #fff;
    padding: 0 70px 0 20px;
    box-sizing: border-box;
}
.subs input[type=submit]{
    width: auto;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 60px;
    background: #F4B72A;
    padding: 0 25px;
    box-sizing: border-box;
    font-weight: 600;
}
.seccionfoos{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    border-top: solid 1px rgba(255,255,255,0.2);
    padding-top: 20px;
    margin-top: 20px;
}
.secfoo{
    width: 25%;
    height: auto;
    float: left;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}
.secfoouno{
    padding-left: 0;
}
.logofoo{
    height: 70px;
    width: auto;
    float: left;
    position: relative;
}
.secfoo p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    color: #fff;
    text-align: left;
    margin: 15px 0;
    font-size: 13px;
    line-height: 18px;
}
.redesfoo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0 0 0;
}
.redesfoo a{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: solid 1px rgba(255,255,255,0.9);
    float: left;
    position: relative;
    margin: 5px 8px 5px 0;
    box-sizing: border-box;
}
.redesfoo a i{
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}
.redesfoo a:hover{
    border-color: #F4B72A;
}
.redesfoo a:hover i{
    color: #F4B72A;
}
.secfoo h4{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    text-transform: none;
    font-weight: 600;
}
.secfoo ul{
    width: 100%;
    height: auto;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}
.secfoo ul li{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 2px 0;
    text-align: left;
    padding: 0;
    color: #fff;
}
.secfoo ul li a{
    text-align: left;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.secfoo ul li a:hover{
    color: #F4B72A;
}
.secfoocard{
    padding-right: 0;
    text-align: left;
}
.secfoocard p{
    padding: 13px 0 0 80px;
    box-sizing: border-box;
}
.cards{
    border-top: solid 1px rgba(255,255,255,0.3);
    padding-top: 20px;
    margin-top: 10px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.secfoocard .cardfoo{
    height: auto;
    width: auto;
    display: inline-block;
    margin: 5px 10px 5px 0;
    max-height: 28px;
    max-width: 50px;
    vertical-align: middle;
}
.garantiafoo{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: auto;
}
.copy{
    width: 100%;
    height: auto;
    float: left;
    padding: 15px 0;
    border-top: solid 1px rgba(255,255,255,0.3);
}
.copy p{
    font-size: 12px;
    line-height: 19px;
    color: rgba(255,255,255,0.8);
    width: auto;
    float: left;
}
.copy p a{
    font-size: 12px;
    line-height: 19px;
}
.creditos{
    float: right;
    text-align: left;
}
.creditos img{
    height: 25px;
    width: auto;
    opacity: 0.7;
    margin: 0 0 0 6px;
}
/*
************************************************************************
    Estilos categoría productos
************************************************************************
*/
.cuerpoarchive{
    padding: 10px 20px 50px 20px;
}
.woocommerce-breadcrumb{
    text-align: left;
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 20px 0 !important;
    font-size: 13px;
    line-height: 17px;
    color: #000;
    background: #ebf4f4;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}
.woocommerce-breadcrumb a{
    font-size: 13px;
    line-height: 17px;
    color: #000;
}
.woocommerce-breadcrumb a:hover{
    color: #F4B72A;
}
.sidebarcrchive{
    width: 350px;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
}
.contenidoarchive{
    width: calc(100% - 380px);
    float: right;
    position: relative;
}
.alineado{
    margin: 0 -10px;
}
.secproductocat{
    width: calc(25% - 20px);
    margin: 10px;
    float: left;
}
.secproductocat .fotoproductosec{
    height: 220px;
}
.secproductocat .fotoproductosec img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 180px;
}
.secproductocat .textoproducto{
    min-height: 250px;
}
.secproductocat .compraprductosec{
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: calc(100% - 60px);
}
.banarchives{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0 50px 0;
    border-radius: 5px;
}
.widget {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    background: #ebf4f4;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}
.widget-area form{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.widget h3{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    padding-bottom: 5px;
    color: #11111f;
    text-transform: none;
    font-weight: 600;
}
.widget .woocommerce-ordering{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.widget .woocommerce-ordering select{
    background: #fff;
    height: 40px;
    border-radius: 5px;
    border: solid 1px rgba(0,0,0,0.2);
    width: 100%;
    text-align: left;
}
.widget .wp-block-search__inside-wrapper{
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 5px;
    border: solid 1px rgba(0,0,0,0.2);
    height: auto;
}
.widget .wp-block-search__input{
    height: 40px;
    width: 100%;
    position: relative;
    float: left;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 13px;
}
.widget .wp-element-button{133D3C;
    padding: 0 10px;
}
.widget .wc-block-product-categories-list{
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.widget .wc-block-product-categories-list li a:hover{
    color: #fa5b34;
}
/*
************************************************************************
    Estilos single productos
************************************************************************
*/
.onsale{
    display: none;
}
.product_title{
    font-weight: 700;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 30px;
    line-height: 34px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    border-bottom: solid 1px rgba(0,0,0,0.15);
}
.price{
    text-decoration: none;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0;
}
.price ins{
    font-weight: 800;
    font-size: 35px;
    line-height: normal;
    color: red;
    text-decoration: none;
}
.cart{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #F6EFE7;
    border-radius: 10px;
    padding: 20px 30px;
    box-sizing: border-box;
    margin: 10px 0;
}
.quantity input[type=number]{
    width: 100px;
    height: 45px;
    border-radius: 5px;
    background: #fff;
    float: left;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
    border: solid 1px rgba(0,0,0,0.2);
    font-weight: 700;
    font-size: 17px;
}
.cart button{
    position: relative;
    background: #F4B72A;
    color: #133D3C;
    border-radius: 10px;
    margin: 0 10px;
    font-weight: 700;
    float: left;
    overflow: hidden;
    height: 45px;
    width: auto;
    padding: 0 30px;
    box-sizing: border-box;
    line-height: 45px;
    border: none;
    text-transform: uppercase;
    transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}
.cart button:hover{
    background: #133D3C;
    color: #fff;
    padding: 0 40px;
}
.variations{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 10px 0;
}
.variations tbody{
    padding: 15px 0;
    width: 100%;
    position: relative;
    float: left;
}
.variations tbody tr{
    padding: 2px 0;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.variations label{
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    line-height: 40px;
    width: 50px;
}
.variations select{
    margin: 0 0 0 15px;
    height: 40px;
}
.reset_variations{
    line-height: 40px;
    float: left;
    margin: 0 0 0 15px;
}
.product_meta{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0;
}
.comprarsecurity{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 5px 0;
    text-align: center;
}
.comprarsecurity p{
    text-align: center;
    width: auto;
    display: inline-block;
    margin: 3px 5px;
}
.comprawsp{
    width: 100%;
    height: auto;
    padding: 30px;
    box-sizing: border-box;
    background: #F6EFE7;
    border-radius: 10px;
    box-sizing: border-box;
    float: left;
    margin: 0 0 20px 0;
}
.comprawsp p{
    text-align: center;
    font-size: 14px;
    line-height: normal;
}
.comprawsp .botongeneral{
    float: none;
    display: inline-block;
    margin: 15px 0 0 0;
    background: #128c7e;
}
.comprawsp .botongeneral span{
    color: #fff;
}
.comprawsp .botongeneral:after{
    background: #F4B72A;
}
.comprawsp .botongeneral span i{
    margin: 0 7px 0 0;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    background: #ebf4f4;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}
.woocommerce div.product{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 40px 20px;
    box-sizing: border-box;
}
.woocommerce div.product div.images div.thumbnails{
    width: 100% !important;
    background: #f8f7f3;
    padding: 0;
    box-sizing: border-box;
}
.yith_magnifier_galler ul li img{
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 50px !important;
}
.expand-button-hidden{
    width: 25px;
    height: 25px;
}
.expand-button-hidden svg{
    height: 25px;
    width: 25px;
    padding: 5px;
    box-sizing: border-box;
}
.yith_magnifier_zoom_magnifier{
    width: 500px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    border-color: #1d1e23;
}
.sharedprod{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.sharedprod a{
    float: left;
    position: relative;
    margin: 5px 5px 5px 0;
    background: #334f9f;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
}
.sharedprod a i{
    margin: 0 7px 0 0;
    padding: 0 7px 0 0;
    border-right: solid 1px rgba(255,255,255,0.2);
}

.sharedprod a:hover{
    transform: scale(1.03);
}
.sharedprod .stwit{
    background: #1baef3;
}
.woocommerce div.product .product_title{
    text-align: left;
    font-size: 24px;
    line-height: 29px;
    color: #002b63;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.star-rating{
    display: none;
}
.woocommerce div.product .woocommerce-product-rating{
    display: none;
}
.woocommerce-review-link{
    float: left;
    font-size: 13px;
    line-height: 16px;
    color: #d75f0e;
    position: relative;
    margin: 5px 0;
    text-decoration: underline;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.woocommerce-review-link:after{
    position: absolute;
    content: "\f005";
    font-family: "FontAwesome";
    font-size: 13px;
    margin: 0 5px 0 0;
    color: #f0cd08;
    top: 0;
    left: 0;
}
.woocommerce span.onsale{
    display: none;
}
.slick-initialized .slick-slide {
    display: block;
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 3px;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
    color: #ed0e0e;
    font-size: 23px;
    line-height: 27px;
    font-weight: bold;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-decoration: none;
    margin: 5px 0;
    letter-spacing: -1px;
    text-align: left;
}
.woocommerce-Price-currencySymbol{
    font-size: 16px;
    margin: 0 5px 0 0;
}
.woocommerce div.product p.price del .woocommerce-Price-currencySymbol, .woocommerce div.product span.price del .woocommerce-Price-currencySymbol{
    text-transform: none;
    margin: 0;
    font-size: 15px;
}
.woocommerce-product-details__short-description{
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0 20px 0;
    padding: 20px 0;
    box-sizing: border-box;
    border-top: solid 1px rgba(0,0,0,0.1);
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.woocommerce-product-details__short-description p{
    font-size: 14px;
    line-height: 20px;
}
.woocommerce-product-details__short-description ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.woocommerce .quantity{
    width: auto;
    height: auto;
    position: relative;
    padding: 0 0 0 80px;
    margin: 0 10px 10px 0 !important;
}
.woocommerce .quantity .qty{
    height: 45px;
    width: 60px;
    border-radius: 3px;
    border: solid 1px rgba(0,0,0,0.15);
    padding: 0;
    margin: 0;
}
.woocommerce .quantity:after{
    content: "Cantidad";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 45px;
    font-size: 15px;
    color: rgba(0,0,0,0.7);
    font-weight: bold;
}
.woocommerce div.product form.cart .button{
    width: 240px;
    max-width: 100%;
    float: left;
    margin: 0 10px 0 0 !important;
    height: 45px;
    padding: 0 30px;
    box-sizing: border-box;
    background: #0092cf;
    color: #fff;
    border: none;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
}
.woocommerce div.product form.cart .button:hover{
    background: #f0cd08;
}
.posted_in{
    float: left;
    font-size: 13px;
    line-height: 18px;
    color: rgba(0,0,0,0.4);
    text-align: left;
}
.posted_in a{
    font-size: 13px;
    line-height: 18px;
}
.woocommerce-tabs{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.woocommerce-tabs .panel{
    background: #fff;
    border-radius: 5px;
    border: solid 1px rgba(0,0,0,0.1);
    border-top: none;
    padding: 40px;
    box-sizing: border-box;
}
.woocommerce-tabs .panel h2{
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    margin: 0 0 20px 0;
}
.woocommerce div.product .woocommerce-tabs .panel ul{
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.woocommerce div.product .woocommerce-tabs .panel img{
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 20px 0;
}
.woocommerce div.product .woocommerce-tabs .panel #comments{
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 30px 0;
}
.commentlist .review{
    list-style: none;
}
.comment-body{
    width: 100%;
    height: auto;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    text-align: left;
    font-size: 13px;
}
.avatar{
    float: left;
    margin: 0 15px 10px 0 !important;
}
.commentmetadata a{
    font-size: 11px;
}
.comment-body p{
    margin: 10px 0;
    font-size: 13px;
    text-align: left;
}
.comment-body .reply{
    width: 100%;
    height: auto;
    margin: 10px 0;
}
.comment-body .reply a{
    font-size: 11px;
    padding: 5px 10px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
}
.comment-body .reply a:hover{
    color: #0092cf;
}
.comment-respond{
    padding: 20px 0;
    width: 100%;
    height: auto;
    position: relative;
    text-align: left;
    display: inline-block;
}
.comment-respond .comment-reply-title{
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    text-transform: none;
}
.comment-respond .logged-in-as{
    margin: 10px 0;
    font-size: 13px;
    line-height: 17px;
}
.comment-form label{
    width: 100%;
    height: auto;
    font-size: 13px;
    margin: 5px 0;
    display: inline-block;
}
.comment-respond .comment-form-comment textarea{
    width: 650px;
    max-width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    border: solid 1px rgba(0,0,0,0.3);
}
.comment-form input[type=text], .comment-form input[type=email]{
    padding: 0 15px;
    width: 450px;
    max-width: 100%;
    height: 35px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    border: solid 1px rgba(0,0,0,0.3);
}
.woocommerce #respond input#submit{
    width: auto;
    max-width: 100%;
    float: left;
    margin: 10px 0;
    height: 45px;
    padding: 0 30px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.2);
    color: rgba(0,0,0,0.6);
    border: none;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    text-transform: none;
}
.comment-form .comment-form-cookies-consent label{
    width: auto;
}
.related h2{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: solid 1px rgba(0,0,0,0.15);
    text-align: left;
    color: #11111f;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 10px 20px;
    padding: 0 0 20px 0;
    position: relative;
    width: calc(25% - 20px);
    margin-left: 0;
    background: #fff;
    border-radius: 4px;
    border: solid 1px rgba(0,0,0,0.1);
    box-sizing: border-box;
}
.product .type-product h2{
    border-bottom: none;
}

#customer_details{
    width: calc(100% - 450px);
    float: left;
    position: relative;
    margin: 0;
}
#customer_details .col-1, #customer_details .col-2{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
#order_review{
    width: 410px;
    float: left;
    margin: 0 0 0 40px;
    position: relative;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select{
    padding: 0 15px;
    max-width: 100%;
    height: 40px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    border: solid 1px rgba(0,0,0,0.3);
}
.woocommerce-checkout h3{
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: solid 1px rgba(0,0,0,0.15);
    text-align: left;
    color: #002b63;
    font-size: 16px;
    line-height: 20px;
    box-sizing: border-box;
}
.xoo-wsc-basket {
    bottom: 60px !important;
}
.posted_in, .tagged_as, .sku_wrapper{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 2px 0;
    text-align: left;
    font-size: 11px;
    float: left;
    text-transform: uppercase;
    color: rgba(0,0,0,0.7);
}
.posted_in a, .tagged_as a, .sku_wrapper a{
    font-size: 11px;
}
.woocommerce-tabs{
    margin: 30px 0 0 0;
    float: left;
    position: relative;
    width: 100%;
}

summary .product_title{
    color: #11111f !important;
    float: left !important;
    width: 100% !important;
    height: auto !important;
    padding: 10px 0 !important;
    border-bottom: solid 1px rgba(0,0,0,0.15) !important;
    font-size: 30px !important;
    line-height: 33px !important;
    letter-spacing: 2px !important;
    text-align: left !important;
    color: #11111f !important;
    text-transform: none !important;
    margin: 0 0 20px 0 !important;
    font-weight: 800 !important;
    box-sizing: border-box !important;
}
.variations{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0 !important;
    padding: 15px 0 !important;
    box-sizing: border-box;
    border-top: solid 1px rgba(0,0,0,0.1) !important;
    border-bottom: solid 1px rgba(0,0,0,0.1) !important;
}
.variations th{
    padding: 5px 0 !important;
}
.variations label{
    text-align: left;
    float: left;
}
.variations select{
    width: 150px;
    height: 35px;
    float: left;
    position: relative;
}
.woocommerce div.product form.cart .button{
    background: #1d1e23 !important;
    color: #fff; !important;
}
.woocommerce div.product form.cart .button:hover{
    background: #f7c729 !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
    color: #ed0e0e;
    font-size: 23px;
    line-height: 27px;
    font-weight: bold;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .summary{
    float: right;
    width: 48%;
    clear: none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-product-gallery{
    float: left;
    width: 48%;
}















.yith_magnifier_galler ul li img{
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 50px !important;
}
.expand-button-hidden{
    width: 25px;
    height: 25px;
}
.expand-button-hidden svg{
    height: 25px;
    width: 25px;
    padding: 5px;
    box-sizing: border-box;
}
.yith_magnifier_zoom_magnifier{
    width: 500px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    border-color: #1d1e23;
}
.sharedprod{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.sharedprod a{
    float: left;
    position: relative;
    margin: 5px 5px 5px 0;
    background: #334f9f;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
}
.sharedprod a i{
    margin: 0 7px 0 0;
    padding: 0 7px 0 0;
    border-right: solid 1px rgba(255,255,255,0.2);
}

.sharedprod a:hover{
    transform: scale(1.03);
}
.sharedprod .stwit{
    background: #1baef3;
}
.widgetaart{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0;
    min-height: 70px;
    padding-left: 105px;
    box-sizing: border-box;
}
.fotoartwid{
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 70px;
    border-radius: 10px;
}
.widgetaart p{
    color: #133d3c;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    width: 100%;
    height: auto;
    font-weight: 600;
}
.opcwidget{
    position: relative;
    float: left;
    top: 0;
    left: 0;
}
.opcwidget li{
    color: rgba(0,0,0,0.5);
    text-align: left;
    float: left;
}
.opcwidget li i{
    margin: 0 3px 0 0;
}
.bannwidget{
    width: 100%;
    height: auto;
    max-width: 300px;
    display: inline-block;
    float: none;
}
.sharedprodblog{
    border-top: solid 1px rgba(0,0,0,0.2);
    border-bottom: solid 1px rgba(0,0,0,0.2);
    margin: 20px 0;
    padding: 15px 0;
}
.noticia{
    width: 100%;
    margin: 10px 0;
    height: auto;
    background: #ebf4f4;
    float: left;
    position: relative;
    padding: 0 0 0 370px;
    border-radius: 10px;
    overflow: hidden;
}
.fotofoto{
    width: 350px;
    height: 100%;
    float: left;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    background: #000;
    top: 0;
    left: 0;
}
.fotonoticia{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
.textonoticia{
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 20px;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
    left: 0;
    background: #ebf4f4;
    z-index: 3;
}
.textonoticiasec{
    position: relative;
    float: left;
}
.textonoticia h3{
    text-transform: none;
    font-weight: bold;
    text-align: left;
    font-size: 21px;
    line-height: 25px;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
}
.textonoticia h3 a{
    font-size: 21px;
    line-height: 24px;
    font-weight: 900;
    text-align: left;
    color: #133D3C;
}
.textonoticia h3 a:hover{
    color: #f9c40c;
    text-decoration: none;
}
.textonoticia span{
    font-size: 12px;
    color: rgba(0,0,0,0.4);
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0 20px 0;
}
.textonoticia .opcwidget li{
    color: rgba(0,0,0,0.6);
}
.textonoticia p{
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
}
.textonoticia ul, .titulosingle ul{
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 10px 0;
}
.textonoticia ul li, .titulosingle ul li{
    list-style: none;
    text-align: center;
    display: inline-block;
    width: auto;
    height: auto;
    color: rgba(255,255,255,0.9);
    margin: 1px 3px;
    font-size: 14px;
}
.textonoticia ul li a, .titulosingle ul li a{
    color: rgba(255,255,255,0.9);
    text-transform: none;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0;
}
.textonoticia ul li a:hover, .titulosingle ul li a:hover{
    color: #F4B72A;
}
.linknoti{
    position: absolute;
    bottom: 20px;
    left: 25px;
    padding: 5px;
    color: #c3ccd5;
}
.linknoti:hover{
    color: #f9c40c;
    text-decoration: underline;
}
.noticiados{
    position: relative;
    height: 570px;
    padding: 0;
    background: linear-gradient(185deg, #88139a,#c831b1,#ac6810,#c2e713);
    -o-background: linear-gradient(185deg, #88139a,#c831b1,#ac6810,#c2e713);
    -webkit-background: linear-gradient(185deg, #88139a,#c831b1,#ac6810,#c2e713);
    -moz-background: linear-gradient(185deg, #88139a,#c831b1,#ac6810,#c2e713);
}
.noticiados .fotonoticia{
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}
.noticiados .textonoticia{
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    min-height: 50px;
}
.noticiados .textonoticia h3, .noticiados .textonoticia h3 a, .noticiados .textonoticia span{
    color: #fff;
    text-align: center;
}
.noticiados .textonoticia h3 a:hover{
    color: #f9c40c;
}
.catnoti, .fotfoto a{
    width: auto;
    height: auto;
    border-bottom: solid 1px rgba(255,255,255,0.6);
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
    display: inline-block;
    text-transform: uppercase;
    text-align: left;
    float: left;
}
.fotofoto .catnoti{
    position: absolute;
    bottom: 5px;
    left: 30px;
    z-index: 5;
}
.noticiados .textonoticia i{
    margin: 0 5px 0 0;
}
.noticiados .fotofoto{
    overflow: hidden;
    height: 100%;
}
.noticia:hover .fotonoticia{
    opacity: 0.7;
    transform: scale(1.1);
}
.cuerpo-servicios{
    padding: 80px 20px;
}
.cuerpo-servicios .wrap{
    width: 1100px;
}
.cuerpo-servicios h2, .cuerpo-servicios h3, .cuerpo-servicios h4{
    font-family: 'Fredoka One';
    font-weight: normal;
    font-size: 45px;
    line-height: 49px;
    color: #2d2d2f;
    margin: 0 0 40px 0;
}
.cuerpo-servicios h3{
    font-size: 30px;
    line-height: 34px;
    text-align: left;
    text-transform: none;
    margin: 20px 0;
}
.cuerpo-servicios p{
    font-size: 16px;
    line-height: 26px;
}
.cuerpo-servicios p img{
    margin: 20px 0;
    display: inline-block;
    text-align: center;
    margin-left: 50%;
    max-width: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%,0);
}
.fotofoto ul{
    width: 100%;
    height: auto;
    position: absolute;
    margin: 0 0 10px 0;
    bottom: 0;
    left: 25px;
}
.fotofoto ul li{
    list-style: none;
    text-align: center;
    width: auto;
    height: auto;
    float: left;
    margin: 5px;
}
.fotofoto ul li a{
    border-bottom: solid 1px rgba(255,255,255,0.7);
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 0;
    color: rgba(255,255,255,0.7);
}
/*
************************************************************************
    Estilos video
************************************************************************
*/
.contevideohome{
    width: 100%;
    height: auto;
    float: left;
    background: #000;
    position: relative;
    overflow: hidden;
}
.secvideo{
    width: 360px;
    height: auto;
    float: right;
    position: static;
    height: 570px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
}
.secvideo::-webkit-scrollbar {
    -webkit-appearance: none;
    z-index: 3;
    cursor: pointer;
}
.secvideo::-webkit-scrollbar:vertical {
    width:10px;
}
.secvideo::-webkit-scrollbar-button:increment,.secvideo::-webkit-scrollbar-button {
    display: none;
} 
.secvideo::-webkit-scrollbar:horizontal {
    height: 10px;
}
.secvideo::-webkit-scrollbar-thumb {
    background-color: #39434e;
    border-radius: 20px;
    cursor: pointer;
}
.secvideo::-webkit-scrollbar-track {
    border-radius: 10px;  
}
.secvideo::-webkit-scrollbar-track-piece{
    background: #121416;
    border-radius: 20px;
}
.fotovideo{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.fotovideo:hover{
    opacity: 0.7;
}





.cuerpogaleria{
    background: none;
    z-index: 2;
}
.cuerpovideo{
    overflow: visible;
    z-index: 1;
}
.fondocarnaval{
    background: url(images/fondocarnaval.jpg) no-repeat top center;
    background-size: cover;
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.fondocarnaval:after, .fondocarnaval:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(#141c24,rgba(20,28,36,0));
    -moz-background: linear-gradient(#141c24,rgba(20,28,36,0));
    -o-background: linear-gradient(#141c24,rgba(20,28,36,0));
    -webkit-background: linear-gradient(#141c24,rgba(20,28,36,0));
}
.fondocarnaval:before{
    top: auto;
    bottom: 0;
    background: linear-gradient(rgba(20,28,36,0),#141c24);
    -moz-background: linear-gradient(rgba(20,28,36,0),#141c24);
    -o-background: linear-gradient(rgba(20,28,36,0),#141c24);
    -webkit-background: linear-gradient(rgba(20,28,36,0),#141c24);
}
.contenidogaleria{
    position: relative;
    float: left;
    height: auto;
    z-index: 2;
    display: table;
    table-layout: fixed;
    width: 100%;
}





.cuerpogeneral{
    padding: 50px 20px;
}
.cuerpogeneral .wrap{
    width: 1100px;
}
.cuerpogeneral h2, .cuerpogeneral h3, .cuerpogeneral h4, .cuerpogeneral p{
    color: #fff;
    text-align: left;
}
.cuerpogeneral h2, .cuerpogeneral h3, .cuerpogeneral h4{
    font-weight: bold;
    margin: 10px 0;
}
.cuerpogeneral img{
    float: none;
    display: inline-block;
    position: relative;
    margin: 20px 0;
    margin-left: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    transform: translate(-50%,0);
}
.cuerpogeneral p{
    font-size: 16px;
    line-height: 28px;
}
.cuerpogeneral .tituloprincipalseo{
    margin: 0 0 50px 0;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
}
.cuerpogeneral h3{
    font-size: 29px;
    line-height: 33px;
}
.cuerpogeneral h4{
    font-size: 23px;
    line-height: 26px;
}


#menu2{
    display: none;
}
.portadablog{
    width: 100%;
    height: 520px;
    position: relative;
    float: left;
    display: block;
    background: #000;
    z-index: 1;
    overflow: hidden;
}
.fotosingle{
    width: 100%;
    height: 100%;
    float: left;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.titulosingle{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    z-index: 10;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    z-index: 101;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.titulosingle h1{
    color: #fff;
    font-weight: normal;
    font-size: 42px;
    line-height: 46px;
    position: relative;
    display: inline-block;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    width: auto;
    max-width: 900px;
    font-weight: 900;
}
.secsingle{
    width: calc(100% - 450px);
    height: auto;
    position: relative;
    float: left;
}
.secsingle p{
    font-size: 16px;
    line-height: 28px;
}
.secsingle h2, .secsingle h3{
    text-align: left;
    font-size: 35px;
    line-height: 39px;
    margin: 20px 0;
}
.secsingle h3{
    font-size: 27px;
    line-height: 31px;
}
.secsingle img{
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}
div.flex-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 55px;
    padding-right: 40px;
    height: 0;
    overflow: hidden;
    margin: 0; /* esto es opcional */
    clear: both;
    z-index: 2;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
div.flex-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.textocontblog{
    width: 100%;
    height: auto;
    position: relative;
}
.textocontblog ul{
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.textocontblog ul li{
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 28px;
}
.videocontenido{
    margin: 15px 0;
}
.noticiavideo{
    width: calc(50% - 40px) !important;
    height: 350px !important;
    margin: 20px !important;
    float: left !important;
}
.cuerporelacionados{
    padding: 0;
    margin: 30px 0 0 0;
    background: #fff;
    border-radius: 5px;
}
.cuerporelacionados h3{
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    text-align: left;
    margin: 0 0 10px 0;
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 1px rgba(255,255,255,0.1);
}
.noticirela{
    width: calc(50% - 20px);
    margin: 10px;
}
.portadaespecial{
    height: 650px;
}
.sidebar{
    float: left;
    width: 390px;
    height: auto;
    min-height: 200px;
    margin: 0 0 0 60px;
}
.sidebar img{
    margin: 0 0 20px 0;
}
.widget{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 20px 0;
    position: relative;
}
.widget h4{
    text-align: left;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    height: auto;
    float: left;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    font-weight: bold;
}
.listasidespeciales{
    width: 100%;
    height: auto;
    float: left;
    min-height: 80px;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 125px;
    box-sizing: border-box;
}
.fotosideespeciales{
    width: 110px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.listasidespeciales p{
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.listasidespeciales:hover p{
    color: #f0cc06;
}
.listasidespeciales:hover .fotosideespeciales{
    opacity: 0.7;
}
/*
************************************************************************
    Estilos categoría noticias
************************************************************************
*/
.portadacat{
    height: 270px;
    margin: 0 0 10px 0;
}
.titulocat h1{
    text-align: left;
    margin: 0;
}
.titulocat ul li{
    margin: 3px;
}
.cuerpocat{
    padding: 0 20px 50px 20px;
}
.navigation{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
/*
 * estilo navegación de páginas
*/
.pagenavi {
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
.pagenavi a {
   	display: inline-block;
   	padding: 0;
    margin: 5px;
    height: 35px;
    width: 35px;    
    overflow: hidden;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
	border-radius: 100%;
    float: left;
    font-weight: bold;
    color: rgba(0,0,0,0.5);
    background: #f0f0f6;
    font-family: 'Open Sans', sans-serif;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.pagenavi a:hover {
    background: #133D3C;
    color: #fff;
}
.pagenavi span.pages {
	display: inline-block;
    padding: 0;
    margin: 5px;
    height: 35px;
    width: 35px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    font-weight:bold;
    background: #e5e9ed;
    border-radius: 100%;
}
.pagenavi span.current {
	display: inline-block;
   	padding: 0;
    margin: 5px;
    height: 35px;
    width: 35px;    
    overflow: hidden;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    background: #133D3C;
	border-radius: 100%;
    float: left;
    font-weight: bold;
    color: #fff;
}
.pagenavi span.expand {
	display: inline-block;
    padding: 0;
    margin: 5px;
    height: 35px;
    width: 35px;
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    color: #8d8d8d;
    text-align: center;
    background: #fff;
	border-radius: 100%;
    float: left;
}
.pagenavi .first, .pagenavi .last {
	display: inline-block;
	font-size: 16px;
    line-height: 35px;
}
.pagenavi .single_page {
	display: inline-block;
	font-size: 16px;
    line-height: 35px;
}
.sidebarblog{
    float: right;
    margin-top: 10px;
}
.contenidocatblog{
    float: left;
}
.contenidocatblog .reporta{
    width: calc(50% - 20px);
    margin: 10px;
    height: 400px;
}
.proxima{
    width: 500px;
    height: auto;
    display: inline-block;
    max-width: 100%;
}
.fotofotovideo{
    width: 100% !important;
}
.titulogeneralpage{
    margin: 10px 0 30px 0;
}
.titulogeneralpage h1{
    text-align: center;
    text-transform: none;
    font-size: 35px;
    line-height: 39px;
    color: #133D3C;
    text-align: center;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
}
/*
 * estilos responsivos
 */
@media only screen and (max-width :1200px) {
    .header{
        padding: 10px 20px;
    }
    .logocarn img {
        height: 70px;
    }
    .menutopsec{
        z-index: 1000;
        position: relative;
    }
    .menutopsec .botongeneral{
        margin: 13px 0 0 0;
    }
    .buscarflee {
        top: 15px;
    }
    #menu{
        display: none;
    }
    #menu2{
		width: 110px;
		height: 70px;
	    position: relative;
	    float: left;
	    display: inline-block;
        z-index: 500;
        margin: 0 0 0 15px;
	}
	#menu2 .menuresp{
		text-align: center;
		position: relative;
        float: left;
		padding: 0 20px 0 45px;
		width: auto;
	    height: 45px;
        line-height: 45px;
        margin: 15px 0 0 0;
		display: inline-block;
		color: #fff;
        border-radius: 4px;
        background: #133D3C;
	}
    #menu2 .menuresp span{
        color: #fff;
        line-height: 40px;
        font-size: 13px;
        font-weight: 600;
    }
	.menuresp i{
	    color: #fff;
	    text-align: center;
	    font-size: 15px;
	    line-height: 45px;
        position: absolute;
        top: 0;
        left: 20px;
	} 
    #menu2 .menuresp:hover{
        background: #F4B72A;
    }
    #menu2:hover .menuresp{
        background: #F4B72A;
    }
	#menu2 .acordion{
		width: 210px;
		height: auto;
		float: left;
	    overflow: hidden;
	    border-radius: 0;
        padding: 0;
        margin: 5px 0 0 0;
        background: #133D3C;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 10px 15px 0 rgba(0,0,0,0.3);
	}
	#menu2 ul li{
		width: 100%;
		height: auto;
		float: left;
		text-align: left;
		margin: 0;
        border-bottom: solid 1px rgba(255,255,255,0.1);
	    font-family: 'Open Sans', sans-serif;
	}
    #menu2 ul li:last-child{
        border: none;
    }
	#menu2 ul li a{
		width: 100%;
		text-align: right;
		padding: 11px 15px;
		display: block;
		color: #fff;	
		margin: 0px;
	    box-sizing: border-box;
	    text-transform: none;
	    font-weight: bold;
	    font-size: 13px;
        font-family: 'Open Sans', sans-serif;
	}
	#menu2 ul li a:hover{
		background: #F4B72A;
        color: #fff;
	}
    #menu2 ul li ul{
        width: 100%;
        height: auto;
        position: relative;
        background: rgba(255,255,255,0.1);
        padding: 10px 15px ;
        box-sizing: border-box;
        float: left;
    }   
    #menu2 ul li ul li{
        width: auto;
        padding: 0;                
        margin: 2px 4px;
        list-style: none;
        border: none;
    }
    #menu2 ul li ul li a{
        padding: 4px 10px;
        background: #161d34;
        border-radius: 6px;
        border: none;
    }
    .textonos {
        margin-top: 0;
    }
    .wrapnoti {
        border-radius: 10px;
        padding: 50px 20px;
    }
    footer .wrap {
        border-radius: 10px;
        padding: 50px 30px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width :1100px) { 
    .fotosnos {
        width: 100%;
    }
    .fotosnos img{
        width: 550px;
        max-width: 100%;
        height: auto;
        float: none;
        display: inline-block;
    }
    .textonos {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .reporta {
        width: calc(50% - 20px);
        border-radius: 10px;
        margin: 10px;
        float: left;
    }
    .subs h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .secfoo {
        width: 100%;
        padding: 10px 0;
    }
    .contenidocatblog {
        width: 100%;
        float: left;
    }
    .sidebarblog{
        float: left;
        width: 100%;
    }
}
@media only screen and (max-width :940px) {  
    .contenidogaleria{
        height: auto;
        z-index: 2;
        display: inline-block;
        table-layout: fixed;
        width: 100%;
    }
    .galeriasec{
        width: 50%;
        height: 320px;
        float: left;
    }
    .contenidogaleria:hover .galeriasec{
        width: 50%;
    }
    .galeriasec:hover{
        width: 50% !important;
    }
    .contenidogaleria:hover .textogaleria{
        opacity: 1;
    }   
    section {
        width: calc(100% - 110px);
        margin: 0 110px 0 0;
        float: left;
    }
    .secvideo label{
        transform: translate(250px,0);
        -moz-transform: translate(250px,0);
        -o-transform: translate(250px,0);
        -webkit-transform: translate(250px,0);
        transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	   -webkit-transition: all .25s ease-in-out;
	   -o-transition: all .25s ease-in-out;
    }
    label:hover{
        transform: translate(0,0);
        -o-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
    }
    .producto{
        width: calc(50% - 20px);
    }
    .contenidocatblog{
        width: 100%;
        height: auto;
    }
    .sidebarblog{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .subs {
        padding: 0;
    }
    .subs form {
        position: relative;
        top: 0;
        transform: translateY(0);
        float: none;
        display: inline-block;
        margin: 20px 0 0 0;
    }
}
@media only screen and (max-width :900px) { 
    .slider{
        height: 400px;
        padding: 0 20px;
    }
    .slider .swiper-container {
        border-radius: 10px;
    }
    .slider .swiper-slide{
        height: 400px;
    }
    .texto-slider {
        padding: 30px;
        box-sizing: border-box;
    }
    .texto-slider h1 {
        font-size: 30px;
        line-height: 34px;
        margin: 0 0 15px 0;
    }
    .titulogeneral h2, .titulogenarchive h1 {
        font-size: 30px;
        line-height: 34px;
    }
    
    
    
    
    
    
    
    .wrap-texto-slider h1{        
        font-size: 50px;
        line-height: 55px;
        letter-spacing: -1px;
        margin: 0 0 20px 0;
    }
    .wrap-texto-slider p{
        font-size: 16px;
        line-height: 24px;
    }
    .botonbajar{
        bottom: 40px;
    }
    .noticiados{
        height: 450px;
    }
    .textonoticia{
        padding: 25px 30px 25px 25px;   
    }
    .cuerpo-servicios h2{
        font-size: 33px;
        line-height: 37px;
        margin: 0 0 30px 0;
    }
    .cuerpo-servicios h3{
        font-size: 25px;
        line-height: 29px;
        margin: 10px 0;
    }
    .portadablog{
        height: 340px;
        margin: 0;
    }
    .titulosingle h1{
        font-size: 35px;
        line-height: 38px;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
    }
    .cuerposingle h2, .cuerposingle h3{
        font-size: 26px;
        line-height: 29px;
        margin: 10px 0;
    }
    .cuerposingle h3{
        font-size: 21px;
        line-height: 24px;
    }
    .secsingle{
        width: 100%;
    }
    .sidebar{
        width: 100%;
        margin: 0;
    }
    .sidebar img{
        width: 320px;
        max-width: 100%;
        height: auto;
        display: inline-block;
        margin: 5px;
        vertical-align: top;
    }
}
@media only screen and (max-width :800px) {
    .titulosingle h1{
        font-size: 31px;
        line-height: 34px;
    }
    .noticiavideo{
        width: 450px !important;
        max-width: 100%;
        margin: 20px 0 !important;
        float: none !important;
        display: inline-block;
    }
    .fotofoto {
        width: 100%;
        height: 270px;
        position: relative;
    }
    .noticia {
        padding: 0;
    }
    .textonoticia h3 a {
        font-size: 19px;
        line-height: 22px;
    }
    .titulogeneralpage h1 {
        font-size: 25px;
        line-height: 29px;
    }
}
@media only screen and (max-width :700px) {
    .menutopsec .botongeneral span {
        padding: 17px 15px;
    }
    .menutopsec .botongeneral span big{
        display: none;
    }
    .buscarflee {
        right: 65px;
    }
    .reporta {
        width: 400px;
        max-width: 100%;
        margin: 10px 0;
        float: none;
        display: inline-block;
    }
}
@media only screen and (max-width :650px) {
    .logocarn img{
        height: 70px;
    }
    .subtitulo h2 {
        font-size: 25px;
        line-height: 29px;
    }
    .galeriasec{
        width: 100%;
        height: 300px;
    }
    .contenidogaleria:hover .galeriasec{
        width: 100%;
    }
    .galeriasec:hover{
        width: 100% !important;
    }
    .texto-slider .titialto {
        font-size: 13px;
        letter-spacing: 3px;
        margin: 0;
    }
    .texto-slider h1 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 10px 0;
    }
    .texto-slider p {
        font-size: 15px;
        line-height: 23px;
    }
    .titulogeneral{
       margin: 0 0 10px 0;
    }
}
@media only screen and (max-width :580px) {  
    .headertop p, .redestop{
        display: none;
    }
    .toplinks{
        width: 100%;
    }
    .cartflee, .sectopopc{
        float: left;
    }
    .traductor {
        float: right;
        margin: 3px 0 0 0;
        padding-left: 0;
        border-left: none;
    }
    .textonoticia h3{
        margin: 0;
    }
    .textonoticia h3 a {
        font-size: 18px;
        line-height: 21px;
    }
}
@media only screen and (max-width :540px) {  
    .idiomatrad{
        display: none;
    }
    .idiomas .carritotop {
        margin: 0;
        padding: 0;
        border-right: solid 0px rgba(255,255,255,0.6);
    }
}
@media only screen and (max-width :540px) {   
    .idiomas .carritotop big{
        display: none;
    }
    .reporta {
        width: 350px !important;
        height: 300px;
        display: inline-block;
        float: none;
        margin: 10px 0;
    }
}
@media only screen and (max-width :510px) {    
    .logocarn img{
        height: 55px;
    }
    #menu2{
        height: 50px;
    }
    #menu2 .menuresp{
        margin: 5px 0 0 0;
    }
    .menutopsec .botongeneral {
        margin: 5px 0 0 0;
    }
    .menutopsec .botongeneral span{
        padding: 16px 15px;
    }
    .producto{
        width: 320px;
        max-width: 100%;
        height: auto;
        margin: 10px 0;
        padding: 0;
        min-height: 100px;
        float: none;
        display: inline-block;
    }
    .textoproducto {
        position: relative;
        min-height: 100px;
    }
    .sidebar img{
        margin: 5px 0;
    }
    .buscarflee{
        display: none;
    }
}