html {
    box-sizing: border-box;
    font-size: 62.5%;
    /* Reset para REMS - 62.5 = 10px de 16px */
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'Arimo', sans-serif;
    font-size: 1.6rem;
    line-height: 2;
}


/*Globales*/

img {
    max-width: 100%;
}

.img2 {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.contenedor {
    width: 95%;
    max-width: 120rem;
    /* = 1200px */
    margin: 0 auto 0 auto;
}

h1 {
    font-size: 3.8rem;
}

h2 {
    font-size: 3.4rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.6rem;
}


/* Utilidades */

.seccion {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.fw-400 {
    font-weight: 400;
}

.centrar-texto {
    text-align: center;
}

.d-block {
    display: block !important;
}

.contenido-centrado {
    max-width: 85rem;
    text-align: justify;
}


/* Botones */

.boton {
    color: white;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.8rem;
    padding: 1rem 3rem;
    margin-top: 3rem;
    display: inline-block;
    text-align: center;
    border: none;
    display: block;
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .boton {
        display: inline-block;
        flex: 0 0 auto;
    }
}

.boton:hover {
    cursor: pointer;
}

.boton-amarillo {
    background-color: #E2A347;
}

.boton-verde {
    background-color: #71B100;
}


/* Header */

.site-header {
    background-color: #333333;
    padding: 1rem 0 3rem 0;
}

.site-header.inicio {
    background-image: url(/img/Generales/Terrazas\ para\ fiestas\ Stark.jpg);
    background-position: center center;
    background-size: cover;
    height: 100vh;
    min-height: 60rem;
}

.contenido-header {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.contenido-header h1 {
    color: #E2A347;
    padding-bottom: 2rem;
    line-height: 1.5;
    text-align: center;
}

@media (min-width: 768px) {
    .contenido-header h1 {
        text-align: right;
    }
}

.barra {
    padding-top: 3rem;
}

@media (min-width: 768px) {
    .barra {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}


/* Navegacion */

.navegacion a {
    color: #E2A347;
    text-decoration: none;
    font-size: 2.2rem;
    display: block;
}

@media (min-width: 768px) {
    .navegacion a {
        display: inline-block;
        font-size: 1.8rem;
        margin-right: 1rem;
    }
}

.navegacion a:hover {
    color: #9E1F63;
}

.navegacion a:last-of-type {
    margin-right: 0;
}


/* Iconos Nosotros */

.encabezado-nosotros {
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 768px) {
    .iconos-nosotros {
        display: flex;
        justify-content: space-between;
    }
}

.icono {
    flex-basis: calc(33.3% - 1rem);
    text-align: center;
}

@media (min-width: 768px) {
    .icono {
        flex-basis: calc(33.3% - 1rem);
    }
}

.icono h3 {
    text-transform: uppercase;
}


/* Anuncios */

@media (min-width: 768px) {
    .contenedor-anuncios {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.anuncio {
    flex-shrink: 0;
    flex-basis: calc(33.3% - 1rem);
    border: .1rem solid #b5b5b5;
    background: #F5F5F5;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .anuncio {
        flex-basis: calc(33.3% - 1rem);
    }
}

.contenido-anuncio {
    padding: 2rem;
}

.contenido-anuncio h3,
.contenido-anuncio p {
    margin: 0;
    text-align: justify;
}

.precio {
    color: #71B100;
    font-weight: 700;
}

.iconos-caracteristicas {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    max-width: 50rem;
    flex: 1;
}

.iconos-caracteristicas li {
    display: flex;
}

.iconos-caracteristicas li img {
    margin-right: 2rem;
}

.ver-todas {
    display: flex;
    justify-content: flex-end;
}


/* Contacto Home */

.imagen-contacto {
    background-image: url(/img/Generales/Terrazas\ para\ Fiestas\ contacto.jpg);
    background-position: center center;
    background-size: cover;
    height: 40rem;
    display: flex;
    align-items: center;
}

.contenido-contacto {
    flex: 0 0 95%;
    color: #9E1F63;
    text-align: right;
}

.contenido-contacto p {
    font-size: 1.8rem;
}


/* Seccion Inferior */

@media (min-width: 768px) {
    .seccion-inferior {
        display: flex;
        justify-content: space-between;
    }
    .seccion-inferior .blog {
        flex-basis: 60%;
    }
    .seccion-inferior .testimoniales {
        flex-basis: calc(40% - 2rem);
    }
}

.entrada-blog {
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .entrada-blog {
        display: flex;
        justify-content: space-between;
    }
}

.entrada-blog:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .entrada-blog .imagen {
        flex-basis: 40%;
    }
    .entrada-blog .texto-entrada {
        flex-basis: calc(60% - 3rem);
    }
}

.texto-entrada a {
    color: black;
    text-decoration: none;
}

.texto-entrada h4 {
    margin: 0;
    line-height: 1.4;
}

.texto-entrada h4::after {
    content: " ";
    display: block;
    width: 15rem;
    height: .5rem;
    background-color: #9E1F63;
    margin-top: 1rem;
}

.texto-entrada span {
    color: #71B100;
}


/* Testimoniales */

.testimonial {
    background-color: #71B100;
    font-size: 1.8rem;
    padding: 2rem;
    color: #F5F5F5;
    border-radius: 2rem;
}

.testimonial p {
    text-align: right;
}

.testimonial blockquote::before {
    content: " ";
    background-image: url(../img/comilla.svg);
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: -2rem;
}

.testimonial blockquote {
    position: relative;
    padding-left: 5rem;
    font-weight: 300;
}


/* Footer */

.site-footer {
    background-color: #333333;
    margin: 0;
}

.site-footer nav {
    display: none;
}

@media (min-width: 768px) {
    .site-footer nav {
        display: block;
    }
}

.contenecor-footer {
    padding: 3rem 0;
    text-align: center;
}

@media (min-width: 768px) {
    .contenecor-footer {
        display: flex;
        justify-content: space-between;
    }
}

.copyrigth {
    margin: 0;
    color: white;
}


/* INTERNAS */


/*Nosotros*/

@media (min-width: 768px) {
    .contenido-nosotros {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-column-gap: 2rem;
    }
}

.texto-nostros blockquote {
    font-weight: 900;
    font-size: 2.1rem;
    margin: 0;
    padding: 1rem 0 3rem 0;
}

.texto-nostros p {
    text-align: justify;
}


/* Terrazas */

.info-terraza {
    text-align: center;
}

@media (min-width: 768px) {
    .info-terraza {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}


/* Entradas */

.subtitulo {
    color: #71B100;
    font-weight: 700;
    font-size: 2.5rem;
}


/* Contacto */

legend {
    font-size: 2.4rem;
    color: #333333;
}

label {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.datos-ES {
    background-color: #E2A347;
    font-size: 1.8rem;
    padding: 2rem;
    color: rgb(0, 0, 0);
    border-radius: 2rem;
}

input:not([type="submit"]),
textarea {
    padding: 1rem;
    display: block;
    width: 100%;
    background-color: #e1e1e1;
    margin-bottom: 2rem;
    border: none;
    border-radius: 1rem;
}