:root {
    --blanco: #ffffff;
    --negro: #000000;
    --gris: #d5dbdb;
}
html {
font-size: 62.5%;
box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
  }
  
body {
font-size: 16px; /*1rem = 10px*/
font-family: "Raleway", sans-serif;
background-image: url(../Img/Fondo1.png);
}
.idioma {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    margin: 0 2rem;
}
.idioma a {
    font-size: 2.5rem;
    text-decoration: none;
    color: var(--negro);
    margin-left: .5rem;
    font-weight: 500;

}
@media (min-width: 768px) {
     .idioma {
        flex-direction: row;
        justify-content: right;
        text-align: right;
        align-items: flex-end;
        font-size: 2rem;
     }
}
.contenedor {
    max-width: 80rem;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.boton {
    background-color:rgba(204, 209, 209, .6);
    color:var(--negro);
    padding: 1rem 3rem;
    font-size: 6rem;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: .9rem;
    font-weight: 800;
    width: 90%;
    text-align: center;
}
@media (min-width: 768px) {
    .boton {
        width: auto;
        background-color:var(--gris);
    }
}
.logo {
    display: flex;
 justify-content: center;
}
.logo img {
    max-width: 20rem;
}
.navegacion-p {
    display: flex;
    flex-direction: column;
}

@media (min-width: 480px) {
    .navegacion-p {
        flex-direction: row;
        justify-content: space-between;
    }
}
.navegacion-p a {
    display: block;
    text-align: center;
    color: var(--blanco);
    font-size: 2.5rem;
    text-decoration: none;
    font-weight:800;
    padding: 1rem;
    text-transform: capitalize;
}
.navegacion-p a:hover {
color: var(--negro);
background-color: var(--blanco);
text-decoration: overline;
border-radius: .9rem;
padding: 1.5rem;
}
.nav-log {
    background-image: linear-gradient(to top, var(--negro) 0%, var(--blanco) 80%);
}
.home {
    background-image: url(../Img/Portada\ 4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 1000px;
    position: relative;
    margin-top: 2rem;
}
.contenido-home {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}
.contenido-home {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
}
@media (min-width: 1280px) {
    .home {
        height: 650px;
    }
     .contenido-home {
        align-items: center;
        justify-content: center;
     }
}
.contenido-seccion3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 2rem;
    gap: 1rem;
}
.contenido-seccion3 p {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--blanco);
    margin: .8rem;
}
.services {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    text-align: center;
    font-size: 7rem;
    font-style: italic;
    text-transform: capitalize;
    font-weight: 800;
    margin: 4rem;
    -webkit-box-shadow: -9px 13px 4px -4px rgba(0,0,0,1);
-moz-box-shadow: -9px 13px 4px -4px rgba(0,0,0,1);
box-shadow: -9px 13px 4px -4px rgba(0,0,0,1);
}
h4 {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--blanco);
    -webkit-text-stroke: 3px black;
    margin: 4rem;
   
}
@media (min-width: 768px) {
    .contenido-seccion3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-top: 2rem;
        padding-left: 4rem;
        gap: 1rem;  
    }
    h4 {
        font-size: 6rem;
        justify-content: center;
    }
    .services {
        grid-row: 1 / 2;
        grid-column: 1 / 3;
    }
    .contenido-seccion3 p {
        font-size: 2rem;
    }
    
}
.drive {
    background-image: url(../Img/P3.jpg);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center center;
    height: 350px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    position: relative;
}

.cont-drive {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 80%;
    height: 80%;
    text-decoration: none;
    text-emphasis: none;
    justify-content: center;
    
}
.patios {
    background-image: url(../Img/Pisos.jpg);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center center;
    height: 350px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    position: relative;
    
}
.cont-patios {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 80%;
    height: 80%;
    text-decoration: none;
    text-emphasis: none;
    
}
.side {
    background-image: url(../Img/P6.jpg);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center center;
    height: 350px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    position: relative;
}
.cont-side {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 80%;
    height: 80%;
    text-decoration: none;
    text-emphasis: none;
    
}
.foot {
    background-image: url(../Img/12f.jpg);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center center;
    height: 350px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    position: relative;
}
.cont-foot {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 80%;
    height: 80%;
    text-decoration: none;
    text-emphasis: none;
    
}
.foot p {
    margin: .5rem;
    font-size: 1.6rem;

}
.redes {
    margin: 5rem;
    color: rgba(0, 0, 0, .8);
}