@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900|Roboto:300,400&display=swap');

body, html {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
.logo {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.logo-color-bg {
    background-color: #04D99D;
}
.logo-color-text {
    color: #04D99D;
}
.logo-font {
    font-family: 'Montserrat', sans-serif;
}
.brand-logo {
    font-weight: 700;
}
.parallax-container {
    height: 500px;
}
.parallax:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #0000008c;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.parallax-container .container h3.header.center {
    margin-top: 150px;
}
.italic {
    font-style: italic;
}
.light {
    font-weight: 200;
}
.bold {
    font-weight: bold;
}
.upper {
    text-transform: uppercase;
}
.lower {
    text-transform: lowercase;
}
.collapsible-header, 
.collapsible li.active,
.collapsible,
.collapsible-body {
    border: none;
}
.tab-content {
    padding: 20px;
}
.divider {
    display: none;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
    font-size: inherit;
}
.btn {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
}
.slider li:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #0000008c;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}


.sidenav {font-family: 'Montserrat', sans-serif;}

/*
 *  SCROLLBAR
 */
.custom-scrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    /* background-color: #F5F5F5; */
}

.custom-scrollbar::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
    background-color: #212121;
}

.custom-scrollbar::-webkit-scrollbar-thumb
{
    background-color: #4c4c4c;
    border: none;
}

.slider .indicators .indicator-item.active {
    background-color: #1fe9b6;
}
.slider .indicators .indicator-item {
    /* background-color: #000000; */
}
.slider .slides li .caption {
    color: #fff;
    top: unset;
    left: 15%;
    bottom: 20%;
}
@media (max-width: 550px){
    a.btn.btn-large.waves-effect.waves-light.teal.lighten-1 {
        margin-top: 10px;
    }
}
.xlogo {
    max-width: 104px; 
    height: 70px !important;
}
.newsletter-container{
	margin: 50px 0 0 0;
}
.newsletter-title{
	font-family: 'Montserrat', sans-serif;
    color:white;
}
#newsletter-email{
	height: 30px;
	width: 500px;
	color:white;
	background-color:#0000008c;
	margin: 20px 0 0 0;
	border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
}
input::placeholder{
	font-size: 1.2em;
	font-style: italic;
}
input[type=submit]{
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    color:white;
}
input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (max-width: 700px){
    #newsletter-email{
        width: 300px;
    }
}

/* TIENDA */

    li.card{
        width: 30%;
        margin: 1%;
        overflow: hidden;
        display: inline-block;
    }
    img.imageCard{
        display: inline-block;
        max-width: 100%;
        margin: 0;
        padding: 0;
        max-height:370px;
    }
    div.descriptionCard{
        overflow: hidden;
        margin-top: 4%;
        padding: 10px;
    }
    div.descriptionCard h1{
        margin: 0;
        font-size: 101%;
        padding: 0;
        text-align: center;
    }
    div.descriptionCard h2{
        margin: 0;
        padding: 0;
        font-size: 100%;
    }
    div.descriptionCard h3.precioAnterior{
        font-size: 16px;
        line-height: 1.5;
        color: #999;
        margin: 0;
        padding: 0;
        text-decoration: line-through!important;
    }
    div.containerPrecios{
        width: 100%;
        margin: 0 auto;
        margin-top: 3%;
    }
    div.containerPrecios h1{
        font-size: 29px;
        /*text-align: left;*/
    }
    b.descuentoPorcentaje{
        color:green;
        font-size:16px;
        position: relative;
        /* transform: translate(0, -100%); */
        /* float: right; */
    }
    ul.containerCard{
        width: 100%;
        margin: 0 auto;
    }
    li.card.hoverable{
        text-align:center;
        vertical-align: top;
        padding: 20px 0px;
    }
    h3.title{
        text-align:center;
    }
    
    @media (max-width: 700px){
        li.card{
            width: 47%;
            overflow: hidden;
            display: inline-block;
            /* box-sizing: border-box; */
        }
        .addtocart .btn {
            font-size: 10px;
            font-style: normal;
            padding: 0 10px;
        }
    }
    @media (min-width: 701px) and (max-width: 1050px){
        li.card{
            width: 47%;
            margin: 1%;
            overflow: hidden;
            display: inline-block;
        }
    }


  .imagen{
    max-width: 100%;
  }
  input.cantidad{
    display: inline-block !important;
    margin-right: 10px !important;
    text-align: center;
  }
  h6{
    display: inline-block;
    width: auto;
    margin-right: 5%;
    vertical-align: middle;
  }

  h3.precioAnterior{
      font-size: 16px;
      line-height: 1.5;
      color: #999;
      margin: 0;
      padding: 0;
      text-decoration: line-through!important;
  }
  div.containerPrecio{
      display: block;
      overflow: hidden;
      width: 60%;
      margin: 0 auto;
      text-align: center;
  }
  div.precio{
      overflow: hidden;
      width: 100%;
      margin: 0;
      margin-bottom: 5%;
  }
  div.precio h1{
      display: inline-block;
      font-size: 29px;
      margin: 0;
  }
  b.descuentoPorcentaje{
      display: inline-block;
      color: green;
      font-size: 16px;
      /* vertical-align: bottom; */
      /* margin-left: 10%; */
  }



.modal.bottom-sheet {
    max-height: 80%;
}
.collection .collection-item.avatar {
    padding-right: 100px;
}
.detallecarrito .btn {
    font-style: normal;
    font-size: 18px;
}
.total, .importetotal {
    font-size: 20px !important;
}
span.cartcount {
    position: absolute;
    top: 11px;
    left: 32px;
    background: #00695C;
    color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}




.fixed-action-btn {
    bottom: 63px;
}

#modalcarrito .modal-footer {
    height: 96px;
}

.modal.modal-fixed-footer .modal-content {
    height: calc(100% - 96px);
}

.modal .modal-content {
    padding: 14px;
}

.modal.modal-fixed-footer {
    height: 80%;
}

@media only screen and (max-width: 992px) {
    .modal {
        width: 90%;
        max-height: 80%;
    }
}

#modaldetalle h5 {
    font-weight: bold;
}