/*
Author: Sebastián Rave
Multimedia Productor
info@sebastianrave.com
Medellín - Colombia
2020
*/


*{
  text-decoration: none;
  list-style-type: none;
  font-family: 'Lato', serif;
}

ul, ol{
    margin: 0;
    padding: 0;
}

a{
  color: #fff;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover, a:focus{
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

p{
    color: #aeb4c0;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
        -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

h1, h2, h5, h3{
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    color: #ffd75d;
    line-height: 1;
}

h4{
    font-family: 'Oswald', sans-serif;
    font-weight: 400; 
    color: #282e37;
}

input[type="text"]{
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aeb4c0;
  padding: 10px;
  margin-bottom: 40px;
  color: #aeb4c0;
  opacity: 1;
  letter-spacing: 1px;
}

input[type="tel"]{
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aeb4c0;
  padding: 10px;
  margin-bottom: 40px;
  color: #aeb4c0;
  opacity: 1;
  letter-spacing: 1px;
  -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

input[type="email"]{
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aeb4c0;
  padding: 10px;
  margin-bottom: 40px;
  color: #aeb4c0;
  opacity: 1;
  letter-spacing: 1px;
  -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

button, .sendbutton{
  outline: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #b6d453;
  color: #fff;
  border: none;
  appearance: none;
  padding: 5px 75px;
  margin: 20px auto;
  -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.sendbutton:hover{
  background-color: #4e8635;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus{
    outline: 0;
    border-bottom: 1px solid #ba01cb;
}
textarea:focus{
  outline: 0;
  border: 1px solid #ffd75d;
}

input::-webkit-input-placeholder, input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #aeb4c0;
  opacity: 1;
}

input::-moz-placeholder, input::-moz-placeholder{ /* Firefox 19+ */
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #aeb4c0;
  opacity: 1;
}

input:-ms-input-placeholder, input:-ms-input-placeholder{ /* IE 10+ */
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #aeb4c0;
  opacity: 1;
}

input:-moz-placeholder, input:-moz-placeholder{ /* Firefox 18- */
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #aeb4c0;
  opacity: 1;
}

label{
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #282e37;
  opacity: 1;
}

.contform{
  max-width: 400px;
}

.contform p{
  margin-bottom: 40px;
}

textarea{
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aeb4c0;
  padding: 10px;
  margin-bottom: 40px;
  color: #aeb4c0;
  opacity: 1;
  letter-spacing: 1px;
  -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    height: 60px;
}

textarea::-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #aeb4c0;
  opacity: 1;
}

textarea:-moz-placeholder { /* Firefox 18- */
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #aeb4c0;
  opacity: 1;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #aeb4c0;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #aeb4c0;
  opacity: 1;
}

select{
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aeb4c0;
  padding: 12.5px;
  margin-bottom: 40px;
  color: #aeb4c0;
  opacity: 1;
  letter-spacing: 1px;
  -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #aeb4c0;
  opacity: 1;
  background-color: transparent;
  background-position: 90px 16px;
  background-image: url(../img/select.png);
  background-repeat: no-repeat;
}

select.btborderblue, #datepicker{
  float: right;
  width: 180px;
  margin: 15px 5px;
  background-color: transparent;
  background-position: right center;
  background-image: url(../img/select.png);
  color: #37a5ef;
  padding: 10px;
}

select.btborderblue:hover{
  /*background-image: url(../img/selectwhite.png);*/
}

option{
  background-color: transparent;
  border: none;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #aeb4c0;
  opacity: 1;
}

/*
Personalized checkbox

<div class="check-acepto">
    <input id="acepto" type="checkbox" name="acepto">
    <label for="acepto">He leído y acepto las condiciones de tratamiento de datos</label>
</div>

*/

.check-acepto{
  display: table;
  margin: 10px auto;
}

.search_icon {
  display: flex;
  cursor: pointer;
}

input[type=checkbox] {
    background: none;
    border: none;
    display: none;
}

.check-acepto label, .check-acepto label a{
    color: #282e37;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    padding-top: 2px;
}

.suscribe .check-acepto label, .check-acepto label a{
  color: #fff;
}

.check-acepto label:before{
  float: left;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #282e37;
    background: transparent;
    margin-right: 5px;
    margin-top: -2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.suscribe .check-acepto label:before{
  border: 2px solid #fff;
}

.check-acepto label.active:before{
    content: "";
    float: left;
    background: transparent url(../img/checkbox.png) no-repeat;
    background-position: -1px -1px;
    color: #282e37;
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.suscribe .check-acepto label.active:before{
  border: 2px solid #fff;
  background: transparent url(../img/checkboxwh.png) no-repeat;
  background-position: -1px -1px;
}

.suscribe .check-acepto label a{
  color: #fff;
}

.check-acepto label a:hover{
  color: #ffd75d;
  font-weight: 900;
}

.no-margin{
    position: relative;
    padding: 0;
    margin: 0;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.txt-over{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.suscribe{
  width: 95%;
  margin: 0 auto;
  display: table;
}

.suscribe input[type="email"]{
  outline: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 20px 25px;
  width: 80%;
  max-width: 100%;
  background-color: #fff;
  color: #282e37;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

.btsend{
  position: absolute;
  color: #fff;
  right: 11px;
  top: 20px;
  z-index: 99;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  outline: 0;
  font-weight: 700;
  font-size: 18px;
  background-color: #ffd75d;
  padding: 17.5px 35px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.btsend:hover{
  background-color: #ba01cb;
}

body{
    position: relative;
    overflow-x: hidden;
    clear: both;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #efecea;
}

.brand_menu {
  display: flex;
  justify-content: space-between;
  width: 260px;
  margin-left: 6rem;
  align-items: center;
}

.icon {
  display: inline-block;
  width: 35px;
  height: 27px;
  stroke-width: 0;
  stroke: none;
  fill: #000;
}

.iframebg, .fancybox-iframe,
.fancybox-slide--iframe .fancybox-content{
  background-color: transparent !important;
  background: transparent !important;
  width: 100%;
  max-width: calc(100% - 0);
  overflow-x: visible !important;
}

.iframebg .sliderproyectos {
  width: 96%;
  margin: 0 auto;
}

body::-webkit-scrollbar {
  width: 1px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: none;
}
 
body::-webkit-scrollbar-thumb {
  background-color: transparent;
  outline: 1px solid transparent;
}

/*ONLY mobile*/


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

  /********header**********/

  body{
    background-color: #f9f6f8 !important;
  }

  .graylight{
    background-color: #eeecee !important;
  }

  .home header, .interna header {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .menu-trigger > span{
    color: black;
  }

  .dtable{
    display: table;
    margin: 40px auto;
  }

  .marg20{
    margin: 20px 0;
  }

  .home .slider-home{
    width: 100%;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
  }

  .logocenter{
    padding-top: 10%;
    margin-bottom: 40px;
  }

  .desktop{
    display: none !important;
  }

  .movile{
    display: block !important;
  }

  .overflowhidden{
    overflow: hidden;
  }

  header{
    width: 100%;
    z-index: 999;
    /* background-color:#ffffff78; */
  }

  .pad40{
    padding: 5%;
  }

  .muestragray{
    height: 100vh;
  }

  .logo {
    z-index: 9;
  }

  .logo img{
    max-width: 210px;
  }

  .inline{
    display: inline-block;
    padding: 0 20px;
  }

  .content{
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .content img{
    width: 100%;
    max-width: 100%;
  }

  .menu-trigger{
    width: 25%;
    cursor: pointer;
    height: 66px;
    z-index: 9;
  }

  .menu-trigger > span{
    position: relative;
    color: rgb(92, 92, 92);
    font-weight: 700;
    font-size: 18px;
  }

  .cerrar{
    position: relative;
    margin-left: 10px;
    margin-top: 65px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 0 0;
    font-family: 'Lato', sans-serif;
    letter-spacing: 5px;
  }

  .redesmenu{
    width: 20% !important;
  }

  .redesmenu > ul:before{
    content: '';
    position: absolute;
    right: -10px;
    top: 10px;
    background-color: #fff;
    width: 2px;
    height: 12px;
  }

  .redesmenu ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    letter-spacing: 2px;
  }

  .redesmenu ul li a{
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .redesmenu ul li a:hover i, .shareicons ul li a:hover i {
    color: #ffd75d !important;
  }

  .cart ul li span{
    display: block;
    position: absolute;
    top: -8px;
    left: 10px;
    width: 18px;
    height: 17px;
    color: #fff;
    background-color: #0057f9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0px 4px;
    z-index: 0;
    font-size: 11px;
    font-weight: 700;
    font-family: "Source sans pro", sans-serif;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
  }

  .cart ul li:hover span{
    animation: bounce 1s infinite;
  }

  @keyframes bounce {
    0%, 20%, 60%, 100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }

    40% {
      -webkit-transform: translateY(-7px);
      transform: translateY(-7px);
    }

    80% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px);
    }
  }

 .hamburger {
    position: relative;
    border: none;
    padding: 0 5px;
    height: 40px;
    width: 40px;
  }

  .hamburger span {
    margin: 0;
    margin-left: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    height: 22px;
    width: 25px;
    position: absolute;
    background-image: url('../img/open.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
  }

  /*.proyecto .hamburger span{
    background: #fff;
  }*/

  /*.hamburger span:nth-child(1) {
    left: 15px;
    top: 6px;
  }

  .hamburger span:nth-child(2) {
    left: 15px;
    top: 14px;
  }

  .hamburger span:nth-child(3) {
    left: 15px;
    top: 22px;
  }*/

  .closemenu{
    position: relative;
    height: 40px;
    width: 40px;
  }

  .closemenu span:nth-child(1) {
    background-image: url('../img/close.png');
    background-size: 80%;
  }

  .closemenu span:nth-child(2) {
    opacity: 0;
  }

  .closemenu span:nth-child(3) {
    width: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    transform: rotate(-45deg);
    top: 15px;
    left: 6px;
  }

  .menu{
    padding: 15% 20%;
    width: auto;
  }

  .collapsibleMenu > li{
    position: relative;
    line-height: 1.2;
  }

  ul.collapsibleMenu > li span{
    font-size: 16px;
    padding-top: 12px;
    font-weight: 400;
    letter-spacing: 5px;
    color: #fff;
    position: relative;
    float: left;
  }

  .collapsibleMenu > li > a{
    position: relative;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Oswald', helvetica;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    letter-spacing: -1px;
  }

  .collapsibleMenu li a:hover, .actual,
  .collapsibleMenu li a:hover span, 
  .actual span{
    color: #ffd75d !important;
  }
  
  .collapsibleMenu{
    padding-top: 5%;
    padding-left: 10%;
  }

  /*.collapsibleMenu li a.actual:after, 
  .collapsibleMenu li a:hover:after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 40px;
    background-color: #fff;
    width: 40px;
    height: 1px;
  }*/

  .collapsibleMenu li ul.sub-block{
    display: block;
    padding: 15px 30px;
  }

  ul.sub-block li{
    display: inline-block;
    margin-right: 5px;
  }

  .sub-block > li > a {
    color: #fff;
    position: relative;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .8px;
    font-family: 'Lato', sans-serif;
  }

  ul.sub-menu{
    display: none;
  }

  .trigger1, .opened {
    position: relative;
  }

  #collapsible > li:nth-child(3) > ul > li:nth-child(1) > ul{
    margin-top: 15px;
  }

  .opened ~ .sub-menu{
    display: block;
  }

  .sub-menu > li{
    margin-bottom: 15px;
  }

  .sub-menu > li > a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #282e37;
  }

  .maintrigger{
    position: relative;
  }

  .maintrigger:after{
    content: "";
    position: absolute;
    width: 7px;
    height: 10px;
    right: -10px;
    top: 3px;
    /*background-image: url(../img/arrowmenu.png);*/
    background-position: center;
    background-repeat: no-repeat;
  }

  .maintrigger.actual:after,
  .maintrigger:hover:after{
    position: absolute;
    width: 7px;
    height: 10px;
    right: -10px;
    top: 3px;
    /*background-image: url(../img/arrowblue.png);*/
    background-position: center;
    background-repeat: no-repeat;
  }

  .trigger1:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 6px;
    width: 4px;
    height: 7px;
    /*background-image: url(../img/icons/submenu-icon.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .opened:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 6px;
    width: 4px;
    height: 7px;
    /*background-image: url(../img/icons/submenu-icon.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menubg{
    background-color: #fff;
    padding: 10%;
    background-image: url(../img/menubg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  ul.collapsibleMenu > li:nth-child(3) > a ~ .sub-block > li > .sub-menu li a span, 
  #collapsible > li:nth-child(3) > ul > li:nth-child(1) > ul li a{
    position: relative;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 2px;
  }

  ul.sub-block li a:after{
    content: "";
    position: absolute;
    width: 14px;
    height: 12px;
    right: -20px;
    top: 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }

  ul.sub-block li a:hover:after{
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/arrowmenuhover.png);
  }

  .sub-block > li > a, .sub-menu > li > a{
    font-weight: 400;
    font-size: 16px;
  }

  .slider-home{
    position: relative;
  }

  .lightgray{
    background-color: #f3eff0 !important;
  }

  .contenedor80 {
    position: relative;
    width: 80%;
    max-width: 1850px;
    margin: 0 auto;
    overflow: hidden;
  }

  .contacto .lightgray .contenedor80{
    overflow: initial;
  }

  .contenedor90 {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }

  .tit_center {
    text-align: center;
  }

  .tit_center h2{
    text-align: center;
    letter-spacing: 2px;
    max-width: 800px;
    margin: 40px auto 20px auto;
  }

  .tit_center p{
    position: relative;
    margin: 40px auto;
    max-width: 400px;
    color: #aeb4bf;
  }

  .tit_center p:before{
    content: "";
    display: block;
    position: relative;
    margin: 20px auto;
    background-color: #37a5ef;
    width: 20px;
    height: 1px;
  }

  .padbottop{
    padding: 40px 0;
  }

  .padbottom{
    padding-bottom: 40px;
  }

  .padtop{
    padding-top: 40px;
  }

  .padbot{
    padding-bottom: 60px;
  }

  .pad20{
    padding-top: 20px;
  }

  /* clearfix */
  .grid:after {
    content: '';
    display: block;
    clear: both;
  }

  .suscribetop, .busqueda, .cart, .redesmenu ul{
    position: relative;
    display: inline-flex;
  }

  .busqueda{
    max-width: 160px;
    vertical-align: middle;
  }

  .busqueda form > button{
    border: none;
    color: #fff;
    font-size: 1.2em;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 27px;
    background: transparent;
    background-image: url(../img/cartsprite.png);
    background-position: -72px 0;
    background-repeat: no-repeat;
    vertical-align: sub;
  }

  .busqueda input[type="text"]{
    width: 85%;
    outline: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 5px 15px;
    margin-bottom: 0;
    margin-right: 5px;
    background-color: #fff;
    color: #fff;
    /*display: none;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .suscribetop{
    max-width: 190px;
  }

  .suscribetop input[type="text"]{
    width: 80%;
    outline: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 5px 15px;
    margin-bottom: 0;
    margin-right: 5px;
    background-color: #fff;
    color: #282e37;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    letter-spacing: 3px;
  }

  .cart{
    margin-left: 20px;
    vertical-align: bottom;
  }

  .cart ul li:last-child{
    position: relative;
    width: 25px;
    height: 22px;
    background-image: url(../img/cartsprite.png);
    background-position: -27px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    filter: invert(1);
  }

  .cart ul li:first-child{
    position: relative;
    width: 22px;
    height: 22px;
    background-image: url(../img/cartsprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    filter: invert(1);
    margin-right: 0;
  }

  .icon-search {
    width: 22px;
  }


  /***********SLIDER***************/

  .minhgtcounter{
    height: 50vh;
  }

  .txtpad{
    position: relative;
    padding: 5%;
  }

  .txtcounter p{
    font-weight: 700;
    color: #fff;
    max-width: 220px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
  }

  .counter {
    position: absolute;
    bottom: 0;
    right: 10%;
  }

  .counter span{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: 'Lato', sans-serif;
  }

  .counter span:first-child{
    vertical-align: -webkit-baseline-middle;
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
  }

  #todas{
    vertical-align: super;
  }

  .controlSlider{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
  }

  .prevArrow, .prevArrowFigures{
    vertical-align: bottom;
    display: inline-block;
    padding: 40px;
    width: 36px;
    height: 31px;
    background-color: #ffd75d;
    background-image: url(../img/nextarrow.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    cursor: pointer;
}

  .nextArrow, .nextArrowFigures{
    vertical-align: bottom;
    display: inline-block;
    padding: 40px;
    width: 36px;
    height: 31px;
    background-color: #ffd75d;
    background-image: url(../img/nextarrow.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
  }

  .txtslider{
    position: absolute;
    top: 40%;
    left: 20%;
    z-index: 9;
    max-width: 650px;
  }

  .wrapslider{
    position: relative;
    max-width: 400px;
  }

  .wrapslider h6{
    font-weight: 500;
    color: #ffd75d;
    font-size: 11px;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
  }

  .interna .wrapslider h6{
    padding-left: 5px;
    text-align: center;
    text-shadow: 1px 1px 3px #111;
  }

  .wrapslider h2{
    margin: 0;
    padding: 0;
    color: #ffd75d;
    font-size: 52px;
    line-height: 57px;
  }

  .wrapslider p{
    max-width: 500px;
    text-align: justify;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
  }

  .buttons{
    width: 100px;
  }

  .buttons a{
    color: #ffd75d;
    font-weight: 800;
    line-height: 1.2;
    font-size: 12px;
    display: block;
    margin-top: 7px;
  }

  .buttons a:hover{
    color: #ba01cb;
  }

  .btorange{
    position: relative;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #fff;
    background-color: #ffd75d;
    border: 3px solid #ffd75d;
    padding: 15px 35px 15px 35px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    outline: 0;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 25px 2px rgba(255,215,93,.5);
    box-shadow: 0 0 25px 2px rgba(255,215,93,.5);
  }

  .noround{
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .btwhite{
    position: relative;
    width: fit-content;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-right: 10px;
    text-align: center;
    outline: 0;
  }

  .btwhite:after{
    content: "";
    position: absolute;
    width: 14px;
    height: 12px;
    right: -20px;
    top: 2px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/arrowmenuwhite.png);
  }

  .btwhite:hover, .contimg:hover .btwhite{
    color: #ffd75d;
  }

  .btwhite:hover:after, .contimg:hover .btwhite:after{
    background-image: url(../img/arrowmenuhover.png);
  }

  .btorange:hover, .article:hover .btorange{
    border: 3px solid #ba01cb;
    background-color: #ba01cb;
    color: #fff;
  }

  .btorange:hover{
    -webkit-box-shadow: 0 0 25px 2px rgba(186,1,203,.5);
    box-shadow: 0 0 25px 2px rgba(186,1,203,.5);
  }

  .whatsapp{
    position: fixed;
    bottom: 5%;
    left: 1.5%;
    z-index: 999;
  }

  .scrollicon{
    position: absolute;
    top: 35%;
    right: 2%;
  }

  .cont_d {
    position: relative;
    overflow: hidden;
  }


  /**********HOME PRODUCTOS********/

  .dotsbg{
    background-image: url(../img/puntos.png);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 900px;
  }

  .comiccon .three .dotsbg {
    background-image: url(../img/puntos.png);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 600px;
  }

  .productsList .dotsbg{
    background-size: cover;
  }

  .titcolecciones{
    position: relative;
    margin-top: 40px;
  }
  
  .titraya{
    position: relative;
  }

  .contactopad{
    padding: 5%;
  }

  .titcolecciones h2{
    color: #eae8ec;
    font-size: 140px;
    margin: 0;
    padding-left: 5%;
  }

  .titraya h2{
    color: #eae8ec;
    font-size: 150px;
    margin: 0;
    padding-left: 5%;
    position: absolute;
    top: -65px;
    left: -25%;
    z-index: -1;
    width: 135%;
  }

  .qs .titraya h2 {
    left: -50px;
    width: 180%;
  }

  .titcolecciones p{
    position: relative;
    font-weight: 900;
    display: inline-block;
    margin: 0;
    padding-left: 11%;
    color: #ffd75d;
    margin-right: 10px;
    -moz-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  .titraya p{
    position: relative;
    font-weight: 900;
    display: inline-block;
    margin: 0;
    padding-left: 11%;
    color: #ffd75d;
    margin-right: 10px;
  }

  .titcolecciones p:after, .titraya p:after{
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #ffd75d;
    vertical-align: middle;
    margin-left: 10px;
  }

  .titcolecciones h3{
    padding-left: 11%;
    color: #282e37;
    margin: 0;
    font-size: 44px;
    -moz-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  .titraya h3, .txtnovedad h3{
    padding-left: 11%;
    color: #282e37;
    margin: 0;
    font-size: 58px;
  }

  .comiccon .titraya p, .comiccon .titraya h3{
    padding-left: 5%;
  }

  .colblock {
    position: relative;
    -moz-transform: translateY(-170px);
    -webkit-transform: translateY(-170px);
    -o-transform: translateY(-170px);
    -ms-transform: translateY(-170px);
    transform: translateY(-170px);
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

  .trends{
    -moz-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  /*.toptranslate{
    -moz-transform: translateY(-120px);
    -webkit-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    transform: translateY(-120px);
  }*/

  .toptranslate img{
    height: 307px;
    object-fit: cover;
    object-position: right;
  }

  .titcenter{
    position: relative;
  }

  .titcenter h2{
    color: #282e37;
    font-size: 72px;
    letter-spacing: -2px;
  }

  .stock{
    position: absolute;
    top: 25px;
    left: 25px;
    color: #fff;
    background-color: #282e37;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 8;
    font-size: 12px;
    padding: 5px 10px;
  }

  .plusicon{
    position: absolute;
    top: 20px;
    right: 25px;
    width: 36px;
    height: 36px;
    background-image: url(../img/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 8;
  }

  /*.trends .contimg:first-child{
    min-height: 800px;
  }

  .contimgin img{
    min-height: 558px;
  }*/

  .descprod{
    position: relative;
    margin: 10px 0 40px 0;
  }

  .productos .descprod{
    min-height: 170px;
  }

  .descprod p{
    font-weight: 400;
    color: #b4bac5;
    margin: 0;
    letter-spacing: 3px;
  }

  .descprod p:last-child{
    font-weight: 400;
    color: #282e37;
    margin: 0;
  }

  .descprod p del{
    text-decoration: line-through;
    color: #b4bac5;
  }

  .descprod h4{
    font-weight: 900;
    color: #282e37;
    margin: 0;
    line-height: 1;
  }

  .descprod h4:nth-child(3){
    color: #b4bac5;
    margin-bottom: 5px;
  }

  /********HOME NOVEDADES********/
  .thunderbg{
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 839px;
  }

  .titnovedades{
    position: relative;
    margin: 0 auto;
    max-width: 65%;
    padding: 6% 0 5% 0;
  }

  .titnovedades h2{
    color: #fff;
    font-size: 120px;
    margin: 0;
  }

  .titnovedades p{
    position: relative;
    font-weight: 900;
    display: inline-block;
    margin: 0;
    padding-left: 10px;
    color: #ffd75d;
    margin-right: 10px;
  }

  .titnovedades p:after{
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #ffd75d;
    vertical-align: middle;
    margin-left: 10px;
  }

  .novedadesbox{
    position: relative;
    overflow: hidden;
    width: 85%;
    margin: 0 auto;
  }

  .whiteboard{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10%;
    min-height: 550px;
    background-color: #f9f6f8;
  }

  .contnov{
    position: relative;
    padding: 10%;
  }

  .shareicon{
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 41px;
    height: 41px;
    z-index: 99;
    background-image: url(../img/shareicon.png);
    background-repeat: no-repeat;
    background-position: center;
  }

  .descnov{
    margin-top: 30px;
  }

  .descprod p:last-child{
    color: #aeb4c0;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    margin-top: 10px;
  }

  .contprod p:first-child{
    color: #aeb4c0;
    line-height: 1;
    margin: 10px 0;
  }

  .descnov p:nth-child(4){
    letter-spacing: 0;
    text-align: justify;
    font-weight: 700;
  }

  .descnov h4:nth-child(3){
    margin-bottom: 15px;
  }
    

  /**********FOOTER***************/

  .darkgray{
    background-color: #282e37;
    padding: 40px 0;
  }

  footer a{
    color: #aeb4c0;
  }

  .titfooter p{
    font-weight: 700;
    color: #fff;
  }

  .darkbluebg{
    background-color: #282e37;
    padding: 40px 0;
  }

  .yellowbg{
    background-color: #ffd75d;
  }

  .darkgraybg{
    background-color: #282e37;
    padding: 30px 0;
  }

  .footerline{
    margin: 20px auto;
    padding: 20px 0;
    border-top: 1px solid #fff;
  }

  .footermenu{
    text-align: right;
  }

  .cont_f > a, .cont_f > p, .cont_f > p a{
      display: block;
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      letter-spacing: .5px;
  }

  .cont_d h5, .cont_d > p, .suscribe input{
    float: left;
  }

  body > footer > div.row.no-margin.padbot > div > div.col-xs-12.col-sm-6.col-lg-4 > div > p:nth-child(2){
    margin: 0;
  }

  .cont_f a:hover{
    color: #8a939a;
  }

  .cont_d h5{
    float: left;
    width: 40%;
  }

  .dirblock{
    float: left;
    width: 100% !important;
    padding: 0;
  }

  .dirblock > a, .dirblock > p, .dirblock > p a{
      display: inline-block;
      color: #aeb4c0;
      font-weight: 500;
      font-size: 14px;
      letter-spacing: .5px;
  }

  .dirblock > a:hover, .dirblock > p a:hover{
    color: #ffd75d;
  }

  .topborder{
    border-top: 1px solid #fff;
    padding-top: 40px;
  }

  .go-top {
    position: absolute;
    bottom: 11%;
    right: 5%;
    width: 55px;
    height: 56px;
    padding: 35px;
    background-image: url(../img/go-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 9;
    cursor: pointer;
  }

  .copyright p, .copyright a{
    position: relative;
    color: #fff;
    font-size: 12px;
    float: left;
    margin-right: 10px;
  }

  .social ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
    color: #fff;
    font-weight: 700;
  }

  .footermenu ul li a:hover{
    color: #ffd75d;
  }

  /*************INTERNA***************/

  .interna .wrapslider h2 {
    text-shadow: 0 0 20px #131313;
    text-transform: uppercase;
    text-align: center;
  }

  .txtinterna{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
  }

  .txtinterna h6 a{
    color: #ffd75d;
  }

  .txtinterna .wrapslider{
    position: relative;
    width: 36%;
    margin: 0 auto;
  }

  .qs .txtinterna .wrapslider{
    position: relative;
    width: 52%;
    margin: 0 auto;
  }

  .padtopbot{
    padding: 80px 0;
  }

  .slick-slide{
    outline: 0;
  }

  .four{
    margin-bottom: 60px;
  }

  .slick-initialized { visibility: visible; }

  .slick-dots{
    position: relative;
    margin: 20px auto;
    display: table;
    z-index: 9;
    height: 60px;
  }

  .sliderdots{
    padding-bottom: 60px;
  }

  .novedad .slick-dots{
    position: absolute;
    left: -20px;
    top: 25%;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .slick-dots li{
      display: inline-block;
      margin-right: 10px;
      height: 60px;
  }

  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    background-color: #000;
    padding: 3px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 4px;
    vertical-align: middle;
    text-align: center;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
  }

  .slick-dots li.slick-active button{
    font-size: 15px;
    line-height: 0;
    background-color: #ffd75d;
    padding: 15px 0;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
  }

  .sliderfigures .slick-slide{
    position: relative;
  }

  .txtsliderfigures{
    position: absolute;
    top: 25%;
    right: 6%;
    z-index: 99;
  }

  .txtprod{
    position: absolute;
    bottom: 7%;
    left: 10%;
    z-index: 9;
    max-width: 59%;
  }

  .txtsliderfigures h4, .txtprod h4{
    color: #fff;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0;
  }

  .txtsliderfigures p, .txtprod p{
    margin-bottom: 5px;
    color: #ffd75d !important;
    font-weight: 400;
    letter-spacing: 3px;
  }

  .sliderfigures .prevArrowFigures{
    display: none;
  }

  .posrel{
    position: relative;
  }

  .dotsbg{
    overflow: initial !important;
  }

  .sliderfigures ~ .controlSlider{
    right: -15px;
    bottom: 150px;
  }

  .contimg{
    position: relative;
    overflow: hidden;
  }

  .contimg img{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .contimg:hover img, .slidercomic .slide:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .contnov .contimg:before{
    position: absolute;
    top: 0;
    left: -65%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 9
  }

  .contnov:hover .contimg:before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
  }

  @-webkit-keyframes shine {
    100% {
      left: 125%;
    }
  }
  @keyframes shine {
    100% {
      left: 125%;
    }
  }

  .headnov{
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .novinterna .txtinterna .wrapslider {
    position: relative;
    width: 46%;
    margin: 0 auto;
  }

  .autor{
    padding-top: 60px;
    float: right;
  }

  .foto {
    width: 60px;
    height: 60px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .foto img {
    width: 100%;
    max-width: 100%;
    height: 60px;
    object-fit: cover;
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);

  }

  .foto, .txtautor{
    position: relative;
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
  }

  .txtautor h4{
    font-weight: 900;
    color: #282e37;
    margin: 0;
  }

  .comparte h4{
    font-weight: 900;
    color: #aeb4c0;
    margin: 0;
  }

  .goback, .comparte, .comparte h4, .comparte img{
    position: relative;
    display: inline-block;
    margin-right: 5px;
  } 

  .goback p{
    position: relative;
    color: #aeb4c0;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    margin-top: 10px;
        -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .goback:hover p{
    color: #ba01cb;
  }

  .sliderpad{
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .txtnovedad{
    position: relative;
    width: 100%;
    columns: 2;
    column-gap: 40px;
  }

  .txtnovedad h6, .txtcomic h6{
    font-weight: 900;
    color: #b4bac5;
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .txtnovedad p, .txtcomic p{
    text-align: justify;
    margin-bottom: 29px;
    font-size: 16px;
  }

  .txtcomic{
    padding: 20px 40px;
  }

  .slidercomic .slide{
    position: relative;
    overflow: hidden;
  }

  .slidercomic .slide img{
        -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; 
  }

  .slidercomic{
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .slidercomic .txtsliderfigures {
    position: absolute;
    top: initial;
    right: initial;
    bottom: 10%;
    left: 10%;
    z-index: 99;
  }
  
  .nooverflow{
    overflow: initial !important;
  }

  .titcomic h2 {
    color: #eae8ec;
    font-size: 190px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -70px;
    left: 0;
    z-index: -1;
    width: 100%;
    text-align: center;
  }

  .titcomic h3{
    color: #282e37;
    margin: 0;
    font-size: 58px;
    -moz-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  .slidercomic ~ .controlSlider{
    right: -30px;
    bottom: 0;
  }

  .slidercomic .slide{
    padding: 0 20px;
  }

  .slideraliados .slide{
    padding-right: 15px;
  }

  .aliadoscont{
    padding-top: 60px;
  }

  .titaliados h4{
    color: #282e37;
    font-weight: 900;
    margin-bottom: 30px;
  }

  .txtlink p, .txtlink .btwhite{
    color: #aeb4c0;
  }

  .txtlink .btwhite:after{
    background-image: url('../img/grayarrow.png');
  }

  .txtlink .btwhite:hover:after{
    background-image: url('../img/arrowmenuhover.png');
  }

  .txtlink .btwhite:hover{
    color: #ffd75d;
  }

  .txtlink h4{
    color: #282e37;
  }

  .qs .container .titraya p, .comiccon .titraya h3, .txtnovedad h3{
    padding-left: 0;
  }

  .qs .contcomic .titraya p, .qs .contcomic .titraya h3{
    padding-left: 5%;
  }

  .txtnovedad h3{
    margin-bottom: 40px;
  }

  .qs .container .titraya{
    margin-bottom: 30px;
  }
  
  .txtnovedad .titraya p{
    margin-bottom: 0;
  }


  /**********CONTACTO***********/

  .padtopzero{
    padding-top: 0 !important;
  }

  .fm-n{
    float: left;
    width: 48% !important;
  }

  .fm-n:nth-child(odd){
    margin-left: 20px;
  }

  .contactopad{
    padding: 20% 10%;
  }

  .txtcontact{
    padding: 10% 15%;
  }

  .txtcontact p{
    position: relative;
    font-weight: 900;
    font-size: 15px;
    color: #aeb4c0;
  }

  .txtcontact p a{
    position: relative;
    font-weight: 900;
    font-size: 15px;
    color: #aeb4c0;
  }

  .txtcontact p a:hover{
    color: #ba01cb;
  }

  .txtcontact ul li:first-child p a{
    display: block;
  }

  .formtitle{
    position: absolute;
    top: -45%;
    left: 10%;
  }

  .formtitle h2{
    font-weight: 900;
    font-size: 72px;
    color: #282e37;
  }

  .btenviar{
    display: table;
    margin: 20px auto;
  }

  .novedad .article{
    position: relative;
    padding: 40px;
  }

  .novedad .article:not(:last-child):after{
    content: "";
    position: relative;
    width: 80%;
    height: 1px;
    background-color: #aeb4c0;
    display: table;
    margin: 0 auto;
  }

  .novedad .txtnews{
    margin-bottom: 40px;
  }

  .padnews{
    padding: 20px;
  }

  .txtnews p{
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
  }

  .shareit{
    position: relative;
    width: 100%;
  }

  .shareit ul li{
    display: inline-block;
    margin-right: 10px;
  }

  .shareit:after{
    content: "";
    position: absolute;
    bottom: 18px;
    right: 0;
    width: 75%;
    height: 1px;
    background-color: #aeb4c0;
  }

  .slidernews{
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .novedad .slick-slide img {
    width: 100%;
    max-width: initial;
  }

  .novedad .slick-dots{
    position: absolute;
    left: -10px;
    top: 35%;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: top left;
  }

  .sliderproducto{
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .sliderproducto .slick-dots{
    left: initial;
    right: -10%;
  }

  .novedad .contenedor80{
    overflow: initial;
  }

  .tags{
    display: inline-block;
    margin-left: 20px;
  }

  .tags ul li{
    display: inline-block;
  }

  .tags ul li a{
    color: #282e37;
    font-size: 14px;
  }

  /**********PRODUCTOS**************/
  .buscador {
    position: relative;
    width: 100%;
    max-width: 320px;
    top: 0;
    left: 0;
    z-index: 9;
    overflow: hidden;
    background-color: transparent;
    padding: 20px 30px;
    border: none;
  }

  .acordeon{
    padding-bottom: 20px;
  }

  .acordeon h4{
    position: relative;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 25px;
    border-bottom: 1px solid #282e37;
    font-weight: 900;
    color: #282e37;
    font-size: 36px;
  }

  .categorias > ul > li{
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border: none;
  }

  .categorias ul li a, .pricerange h4{
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    color: #282e37;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1;
  }

  .categorias li ul.subcat {
    display: none;
    padding-top: 10px;
  }

  /*.mainshoot:after {
    content: "";
    float: right;
    width: 11px;
    height: 9px;
    margin-top: 15px;
    background-image: url('../img/next.png');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }*/

  .actual:after{
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .categorias{
    margin-top: 20px;
  }

  .categorias .subcat li{
    position: relative;
    width: 100%;
    padding: 0 25px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .categorias .subcat li:after{
    content: "";
    position: absolute;
    width: 14px;
    height: 12px;
    right: 10px;
    top: 19px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/arrowmenuwhite.png);
  }
  
  .categorias .subcat li a{
    position: relative;
    color: #282e37;
     font-weight: 400;
    font-family: 'Lato', helvetica;
    line-height: 1;
    font-size: 16px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .categorias li .actual ~ .subcat li:hover{
    background-color: #ffd75d !important;
    padding: 10px 25px;
    margin: 10px 0;
  }

  .categorias li .actual ~ .subcat li:hover a{
    color: #fff;
  }

  .preview {
    margin-bottom: 40px;
    min-height: 630px;
  }

  .contnov{
    position: relative;
    overflow: hidden;
  }

  .contnov:hover .descprod p:last-child{
    color: #ba01cb;
  }

  .imgprod{
    position: relative;
    overflow: hidden;
  }

  .contnov img{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .contnov:hover .imgprod img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .ui-slider{
    background: #282e37;
    height: 3px;
  }

  .ui-slider-horizontal .ui-slider-handle {
    margin-left: -9px;
    top: -4px;
  }

  .ui-slider-handle {
    background-color: #282e37;
    border-radius: 50%;
    cursor: pointer;
    height: 10px;
    position: absolute;
    width: 10px;
    z-index: 2;
    -webkit-transition: background .25s;
    transition: background .25s;
  }

  .ui-slider-range {
    background-color: #ffd75d;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 1;
  }

  .ui-slider-handle:hover, .ui-slider-handle:focus{
    background-color: #ffd75d !important;
  }

  #rango{
    margin-top: 30px;
    padding-left: 2px;
  }



  /**********PRODUCTO INTERNA**************/

  .slider-nav{
    position: absolute;
    top: 15%;
    left: 2%;
    z-index: 1;
  }

  .slider-for{
    padding: 0;
    z-index: 9;
    margin-left: 25%;
  }

  .slider-nav .slide{
    margin-bottom: 15px;
  }

  .goback p:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 11px;
    left: -12px;
    top: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/back.png);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }

  .goback:hover p:before{
    background-image: url(../img/backviolet.png);
  }

  .btback {
    position: absolute;
    top: 5%;
    left: 2%;
    z-index: 9;
  }

  .detalles{
    padding: 15% 20% 0 10%;
  }

  .detalles .descprod{
    margin: 10px 0 15px 0;
  }

  .detalles .descprod p:last-child {
    font-weight: 400;
    font-size: 18px;
    color: #282e37;
    margin: 0;
    margin-top: 15px;
  }

  .categorizacion p{
    font-weight: 300;
    color: #aeb4c0;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }

  .btback{
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 9;
  }

  .descripcion{
    margin-top: 20px;
  }

  .descripcion p{
    font-size: 16px;
    margin-top: 0;
    text-align: justify;
  }

  .titproduct{
    position: relative;
  }

  .titproduct h2{
    color: #282e37;
    padding-bottom: 40px;
    margin: 0;
    margin-bottom: 30px;
  }

  .codificacion{
    position: relative;
  }

  .references{
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #aeb4c0;
    border-bottom: 1px solid #aeb4c0;
    margin: 20px 0;
  }

  .references ul{
    padding: 0;
    margin: 0;
  }

  .references ul li{
    position: relative;
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    margin-top: 0;
    text-align: justify;
    color: #aeb4c0;
    letter-spacing: 3px;
  }

  .references ul li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -15px;
    top: 10px;
    width: 1px;
    height: 8px;
    background-color: #aeb4c0;
  }

  .shareicons h4{
    color: #282e37;
    font-weight: 900;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    padding: 0;
  }
  
  .cantidad, .size, .size ul, .shareicons, .shareicons ul{
    display: inline-block;
  }

  .codificacion .stock{
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: 0;
    left: 0;
  }

  .botones{
    display: inline-block;
    margin-left: 30px;
  }

  .cantidad{
    position: relative;
    -moz-transform: translateY(7px);
    -webkit-transform: translateY(7px);
    -o-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    padding: 5px 15px 0 15px;
    background-color: #282e37;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }

  .quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    background-color: transparent;
    padding: 12px 0 5px 0;
    margin: 0;
    -moz-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    font-family: 'Lato', sans-serif;
  }
   
  .quantity button[class*=btn] {
    position: relative;
    width: 28px;
    height: 30px;
    background-color: #282e37;
    border-radius: 0;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .quantity .cantidad button:first-child:before{
    content: '_';
    position: absolute;
    top: -19px;
    left: 9px;
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    height: 26px;
  }

  .quantity .cantidad button:last-child:before{
    content: '+';
    position: absolute;
    top: -6px;
    left: 6px;
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    height: 26px;
  }
   
  button:focus,
  input:focus {
    outline:0;
  }

  .size{
    margin-left: 30px;
  }

  .size ul li{
    color: #282e37;
    display: inline-block;
    margin-right: 15px;
    vertical-align: text-bottom;
  }

  .shareicons{
    margin-left: 15px;
    vertical-align: middle;
  }

  .shareicons ul li{
    display: inline-block;
    margin-right: 15px;
    vertical-align: text-bottom;
  }

  .shareicons ul li a{
    color: #282e37;
  }

  .adicional{
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
  }

  ul.parentList{
    padding: 0;
    text-align: center;
  }

  ul.parentList li {
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 40px;
  }

  .tab{
    position: relative;
    width: 100%;
  }

  ul.parentList li > .tab h4{
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #282e37;
    font-weight: 900;
    margin: 0;
    padding: 0;
  }

  .tab p{
    color: #aeb4c0;
    line-height: 1;
    margin: 0;
    letter-spacing: 3px;
    font-weight: 400;
  }

  .tab p:last-child{
    position: relative;
    width: fit-content;
  }

  .tab p:last-child:after{
    content: "";
    position: absolute;
    width: 14px;
    height: 12px;
    right: -20px;
    top: 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/grayarrow.png);
  }

  ul.parentList li.active > .tab{
    background-color: #f0edef;
    padding: 20px;
  }

  ul.parentList li.active > .tab:before{
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #f0edef transparent transparent;
  }

  ul.childList{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: none;
    overflow: hidden;
    padding: 0;
    margin: 40px 0;
  }

  ul.childList.active{
      overflow: hidden;
      position: relative;
      min-height: 350px;
      padding: 10px 0;
      display: block;
  }

  .contdetalles{
    position: relative;
    padding: 0 5%;
  }

  .contdetalles p{
    text-align: justify;
  }

  .closemenu ~ .redesmenu a{
    color: #282e37 !important;
  }

  .closemenu ~ .redesmenu:before{
    background-color: #282e37 !important;
  }

  ul.parentListProd{
    padding: 0 5%;
  }

  ul.parentListProd li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 10px 0;
  }

  .tabProd{
    position: relative;
    width: 100%;
  }

  ul.parentListProd li > .tabProd h4,
  ul.parentListProd li > .tabProd h4 span{
    position: relative;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #aeb4c0;
    font-weight: 900;
    font-size: 36px;
    margin: 0;
    margin-right: 60px;
    padding: 0;
  }

  ul.parentListProd li.activeProd > .tabProd h4,
  ul.parentListProd li.activeProd > .tabProd h4 span{
    color: #282e37;
  }

  ul.parentListProd > li:not(:last-child):after{
    content: "";
    position: absolute;
    right: 25px;
    top: 15px;
    width: 2px;
    height: 10px;
    background-color: #282e37;
  }

  ul.childListProd{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: none;
    overflow: hidden;
    padding: 0;
    margin: 40px 0;
  }

  ul.childListProd.activeProd{
      overflow: hidden;
      position: relative;
      min-height: 350px;
      padding: 10px 0;
      display: block;
  }

  .productointerna .descprod h4 {
    font-size: 36px;
  }

  .ratings{
    float: left;
    margin-right: 60px;
  }

  .ratings h3{
    font-weight: 900;
    margin: 0;
    color: #282e37;
    margin-bottom: 5px;
    letter-spacing: -1.5px;
  }

  .prevcomment{
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }

  .prevcomment h6{
    position: relative;
    color: #aeb4c0;
    font-weight: 900;
    margin: 0;
    margin-bottom: 5px;
  }

  .prevcomment h6:before{
    content: "";
    position: absolute;
    width: 24px;
    height: 27px;
    left: -30px;
    top: -5px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/user.png);
  }

  .ratings > p, .prevcomment > p:nth-child(2){
    position: relative;
    letter-spacing: 3px;
    line-height: 1;
    margin: 0;
    margin-bottom: 5px;
  }

  .stars{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 20px;
  }

  .stars__star-icon{
      stroke:#aeb4c0;
      stroke-width: 2px;
      fill: #aeb4c0;
      transition: .1s all;
  }

  .stars__star{
    width: 15px;
    height: 15px;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
    line-height: 1;
  }

  .stars__checkbox{
      position: absolute;
      visibility: hidden;
      opacity: 0;
      width: 0;
      height: 0;
  }

  .stars__star:hover > .stars__star-icon{
      fill: #ffd75d;
      stroke:#ffd75d;
  }

  .stars__star:hover ~ .stars__star > .stars__star-icon {
      fill: #ffd75d;
      stroke:#ffd75d;
  }

  .stars__checkbox:checked + .stars__star > .stars__star-icon {
      fill: #ffd75d;
      stroke:#ffd75d;
  }

  .stars__checkbox:checked ~ .stars__star > .stars__star-icon {
      fill: #ffd75d;
      stroke:#ffd75d;
  }

  .formcomment{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
  }

  .formcomment textarea{
    background-color: #fff;
    border: none;
    height: 150px;
    padding-left: 2%;
  }

  .formcomment .btenviar, .formcomment .check-acepto{
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    padding-bottom: 15px;
  }

  .formcomment textarea::-webkit-input-placeholder {
    font-weight: 400;
  }

  .formcomment textarea:-moz-placeholder { /* Firefox 18- */
    font-weight: 400;
  }

  .formcomment textarea::-moz-placeholder {  /* Firefox 19+ */
    font-weight: 400;
  }

  .formcomment textarea:-ms-input-placeholder {
    font-weight: 400;
  }

  .productointerna .dotsbg{
    min-height: initial;
  }

  ul.childListProd.activeProd{
    min-height: initial !important;
  }

  .showresults ul li{
    display: inline-block;
    margin-right: 2px;
  }

  .paginacion{
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
  }

  .showresults p, .showresults ul{
    display: inline-block;
    margin-right: 10px;
  }

  .showresults ul li a{
    color: #282e37;
    font-size: 15px;
    font-weight: 700;
  }

  .showresults ul li a:hover{
    color: #ffd75d
  }

}

@media (max-width: 640px){

  .menu {
    padding: 25% 15% 15% 15%;
  }

}

@media (max-width: 360px){

  /***************/

  .busqueda input[type="text"] {
    color: #000;
    display: none;
    position: absolute;
}


}

@media (max-width: 480px){


/*   .busqueda input[type="text"] {
    display: none;
    position: absolute !important;
} */
}

/*******fin karen*****/

@media screen and (min-width: 375px){
  .brand_menu {
    justify-content: unset;
    margin: 2rem 0 0 0.5rem;
    align-items: flex-start;
  }

  
}

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

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

  .whatsapp {
    position: fixed;
    bottom: 10%;
    left: 2%;
    z-index: 999;
  }

  .menu-trigger {
    width: 60%;
    cursor: pointer;
    height: 66px;
    z-index: 9;
  }

  .home .redesmenu ul li a,
  .interna .redesmenu ul li a  {
    color: #fff;
  }

  .home .redesmenu:before,
  .interna .redesmenu:before {
    background-color: #fff;
  }

}

@media screen and (min-width: 320px) and (max-width: 360px){

  .telefonos a, .direccion p {
    font-size: 13px;
  }

  .shareit ul li{
    margin-bottom: 20px;
  }

  .novedad .article {
    position: relative;
    padding: 0;
  }

  .tags {
    margin-left: 0px;
  }

}

/*@media screen and (min-width: 320px) and (max-width: 360px){

}*/

@media screen and (min-width: 320px) and (max-width: 485px){

  header{
    background-color: transparent;
  }

  .contenedor80, .contenedor85, .contenedor95{
    width: 100%;
    padding: 0 10px;
  }

  .home .txtslider {
    position: absolute;
    top: 18%;
    left: 15%;
    z-index: 9;
  }

  .interna .txtslider{
    left: 5%;
    max-width: 100%;
  }

  .wrapslider p{
    display: none;
  }

  .collapsibleMenu{
    padding: 0;
  }

  .menubg{
    overflow: scroll;
  }

  .cerrar{
    display: none;
  }

  .redesmenu {
    width: 36% !important;
  }

  .button-open-and-close,
  .dl-menuwrapper button.dl-trigger{
    top: -50px !important;
  }

  .logo {
    width: 50%;
  }

  .logo img{
    width: 120px;
  }

  .menu-trigger {
    max-width: 145px;
    margin-right: 0;
  }

  .collapsibleMenu > li {
    display: block;
  }

  .collapsibleMenu li ul.sub-block {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 250px;
    padding: 0 20px;
  }

  #thumbnailSlider, .titserv h2:after{
    display: none;
  }

  h1, h2{
    font-size: 32px;
  }

  div.col-xs-12.col-sm-12.col-md-6 > div > div > div.titnov {
    max-width: 65%;
  }

  .bannertit {
    position: absolute;
    width: auto;
    right: initial;
    top: 40%;
    left: 5%;
  }

  .titfilter h4:after {
    display: none;
  }

  .titfilter{
    float: none;
  }

  .filterbuttons{
    float: none;
    margin: 20px auto;
  }

  select.btborderblue, #datepicker{
    float: none;
    margin: 20px auto;
  }

  .redes{
    top: 35%;
  }

  .interna .redes{
    top: 1.5%;
  }

  .padtop{
    padding: 0;
  }

  .logo {
    width: 40%;
    z-index: 9999999999;
  }

  /*.whatsapp {
    position: absolute;
    top: 2%;
    right: 4.5%;
    z-index: 999;
  }*/

  .menu-trigger{
    max-width: 45px;
    left: initial;
    width: 60%;
  }

  .contact {
    top: 70%;
  }

  .contwhite {
    padding: 40px 20px;
  }

  .contblueslide {
    position: relative;
  }

  .verticaltxt {
    top: 25%;
    left: -75px;
  }

  .menu {
    padding: 15%;
  }

  .blocks div p {
    padding-left: 25px;
    font-size: 12px;
    line-height: .9;
  }

  .firstblock div {
    position: absolute;
    top: 35%;
    left: 0;
  }

  .secondblock > div:first-child {
    margin-top: 290%;
    margin-bottom: 685%;
  }

  .thirdblock > div:first-child {
    margin-top: 95%;
  }

  .thirdblock > div {
    margin-bottom: 325%;
  }

  .forthblock > div {
    margin-bottom: 130%;
  }

  .forthblock > div:nth-child(even) {
    margin-bottom: 130%;
  }

  .cont_d h5, .dirblock, .suscribe input[type="email"]{
    width: 100%;
  }

  .social{
    float: left !important;
    margin-top: 20px;
  }

  .social ul li{
    display: inline-block;
    margin-right: 10px;
  }

  .btorange, .btwhite{
    margin-bottom: 20px;
    display: block;
  }

  .titline h3:after{
    content: none;
  }

  .curtain {
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 20px;
  }

  .bigPic2{
    padding-left: 15px;
    padding-right: 15px;
  }

  .txtCat{
    left: 6%;
  }

  .movile{
    max-width: 200%;
    margin-left: -45%;
  }

  .redesmenu:before{
    background-color: #fff;
  }

  .interna .slick-slide img {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .bannerinterna{
    height: 50vh;
  }

  .menu-trigger {
    width: 65%;
  }

  .fm-n {
    width: 100% !important;
    margin-right: 0;
  }

  .shareit:after {
    content: none;
  }

  .sliderproducto .slick-dots {
    left: initial;
    right: -40%;
  }

  .size {
    margin-top: 20px;
    margin-left: 0;
  }
  
  .contdetalles {
    column-count: 1;
    column-gap: 60px;
  }

  .pdf img {
    max-width: 100%;
  }

  ul.parentList li > .tab h4{
    margin: 0;
    padding-bottom: 20px;
  }

  ul.parentList > li:not(:last-child):after {
    content: "";
    position: initial;
    right: initial;
    top: initial;
    display: table;
    margin: 0 auto;
    width: 60%;
    height: 3px;
    background-color: #aeb4c0;
  }

  .detalles {
    padding: 10% 5% 0 5%;
  }

  .home .redesmenu ul li a{
    color: #fff;
  }

  .home .redesmenu:before {
    background-color: #fff;
  }

  .interna .redesmenu ul li a {
    color: #282e37;
  }

  .interna .redesmenu:before {
    background-color: #282e37 !important;
  }

  .redesmenu:before {
    background-color: #282e37;
  }

  .novedad .article {
    position: relative;
    padding: 0;
  }

  .cont_d{
    position: relative;
    display: block;
    overflow: hidden;
  }

  .btsend {
    position: relative;
    right: 0;
    bottom: 10px;
    top: initial;
    width: 100%;
  }

  .btfilter {
    position: relative;
    display: block;
    -moz-transform: translateY(12px);
    -webkit-transform: translateY(12px);
    -o-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
  }

  .preview {
    margin-bottom: 40px;
    min-height: 480px;
  }

  .block1, .block2, .block3{
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
  }

  .img1, .img2, .img3, .img4, .img5{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .txtslidernos {
    position: absolute;
    top: 6%;
    left: 10%;
    z-index: 9;
  }

  .txtslidernos h4 {
    font-size: 24px;
  }

  .filter {
    padding: 10% 5%;
  }

  .sliderfigures ~ .controlSlider {
    right: 0;
    bottom: 120px;
  }

  .botones {
    display: inline-block;
    margin-top: 20px;
    margin-left: 0;
  } 

  .prevcomment {
    padding: 15px;
  }

  .padtopbot {
    padding: 40px 0;
  }

  .four {
    margin-bottom: 0;
  }

  ul.childListProd.activeProd{
    margin: 20px 0;
    padding: 0;
  }

  .txtinterna .wrapslider {
    position: relative;
    width: 65%;
    margin: 0 auto;
  }

  .slider-nav{
    display: none;
  }


}

/*ONLY movileS AND TABLETS*/

@media screen and (min-width: 320px) and (max-width: 767px){
  .home .redesmenu ul li a, .home .cerrar {
    color: #fff;
  }

  .home .redesmenu:before {
    background-color: #fff;
  }

  .fm-n:nth-child(odd) {
    margin-left: 0;
  }

  .counter {
    right: 28% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025px){
  .thumb-nov{
    width: 31%;
  }

  .firstblock div{
    position: absolute;
    top: 24%;
    left: 15%;
  }

  .menu-trigger {
    width: 55%;
    cursor: pointer;
    height: 66px;
    z-index: 9;
  }

  .brand_menu {
    margin: 3rem 0 0 3rem;
}

  .redesmenu ul li a, .cerrar{
    color: #fff;
  }

  .interna .redesmenu ul li a {
    color: #fff;
  }

  .redesmenu:before{
    background-color: #fff;
  }

  .img1, .img2, .img3, .img4, .img5{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .txtslidernos {
    position: absolute;
    top: 5%;
    left: 10%;
    z-index: 9;
  }

  .slidernosotros{
    margin: 20px auto;
  }

  .banner img{
    width: 100%;
  }

  .interna .redesmenu:before{
    background-color: #282e37;
  }

  /*.whatsapp {
    position: fixed;
    top: 3%;
    right: 5%;
    z-index: 999;
  }*/

  .redesmenu {
    width: 18% !important;
    transform: translateY(-20px);
  }

  .collapsibleMenu {
    padding-top: 5%;
    padding-left: 0;
  }

}

@media (max-width: 992px){

  .hideit{
    display: none !important;
  }

  .suscribetop, .suscribetop ~ ul{
    display: none !important;
  }

  .container {
    width: 100%;
  }

  /*****************/

  .home section .logo{
    display: none;
  }

  .home .slider-home{
    width: 100%;
    overflow: hidden;
  }

  .desktop{
    display: none !important;
  }

  .wrapslider h2 {
    line-height: 36px;
  }

  .interna .logosiso {
    margin-top: 40px;
  }

  .titline {
    padding: 0;
    margin: 20px auto;
    max-width: 100%;
  }

  .nosotrosblock {
    margin: 20px 0;
    padding: 20px 0;
  }

  .busqueda input[type="text"]{
    position: absolute;
    right: 0;
    top: 45px;
    width: 150px;
    background-color: rgba(255,255,255);
    z-index: 9;
  }

  h2{
    font-size: 32px !important;
  }


  .titcolecciones h2 {
    font-size: 50px !important;
  }

  /*.titcolecciones, .titraya {
    position: relative;
    margin: 80px 0 150px 0;
    float: left;
    width: 100%;
  }*/

  header {
    min-height: 60px;
  }

  .titcolecciones h3{
    font-size: 32px;
  }


  .collapsibleMenu > li > a {
    font-size: 30px;
  }

  .collapsibleMenu li ul.sub-block{
    display: block !important;
  }

  .redesmenu {
    display: flex;
  }

  .prevArrow, .nextArrow, 
  .prevArrowFigures, .nextArrowFigures{
    padding: 20px !important;
    background-size: 50%;
  }

  .counter {
    right: 28%;
    bottom: -15px;
  }

  .titcolecciones {
    padding-top: 40px;
  }

  .colblock, .trends{
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  .titcolecciones p{
    -moz-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  .titcolecciones h3{
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  .toptranslate {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .txtsliderfigures h4, .txtprod h4{
    font-size: 22px;
  }

  .trends .contimg:first-child, .contimgin img{
    min-height: initial !important;
  }

  .novedadesbox {
    width: 97%;
  }

  .whiteboard {
    padding: 10% 5%;
    min-height: 1850px;
  }

  .contnov {
    position: relative;
    padding: 5% 2%;
  }

  .contqs img{
    width: 100%;
    max-width: 100%;
  }

  .titraya h3, .txtnovedad h3 {
    font-size: 32px;
  }

  .txtcomic {
    padding: 20px;
  }

  .txtsliderfigures{
    top: 100%;
  }

  .sliderfigures .txtsliderfigures {
    top: 30%;
  }

  .txtnovedad {
    columns: 1;
    column-gap: 0;
  }

  .darkbluebg{
    padding: 20px 0
  }

  .go-top {
    bottom: 12%;
    background-size: 55%;
  }

  .qs .titraya h2 {
    top: 0;
    left: -20px;
    width: initial;
  }

  .movile {
    max-width: 130%;
  }

  .interna .movile{
    max-width: 100%;
    opacity: 0.9;
    filter: brightness(0.9);
  }

  .home .movile {
    max-width: 200%;
  }

  .childList{
    display: block !important;
  }

  .childList .contdetalles h4{
    display: block;
    font-weight: 900;
  }

  .autor {
    padding-top: 0;
    margin-bottom: 20px;
  }

  .titraya h2 {
    top: 45px;
    left: -35px;
    width: 100%;
  }

  .slidercomic ~ .controlSlider {
    right: 0;
    bottom: 0;
  }

  .contcomic{
    margin: 20px 0;
  }

  .formtitle {
    top: -24%;
  }

  .contactopad {
    padding: 10% 5% 10% 5%;
  }

  .buscador {
    padding: 20px 0;
  }

  .detalles {
    padding: 5% 0;
  }

  .shareicons {
    margin-top: 20px;
  }

  .padtopbot {
    padding: 20px 0;
  }

  .productos .descprod {
    min-height: 120px;
  }

  .productsList .productos .descprod {
    min-height: 1px;
  }

}

@media (min-width: 320px) and (max-width: 480px) {
  .categorias ul li a, .pricerange h4 {
    font-size: 30px;
  }

  .btback{
    position: relative;
    z-index: 9;
  }

  .slider-for {
    margin: 0;
  }

  .brand_menu {
    width: 100px;
    margin: 1rem 0 0 1rem;
}

}

@media screen and (min-width: 320px) and (max-width: 992px){
  
  .demo{
    margin-bottom: 20px;
  }

  .whatsapp img {
    width: 30px;
  }

  .counter span:first-child {
    font-size: 40px;
  }

  .counter span {
    font-size: 12px;
  }

  .protxt {
    padding: 0;
  }

  .collapsibleMenu {
    padding-top: 30%;
  }

  .txtbannercenter h3 {
    font-size: 23px;
  }

  .contproyectos {
    position: relative;
    margin-bottom: 1px;
    overflow: hidden;
  }

  .contproyectos span{
    background-color: rgba(0,0,0,.6);
  }

  .contproyectos .txtproyecto {
    bottom: 10%;
  }

  .interna.proyectos .container, .interna.proyectos .container .col-xs-12{
    padding: 0;
  }

  .whitebox{
    position: relative;
  }

  .home #owl-home .owl-nav {
    bottom: 70%;
  }

  .txtbanner {
    padding: 0;
    top: 8%;
    left: 15%;
    position: relative;
    max-width: 340px;
    z-index: 9;
    margin-top: 40px;
  }

  .txtbanner h3, .txtbanner p{
    color: #000;
  }

  .contpic {
    position: relative;
    margin-bottom: 1px;
  }

  .testimonio{
    min-height: 400px;
  }

  .dl-menuwrapper{
    max-width: initial;
    z-index: 999;
  }

  .dl-menuwrapper button{
      background: transparent !important;
      border: none;
      width: 48px;
      height: 45px;
      text-indent: -900em;
      overflow: hidden;
      position: absolute;
      cursor: pointer;
      outline: none;
      z-index: 9999;
      top: 0 !important;
      right: 0 !important;
  }

  .dl-menuwrapper button:after{
      content: '';
      position: absolute;
      width: 68%;
      height: 5px;
      background: transparent;
      top: -43px;
      left: 16%;
      box-shadow: 0 10px 0 transparent, 0 20px 0 transparent;
  }

  .dl-menuwrapper .dl-menu{
    display: none;
    margin: 0 0 0 0;
    top: 65px;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: 999;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .dl-menuwrapper .dl-menu.dl-menuopen{
    display: block;
    padding: 10px 0;
  }

  .dl-menuwrapper li.dl-back:after, 
  .dl-menuwrapper li > a:not(:only-child):after{
    content: "";
    position: absolute;
    top: 10px;
    width: 12px;
    height: 20px;
    line-height: 50px;
    font-family: initial;
    speak: none;
    -webkit-font-smoothing: antialiased;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .dl-menuwrapper li.dl-back:after{
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .dl-menuwrapper li a{
    padding: 10px 20px;
    color: #000;
    font-family: "Lato", helvetica;
    font-weight: 700;
  }

  .dl-menuwrapper button:hover, 
  .dl-menuwrapper button.dl-active, 
  .dl-menuwrapper ul{
    background: #fff;
  }

  .button-open-and-close{
      display: block;
      position: absolute;
      top: 20px;
      right: 10px;
      width: 48px;
      height: 30px;
      overflow: visible;
      z-index: 9999;
      -webkit-border-radius: 1000px;
      -moz-border-radius: 1000px;
      border-radius: 1000px;
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease;
      transition: transform .2s ease,-webkit-transform .2s ease;
      -webkit-transform: translate3D(0,0,0);
      -ms-transform: translate3D(0,0,0);
      transform: translate3D(0,0,0);
  }
  /*
    menu icon css3
  */

  .menu-icon{
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      cursor: pointer;
      margin: 0 auto;
      float: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
  }

  .menu-icon > span{
      position: absolute;
      top: 50%;
      display: block;
      width: 36px;
      height: 6px;
      background-color: #fff;
      right: 0;
  }

  .menu-icon > span:before, .menu-icon > span:after{
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #fff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
  }

  .menu-icon > span:before{
    width: 20px;
    right: 0;
  }

  .opened > span:before{
    width: 50px;
  }

  .menu-icon > span:after{
    width: 48px;
    right: 0;
  }

  .menu-icon > span:before{
      -webkit-transform: translateY(-12px);
      transform: translateY(-12px);
  }

  .menu-icon > span:after{
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  /* OPENED */

  .menu-icon.opened{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-icon.opened > span:before{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menu-icon.opened > span:after{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menu-icon.opened > span{
    width: 48px;
  }

  .menu-icon.opened > span:after{
    display: none;
  }

  .thumbnail-slider-container{
    margin: 20px 0;
  }

  .leftimgbg, .rightimgbg{
    display: none;
  }

  .counter{
    bottom: 0;
  }

  #owl-servicios .owl-nav {
    top: 13%;
    right: -6%;
  }

  .newsletter{
    width: 100%;
    min-width: initial;
  }

  #newsletter input[type="email"] {
    width: 89%;
  }

  .collapsibleMenu li ul.sub-block {
    position: relative;
    left: 0;
  }

  .titserv h2:after {
    right: 0;
  }


  .backbuttons ul li{
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 480px){
  .collapsibleMenu li ul.sub-block {
    width: 350px;
  }

  .sub-block > li > a, .sub-menu > li > a {
    font-size: 12px;
  }

  .collapsibleMenu > li > a {
    font-size: 24px;
  }

  .menu-trigger {
    height: auto;
  }
}

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


  .smartphone{
    display: none;
  }

  .testimonio {
    min-height: 185px;
  }

  .botones {
    display: inline-block;
    margin-top: 20px;
    margin-left: 0;
  }


}


/*FROM TABLETS AND ABOVE*/

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

  .menufooter, .submenu {
    padding: 0;
  }

  #owl-novedades .owl-nav {
    left: 29.5%;
  }

}

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

  .menufooter, .submenu {
    text-align: left;
  }

  .whatsapp img {
    width: 27px;
  }

  .counter span:first-child {
    font-size: 48px;
  }

  .counter span {
    font-size: 14px;
  }

  .prevArrow, .prevArrowFigures,
  .nextArrow, .nextArrowFigures {
    padding: 0;
    width: 60px;
    height: 60px;
  }

  .wrapslider h6 {
    font-size: 22px;
  }

  .menufooter ul li, .submenu ul li{
    display: inline-block;
  }

  .txtnov p{
    text-align: justify;
  }

  .contenedor80{
    width: 80%;
  }

  .moveup {
    margin-top: -495px;
  }

  .margbot{
    margin-bottom: 80px;
  }

  .showresults{
    float: right;
  }

  .counter {
    position: absolute;
    bottom: 0;
    right: 17%;
  }

  .home .slider img{
    max-width: 100%;
  }

}

@media screen and (max-width: 1279px){
  .article{
    margin-bottom: 40px;
  }

  .contenedor95{
    width: 95%;
    max-width: 1920px;
  }

  .tags {
    display: inline-block;
    margin-left: 0;
    margin-top: 20px;
  }

  .novedad .article {
    position: relative;
    padding: 0;
  }

  .btabs {
    position: absolute;
    top: 10%;
    right: 15%;
  }

  .cerrar{
    display: none;
  }

}


/*FROM NETBOOKS AND LAPTOPS*/

@media screen and (min-width: 993px){
  .desktop{
    display: block !important;
  }

  .movile{
    display: none !important;
  }

  .childList .contdetalles h4{
    display: none;
  }

  .interna .slider img{
    max-width: 100%;
    margin-left: 0;
  }

  .home .productos .col-md-6 .descprod,
  .productos .col-lg-8 .descprod{
    margin: 19px 0 40px 0;
  }

  .brand_menu {
    margin-left: 2.4rem;
}

  .menu-trigger {
    max-width: 150px;
  }

  .whatsapp {
    left: 3.5%;
  }

  .linedivider{
    position: absolute;
    top: 8%;
    left: 8%;
    height: 600px;
    width: 1px;
    background-color: #fff;
    z-index: 999;
  }

  .interna .linedivider{
    height: 39vh;
  }

  .contenedor80{
    width: 80%;
  }

  .collapsibleMenu > li > a{
    font-size: 40px;
    display: inline-block;
  }

  ul.collapsibleMenu > li a ~ .sub-block > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }

  .demo {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .formulario{
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding-top: 60px;
  }

  /******FOOTER**********/
  .social ul li{
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
  }

  .social ul li a{
    color: #fff;
  }

  .social ul li a:hover{
    color: #ffd75d;
  }

  .logofooter{
    float: left;
    max-width: 120px;
    margin-right: 40px;
  }

  .logo {
    z-index: 1;
  }

  .minhgtcounter {
    height: 49vh;
  }

  .bannerinterna {
    height: 39.3vh;
  }

  /*********SLIDER NOSOTROS**************/
  .slidernosotros{
    margin: 0 auto;
  }

  .block1{
    float: left;
    width: 33.3333%;
    max-height: 100%;
  }

  .img1{
    float: left;
    max-height: 100%;
    height: 727px;
    object-fit: cover;
    padding-left: 20px;
  }

  .block2{
    float: left;
    width: 33.3333%;
    padding-left: 20px;
    overflow: hidden;
    height: 727px;
  }
  .img2{
    float: left;
    width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
    height: 438px;
    object-fit: cover;
  }
  .img3{
    float: left;
    width: 100%;
    max-height: 100%;
    height: 265px;
    object-fit: cover;
  }
  .block3{
    position: relative;
    float: left;
    width: 33.3333%;
    padding-left: 20px;
  }
  .img4{
    float: left;
    max-height: 100%;
    margin-bottom: 20px;
    width: 100%;
  }
  .img5{
    float: left;
    max-height: 100%;
    max-width: 100%;
    height: 504px;
    object-fit: cover;
    width: 100%;
  }

  ul.parentList{
    text-align: left;
  }

  .catfilter{
    width: 20%;
  }

  .menu-trigger {
    width: 30%;
    max-width: 100px;
  }

  .cont_d{
    position: relative;
    overflow: hidden;
  }

  .cont_d h5 {
    float: left;
    width: 100%;
  }

  .suscribe input[type="email"]{
    width: 97%;
  }

  .btsend{
    top: 106px;
  }

  .shareicons {
    margin-left: 0;
    vertical-align: middle;
    margin-top: 0;
  }

  .size {
    margin-left: 0;
  }

  .novedades .titline {
    display: block;
    margin-right: 0;
    margin: 40px auto;
    vertical-align: middle;
  }

  .tags {
    display: inline-block;
    margin-left: 0;
    margin-top: 20px;
  }

  .shareit:after {
    width: 45%;
  }

  .txtslidernos {
    top: 4%;
  }

  .prevcol{
    position: relative;
  }

  .home .slider img {
    max-width: 130%;
  }

  .prevcol img {
    height: 269px;
    object-fit: cover;
  }

  .sliderfigures{
    position: relative;
  }

  .contthor{
    position: absolute;
    z-index: 9;
  }

  .qs .contthor img{
    -moz-transform: translateY(55px);
    -webkit-transform: translateY(55px);
    -o-transform: translateY(55px);
    -ms-transform: translateY(55px);
    transform: translateY(55px);
  }

  .contqs{
    position: relative;
  }

  .contqs img{
    max-width: 119%;
  }

  .qs .txtsliderfigures{
    top: 10%;
  }

  .qs .txtlink{
    position: relative;
    margin-top: 15%;
    margin-left: 25%;
  }

  .txtlink p, .txtlink .btwhite{
    color: #aeb4c0;
  }

  .txtlink .btwhite:after{
    background-image: url('../img/grayarrow.png');
  }

  .txtlink .btwhite:hover:after{
    background-image: url('../img/arrowmenuhover.png');
  }

  .txtlink .btwhite:hover{
    color: #ffd75d;
  }

  .txtlink h4{
    color: #282e37;
  }

  .qs .container .titraya p, .comiccon .titraya h3 , .txtnovedad h3{
    padding-left: 0;
  }

  .comiccon .titraya h3{
    padding-left: 35px;
  }

  .txtnovedad h3{
    margin-bottom: 40px;
  }

  .qs .container .titraya{
    margin-bottom: 30px;
  }
  
  .txtnovedad .titraya p{
    margin-bottom: 0;
  }

  .txtinterna .wrapslider {
    position: relative;
    width: 65%;
    margin: 0 auto;
  }

  .detalles {
    padding: 15% 0 10% 0;
  }

  .botones {
    display: inline-block;
    margin-left: 0;
  }

  .cantidad {
    margin-bottom: 30px;
  }

  ul.parentListProd li > .tabProd h4, ul.parentListProd li > .tabProd h4 span {
    font-size: 29px;
  }

  .productos .descprod {
    min-height: 200px;
  }

  .suscribe{
    padding-top: 50px;
  }

}
@media screen and (min-width: 1024px) and (max-width: 1279px){
.collapsibleMenu{
    columns: 2;
    column-gap: 100px;
    padding: 10%;
  }

  .whatsapp img {
    width: 25px;
  }

  .wrapslider h2 {
    line-height: 56px;
  }

  .prevArrow, .prevArrowFigures,
  .nextArrow, .nextArrowFigures {
    padding: 0;
    width: 60px;
    height: 60px;
  }

  .counter {
    right: 13%;
  }

  .collapsibleMenu > li > a {
    font-size: 38px;
  }

  .sub-block > li > a, .sub-menu > li > a {
    font-size: 13px;
  }

  .scrollicon img {
    width: 16px;
  }

  /*.productointerna .contimgin img {
    min-height: 558px;
    object-fit: cover;
  }*/

  .productos .col-md-3, .productos .col-md-4,
    .productos  .col-md-3{
      width: 50%;
    }

    .productos .col-md-6, .sliderproductos .col-md-6{
      width: 100%;
    }
}

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

  section.one, section.two{
    padding: 2%;
  }

  .contenedor80{
    width: 80%;
  }

  .contenedor85{
    width: 85%;
    max-width: 1920px;
    margin: 0 auto;
  }

  .contenedor95{
    width: 95%;
    max-width: 1920px;
    margin: 0 auto;
  }

  .contenedor60{
    width: 90%;
    margin: 60px auto 0 auto;
  }

  .minhgtcounter {
    height: 78.3vh;
  }

  .bannerinterna {
    height: 566px !important;
  }

  .banner img{
    height: 566px;
    object-fit: cover;
  }

  .contnosotros {
    position: relative;
    padding: 10px;
  }

  .contnosotros h2{
    font-size: 42px;
  }

  .shareit:after {
    width: 60%;
  }

  .prevcol img {
    height: 387px;
    object-fit: cover;
  }

  .titcolecciones p, .titcolecciones h3{
    padding-left: 5%;
  }

  .titcolecciones h2 {
    padding-left: 0;
  }

  .linedivider {
    height: 69vh;
  }

  .txtinterna .wrapslider {
    width: 55%;
  }

  .detalles {
    padding: 15% 5% 5% 0%;
  }

  .botones {
    display: inline-block;
    margin-left: 15px;
    overflow: visible;
  }

  .suscribe input[type="email"] {
    width: 80%;
  }

  .btsend {
    top: 20px; 
  }

  .home .slider img {
    max-width: 100%;
  }

}


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

  .brand_menu {
    display: flex;
    justify-content: space-between;
    width: 260px;
    margin-left: 6rem;
    align-items: center;
  }

  .hamburger {
    height: 14px;
    width: 30px;
  }

  .hamburger span {
    width: 18px;
  }

  .cerrar {
      font-size: 10px;
      letter-spacing: 3px;
  }

  .counter span:first-child {
    font-size: 48px;
  }

  .counter span {
    font-size: 14px;
  }

  .prevArrow, .prevArrowFigures,
  .nextArrow, .nextArrowFigures {
    padding: 0;
    width: 60px;
    height: 60px;
  }

  .counter {
    right: 10%;
  }

  .minhgtcounter {
    height: 605px;
  }

  .bannerinterna {
    height: 53.7vh;
  }

  .detalles {
    padding: 15% 0 10% 0;
  }

  .quantity{
    padding: 5px 0;
  }

  .size {
    margin-left: 5px;
  }

  .shareit:after {
    width: 65%;
  }

  .prevcol img {
    height: 429px;
    object-fit: cover;
  }

  .linedivider {
    height: 585px;
    top: 6%;
  }

  .interna .linedivider {
    top: 15%;
    left: 7%;
  }

  .interna .linedivider {
    height: 55vh;
  }

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

  .whatsapp img {
    width: 30px;
  }

  .scrollicon img {
    width: 15px;
  }

  .go-top {
    right: 3%;
  }

  .home .slider img {
    max-width: 100%;
  }
  
}

/*ONLY DESKTOP*/

@media screen and (min-width: 1440px){
  .minhgtcounter {
    height: 65.4vh;
  }

  .bannerinterna {
    height: 39.2vh;
  }

  .contnosotros h2{
    font-size: 52px;
  }

  .shareicons {
    margin-top: 0;
  }

  .cont_d h5 {
    float: left;
    width: 50%;
  }

  .dirblock {
    float: left;
    width: 50%;
    padding: 0;
  }

  .btsend {
    position: absolute;
    right: -3px;
    top: 20px;
  }

  .linedivider {
    height: 69vh;
  }

  .interna .linedivider {
    height: 40vh;
  }

  .prevcol img {
    height: 467px;
    object-fit: cover;
  }

}

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

  .minhgtcounter {
    height: 60.9vh;
  }

  .interna .slider img {
    max-width: 130%;
    margin-left: -5%;
  }

  .bannerinterna {
    height: 43.7vh;
  }

  .size {
    margin-left: 30px;
  }

  .cont_d h5 {
    float: left;
    width: 40%;
  }

  .dirblock {
    float: left;
    width: 60%;
    padding: 0;
  }

  .btsend {
    position: absolute;
    right: 11px;
    top: 20px;
  }

  .tags {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0;
  }

  .shareit:after {
    width: 70%;
  }

  .txtslidernos {
    top: 10%;
  }

  .prevcol img {
    height: 551px;
    object-fit: cover;
  }

  .linedivider {
    height: 76vh;
  }

  .interna .linedivider {
    height: 55vh;
  }

  .counter {
    right: 12%;
  }
}

@media screen and (min-width: 1680px){
  .minhgtcounter {
    height: 50.4vh;
  }

  .bannerinterna {
    height: 39.3vh;
  }

  .prevcol img {
    height: 592px;
    object-fit: cover;
  }

  .linedivider {
    height: 69vh;
  }

  .interna .linedivider {
    height: 47vh;
  }

  .toptranslate img {
    height: 441px;
    object-fit: cover;
    object-position: right;
  }

  .titcolecciones h2 {
    font-size: 190px;
  }

  .go-top {
    right: 5%;
  }

}

@media screen and (min-width: 1800px){
  .interna .slider img {
    max-width: 100%;
    margin-left: 0;
  }

  .prevcol img {
    height: 550px;
    object-fit: cover;
  }

  .prevcol {
    position: relative;
    -moz-transform: translateY(293px);
    -webkit-transform: translateY(293px);
    -o-transform: translateY(293px);
    -ms-transform: translateY(293px);
    transform: translateY(293px);
  }

  .linedivider {
    height: 68vh;
  }

  .interna .linedivider {
    height: 39vh;
  }

}


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

  .counter span:first-child {
    vertical-align: -webkit-baseline-middle;
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
  }

  .counter span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: 'Lato', sans-serif;
  }

  .prevArrow, .prevArrowFigures {
    vertical-align: bottom;
    display: inline-block;
    padding: 40px !important;
    width: 36px;
    height: 31px;
    background-color: #ffd75d;
    background-image: url(../img/nextarrow.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    cursor: pointer;
  }

  .nextArrow, .nextArrowFigures {
    vertical-align: bottom;
    display: inline-block;
    padding: 40px;
    width: 36px;
    height: 31px;
    background-color: #ffd75d;
    background-image: url(../img/nextarrow.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
  }

  .wrapslider {
    max-width: 440px;
  }

  .wrapslider h2 {
    font-size: 60px;
    line-height: 67px;
  }

  .interna .wrapslider h2 {
    font-size: 80px;
    line-height: 80px;
  }

  .wrapslider h6 {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .buttons a {
    font-size: 15px;
    margin-top: 7px;
  }

  .menu-trigger {
    top: 15%;
  }

  .minhgtcounter {
    height: 469px;
  }

  .bannerinterna {
    height: 50.3vh;
  }

  .img5 {
    float: left;
    max-height: 100%;
    max-width: 100%;
    height: 469px;
    object-fit: cover;
    width: 100%;
  }

  .offset8{
    margin-left: 8.33333333%;
  }

  .shareit:after {
    width: 75%;
  }

  .prevcol img {
    height: 611px;
    object-fit: cover;
  }

  .linedivider {
    height: 77vh;
  }

  .interna .linedivider {
    height: 50vh;
  }

  .counter {
    right: 10%;
  }

}

@media screen and (min-width: 1921px){
  .contmaxwidth{
    max-width: 1920px;
  }

  .slider img {
    width: 100%;
    max-width: initial;
    margin-left: 0;
  }

  .interna .menu-trigger {
    padding: 25px 2% 2% 2%;
    top: 90px;
  }

  .sliderfigures img {
    width: 100%;
    height: 956px;
    object-fit: cover;
  }

  .linedivider {
    height: 76vh;
  }

  .counter {
    right: 9%;
  }
}


/* ----------- iPhone 4 and 4S ----------- */

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
   

    
}

/* ----------- iPhone 5 and 5S ----------- */

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  
  

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) {

  
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* ----------- iPhone 6+ ----------- */

/* Landscape */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
   
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    
}

/* Landscape */
@media only screen 
  and (min-device-height: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

  .titcolecciones h2 {
    font-size: 165px;
  }

  .titcolecciones h3 {
    font-size: 38px;
  }

  .interna .logo {
    left: 5%;
  }

  .interna .linedivider {
    height: 340px;
  }

  .padtopbot {
    padding: 40px 0;
  }

  .productos .col-md-3, .productos .col-md-4,
  .sliderproductos .col-md-3{
    width: 50%;
  }

  .productos .col-md-6, .sliderproductos .col-md-6{
    width: 100%;
  }

  .btwhite {
    font-size: 13px;
  }

  .btwhite:after {
    top: 1px;
  }

  .detalles {
    padding: 15% 5% 20px 10%;
  }

  .botones {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }

  .cantidad {
    margin-bottom: 20px;
  }

  ul.parentListProd li > .tabProd h4, ul.parentListProd li > .tabProd h4 span {
    font-size: 28px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .interna .wrapslider h2 {
    font-size: 58px !important;
    line-height: 62px;
  }

  .interna .wrapslider h6 {
    margin: 15px 0;
  }

  .categorias ul li a, .pricerange h4 {
    font-size: 25px;
  }

}

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


  .titcenter h2 {
    color: #282e37;
    font-size: 60px;
    letter-spacing: -2px;
  }

  .collapsibleMenu > li > a {
    font-size: 30px;
  }

  .sub-block > li > a, .sub-menu > li > a {
    font-weight: 400;
    font-size: 13px;
  }

  .redesmenu {
    width: 26% !important;
  }
}


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

  .brand_menu {
    display: flex;
    justify-content: space-between;
    width: 294px;
    margin-left: 6rem;
    align-items: center;
  }

  .brand_menu {
      margin-left: 10rem;
  }

  .cerrar {
    font-size: 13px;
    letter-spacing: 5px;
  }

  .hamburger {
    height: 40px;
    width: 40px;
  }

  .hamburger span {
    width: 25px;
  }

  .whatsapp img {
    width: unset;
  }

  .scrollicon img {
    width: unset;
  }
}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {
    
}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {
   
}

/* Landscape */
@media screen 
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 3)
  and (orientation: portrait) {

  

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3)
  and (orientation: landscape) {
    
}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 598px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {
    
}


/* Landscape */

@media only screen 
and (min-width: 412px)
and (max-width: 732px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2.6) {

}

@media only screen 
and (min-width: 414px)
and (max-width: 486px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .quantity .cantidad button:first-child:before {
    top: -30px;
    height: 26px;
  }

  .quantity .cantidad button:last-child:before {
    top: -20px;
    height: 26px;
  }

}

@media only screen 
  and (min-device-width: 1920px) 
  and (max-device-width: 1024px)
  and (orientation: portrait) { 
  .interna .linedivider {
    height: 475px;
  }
} 

/* NUEVO MENU */
nav {
  position: relative;
  width: auto;
  height: auto;
  display: inline-flex;
}

nav .main_menu {
  position: relative;
  display: flex;
  align-items: center;
}

nav .main_menu .icon-down {
  width: 15px;
  fill: #000;
  transition: .3s ease;
}

nav .main_menu ul {
  display: flex;
}

nav .main_menu ul li {
  margin: 0 10px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

nav .main_menu ul li a{
  color: black;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .8em;
  transition: .2s ease;
}

nav .main_menu ul li:hover a{
  color: var(--main-color);
}

nav .main_menu ul li:hover .icon-down{
  fill: var(--main-color);
}

nav .main_menu ul.sub-block {
  display: none;
  flex-direction: column;
  position: absolute;
  min-width: 150px;
  height: auto;
  top: 100%;
  padding: 1rem;
  border-radius: 10px;
  font-size: 0.8em;
  z-index: 10;
  background-color: #f9f6f8;
}

nav .main_menu ul li:hover ul.sub-block {
  display: flex;
}

nav .main_menu ul.sub-block li{
  margin: 2px 0;
}

nav .main_menu ul.sub-block li a {
  font-weight: 500;
  color: #000;
}

nav .main_menu ul.sub-block li:hover a {
  color: var(--main-color);
}

nav .main_menu .toggle_menu {
  width: 30px;
  height: 100%;
  margin-left: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
  z-index: 99999;
}

nav .main_menu .toggle_menu span {
  width: 100%;
  height: 3px;
  background-color: #000;
  position: relative;
  transition: .3s ease;
}

nav .main_menu .toggle_menu.success span:first-child {
  transform: rotate(45deg) translate(5px, 7px);
}

nav .main_menu .toggle_menu.success span:last-child {
  transform: rotate(-45deg) translate(6px, -8px);
}

nav .main_menu .toggle_menu.success span:nth-child(2) {
  opacity: 0;
}

.busqueda ul {
  position: absolute;
  top: 120%;
  width: 250px;
  right: -47px;
}

aside.menuTwo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  right: 0;
  width: 0%;
  height: 100vh;
  background-color: #f9f6f8;
  transition: .3s ease;
  z-index: 5;
}

aside.menuTwo.success {
  width: 30%;
}

aside.menuTwo ul {
  opacity: 0;
  display: none;
}

aside.menuTwo.success ul {
  opacity: 1;
  transition: .3s ease;
  transition-delay: .3s;
}

aside.menuTwo ul li {
  text-align: center;
}

aside.menuTwo ul li a{
  color: black;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .8em;
  transition: .2s ease;
}

aside.menuTwo ul li:hover a{
  color: var(--main-color);
}

aside.menuTwo ul.sub-block li a {
  font-weight: 500;
  color: #000;
}

aside.menuTwo ul.sub-block li:hover a {
  color: var(--main-color);
}

aside.menuTwo .social_media {
  transform: translateY(50px);
}

aside.menuTwo .social_media ul li a {
  font-size: 1.5em;
  margin: 0 10px;
}

aside.menuTwo ul.mobile_menu {
  display: none;
}

@media (max-width: 1024px){
  nav .main_menu ul {
    display: none;
  }

  .home header, .interna header {
    justify-content: space-between;
    padding: 0 2rem;
  }

  nav .main_menu .cart ul {
    display: flex;
  }

  .busqueda {
    margin-right: 10px;
  }

  aside.menuTwo.success {
    width: 50%;
  }

  aside.menuTwo .mobile_menu ul.sub-block li{
    margin: 0 7px;
  }

  .busqueda ul {
    top: 110%;
  }
}

@media (max-width: 768px){
  aside.menuTwo.success {
    width: 100%;
    z-index: 9999;
  }

  nav .main_menu .toggle_menu.success {
    z-index: 99999;
  }

  aside.menuTwo ul li {
    margin: 10px 0;
  }

  aside.menuTwo ul li a {
    font-size: 1em;
  }

  .busqueda ul {
    top: 50%;
  }

  .autocomplete-results {
    margin-top: 84px !important;
  }
}

@media (max-width: 575px){
  aside.menuTwo {
    justify-content: flex-start;
    padding-top: 6rem;
    height: 137vh;
  }

  aside.menuTwo .social_media {
    transform: translateY(0px);
  }

  aside.menuTwo ul li a {
      font-size: .7em;
  }

  aside.menuTwo ul li {
    margin: 0;
  }
}