@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Amatic+SC:400,700&display=swap");

body{
    font-family: "Poppins",Arial,sans-serif;
}
.font-poppins {
    font-family: 'Poppins',Helvetica, sans-serif;
}
.font-lora {
    font-family: 'Lora',Helvetica, sans-serif;
}
.font-amatic {
    font-family: 'Amatic',Helvetica, sans-serif;
}
.font-roboto {
    font-family: 'Roboto',Helvetica, sans-serif;
}

.uppercase{
    text-transform: uppercase;
}

.cinta-inicio{
    padding: 1.2em 0 1.1em 0;
    
}
.cinta-inicio .logo{
    text-align: center
}
.cinta-inicio img{
    /*width: auto;
    height: 120px*/
}
.cinta-inicio div{
    margin-bottom: 0;
}
.cinta-inicio div div{
    padding: 3px !important;
    font-size: 12px;
    letter-spacing: 2px
}
.cinta-inicio .empresa-telefono,.cinta-inicio .empresa-email{
    margin-top: 30px
}
.page-footer {
    background: #1c1c1c;
    padding-top: 0;
}
.page-footer .container-background{
    background-image: url(../images/imagen-footer.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.page-footer .container-background .retina{
    background: rgba(0,0,0,0.8);
}
.scrolled{
    position: fixed;
    top: 0;
    margin-top: -130px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 10
}
.sleep{
    transition: .3s all ease-out;
}
.awake{
    margin-top: 0;
    transition: .3s all ease-out;
}
nav{
    letter-spacing: 2px;
}
nav ul a{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
}

.dropdown-content.buscar-producto {
    width: 320px;
    overflow-y: hidden;
}
.dropdown-content.buscar-producto .buscar-producto-contenedor{
    height: 64px;
}

.redes-sociales a{
    margin-right: 15px;
}
.redes-sociales .icon-faw-facebook{
    background: rgb(24,119,242)
}
.redes-sociales .icon-faw-twitter{
    background: rgb(8,160,233)
}
.redes-sociales .icon-faw-youtube-play{
    background: #ff0000
}
.redes-sociales .icon-faw-instagram{
    background: #c32aa3
}
.redes-sociales .icon-faww-whatsapp{
    background: #00BFA5
}
.redes-sociales .icon-faw-facebook:hover,.redes-sociales .icon-faw-twitter:hover,.redes-sociales .icon-faw-youtube-play:hover ,.redes-sociales .icon-faw-instagram:hover,.redes-sociales .icon-faww-whatsapp:hover {
    opacity: 0.6
}


.bg-color-transparentes{
    background-color: transparent;
    box-shadow: none;
    background-color: rgba(0,0,0,0.5);
}
.opcioness{
    min-height: 86vh
}
/* titulos */
.titulo-1{
    font-size: 40px;
    font-weight: 600;
}
.titulo-2{
    font-family: "Lora", Georgia, serif;
    font-style: italic;
    font-size: 24px;
}
/* banner */
.li-retina{
    position: absolute;
    top:0;
    left: 0;
    ;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}
/*....................*/
/* caracteristicas */
.caracteristicas,.presentacion{
    margin-top: 40px;
}
.caracteristicas .servicios{
    text-align: center;
}
.caracteristicas .servicios i.icono{
    padding: 20px;
    color: #ffffff;
    cursor: default
}
.caracteristicas .servicios i.icono:hover{
    background: #9ccc65 !important;
}
.caracteristicas .servicios i.icono1{
    background-color: #e4b2d6 !important;
}
.caracteristicas .servicios i.icono2{
    background-color: #dcc698 !important;
}
.caracteristicas .servicios i.icono3{
    background-color: #a2d1e1 !important;
}
.caracteristicas .servicios i.icono4{
    background-color: #dcd691 !important;
}

.caracteristicas .servicios div{
    position: relative;
}
.caracteristicas .servicios div h3{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    text-align: center;
}
.caracteristicas .servicios div span{
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}
/*----------------*/
/* presentacion */
.presentacion{

}
.presentacion div.row div.col img{
    width: 100%;
}
.presentacion-dos h2{
    margin-top: 0px;
}

.presentacion-dos p{
    font-family: "Lora", Georgia, serif;
    color: rgba(0, 0, 0, 0.5);
}

.presentacion-retina{
    display: block;
    position: absolute;
    top: 0;
    left: 0.75rem;
    width: calc(100% - 1.5rem);
    height: 0;
    background-color: rgba(0,0,0,0.5);
    transition: height 0.15s ease-out;
}
.presentacion-retina div{
    position: relative;
    display: none;
    margin-top: 200px;
    transition: display 0.15s ease-out;
}

.presentacion-imagen:hover .presentacion-retina{
    height: calc(100% - 0.3rem);
    transition: height 0.25s ease-in;
}
.presentacion-retina:hover div{
    display: block;
    transition: display 0.25s ease-in;
}

@media only screen and (max-width : 992px) {
    .servicios {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width : 600px) {
    .presentacion div.row{
        display: flex;
        flex-direction: column;
    }
    .presentacion-uno{
        order: 2
    }
    .presentacion-dos{
        order: 1
    }
    .presentacion-tres{
        order: 3
    }
}
/*----------------*/

.ir-arriba{
    display: none;
    position:fixed;
    bottom:10px;
    right:10px;
    z-index:2;
}

/*
anterior
*/
.ocultar{
    display: none
}
.brand-logo{
    margin-left: 15px;
    padding: 5px !important;
}
.brand-logo img{
    height: 50px;
    width: 60px;
}

.icon-block {
    padding: 0 15px;
}
.icon-block .material-icons {
    font-size: inherit;
}

@media only screen and (max-width : 992px) {
    .brand-logo {
        margin-left: 0;
    }
}

/* modales */
.modal{
    overflow: hidden !important;
}
.modal .modal-header {
    width: 100%;
    height: 56px;
    font-size: 28px;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
}
.modal-sm {
    width: 35%;
}
.modal-largo{
    width: 70%;
}
.modal-fluido{
    width: 100%;
}
.modal-altomax{
    max-height: 87%;
}
.modal.modal-fixed-footer {
    height: 87%;
}
@media only screen and (max-width: 992px) {
    .modal-sm {
        width: 55%;
    }
    .modal-largo{
        width: 80%;
    }
}
@media only screen and (max-width: 768px) {
    .modal {
        width: 95%;
    }
    .modal-sm {
        width: 80%;
    }
    .modal-largo{
        width: 95%;
    }
}
@media only screen and (max-width: 520px) {
    .modal {
        width: 100%;
    }
    .modal-largo{
        width: 100%;
    }
    .modal-sm {
        width: 95%;
    }
}
/*------------------*/
/* cards config*/
.listado-productos .card-content{
    padding: 15px
}
.card .card-content .card-title-size{
    font-size: 13px;
    font-weight: 600;
    display: block;
    line-height: 24px;
    margin-top: -8px;
    margin-bottom: 0px;
}
.card-content p {
    font-size: 18px;
}
.card-content .precio {
    font-weight: bold
}
.card-content p a {
    display: none;
    float: right
}
.card-content p:hover a{
    display: inline
}
.listado-productos .card-action a{
    font-weight: bold
}
.listado-productos .card-action:hover{
    opacity: 0.6;
}
/*--------------------*/
/* carrito pedidos*/
.carrito-pedidos{
    position: relative;
    padding-right: 10px;
}
.cesta-contar{
    position: absolute;
    top: 12px;
    right: 15px;
    height: auto;
    background: transparent;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 16px;
    font-size: 0.8rem;
    color: red;
    font-weight: 600;
    vertical-align: middle !important;
    text-align: center;
    overflow: hidden;
    z-index: 2;
}

/*-----------------------------*/

.text-justificado {
    text-align: justify;
}

/*
SWIPER
*/

.contenedor-swiper {
    position: relative;
    height: 350px;
    width: 100%;
}
.contenedor-swiper .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.contenedor-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}
.contenedor-swiper .gallery-top {
    height: 80%;
    width: 100%;
}
.contenedor-swiper .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.contenedor-swiper .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.contenedor-swiper .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/* ---------------------------------- */

.mensaje-emergente {
    display: none;
    position: relative;
    width: 100%;
    min-height: 60px;
    padding: 15px 5px 15px 5px;
    color: #ffffff;
}
.mensaje-emergente .cerrar-msn-emergente {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color ease 0.5s;
}
.mensaje-emergente .cerrar-msn-emergente:hover {
    background-color: rgba(255,255,255,.5);
}
.mensaje-emergente .mensaje-emergente-body {
    position: relative;
    margin-left: 35px;
}

.preloader-container{
    display: none
}
.preloader-backgroundd {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.preloader-background {
    text-align: center;
}
.listado-productos .card .card-image {
    width: 100%;
    height: auto;
}
.listado-productos .card .card-image img {
    width: 100%;
    height: 100%; /*386*/
}
#listando .card .card-content {
    /*height: 140px*/
    height: auto
}

.filtro-busqueda{
    padding: 10px 0;
    display: none
}