/* estilos del sitio web */

/*fuentes y fuentes CDN*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*estilos generales*/
html, body{opacity: 0; font-family: "Montserrat", system-ui;}
html{position:relative; min-height:100%}
body{margin-bottom:0px;}
.height-100{height:100%}
.displayflex{display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: center;
  justify-content: center;
}
.sinpaddingleft{padding-left:0px !important}
.sinpaddingright{padding-right:0px !important}
.row-con-margen{margin-left:-15px; margin-right:-15px}
.w100Hauto{width:100%; height:auto}
.error{color:#F00; font-size:10px; font-weight:300;}
.empty{color:#F00; font-size:10px; font-weight:300;}
.oculto-success{font-size:14px; font-weight:300; text-align:center; margin-top:10px; color:#000}
.error-borde{border-color:#DB2629 !important}
.centrado {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
}
.mailto{color:inherit; text-decoration:none}
.mailto:hover{color:inherit; text-decoration:underline;}
.display-block{display:block}
.grayscale
{
-moz-filter: grayscale(100%);
-o-filter:grayscale(100%);
-ms-filter:grayscale(100%);
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
/*-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.grayscale:hover{
	-webkit-filter:none !important;
	filter:none !important;
	-moz-filter:none !important;
	-o-filter:none !important;
	-ms-filter:none !important;
}
span.pointer,b.pointer,a.pointer{cursor:pointer}
.relative{position:relative}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 appearance:none;
 -moz-appearance:none;
 margin: 0;
}
.pointer{cursor:pointer}
.transition{transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
.row{margin-left:0px; margin-right:0px}
.row-con-margen{margin-left:-15px !important; margin-right:-15px !important}
:focus {
    outline: none;
}
.elemento *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #000000 !important;
	opacity:1;
}
.elemento *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #000000 !important;
	opacity:1;
}
.transition{
		transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629
}
.float {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #7AD26D;
    color: rgba(31, 173, 83, 0.3);
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
    z-index: 10000;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
    opacity: 0.75
}
.float:hover {
  color: rgba(38, 217, 104, 0.7);
}
.float .fa-whatsapp{
  color: #fff;
  font-size: 40px;
  margin-top: 11px;
}
.acciones{
  position: fixed; right: 141px; bottom: 74px; z-index: 100
}

@-webkit-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}
.container-custom{
  padding-left: 7%; padding-right: 7%
}
#ocultosuccess,#ocultosuccess2{
  text-align: center;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629
}
.content-table{
  display: table; width: 100%; height: 100%
}
.content-row{
  display: table-row;
}
.content-cell{
  display: table-cell; vertical-align: middle;
}
html, body {
position:relative;
overflow-x:hidden;
}
.relativeZ1{position: relative; z-index: 1}
.pngrendering {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

/*Header*/
header{position: fixed; width: 100%; height:180px;  left: 0; top: 0; z-index: 1000; background: #004751; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
header ul{
  padding-top: 72px; margin-bottom: 0; padding-left: 0; text-align: right; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
header ul li{
  text-align: left;
  font: normal normal normal 14px/18px Montserrat;
  letter-spacing: 3.4px;
  color: #FFFFFF;
  list-style-type: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px
}
header ul li.redes{margin-right: 0}
header ul li a, header ul li a:hover, header ul li a:focus{
  color: #fff; text-decoration: none;
}
header ul li a.active{font-weight: 900; text-decoration: underline;}
header ul li .arrow-dropdown{vertical-align: middle; position: relative; bottom: 2px}

@media only screen and (min-width:768px){.dropdown:hover .dropdown-menu{display:block !important}}
.dropdown-toggle::after{display: none}
header .dropdown-menu{width: 100%; position:absolute;top:100%;left:0 !important;z-index:1000;display:none;float:left;min-width:200px;padding:5px 0;padding:0; padding-left: 0; padding-right: 0; margin:0px 0 0;list-style:none;font-size:16px;text-align:left;background-color:inherit;border:1px solid #ccc;border:none;border-radius:0;box-shadow:none;-webkit-box-shadow: none;-moz-box-shadow: none;border-radius: 0; border-top-left-radius:0 !important; border-top-right-radius:0 !important}
header .dropdown-menu>li>a:hover,header .dropdown-menu>li>a:focus{
  background: #004751;
  color: #fff !important;
  text-decoration: none;
  border-radius: 0;
}
header .dropdown-menu>li>a{
  width: 100%;
  min-height: 25px;
  display:block !important;padding:0;clear:both; background: #004751;
  opacity: 1;
  font-size: 9px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 1px;
  color: #fff !important;
  padding-top: 13px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-radius: 0;
  text-align: center !important;
  border-bottom: solid 0.6px rgba(255,255,255,0.56) !important;
  text-transform: uppercase;
}
header .dropdown-menu>li{margin-left: 0 !important; margin-right: 0 !important; width: 100%; border-right: none !important; border-bottom: none !important}
header .dropdown-menu>li:last-child a{border:none; border-bottom: none !important}
header .dropdown-menu>li>a.one{
  border-top-left-radius: 0; border-top-right-radius: 0; padding-top: 5px
}
header .dropdown-menu>li>a::before{display: none}
header .logo{position: absolute; left: 15px; top: 50px; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
header.dos{background: #004751; height: 160px}
header.dos .logo{transform: scale(0.7); transform-origin: left; top: 0}
footer{
  background: #004751 0% 0% no-repeat padding-box; padding-top: 63px; padding-bottom: 40px
}
footer table{width: 100%}
footer table tr td{
  width: 33.33%;
  text-align: left;
  font: normal normal bold 14px/18px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
}
footer table tr td a, footer table tr td a:hover, footer table tr td a:focus{
  color: #FFFFFF; text-decoration: none
}
footer table tr{vertical-align: top}
footer .divisor{
  height: 3px; background: #DBDB01; margin-top: 40px; margin-bottom: 30px;
}
footer h3{
  text-align: left;
  font: normal normal normal 19px/23px Montserrat;
  letter-spacing: 0px;
  color: #DBDB01;
  margin: 0
}
footer h3 a, footer h3 a:hover, footer h3 a:focus{
  color: #DBDB01; text-decoration: none;
}
footer .redes{text-align: right;}
.inicio-1 .ms-skin-default .ms-bullet {
    width: 9px;
    height: 9px;
    background: transparent;
    border:2px solid #fff;
    margin: 4px;
    background-position: inherit;
    border-radius: 50%;
}
.inicio-1 .ms-skin-default .ms-bullet-selected{
  background: #fff;
}
.inicio-1 .ms-bullets.ms-dir-h{bottom: 54px; width: 100% !important; right: 0 !important;}
.inicio-1 button{
  width: 333px;
  height: 58px;
  text-align: center;
  font: normal normal bold 23px/28px Montserrat;
  letter-spacing: 0px;
  color: #004751;
  background: #E5E5E5 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
  border-radius: 29px;
  border:none;
  position: absolute;
  left: 141px;
  bottom: 74px;
}
.inicio-1 .frase{
  text-align: left;
  font: normal normal normal 66px/81px Montserrat;
  font-weight: 700;
  letter-spacing: 0px;
  color: #DBDB01;
  position: absolute;
  right: 62px;
  top:212px
}
.cintillo{
  text-align: center;
  font: normal normal bold 30px/37px Montserrat;
  font-weight: bold;
  letter-spacing: 0px;
  color: #DBDB01;
  background: #363636 0% 0% no-repeat padding-box;
  padding-top: 21px;
  padding-bottom: 21px;
}
.cintillo .img-arrow{vertical-align: sub;}
.portada{
  height: 500px; background-image: url('../img/banner-nosotros.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: center top;
}
.portada.tienda{
  background-image: url('../img/BANNER-CATEGORIAS.jpg'); background-position: center bottom;
}
.portada.detalle{
  background-image: url('../img/BANNER-DETALLE.jpg'); background-position: center bottom;
}
.portada .container{position: relative;}
.portada h1{
  padding-top: 280px;
  text-align: left;
  font: normal normal bold 50px/61px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0
}
.portada h1 b{font-weight: 800}
.portada.tienda h1{
  font: normal normal normal 60px/73px Montserrat; font-weight: 600; padding-left: 150px
}
.portada.contact{
  background-image: url('../img/BANNER-CONTACTO.jpg'); background-position: center bottom;
}
.portada.contact h1{
  text-align: left;
  font: normal normal bold 60px/73px Montserrat;
  font-weight: bold;
  padding-top: 380px
}
.nosotros-2{
  padding-top: 68px; padding-bottom: 68px;
}
.nosotros-2 .item{height: 100%}
.nosotros-2 .item.uno{
  padding-top: 20px; padding-bottom: 20px;
}
.nosotros-2 .item .subitem{
  height: 100%; background-image: url('../img/cover.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: center; border-radius: 21px;
}
.nosotros-2 .item.dos{
  background: #363636 0% 0% no-repeat padding-box; border-radius: 26px; padding-left: 59px; padding-top: 88px; padding-bottom: 108px; padding-right: 105px; margin-left: -30px
}
.nosotros-2 .item.dos .titulo{
  text-align: left;
  font: normal normal bold 45px/55px Montserrat;
  font-weight: 700;
  letter-spacing: 0px;
  color: #DBDB01;
  margin-bottom: 10px;
}
.nosotros-2 .item.dos p{
  text-align: left;
  font: normal normal normal 20px/24px Montserrat;
  letter-spacing: 0px;
  color: #DBDB01;
  margin-bottom: 0
}
.nosotros-3{
  background: #DBDB01 0% 0% no-repeat padding-box; padding-top: 102px; padding-bottom: 34px;
}
.nosotros-3 .rows{margin-bottom: 68px}
.nosotros-3 .titulo{
  text-align: left;
  font: normal normal normal 66px/81px Montserrat;
  letter-spacing: 0px;
  font-weight: 600;
  color: #004451;
  margin-bottom: 42px;
}
.nosotros-3 .titulo span{
  text-align: left;
  font: normal normal 800 66px/81px Montserrat;
  letter-spacing: 0px;
  color: #004451;
}
.nosotros-3 .rows.tres .titulo{font-size: 60px}
.nosotros-3 p{
  text-align: left;
  font: normal normal normal 25px/30px Montserrat;
  letter-spacing: 0px;
  font-weight: 500;
  color: #363636;
}
.nosotros-3 .img{box-shadow: 0px 6px 6px #00000029; border-radius: 26px;}
.nosotros-4{
  background: #363636 0% 0% no-repeat padding-box; padding-top: 81px; padding-bottom: 71px;
}
.nosotros-4 .c-icon{height: 141px; text-align: center;}
.nosotros-4 .titulo{
  text-align: center;
  font: normal normal 900 29px/35px Montserrat;
  font-weight: 900;
  letter-spacing: 0px;
  color: #DBDB01;
  margin-bottom: 69px
}
.nosotros-4 p{
  text-align: center;
  font: normal normal normal 20px/24px Montserrat;
  letter-spacing: 0px;
  color: #DBDB01;
  margin-bottom: 0
}
.lista-productos.home{
  background: #fff; padding-top: 54px; padding-bottom: 60px
}
.lista-productos .item{
  height: 100%; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
.lista-productos .item:hover{
  background: #ECECEC 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000029;
  border-radius: 25px;
}
.lista-productos a:hover,.lista-productos a{text-decoration: none}
.lista-productos .item .c-img{
  height: 300px; position: relative;
}
.lista-productos .item .c-img img{max-width: 90%; max-height: 90%}
.lista-productos .item .titulo{
  text-align: center;
  font: normal normal normal 18px/23px Montserrat;
  font-weight: 600;
  letter-spacing: 0px;
  color: #363636;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}
.lista-productos .item .c-table{padding-left: 20px; padding-right: 20px}
.lista-productos .item table{width: 100%; margin-bottom: 20px}
.lista-productos .item table tr td:nth-child(2){text-align: right;}
.lista-productos .item table .c-precio{
  text-align: left;
  font: normal normal 900 19px/23px Montserrat;
  letter-spacing: 0px;
  color: #DB7924;
  text-transform: uppercase;
}
.build-style{
  height: 422px; background-image: url('../img/BANNER-INICIO2.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: center;
}
.build-style .titulo{
  text-align: left;
  font: normal normal bold 132px/141px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.cotizar{
  padding-top: 75px; padding-bottom: 66px; position: relative;
}
.cotizar .titulo{
  text-align: left;
  font: normal normal 900 41px/48px Montserrat;
  letter-spacing: 0px;
  color: #004751;
  margin-top: 33px;
  margin-bottom: 29px;
}
.cotizar .titulo span{
  text-align: left;
  font: normal normal normal 32px/39px Montserrat;
  font-weight: 500;
  letter-spacing: 0px;
  color: #004751;
}
.cotizar .recuadro{
  background: #DBDB01; border-top-right-radius: 18px; border-bottom-right-radius: 18px; padding-top: 40px; padding-bottom: 50px; padding-right: 50px
}
.cotizar .recuadro .subtitulo{
  text-align: left;
  font: normal normal 600 30px/37px Montserrat;
  letter-spacing: 0px;
  color: #004751;
  margin-bottom: 18px
}
.cotizar .recuadro p{
  text-align: left;
  font: normal normal normal 20px/24px Montserrat;
  letter-spacing: 0px;
  font-weight: 500;
  color: #004751;
  margin-bottom: 0
}
.cotizar .img-cotizar{position: absolute; left: 0; bottom: 0}
form input[type=text],form input[type=email], form select, form textarea{
  width: 100%;
  height: 33px;
  border: 1px solid #004751;
  border-radius: 5px;
  text-align: left;
  font: normal normal bold 16px/8px Montserrat;
  letter-spacing: 0px;
  color: #004751;
  background: none;
  padding-left: 10px;
  margin-bottom: 14px
}
form textarea{
  height: 198px; padding-top: 10px; border-radius: 12px; line-height: normal;
}
form .adjuntar{
  text-align: left;
  font: normal normal bold 13px/16px Montserrat;
  letter-spacing: 0px;
  color: #004751;
  margin-bottom: 18px;
}
form .adjuntar svg{margin-left: 5px; vertical-align: middle;}
form table.botones button{
  width: 206px;
  height: 33px;
  background: #004751 0% 0% no-repeat padding-box;
  border: 1px solid #004751;
  border-radius: 7px;
  text-align: left;
  font: normal normal bold 16px/9px Montserrat;
  letter-spacing: 0px;
  color: #DBDB01;
  text-transform: uppercase;
  margin-right: 30px;
}
form table.botones tr td:nth-child(2){
  text-align: left;
  font: normal normal normal 8px/15px Roboto;
  letter-spacing: 0px;
  color: #004751;
}
form table.botones tr td:nth-child(2) input{vertical-align: middle;}
form table.botones tr td:nth-child(2) a, form table.botones tr td:nth-child(2) a:hover, form table.botones tr td:nth-child(2) a:focus{
  color: #004751; text-decoration: underline;
}
form *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #004751 !important;
	opacity:1;
}
form *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #004751 !important;
	opacity:1;
}
form *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #004751 !important;
	opacity:1;
}
form *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #004751 !important;
	opacity:1;
}
.c-lista-categorias{
  background: #F9F9F9; padding-top: 78px; padding-bottom: 78px;
}
.c-lista-categorias ul{
  padding-left: 0; margin-bottom: 0; column-count: 3
}
.c-lista-categorias ul li{margin-bottom: 12px; list-style-type: none;}
.c-lista-categorias ul li a{
  text-align: center;
  font: normal normal normal 24px/29px Montserrat;
  letter-spacing: 0px;
  color: #363636;
  text-decoration: none;
  font-weight: 600
}
.c-lista-categorias ul li a:hover,.c-lista-categorias ul li a:focus,.c-lista-categorias ul li a.active{
  font-weight: bold; text-decoration: none
}
.c-carrusel-tienda .ms-skin-default .ms-bullet {
    width: 8px;
    height: 8px;
    background: transparent;
    margin: 4px;
    background-position: inherit;
    border:2px solid #fff;
    border-radius: 50%
}
.c-carrusel-tienda .ms-skin-default .ms-bullet-selected{
  background-position: inherit; background: #fff
}
.c-carrusel-tienda .ms-bullets.ms-dir-v{right: 20px !important}
.cintillo-categoria{
  background: #004751; padding-top: 24px; padding-bottom: 18px;
  text-align: center;
  font: normal normal bold 30px/37px Montserrat;
  font-weight: bold;
  letter-spacing: 0px;
  color: #DBDB01;
  text-transform: uppercase;
}
.lista-productos.tienda{
  padding-top: 37px; padding-bottom: 58px
}
.navegacion{
  margin-top: 70px; text-align: center;
}
.navegacion a, .navegacion a:hover, .navegacion a:focus{
  text-align: left;
  font: normal normal bold 20px/24px Montserrat;
  letter-spacing: 0px;
  color: #004751;
  font-weight: bold;
  text-decoration: none
}
.navegacion .anterior{margin-right: 70px}
.navegacion .anterior img{margin-left: 23px}
.navegacion .siguiente{margin-left: 70px}
.navegacion .siguiente img{margin-right: 23px}
.cotizar .titulo-ayuda{
  text-align: left;
  font: normal normal 900 39px/48px Montserrat;
  letter-spacing: 0px;
  color: #004751;
  font-weight: 900;
  margin-top: 32px;
  margin-bottom: 20px
}
.cotizar .recuadro.contact{
  height: 333px
}
.cotizar .izquierda{padding-right: 60px}
.cotizar .derecha{padding-left: 60px}
.cotizar .redes{margin-top: 17px}
.cotizar .img-cotizar.ayuda{bottom: 43px}
.cintillo ul.primary li{padding-left: 0}
.cintillo ul.primary li{list-style-type: none;}
.cintillo ul.primary li a,.cintillo ul.primary li a:hover,.cintillo ul.primary li a:focus{
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-decoration: none;
}
.cintillo ul li .arrow-dropdown{vertical-align: middle; position: relative; bottom: 2px}
.cintillo .dropdown-menu{width: 100%; position:absolute;top:100%;left:0 !important;z-index:1000;display:none;float:left;min-width:200px;padding:5px 0;padding:0; padding-left: 0; padding-right: 0; margin:0px 0 0;list-style:none;font-size:16px;text-align:left;background-color:inherit;border:1px solid #ccc;border:none;border-radius:0;box-shadow:none;-webkit-box-shadow: none;-moz-box-shadow: none;border-radius: 0; border-top-left-radius:0 !important; border-top-right-radius:0 !important}
.cintillo .dropdown-menu>li>a:hover,.cintillo .dropdown-menu>li>a:focus{
  background: #004751;
  color: #fff !important;
  text-decoration: none;
  border-radius: 0;
}
.cintillo .dropdown-menu>li>a{
  width: 100%;
  min-height: 25px;
  display:block !important;padding:0;clear:both; background: #004751;
  opacity: 1;
  font-size: 9px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 1px;
  color: #fff !important;
  padding-top: 13px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-radius: 0;
  text-align: center !important;
  border-bottom: solid 0.6px rgba(255,255,255,0.56) !important;
  text-transform: uppercase;
}
.cintillo .dropdown-menu>li{margin-left: 0 !important; margin-right: 0 !important; width: 100%; border-right: none !important; border-bottom: none !important}
.cintillo .dropdown-menu>li:last-child a{border:none; border-bottom: none !important}
.cintillo .dropdown-menu>li>a.one{
  border-top-left-radius: 0; border-top-right-radius: 0; padding-top: 5px
}
.cintillo .dropdown-menu>li>a::before{display: none}
.cintillo .a-drop{
  text-align: left;
  font: normal normal 600 22px/27px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.galeria-producto .item{
  width: 100%;
  height: 100%;
  border-radius: 11px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}
.galeria-producto .ms-thumb{
}
.galeria-producto .ms-thumb img{opacity: 0}
.galeria-producto .ms-view{background: #fff !important}
.detalle-producto{
  padding-top: 71px; padding-bottom: 84px
}
.detalle-producto .titulo{
  text-align: left;
  font: normal normal 900 37px/45px Montserrat;
  letter-spacing: 0px;
  color: #004751;
  text-transform: uppercase;
}
.detalle-producto .subtitulo{
  text-align: left;
  font: normal normal normal 23px/28px Montserrat;
  letter-spacing: 0px;
  color: #004751;
  font-weight: 400;
  margin-bottom: 27px
}
.detalle-producto .p{
  text-align: left;
  font: normal normal normal 16px/19px Montserrat;
  letter-spacing: 0px;
  color: #242728;
  margin-bottom: 7px
}
.detalle-producto .precio{
  text-align: left;
  font: normal normal 900 23px/28px Montserrat;
  letter-spacing: 0px;
  color: #004451;
  margin-bottom: 25px
}
.detalle-producto button{
  width: 255px;
  height: 56px;
  background: #DBDB01 0% 0% no-repeat padding-box;
  border-radius: 12px;
  border:none;
  text-align: center;
  font: normal normal 900 20px/24px Montserrat;
  letter-spacing: 0px;
  color: #004451;
  text-transform: uppercase;
}
.detalle-producto .contiene-caracteristicas{
  padding-top: 30px; border-top: 1px solid #707070; color: #242728;
}
.detalle-producto .contiene-caracteristicas .table-bordered td, .detalle-producto .contiene-caracteristicas .table-bordered th{
  border:none; padding-left: 0; padding-right: 0
}
.detalle-producto .contiene-caracteristicas .table-bordered {
    border: none;
}
.detalle-producto .contiene-comentarios{
  padding-top: 30px; border-top: 1px solid #707070; margin-top: 70px
}
.detalle-producto .contiene-comentarios .titulo{
  font: normal normal 900 30px/37px Montserrat;
  letter-spacing: 0px;
  color: #004751;
  text-transform: none;
  margin-bottom: 27px
}
.detalle-producto .contiene-comentarios table.uno{width: 100%; margin-bottom: 7px}
.detalle-producto .contiene-comentarios table.uno tr td:nth-child(1) span{
  font: normal normal 900 83px/101px Montserrat;
  letter-spacing: 0px;
  color: #363636;
  text-transform: uppercase;
  display: inline-block;
}
.detalle-producto .contiene-comentarios table.uno tr td:nth-child(2){
  text-align: right;
}
.detalle-producto .contiene-comentarios table.uno tr td:nth-child(2) .calificaciones{
  text-align: right;
  font: normal normal normal 23px/28px Montserrat;
  font-weight: 500;
  letter-spacing: 0px;
  color: #004451;
}
.detalle-producto .contiene-comentarios table.dos{width: 100%}
.detalle-producto .contiene-comentarios table.dos tr td:nth-child(1){
  width: 445px
}
.detalle-producto .contiene-comentarios table.dos tr td:nth-child(1) span{
  background: #C7C7C7 0% 0% no-repeat padding-box;
  height: 9px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.detalle-producto .contiene-comentarios table.dos tr td:nth-child(1) span b{position: absolute; left: 0; top: 0; height: 100%; background: #004751; display: inline-block;}
.detalle-producto .contiene-comentarios table.dos tr td:nth-child(2){
  text-align: left;
  font: normal normal normal 16px/19px Montserrat;
  font-weight: 500;
  letter-spacing: 0px;
  color: #004451;
  text-align: right;
  padding-left: 10px;
  position: relative;
}
.detalle-producto .contiene-comentarios table.dos tr td:nth-child(2) svg{position: absolute; top: 4px}
.detalle-producto .contiene-comentarios .titulo span{
  text-align: left;
  font: normal normal normal 23px/28px Montserrat;
  font-weight: 500;
  letter-spacing: 0px;
  color: #004451;
}
.detalle-producto .contiene-comentarios .item-comentario .nombre{
  text-align: left;
  font: normal normal normal 23px/28px Montserrat;
  font-weight: bold;
  letter-spacing: 0px;
  color: #004451;
}
.detalle-producto .contiene-comentarios .item-comentario .comentario{
  text-align: left;
  font: normal normal normal 23px/28px Montserrat;
  letter-spacing: 0px;
  color: #004451;
}
.detalle-producto .contiene-comentarios .izquierda{padding-right: 90px}
.detalle-producto .contiene-comentarios .derecha{padding-left: 90px}
.detalle-producto .contiene-comentarios .arrow-left{position: absolute; left: -80px; top: 50%; margin-top: -25px}
.detalle-producto .contiene-comentarios .arrow-right{position: absolute; right: -50px; top: 50%; margin-top: -25px}

/* medias */
@media (max-width:991px){
  header{display: none}
  #modalMenu .logo{width: 80px; margin-top: 5px}
  #modalMenu .cierra-menu{
    font-size: 35px; color:#fff; margin-top: 10px
  }
  #modalMenu{
    z-index: 10000; padding-right: 0px !important
  }
  #modalMenu .modal-dialog{
    padding: 0px; margin: 0px; height: 100%; width: 100%; max-width: none
  }
  #modalMenu .modal-content{
    border:none; border-radius: 0px; background:#004751; padding-top: 0; height: 100%
  }
  #modalMenu .menu-m{
    width:100%; position: absolute; top: 0; left: 0; padding-top: 0; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; z-index: 1; height: 54px; background: #004751
  }
  #modalMenu .menu-m .logo-modal{
    width: 90px; margin-top: 70px;
  }
  #modalMenu ul{padding-left: 0px; margin-bottom: 0px; text-align: center; padding-top: 50px; z-index: 2}
  #modalMenu ul li{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
    list-style-type: none; display: block; margin-bottom: 30px
  }
  #modalMenu ul li .arrow-dropdown{position: relative; bottom: 2px}
  #modalMenu ul li a{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
  }
  #modalMenu ul li a:hover,#modalMenu ul li a:focus{
    color: #fff; text-decoration: none;
  }
  #modalMenu ul li a.active{
    font-weight: 900;
  }
  #modalMenu ul li:last-child{border-right: none}
  #modalMenu .dropdown-menu{width: 100%; position:absolute;top:100%;left:0 !important;z-index:1000;float:left;min-width:160px;padding:5px 0;padding:0; padding-left: 0; padding-right: 0; margin:0px 0 0;list-style:none;font-size:16px;text-align:left;background-color:inherit;border:1px solid #ccc;border:none;border-radius:0;box-shadow:none;-webkit-box-shadow: none;-moz-box-shadow: none;border-radius: 0; border-top-left-radius:0 !important; border-top-right-radius:0 !important; z-index:10}
  #modalMenu .dropdown-menu>li>a:hover,#modalMenu .dropdown-menu>li>a:focus{
    background: #6e180e;
    color: #fff !important;
    text-decoration: none;
    border-radius: 0;
  }
  #modalMenu .dropdown-menu>li>a{
    width: 100%;
    height: 38px;
    display:block !important;padding:0;clear:both; background: #6e180e;
    opacity: 1;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.31px;
    color: #fff !important;
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
    text-align: center !important;
    border-bottom: solid 0.6px rgba(166,165,168,0.56) !important;
    text-transform: uppercase;
  }
  #modalMenu .dropdown-menu>li{margin-left: 0 !important; margin-right: 0 !important; width: 100%; border-right: none !important; border-bottom: none !important; margin-bottom: 0}
  #modalMenu .dropdown-menu>li:last-child a{border-bottom:1px solid #fff !important}
  #modalMenu .dropdown-menu>li>a.one{
    border-top-left-radius: 0; border-top-right-radius: 0; padding-top: 12px
  }
  #modalMenu .dropdown-menu>li>a::before{display: none}
  #modalMenu .redes{
    margin-top: 20px; margin-bottom: 50px; text-align: center;
  }
  #modalMenu .redes .c-red{margin-left: 1px; margin-right: 1px}
  #modalMenu .redes .c-red i{color:#242728}
  #modalMenu .horario{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 30px
  }
  #modalMenu .horario span{text-transform: uppercase; font-weight: bold;}
  #modalMenu .c-boton{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #dab01e;
  }
  #modalMenu .c-boton span{font-weight: 900}
  #modalMenu .c-boton button{
    width: 237px;
    height: 44.6px;
    border: solid 1px #fff;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    border-radius: 22px;
    margin-top: 16px
  }
  #modalMenu .c-boton button img{margin-left: 40px}
  #modalMenu .shape{
    position: absolute;
    left: 0;
    max-width: 100%;
    right: 0;
    margin: auto;
  }
  .menu-mobile.dos .logo-modal {
    width: 50px;
    margin-top: 8px;
  }
  .menu-mobile{
    position: fixed; width: 100%; left: 0; top: 0; z-index: 9999; background:#004751; height: 54px;
  }
  .menu-mobile .logo-modal{width: 90px; margin-top: 70px; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
  .menu-mobile .abre-menu{
     margin-top: 17px;
  }
  .float{width: 45px; height: 45px; }
  .float .fa-whatsapp {
    font-size: 28px;
    margin-top: 9px;
  }
  .acciones{right: 20px}
  .inicio-1 .frase{font-size: 36px; line-height: 45px; right: 15px}
  .inicio-1 button{transform: scale(0.7); transform-origin: left; bottom: 80px; left: 15px}
  .inicio-1 .ms-bullet {
      cursor: pointer;
      float: none;
      display: inline-block;
  }
  .inicio-1 .ms-bullets.ms-dir-h .ms-bullets-count {
      position: relative;
      right: inherit;
      width: 100%;
      text-align: center;
  }
  .inicio-1 .ms-bullets.ms-dir-h{bottom: 30px}
  .build-style .titulo{font-size: 60px; line-height: normal; padding-top: 95px;}
  .cotizar .titulo{padding-left: 15px !important; margin-top: 0; text-align: center;}
  .cotizar .recuadro{padding-left: 15px !important}
  .cotizar .img-cotizar{position: relative; margin-top: 30px; margin-bottom: 30px}
  .c-form{padding-right: 15px !important}
  .c-form table.botones, .c-form table.botones tbody, .c-form table.botones tr, .c-form table.botones td{display: block; text-align: center; width: 100% !important}
  form .adjuntar{text-align: center;}
  form table.botones tr td:nth-child(2){text-align: center; margin-top: 15px}
  form table.botones button{margin-right: 0}
  footer{text-align: center;}
  footer .logo{width: 100px; margin-bottom: 30px}
  footer table tr td{font-size: 12px}
  footer h3{font-size: 12px; line-height: normal; text-align: center;}
  footer .redes{text-align: center; margin-top: 20px}
  .portada h1{font-size: 25px; line-height: normal; text-align: right;}
  .portada{background-position: right; background-color: rgba(0,0,0,0.40); background-blend-mode: multiply;}
  .cintillo{font-size: 16px; line-height: normal;}
  .nosotros-2 .item.uno{height: 320px; padding-top: 0; padding-right: 15px !important}
  .nosotros-2 .item.dos{margin-left: 0; padding: 40px !important}
  .nosotros-2 .item.dos p{text-align: center;}
  .nosotros-2 .citemdos{padding-left: 15px !important}
  .nosotros-3 .titulo{font-size: 45px; text-align: center; line-height: normal; margin-bottom: 20px}
  .nosotros-3{padding-top: 40px; padding-bottom: 20px}
  .nosotros-3 p{font-size: 20px; line-height: normal; text-align: center; margin-bottom: 30px}
  .nosotros-3 .titulo.vision{margin-top: 20px}
  .nosotros-3 .rows.tres .titulo{font-size: 45px; text-align: center; line-height: normal;}
  .nosotros-3 .p-vision{margin-bottom: 0}
  .nosotros-4 .c-icon{height: auto; padding-bottom: 15px}
  .nosotros-4 .titulo{margin-bottom: 15px}
  .nosotros-4 p{margin-bottom: 50px}
  .nosotros-4{padding-bottom: 40px}
  .portada.tienda h1 {
    font-weight: 600;
    padding-left: 0;
    font-size: 25px;
    line-height: normal;
  }
  .portada.tienda {
    background-position: right;
  }
  .cintillo .img-arrow{width: 23px}
  .c-lista-categorias ul li a{font-size: 14px; line-height: normal;}
  .c-lista-categorias ul{column-count: 2}
  .c-lista-categorias{padding-top: 50px; padding-bottom: 50px}
  .cintillo-categoria{font-size: 16px; line-height: normal;}
  .portada.contact h1{
    font-size: 25px;
    line-height: normal;
    text-align: right;
  }
  .portada.contact{background-position: right;}
  .cotizar .titulo-ayuda{padding-left: 15px !important; text-align: center;}
  .cotizar .recuadro.contact{display: none}
  .cotizar{padding-top: 30px}
  .cotizar .izquierda {
    padding-right: 15px;
  }
  .cotizar .img-cotizar.ayuda{max-width: 100%}
  .cotizar .redes{padding-left: 15px !important; text-align: center; margin-bottom: 30px}
  .cotizar .derecha {
    padding-left: 15px;
  }
  .cotizar .img-cotizar.ayuda{bottom: inherit;}
  .navegacion .anterior {
    margin-right: 12px;
  }
  .navegacion .siguiente {
    margin-left: 12px;
  }
  .navegacion a, .navegacion a:hover, .navegacion a:focus{font-size: 12px}
  .navegacion .anterior img {
    margin-left: 5px; width: 20px
  }
  .navegacion .siguiente img {
    margin-right: 5px; width: 20px
  }
  .detalle-producto .titulo{font-size: 30px; line-height: normal; text-align: center;}
  .detalle-producto .subtitulo{text-align: center;}
  .detalle-producto .p{text-align: center;}
  .detalle-producto .precio{text-align: center;}
  .detalle-producto .info{text-align: center;}
  .detalle-producto button{margin-bottom: 55px}
  .detalle-producto .contiene-comentarios table.uno tr td:nth-child(1) span{font-size: 50px}
  .detalle-producto .contiene-comentarios table.uno tr td:nth-child(2) .calificaciones{font-size: 15px}
  .detalle-producto .contiene-comentarios .izquierda{padding-right: 15px; padding-bottom: 50px}
  .detalle-producto .contiene-comentarios .derecha{padding-left: 60px; padding-right: 60px}
  .detalle-producto .contiene-comentarios .titulo span{font-size: 15px}
  .detalle-producto .contiene-comentarios .item-comentario .nombre{font-size: 15px; text-align: center;}
  .detalle-producto .contiene-comentarios .item-comentario .comentario{font-size: 15px; text-align: center;}
  .detalle-producto .contiene-comentarios .estrellas{text-align: center;}
  .detalle-producto .contiene-comentarios .arrow-left{left: -50px}
  .dropdown-menu.show{display: block;}
  .inicio-6 .titulo{margin-bottom: 30px}
  .inicio-6 p{text-align: center;}
  .inicio-6{padding-top: 100px !important}

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

}

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

}

@media (min-width:992px) and (max-width:1199px)
{
header ul li{font-size: 10px; margin-left: 5px; margin-right: 5px}
.cotizar .img-cotizar{width: 150px}
.detalle-producto button{margin-bottom: 40px}
.detalle-producto .contiene-comentarios .arrow-right{width: 30px; right: -15px}
.detalle-producto .contiene-comentarios .arrow-left{width: 30px; right: -15px}
.cotizar .img-cotizar.ayuda{width: 300px}
}

@media (min-width:768px){

}
@media (min-width:992px){

}
@media (min-width:768px) and (max-height:800px){

}
@media (min-width:1200px) and (max-width:1299px)
{

}
@media (min-width:1300px) and (max-width:1450px)
{

}
@media (min-width:1200px) and (max-width:1499px)
{

}
@media (min-width:1500px) and (max-width:1679px)
{

}
@media (min-width:1680px) and (max-width:1920px)
{

}
@media (min-width:1200px) and (max-width:1449px){

}
@media (min-width:1200px) and (max-width:1249px){

}
@media (min-width:1200px) and (max-width:1399px){

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

}
@media (min-width:1200px) and (max-width:1325px){
.cotizar .img-cotizar{width: 200px}
.detalle-producto .contiene-comentarios .arrow-right{right: -30px}
.cotizar .img-cotizar.ayuda{width: 300px}
}
@media (min-width:1500px){

}
