@charset "utf-8";

body{
font-family: "Poppins", sans-serif;
-webkit-font-smoothing: antialiased !important;
}

a {
    color: #03726e;
    text-decoration: none;
}
.contenedor-filtro::-webkit-scrollbar {
    -webkit-appearance: none;
}
.contenedor-filtro::-webkit-scrollbar:vertical {
    width:10px;
}
.contenedor-filtro::-webkit-scrollbar-button:increment,.contenedor-filtro::-webkit-scrollbar-button {
    display: none;
}
.contenedor-filtro::-webkit-scrollbar:horizontal {
    height: 10px;
}
.contenedor::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}
img {
    max-width: 100%;
    height: auto;
}
.relacionados .product-top h3.product-price {
    text-align: center;
}
#caja_login .col-md-6{width: 100%;}
#caja_login .oa_social_login{margin:0;}
.plugin #content{ display: flex; justify-content: center;}
.metodos_pago .panel-body p {
    margin: 1rem 0;
}
#toolbar-save .btn {
}
#toolbar-save .btn :hover{
    color: #fff;
    background-color: #ed4d1c;
    border: 2px solid #ed4d1c;
}
.btn-primary{
    border: 2px solid #e03f0d;
    border-radius: 30px;
    transition: 0.5s;
    background-color: #e03f0d;
    display: inline;
    color: #fff;
    padding: 10px 20px ;
    font-size: 14px ;
    margin: 1rem 0.3rem ;
    letter-spacing: 1px ;
    text-transform: inherit;
    border: none;
    transition: 0.5s;
}
.btn-primary:hover{
   border: 2px solid #ed4d1c;
    border-radius: 30px;
    transition: 0.5s;
    background-color: #ed4d1c;
    display: inline;
    color: #fff;
    padding: 10px 20px ;
    font-size: 14px ;
    margin: 1rem 0.3rem ;
    letter-spacing: 1px ;
    text-transform: inherit;
    border: none;
    transition: 0.5s;

}
.row-login .btn-registro{
    font-weight: 400;
    padding: 6px 20px 7px;
    height: 35px;
    width: 150px;
    line-height: 19px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border: 2px solid #e03f0d;
    border-radius: 30px;
    margin: 0px auto 5px;
    transition: 0.5s;
    background-color: #e03f0d;
    line-height: 20px;
}
.row-login .btn-registro:hover{
    color: #fff;
    border: 2px solid #ed4d1c;
    background-color: #ed4d1c;
}
.content-agregar .btn-as-two{
    margin-top: 10px!important;
    line-height: 30px!important;
    margin-left: 0px!important;

}
.item_paginacion .pagination-prev{
    display: none;
}
.item_paginacion .pagination-next{
    display: none;
}
.item_paginacion{}
.item_paginacion ul{ display: flex; padding: 0; list-style-type: none;justify-content: center;}
.item_paginacion li{margin: 0 0.5rem;}
.item_paginacion span {
    /* color: red; */
    border: 2px solid #e03f0d;
    background: #ffffff;
    padding: 0.6rem 1rem;
    border-radius: 50%;
    color: #e03f0d;
    font-weight: 600;
}
.item_paginacion a{
    border: 2px solid #e03f0d;
    padding: 0.6rem 1rem;
    background: #e03f0d;
    /* padding: 1rem; */
    border-radius: 50%;
    color: #fff;
}
.item_paginacion a:hover, .item_paginacion a:focus{background: #e03f0d; color:#fff;}
.item_paginacion .pagenav{}
.pagination-start, .pagination-end{ display:none;}
.fecha { display: none;}

.content-doc { font-size: 15px; text-align: left; line-height: 21px;}

.docs_buscador { padding:20px 10px;}

.documento {
	padding: 30px 20px;
    /* border-top: 1px dotted #e2e2e2; */
}

.docs-imagen img{
	border-radius: 10px;
  opacity: .4;
}

.docs_buscador .inputbox {
	border-radius: 6px;
    padding: 8px;
    border: none;
    background: #eee;
	font-size: 14px;
	    width: 100%;
}
.docs_buscador .inputbox:focus {
	outline:none;
}
.docs_buscador .button {
    font-weight: 400;
    background-color: #e03f0d;
    color: white;
    border-radius: 30px;
    border: solid 1px;
    padding: 8px 17px;
    font-size: 13px;
    border:none;
    display: inline-block;
}
.docs_buscador .button:hover {
    background-color: #ed4d1c!important;
    color: white;
}
.tabla-principal {
	    text-align: center;
}
.descarga{margin-top: 2rem; display: inline-block;}
.descarga a{
    font-weight: 400;
    background-color: #e03f0d;
    color: white;
    border-radius: 30px;
    border: solid 1px;
    padding: 8px 17px;
    font-size: 13px;
    border:none;
    display: inline-block;
}
.descarga a:hover{

    background-color: #ed4d1c;
    color: white;
}

.docs_buscador .button:hover{background: #00565D;}
.btn-filtrar {
}

.btn-filtrar:hover {
    transition-duration: 0.3s;
}
.title-cat, .title-data, .title-cat:hover, .title-data:hover {
	color:#b3b3b3;
	}
.padding-autoridades {
	padding: 0 7px 20px 7px;
}


.indicator {
	text-align: left;
    padding: 0 1.7em;
    vertical-align: middle;
    margin: 7px 0;
}

.cat .inputbox {
	    cursor: pointer;
}


select {
   background: transparent;
   border: none;
   font-size: 14px;
   padding: 5px;
   /*width: 250px;*/
}

select:focus{ outline: none;}

.cat::after{
	content:"\025be";
	display:table-cell;
	padding-top:7px;
	text-align:center;
	width:40px;
	height:100%;
	background-color:#d9d9d9;
	position:absolute;
	top:0;
	border-radius: 0 9px 9px 0;
	right:10px;
	pointer-events: none;
}

option {
	background:#eee;
	font-size:14px;
	border:none;
	padding:5px 0;
	/* font-weight:bold; */
}
.selectorPlantilla .inputbox option { background: none;}
.description-content a, .description-content a:visited { color:#00A9A5;}

.fixed{position: fixed; width: 100%; top: 0; transition: 0.5s;background: #fff !important;/*border-bottom: solid 1px #f3f3f3;*/}
.modal-footer { display: flex; justify-content: flex-end; border:none;}
.modal-body iframe { height: 400px !important;}
.modal-header { background: #e9f3f4;    border: none;}
.modal-title {
    color: #03726e;
    text-transform: inherit;
    /* letter-spacing: 0px; */
    font-weight: 400;
    text-align: center;
}
.carro_compra i {
        font-size: 2rem;
    margin: 0rem;
    color: #ffc5c5;
    font-weight: lighter !important;
}
.banner-top {
      /* padding-top: 107px; */
}
.carro_compra .product_ .box .imagen {
    padding: 0;
}
.cart-dropdown-desc i{
    font-size: 3rem;
    background: #e03f0d;
    margin: 0;
    padding: .5rem;
    float: left;
    border-radius: 100%;
    margin-right: 1rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    color: #fff;
}
.cart-dropdown-desc {color:#00565D;font-size:2rem;display:block;height: 4rem;}
.cart-action-total {
    font-size: 2rem;
    padding: 1rem 0;
    color: #00555c;
    font-weight: 600;
    border-top: solid #eaeaea 1px;
}

.modal-header .close {    color: #03726e; opacity: .7;}
.cont-menu { display: flex; align-items: center;flex-wrap: wrap;}
.btn-success, .btn-success:hover { color: #000;
    color: #00555c;
    background: #ececec;
    padding: 10px 20px !important;
    font-size: 14px !important;
    display: table;
    margin: 15px 0px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
}

#megamenucss .blackwhite.megamenu ul.level0 > li.megacss:hover > a.megacss{ color:#00555D;}

#megamenucss .js-megamenu .megamenu .jux-custom-css i.jux-fa {color: #00555C;}

#adminFormCarrito .btn-default{
    border: none;
    border-radius: 0;
    color: #00555c;
    padding: 6px !important;
    font-size: 13px !important;
    font-weight: 500;
    display: inline;
    border-bottom: .2rem solid #00555c;
    margin: 1rem 2rem !important;
    letter-spacing: 1px !important;
}
.label-danger {
    color: #464444;
    padding: 10px 20px;
    margin-top: 20px!important;
    background-color: #f0f0f0;
    position: absolute;
}
#adminFormCarrito .btn-as{
    height: 35px;
    width: 150px;
    line-height: 10px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border: 2px solid #e03f0d;
    border-radius: 30px;
    margin: 0px auto 5px;
    transition: 0.5s;
    background-color: #e03f0d;
}
#adminFormCarrito .btn-as:hover{
    color: #fff;
    border: 2px solid #ed4d1c;
    background-color: #ed4d1c;
}
.add-to-cart, .add-to-cart:focus, .add-to-cart:active{color: #fff;
    display: block;
    margin: 1rem 0.3rem !important;
    letter-spacing: 1px !important;
    text-transform: inherit;
    border: none;
    height: 35px;
    width: 150px;
    line-height: 15px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border: 2px solid #e03f0d;
    border-radius: 30px;
    margin: 0px auto 5px;
    transition: 0.5s;
    background-color: #e03f0d;
}
.add-to-cart:hover{
    color: #fff!important;
    border: 2px solid #ed4d1c!important;
    background-color: #ed4d1c!important;
    border-radius: 30px!important;
    text-transform: inherit!important;
}
.add-to-cart:hover{color: #fff; background: #ddd;     margin: 1rem 0.3rem !important;}

.observaciones_retiro{
   margin: 0 0 15px 0;
    padding: 1.5rem 5rem;
    background: none;
    line-height: 24px;
    color: #00555c;
    font-size: 15px;
    margin: 0 0 15px 0;
    padding: 1.5rem 5rem;
    background: none;
    display: inherit;
}
.panel-group .panel {
    padding: 10px 0px;
    border-radius: 0;
    /* background: none; */
    border: none;
    box-shadow: none;
}
.panel-group .panel+.panel {
    margin-top: 0px!important;
}
.panel-title{
    line-height: 25px;
    width: 100%;
    padding: 1rem 4rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    background: #57787d;
    font-size: 22px;
    border-radius: 1rem 1rem 0 0;
    display: flex;
    align-items: center;
}
.panel-title a{padding: 1rem 2rem; width:100%;}
.panel-title a:hover{ color:#fff;}
.contenedor-footer .panel-title a {color: #fff;}
.panel-body { padding: 0px 10px;}
.panel-body ul{ padding:0; list-style-type:none;}
.panel-body ul a{ color:#fff;}
.panel-default>.panel-heading { padding: 0; background:none;}
.panel-default>.panel-heading+.panel-collapse>.panel-body { font-size: 1.7rem;border-top-color: rgba(221, 221, 221, 0.2);}

#megamenucss #js-mainnav.megamenu .childcontent-inner {
    background:none !important;
    width: 800px;
}

@media (max-width: 800px) {
    #megamenucss #js-mainnav.megamenu .childcontent-inner {
        background:none !important;
        height: 490px;
        overflow: scroll;
        float: left;
        width: 800px;
    }

}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.1;
    color: #000;
}
.contenedor-footer .panel-title{background: none;}
.logo-cliente{padding: 3rem;}
.logo-cliente img{ margin:0 auto;}

.clientes h2{ color:#666;}

 .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{ background: url(../images/nav-medtec.svg); font-size: 0; padding: 1.5rem; opacity:0.5;}
 .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover{ opacity:1;}

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

/* CSS Document */

.buscador, .carro-compra, .rrss{ }
.rrss ul{list-style-type: none; font-size: 2.5rem; padding: 1rem 0;}
.rrss a{ color:#fff;}

#jux_memamenu105{}
.mainNav{ background:none !important; width:100% !important;}
#megamenucss #js-mainnav.megamenu.horizontal.left ul.level0 {width: 100%; display: flex;justify-content: center;background: none;}
#megamenucss #js-mainnav.megamenu.vertical.left ul.level0 {background: none;}
.mainNav li{ }

#megamenucss #js-mainnav.megamenu ul.level0 li.megacss span.menu-title {
  display: flex;
}

.megamenu li:first-child, .megamenu li:last-child{ border:none;}
#megamenucss #js-mainnav.megamenu ul.level0 li.megacss span.megacss, #megamenucss #js-mainnav.megamenu ul.level0 li.megacss a.megacss{ border: none;  text-shadow: none; box-shadow: none; color: #00555c; font-size: 1.7rem; padding: 0;}
#menu139, #menu138, #menu140, #menu254{transform: skew(-20deg);}
#menu139 span, #menu138 span, #menu140 span, #menu254 span, #menu138 span {padding:0px 2rem !important ;transform: skew(20deg);}
#menu139{ border-right: rgba(0, 85, 92, 0.5) solid 1px !important;}
#menu140, #menu138, #menu139, #menu140, #menu254 {
    border-right: none !important;
}
#megamenucss .blackwhite.megamenu ul.level0 > li.megacss:hover > a.megacss, #megamenucss #js-mainnav.megamenu.blackwhite ul.level0 li.active{background: none !important;  color: #00555c !important;}

    #megamenucss #js-mainnav.megamenu.horizontal ul.level0 li a.haschild.megacss span.menu-title, #megamenucss #js-mainnav.megamenu.horizontal ul.level0 li span.haschild.megacss span.menu-title, #megamenucss #js-mainnav.megamenu.horizontal ul.level0 li a.haschild-over.megacss span.menu-title, #megamenucss #js-mainnav.megamenu.horizontal ul.level0 li span.haschild-over.megacss span.menu-title{
       /* CSS Document background:none !important */
    }
#megamenucss #js-mainnav.megamenu.vertical ul.level0 li a.haschild.megacss span.menu-title, #megamenucss #js-mainnav.megamenu.vertical ul.level0 li span.haschild.megacss span.menu-title, #megamenucss #js-mainnav.megamenu.vertical ul.level0 li a.haschild-over.megacss span.menu-title, #megamenucss #js-mainnav.megamenu.vertical ul.level0 li span.haschild-over.megacss span.menu-title{ background:none !important}
#megamenucss .blackwhite.megamenu .dropdown-menu ul.level1 li.megacss:hover>a.megacss, #megamenucss .blackwhite .dropdown-menu ul.level1 li.megacss a.megacss:hover{
    background: #edf9f8 !important;
    transition: .2s;
}

#megamenucss #js-mainnav.megamenu ul.megamenu.level1 {padding: 1rem 0rem;}
#megamenucss .blackwhite .dropdown-menu ul.level1 li.megacss a.megacss:hover span.menu-title{ border-color:transparent;}
.megacol li{ border-bottom: solid 1px #fff;}
#megamenucss #js-mainnav.megamenu ul.level1 li.megacss a.megacss { color: #464646 !important;
    font-optical-sizing: inherit;
    letter-spacing: .01rem;}

.megacol span.menu-title { border-bottom: solid 2px rgba(256,256,256,0.2); padding:1rem 0;}
body { font-size:13px;  }

.tparrows{ z-index: 98 !Important}

a:focus { outline:none; }

p{ font-size: 14px; color: #8c8c8c;}

.modal-open {

    overflow: visible !important;
    padding-right: 0px !important;
}

#megamenucss #js-mainnav.megamenu { background: none; border: none; box-shadow: none;}

.btn-as-modal{
    float: right;
    height: 35px;
    width: 150px;
    line-height: 19px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border: 2px solid #e03f0d;
    border-radius: 30px;
    margin: 0px 0 0px;
    transition: 0.5s;
    background-color: #e03f0d;
}
.btn-as-modal:hover{
    color: #fff;
    transition: 0.5s;
    border: 2px solid #ed4d1c;
    background-color: #ed4d1c;
}
.btn-as-cancel, #toolbar-cancel .btn{
    height: 35px;
    width: 150px;
    line-height: 19px;
    font-size: 13px;
    color: #00555c;
    text-align: center;
    border-bottom: 3px solid #c8e8e5;
    border-radius: 0px;
    margin: 0px 10px 0px 0px;
    transition: 0.5s;
    background-color: none;
    background-color: #fff;
}
.btn-as-cancel:hover, #toolbar-cancel .btn:hover {
    opacity: 0.6;
}
.btn-as:hover{text-decoration: none; color: #fff; background: #00555B;}
.btn-as:focus{ color: #fff;}

.content-agregar .btn-as {
    font-weight: 400;
    height: 35px;
    width: 25rem;
    line-height: 19px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border: 2px solid #e03f0d;
    border-radius: 30px;
    margin: 0px auto 5px;
    transition: 0.5s;
    background-color: #e03f0d;

}
.content-agregar .btn-as:hover {
    background: #ed4d1c;
}
.btn.focus, .btn:focus, .btn:hover {
    box-shadow: none!important;
    outline: none!important;
    box-shadow: none;
}
/* Top */
#caja_top { z-index: 999; position: absolute; width: 100%; padding: 0;}
.bot_top {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00555c+0,00555c+78,43797e+78,43797e+100 */
    background: #00a297;
    padding: 0px;
}
#caja_top .seccion1 { margin:0; }
/* #caja_top .seccion2 { margin: 0; display: flex; align-items: center; padding: 0; 
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
 } */


 #caja_top .seccion2 { margin: 0; display: flex; align-items: center; padding: 0; 
    background:#fff;
 }

#caja_top .seccion2 .navbar { margin-bottom: 0px;  }
#caja_top .seccion2 .navbar-default { background: none; border: none; }
.titulo-filtro{color: #00555c; font-weight: 500;padding-right: 1rem;}

.filtros_ .inputbox{    background: #fff;
    padding: 1rem;
    border: .1rem solid #caeaea;
    border-radius: 5px;
    color: #00a9a5;
    margin: 0 0.5rem;}

/* Top - Botonera Top */
#caja_top .seccion1 .bot_top ul { list-style: none; float: right;}

#caja_top .seccion1 .bot_top li {
    display: inline-block;
    line-height: 40px;
    border: 1px solid #ffffff1f;
}


#caja_top .seccion1 .bot_top a {
    color: #fff;
    font-weight: 600;
    /* letter-spacing: 1px; */
    font-size: 14px;
}
#caja_top .seccion1 .bot_top a:hover { background: none; color: #cefffc; }

/* Top - Datos contacto */
#caja_top .seccion1 .datos { color: #adadad; text-align: right; font-size: 1.1em; }
#caja_top .seccion1 .datos ul { list-style: none; float: right; margin: 0; padding: 0; letter-spacing: 0px;}
#caja_top .seccion1 .datos li { display: inline-block; line-height: 37px; padding: 0 5px; }
#caja_top .seccion1 .datos a { color: #adadad; }
#caja_top .seccion1 .datos a:hover { color: #fff; text-decoration:none; }

/* Top - Seccion 2 - Izquierda */
#caja_top .seccion2 .izq {  padding-left: 0; padding-right: 0px }

/* Top - Seccion 2 - Derecha */
#caja_top .seccion2 .der { float: right; padding-right: 0px; width:100%;}

.rrss{padding: 0.5rem;}
.rrss li{ float:right; margin: 0 0.5rem;}
.rrss a{color: #413f48; font-size: 2rem; background: #fff; width: 3.2rem; height: 3.2rem; display: block; border-radius: 100%;
    text-align: center; padding: 0.6rem;}
.rrss a:hover{color: #413f48; background: #ddd;}

/* Top - Logo */
#caja_top .seccion2 .logo {z-index: 9 }
#caja_top .seccion2 .logo img {width: 87%!important;}
.btnLogin{}
.btnLogin img{width: 2rem;margin-right: 1rem;}
/* Top - Hamburguer button */
#caja_top .seccion2 .navbar-toggle { margin: 28px 0 0 0; padding: 0px; }
#caja_top .seccion2 .navbar-toggle .icon-bar { display: block; height: 0.4rem; border-radius: 2px; background: #fff; width: 5rem;}
#caja_top .seccion2 .navbar-toggle .icon-bar + .icon-bar { margin-top: 1rem; }

/* Top - Buscador */
#caja_top .seccion2 form input[type="text"] {float: right; width: 22em; height: 36px; padding: 0 36px 0 10px;line-height: 36px; background: url(../images/lupa_buscador.jpg) no-repeat center right #fff; border: solid 1px #9b9b9b; border-radius: 1px; margin-top: 10px;margin-right: 1rem;}


/* Top - Carrito */
#caja_top .seccion2 .carrito {
    float: right;
    display: block;
    margin-top: 0px;
}
#caja_top .seccion2 .carrito .btn { background: none; border-radius: 0px; border: none; margin-bottom: 0; padding:0; }
#caja_top .seccion2 .carrito .btn i { font-size: 2.25rem; color: #fff; }
#caja_top .seccion2 .carrito .btn .badge {
    position: absolute;
    background: #ffd026;
    padding: .4rem .6rem;
    /* top: 0.2rem; */
    right: -1rem;
    font-size: 11px;
    color: #565656;
    width: auto;
}


/* Top - Botonera Principal - Desktop */
#caja_top .seccion2 .quiebre { clear: both; }
#caja_top .seccion2 #bs-example-navbar-collapse-1 { float: right; -webkit-box-shadow: none; box-shadow: none;padding-top: 10px; padding: 0rem; width: 100%; background: #000;}
#caja_top .seccion2 #bs-example-navbar-collapse-1 .nav {  width: 100%; display: flex; justify-content: space-between;}
#caja_top .seccion2 #bs-example-navbar-collapse-1 a {color: #dadada; padding: 1rem !important;text-transform:uppercase; border-bottom: solid 1px rgba(0,0,0,0);-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
white-space: unset !important;}

.dropdown-menu li a {    font-size: 1.2rem;text-transform: initial !important;}
#caja_top .seccion2 #bs-example-navbar-collapse-1 a:hover{background: #666; color: #fff;}

/* Banners - Home */
#banners { background: #000; }

/* Clientes - Home */
#clientes { padding-bottom: 4rem;margin-top: 4rem;}

.owl-prev{ position: absolute; top: 45%; left: -3%;-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);}
.owl-next{ position: absolute; top: 45%; right: -3%;}

/* Suscripción - Home */
#suscripcion { background: #000; color: #fff; padding: 22px 0; }
#suscripcion h4 { margin: 0px; line-height: 1em; font-size: 17px; color: #fff; }
#suscripcion .form-control { line-height: 36px; border-radius: 0px; }
#suscripcion .btn { height: 34px; border: solid 2px #fff; background: none; padding: 0 25px; color: #fff; text-transform: uppercase; border-radius: 0px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;}
#suscripcion .btn:hover { border: solid 2px #fff; background: #fff;  color: #333333; }

/* Footer - Seccion 1 */
#footer .seccion1 {
    background-color: #111111;
    /* background: url(../images/bg-footer.jpg); */
    background-size: cover;
    background-position: center;
    padding: 3rem 0;
}

/* Footer - Seccion 1 - Logo */
/* #footer .seccion1 .logo_footer img { margin: 6rem 0 2rem; max-width: 25rem; } */

/* Footer - Seccion 1 - Botonera footer */
#footer .seccion1 .botonera_footer { padding-top: 3rem;}
#footer .seccion1 .botonera_footer h4 { font-size: 12px; text-transform: uppercase; color: #f8f8f8; margin: 0px; font-weight: bold; margin-bottom: 5px; }
#footer .seccion1 .botonera_footer ul { list-style: none; margin: 0px; padding: 0px; }
#footer .seccion1 .botonera_footer li { padding: 2px 0px;  }
#footer .seccion1 .botonera_footer a { color: #d6d6d6; }
#footer .seccion1 .botonera_footer h5{color: #fff; font-weight: 500; text-transform: uppercase; font-size: 1.8rem;}
#footer .seccion1 .botonera_footer a:hover{ color:#fff; text-decoration:none;}
.contenedor-footer{ padding: 3rem;}
#footer .seccion1 p{ color: #fff; font-weight: 400; font-size: 1.6rem; padding: 3rem 0;margin: 0;}

.datos{}
.datos p{ color:#fff;font-size: 1.3rem;line-height: 2rem;}

/* Footer - Seccion 1 - Iconos Sociales */
#footer .seccion1 .social_footer { text-align: right; }
#footer .seccion1 .social_footer ul { list-style: none; margin: 1rem 0 2rem; padding: 0px; }
#footer .seccion1 .social_footer li { display: inline-block; }
#footer .seccion1 .social_footer li+li { margin-left: 7px; }
#footer .seccion1 .social_footer a { display: block; }
#footer .seccion1 .social_footer i { font-size: 22px; color: #1a1a1a; background: #fff; width: 37px; height: 37px; border-radius: 18px; text-align: center; line-height: 37px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;

 }
#footer .seccion1 .social_footer i:hover { color: #f15a24; background: #fff;}

/* Footer - Seccion 2 */
#footer .seccion2 { background: #00555C; color: #e5e5e5; }
#footer .seccion2 ul { margin: 0; padding: 0; }
#footer .seccion2 li { display: inline-block; line-height: 14px;margin: 2rem 0;}
#footer .seccion2 li+li { border-left: solid 1px #fff; padding-left: 4px; margin-left: 0; }
#footer .seccion2 a { color: #e5e5e5; }
#footer .seccion2 a:hover { color: #fff; text-decoration:none; }


.titulo h2{color: #5ca8a4;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 2rem; }
.product-name{text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.7rem;
	height: 3.6rem;
    margin-top: 1rem;
}
.cover{
}
.contenedor-producto:hover .cover{ opacity:0;}
.product .detalle {
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d;
    text-align: left;
    padding-bottom: 7px;
}
.contenedor-producto img{ }
.descripcion-producto{
    width: 100%;

}
.descripcion-producto .categoria {
    color: #57787d;
    text-align: left;
    font-size: 13px;
    padding-bottom: 7px;
    height: 3.5rem;
    margin-bottom: 1rem;
    overflow: hidden;
}
.descripcion-producto .titulo {
    color: #00555c;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 4px;
    min-height: 58px;
    line-height: 1.8rem;
/*    text-transform: lowercase;*/
    margin: 1rem 0;
}

.box-product {
    padding: 1rem;
}

.titulo:first-letter {
/*    text-transform: uppercase;*/
}


.descripcion-producto h2{margin:0 !important; min-height: 6rem; font-size: 1.7rem; padding: 1rem;color: #105f64;font-weight: 600;display: flex;
    justify-content: center;
    align-items: center;
    min-height: 7rem;}
.product-feature .content-agregar .btn-as{ width:100%; background:#000;}
.product-feature .content-agregar .btn-as:hover{background:#808080;}
.nav>li>a:focus, .nav>li>a:hover { text-decoration: none; background: none;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{ background:none;}
.navbar-nav>li>.dropdown-menu { margin-top: 0rem !important; background: #3b3b3b; border-radius: 0; min-width: 20rem !important; padding: 0; }
.dropdown-menu li {

}
    .dropdown-menu{
        background-color: #fff;
        /* border: 3px solid red; */
        margin-top: 40px;
        /* background: rgba(45, 86, 92, 0.90); */
        right: 0; float: right;
    }

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{ background:none;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{ background:none;}

.dropdown-submenu .dropdown-menu.sm-nowrap{left: 140px;}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { background: none;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{ background:none;}

.page-header h2{}

.interior { margin-top: 1rem;
    padding-bottom: 6rem;}

 .col-main h4 {
    font-size: 3rem;
}

.owl-carousel .owl-item .relacionados img{padding: 0;
/*	height: 23rem;*/
    margin-bottom: 2rem;}

.listado {
	line-height: 2.5rem;
}

h3.product-price {
    text-align: left;
    margin-top: 0;
    padding: 0;
}
.productos .box .precio {
text-align: center;
    margin-top: 0;
    padding: 0;
}
.social {
    position: fixed;
    left: 0px;
    top: 260px;
    z-index: 2000;
    margin-top: 25px;
}
.social ul {
	margin:0;
	padding:0;
}

.social ul li a {display: inline-block; color: #fff; background: #009F00; padding: 10px 62px 10px 17px; text-decoration: none; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; font-size:0; line-height: 2rem; border-top-right-radius: 10rem; border-bottom-right-radius: 10rem;}
.social ul li a:hover{font-size:1.5rem;}

.social ul li a:hover {padding: 10px 70px 10px 20px;}

.ws-lateral i.fab.fa-whatsapp{
top: 0rem;
    font-size: 4rem;
    position: absolute;
    padding: 1rem;
}



.main-form {
    background-color: #f0f0f0;
}

.box-form h2 {
    font-weight: 700;
    font-size: 3.8rem;
}

.box-form span {
    color: #50bfb8;
    font-size: 5rem;
    font-weight: 600;
}


.megacol span.menu-title { font-size: 1.5rem;padding: 1rem 2rem 1rem 4.5rem;}

#AnestesiayManejodelDolor #menu399, #Biopsia #menu400, #Cirugía #menu401, #CuidadodelaMama #menu402, #CuidadosDomiciliarios #menu403, #CuidadosIntensivos #menu404, #CuidadoPaliativo #menu405,
#Diálisis #menu406, #NutriciónyGastrostomía #menu407, #Pediatría #menu408, #Oncología #menu409 {
}

#AnestesiayManejodelDolor #menu399, #AnestesiayManejodelDolor #menu399:hover{
    background: url(/images/iconos/anestesia.svg) no-repeat !important;
    background-size: 4rem !important;
    background-position-y: center !important;
}

#Biopsia #menu400, #Biopsia #menu400:hover {
    background: url(/images/iconos/biopsia.svg) no-repeat !important;
     background-size: 4rem !important;
    background-position-y: center !important;
}

#Cirugía #menu401, #Cirugía #menu401:hover {
    background: url(/images/iconos/cirugia.svg) no-repeat !important;
     background-size: 4rem !important;
    background-position-y: center !important;
}

#CuidadodelaMama #menu402, #CuidadodelaMama #menu402:hover {
    background: url(/images/iconos/mamas.svg) no-repeat !important;
     background-size: 4rem !important;
    background-position-y: center !important;
}

#CuidadosDomiciliarios #menu403, #CuidadosDomiciliarios #menu403:hover {
    background: url(/images/iconos/domiciliario.svg) no-repeat !important;
     background-size: 4rem !important;
    background-position-y: center !important;
}

#CuidadosIntensivos #menu404, #CuidadosIntensivos #menu404:hover {
    background: url(/images/iconos/cuidados-i.svg) no-repeat !important;
     background-size: 4rem !important;
    background-position-y: center !important;
}

#CuidadoPaliativo #menu405, #CuidadoPaliativo #menu405:hover {
    background: url(/images/iconos/paleativo.svg) no-repeat !important;
     background-size: 4rem !important;
    background-position-y: center !important;
}

#Diálisis #menu406, #Diálisis #menu406:hover {
    background: url(/images/iconos/dialisis.svg) no-repeat !important;
     background-size: 4rem !important;
    background-position-y: center !important;
}

#NutriciónyGastrostomía #menu407, #NutriciónyGastrostomía #menu407:hover {
    background: url(/images/iconos/nutricion.svg) no-repeat !important;
     background-size: 4rem !important;
    background-position-y: center !important;
}


#Pediatría #menu408, #Pediatría #menu408:hover {
    background: url(/images/iconos/pediatria.svg) no-repeat !important;
     background-size: 4rem !important;
    background-position-y: center !important;
}

#Oncología #menu409 , #Oncología #menu409:hover {
    background: url(/images/iconos/oncologia.svg) no-repeat !important;
     background-size: 4rem !important;
    background-position-y: center !important;
}






#AnestesiayManejodelDolor #menu399:hover, #Biopsia #menu400:hover, #Cirugía #menu401:hover, #CuidadodelaMama #menu402:hover, #CuidadosIntensivos #menu404:hover, #CuidadosDomiciliarios #menu403:hover, #CuidadoPaliativo #menu405:hover,
#Diálisis #menu406:hover, #NutriciónyGastrostomía #menu407:hover, #Pediatría #menu408:hover, #Oncología #menu409:hover {
    background-color: #edf9f8 !important;
    background-size: 4rem !important;
    background-position-y: center !important;
}










@media screen and (min-width: 1400px) {
.banner-top{ position: relative;  width: 100%;}
.megacol span.menu-title {
font-size: 1.5rem;
    height: 7rem;
    align-items: center;
    margin: auto 0;
    vertical-align: middle;
}

#footer .seccion1 .botonera_footer a { font-size: 12.6px;}
#footer .seccion1 .botonera_footer h4 { font-size: 14px;}

.tp-caption a { padding: 25px !important;}

#caja_top .seccion2 #bs-example-navbar-collapse-1 a { padding: 10px 25px; font-size: 16px;}

.cover ul {
    padding: 3em 4em;
    list-style-type: none;
    border: solid 1px #fff;
    display: table;
    color: rgba(256,256,256,0.5);
    text-transform: uppercase;
    line-height: 30px;
    font-size: 18px;
    margin: 6em auto;
    vertical-align: middle;
}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
#suscripcion h4 { font-size: 9px; }
}


@media screen and (min-width: 768px) and (max-width: 991px) {
#caja_top .seccion2 .logo img { max-width: 20rem;}
#megamenucss #js-mainnav.megamenu.horizontal.left ul.level0 { display: flex; justify-content: space-between;}
#megamenucss #js-mainnav.megamenu.vertical.left ul.level0 { }
.buscador{ padding:0;}
#caja_top{ }
.product-price h3{ display:none;}
.interior { margin-top: 0rem;}
.bot_top{padding: 1rem 0;}
#caja_top .seccion2 .navbar-collapse { border: none; padding: 0 1rem !important;}
#caja_top .seccion2 #bs-example-navbar-collapse-1 ul {margin: 0px !important;
    flex-wrap: wrap;
    padding: 0; }
#caja_top .seccion2 #bs-example-navbar-collapse-1 ul li { float: left; margin: 0.7rem 0;}
#caja_top .seccion2 #bs-example-navbar-collapse-1 ul li a { padding: 0 15px; }
#footer .seccion1 .logo_footer img { margin: 8rem 0; max-width: 100%;}
#footer .seccion2 li { font-size: 10px;}

.cover ul {  margin: 1em auto;}

.sinpadding-sm {
	padding:0;}

	#footer .seccion2 li {
    margin: 18px 4px;
}
}

.seccion3{ background:#064144;padding: 1rem;}
.seccion3 p{ color:#67d2c7; margin:0; padding:1rem;}
.seccion3 a{ color:#fff;}
.seccion3 a:hover, .seccion3 a:focus{ color:#fff;}
.buscador input{width: 80%; border: none; color: #3d3e3e; padding-left: 10px;background: none;}


.buscador input::placeholder {
    color:#00a297;
    opacity: 1; /* Firefox */
  }
  
  .buscador input::-ms-input-placeholder { /* Edge 12 -18 */
    color:#00a297;
  }
.buscador button {width: 20%; border: none; color: #fff;background: none;}
.buscador button i{color: #50bfb8; font-size: 1.8rem;padding-left: 5px;}
.owl-nav{display: none;}
.carro-compra{color: #fff; font-size: 3rem; /*display: flex;*/ align-items: center; height: 6rem; padding: 1rem;}
.buscador .row{display:flex;flex-wrap: wrap; align-items: center;margin-top: 4px;}
.buscador button:focus, .buscador input:focus{ outline:none;}
.cont-buscador form{
    height: 35px;
    /* width: 37px; */
    display: flex;
    background-color: #c8e8e5;
    padding: 0px 5px 0px 4px;
    border-radius: 25px;
    transition: 0.4s;
}

.cont-buscador form:hover {
    transition: 0.4s;
    background-color: #d3f4f1;
}
.owl-dots{display:flex;justify-content:center;}
.owl-dot span{display:block;background:#c9c9c9;width:1.5rem;height:1.5rem;border-radius:100%;margin: .25rem;}
.owl-dot.active span{background:#468A8B;}
#jux_memamenu105 #js-mainnav .jux-fa.jux-fa-bars{ color:#00555C;}
#jux_memamenu111 #js-mainnav .jux-fa.jux-fa-bars{ color:#468A8C;}

@media screen and (max-width: 998px) {
/* .buscador input{height: 4rem; margin: 0; } */
/* .buscador button { height: 4rem; margin:0; } */
.buscador button i{font-size: 2rem;}

}

.col-lista-productos  h3.product-price {
    text-align: center !important;
}

@media screen and (max-width: 767px) {
#megamenucss .js-megamenu .megamenu .jux-custom-css i.jux-fa {
    color: #00555C;
    background: #fff;
}

.col-lista-productos {
    padding: 0;
}
.mz-thumb img {
    padding: .5rem;
    padding-bottom: .5rem !important;
}

.carro_compra i {
    font-size: 1.5rem;
}
.contenedor-footer .panel-group .panel .panel-collapse .panel-body ul li {
    padding: .7rem 0;
}
.contenedor-footer .panel-title {
    width: 100%;
    padding: 0;
    font-size: 1.7rem;
}
.rev_slider {
    margin-top: 12.5rem;
}

.contenedor-footer .panel-title a {
    padding: 1rem 0;
}
.contenedor-footer .panel-body ul {
    padding: 1rem 0;
}
.contenedor-footer .panel-body ul li {
    padding: 1rem 0;
}
.buscador .row {margin: 0;
    margin-top: 1rem;
    padding: 0px 0px 5px;}
#footer .seccion1 .logo_footer img{
    max-width: 70%;
    margin: 1rem auto 40px;
    }
.descripcion-producto h2 { margin: 0 !important; min-height: 5rem;
    font-size: 1.5rem;}
/*.productos{ margin-right: -15px; margin-left: -15px;}*/
.tp-caption h5{     font-size: 2rem !important;
    line-height: 2rem !important;
    text-transform: inherit;}
#caja_top .seccion2 { padding: 0; background:none;}
.buscador input { }
.buscador button { }
/* .buscador{ padding:0;} */
#menu139 span, #menu138 span, #menu140 span, #menu254 span { padding: 1rem 0rem !important;}
#productos-destacados { padding: 0;    margin-top: 20px !important;}
.titulo {
    padding: 0 !important;
}


.productos .box {
    margin: 1rem 0;
}

.titulo h2 {}
.contenedor-footer{ border:none; }
#caja_top .seccion2{ display:block;}
#caja_top.top_interior { background: rgba(256,256,256,0.9) !important; }
.carro-compra { padding: 0.3rem;}
.breadcrumb { font-size: 0.1rem;}
.mainNav {margin-top: 6rem !important;}
.relcontain img { min-height: 14rem !important;}
.der{ padding:0;}
.product-name { min-height: 5.6rem;}
#megamenucss #js-mainnav.megamenu.horizontal.left ul.level0{ display:inherit;}
#megamenucss #js-mainnav.megamenu.vertical.left ul.level0{ display:inherit;padding-top: 20px;}
#megamenucss #js-mainnav.megamenu { line-height: 1; position: relative; z-index: 9; background: no-repeat;    border: none;}

#jux_memamenu105 #js-mainnav .jux-fa.jux-fa-bars { font-size: 40px; float: left; color: #00555C; margin-left: 4px; float: right;}
#jux_memamenu111 #js-mainnav .jux-fa.jux-fa-bars { font-size: 40px; float: left; color: #064144; margin-left: 4px; float: right;}
.buscador input{padding: 1rem; border: none;margin: 0; left: -.5rem; position: relative}
.cont-buscador {}
.cont-buscador-carro .col-xs-5.col-md-7.col-md-offset-5{padding-left: 0;}
.buscador button { border: none;margin: 0;   color: #fff;border-radius: 0;}
.buscador button i{color: #fff; font-size: 2rem;}

.paginacion ul {
    flex-wrap: wrap;
}
.paginacion ul li { margin: 0.5rem 0.3rem;
}
.panel-group { margin-bottom: 5px;}
.interior h2 {  font-weight: 800;}
.main-title h1 {  font-size: 2.5rem;}
.nav>li>a { font-weight: 800;}
#caja_top {  background: rgba(256,256,256,0.8);  position: absolute;}
#jux_memamenu105{ margin:0;}
#jux_memamenu111{ margin:0;}
	.title-block h2{font-size: 2.5rem;}
.sidenav .closebtn { padding: 0 2rem;font-size: 2.5rem !important;}
#caja_top .seccion2 .logo { z-index:0;}
.nav {  padding-left: 2rem;}
#footer .seccion1 .social_footer ul { text-align: center;}
.formulario{margin-top: 3rem;padding: 0;}
.btns-carrito{display: flex; justify-content: flex-end; align-items: center; margin: 2rem 0;padding: 0;}
.precio{ font-size: 1.7rem !important; padding: 0;}
.interior { margin-top: 2rem;}
.paginacion ul .pagination-start, .paginacion ul .pagination-prev, .paginacion ul .pagination-next, .paginacion ul .pagination-end
{ display:none;}
.nav-child{list-style-type: none; padding: 1rem;}
#footer .seccion2 { }
.datos p { color: #fff; font-size: 1.2rem; line-height: 2rem;text-align: center;}
.datos a { color: #fff;}
#footer .seccion1{ }
#footer .seccion1 .social_footer{text-align: left;}
.datos{text-align: left;}
#caja_top .seccion2 .carrito { padding-top: 0.2rem;}
.rrss{ display:none;}
/* #caja_top .seccion2 .logo img { padding: 1.3rem 0.3rem 0rem; max-width: 20rem;} */

#caja_top .seccion1 { border-bottom: none; background: #1a1a1a; }
#caja_top .seccion2 nav { border-top: none !important; margin-top: 10px; }

#caja_top .seccion2 .izq { padding: 0 15px;  position:absolute; z-index:99; }
#caja_top.top_interior .seccion2 { }
.cont-menu{ display:block; background-color: #fff; box-shadow: .1rem .1rem 1rem .1rem #00000017;}
#jux_memamenu105 #js-mainnav.megamenu div.megaMenuToggle { float: right;padding: 1rem 2rem;
    display: table;border: none;box-shadow: none;}
	#jux_memamenu111 #js-mainnav.megamenu div.megaMenuToggle { float: right;padding: 1.5rem 0rem 1rem;
    display: table;border: none;box-shadow: none;}
#jux_memamenu105 #js-mainnav.megamenu.horizontal{box-shadow: none;}
#jux_memamenu111 #js-mainnav.megamenu.vertical{box-shadow: none;}
#caja_top .seccion2 .der { right: 0;float: none; padding: 0 ;  position:absolute; top:0; margin-top:2rem;}
.navbar-toggle{ display:none !important;}
#caja_top .seccion2 form { float: left; width: 100%; padding: .5rem 1rem; /*width: 21rem;*/ }
#caja_top .seccion2 form input[type="text"] {float: none; width: 100%; margin-bottom: 10px; border-radius: 0px; background: url(../images/buscador-xs.svg) no-repeat center #4d4d4d; color: #fff; border: none; background-size: 2rem; background-position: 25rem 1rem; }

#caja_top .seccion2 .cart-dropdown button i { font-size: 35px; }

#caja_top .seccion2 .quiebre { clear: none; }

#suscripcion h4 { line-height: normal; font-size: 13px }
#suscripcion .form-control { margin: 15px 0; }

#footer .seccion1 .botonera_footer { text-align: center;}
#footer .seccion1 .botonera_footer h4 { font-size: 14px; }
#footer .seccion1 .botonera_footer ul { border-bottom: solid 1px #6f6f6f;    padding-bottom: 2rem;}
#footer .seccion1 .botonera_footer li { margin: 0rem; padding: 0.5rem; width: 100%; }
#footer .seccion1 .botonera_footer a { font-size: 14px; }
#footer .seccion1 .botonera_footer > div { padding: 0 70px 0 70px; }
#footer .seccion1 .botonera_footer > div+div { padding-top: 28px; }
#footer .seccion1 .botonera_footer > div+div+div ul { border-bottom: none; padding-bottom: 0px; }

#footer .seccion1 .social_footer li { }
#footer .seccion1 .social_footer i {font-size: 2rem; width: 4rem; height: 4rem; border-radius: 100%; line-height: 4rem;}

#footer .seccion2 .row > div {padding: 1rem 0; text-align: center; }
#footer .seccion2 .row > div+div ul { padding-top: 15px; padding-bottom:20px; border-top: solid 1px #6f6f6f; }
#footer .seccion2 ul { margin-left: 55px; margin-right: 55px; }
#footer .seccion2 li { display: block; font-size: 14px; line-height: 2em; margin: 0 !important; }
#footer .seccion2 li+li { border-left: none; padding-left: 0; }

.btn-as {}

.h3, h3 {
    font-size: 20px;
}
.product-price h3 {
    margin: 5px;
    font-size: 2em;
	display:none;
}
}

@media (min-width: 1300px) {
.container {

}
}

@media (min-width: 1400px) {

.interior {
    margin-top: 1rem;
}
}

@media (min-width: 999px) {
.sinpadding-md {
	padding:0;
}

.product-price h3 {
	margin:5px;
	font-size:2.5em;
	display:none;
}

.px-3 {
    padding-left: 5rem;
    padding-right: 5rem;
}

#caja_top .seccion1 .bot_top li { display: inline-block; line-height: 40px;  }


}
.breadcrumb {
    padding: 8px;
    margin: 11px 0;
    list-style: none;
    background: #fff;
    border-radius: 4px;
    width: fit-content;
}

@media (max-width: 800px) {
    .breadcrumb {
        /* padding: 50px 0 0px; */
    }
}
.breadcrumb span { font-size: 1.4rem; color: #00555C; font-weight: 400; }
.breadcrumb .active span{color: #57787d !important;}
.breadcrumb a:focus, .breadcrumb a:visited, .breadcrumb a:active {
	text-decoration:none;
}

.interior h1{
    color: #00565D;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 1rem 0px 1rem 32px;
}


.titulo-noticia h1{
    color: #00565D;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 1rem 0px 1rem 0;
}

a.pathway:hover {
	text-decoration:none;
	color:#f15a25;
}

.breadcrumb a:hover {
	text-decoration:none;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
	display:none;
}

span.divider {
    margin: 0 .5rem;
}

.active span.divider { margin: 0;}

.paginacion ul li{ color: #fff; text-transform: uppercase;  margin:0 0.3rem; }
.paginacion ul li:hover{background: none;}
.paginacion ul{ padding:0; list-style-type:none;display: flex; justify-content: center;margin-top: 5rem;}
.paginacion ul .pagination-prev{display: none;}
.paginacion ul .pagination-next{display: none;}

.paginacion ul .pagination-pagination-prev:hover{background: #ea1d24;}
.paginacion ul .pagination-start, .paginacion ul .pagination-end{ display:none;}
.paginacion ul .pagination-prev, .paginacion ul .pagination-next, .paginacion ul .pagination-end{}
.paginacion ul .pagination-prev:hover, .paginacion ul .pagination-next:hover, .paginacion ul .pagination-end:hover{ background: none;}


.paginacion ul li a{
height: 30px;
    width: 30px;
    font-size: 1.4rem;
    padding: 3px 10px;
    color: #ffffff;
    display: block !important;
    border-radius: 50%;
    border: solid #e03f0d 1px;
    background-color: #e03f0d;

}
.paginacion ul li span{
    height: 30px;
    width: 30px;
    font-size: 1.4rem;
    padding: 3px 9px;
    display: block !important;
    background: #ffffff;
    color: #e03f0d;
    border-radius: 50%;
    border: solid 2px #e03f0d;

}
.paginacion ul li a:hover{border: solid #00555C 1px;background: #00555C; color: #fff;}
/******************** Estilos de productos********************/

.main-title {
    text-align: center;
	/*border-bottom: 1px solid #eee;*/
}

.main-title h1{color:#000;font-weight: 800;}

.product{
    display: flex;
}

.cont-relacionados .owl-nav {

    display: inherit!important;
}
 .cont-relacionados .categoria {
    color: #57787d;
    text-align: left;
    font-size: 13px;
    padding-bottom: 4px;
    margin-top: 4px;
}
.cont-relacionados .titulo {
    color: #00555c;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 4px;
    height: 6rem;
    line-height: 1.6rem;
/*    text-transform: lowercase;*/
}
.cont-relacionados .price-home {
    color: #00555c;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 14px;
    margin-top: 0px;
	min-height: 56px;
	vertical-align: middle;
	
}

.product .btn.focus, .btn:focus{
/*
    color: #fff!important;
    text-decoration: none;
*/
}
.owl-item .product-top {
    padding: 10px 15px;
   /* height: 395px;*/
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 26px;
    -webkit-box-shadow: -1px 2px 19px -6px rgba(67,121,126,0.20);
    -moz-box-shadow: -1px 2px 19px -6px rgba(67,121,126,0.20);
    box-shadow: -1px 2px 19px -6px rgba(67,121,126,0.20);

}
.owl-item .product-top:hover {
    -webkit-box-shadow: -1px 2px 19px -6px rgba(67,121,126,0.30);
    -moz-box-shadow: -1px 2px 19px -6px rgba(67,121,126,0.30);
    box-shadow: -1px 2px 19px -6px rgba(67,121,126,0.30);
}
.ico-fat-rel{
    z-index: auto!important;
    top: 45px!important;
    left: -35px!important;
}
.cont-relacionados .owl-prev {
    left: -4%;
}
.cont-relacionados .owl-next {

    right: -4%;
    }
.product .contenedor-producto {
    position: relative;
    z-index: 9;
    background-color: white;
/*    height: 333px;*/
    padding: 10px 15px;
    -webkit-box-shadow: -1px 2px 19px -6px rgb(67 121 126 / 20%);
    -moz-box-shadow: -1px 2px 19px -6px rgba(67,121,126,0.20);
    box-shadow: -1px 2px 19px -6px rgb(67 121 126 / 20%);
    transition: 0.5s;
    /* margin-top: 15px; */
    border-radius: 15px;
}
.product .contenedor-producto:hover {
   -webkit-box-shadow: -1px 2px 19px -6px rgba(67,121,126,0.30);
    -moz-box-shadow: -1px 2px 19px -6px rgba(67,121,126,0.30);
    box-shadow: -1px 2px 19px -6px rgba(67,121,126,0.30);
    transition: 0.5s;
}
.item .price-home,
.product .price-home {
    color: #00555c;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 14px;
	min-height: 72px;
	vertical-align: middle;
}

.col-main-detalle .price-home {
    color: #00555c;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 14px;
	vertical-align: middle;
}


.item .price-home .precio_normal,
.product .price-home .precio_normal,
.col-main-detalle .precio_normal {
    text-decoration: line-through;
	font-size: 14px;
	color: grey;
}

#megamenucss .megamenu .menu-title i {
  padding-right: 0;
}


.product .btn-as { position: absolute; bottom: 0; right: 0;}
.product-image {
	width:100% !important;
/*    min-height: 20rem;*/
	}
.product-title h3 {
    margin: 1rem;
    min-height: 2.2em;
    font-weight: 600;
    font-size: 2rem;
}
h3.product-title:hover {
	color:#f15a25;
	text-decoration:none;
}
h1.titulo-detalle {padding: 1rem 0;
    margin: 0;
    color: #00565D;
    font-weight: 600;
    font-size: 2.5rem;
}
.precio {
    color: #00555c;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    padding: 1rem;}

p.description-content {
    padding: 14px 0;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 25px;
}

.cont-relacionados {
    border-top: 1px solid #eee;
}

div#variante {
    padding: 1rem;
    margin-top: 2rem;
}

a[data-zoom-id], .mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
    padding: 0;
}

.vte-title {
    padding-left: 0;
}

.controles{ display:flex; align-items: center;}

.cantidad-titulo h3{text-transform: uppercase; font-size: 1.5rem; font-weight: 600;}

.content-agregar .add-to-cart {
	float:left;
    margin-left: 0 !important;
}

.content-agregar {float: left;}

.cantidadLabel,
.cargandoLabel { line-height: 33px; font-weight: bold; display: inline-block; color: #2D565C;
    font-size: 1.5rem;}

#cantidad {}

#cantidad select {
    font-size: 1.4rem;
    border: .1rem solid #caeaea;
    border-radius: 1rem;
}


.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

.styled-select.slate {
   background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
   height: 34px;
   width: 240px;
}

.styled-select.slate select {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   width: 268px;
}

.row-product-content {
    padding: 46px 0;
}

.miniaturas-nav {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
	display:none;
}
.miniaturas{    padding: 0;}

.center {
	text-align:center !important;
	margin: 0 auto !important;
}

a:focus, a:hover {
    color: #00565d;
    text-decoration: none;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 0rem 1.5rem !important;

}
.sidenav a {
	padding: 0 2rem !important;
    text-decoration: none;
    font-size: 1.6rem !important;
    color: #818181;
    display: block;
    transition: 0.3s;
    line-height: 2.8rem;
}

form#adminForm { display:flex;}

.modal-body iframe {
    border: none;
}

.caja_cantidad {
	max-width: 70%;
}

.add-to-cart {
    margin-bottom: 1.3em;min-height: 37px;
}
.carro_compra .titulo {
    margin: 0;
    color: #00565d;
    list-style: none;
    text-align: left;
    text-transform: none;
    font-size: 1.5rem;
}
.interior h2{
    line-height: 20px;
    color: #00555c;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 4px;
}


.cuerpo-relacionados h2.subtitle {
    padding: 1rem 4rem !important;
}
@media (max-width: 800px) {
    .interior h2 {
/*        line-height: 30px;*/
        color: #00555c;
        text-align: left;
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 4px;
    }

.porque img
 {
    width: 59% !important;
    
}

.porque p  {
height: 9rem;
}

  }

.login-cliente h2{
    font-family: 'Noto Sans SC', sans-serif;
    color: #00555c;
    font-size: 26px;
    font-weight: bolder;
    line-height: 0px;
    text-align: center;
    margin-bottom: 5rem;
}
.formulario h1{ font-size: 2.5rem;}
.row-login{display: flex; justify-content: center;}
/*********************** CARRO DE COMPRA ***********************/
a.remove-btn { float: right; }
.form-control {
	    display: inline-block;
    margin: 0.5rem 0;
    border: none;
    border-radius: 0;
    padding: 1rem;
    border-bottom: solid 1px #8ec1c5;
    box-shadow: none;
    height: 4rem;
    background: transparent;
}
#social_login.plugin {
    display: flex;
    justify-content: center;
    text-align: center;
}
p.oa_social_login_caption {  margin-bottom: 3rem;}

.login-cliente .form-control{background:#F7F7F7;border:none;text-align:center;}
.login-cliente .btn{
    height: 35px;
    width: 150px;
    line-height: 10px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border: 2px solid #e03f0d;
    border-radius: 30px;
    margin: 0px auto 5px;
    transition: 0.5s;
    background-color: #e03f0d;
}
.login-cliente .btn:hover{
    color: #fff;
    background-color: #ed4d1c;
    border: 2px solid #ed4d1c;
}
.login-cliente h3{margin: 0; color: #57787d; margin-bottom: 3rem; font-weight: 400;}
.login-cliente h5{
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 22px;
    padding-bottom: 7px;
    margin-bottom: 3rem;
}
.modal-body h4 { font-weight: bold; color:#00555c; font-size: 2.5rem;text-align: center;
    text-transform: lowercase;}

.modal-body h4:first-letter {
        text-transform: uppercase;
}

.catalogo_carrito .caja-peso {font-size: 1.5rem; color: #4E4E4E; padding: .5rem 20px;}
.catalogo_carrito .cabecera,
.catalogo_carrito .bottom{
    margin-bottom: 10px!important;
    font-size: 15px!important;
    color: #00545D!important;
    font-weight: 600!important;
}
.bottom.bottom2{
    font-weight: 600;
    color: #00555c;
    border-top: solid #00555c 2px;
    margin: 2rem 0 4rem;
    padding: 1rem 0;
    font-size: 2rem;
    display: flex;
    align-items: center;
}
.noticia{ margin-bottom:2rem;}

.noticia h2{
    margin: 1rem;
    min-height: 2.2em;
    font-weight: 700 !important;
/*    text-transform: lowercase;*/
    font-size: 1.6rem !important;
    height: 8rem !important;
    
}

.noticia-relacionada h2{
    height: auto !important;
    
}

.catalogo_carrito{
    padding: 18px 20px;
    color: #8E8E8E;
    font-size: 1.5rem;
    margin-bottom: 25px;
}
.texto {
    font-size: 1.5rem;
    padding: 0;
    color: #5d5d5d;
    font-weight: 400;
    margin: .5rem 0;
}
.carro_compra .product_  {
    padding: 1rem 0;
    margin-top: 1rem;
    border-top: solid #eaeaea 1px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    margin-top: 0px;
    padding-top: 0px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #00565B;
    font-weight: 600;
}
.setModoCompra p {
    text-align: center;
    margin: 2rem 0;
    color: #00555c;
    font-size: 1.85rem;
}


.modo_compra img {
    margin: 0 auto;
    max-width: 8rem;
}
.row-modocompra{display: flex; flex-wrap: wrap; justify-content: center;margin-bottom: 20px;}
.total-final span {
    font-weight: 800;
    color: #00555c;
    padding: 1rem;
    width: 100%;
    display: block;
    text-align: left;
}
.sep{
    border-bottom:1px solid #dadada;
    padding-top: 10px;
    margin-bottom: 10px;
}
.img-p{
    margin-bottom: 10px;
}
.catalogo_carrito .titulo{
    text-align: left;
    padding-left: 30px;

}
.catalogo_carrito.uni{
    padding-top: 2px;

}
.catalogo_carrito .subt{
    padding-top: 2px;
}
.cuerpo-relacionados h4{margin: 0 15px 1rem;}

.titulo h1{ margin: 1rem 0;font-size: 2rem; font-weight: 800;}

.relcontain a{display: block;
   /* min-height: 16rem;max-height: 16rem; */overflow:hidden;}

.relcontain { overflow:hidden;}
.relcontain img{ min-height: 28rem;}

.boton-ficha {

}
.boton-ficha {
    text-decoration: underline;
    background: none;
    font-weight: 600;
    display: inline-block;
    padding: .8rem 20px;
    border-radius: 24px;
    transition: 0.2s;
    color: #064144;
}
.boton-ficha:hover, .boton-ficha:focus, .boton-ficha:active  {
    color: #0e6e73;
    text-decoration: none;

}
.boton-ficha i{}



@media (max-width: 800px) {
    .boton-ficha
        margin-left: 0px;
        margin-top: 5px;
    }

.box-news {
    padding: 30px;
}

#megamenucss #js-mainnav.noJS ul.megamenu li.haschild > div.childcontent {
    /* padding-top: 0 !important; */
}

.miniaturas {
    padding: 1rem;
}

 }

.box-download {
    padding: 0;
}
#cantidad {
    padding-left: 0;
}
div#content-cantidad {
    padding: 1rem 1rem 1rem 0;
}

.especificaciones{ background: #00A9A5; padding: 4rem 0px;display: none;}
.especificaciones .titulo{padding-left: 2.5rem; color: #fff;}
.especificaciones .titulo h2{ color: #fff;}
.titulos-especificaciones{ padding: 1rem 0; background: #00C8C2;}
.titulos-especificaciones p{margin: 0; color: #fff; text-transform: uppercase;}
.fila-uno p, .fila-dos p{color: #00555C; padding: 1rem 0; margin: 0;}
.fila-uno i, .fila-dos i{color: #fff; background: #00555C; border-radius: 100%; padding: 0.3rem; font-size: 0.8rem; text-align: center; margin-right: 1rem;}
.titulos-especificaciones i{ padding: 0 1.2rem;}
.fila-uno{ background:#ECECEC;}
.fila-dos{ background:#E0E0E0;}

/** Mensajes del sistema **/
.alert-warning { color: #fff; background-color: transparent; border: none; }
#system-message-container { /*background: #337ab7;*/ background: rgba(52, 123, 183, 0.5); color: #fff; border-radius: 4px; }
#system-message-container .alert-message {
background-color: #00555c;
}
/* Selector de plantilla - 12-04-2018 */
.contenedor-filtro {
    background: #fff;
    color: #989898;
    font-weight: 100;
    border-radius: 0 0 1rem 1rem;
    display: table;
    -webkit-box-shadow: -1px 2px 19px -6px rgba(67,121,126,0.20);
    -moz-box-shadow: -1px 2px 19px -6px rgba(67,121,126,0.20);
    box-shadow: -1px 2px 19px -6px rgba(67,121,126,0.20);
    transition: 0.5s;

}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

.col-izq-productos  {
    margin-top: 28px;
}
.col-izq-productos h4 {
    background-color: #00555c;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    margin-bottom: 0;
    border: none;
    letter-spacing: .1rem;
    margin-top: 0;
}
.filtros_ {
    margin: 0 0 2rem 0;
    /* display: flex;*/
    display: none;
    padding: .5rem 1rem;
    border: .1rem solid #caeaea;
    border-radius: 1rem;
	background: #fff;}
.selectorPlantilla {display: flex; align-items: center; color: #00565D; margin-right: 2rem; }
.selectorPlantilla a { color: #00A9A5; display: inline-block; font-size: 2.5rem;margin: 0 0.5rem;}
.selectorPlantilla a.active { color: #00565D; }
.selectorPlantilla a:hover,
.selectorPlantilla a.active:hover { color: #00565D; }

/* Checkout - Modo Compra - 30-04-2018 */
.setModoCompra a:hover { color: #000; }
.modo_compra { border-radius: 6px; padding: 30px;}
.modo_compra a { display: inline-block; text-decoration: none; }
.modo_compra .badge { padding: 25px; border-radius: 100px; margin-bottom: 10px; }
.modo_compra .badge.invitado { background: #47a0d7; }
.modo_compra .badge.registrado { background: #ea672a; }
.modo_compra .fa.fa-address-book,
.modo_compra .fa.fa-address-book-o,
.modo_compra .fa.fa-check-square-o { font-size: 70px; }
.modo_compra .fa.fa-check-square-o { display: none; }
.modo_compra .jumbotron {
    margin: 0 0 15px 0;
    padding: 1.5rem 5rem;
    background: none;
    line-height: 22px;
    color: #00555c;
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 1.5rem 5rem;
    background: none;
    font-weight: 400;

}
.modo_compra:hover { opacity: .7; }
.modo_compra:hover .badge.invitado { background: #5fb8ef; }
.modo_compra:hover .badge.registrado { background: #ff7d40; }
.modo_compra.active {
    padding: 30px;
    background: #eaeaea;
    margin-bottom: 20px;
}
.modo_compra.active h4,
.modo_compra.active h5 { color: #00555c; }
.modo_compra.active .badge { background: #009933; }
.modo_compra.active:hover .badge.invitado { background: #009933; }
.modo_compra.active:hover .badge.registrado { background: #009933; }
.modo_compra.active .fa.fa-check-square-o { display: block; }
.modo_compra.active .fa.fa-address-book,
.modo_compra.active .fa.fa-address-book-o { display: none; }
.modo_compra .user_online { color: #fff; font-size: 12px; }
.modo_compra h4{
    text-align: center;
    line-height: 20px;
    color: #00555c;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 4px;
}
.datos_personales .panel-title { color: #343434; background: none; font-size: 2rem;margin-top: 2rem;}
.codigo_descuento .panel-title { color: #343434; background: none; font-size: 2rem;margin-top: 2rem;}
.datos_personales .panel-body{padding: 2rem 4rem;}
.row-comprobante{ display: flex; align-items: center;}
.datos_envio .row{ display: flex; align-items: center;    margin-top: 2rem;}
.datos_personales .form-control {background:#F7F7F7;border:none;padding:0 2rem;}
.panel-central .btn-toolbar{display:flex;flex-wrap: wrap;}
.panel-central .btn-wrapper { width: 16.66666667%;text-align: center;}
.panel-central .btn-toolbar .btn{font-size: 1.5rem;
    background: none;
    color: #00555C;
    max-width: 100%;
    white-space: inherit;
    text-align: center;
    font-weight: 600;}
legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 2.2rem;
    color: #00555C;
    text-align: center;
}
.panel-central .btn-toolbar .btn span{
    border-radius: 100%;
    background: #e03f0d;
    color: #fff;
    font-size: 6rem;
    height: 12rem;
    width: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    transition: 0.5s;
}
.panel-central .btn-toolbar .btn span:hover{
    background: #ed4d1c;
    transition: 0.5s;

}
.panel-central {
    padding-bottom: 50px;

}
/* #toolbar-save .btn {
    height: 35px;
    width: 170px;
    line-height: 10px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border: 2px solid #e03f0d;
    border-radius: 30px;
    margin: 0px auto 5px;
    transition: 0.5s;
    background-color: #e03f0d;
}
#toolbar-save .btn :hover{
    color: #fff;
    background-color: #ed4d1c;
    border: 2px solid #ed4d1c;
} */
/* #toolbar-cancel .btn {
    height: 35px;
    width: 150px;
    line-height: 10px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border: 2px solid #4d4d4d;
    border-radius: 30px;
    margin: 0px auto 5px;
    transition: 0.5s;
    background-color: #4d4d4d;
}
#toolbar-cancel .btn :hover{
    color: #fff;
    background-color: #4d4d4d;
    border: 2px solid #4d4d4d;
} */

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

form#formCotizacion {
    padding: 0 1rem;
}

.btn-cotizar {
    width: 10rem !important;
    position: relative;
    margin: 0 1rem !important;
}

.vte-title {
    margin-left: 2rem !important;
    float: inherit;
}

.col-details h3.product-price {
    font-size: 2.5rem !important;
}

.vte-title label {
    padding-left: 1rem;
}

#caja_top .seccion2 .carrito { float: right; display: block; }
#caja_top .seccion2 .carrito .btn { background: none; border-radius: 0px; border: none; margin-bottom: 0; padding:0; }
#caja_top .seccion2 .carrito .btn i { font-size: 3rem !important; }

#caja_top .seccion2 .carrito .btn {
    background: #00555c !important;
    width: 5rem !important;
    height: 5rem !important;
}

.especificaciones {display:none;}
.buscador button i{color:#5CA8A4}
.panel-central .btn-wrapper {
	width: 50%;}
.contenedor-filtro{background: #eaeaea; margin-bottom: 1rem; }
#megamenucss .js-megamenu .megamenu .jux-custom-css .accordion-btn { margin: 0;}
.col-image{ padding:0;}
.imagen-principal{ padding-bottom:1rem;}
body.productos{ margin:0;}
#megamenucss #js-mainnav.megamenu ul.level1 li.megacss a.megacss { color: #00555E !important; height: 7rem;}
#megamenucss #js-mainnav.megamenu ul.megamenu.level1 {
    padding: 0 !important;
}

#modalFiltros .modal-content{ border:none;}
form#adminForm{ display:block;}
.filtros .btn-group.btn-group-justified_{ width: 100%;  display: flex; justify-content: space-around;}
.btn-group.open .dropdown-menu>li>a{ color:#fff;font-size: 1.5rem;    padding-left: 1rem;display: inline-block;}
.btn-group.open	.dropdown-menu {
    background: #00A9A5;}
.filtros .btn {
    margin: 2rem 0;
    border-radius: 30px !important;
    border: none;
    padding: 8px 27px;
    line-height: 19px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 2px solid #e03f0d;
    transition: 0.5s;
    background-color: #e03f0d;
}
.product {  display: block;}
.modal-footer .btn{}
.product-image{ min-height:inherit;        height: 14rem;}
.product .btn-as { position: static;}
#footer .seccion1 p { padding: 0rem 0;font-size: 14px;margin-bottom: 2rem;}
	.especificaciones{ padding:0;}
    .interior h1 {
        margin-bottom: 0px;
        margin-top: 20px;
        font-size: 2.5rem;
    }
	.modo_compra .badge { padding: 15px; border-radius: 80px; }
	.modo_compra .fa.fa-address-book,
	.modo_compra .fa.fa-address-book-o,
	.modo_compra .fa.fa-check-square-o { font-size: 40px; }
	.fila-uno i, .fila-dos i { display: none;}
	.titulos-especificaciones i {display:none;}
}

ul#direcciones { list-style: none; padding-left: 0px; }

.controles .btn,
#toolbar .btn { display: inline-block; }


/* Botones Panel Central */
.panel-central .btn { display: inherit; padding: 10px; width: 150px; min-height: 106px; white-space: normal; margin-right:4px; }
.panel-central .btn span { display: block; font-size: 24px; margin: 10px; }
.panel-central .btn .txt { min-height: 84px; display: block; }


/* Login */
.btnLogin {
    padding: 8px 13px;
    font-weight: 500;
    color: #FFF;
    /* text-transform: inherit !important; */
    background-color: #00a297;
    /* border: 2px solid #e03f0d; */
    border-radius: 4px;
    /* font-size: 12px; */
    margin: 0;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    transition: 0.5s;
    border: none;
}

.btnLogin i {
font-size: 2rem;
    color: #c8e8e5;
}


    .btnLogin:hover, .btnLogin:focus, .btn-1:hover {
    background-color: #e03f0d;
    color: #ffffff!important;
    border: 2px solid #e03f0d;
    transition: 0.5s;
}


.fa-user-circle-o{
    font-size: 17px;
    padding-right: 4px;

}
.fa-user{
    font-size: 24px;
    padding-right: 8px;
}

.miniaturas .img {
padding: .5rem;
}
@media screen and (max-width: 767px) {


.social-movil {
       position: fixed;
    bottom: 0;
    z-index: 2000;
	margin-left: 1rem;
	width: 61%;
}
.social-movil ul {
	margin:0;
	padding:0;
}
.social-movil ul li a {
    display: inline-block;
    color: #fff;
    background: #189d0f;
    padding: 16px 54px 10px 10px;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 1.7rem;
    line-height: 2.3rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: left;
}
.social-movil ul li a:hover {
  background: #189d0f;
    padding: 14px 55px 10px 20px;
}
.social-movil i.fa.fa-whatsapp {
    font-size: 4rem;
    float: right;
    position: absolute;
    padding: .4rem 1rem .5rem;
}
.content-accesos-mobile {
    /* padding-top: 15px; */
    display: flex;
    /* padding-left: 0; */
}
.cart-dropdown-desc {
    font-size: 1.5rem;
}
.modal-body {
    padding: 15px 0;
}
.carro_compra .product_ .box .title-producto  {
    padding: 0px 10px;
        width: 32rem;
}

.carro_compra .titulo {
    font-size: 1.2rem;
}
.carro_compra .product_ .box .title-producto .texto {
    font-size: 1.1rem;
}
.cart-dropdown-desc i {
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
}
.carro_compra .product_ .box .precio {
    font-size: 1.4rem !important;
}
.panel-central .btn { width: 100%; text-align: center; margin-bottom:4px; }

.btnLogin {
    background: #399691;padding: .7rem;    border-radius: 100%; margin: 0 1rem;}

.tp-caption h5.titulo-slide-a {
    color: #2d565c;
    font-size: 2rem !important;
    text-transform: uppercase;
    font-weight: lighter !important;
    letter-spacing: 0.1rem !important;
    line-height: 2.5rem !important;
    text-transform: inherit !important;
    display: inline-table;
}
.cont-buscador form {
    /* background: none; */
}
.btnLogin img {
       width: 3rem !important;
    height: 3rem;
    margin-right: 0 !important;
}
.bg-text-slide {
    background: #ffffffbd;
    padding: 17px 20px !important;
}
strong.bigtext {
        font-size: 4rem !important;
    padding: 1rem 0 !important;
    position: relative;
    padding-bottom: 15px !important;
    display: block;
    height: 0px;
}
}

strong.bigtext {font-size: 6rem;
    font-weight: 500;
    margin-bottom: 1rem !important;
    display: inline-block;}

@media screen and (max-width: 530px) {
	.labelLogin { font-size: 12px; }
	.labelLogin > span { display: none; }
}
@media screen and (max-width: 389px) {
	.btnLogin span {font-size: 0px; }
}
@media screen and (min-width: 992px) and (max-width: 1145px) {
	.labelLogin > span { display: none; }
}



/* Pestañas de Productos en el Home - 16-04-2018 */
#productos-destacados { margin-top: 35px; }
#myTabsProductos h4 {}
#myTabsProductos h4 a { display: block; padding: 10px; text-decoration: none;     background: #c3bdbd;
    border-radius: 5px;
    color: #ffffff; }
#myTabsProductos h4 a.active { background: #47a0d7; color: #fff; }

#myTabsProductos h4 a:hover {
   box-shadow: 0px 0px 10px -2px #000000;
	    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* Carrusel Clientes */
.owl-carousel.clientes .owl-item img{ padding: 1rem 2rem; transition:0.5s;opacity: 1;}
.owl-carousel.clientes .owl-item img:hover{ filter: none; opacity: 0.5; }
.owl-carousel.clientes {padding: 2rem;}

/* Noticias - Home */
.cont-noticia h2{ color: #6200a9; font-weight: 600; font-size: 2rem; margin: 0;min-height: 5rem;font-family: 'Asap Condensed', sans-serif;}
.cont-noticia h2:hover{ color: #320056;}

.cont-noticia{padding-bottom:2rem;border-bottom:solid 1px #eaeaea;display:flex;margin-bottom:1.5rem;min-height: 17.4rem;padding-top: 2rem;}
.leer-mas, .leer-mas:focus, .leer-mas:active {color: #6200a9; font-size: 1.5rem; border-bottom: solid 1px;position: absolute; /*bottom: 0;*/}
.leer-mas:hover {color: #320056;border-bottom: solid 1px #fff; }


/* Checkout */
.oa_social_login { margin-top: 25px; }

@media screen and (min-width: 992px) {
	.oa_social_login { margin-top: -30px; }
	.col-details{ /*padding:0;*/}
    #megamenucss #js-mainnav.megamenu .childcontent-inner {
  padding: 0 1rem;
}
}

.product_ .imagen-carro-producto {
    width: 9rem !important ;
}


.contact-text  {
    font-size: 1.7rem;
    padding: 2rem;
      color: #5ca8a4;
}

.box-form {
    /* padding-top: 3rem; */
}
.contact-text a:link:hover  {
    color:#00A9A5;
}
.contact-text i {
    padding:1rem;
}
/*SLIDE .bg-interior {
    background: #f9f9f9;
}*/

.bg-interior {
    background: #ffff;
}

/*SLIDE */
.col-main {

}
.col-main-detalle{

}
.col-main-detalle .col-details {
    /* padding-left: 70px!important; */
    /* padding: 0; */
}

@media (max-width: 800px) {
    .col-main-detalle .col-details {
        padding-left: 20px!important;
        /* padding: 0; */
    }

    .col-main-detalle {
        margin-top: 0px!important;
        padding-top: 0px!important;
    }
    .col-main-detalle h1.titulo-detalle {
        margin-top: 0px!important;
        padding-top: 0px!important;
        color: #00565D;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 2.5rem;
    }

}
.col-main-detalle h1.titulo-detalle {
    margin-top: 30px!important;
    padding-top: 30px!important;
    color: #00565D;
/*    text-transform: lowercase;*/
    font-weight: 700;
    font-size: 2.8rem;
}

.col-main-detalle h1.titulo-detalle::first-letter {
    text-transform: uppercase;
}
.col-main-detalle .box-img-producto{
    margin-top: 30px;
}
.rela{

}

.rela{
    padding-bottom: 50px;
}
.TitTrarel {
    width: 100%;
    padding: 30px 0px 15px;
    position: relative;
}
.TitTrarel .centerBoxTwo {
    min-height: 40px;
    margin: auto!important;
    text-align: center;
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.TitTrarel .centerBoxTwo .ico {
    width: 29px;
    margin-top: 7px;
    margin-right: 8px;
}
.TitTrarel .centerBoxTwo h2 {
    font-family: 'Noto Sans SC', sans-serif;
    color: #00555c;
    font-size: 26px;
    font-weight: bolder;
    margin-right: 5px;
    padding-left: 10px;
    line-height: 0px;
    text-transform: uppercase;
}

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

  li#Contacto {
    display: none !important;
}

h1.title-slider {
    color: #35c4ba;
    /* font-family: "Poppins", sans-serif; */
    font-size: 5rem !important;
    line-height: 6rem !important;
}

.texto-slider {
    background: #28b1a8;
    position: relative;
    width: 100%;
    padding: 2rem !important;
    display: flex !important;
    border-radius: 1rem 3rem 1rem 3rem;
    align-items: center;
    word-break: break-all;
    text-overflow: ellipsis;

    white-space: nowrap;
}

.texto-slider p {
    color: #fff;
    position: initial;
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
    letter-spacing: .05rem !important;
    margin-bottom: 0 !important;
}

.btn-cotizar {
    margin: 1.45rem 0 !important;
    width: 12rem !important;
}


.content-agregar {
    float: left;
    display: flex;
    align-items: center;
}

.boton-ficha {
    margin: 8px 5px 8px;
    float: right;
}

    .col-main {
        padding:0px!important;
    }
    .contacto {
        background: #fff;
        /*padding: 3rem;*/
    }
    .owl-carousel .owl-stage-outer {
    /* height: 32rem;*/
    padding: 3rem;
    }
    .mz-thumb img {
        padding: 1rem;
        padding-bottom: 1rem !important;
    }
    .col-lista-productos .contenedor-producto img {
       height: 21rem;
    }
    .contenedor-producto img {
        width: 100%;
        /* height: 28rem; */
    }
  /* SLIDER */
    .tp-caption.excerpt{
        background:none;
    }
    .tp-caption h5{
        color:#2d565c;
        font-size: 3rem !important;
        text-transform: uppercase;
        font-weight: 600;
        position: relative
    }
    .tp-caption span{display: block; font-size: 5rem;margin: 1rem 0 !important;}
    .tp-caption a {padding: 15px !important; font-size: 14px !important; display: table; margin: 0 auto !important; letter-spacing: 1px !important; text-transform: uppercase;}
    .tp-caption a:hover{ text-decoration:none; }
    .txt-right {
        text-align:right;}
    .col-main{ }
    .cont-relacionados{margin: 10px 0 0 0;padding: 1rem;	}
    .cover ul li:first-child{ color:#fff; }
    .cover ul li:last-child{ color: rgba(256,256,256,0.2); }
    .imagen-principal {
        margin-bottom: 2rem;
    }
    .banner:hover .cover{ opacity:1;}
   .tp-caption h5.titulo-slide-a {
        position: relative;
        z-index: 9999999!important;
        color: #fff;
        text-align: left;
        font-size:3rem !important;
        text-transform: uppercase;
        font-weight: lighter !important;
        letter-spacing: 0.1rem !important;
        line-height: 4rem !important;
        text-transform: inherit !important;
        font-style: italic;
    }

    .banner:hover .cover{ opacity:1;}
   .tp-caption h5.titulo-slide-b {
        position: relative;
        z-index: 9999999!important;
        color: #2D565C;
        text-align: left;
        font-size:3rem !important;
        font-weight: lighter !important;
        letter-spacing: 0.1rem !important;
        line-height: 4rem !important;
        text-transform: inherit !important;
      }


    .tp-caption h5.titulo-slide-a strong {
        line-height: 3.5rem !important;
    }

    strong.bigtext {
        font-size:4rem;
    }
    .bg-text-slide {
        background: #ffffffbd;
        padding: 10px 20px !important;
    }
}

.cover ul {
    display: none;
}


/*********NEW*********/
/*********NEW*********/
.news{
     position: relative;
     background: url(../images/bg-news.svg) #e6f5f4;
     padding: 50px 0px;

}
.news .TitTra{
     margin-bottom: 25px;
}
.news .pos{
     position: relative;
}

.box-dets{
    -webkit-box-shadow: 0px 0px 20px -6px rgba(67,121,126,0.26);
    -moz-box-shadow: 0px 0px 20px -6px rgba(67,121,126,0.26);
    box-shadow: 0px 0px 20px -6px rgba(67,121,126,0.26);
    background-color: #fff;
    border-radius: 17px;
    overflow: hidden;
}
.img-news {
    z-index: 9;
    padding-left: 0px;
    padding-right: 0px;
}
.btn-mas-articulos{

}
.box-news .cate{
    font-size: 14px;
    font-weight: 500;
    color: #57787d;
    text-align: left;
    padding: 45px 0px 0px 10px;
}
.box-news h2{
    color: #03726e;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0px 0px 10px;
    margin-top: 0px;
    line-height: 2rem;
    height: 6.5rem;
}
.box-news .bajada{
    padding: 0px 0px 10px 10px;
    line-height: 20px;
    font-size: 14px;
    color: #4d4d4d;
    margin-bottom: 10px;
    text-align: left;
    height: 7rem;
}
.btn-service-news{
    display: block;
    width: 200px;
    color: #f29130 !important;
    text-align: left;
    margin: 0px 0px;
    position: relative;
    line-height: 16px;
    transition: 0.3s;
}
.btn-service-news:hover{
    transition: 0.3s;
    color:#F7450D !important;

}
    @media (max-width: 800px) {
        .btnLogin {
            /* background: #fff; */
        }
        #caja_top .seccion2 .carrito .btn {
            background:#00555c!important;
        }
        .box-dets{
            padding-bottom: 25px;
            border-radius: 17px;
            overflow: hidden;
            margin-bottom: 20px;
        }
        .box-dets img{
            width: 100%;
            padding: 0px;
            margin: 0px;
        }
    }

/****GALERIA PRODUCTOS*****/
.section-productos-destacados{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.productosdes {
    position: relative;
    padding: 5px 6vh;
    font-family: 'Noto Sans SC', sans-serif;
    text-align: left;
}
.productosdes .owl-nav {
    display: inherit;
}
.productosdes .item{
  padding: 9px 15px;
}
.productosdes .item .box{
    min-height: 316px;
    padding: 10px 15px;
    border-radius: 10px;
    -webkit-box-shadow: -1px 2px 15px -6px rgba(67,121,126,0.20);
    -moz-box-shadow: -1px 2px 15px -6px rgba(67,121,126,0.20);
    box-shadow: -1px 2px 15px -6px rgba(67,121,126,0.20);
    transition: 0.5s;
}
.productosdes .item .box:hover{
    -webkit-box-shadow: -1px 2px 19px -6px rgba(67,121,126,0.33);
    -moz-box-shadow: -1px 2px 19px -6px rgba(67,121,126,0.33);
    box-shadow: -1px 2px 19px -6px rgba(67,121,126,0.33);
    transition: 0.5s;
}

.productosdes .img-product img {
    height: 16rem;
    margin-bottom: 2rem;
}

.productosdes .img-product{
}
.productosdes .categoria{
    color: #57787d;
    text-align: left;
    font-size: 13px;
    padding-bottom: 4px;
    margin-top: 4px;
        height: 4rem;
}
.productosdes .titulo{
    color: #00555c;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 4px;
        height: 9rem;
}
.productosdes  .detalle{
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d;
    text-align: left;
    padding-bottom: 7px;
}
.productosdes .owl-carousel .owl-stage-outer{
    margin-top: 24px;
}
.productosdes .owl-dots {
    display: none;
    justify-content: center;
}
.productosdes .price-home{
    color: #00555c;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
}


@media (max-width: 800px) {
    .productosdes {
        padding: 5px 0px;
    }
    .productosdes .owl-carousel .owl-stage-outer {
        margin-left: 20px;
        margin-top: 24px;
    }
    .slider-product {
        padding-top: 0px;
        padding-bottom: 35px;
    }

}

/****END PRODUCTOS*****/

/****CEND LIENTES*****/

.TitTra {
    width: 100%;
    padding: 30px 0px 15px;
    float: left;
    position: relative;
}
.TitTra .centerBoxTwo {
    min-height: 40px;
    margin: auto!important;
    text-align: center;
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

}
.TitTra .centerBoxTwo .ico {
    width: 29px;
    margin-top: 7px;
    margin-right: 8px;
}
.TitTra .centerBoxTwo h2 {
    font-family: 'Noto Sans SC', sans-serif;
    color: #00555c;
    font-size: 26px;
    font-weight: bolder;
    text-transform: uppercase;
    margin-right: 5px;
    padding-left: 10px;
    line-height: 0px;
}

@media (max-width: 800px) {

    .TitTra .centerBoxTwo h2 {
        font-size: 23px;
    }
  }

/****Title service************/
.TitDes {
  width: 100%;
  padding: 30px 0px 45px;
  float: left;
  position: relative;
}
.TitDes .centerBoxTwo {
  min-height: 40px;
  margin: auto!important;
  text-align: center;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.TitDes .centerBoxTwo .ico {
    margin-right: 5px;
    width: 39px;
    margin-top: 8px;
}
.TitDes .centerBoxTwo h2 {
    color: #fff;
    font-size: 26px;
    font-weight: bolder;
    margin-right: 5px;
    padding-left: 10px;
    line-height: 10px;
}

@media (max-width: 800px) {
    .TitDes .centerBoxTwo h2 {
        font-size: 23px;
    }
  }

/*Area de cuidado*/
.contentPServ.full {
  width: 100% !important;
  float: left;
    padding: 0px;
}
.contentPServ {
  width: 100%;
  margin: 0 auto;
  float: left;
  position: relative;

}
.contentPServ .parallax-ImgDet {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.contentPServ .parallax-ImgDet .captioTitle {
    width: 100%;
    display: inline-block;
    padding: 40px 50px 60px;
    z-index: 9;
    position: relative;
}
.contentPServ .parallax-ImgDet .captioTitle  .btn-service{
    letter-spacing: 0.7px;
    height: 50px;
    display: block;
    width: 200px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 30px;
    margin: 0px auto 25px;
    position: relative;
    line-height: 16px;
    transition: 0.3s;

}
 .contentPServ .parallax-ImgDet .captioTitle  .btn-service:hover{
    background-color:#e03f0d;
    color: #fff;
    transition: 0.3s;
}
.contentPServ .parallax-ImgDet .captioTitle  .btn-service .centers{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.contentPServ .parallax-ImgDet .captioParallax {
    z-index: 9;
    float: left;
    width: 100%;
    padding: 10px 24px;
    position: relative;
}
.contentPServ .parallax-ImgDet .layerParallax {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d565c+0,2d565c+100&0.81+0,0.6+100 */
    background: -moz-linear-gradient(left,  rgba(45,86,92,0.81) 0%, rgba(45,86,92,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(45,86,92,0.81) 0%,rgba(45,86,92,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(45,86,92,0.81) 0%,rgba(45,86,92,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf2d565c', endColorstr='#992d565c',GradientType=1 ); /* IE6-9 */
}
@media (max-width: 800px) {
    .contentPServ {
        margin-top: 20px;
        margin-bottom: 55px;
    }
    .contentPServ .parallax-ImgDet .captioTitle {
        padding: 50px 20px;
    }
    .contentPServ .parallax-ImgDet .captioTitle  .btn-service{
        height: 50px;
        width: 100%;
        color: #fff;
        text-align: center;
        border: 2px solid #fff;
        border-radius: 30px;
        margin: 0px auto 15px;
    }
}



    .contenedor-footer{
    }

    .contenedor-footer .list {
        padding-top: 10px;
    }
    .contenedor-footer .list a{
        color: #fff;
        font-weight: 400;
       
    }
    .contenedor-footer .leyend {
        line-height: 20px;
        font-size: 13px;
        color: #fff;
        margin-bottom: 40px;
        margin-top: 30px;
        padding-right: 190px;
    }
    .contenedor-footer ul {
        text-decoration: none;
        list-style: none;
        padding: 0;
        /* padding-top: 60px; */
    }

    .contenedor-footer ul li img {
        margin-right: 5px;
    }
    .contenedor-footer li {
        padding: 0px 0px 14px;
    color: #fff;
    text-decoration: none;
    list-style: none;
    display: flex;
    vertical-align: middle;
    align-items: center;
    }

    .copyright{

    }
    .copyright p{
    font-size: 13px;
    padding-left: 20px;

    }
@media (max-width: 800px) {


li#Contacto {
    padding: 1rem 0 !important;
    height: 2rem;
    margin: 1rem 0 !important;
}

    .contenedor-footer .leyend {
        padding-right: 0px;
    }
    .contenedor-footer ul {
        text-decoration: none;
        list-style: none;
        padding-top: 0px;
    }
    .contenedor-footer ul {
        padding-left: 0px;
    }
}


.ico-fat-v2{
    z-index: 9;
    position: absolute;
    top: -20px!important;
    left: 0;
    width: 140px;
    height: 110px;
}

/*MAS BUSCADOS*/
.slider-more{
    display:flex;
}
.buscados {
    position: relative;
    padding: 0px 10px;
    font-family: 'Noto Sans SC', sans-serif;
    text-align: left;
}
.buscados  .owl-carousel{
    padding: 0px 100px 60px;
}
.buscados .owl-nav {
    display: inherit;
}
.buscados  .owl-prev {
    top: 35%;
    left: 5%;
}
.buscados .owl-next {
    top: 30%;
    right: 5%;
}
.buscados .owl-dots {
    display: none;
    justify-content: center;
}
.buscados .item{
    padding: 10px;
}
.buscados .item .box{
    padding: 10px 15px;
    border-radius: 10px;
}
.buscados .img-product{
}
.buscados .categoria{
    color: #57787d;
    text-align: left;
    font-size: 13px;
    padding-bottom: 4px;
    margin-top: 20px;
}
.buscados .titulo{
    color: #00555c;
    text-align: left;
    line-height: 40px;
    font-size: 33px;
    font-weight: 900;
    padding-bottom: 4px;
}
.buscados .detalle{
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d;
    text-align: left;
    padding-bottom: 30px;
}
@media (max-width: 800px) {
    .buscados {
       padding: 0px 0px!important;
    }
    .buscados  .owl-carousel{
        padding: 0px 0px 0px;
    }
    .buscados  .owl-prev {
        top: 45%;
        left: 2%;
    }
    .buscados .owl-next {
        top: 45%;
        right: 2%;
    }
    .buscados .item .box{
        padding: 0px 15px;
    }
    .slider-more{
        display:inherit!important;
    }
    .buscados .sld{
    }
    .buscados .pos-2{
        margin-top: -15px!important;
    }
}
/*END MAS BUSCADOS*/







/*TRAYECTORIA*/
.contentPTrayectoria.full {
  width: 100% !important;
  float: left;
    padding: 0px;
}
.contentPTrayectoria {
  width: 100%;
  margin: 0 auto;
  float: left;
  position: relative;
}
.contentPTrayectoria .parallax-ImgDet {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.contentPTrayectoria .parallax-ImgDet .captioTitle {
    /* width: 100%;
    display: inline-block;
    padding: 30px 0px;
    z-index: 9;
    position: relative; */
}
.contentPTrayectoria .parallax-ImgDet .captioTitle .imgCircle {
    width: 200px;
    height: 200px;
    float: right;
    border-radius: 50%;
    background-color: aquamarine;
    overflow: hidden;
    margin-top: 30px;
}
  .contentPTrayectoria .parallax-ImgDet .captioTitle h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 43px;
    margin-bottom: 30px;
}

  .contentPTrayectoria .parallax-ImgDet .captioTitle p {
    line-height: 20px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 40px;
}
 .contentPTrayectoria .parallax-ImgDet .captioTitle .box-det-trayectoria{

}
.contentPTrayectoria .parallax-ImgDet .captioParallax {
    z-index: 9;
    float: left;
    width: 100%;
    padding: 10px 24px;
    position: relative;
}
.contentPTrayectoria .parallax-ImgDet .layerParallax {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    top: 0px;
    left: 0px;
    z-index: 0;
}

.contentPTrayectoria .pos{
    position: relative;
    padding: 10px 0 55px 0;
}
.contentPTrayectoria  .ico-fat{
    position: absolute;
    top: 50px;
    left: 0;
    width: 140px;
    height: 140px;
    z-index: 9;
}

@media (max-width: 800px) {
    .contentPTrayectoria .parallax-ImgDet .captioTitle .imgCircle {
        width: 200px;
        height: 200px;
        float: none;
        margin: auto;
        text-align: center;
        display: block;
        border-radius: 50%;
        background-color: aquamarine;
        overflow: hidden;
        margin-top: 30px;
    }
    .contentPTrayectoria .parallax-ImgDet .captioTitle {
        padding: 30px 10px 50px;
    }
    /* .contentPTrayectoria .parallax-ImgDet .captioTitle h3 {
        line-height: 32px;
    } */

}
 /*END TRAYECTORIA*/

.talk{
    width: 100%;
    float: left;
    padding-bottom: 80px;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.box-ico-talk{
    position: relative;
}

.talk h2{
    display: block;
}
.talk p{
    text-align: left;
    float: left;
    width: 100%;
    display: block;

}
.talk .btn{

}

.titTalk {
    width: 100%;
    padding: 60px 0px 15px;
    float: left;
    position: relative;
}
.titTalk .centerBoxTwo {
    min-height: 40px;
    text-align: center;
    display: block;
    padding-left: 30px;
}
.titTalk .centerBoxTwo .ico {
    width: 30px;
    margin-top: 3px;
    margin-right: 8px;
    float: left;
}
.titTalk .centerBoxTwo h2 {
    float: left;
    color: #00555c;
    font-size: 26px;
    font-weight: bolder;
    margin-right: 5px;
    padding-left: 10px;
    line-height: 0px;
    margin-bottom: 20px;
}
.titTalk .centerBoxTwo p {
    line-height: 25px;
    font-size: 16px;
    color: #2d565c;
    margin-bottom: 40px;
    margin-top: 20px;
}

@media (max-width: 800px) {
    .titTalk .centerBoxTwo {
        min-height: 40px;
        text-align: center;
        display: block;
        padding-left: 0px;
    }
}

@media (max-width: 800px) {
    .contentPServ {
        margin-top: 20px;
        margin-bottom: 55px;
    }
    .contentPServ .parallax-ImgDet .captioTitle {
        padding: 40px 20px;
    }
    .datos_personales .panel-body {
        padding: 2rem 1rem;
    }
    .panel-title {
        padding: 1rem 1rem;
    }

}
/* .box-phone{

    font-family: 'Noto Sans SC', sans-serif;
    height: 40px;
    padding-top: 11px;
    text-transform: inherit!important;
    font-size: 14px!important;
}
.box-phone a{
    background-color: #43797e;
    text-transform: inherit!important;
    height: 40px;
    font-size: 13px!important;
    color: #ddd;
} */

.box-phone {
    padding: .7rem;
}

.box-phone i {
    font-size: 2.5rem;
}


li.item-137 {
    background: #f29130;
}

.phone a:hover{
    transition: 0.3s;
    color: #f4f4f4;
}
.ubication {
    transition: 0.3s;
    color: #f4f4f4;
}

.client-box .TitTra{
    margin-top: 30px;
}
.client-box{
    position: relative;
    padding-bottom: 0px;
}
.slider-more-e {
    display: flex;
    padding: 40px 10px;
    background: url(../images/cruz.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 26rem;
}

.client-box .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: flex;

}

.titulo-slide-a{
    color: #fff!important;
    font-family: 'Noto Sans SC', sans-serif!important;

}
.safe{
   width: 13px!important;
    margin-left: 5px!important;
}
@media (max-width: 800px) {
    .slider-more-e {
        display:inherit!important;
    }

    .col-main-detalle h1.titulo-detalle {
        margin-top: 10px!important;
    }
}

@media (max-width: 800px) {
    .ico-fat{
        display: none;
    }
    .btnLogin {
        margin-left: 0px;
        width: 43px;
        height: 43px;
        padding-left: 9px;
        border: none;
        margin-top: 3px;
        }
    .btnLogin img{
        width: 16px!important;
    }
    .cont-relacionados {
        padding: 0px!important;
    }
    .cont-relacionados .owl-prev {
        left: -9%;
    }
    .cont-relacionados .owl-next {
        right: -9%;
    }
    .cont-relacionados .owl-dots {
        display: none!important;
    }
    .cont-relacionados .TitTrarel .centerBoxTwo h2 {
        font-family: 'Noto Sans SC', sans-serif;
        color: #00555c;
        font-size: 22px;
        font-weight: bolder;
        margin-right: 5px;
        padding-left: 0px;
        line-height: 0px;
    }
}

@media (max-width: 800px) {
    .ico-fat-noanima{
        display: none;
    }
    .ico-fat-anima {
        display: none;
    }
}
.ico-fat-noanima{
    z-index: 9;
    position: absolute;
    top: 35px;
    left: 0;
    width: 140px;
    height: 140px;
}
.ico-fat-anima{
    z-index: 9;
    position: absolute;
    top: 35px;
    left: 0;
    width: 140px;
    height: 140px;
    display: none;
}
.ico-fat-right{
    z-index: 9;
    position: absolute;
    top: 60px;
    right: 60px;
    width: 140px;
    height: 140px;
    display: none;
}

.ico-fat{
    z-index: 9;
    position: absolute;
    top: 35px;
    left: 0;
    width: 140px;
    height: 140px;
    display: none;
}
.ico-fat-for{
    z-index: 0!impoprtant;
    position: absolute;
    top: 35px;
    left: 0;
    width: 140px;
    height: 140px;
}
.icofor{
    height: 10px;
}
.ico-fat-for {
    position: relative;
    z-index: 0;
    top: 5px;
    left: -30px;
    width: 140px;
    height: 110px;
}
.contentPServ .ps{
position: relative;
}
.banners {
    position: relative;
    background: #e9f3f4;
}
.box-banner{
    z-index: 9;
    margin-top: 17rem;
    left: 0;
    right: 0;
    top: 0px;
    text-align: left;
    padding-top: 1rem;
}
.box-banner h1{
    
}
.interio-talk{
    margin-bottom: -6rem!important;
    padding-bottom: 0px!important;
    margin-top: 80px!important;

}


.top_interior .seccion2 {
    background: #fff !important;
}


@media (max-width: 800px) {
    .ico-fat-right{
        display: none;
    }
    .product .contenedor-producto {
        height: auto;
        padding: 10px 15px 15px;
        margin-top: 9px;
    }
    .descripcion-producto .titulo {
        padding-top: 1rem;
        font-size: 15px;
        font-weight: 600;
        min-height: 90px !important;
    }
    .contentPTrayectoria .parallax-ImgDet .captioTitle p {
        line-height: 25px;
        font-size: 16px;
        margin-bottom: 40px;
    }
    .client-box {
        padding-bottom: 40px;
    }
    .box-news .cate {
        padding: 25px 0px 0px 10px;
    }
    .box-news h2 {
        font-size: 22px;
        padding: 5px 0px 0px 10px;
        line-height: 28px;
        height: max-content !important;
    }

    .box-news .bajada {
        height: max-content !important;
    }
    
    .contenedor-footer .leyend {
        line-height: 22px;
        font-size: 15px;
    }
    .copyright {
        padding-bottom: 55px;
    }
    .copyright p {
        font-size: 12px;
        padding-left: 0px;
    }
    .descripcion-producto .categoria {
        font-weight: 400;
        color: #57787d;
        text-align: left;
        font-size: 15px;
        padding-bottom: 7px;
        margin-top: 11px;
    }
    .col-main {
        margin-top: 0px!important;
        padding-top: 0px!important;

    }
    .owl-item .product-top {
        padding: 10px 15px;
        height: 420px;
        border-radius: 15px;

    }
    .box-banner h1 {
        /* display: none; */
    }
}


@media (max-width: 800px) {

    .fa-user-circle-o{
        font-size: 24px;
        padding-right: 4px;
    }
    .fa-user {
        padding-left: 4px;
        font-size: 24px;
        padding-right: 4px;
    }

    .btnLogin:hover{
        border: 0px solid #e03f0d;
    }

    .cont-buscador form{
        border-radius: none;
    }
    .cont-buscador form:hover {
       transition: 0.4s;
   

    }
    .btn-product {
        /* height: 40px!important;
        width: 100%!important;
        line-height: 23px!important;
        font-size: 14px!important; */
    }
    .btn-galery {
        font-size: 14px!important;
    }
    .btn-service {
        font-size: 14px!important;
    }
    .btn-service-all{
        font-size: 14px!important;
        margin: 15px 10px 25px 0px!important;
    }
    .btn-service-invers{
        font-size: 14px!important;
    }
    .btn-service-news {
        font-size: 16px!important;
    }
}
.color-white{
    background-color: #fff!important;
}
/****BOTONES****/

.btn-product, #toolbar-save .btn {
    font-size: 13px;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: .5rem;
    margin: 0px auto 5px;
    transition: 0.5s;
    width: fit-content;
    vertical-align: middle;
    padding: 1.2rem 3rem;
    background-color: #f29130;  
}

.btn-product:hover, #toolbar-save .btn:hover {
    color: #fff;
    border:none;
    background-color: #ed4d1c;
}

.btn-galery {
    height: 35px;
    width: 150px;
    line-height: 19px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border: 2px solid #e03f0d;
    border-radius: 30px;
    margin: 0px auto 5px;
    transition: 0.5s;
    background-color: #e03f0d;
        margin-bottom: 3rem;
}
.btn-galery:hover {
    color: #fff;
    background-color: #ed4d1c;
    border: 2px solid #ed4d1c;
}
.btn-service{
    height: 35px;
    width: 130px;
     font-size: 13px;
    color: #e03f0d;
    text-align: center;
    border: 2px solid #e03f0d;
    border-radius: 30px;
    margin: 0px auto 25px;
    transition: 0.5s;
    line-height: 19px;
}
  .btn-service:hover{
    background-color: #ed4d1c;
    border: 2px solid #ed4d1c;
    color: #fff;
    transition: 0.5s;
}
.btn-service-invers{
    height: 35px;
    width: 130px;
    line-height: 19px;
    font-size: 13px;
    float: left;
    color: #fff;
    text-align: center;
    border: 2px solid #e03f0d;
    border-radius: 30px;
    margin: 0px 0px 25px;
    transition: 0.5s;
    background-color: #e03f0d;
}
.btn-service-invers:hover{
    background-color: #ed4d1c;
    border: 2px solid #ed4d1c;
    color: #fff;
    transition: 0.5s;
}
.btn-service-invers3{
    height: 35px;
    width: 150px;
    line-height: 19px;
    font-size: 13px;
    float: right;
    color: #fff;
    text-align: center;
    border: 2px solid #777777;
    border-radius: 30px;
    margin: 0px 0px 25px;
    transition: 0.5s;
    background-color: #777777;
}
.btn-service-invers3:hover{
    color: #fff;
    border: 2px solid #777777;
    background-color: #777777;
}
.btn-service-invers2{
    height: 35px;
    width: 170px;
    line-height: 19px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border: 2px solid #e03f0d;
    border-radius: 30px;
    margin: 0px 0px 25px;
    transition: 0.5s;
    background-color: #e03f0d;
}
.btn-service-invers2:hover{
    color: #fff;
    border: 2px solid #ed4d1c;
    background-color: #ed4d1c;
}
.btn-service-all{
font-weight: 400;
padding: 0px 20px;
line-height: 32px;
height: 37px;
width: 170px;
color: #e03f0d;
float: right;
text-align: center;
border: 2px solid #e03f0d;
border-radius: 30px;
margin: 35px 10px 25px 0px;
transition: 0.5s;
}
.btn-service-all:hover{
transition: 0.3s;
color: #fff;
 border: 2px solid #e03f0d;
background-color: #e03f0d;

}
.btn-direccion {
    padding-left: 0px;
    text-decoration: revert;
    /* border-bottom: 2px solid #e03f0d; */
    color: #e03f0d;
    float: left;
    /* background-color: aqua; */
}
.btn-direccion:hover {
  color: #ed4d1c;
}
.btn-register-session{
    height: 35px;
    line-height: 19px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border: 2px solid #e03f0d;
    border-radius: 30px;
    margin: 0px 30px 25px;
    transition: 0.5s;
    background-color: #e03f0d;

    }
.box-white{
       background-color: transparent!important;
   }
   .bg-gray{
      background: #f3f3f3!important;
   }
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    margin-bottom: 10px;
    background: #f3f3f3;
    font-size: 1.7rem;
    border-top-color: rgba(221, 221, 221, 0.2);
    border-radius: 0px 0px 0px 0px;
}


.img-news img {
    width: 100%;
/*    height: 23rem;*/
}


@media (max-width: 800px) {
    .contact-text {
        margin: 0 0 1.5rem 0;
    }

    .cont-relacionados .TitTrarel .centerBoxTwo .ico {
        width: 23px;
        margin-right: 6px;
    }


    .interior .ico-fat-for {
    top: -10px;

    }

    .btn-1 {
    padding: 8px 13px;
    font-weight: 500;
    color: #FFF;
    /* text-transform: inherit !important; */
    background-color: #00a297;
    /* border: 2px solid #e03f0d; */
    border-radius: 4px;
    /* font-size: 12px; */
    margin: 0;
    letter-spacing: 0;
    display: inline-flex
;
    align-items: center;
    transition: 0.5s;
    border: none;
}


.box-banner {
        margin-top: 14rem !important;}
}

.fila-0 {
    background: #e9f3f4;
}

.documento .nombre {
    font-size: 2rem;
    color: #00555c;
    margin-bottom: 1rem;
    font-weight: 700;
	height: 64px;
	display: block;
}
.documento .descripcion {
	height: 64px;
	display: block;
	margin-bottom: 10px;
}



/* ex Genérico */
.modal
{
    -webkit-overflow-scrolling: auto !important;
    overflow-y: auto !important;
}

.modal-body { /*height: 500px;*/ }
.modal-body iframe { width: 100%; height: 300px; overflow: scroll; -webkit-overflow-scrolling: auto !important; }


#caja_top .seccion2 .carrito .btn { 
    padding: .5rem;
    background: #fff !important;
    border-radius: 100%;
    width: 3.5rem;
    height: 3.5rem;position: relative;
    display: flex;
    align-items: center;
    justify-content: center; 


}

#caja_top .seccion2 .carrito .btn:hover { 
    background-color: #ed4d1c;



}



/* Filtros Laterales - 06-08-2018 */
.bloque-filtros {     
    margin: 1rem 0;
    text-align: center; }

.btn-filtro {
    height: 35px;
    width: 130px;
    line-height: 19px;
    font-size: 12px;
    float: left;
    color: #fff;
    text-align: center;
    border: 2px solid #e03f0d;
    border-radius: 30px;
    margin: 0px 0px 0px 7px;
    transition: 0.5s;
    background-color: #e03f0d;
}

.btn-filtro:hover {
    background-color: #ed4d1c;
    border: 2px solid #ed4d1c;
    color: #fff;
    transition: 0.5s;
}



.btn-quitar-filtro {
    background: #2d565c;
    color: white;
    padding: 1rem;
    font-weight: 700;
    font-size: 12px;
    width: 56%;
}

.btn-quitar-filtro:hover {
    background:#013d42;
	color:white;
}


.caja-filtro { padding: 10px; }

.accordion_cabecera { color: #2d565c; cursor: pointer; padding: 5px; width: 100%; font-size: 16px;  font-weight: 600;}
.accordion_cabecera i { float: right; font-weight: normal; font-size: 11px; }
.accordion_cabecera i.fa-minus { display: none; }
.accordion_cabecera i.fa-plus { display: inherit; }

.accordion_cabecera:hover { color: #00A9A5 !important; }

.accordion_cabecera.active { color: #00555c; font-weight: 600; }
.accordion_cabecera.active i.fa-minus { display: inherit; }
.accordion_cabecera.active i.fa-plus { display: none; }

.accordion_panel { padding: 0 5px; max-height: 0; overflow-y: auto; transition: max-height 0.2s ease-out; margin-bottom: 12px; border-bottom: solid 1px #f6f6f633;}
.accordion_panel.active {     max-height: 30.2rem; }

.filtros ul.filtro { margin: 0; padding: 0;}
.filtros ul.filtro > li { list-style: none; margin: 0 0 4px 0;display: flex; align-items: center; #00555c!important;  } 
.filtros ul.filtro > li > * { display: inline-block; margin: 0; color: #00555c!important;}
.filtros ul.filtro > li > input { margin-right: 10px; }


.rev_slider ul li, .rev_slider >ul >li, .rev_slider >ul >li:before {
    border-radius: 0 0 0 14rem !important;
}


.bg-light-green {
    background-color: #e1f9f7;
        padding-bottom: 9rem;
}

.section-contacto-home {
    margin: -4rem auto;
    z-index: 99 !important;
    position: absolute;
    /* margin: 0 auto; */
    width: 100%;
}

.main-contacto-home {
    justify-content: center;
    display: flex;
    text-align: center;
}

@media (max-width: 800px)
{
	.main-contacto-home {
		margin-top: -25px;
	}


    .main-area-servicios {
    display: inline !important;
    }

    .p-0 {
        padding: 0;
    }
}

.green-box {
    background: #88ebe2;
    padding: 1.5rem;
    border-radius: .6rem;
}

.green-box a, .green-box i {
    font-size: 2.4rem;
    color: #064144;
    font-weight: 700;
    text-align: center;
}


.border-right {
    border-right: .1rem solid #50bfb8;
}


.section-area-servicios {
    padding-top: 9rem;
    padding-bottom: 6rem;
}

.main-area-servicios {
    /* padding: 4rem 1rem; */
        justify-content: center;
    display: flex;
}

.box-serv {
    text-align: center;
    justify-content: center;
    position: relative;
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    transition: .3s;
    box-shadow: 0rem 0rem 1.5rem 0rem #00a2970d;
}

.box-serv img {
    width: 34%;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}

h1.title-section {
    font-weight: 700;
    color: #064144;
    font-size: 2.8rem;
}

h1.title-section-white {
    font-weight: 700;
    color: #fff;
    font-size: 2.8rem;
}


.box-serv h3 {
    color: #878787;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.5rem;
    height: 5rem;
    margin-bottom: 0;
}

.box-serv:hover {
    box-shadow: 0rem 0rem 1.5rem 0rem #00a29740;
    transition: .3s;
    color:#064144;
}


.item .box .img-product img {
    width: 25rem !important;
    height: 25rem;
    margin: 0 auto;
    padding: 1rem;
}


.item .box .titulo {
	color: #00555c;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 4px;
    min-height: 58px;
    line-height: 1.8rem;
    /* text-transform: lowercase; */
    margin: 1rem 0;
}

.btn-product i {
    margin-left: 1rem;
    opacity: .7;
}

.item .box .titulo:first-letter { text-transform: uppercase; }

.item {
    margin: 2rem;}

.box {
    box-shadow: 0rem 0rem 2rem 0rem #3a5f5d1c;
    background: #fff;
    padding: 3rem;
    border-radius: 2rem;
}


.box-news-content {
    padding: 15px;
}



.list i {
    margin-right: 1rem;
    color: #50bfb8;
    font-size: 2.4rem;
}

#footer h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 3rem;
}



.main-form {
    background-color: #f0f0f0;
    /* height: 100vh; */
    align-items: center;
    margin: auto;
    
}



.text-form {
    padding-left: 3rem;
    padding-bottom: 4rem;
    padding-top: 4rem;
}

@media (min-width: 800px) {
.pt-3 {
    padding-top: 2.5rem;}


.main-form {
        padding-bottom: 1rem ;    }


.custom img {
            width: 71%;
            text-align: center;
            margin: 0 auto;
        }


.box-about-left, .main-about-1 {
            display: flex;
            vertical-align: middle;
}

.box-about-left p {
            padding-left: 6rem;
            padding-top: 4rem;
}


.box-about-left {
    background-position-x: left;
    background-position-y: 10rem;
}

.main-corp-2 {
    background: url(/images/section-about-3-desktop.jpg);
}

.box-main-corp-2 {
    padding: 4rem 5rem;
}

}


@media (max-width: 799px) {

    .box-about-left p {
        padding-left: 4rem;
        padding-top: 10rem;
}

    .box-about-left {
        background-position-x: left;
        background-position-y: top;
    }

    .box-main-corp-2 {
        padding-top: 13rem;
        text-align: center;
    }


.box-product {     padding: 0 !important;
}
    
.content-agregar {
    margin-bottom: 3rem;
    width: 100%;
}


.controles .btn-product {
    width: 100%;
}

.boton-ficha {
    text-align: center;
    width: 100%;
}

.owl-item .relacionados .product-top {
    height: 367px !important;
}

.cont-relacionados .titulo {

    font-size: 18px;
    line-height: 2.4rem;

}

h1.title-slider, h1.title-slider strong {
    color: #064144;
    font-size: 2.8rem !important;
    line-height: 3.5rem !important;
    text-align: center;
    font-family: "Poppins", sans-serif;
    }



h1.title-slider-white, h1.title-slider-white strong {
    color: #fff;
    font-size: 3rem !important;
    line-height: 3.7rem !important;
    text-align: center;
    font-family: "Poppins", sans-serif;
    }


.tp-caption.excerpt {
        background: transparent;
    }


.px-05 {
    padding: .5rem;}
    
.box-serv {
    padding: 1.5rem 1rem !important;}

.green-box a, .green-box i {
        font-size: 2rem;
        padding: 1rem 0;}

.box-serv h3 {
        font-size: 1.6rem;
        line-height: 2.1rem;}

.item .box .titulo {
            height: 7rem;}

.box {
    padding: 2rem !important;
}


#caja_top .seccion2 .carrito .btn img {
    width: 3.5rem;
}

.slider-more-e {
    background:none !important;
}

.owl-carousel.clientes .owl-item img {
    padding: 0 !important;

}

.box-form h2 {
    font-size: 3.5rem !important;
}


.main-form {
    padding-bottom: 3rem ; 
}

.main-corp-2 {
    background: url(/images/section-about-3-mobile.jpg);
}

.p-xs-3 {
    padding: 3rem;
}

}


.section-contact {
    background: #f0f0f0;
    vertical-align: middle;
}
.row.seccion2.fixed {
    box-shadow: 0rem 0rem 1rem 0rem #0000001a;
}

.item-page {
    margin-top: 3rem;
}



.box-about-left p {
margin: auto 0;
font-size: 1.7rem;
color: #000;
}

.box-about-left {
    background: url(/images/comillas.png);
    background-repeat: no-repeat;
}

.rounded {
    border-radius: 4rem;
}

.main-corp h1 {
    display: inline-flex    ;
        vertical-align: middle;
        align-items: center;
        padding: 2rem 0 2rem 0;
}

.main-corp img {
width: 16%;
margin: auto 0;
padding-right: 1rem;
}

.main-corp p{
    color:#000;
}

.main-corp-2 {
    position: relative;
    border-radius: 4rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-corp-2 p {
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
}



.py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.box-not {
    padding: 0 !important;
    -webkit-box-shadow: -1px 2px 19px -6px rgb(67 121 126 / 20%);
    -moz-box-shadow: -1px 2px 19px -6px rgba(67, 121, 126, 0.20);
    box-shadow: -1px 2px 19px -6px rgb(67 121 126 / 20%);
    margin: 0px 20px;
    border-radius: 1rem;
    overflow: hidden;
}


.interior h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #064144;
    margin-bottom: 2rem;
}

/* Para logos del home */
.owl-carousel.clientes .logo {
    height: 158px;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;    /* Centra verticalmente */
}


.porque img {
    width: 40%;
    margin: 0 auto;
}

.porque p {
    font-size: 15px;
    color: #000;
}