@import url(nav.css);
@import url(slider.css);
@import url(empresa.css);
@import url(productos.css);
@import url(descanso.css);
@import url(servicios.css);
@import url(maps.css);
@import url(contacto.css);
@import url(newsletter.css);
@import url(footer.css);
@import url(productos_internos.css);
@import url('https://fonts.googleapis.com/css?family=Poppins');

@font-face {
    font-family: BebasNeue-Bold;
    src: url(../fonts/BebasNeue/BebasNeue-Bold.ttf);
}

/*font-family: 'Luckiest Guy', cursive;*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

.row {
    margin: 0;
}

.icono_tit {
    margin: 20px;
}

h1, h2 {
    visibility: hidden;
    display: inline;
    
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'BebasNeue-Bold', sans-serif;
    letter-spacing: 2px;
    font-size: 26px;
    margin: 50px 0 30px;
}

p, span, address {
    font-size: 12px;
}

#marcas {
    padding: 100px 0;
    background-color: orange;
}

.marca img {
    border-radius: 50%;
    background-color: white;
    margin: 5px 0;
}

#marcas h2 {
    margin-top: 0;
}

.wppglobo {
    width: 58px;
    height: 58px;
    background: #25d366;
    border-radius: 50%;
    border: white solid 3px;
    box-shadow: 2px 2px 10px gray;
    transition: box-shadow 0.1s linear;
    position: fixed;
    bottom: 55px;
    right: 10px;
    z-index: 99;
}

.wppglobo:hover {
    box-shadow: none;
}

/* Bootstrap sm */
@media (min-width:768px) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 40px;
    }
    
    p, span, address {
        font-size: 16px;
    }
    
    .wppglobo {
        bottom: 10px;
    }
}

/* Bootstrap md */
@media (min-width:992px) {

}

/* Bootstrap lg */
@media (min-width:1200px) {
    
}