@charset "UTF-8";
/* CSS Document */

.portada {
    z-index: 1;
    position: absolute; top: 60px; right: 0; left: 0;
}

.eslogan {
    z-index: 1;
    position: absolute; top: 55%; right: 0; bottom: 45%; left: 0;

    margin: auto;
    padding: 0;

    width: 90%; max-width: 1500px;
    height: 120px;

    font-size: 36px;
    line-height: 38px;
    font-weight: 300;
    color: #333;
}

.eslogan strong { text-transform: uppercase; }

.eslogan span {
    display: block;

    border-left: 1px solid #333;
}

.eslogan span:first-child { padding: 20px 0 0 20px ; }
.eslogan span:last-child { padding: 0 0 20px 20px ; }


/* portada > secciones */


.seccion {
    padding: 100px 0;

    width: 100%;
}

.seccion-imagenes {
    margin: 25px 0 0 0;

    width: 100%;
    height: 150px;
}

.seccion-imagenes img {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.galeria-inicio {
    height: 260px;
}

.categoria {
    margin: auto;

    width: 90%; max-width: 1500px;
}

.azul { background: #6883a6; color: #fff; }

.azul h2 {
    color: #fff;
}

.azul h2 img {
    display: inline-block;

    margin: 0 10px 0 0;

    width: auto;
    height: 34px;
}

.azul a {
    display: block;

    padding: 30px 15px;
}

.azul a:hover {
    background: #8ea6c6;

    color: #fff;
}

.nosotros {
    height: 250px;
}

.nosotros img {
    display: block;

    margin: auto;

    width: auto;
    height: 100%;
}

.contacto {
    display: table;
}

.contacto > div {
    display: table-cell;
    vertical-align: middle;
}

.contacto img {
    display: block;

    margin: auto;

    width: 270px;
    height: auto;
}

@media only screen and (max-width:768px) {
    .contacto { height: 300px; }
}

@media only screen and (min-width:768px) {
    .contacto { height: 700px; }
}
