@import url("medias.css");

*{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

:root{
    --yellow: rgb(159,112,40);
    --blue: rgb(31,42,68);
}
body{
    background: rgb(31,42,68);
}

header{
    width: 100%;
    height: 340px;
    background-image: url(img/Component\ 1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.nav{
    width: 100%;
    height: 70px;
    align-content: center;
}

.nav > img{
    width: 90px;
    height: 90px;
}

.header__imgTitle{
    width: 79.5%;
    height: 79.5%;
    display: flex;
    justify-content: space-between;
}

.header__img{
    width: 33%;
    height: 100%;
}

.header__img > img{
    width: 100%;
    height: 100%;
}

.header__title{
    width: 33%;
    height: 100%;
    text-align: center;
}

.header__title > h1 {
    margin-top: 1rem;
    font-size: 2.5rem;
    color: var(--blue);
    font-weight: 600;
}

.header__title > h4{
    font-size: 2rem;
    color: var(--yellow);
    font-weight: 500;
    margin-top: 1.5rem;
}

.header__x{
    width: 33%;
    height: 100%;
	text-align: center;
}

.formulario{
    width: 100%;
    height: 500px;
    text-align: center;
    border-bottom: 3px solid var(--yellow);
}

form{
    width: 50%;
    height: 100%;
    margin: auto;
}

.form__dates{
    width: 80%;
    height: 100px;
    margin: auto;
    padding: 5px;
}

.form__dates > label{
    display: block;
    font-size: 1.3rem;
    padding: 5px;
    color: rgb(199, 199, 199);
}

.form__dates > input{
    width: 60%;
    height: 35px;
    border: none;
    background-color: rgba(199, 199, 199, 0.589);
}

.form__text{
    width: 70%;
    margin: auto;
    text-align: center;
}

.form__text > p{
    font-size: .8rem;
    color: rgb(199, 199, 199);
}

.form__text > p > a{
    color: rgb(199, 199, 199);
}

form > button {
    margin: 20px;
    width: 60%;
    height: 40px;
    background-color: var(--yellow);
    color: white;
    border: none;
    border-radius: 5px;
}

.kenneth{
    width: 100%;
    height: 300px;
}

.infoKenneth{
    width: 100%;
    height: 100%;
    text-align: center;
}

.infoKenneth > h4{
    color: var(--yellow);
    font-size: 3rem;
    padding: 10px;
    margin-top: 10px;
}

.infoKenneth > p{
    width: 60%;
    margin: auto;
    color: white;
    font-size: 1.2rem;
    font-weight: 400;
    padding: .5rem;
    margin-top: 1.5rem;
}

.line{
    border-top: 1px solid var(--yellow);
}

.propiedades{
    width: 100%;
    height: 400px;
    display: grid;
    grid-template-rows:max-content;
}

.logo__propiedades{
    width: 18%;
}
.logo__propiedades > img{
    width: 100%;
    height: 100%;
}

.cartas__propiedades{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.card__propiedades{
    width: 33%;
    height: 100%;
    background-color:rgba(255, 255, 255, 0.281);
    border: 1px solid white;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
}


.redes{
    width: 100%;
    height: 250px;
    padding: 1rem;
    margin-top: 2rem;
}

.redes__one{
    width: 100%;
    text-align: center;
}

.redes__one > p{
    font-size: 1.2rem;
    color: rgb(199, 199, 199);
    padding: 1rem;
}



.redes__two{
    text-align: center;
}

.redes__two > p{
    color: rgb(199, 199, 199);
    text-align: center;
    font-size: 1.2rem;
    padding: 1rem;
}

.redes__two >  a {
    text-align: center;
}

.Footer{
    width: 100%;
    height: 50px;
    text-align: center;
    color: rgb(199, 199, 199);
    font-size: 1.1rem;
}

.propiedades{
    width: 100%;
    height: 800px;
}


.cartas__propiedades{
    width: 100%;
    display: flex;
    padding: 2rem;
}

.card__propiedades{
    width: 30%;
    text-align: center  ;
}

.card__propiedades > img{
    margin-top: 20px;
    width: 90%;
    height: 50%;
}

.pp__prop{
    color: rgb(199, 199, 199);
    font-size: 1.4rem;
    height: 15%;
    margin-top: 2rem;
}

.p__prop{
    font-size: 1.2rem;
    color: rgb(199, 199, 199);
    height: 10%;
}

.ver__mas{
    text-decoration: none;
    color: rgb(199, 199, 199);
    padding: 1rem;
    border: 1px solid var(--yellow);
    border-radius: 5px;
}

.ver__mas:hover{
    background-color: var(--yellow);
    font-size: 1.2rem;
    color: var(--blue);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
    transition: all 200ms ease-in;
    
}

.empresas{
    width: 100%;
    height: 400px;
    text-align: center;
}

.title__empresas{
    width: 100%;
    height: 100px;
    color: var(--yellow);
    font-size: 2rem;
    padding-top: 1.5rem;
}

.img__empresas{
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: rgba(199, 199, 199, 0.2);
}

.img__empresas > img{
    width: 12%;
    height: 40%;
}

.Footer > a{
    color: rgb(199, 199, 199);
    text-decoration: none;
}

@media (max-width:800px) {
    header{
        width: 100%;
        height: 300px;
    }
    .nav{
        height: 60px;
    }
    .nav > img{
        width: 60px;
        height: 60px;
    }
    .header__imgTitle{
        height: 240px;
    }
    .header__img{
        width: 45%;
        height: 100%;
    }
    .header__img > img{
        width: 100%;
        height: 100%;
    }
    .header__title{
        width: 45%;

    }
    .header__title > h1 {
        margin-top: 1.8rem;
        font-size: 1.4rem;
    }
    .header__title > h4{
        font-size: 1.2rem;
    }
    #form{
        width: 70%;
    }
    .form__dates{
        width: 95%;
        height: 50px;
        padding: 0px;
    }
    .form__text{
        width: 80%;
    }
    .form__text > p{
        width: 100%;
        margin-top: 20px;
        font-size: .8rem;
    }
    .form__dates > label{
        font-size: 1rem;
        padding: 5px;
    }
    .form__dates > input{
        width: 80%;
        height: 20px;
    }
    form > button {
        margin: 15px;
        width: 60%;
        height: 25px;
        font-size: 1rem;
    }
    .kenneth{
    width: 100%;
    height: 250px;
    }
    .infoKenneth > h4{
        font-size: 1.8rem;
        padding: 10px;
        margin-top: 10px;
    }
    .infoKenneth > p{
        width: 80%;
        font-size: .8rem;
        font-weight: 300;
        margin-top: .5rem;
    }
    .propiedades{
        height: 450px;
        width: 100%;
    }
    .logo__propiedades{
        width: 25%;
        height: 60px;
    }
    .cartas__propiedades{
        padding: .5rem;
        height: 80%;
    }
    .card__propiedades > img{
        margin-top: 10px;
    }
    .pp__prop{
        font-size: .5rem;
        height: 20%;
        margin-top: .5rem;
    }
    .p__prop{
        font-size: .4rem;
        height: 10%;
    }
    .empresas{
        width: 100%;
        height: 400px;
        text-align: center;
    }
    
    .title__empresas{
        width: 100%;
        height: 100px;
        color: var(--yellow);
        font-size: 2rem;
        padding-top: 1.5rem;
    }
    
    .img__empresas{
        width: 100%;
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background: rgba(199, 199, 199, 0.2);
    }
    
    .img__empresas > img{
        width: 17%;
        height: 40%;
    }
    .ver__mas{
        padding: .3rem;
        border: 1px solid var(--yellow);
        border-radius: 5px;
        font-size: .5rem;
        height: 10%;
    }
    .ver__mas:hover{
        font-size: .7rem;   
    }
    .redes{
        padding: .5rem;
        margin-top: 1rem;
    }
    .redes__one > p{
        font-size: 1rem;
        padding: .5rem;
    }
    
    
}

@media (max-width: 425px){
    header{
        width: 100%;
        height: 300px;
    }
    .nav{
        height: 60px;
    }
    .nav > img{
        width: 60px;
        height: 60px;
    }
    .header__imgTitle{
        height: 240px;
    }
    .header__img{
        width: 45%;
        height: 100%;
    }
    .header__img > img{
        width: 100%;
        height: 100%;
    }
    .header__title{
        width: 45%;

    }
    .header__title > h1 {
        margin-top: 1.8rem;
        font-size: 1.4rem;
    }
    .header__title > h4{
        font-size: 1.2rem;
    }
    .formulario{
        height: 450px;
        border-bottom: 1.8px solid var(--yellow);
    }

    #form{
        width: 70%;
    }
    .form__dates{
        width: 95%;
        height: 50px;
        padding: 0px;
    }
    .form__text{
        width: 80%;
    }
    .form__text > p{
        width: 100%;
        margin-top: 20px;
        font-size: .8rem;
    }
    .form__dates > label{
        font-size: 1rem;
        padding: 5px;
    }
    .form__dates > input{
        width: 80%;
        height: 20px;
    }
    form > button {
        margin: 15px;
        width: 60%;
        height: 25px;
        font-size: 1rem;
    }
    .kenneth{
    width: 100%;
    height: 250px;
    }
    .infoKenneth > h4{
        font-size: 1.8rem;
        padding: 10px;
        margin-top: 10px;
    }
    .infoKenneth > p{
        width: 80%;
        font-size: .8rem;
        font-weight: 300;
        margin-top: .5rem;
    }
    .propiedades{
        height: 450px;
        width: 100%;
    }
    .logo__propiedades{
        width: 25%;
        height: 60px;
    }
    .cartas__propiedades{
        padding: .5rem;
        height: 80%;
    }
    .card__propiedades > img{
        margin-top: 10px;
    }
    .pp__prop{
        font-size: .5rem;
        height: 20%;
        margin-top: .5rem;
    }
    .p__prop{
        font-size: .4rem;
        height: 10%;
    }
    .empresas{
        width: 100%;
        height: 400px;
        text-align: center;
    }
    
    .title__empresas{
        width: 100%;
        height: 100px;
        color: var(--yellow);
        font-size: 2rem;
        padding-top: 1.5rem;
    }
    
    .img__empresas{
        width: 100%;
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background: rgba(199, 199, 199, 0.2);
    }
    
    .img__empresas > img{
        width: 17%;
        height: 40%;
    }
    .ver__mas{
        padding: .3rem;
        border: 1px solid var(--yellow);
        border-radius: 5px;
        font-size: .5rem;
        height: 10%;
    }
    .ver__mas:hover{
        font-size: .7rem;   
    }
    .redes{
        padding: .5rem;
        margin-top: 1rem;
    }
    .redes__one > p{
        font-size: 1rem;
        padding: .5rem;
    }
    
    
}
