: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: 4rem;
    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);
        font-size: 6rem;
    }
}
.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 {
background-color: var(--blanco);
color: var(--negro);
text-decoration: overline;
border-radius: .9rem;
padding: 1.5rem;
}
.nav-log {
    background-image: linear-gradient(to top, var(--negro) 0%, var(--blanco) 80%);
}/*degradados*/
.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;
     }
}
h2 {
    color: var(--blanco);
    text-transform: capitalize;
    
    font-weight: 800;
    font-size: 5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    text-align: center;

}
.minnesota {
    color: var(--blanco);
    text-transform: capitalize;
    text-decoration: underline;
    font-weight: 600;
    font-size: 4rem;
    margin-top: 1rem;
}
.slogan {
    color: var(--blanco);
    text-transform: capitalize;
    font-weight: 400;
    font-size: 3rem;
    margin: 1rem;
    text-align: center;
}
.welcome {
    font-size: 6rem;
    font-style: italic;
    text-transform: capitalize;
    font-weight: 800;
    text-align: center;
    color: var(--blanco);
}
.seccion2 {
    background-image: url(../Img/Quienes.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 1050px;
    position: relative;
    margin-top: 2rem;
}
.contenido-seccion2 {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}
.cont-welcome {
    text-align: center;
    font-size: 2.5rem;
    color: var(--blanco);
    font-weight: 600;
    margin: 2rem;
    line-height: 1.6;
}
@media (min-width: 768px) {
    .seccion2 {
        height: 1000px;
    } 
    .contenido-seccion2 {
        width: 50%;
     }
     .cont-welcome {
        text-align: left;
        font-size: 3rem;

     }
     .welcome {
        font-size: 7rem;
     }
     h2 {
        font-size: 7rem;
     }
}
.contenido-seccion3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 2rem;
    gap: 1rem;
}
.contenido-seccion3 p {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--blanco);
}
.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);
} /*sombra*/
h4 {
    font-size: 4.5rem;
    font-weight: 800;
    color: var(--blanco);
    -webkit-text-stroke: 3px black; /*borde texto*/
    margin: 4rem;
   
}
@media (min-width: 768px) {
    .contenido-seccion3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-top: 2rem;
        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: left;
    justify-content: center;
    position: relative;
}

.cont-drive {
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    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: left;
    justify-content: center;
    position: relative;
    
}
.cont-patios {
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    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: left;
    justify-content: center;
    position: relative;
}
.cont-side {
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    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: left;
    justify-content: center;
    position: relative;
}
.cont-foot {
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    width: 80%;
    height: 80%;
    text-decoration: none;
    text-emphasis: none;
    
}
.foot p {
    margin: 0;

}
.redes {
    margin: 3rem;
    
}
.patios h4 {
    margin-left: 5rem;
}

.home-sust {
    background-image: url(../Img/sostenibilidad.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 1300px;
    position: relative;
    margin-top: 2rem;
}
.contenido-sust {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}
.contenido-sust {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: flex-start;
}
.sust {
    font-size: 5rem;
    font-weight: 800;
    text-transform: capitalize;
    color: var(--blanco);
    -webkit-text-stroke: 3px black;
    margin: 2rem;
 }
 .sust-cont p{
    font-size: 2rem;
    font-weight: 600;
    color: var(--blanco);
    text-align: center;
    margin: 2rem 2rem ;
    line-height: 1.5;
 }
@media (min-width: 1280px) {
    .home-sust {
        height: 1000px;
    }
     .contenido-sust {
        align-items: center;
        justify-content: flex-start;
     }
     .sust {
        font-size: 8rem;
        font-weight: 800;
        text-transform: capitalize;
        color: var(--blanco);
        -webkit-text-stroke: 3px black;
        margin: 3rem;
     }
     .sust-cont p{
        font-size: 2.8rem;
        font-weight: 600;
        text-transform: capitalize;
        color: var(--blanco);
        text-align: center;
        margin: 2rem 4rem ;
     }
}

.contenido-about {
    display: grid;
    padding-top: 3rem;
}
.imag-about {
    width: 100%;
}
.about-cont p {
    font-size: 2rem;
    color: var(--negro);
        text-align: justify;
        line-height: 1.5;
        font-weight: 600;
        margin: 2rem;
}
.titulo-about {
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    margin: 3rem;
 }
@media (min-width: 768px) {
    .contenido-about {
        grid-template-columns: repeat(40%, 65%);
        gap: 2rem;
     }

    .about-cont{
        text-align: left;
        font-size: 3rem;
        grid-row: 1 / 2;
        grid-column: 2 / 3;
     }
     .about-cont p {
        text-align: justify;
        line-height: 1.5;
        font-weight: 600;
        margin: 1rem;
     }
     .titulo-about {
        font-size: 4rem;
        font-weight: 800;
        text-align: center;
        margin: 3rem;
     }
}
.contact {
    background-image: url(../Img/trato.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 600px;
    position: relative;
    margin-top: 2rem;
}
.contenido-contact {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}
.contenido-contact {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: flex-start;
    color:var(--blanco);
}
.contenido-contact p {
    font-size: 2.5rem;
    font-weight: 400;
    margin: 1rem 3rem;
    font-style: italic;
    text-align: justify;
}
h5 {
    color: var(--blanco);
    font-size: 4.5rem;
    font-weight: 800;
    margin-bottom:3rem;
}
h6 {
    color: var(--blanco);
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom:3rem;
}
@media (min-width: 768px) {
    .contenido-contact {
        justify-content: center;
    }
    .contact {
        height: 900px;
    }
     .contenido-contact p {
        font-size: 4rem;
     }
     h5, h6 {
        color: var(--negro);
        font-size: 7rem;
        -webkit-text-stroke: 3px var(--blanco); /*borde texto*/
     }
}
.grid-ima {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    padding: 1rem;
}
.titulo {
    text-align: center;
    font-size: 5rem;
    font-weight: 800;
   
 }
 .titulo p {
    margin: 2rem;
    font-style: italic;
 }
 .grid-ima img {
    width: 100%;
 }
 
 @media (min-width: 768px) {
    .grid-ima {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .titulo {
        font-size: 8rem;

    }
    .ultimo { 
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    .centrado {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 1.5rem;
    }
 }
 .boton2 {
    background-color:rgba(65, 65, 65, 0.6);
    color:var(--negro);
    padding: 1rem 5.5rem;
    font-size: 2rem;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: .9rem;
    font-weight: 800;
    width: 90%;
    text-align: center;
    margin-left: 1.5rem;
}
@media (min-width: 768px) {
    .boton2 {
        font-size: 6rem;
        text-align: center;
      
        padding: 1rem 3rem;
        width: auto;
        background-color:rgba(65, 65, 65, 0.6);
    }
}