

.img-zoom-container {
    position: relative;
    height: 100%;
  }
  
.zoom img:hover{
    opacity: 0;
}

.zoom img{
    transition: opacity .1s;
    display: block;
    width: 100%;
}

.zoom {
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
}


.zoom2 img:hover{
    opacity: 0;
}

.zoom2 img{
    transition: opacity .1s;
    display: block;
    width: 100%;
}

.zoom2 {
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
}

.zoom3 img:hover{
    opacity: 0;
    width: 50%;
}

.zoom3 img{
    transition: opacity .1s;
    display: block;
    width: 100%;
}

.zoom3 {
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
}


.zoom4 img:hover{
    opacity: 0;
}

.zoom4 img{
    transition: opacity .1s;
    display: block;
    width: 100%;
}

.zoom4 {
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
}




  .img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 40px;
    height: 40px;
  }
  
  .img-zoom-result {
    /*set the size of the result div:*/
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
  }

.card 
{
    overflow: hidden;
}

.wrapsection{
    position: relative;
    overflow: hidden;
    padding-top: 120px;
}
@media(max-width: 767px){
    .wrapsection{
        position: relative;
        overflow: hidden;
        padding-top: 0;
    }   
}
a:hover, a:active, a:focus {text-decoration: none;}
.no-padding{padding: 0;}

/****** CARRITO ****/
.modal-carrito
{
    width: 300px;
    height: 100%;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 500;
    transform: translateX(100%);
}

#carritomodal
{
    width: 450px !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    left: inherit !important;
    bottom: inherit !important;
    max-height: 100% !important;
}

.modal-dialog
{
    margin: 0 !important;
    width: 100%;
}

.modal-content
{
    border: none !important;
    box-shadow: none !important;
}

.modal-title, .modal-header .close
{
    display: inline-block;
}

.modal-title
{
    color: #236CA6;
    font-size: 24px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
  
}

input[type=number] { -moz-appearance:textfield; }
.close
{
    opacity: 1;
    color: #236CA6;
}

.btn-m
{
    border: none;
    padding: 7px 15px;
    color: #000;
    width: 50%;
}

.modal .modal-footer
{
    display: flex;
}

.btn-ir 
{
    background: #236CA6;
    color: #fff;
}

/******/

.main-product_carrito{
    display: flex;
    background: #fcfcfc;
    margin-bottom: 10px;
    border: 1px solid #f1f1f1;
}

.img-product_carrito, .btn-eliminar_carrito{
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-product_carrito
{
    width: 20%;
}

.masproductos .link-maspro .img-pro img 
{
    height: 100% !important;
    object-fit: contain;
}

.flex-prod
{
    width: 80%;
    display: flex;
}

.info-product_carrito
{
    width: 80%;
    padding: 0 5px;
}

.btn-eliminar_carrito
{
    width: 20%;
}

.title-product_carrito
{
    padding: 5px 0;
}

.title-product_carrito h4 
{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.total-products{
    padding-top: 10px;
}

.texto-product_carrito
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subtotal-title__carrito h5, .subtotal-title__carrito p
{
    font-weight: bold;
}

.data_desc p 
{
    text-align: center;
}

.no-products h2 
{
    font-size: 18px;
    text-align: center;
}

.btn-eliminar_carrito button
{
    background: none;
    border: none;
    outline: none;
}

.btn-eliminar_carrito button:hover 
{
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
  
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
  
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
  }

.total-products p 
{
    text-align: right;
    font-size: 16px;
}

.total-products p span:nth-child(1)
{
    font-weight: bold;
}

.tienda-cr
{
    padding-bottom: 30px;
}

.tienda-cr .owl-thumbs, .tienda-cr .owl-nav
{
    display: none;
}

.bg
{
    height: 62px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #236CA6;
    background: #f1f4ff;
    border: 1px solid #236CA6;
    border-radius: 3px;
    transition: all .3s;
}

.bg:hover
{
    background: #236CA6;
    color: #fff;
}

.bg h3 
{
    font-size: 18px;
    padding: 0 20px;
    margin: 0;
}

/*-------------------INTER FOOTER---------------------*/
.logo-footer{
	float: left;
}
.foot_descrip{
	margin-left: 207px;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    display: flex;
}
.list_pago{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	text-align: right;
}
.list_pago>li{
	display: inline-block;
	margin-left: 10px;
    margin-right: 10px;
}
.p_right{
	text-align: right;
	font-size: 12px;
    margin-top: 15px;
}
.fot-bgcopy{
	background: #232323;
	color: #bbbbbb;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.name_empresa, .name_empresa:hover,.name_empresa:focus{
	color: #236CA6;
}
.info_head .h3_infohead{
	color: #236CA6;
}
.hr_line{
	border-top: 3px solid #236CA6;
	width: 50px;
	margin: 0;
}
.info_body .info_list{
	list-style: none;
	padding-left: 0;
	margin: 25px 0;
}
.info_list>li{
	font-size: 13px;
	color: #fff;
	margin-bottom: 10px;
}
.info_list>li a{
	color: #bbbbbb;
}
.foot_main{
	background: #232323;
	padding: 30px 0;
}

.info_enlaces{
	list-style: none;
	padding-left: 0;
	margin: 25px 0;
}
.info_enlaces>li{
	margin-bottom: 5px;
}
.info_enlaces>li a{
	font-size: 13px;
	color: #bbbbbb;
}


.list_account{
	list-style: none;
	padding-left: 0;
	margin: 25px 0;
}
.list_account>li{
	margin-bottom: 5px;
}
.list_account>li a{
	font-size: 13px;
	color: #bbbbbb;
}


.list_social{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.list_social>li{
	display: inline-block;
	margin-left: 4px;
}
.list_social>li a{
	width: 40px;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: rgb(56, 56, 56);
    color: #fff;
    border-radius: 5px;
    transition: all ease 500ms;
}
.list_social>li a:hover{
    background: #236CA6;
    transition: all ease 500ms;
}

/*MENU DE NAVEGACION*/
.logo_main{
	text-align: center;
	padding: 16px 0;
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.info_top{
	display: flex;
	flex-flow: row wrap;
}
.idioma{
	width: 15%;
}
.idioma .cbx_idioma>a{
	padding: 20px 15px !important;
	border-right: 1px solid #ddd;
    color: #777;
}
.info_movil{
	width: 79%;
}
.info_movil>ul{
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.info_movil>ul a{
	display: block;
	padding: 20px 20px;
    color: #777;
}

.icon_top{
	width: 20%;
}
.list_icontop{
	padding-left: 0;
	margin-bottom: 0;
}
.list_icontop>li{
	display: inline-block;
	width: 32%;
}
.list_icontop>li>a{
    color: #777;
	height: 58px;
    width: 58px;
    display: block;
    line-height: 58px;
    padding: 0 !important;
    text-align: center;
    border-right: 1px solid #ddd;
}
.list_nav{
	padding-left: 0;
	margin-bottom: 0;
}
.list_nav>li{
	display: inline-block;
}
.list_nav>li>a{
	display: block;
    padding: 17px 20px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
}
.list_nav>li>a:hover{
    color: #236CA6;
}

.list_icontop .dropdown-menu {
    left: -99px;
}
.iconcolor{
    color: #444;
    position: relative;
}

.number_carrito
{
    position: absolute;
    width: 18px;
    height: 18px;
    top: -15px;
    right: -10px;
    background: #236CA6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: lighter;
}

.btn-wsp-container
{
    display:scroll;
    position: fixed;
    width: 69px;
    bottom: 86px;
    right: 0;
    z-index: 15;
}

.btn-wsp-container span
{
    background-color: #1976F2;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: shadow 2s linear infinite;
    
}


.btn-wsp-container span img 
{
    width: 30px;
}

.wcs_button{
    animation: shadow2 2s linear 400ms infinite;
}

@keyframes shadow{

    0% {
        box-shadow: 0 0 0 0 #1976F2, 0 0 0 0 #1976F2;
    }

    30% {
        box-shadow: 0 0 0 10px rgb(255, 110, 0, 0), 0 0 0 0 #1976F2;
    }

    65% {
        box-shadow: 0 0 0 10px rgb(255, 110, 0, 0), 0 0 0 20px rgb(255, 110, 0, .0);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(255, 110, 0, 0), 0 0 0 20px rgb(255, 110, 0, .0);
    }
    
}


@keyframes shadow2{

    0% {
        box-shadow: 0 0 0 0 #0CB757, 0 0 0 0 #0CB757;
    }

    30% {
        box-shadow: 0 0 0 10px rgb(255, 110, 0, 0), 0 0 0 0 #0CB757;
    }

    65% {
        box-shadow: 0 0 0 10px rgb(255, 110, 0, 0), 0 0 0 20px rgb(255, 110, 0, .0);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(255, 110, 0, 0), 0 0 0 20px rgb(255, 110, 0, .0);
    }
    
}


.list_bar{
	padding-left: 0;
	margin-bottom: 0;
}
.list_bar>li{
	display: inline-block;
}
.asdsad{
    width: 100% !important;
}
li.dropdown {
}

.list_bar>li>a{
	height: 58px;
    width: 58px;
    display: block;
    line-height: 58px;
    padding: 0 !important;
    text-align: center;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;

}
.navmain{
	background: #fff;
	position: relative;
	border-bottom: 1px solid #ddd;
    border-top: 5px solid #236CA6;
}

.navmain:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	background: #e5e5e5;
}
.drop_idioma{
    border-bottom: 3px solid #236CA6;
    border-top: 3px solid #236CA6;
}
.list_user{
    border-bottom: 3px solid #236CA6;
    border-top: 3px solid #236CA6;
}
.list_user>li a{
    display: block;
    padding: 10px 15px;
    background: #fff;
    color: #444;
    text-align: center;
    text-transform: uppercase;
}
.list_user>li a:hover{
    background: #444;
    color: #fff;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

.list_cartdrop{
    min-width: 230px;
    padding: 15px;
    left: -171px !important;
    border-bottom: 3px solid #236CA6;
    border-top: 3px solid #236CA6;
}
.list_cartdrop>li{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.list_cartdrop>li .box_info span{
    display: block;
    text-align: center;
    color: #444;
    margin-bottom: 10px;
}
.list_cartdrop>li .box_info .btncomprar{
    display: block;
    padding: 5px 10px;
    background: #444;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.separator{
    height: 4px;
    margin: 15px 0;
    display: block;
    background: #444;
}
.activemenu a{
    color: #236CA6 !important;
}
/*SLIDER*/
.nav-arrows a {
    background: #236CA6 url(../../../public/img/slider/nav.png) no-repeat top left;
}
/*SLIDER*/


/*-------------------CONTENIDO DEL HOME-----------------------*/
/*SECCION DE ICONS SMS*/
.sect_iconsms{
	padding: 18px 0;
	border-bottom: 1px solid #e5e5e5;
}
.icon_sms{
	position: relative;
	padding-left: 70px;
	text-align: left;
	display: inline-block;
}
.icon_sms:before{
	content: "";
    display: inline-block;
    width: 55px;
    height: 50px;
    background: url(../img/iconos/service_icons.png) no-repeat 0 0;
    position: absolute;
    left: 0;
}
.border_right{
	border-right: 1px solid #e5e5e5;
}

.position1.icon_sms:before{
	background-position: -105px; 
}
.position2.icon_sms:before{
	background-position: -219px; 
}
.hover_autorun:hover.icon_sms:before{
	-webkit-animation: AutoRun 1500ms ease-in-out infinite;
    -moz-animation: AutoRun 1500ms ease-in-out infinite;
    -ms-animation: AutoRun 1500ms ease-in-out infinite;
    -o-animation: AutoRun 1500ms ease-in-out infinite;
    animation: AutoRun 1500ms ease-in-out infinite;
}
.hover_leftright:hover.icon_sms:before{
	  -webkit-animation: swing 1500ms linear infinite;
  -moz-animation: swing 1500ms linear infinite;
  -ms-animation: swing 1500ms linear infinite;
  -o-animation: swing 1500ms linear infinite;
  animation: swing 1500ms linear infinite;
}
/*KEYFRAMES*/
@-webkit-keyframes AutoRun {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate(-30px,30px);
    -moz-transform: translate(-30px,30px);
    transform: translate(-30px,30px);
  }
  50% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate(30px,-30px);
    -moz-transform: translate(30px,-30px);
    transform: translate(30px,-30px);
  }
}
@keyframes AutoRun {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate(-30px,30px);
    -moz-transform: translate(-30px,30px);
    transform: translate(-30px,30px);
  }
  50% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate(30px,-30px);
    -moz-transform: translate(30px,-30px);
    transform: translate(30px,-30px);
  }
}
.AutoRun {
  -webkit-animation: AutoRun 1500ms ease-in-out infinite;
  -moz-animation: AutoRun 1500ms ease-in-out infinite;
  -ms-animation: AutoRun 1500ms ease-in-out infinite;
  -o-animation: AutoRun 1500ms ease-in-out infinite;
  animation: AutoRun 1500ms ease-in-out infinite;
}
/**END KEYFRAMES/
/*END SECCION DE ICONS SMS*/

/*SECTION PUBLICIDAD*/
.sect_plublicidad{
	padding: 30px 0;
}
.box_wrap .box_publicidad{
    margin-bottom: 0;
}

.box_wrap .box_publicidad img
{
    width: 100%;
}

.box_wrap{
	margin: 0;
    position: relative;
    overflow: hidden;
}
.box_wrap:before {
    border-color: #236CA6;
    border-style: solid;
    border-width: 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.box_wrap:after {
    border-color: #236CA6;
    border-style: solid;
    border-width: 0;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.box_wrap:hover:before{
    border-width: 2px 2px 0 0;
    width: 100%;
    height: 100%;
}
.box_wrap:hover:after{
    border-width: 0 0 2px 2px;
    width: 100%;
    height: 100%;
}

.sect_plublicidad .content{
	text-align: right;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 3;
}
.sect_plublicidad .content h5{
	color: #999;
    text-transform: capitalize;
    font-size: 1.07em;
    font-weight: 500;
    margin: 0;
    text-align: right;
}
.sect_plublicidad .content h3{
	font-size: 2em;
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
    margin: 10px 0;
}
.sect_plublicidad .content .shop-now{
	color: #236CA6;
    border-radius: 2em;
    display: inline-block;
    padding: 10px 0;
    line-height: 1;
    font-size: 1.07em;
    font-weight: 400;
    text-transform: uppercase;
	margin-top: 50px;
}
/*END SECTION PUBLICIDAD*/


/*PRODUCTOS*/
.categoria{
	list-style: none;
	margin-bottom: 0;
}

.categoria .owl-thumbs, .clientes .owl-thumbs
{
    display: none !important;
}

.categoria li{
	text-align: center;
}
.categoria li>a{
	font-size: 1.23em;
    font-weight: 600;
    color: #222222;
    line-height: 1;
    display: inline-block;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
}
.flex_products{
	display: flex;
	flex-flow: row wrap;
	list-style: none;
	margin-bottom: 0;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    margin: 50px 0;
}

#menu1 .flex_products
{
    margin: 0;
}

.box-list 
{
    padding: 0 15px;
}

.flex_products>li{
	width: 25%;
    border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 15px;
}
.box_header{
	position: relative;
}
.hide_buttons{
	position: absolute;
	width: 100%;
	bottom: 0;
}
.hide_buttons ul{
	display: flex;
	flex-flow: row wrap;
	list-style: none;
}
.hide_buttons>ul .li50{
	width: 50%;
	margin-left: auto;
    margin-right: auto;
}
.hide_buttons>ul .li50 a{
	display: block;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.59);
    color: #fff;
}
.hide_buttons>ul .li50 a:hover{
	background: #236CA6;
	transition: all ease 500ms;
}    
.hide_buttons>ul .li16{
	width: 16%;
	margin-left: auto;
    margin-right: auto;
}
.hide_buttons>ul .li16 a{
	display: block;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.59);
    color: #fff;
}
.hide_buttons>ul .li16 a:hover{
	background: #236CA6;
	transition: all ease 500ms;
}

.hide_buttons>ul .li50.cero{
	opacity: 0;
    -webkit-transform: translate(0,-20px);
    -moz-transform: translate(0,-20px);
    -ms-transform: translate(0,-20px);
    -o-transform: translate(0,-20px);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

.hide_buttons>ul .li16.first{
	filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(0,-40px);
    -moz-transform: translate(0,-40px);
    -ms-transform: translate(0,-40px);
    -o-transform: translate(0,-40px);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.hide_buttons>ul .li16.second{
	filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(0,-60px);
    -moz-transform: translate(0,-60px);
    -ms-transform: translate(0,-60px);
    -o-transform: translate(0,-60px);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

.hide_buttons>ul .li16.third{
	filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(0,-80px);
    -moz-transform: translate(0,-80px);
    -ms-transform: translate(0,-80px);
    -o-transform: translate(0,-80px);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out; 
}
.box_product:hover{
	opacity: 0.8;
}
.box_product:hover .hide_buttons>ul .li50.cero,
.box_product:hover .hide_buttons>ul .li16.first,
.box_product:hover .hide_buttons>ul .li16.second,
.box_product:hover .hide_buttons>ul .li16.third{
	-webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    filter: alpha(opacity=100);
    opacity: 1;
}
.box_price .product_name{
	font-size: 1.07em;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    text-transform: capitalize;
} 
.box_price .product_name a{
	color: #222222;
    display: block;
}  
.price a{
	color: #236CA6;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-align: center;
}
/*END PRODUCTOS*/




/*SECTION PUBLICIDAD*/
.sect_public{
	padding: 30px 0;
    padding-bottom: 0;
}
.list_publicidad{
	display: flex;
	flex-flow:row wrap;
	margin-bottom: 0;
	list-style: none;
}
.list_publicidad>.li_first{
	width: 49%;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
.list_publicidad>.li_first:before{
	border-color: #236CA6;
    border-style: solid;
    border-width: 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.list_publicidad>.li_first:after{
	border-color: #236CA6;
    border-style: solid;
    border-width: 0;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.list_publicidad>.li_first:hover:before{
	border-width: 2px 2px 0 0;
    width: 100%;
    height: 100%;
}
.list_publicidad>.li_first:hover:after{
	border-width: 0 0 2px 2px;
    width: 100%;
    height: 100%;
}



.list_publicidad>.li_second{
	width: 49%;
	margin-left: auto;
}
.list_subsecond{
	display: flex;
	flex-flow:row wrap;
	margin-bottom: 0;
	list-style: none;
    height: 100%;
}
.list_subsecond>.li_subthird{
	width: 48%;
	position: relative;
	overflow: hidden;
	list-style: none;
}
.list_subsecond>.li_subthird:before{
	border-color: #236CA6;
    border-style: solid;
    border-width: 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.list_subsecond>.li_subthird:after{
	border-color: #236CA6;
    border-style: solid;
    border-width: 0;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.list_subsecond>.li_subthird:hover:before{
	border-width: 2px 2px 0 0;
    width: 100%;
    height: 100%;
}
.list_subsecond>.li_subthird:hover:after{
	border-width: 0 0 2px 2px;
    width: 100%;
    height: 100%;
}

.list_subsecond>.li_subfour{
	width: 45%;
	margin: 0 auto;
}

.li_subfive{
	position: relative;
	overflow: hidden;
    height: 49%;
}

.li_subfive img 
{
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.list_four
{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.list_four>.li_subfive:before{
	border-color: #236CA6;
    border-style: solid;
    border-width: 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.list_four>.li_subfive:after{
	border-color: #236CA6;
    border-style: solid;
    border-width: 0;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.list_four>.li_subfive:hover:before{
	border-width: 2px 2px 0 0;
    width: 100%;
    height: 100%;
}
.list_four>.li_subfive:hover:after{
	border-width: 0 0 2px 2px;
    width: 100%;
    height: 100%;
}
.marg30{
	margin-bottom: 18px;
    height: 49%;
}

.marg30 img 
{
    height: 100%;
    object-fit: cover;
    object-position: left;
}

/*SECTION PUBLICIDAD*/


/*SECTION CLIENTES*/

.title-clientes
{
    padding-bottom: 50px;
}

.title-clientes h2 
{
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
}

.owl-carousel .owl-item img
{
    object-fit: contain;
    display: block;
    height: 90px !important;
}


.sect_clientes{
    padding: 50px 0;
}
.clientes{
    list-style: none;
    margin-bottom: 0;
}
.clientes .owl-prev{
    opacity: 0;
    position: absolute;
    top: 29%;
    left: 0;
    text-indent: -666rem;
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 26px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.clientes:hover .owl-prev{
    opacity: 1;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.clientes .owl-prev:before{
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    color: #236CA6;
    background: #fff;
    text-indent: 0;
    border: 2px solid #236CA6;
}
.clientes .owl-next{
    opacity: 0;
    position: absolute;
    top: 29%;
    right: 0;
    text-indent: -666rem;
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 26px;
}
.clientes:hover .owl-next{
    opacity: 1;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.clientes .owl-next:before{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    color: #236CA6;
    background: #fff;
    text-indent: 0;
    border: 2px solid #236CA6;
}

/*SECTION CLIENTES*/


/*SECTION SUSCRIBETE*/
.sect_suscribete{
	padding: 20px 0;
	background: #236CA6;
}
.box_boletinsms{
	position: relative;
	padding-left: 80px;
}
.box_boletinsms:before{
	content: "\f1d8";
    font-family: FontAwesome;
    font-size: 47px;
    position: absolute;
    left: 0;
    line-height: 1;
    color: #fff;
}
.box_boletinsms h4{
	font-size: 1.54em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    line-height: 1.5;
}
.box_boletinsms p{
	color: #fff;
    text-transform: uppercase;
    font-size: 1.07em;
        line-height: 1.5;
    margin: 0;
}
.e2e-frmCnt{
	position: relative;
}
.e2e-frmCnt .e2e_text{
	display: inline-block;
	width: 70%;
	height: 45px;
    background: #fff;
    border: none;
}
.e2e-frmCnt .e2e_text:focus{
	outline: none;
}
.e2e-frmCnt .e2e_btn{
	display: inline-block;
	width: 28%;
	border: 0;
    color: #fff;
    background: #222;
    font-size: 1.07em;
    text-transform: uppercase;
    padding: 15px 5px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.e2e-frmCnt .e2e_btn:hover{
	 background: #236CA6;
}
   
/*END SECTION SUSCRIBETE*/


/*RESPONSIVE HOME*/
@media(max-width: 767px){
	.sect_iconsms{
		text-align: center;
	}
	.border_right {
    	border: 0;
	}
	.flex_products>li {
	    width: 33%;
	}
	.foot_descrip {
	    line-height: 31px;
	    margin-bottom: 21px;
	    margin: 13px auto;
	    text-align: center;
	}
	.list_pago {
    	text-align: center;
	}
	.p_right {
    	text-align: center;
	}
	.logo-footer {
    float: none;
    text-align: center;
	}
}
@media(max-width: 500px){
	.flex_products>li {
	    width: 50%;
	}
}
@media(max-width: 450px){
	.flex_products>li {
	    width: 100%;
	}
	.hide_buttons>ul .li50.cero {
    	opacity: 1;
    	-webkit-transform: translate(0);
	    -moz-transform: translate(0);
	    -ms-transform: translate(0);
	    -o-transform: translate(0);
	}
	.hide_buttons>ul .li16.first,
	.hide_buttons>ul .li16.second,
	.hide_buttons>ul .li16.third {
    	opacity: 1;
    	-webkit-transform: translate(0);
	    -moz-transform: translate(0);
	    -ms-transform: translate(0);
	    -o-transform: translate(0);
	}
	.marg30 {
    	margin-bottom: 12px;
	}
}

@media(max-width: 892px){
	.box_boletinsms{
		margin-bottom: 30px;
	}
}

@media(max-width: 600px){
	.box_boletinsms:before {
		display: none;
	}
	.box_boletinsms {
    	padding-left: 0;
	}
	.box_boletinsms h4 {
    	font-size: 1.1em;
	}
	.box_boletinsms p {
	    font-size: 0.9em;
	}
	.e2e-frmCnt .e2e_btn {
    font-size: 0.6em;
	}
}
@media(max-width: 1199px){
    .info_movil {
        width: 60%;
    }
    .icon_top {
        width: 25%;
    }
}
@media(max-width: 991px){
    .info_movil {
        width: 45%;
    }
    .icon_top {
        width: 33%;
    }
    .idioma {
        width: 22%;
    }
    .list_icontop>li {
        width: 31%;
    }
}
.listicontop_movil{
    display: none;
}
.iconmenu_movil{
    display: none;
}
 #close_menumovil{
    display: none;
 }

@media(max-width: 992px)
{
    .eonav-cntfluid{
        position: relative !important;
    }
    .wrapsection{
        padding: 0;
    }
    .info_top{
        display: none;
    }
    .list_nav {
        text-align: center;
    }
    .listicontop_movil{
        display: block;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }
    .listicontop_movil>li{
        display: inline-block;
        width: 32%;
    }
    .listicontop_movil>li a{
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        color: #444;
    }
    .not_border{
        border-right: 0 !important;
    }
    .list_nav{
        position: absolute;
        width: 100%;
        opacity: 0;
        -webkit-transform: translate(0,-222px);
        -moz-transform: translate(0,-222px);
        -ms-transform: translate(0,-222px);
        -o-transform: translate(0,-222px);
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        z-index: -1;
    }
    .iconmenu_movil{
        margin-bottom: 0;
        text-align: center;
        background: #236CA6;
    }
    .iconmenu_movil>li{
        display: inline-block;
        width: 48%;
    }
    .iconmenu_movil>li a{
        display: block;
        padding: 17px 20px;
        color: #fff;
    }
    .activemain{
        position: relative;
    }
    .activemain .list_nav{
        background: #236CA6;
        z-index: 9991;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        filter: alpha(opacity=100);
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        opacity: 1;
        z-index: 10;
    }
    .activemain .list_nav>li a{
        color: #fff;
    }
    #close_menumovil{
        display: block;
        position: absolute;
        left: 20px;
        top: 25%;
        color: #fff;
        font-size: 20px;
    }
    .iconmenu_movil{
        display: block;
    }
}
@media(max-width: 767px){

    .info_top{
        display: none;
    }
    .list_nav {
        text-align: center;
    }
    .listicontop_movil{
        display: block;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }
    .listicontop_movil>li{
        display: inline-block;
        width: 32%;
    }
    .listicontop_movil>li a{
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        color: #444;
    }
    .not_border{
        border-right: 0 !important;
    }
    .list_nav{
        position: absolute;
        width: 100%;
        opacity: 0;
        -webkit-transform: translate(0,-222px);
        -moz-transform: translate(0,-222px);
        -ms-transform: translate(0,-222px);
        -o-transform: translate(0,-222px);
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        z-index: -1;
    }
    .iconmenu_movil{
        margin-bottom: 0;
        text-align: center;
        background: #236CA6;
    }
    .iconmenu_movil>li{
        display: inline-block;
        width: 48%;
    }
    .iconmenu_movil>li a{
        display: block;
        padding: 17px 20px;
        color: #fff;
    }
    .activemain{
        position: relative;
    }
    .activemain .list_nav{
        background: #236CA6;
        z-index: 9991;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        filter: alpha(opacity=100);
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        opacity: 1;
        z-index: 10;
    }
    .activemain .list_nav>li a{
        color: #fff;
    }
    #close_menumovil{
        display: block;
        position: absolute;
        left: 20px;
        top: 25%;
        color: #fff;
        font-size: 20px;
    }
    .iconmenu_movil{
        display: block;
    }
}

@media(max-width: 670px){
    .list_nav>li {
        display: block;
    }
    #close_menumovil {
        top: 20px;
    }
    .box_boletinsms{
        text-align: center;
    }
}

@media(min-width: 767px) and (max-width: 991px){
    .list_nav>li>a {
        padding: 17px 13px;
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .list_cartdrop {
        left: 0 !important;
    }
    .list_user{
        right: 0 !important;
        left: auto;
    }
}
@media (max-width: 360px){
    .list_cartdrop {
        left: -40% !important;
    }  
}


/*RESPONSIVE HOME*/

/*NOSOTROS*/
.flex_aboutUs{
    display: flex;
    flex-flow:row wrap;
}
.flex_aboutUs>.item{
    width: 50%;
    display: flex;
    align-items: center;
}
.box_aboutUs{
    width: 90%;
    margin: 0 auto;
}
.box_aboutUs .box_header h2{
    text-align: center;
    font-weight: 800;
    width: 80%;
    margin: 30px auto;
}
.box_aboutUs .box_header h2 span{
    color: #236CA6;
}
.box_aboutUs .box_body p{
    text-align: justify;
    font-size: 15px;
    color: #777;
    letter-spacing: 0.8px;
    font-weight: 300;
    line-height: 23px;
}
.btn_contact{
    display: block;
    padding: 10px 20px;
    width: 200px;
    margin: 0 auto;
    background: transparent;
    border: 2px solid #777;
    color: #777;
    transition: all ease 500ms;
    text-align: center;
}
.btn_contact:hover{
    color: #fff;
    background: #236CA6;
    transition: all ease 500ms;
    border-color: #236CA6;
}

.objetivo-referencia
{
    display: flex;
    padding-bottom: 50px;
}


.title-publico h2
{
    display: flex;
    align-items: center;
}

.title-publico h2 span 
{
    background: #236CA6;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}

.title-referencia h2 
{
    display: flex;
    align-items: center;
}

.title-referencia h2 span 
{
    background: #236CA6;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}

.info-publico, .info-referencia
{
    padding-left: 70px;
}

.info-publico p, .info-referencia p 
{
    text-align: justify;
}

.informacion-servicios
{
    padding: 30px 0;
}

.info1, .info2, .info3, .info4
{
    padding: 20px;
}

.info1, .info2 
{
    border: 1px solid #236CA6;
    border-bottom: none;  
    height: 200px;  
}

.info2 
{
    border-left: none;
}

.info3
{
    background: #236CA6;
    border: 1px solid #236CA6;
}

.info4
{
    border: 1px solid #236CA6;
    border-top: none;
}

.title-infor
{
    height: 50px;
    display: flex;
    align-items: center;
}

.title-infor h2 
{
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    margin: 0;
}

.info2 .title-infor h2, .info1 .title-infor h2, .info4 .title-infor h2 
{
    color: #236CA6;
}

.texto-infor
{
    padding: 20px 0;
}

.texto-infor p 
{
    color: #fff;
}

.info2 .texto-infor p, .info1 .texto-infor p, .info4 .texto-infor p
{
    color: #000;
} 

@media(max-width: 991px){
    .itemimg{
        display: none !important;
    }
    .flex_aboutUs>.item{
        width: 100%;
    }
}

/*SECCION DE VALORES PROGRESS BAR*/
.sect_val_mis_vis{
    padding: 50px 0;
}

.sect_val_mis_vis .progress {
    background-color: #f7f7f7;
    height: 25px
}

.sect_val_mis_vis .progress-bar{
    background-color: #e0e0e0;
}
.sect_val_mis_vis .progress-bar-success {
    background-color: #e0e0e0;
}
.sect_val_mis_vis .progress-striped .progress-bar, .progress-bar-striped {
    background-image: none;
}

.loading-progress{
    position: relative;
    margin-bottom: 45px;
}
.progress span{
    position: absolute;
    left: -1px;
    width: 55px;
    text-align: center;
    height: 55px;
    line-height: 35px;
    background: #236CA6;
    border-radius: 52%;
    padding: 10px;
    top: -18px;
}
.valores{
    position: relative;
}
.valores .title_valor{
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 75px;
    line-height: 24px;
}
.title_us h2{
    margin-bottom: 40px;
}
.mision p{
    color: #777;
    text-align: justify;
}
/*.mision h2{
    background: url(../../../public/img/iconos/bg-widget-title.png) no-repeat left bottom;
    padding-bottom: 15px;
}*/
.hr_title{
    height: 3px;
    border: none;
    background: #000;
    position: relative;
    width: 120px;
}
.hr_title:before{
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 50%;
    background: #236CA6;
}
/*END SECCION DE VALORES PROGRESS BAR*/


/*CONTACTO*/
.sect_contact{
    background-image: url(../../../public/img/fondo/bg-category.png);
    background-size: 100% 100%;
    text-align: center;
    color: #222222;
    padding: 30px 0;
}
.title_contact h4{
    font-weight: 300;
}
.sect_frmcontact{
    padding: 50px 0;
}

#map
   {
    height: 400px;
   }

.e2e-frmCnt {
    position: relative;
}
.e2e-inpfrm {
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    padding: 0.45em 0.5em 0.55em;
    -webkit-appearance: none;
    width: 100%;
    padding-left: 2.8em;
    color: #000;
    height: 45px;
    font-size: 16px;
}
.e2e-inpfrm:focus, .e2e-txtareafrm:focus{
    outline: none;
    border-color: #222;
 }

.e2e-frmIcon {
    bottom: 0;
    color: #777;
    font-size: 24px;
    left: 0.375rem;
    line-height: 1.5;
    pointer-events: none;
    position: absolute;
    text-align: center;
    width: 1.5em;
    padding: 5px;
    top: 0;
}
.e2e-txtareafrm {
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-bottom: 2px solid #000;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    -webkit-appearance: none;
    width: 100%;
    max-height: 150px;
    font-size: 16px;
    color: #000000;
    padding: 0.45em 0.5em 0.55em;
    padding-left: 2.8em;
    box-shadow: 0px 3px 5px -3px #000;
}
.frmbtnflt{
    width: 100%;
    background: #236CA6;
    border-radius: 13px;
    transition: all ease 500ms;
}
.frmbtnflt:hover, .frmbtnflt:focus, .frmbtnflt:active:focus{
    background: #232323;
    transition: all ease 500ms;
    color: #fff;
    outline: none;
}
.titlefrm_contact{
    margin-bottom: 30px;
    text-align: center;
}
.titlefrm_contact h3{
    margin: 0;
    margin-bottom: 20px;
}

/*END PRODUCTOS/

/*TIENDA*/
.sect_tienda{
    padding: 50px 0;
}
.sect_tienda .nav-tabs > li {
    float: right;
    width: 100%;
}

.nav-tabs .dropdown-menu
{
    width: 100% !important;
}
/*.sect_tienda .nav-tabs {
    border-bottom: none;
}*/
.sect_tienda .nav-tabs > li.active > a,
.sect_tienda .nav-tabs > li.active > a:hover,
.sect_tienda .nav-tabs > li.active > a:focus {
    border-color: #236CA6;
    border-radius: 0;
    color: #236CA6;
}

.sect_tienda .nav > li > a {
    color: #fff;
}
.navflex{
    display: inline-flex;
    width: 33%;
    background: #236CA6;
    border-color: #000;
}
.flex_end{
    justify-content: flex-end; 
}
.flex_center{
    justify-content: center; 
}   
.sect_tienda .nav-tabs > li > a {
    margin-right: 0;
    font-size: 12px;
}

.sect_tienda .nav-tabs > li > a:hover {
    border-color: #236CA6 #236CA6 #236CA6;
    border-radius: 0;
    background: #fff;
    color: #236CA6 !important;
    transition: all ease 500ms;
}
.sect_tienda .nav > li > a:hover, .nav > li > a:focus, .sect_tienda .nav > li > a:hover, .nav > li > a:active{
    background-color: #236CA6;
    outline: none;
    color: #fff !important;
}

/*SEGUNDA OPCION DE PRODUCTOS*/
.list_product2{
    list-style: none;
    padding: 50px 0;
}
.box_products2{
    border: 1px solid #ccc;
}
.list_product2 .li_product2 .box_products2{
    display: flex;
    flex-flow:row wrap;
}

.list_product2 .box_products2>.box_left{
    width: 50%;
}
.list_product2 .box_products2>.box_left img{
    display: block;
    margin: 0 auto;
    width: 100%;
}

.list_product2 .box_products2>.box_right{
    width: 50%;
    padding: 20px 30px;
    position: relative;
}
.star_producto:before{
    content: "\f005 \f005 \f005 \f005 \f005 \f005 \f005";
    display: inline-block;
    font-family:FontAwesome;
    font-size: inherit;
    letter-spacing: 3px;
    color: #ecc914;
}

.content_boxright h3 
{
    color: #236CA6;
    font-weight: bold;
}

.list_product2 .content_boxright .p_descrip{
    margin: 30px 0;
    text-align: justify;
    font-size: 18px;
    letter-spacing: 1px;
    color: #777;
}
.list_product2 .content_boxright .price2 .desc{
    color: #000;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    width: 30%;
    gap: 10px;
}

.desc p 
{
    font-weight: 600;
    display: flex;
}

.list_product2 .content_boxright .price2 .normal{
    display: inline-block;
    width: 30%;
    color: red;
    font-size: 14px;
    display: flex;
    gap: 10px;
}
.list_option2{
    margin-bottom: 0;
    list-style: none;
    margin-top: 20px;
}
.list_option2>li{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #236ca6;
    text-align: center;
    line-height: 46px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #236ca6;
    transition: all ease 500ms;
}
.list_option2>li:hover{
    background: #fff;
    transition: all ease 500ms;
}
.list_option2>li:hover a{
    color: #236CA6;
    transition: all ease 500ms;
}
.list_option2>li>a{
    color: #fff;
    font-size: 20px;
    display: block;
    border-radius: 50%;
}

/*INICIAR SESIÓN- REGISTRARSE*/
.sect_micuenta{
    padding: 50px 0;
}
.box_login{
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.box_signup{
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.hr_grey{
    border-top: 1px solid #ccc;
}
.sect_resultado{
    padding: 50px 0;
}

.stock
{
    padding: 20px 0;
}

.stock a 
{
    font-weight: 700;
    color: #444;
}

/*CARRITO*/
.tbl_cart{
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px; 
}
.tbl_cart thead{
    background: #f2f2f2;
}
.tbl_cart th, .tbl_cart td{
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    text-align: center;
}
.tbl_cart tbody .stock input{
    border: none;
    width: 25px;
    margin: 0 5px;
    border-bottom: 2px solid #236CA6;
    text-align: center;
}
.tbl_cart tbody .stock input:focus, .tbl_cart tbody .stock input:active{
    outline: none;
}
.tbl_cart tbody .drop a{
    color: #236CA6;
    font-size: 20px;
}
.box_pago{
    padding: 20px;
    border: 1px solid #e5e5e5;
}
.box_pago .tblpago td{
    color: #236CA6;
    text-align: right;
}
.btn_compraproc{
    display: block;
    padding: 10px 20px;
    background: #000;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: all ease 500ms;
}
.btn_compraproc:hover{
    background: #236CA6;
    color: #fff;
    transition: all ease 500ms;
}

.sect_cart{
    padding: 50px 0;
}


/*FORMULARIO DE ENVIO*/
.hmfrmcontac{
    max-width: 800px;
    margin: 0 auto;
}
.sect_frmenvio{
    padding: 50px 0;
}
/*ENVIO COMPLETO*/
.hr_detail{
    width: 50px;
    border-top: 3px solid #333;
    margin: 0 auto;
}
.backhome a{
    color: #333;
}
.backhome a:hover{
    color: #236CA6;
}
.sect_enviocomp{
    padding: 50px 0;
}
/*SERVICIOS*/
.servicio
{
    display: flex;
}

.main-servicio 
{
    padding-bottom: 50px;
}

.img-servicio, .title-servicio
{
    width: 50%;
}

.img-servicio
{
    overflow: hidden;
    cursor: pointer;
}

.img-servicio img 
{
    transition: all .2s;
}

.img-servicio:hover img 
{
    
    transform: scale(1.2);
}

.title-servicio
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    border: 1px solid #236CA6;
    cursor: pointer;
    transition: all .2s;
}

.title-servicio:hover
{
    background: #236CA6;
}

.title-servicio:hover  h2
{
    color: #fff;

}



.title-servicio h2
{
    margin: 0;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
}

.list_service{
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 0;
    list-style: none;
}
.list_service>li{
    width: 50%;
}
.box_servdescrip{
    padding: 20px;
}
.box_servdescrip p{
    text-align: justify;
    margin: 20px 0;
}
.box_servdescrip h2{
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.btn_contact2{
    display: block;
    padding: 10px 20px;
    width: 200px;
    margin: 30px 0;
    background: transparent;
    border: 2px solid #777;
    color: #777;
    transition: all ease 500ms;
    text-align: center;
}
.btn_contact2:hover{
    color: #fff;
    background: #236CA6;
    transition: all ease 500ms;
    border-color: #236CA6;
}
/*RESPONSIVE SERVICIOS*/
@media(max-width: 991px){
    .list_service>li {
        width: 100%;
    }
}

.buscarhidden{
    display: flex;
    position: absolute;
    height: 58px;
    top: 0;
    -webkit-transform: translate(-227px,-30px);
    -moz-transform: translate(-227px,-30px);
    -ms-transform: translate(-227px,-30px);
    -o-transform: translate(-227px,-30px);
    filter: alpha(opacity=100);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    opacity: 0;
    z-index: 10;
}
.buscarhidden input:nth-child(1){
    border: 1px solid #ccc;
    padding-left: 15px;
}
.buscarhidden input:nth-child(2){
    background: #236CA6;
    border: 0;
    border-color: #236CA6;
    color: #fff;
    width: 48px;
}
.buscarhidden input:focus{
    outline: none;
}
.buscarblock{
    opacity: 1;
    -webkit-transform: translate(-227px,0);
    -moz-transform: translate(-227px,0);
    -ms-transform: translate(-227px,0);
    -o-transform: translate(-227px,0);
    filter: alpha(opacity=100);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
/*BUSCAR MOVIL*/
.buscarhidden2{
    display: flex;
    position: absolute;
    height: 39px;
    top: 0;
    -webkit-transform: translate(0,-30px);
    -moz-transform: translate(0,-30px);
    -ms-transform: translate(0,-30px);
    -o-transform: translate(0,-30px);
    filter: alpha(opacity=100);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    opacity: 0;
    z-index: 10;
}
.buscarblock2{
    top: 39px;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    filter: alpha(opacity=100);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

/*RESPONSIVE TIENDA*/
@media(max-width: 430px){
    .navflex{
        display: inline-flex;
        width: 50%;
        background: #236CA6;
        border-color: #000;
    }
    .navflex2{
        width: 100%;
        justify-content: center;
    }
    .list_product2 .content_boxright .price2 .normal {
        width: 45%;
        margin-left: 8px;
    }
    .list_product2 .content_boxright .price2 .desc {
        width: 50%;
    }
    .list_option2 {
        text-align: center;
    }
}
@media(max-width: 992px){
    .list_product2 .box_products2>.box_left {
        width: 100%;
    }
    .list_product2 .box_products2>.box_right {
        width: 100%;
    }
    .titlefrm_contact{
        margin-top: 20px;
    }
}
.tbl_responsive{
    overflow-x: auto; 
}

@media(max-width: 767px){
    .sb-description{
        display: none;
    }
}
/*MENU FIXED*/
.eonav-cntfluid{
    position: absolute;
    width: 100%;
    z-index: 2;
}
.menu-fixed{
    position: fixed;
    z-index: 10;
}



@media(max-width: 767px){
    .sb-slider {
        z-index: 1;
    }
    .listicontop_movil{ 
        position: relative;
    }
    .buscarhidden2 input:nth-child(1){
        border: 1px solid #ccc;
        padding-left: 15px;
    }
    .buscarhidden2 input:nth-child(2){
        background: #302530;
        border: 0;
        border-color: #302530;
        color: #fff;
        width: 48px;
    }
    .buscarhidden2 input:focus{
        outline: none;
    }
}


.menu-item-hov
{
    list-style: none;
    position: relative;
    height: 100%;
    --clip: polygon(0 0, 100% 0, 100% 0, 0 0);
    --transform: rotate(-90deg);
}

.menu-hover ul 
{
    list-style: none;
    text-align: center;
}

.menu-hover ul h2 
{
    font-size: 18px;
    margin: 0;
    color: #236CA6;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}

.link-menu-hov
{
    font-size: 15px;
    color: #000;
    text-decoration: none;
    padding: 3px 7px;
    display: block;
    border-radius: 4px;
    transition: all .2s;
}

.link-menu-hov:hover 
{
    background: #236CA6;
    color: #fff;
    box-shadow:  5px -5px 16px #d7d7d7,
    -5px 5px 16px #e9e9e9;
    transform: scale(1.1);
}

.menu-hover 
{
    list-style: none;
    transition: clip-path .3s;
    position: absolute;
    bottom: 0;
    left: -43vw;
    margin: auto;
    width: max-content;
    transform: translateY(100%);
    background-color: #fbfbfb;
    width: 90vw;
    padding: 20px;
    clip-path: var(--clip);
    z-index: 5;
    display: flex;
    justify-content: space-between;

}

.menu-item-hov:hover
{   
    --clip: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    --transform: rotate(0);
}

/**** galeria */
.galeria-imgs-main  .item{
    margin: 0;
    color: #000;
    text-align: justify;
}


.galeria-imgs-main .owl-thumbs{
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.galeria-imgs-main .owl-thumbs .owl-thumb-item{
    position: relative;
    width: 20%;
    height: 100px !important;
    background: transparent;
    border: 1px solid #cacaca;
    height: 100%;
    display: block;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}
.galeria-imgs-main .owl-thumbs .owl-thumb-item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
}

.galeria-imgs-main .owl-thumbs .owl-thumb-item.active:before{
    opacity: 0.5;
}
.galeria-imgs-main .owl-thumbs .owl-thumb-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.galeria-imgs-main .owl-thumbs .owl-thumb-item:focus,
.galeria-imgs-main .owl-thumbs .owl-thumb-item.active{
    outline: none;

}

.gal .owl-carousel .owl-stage-outer
{
   border: 1px solid #cacaca;
   margin:20px 0;
   border-radius: 5px;
   height: 300px;
}

.owl-carousel .owl-stage, .owl-carousel .owl-item, .galeria-imgs-main .item, .list_product2 .box_products2>.box_left img
{
    height: 100% !important;
}

.owl-prev
{
    position: absolute;
    top: 40%;
    left: 20px;
    background: none !important;
    color: #236CA6 !important;
}

.owl-next
{
    position: absolute;
    top: 40%;
    right: 20px;
    background: none !important;
    color: #236CA6 !important;
}


.accordion {
    width: 100%;
    background: #ecf9ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style: none;
    padding-left: 0;
}

.accordion .link {
    position: relative;
    padding: 20px 30px;
    color: #353535;
    line-height: normal;
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    font-weight: 700;
        box-shadow: 0px 0px 6px 0px #ccc;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #ffffff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li:hover .link {
    color: #236ca6;
    transition: all ease 500ms;
}

.accordion li.open .link.dropdowncate {
    color: #236ca6;
}

.accordion li.open .icon_down:before {
    color: #236ca6;
}

.accordion li.open .icon_down:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all ease 500ms;
}

.submenu {
    display: none;
    font-size: 14px;
    list-style: square;
}

.submenu li 
{
    list-style: none;
}

.submenu li > a{
    display: block;
    padding: 10px 20px;
        font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: all ease 500ms;
}
.submenu li > a.active{
    color: #00aff2;
}
.submenu li > a:hover {
    color: #236ca6;
    transition: all ease 500ms;
}
.icon_down:before {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 18px;
    transition: all ease 500ms;
}

.filtros 
{
    display: none;
}

.modalF
{
    height: 80% !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto;
}

.modalF .modal-content, .modalF .modal-body
{
    padding: 0 !important;
}

.link-maspro
{
    display: block;
    height: 300px;
}

.img-pro
{
    height: 60%;
}

.masproductos .owl-item .item img
{
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}

.masproductos .owl-item
{
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.08);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.08);
    border: 1px solid #f1f1f1;
    transition: all 300ms !important;
}

.masproductos .owl-item:hover 
{
    transform: scale(1.1);
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    box-shadow:  5px 5px 10px #e0e0e0,
                 -5px -5px 10px #ffffff;
}

.js-image-zoom__zoomed-image
{
    transform: translateX(0) !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;

}

.masproductos .owl-stage-outer
{
    padding: 20px 15px !important;
}

.title-maspro
{
    padding-bottom: 50px;
}

.title-maspro h2 
{
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}


.cod-pro 
{
    height: 40%;
    display: grid;
    place-items: center;
}

.prods
{
    padding: 50px 0;
    padding-top: 0;
}

.cod-pro h2
{
    text-align: center;
    margin: 0;
    font-size: 18px;
}


.cod-pro h5 
{
    text-align: center;
    color: #000;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
}

.cod-pro p 
{
    color: red;
    font-weight: 600;
    font-size: 20px;
}

.masproductos .owl-thumbs
{
    display: none;
}

@media(max-width: 1200px)
{
    .info2
    {
        border-left: 1px solid #236CA6;
    }

    .info1, .info2
    {
        height: inherit;
    }
}

@media(max-width: 992px)
{
    .filtros{
        display: block;

    }

    .filtros button 
    {
        margin: 12px 0;
        color: #fff;
        padding: 10px 20px;
        border: none;
        outline: none;
        border-radius: 4px;
        width: 100%;
        background: #236CA6 !important;
    }

    .menu-hover
    {
        display: none;
    }
}

@media(max-width: 768px)
{
    .servicio
    {
        flex-direction: column;
    }

    .img-servicio, .title-servicio
    {
        width: 100%;
    }

    .title-servicio
    {
        text-align: center;
        padding: 30px 20px;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .serv2, .serv4, .serv6 
    {
        flex-direction: column-reverse;
    }
}

@media(max-width: 576px)
{
    .modal
    {
        width: 100vw !important;
    }

    .modalF
    {
        width: 90vw !important;
    }

    .main-product_carrito, .flex-prod, .texto-product_carrito
    {
        flex-direction: column;
    }

    .img-product_carrito, .flex-prod, .info-product_carrito, .btn-eliminar_carrito
    {
        width: 100%;
    }

    .img-product_carrito
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .info-product_carrito
    {
        border: 1px solid #f1f1f1;
        border-left: 0;
        border-right: 0;
    }

    .title-desc h5
    {
        text-align: center;
    }

    .title-product_carrito
    {
        padding: 15px 0;
    }

    .modal-body
    {
        padding: 15px 0 !important;
    }

    .img-product_carrito img
    {
        width: 80px !important;
    }

    .title-product_carrito h4
    {
        text-align: center;
    }

    .btn-eliminar_carrito
    {
        padding: 20px 0;
    }
}