<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif);

.nav-tabs &gt; li &gt; a {
    padding: 10px 15px;
}

.nav-tabs-center {
    text-align: center;
}

.nav-tabs-center &gt; li {
    display: inline-block;
    float: none;
    text-transform: uppercase;
}

.record {
    font-size: 30px;
    color: #000;
    font-family: 'droid serif';
    margin-left: 10px;
    text-shadow: 1px 1px 1px rgba( 200, 200, 200, 0.9 );
}

.navbar {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 15px rgba( 0, 0, 0, 0.3 );
}

/* SECTION */
    section:not( #home ) {
        text-align: center;
    }
    
    section .titulo {
        font-size: 32px !important;
        margin-bottom: 30px;
    }
    
     section .subtitulo {
        font-size: 16px !important;
        margin-bottom: 30px;
        font-family: raleway;
    }

/* HOME */
    #home {
        padding-top: 100px;
        padding-bottom: 20px;
    }
    
    #home .slider-caption {
        right: 10%;
        text-align: left;
        text-shadow: 1px 1px 1px rgba( 255, 255, 255, 0.9 );
    }
    
    #home .slider-caption-title {
        color: #000;
        font-family: Fjalla One;
        padding-left: 74%;
    }
    
    #home .slider-caption-subtitle {
        color: #333;
        font-family: raleway;
        padding-left: 74%;
    }

/* NOSOTROS */
    #nosotros {
        padding: 100px 0;
        background: url( /public/img/bg-nosotros.jpg ) center top;
    }
    
    #nosotros h2 {
        font-size: 30px;
        font-family: raleway;
        font-weight: bold;
        margin-bottom: 20px;
        color: #fff;
    }
    
    #nosotros p {
        font-size: 15px;
        font-family: open sans;
        color: #eee;
    }

/* PRODUCTOS */
    #productos {
        padding: 100px 0 50px 0;
    }
    
    #productos [class^="col-"] {
        margin-bottom: 50px;
    }
    
    #productos .producto {
        border: 1px solid #ddd;
    }
    
    #productos h2 {
        border-top: 1px solid #ddd;
        padding: 10px 5px;
        font-size: 13px;
        font-weight: normal;
    }
    
    #productos .tab-pane {
        padding-top: 30px;
    }

/* UBICACION */
    #ubicacion {
        padding: 100px 0;
        background: url( /public/img/bg-ubicacion.jpg );
        background-size: cover;
        color: #fff;
    }
    
    #ubicacion .gm-style-iw {
        color: #000;
    }
    
    #ubicacion #mapa {
        height: 500px;
        background: url( /public/img/ubicacion.jpg );
    }

/* CONTACTO*/
    #contacto {
        padding: 100px 0 100px 0;
    }
    
    #contacto [class^="col-"] {
        margin-bottom: 15px;
    }
    
    #contacto [type="submit"] {
        width: 100%;
        padding: 15px;
    }

/* FOOTER*/
    #footer .copyright {
        background: #000;
        padding: 20px 0;
        color: #fff;
        line-height: 2;
    }</pre></body></html>