html {
    scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Ubuntu', sans-serif;
}

body {
    background: rgb(11,33,81);
    background-image: url(../img/fondo_.png);
    background-attachment: fixed;
    background-size: cover;    
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 21px 0 9px;
}

.botones {
    width: 90vw;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 2;
    justify-content: space-around;
    margin-bottom: 33px;
}

.title {
    width: 84vw;
    margin: 12px 0 21px;
    display: flex;
    justify-content: center;
}

h1 {
    text-align: center;
    color: aliceblue;
    font-size: 1.5em;
}

.logo_hea{
    display: flex;
    justify-content: center;
}

.logo_Rent {
    width: 55vw;
    height: auto;
}

@media (min-width: 1000px) {
    .logo_Rent {
        width: 21vw;
        height: auto;
    }
}

a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.redes {
    width: 96vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 21px 0 12px;
}

.icoRedes {
    width: 41px;
    height: auto;
    border-radius: 50%;
}

.enlaceRedes {
    text-decoration: none;
    margin: 9px;
    gap: 9px;
}

@media (min-width: 1000px) {
    header {
        display: grid;
        width: 90vw;
        height: auto;
        grid-template-areas:
        "botones botones"
        "logo_hea redes"
        "title title";
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        justify-content: space-around;
        padding: 0 10vw;
        box-sizing: border-box;
            }
}

@media (min-width: 1000px) {
    .botones{
        grid-area: botones;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 80vw;
    }
}

@media (min-width: 1000px) {
    .logo_hea{
        grid-area: logo_hea;
        max-width: 100%;
        justify-self: center;
        place-items: center;
    }
}

@media (min-width: 1000px) {
    .redes{
        width: 250px;
        height: auto;
        gap: 50px;
        grid-area: redes;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
    }
}

@media (min-width: 1000px) {
    .title{
        grid-area: title;
        text-align: center;
        margin: 36px 0 12px;
    }
}

main {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.banners {
    width: 100vw;
    height: auto;
    display: flex;
    align-items: center;
}

.celBanner {
    display: flex;
}

@media (min-width: 1000px) {
    .celBanner{
        display: none;
    }
}

.pcBanner {
    display: none;
}

@media (min-width: 1000px) {
    .pcBanner{
        display: flex;
    }
}

.opcciones {
    width: 84vw;
    display: flex;
    flex-direction: column;
    gap: 33px;
    margin: 30px 0 30px;
    align-items: center;
}

@media (min-width: 1000px) {
    .opcciones{
        flex-direction: row;
        justify-content: space-around;
        margin: 51px 0 72px;
    }
}

h2 {
    display: flex;
    padding: 6px 12px 9px;
    width: max-content;
    text-align: center;
    color: #ffffff;
    background-color: #9d0fa5;
    border-radius: 18px;
    flex-direction: column;
    align-items: center;
}

.contenidos {
    width: 93vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

@media (min-width: 1000px) {
    .contenidos {
        width: 80vw;
    }
}

h3 {
    color: #ffffff;
    font-weight: bold;
    margin: 12px 0 36px;
}

h4 {
    color: #ffffff;
    font-weight: bold;
    margin: 21px 0;
}

.rentVaca {
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin: 9px 0 24px;
    gap: 15px;
}

@media (min-width: 1000px) {
    .rentVaca{
        margin: 36px 0 15px;
        justify-content: space-around;
        gap: 36px;
    }
}

.rentLargo {
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin: 9px 0 24px;
}

.rentVenta {
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin: 9px 0 24px;
}

.vacaTerrazas {
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 9px;
    margin: 12px 0 39px;
}

.vacaOtro {
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 9px;
    margin: 12px 0 39px;
}

.deptoNami {
   background: rgba(3, 155, 229, 0.2);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 9px;
    margin: 12px 0 39px;
}

.deptoKimetzi {
    background: rgba(244, 216, 151, 0.2);
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     align-items: center;
     gap: 9px;
     margin: 12px 0 39px;
}

.deptoMidori {
    background: rgba(51, 182, 121, 0.2);
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     align-items: center;
     gap: 9px;
     margin: 12px 0 39px;
}

.deptoRequiem {
    background: rgba(243, 137, 6, 0.2);
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     align-items: center;
     gap: 9px;
     margin: 12px 0 39px;
}

.reglas {
    display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     align-items: center;
}

.parrafoReglas{
    width: 72vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin: 12px 0 24px;
}

.rulesTitulo {
    color: #ffffff;
    font-weight: bolder;
    text-align: center;
}

.textRules {
    color: #ffffff;
    font-weight: lighter;
    text-align: left;
}

.depto {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 9px;
    margin: 12px 0 39px;
}

.casa{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 9px;
    margin: 12px 0 39px;
}

.fotosCont {
    overflow: visible;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 26px;
    margin: 21px 0 9px;
    padding: 6px 0 3px;
}

.fotosContImg {
    width: 18vw;
    height: auto;
    border-radius: 50%;
    transition: 1s;
}

@media (min-width: 1000px) {
    .fotosContImg{
       width: 9vw;
    }
}

.fotosContImg:hover {
    filter: grayscale(0);
    border-radius: 24px 12px;
    transform: scale(1.4, 1.4);
    margin: 12px;
}

.fotosContImg:not(:hover){
    filter: grayscale(1);
    padding: 12px 0 12px;
}

.text {
    width: 71vw;
}

.textDescrip {
    color: #ffffff;
    margin: 9px 0 6px;
    text-align: justify;
    line-height: 150%;
    font-weight: lighter;
}

.espacioCalendario{
    width: 83vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 19px 0 36px;
}

.calendario {
    border: 0;
    width: 75vw;
    height: 48vh;    
}

@media (min-width: 1000px) {
    .calendario{
        width: 60vw;
        height: 39vh;
    }
}

.icosCont {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.negritas {
    color: #ffffff;
    font-weight: bold;
}

.normalitas {
    color: #ffffff;
    font-weight: lighter;
}

.fotiosGil {
    display: none;
    flex-direction: column;
    justify-content: center;
}

.fotiosNami {
    display: none;
    flex-direction: column;
    justify-content: center;
}

.fotiosKimetzi {
    display: none;
    flex-direction: column;
    justify-content: center;
}

.fotiosMidori {
    display: none;
    flex-direction: column;
    justify-content: center;
}

.fotiosRequiem {
    display: none;
    flex-direction: column;
    justify-content: center;
}

.fotiosCondoConejos {
    display: none;
    flex-direction: column;
    justify-content: center;
}

.graficosGale {
    display: flex;
    width: 83vw;
    height: auto;
    margin: 12px 0 21px;
}

@media (min-width: 1000px) {
    .graficosGale{
        width: 23vw;
    }
}

@media (min-width: 1000px) {
    .fotiosNami{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 25px;
    }
}

@media (min-width: 1000px) {
    .fotiosKimetzi{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 25px;
    }
}

@media (min-width: 1000px) {
    .fotiosGil{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 25px;
    }
}

@media (min-width: 1000px) {
    .fotiosMidori{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 25px;
    }
}

@media (min-width: 1000px) {
    .fotiosCondoConejos{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 25px;
    }
}

@media (min-width: 1000px) {
    .fotiosRequiem{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 25px;
    }
}

.rayita {
    width: 69vw;
    height: 2px;
}

.pocoHistoria {
    width: 81vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 21px;
}

.hist {
    color: aliceblue;
    font-size: 1.2em;
    margin: 21px 0 36px;
   text-align: center;
}

footer {
    width: 94vw;
    display: flex;
    position: relative;
    bottom: 0;
    justify-content: center;
}

h6 {
    color: aliceblue;
    font-size: .7em;
    margin: 9px 0 12px;
    text-shadow: 1px 1px black;
}