body{
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  color: #75767c;
}
a:hover{color: #0084bc;}

/******* BOTONES *********/
.btn{
  font-weight: 500;
letter-spacing: 1px;
padding: .8rem 1.0rem;
line-height: 1.2;
}
.btn i{
    font-weight: bold;
}


/******** MENÚ *******/
.navbar-custom {
    padding: 0px;
}
#menuprincipal{
  height: 100%;
}
/*#menuprincipal .nav-link{
  margin-left: 10px;
}*/

.dropdown-menu{
  margin-left: 10px;

}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
 .dropdown-item:hover .submenu {
     display: block;
     margin-top: 0;
  }
 .dropdown > .nav-link:hover{
   background:#00365e;
   color:white;
 }
 .submenu{
   position: absolute;
   list-style: none;
   left: 25%;
   box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
 }

 /********** TABS **********/

 .nav-tabs:focus, .nav-tabs:hover {
  color: #0084bc !important;
}

.detail-nav-link.nav-link {
  color: #868e96;

  letter-spacing: .1em;
  border-color: #fff #fff #ddd;
  font-size: .8rem;
  padding: 1rem 1.5rem;
  font-weight: 700;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
      background-color: rgba(0, 0, 0, 0);
  border: 1px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.detail-nav-link.nav-link.active, .detail-nav-link.nav-link:hover, .detail-nav-link.nav-link:focus {
  color: #00365e;
  border-color: #fff #fff #00365e !important;
}


/***************/


/******** MENU PIE*******/
.menupie li{
  border: 0px;
}
.menupie a{
  color: #0084bc;
  text-decoration: none;
}

/***************/
#carruselarticulos{
  height: 370px;
  max-height: 370px;
}
#carruselarticulos .resulimagen{
  display: flex;
  align-items: center;
  justify-content: center;
}
.carruseltexto{
  height: 110px;
  line-height: 100px;
  text-align: center;
}
.carruseltexto span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.resulimagen {
  height: 220px;
}
.resulimageng {
  height: 400px;
}
.resultitulo {
  height: 100px;
}

.cardgira{
  transform:rotate(-5deg) ;
  -webkit-transform:rotate(-5deg) ;
  -moz-transform:rotate(-5deg) ;
  -ms-transform:rotate(-5deg) ;
  -o-transform:rotate(-5deg) ;
}

.gira{
  transform:rotate(-5deg) ;
  -webkit-transform:rotate(-5deg) ;
  -moz-transform:rotate(-5deg) ;
  -ms-transform:rotate(-5deg) ;
  -o-transform:rotate(-5deg) ;
}
.girad{
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
}

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    border-radius: .375rem;
    width: 3rem;
    height: 3rem;

}
.icon-white{
  background: white;
}
.totop100{
  margin-top: -100px;
}
.totop50{
  margin-top: -50px;
}
.totop20{
  margin-top: -20px;
}
.flotaico{
  z-index: 1019;
  position: absolute;
  margin-left: 20px;
}
.divider-vertical::before {
  display: block;
  width: .0625rem;
  height: 100%;
  background: linear-gradient(180deg, rgba(218, 219, 221, 0) 0%, rgba(218, 219, 221, 0.5) 10%, #dadbdd 45%, #dadbdd 55%, rgba(218, 219, 221, 0.5) 90%, rgba(218, 219, 221, 0) 100%);
  content: "";
}
.divider-vertical {
  display: block;
  position: relative;
  width: 0;
}
.border-deg{
  background: linear-gradient(180deg, rgba(218, 219, 221, 0) 0%, rgba(218, 219, 221, 0.5) 10%, #dadbdd 45%, #dadbdd 55%, rgba(218, 219, 221, 0.5) 90%, rgba(218, 219, 221, 0) 100%);
  content: "";
}

.title{
  font-size: 1.1rem;
  font-weight: 600;
  text-transform:lowercase;
  line-height: initial;

}
.title::first-letter {
    text-transform: capitalize;
}
.titlenav{
  font-size: 1rem;
  font-weight: 500;
  text-transform: lowercase;
  margin-left: .3rem;

}
.titlenav::first-letter {
  text-transform: capitalize;
}




.triangulo {
  width: 30px;
  height: 30px;
  border: 20px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 30px;
  border-top: 25px solid #FFF;
  position: relative;
  left: 50%;
  margin-top: -1.5rem;
  z-index: 999;
  display: inline-block;

}
.carritofila{
  border-bottom: 1px solid #ccc;

}
.carritoimg{
  max-height: 120px;
}
ul.filtros {
  padding-left: 0;
  list-style: none;
}

.filtros li{

  font-size: .9rem;
  padding: .2rem 0;
  line-height: 1;
  text-transform: lowercase;
  font-weight: 500;
}
.filtros li::first-letter{
  text-transform: uppercase;
}



.filtros li label{
  margin-left: 1rem;
  padding:0.2rem;

}


.filtros li label:hover{
  color: #00365e;

}
