.header-container {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    position: fixed;
    box-shadow: 0px 1px 5px #cccccc;
    z-index: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 100px;
  }
  
  /* .header-container.visible {
    opacity: 1;
    z-index: 100; */
  /* } */
main {
    margin: 0px 20px 20px;
    padding-top: 100px;
    display: grid;
    grid-template-columns: 35% 10% 10% 34%;
    grid-template-areas: "logos logos contact contact"
                        "folleto folleto folleto folleto"
                        "button button button button"
                        "image2 image2 text1 text1"
                        "map map map map"
                        "image3 image3 image3 text2"
                        "text3 image4 image4 image4"
                        "title1 title1 title1 title1"
                        "image5 image5 . text4"
                        "text5 text5 . ."
                        "footer footer footer footer";
                    
    row-gap: 50px;
    column-gap: 50px;
    font-family: "PT Sans", sans-serif;;
    }

.logosContainer {
    grid-area: logos;
    height: 35%;
    display: grid;
    grid-template-columns: 1fr 20px 1fr;
    grid-template-rows: 1fr 20px 1fr;
    margin-bottom: 0;
    
}
.parkPlaceLogo {
    max-width: 100%;
    grid-column: 1 / 2 ;
    grid-row: 1 / 2 ;
    align-self: start;
    }
.logosContainer h2 {
    grid-column: 2 / 3 ;
    grid-row: 2 / 3 ;
    margin: 0;
}
.roviLogo {
    max-width: 60%;
    grid-column: 3 / 4 ;
    grid-row: 3 / 4 ;
    justify-self: center;
    align-self: center;
    }


.image1 {
    grid-area: image1;
    border-radius: 10px;
}

.image2 {
    grid-area: image2;
    border-radius: 10px;
}

.image3 {
    grid-area: image3;
    border-radius: 10px;
}

.image4 {
    grid-area: image4;
    border-radius: 10px;
}

.image5 {
    grid-area: image5;
    border-radius: 10px;
}

.mainText {
    grid-area: text1;
    font-weight: 200;
    border-style: outset;
    padding: 20px;
    align-self: center;
    justify-self: center;
    
}
.mainText p, .pricesText p, .descriptionHome p, .outsideDescription p, .creditText p, .contact p{
    margin-top: 15px;
    line-height: 50px;
    justify-self: center;
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    font-weight: 200;
    
    
}

.pricesText {
    grid-area: text2;
    align-self: center;
    border-style: outset;
    padding: 20px;
    border-radius: 10px;
}

.descriptionHome {
    grid-area: text3;
    align-self: center;
    border-style: outset;
    padding: 20px;
    border-radius: 10px;
}

.outsideDescription {
    grid-area: text4;
    align-self: center;
    border-style: outset;
    padding: 20px;
    border-radius: 10px;
}

.creditText {
    grid-area: text5;
    align-self: center;
    border-style: outset;
    padding: 20px;
    border-radius: 10px;
}

.desarrollo {
    grid-area: title1;
    font-size: 35px;
    font-weight: 800;
    color: #e44d26;
    display: flex;
    justify-content: center;
    border-style: outset;
    border-radius: 10px;
}

.map {
    grid-area: map;
    max-width: 90%;
    align-self: center;
    justify-self: center;
    margin: 50px;

}

.contact {
    grid-area: contact;
    font-size: 35px;
    justify-self: center;
    align-self: center;
    font-size: 35px;
    font-weight: 800;
    padding: 20px;
    border-style: outset;
}
.downloadButton {
    max-width: 250px;
    background: #e9e9e9;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 1px 5px #000000;
    text-align: center;
    justify-self: center;
}

.contact a img {
width: 25px;
}
.contact p{
    padding: 0 20px;
}
.facebook {
   height: 25px;
   justify-self: center;
   margin-left: 35%;
}
.social {
    font-size: 20px;
    font-weight: 700;
    color: #3B5998;
}
.icon {
    font-size: 50px;
    color: #3B5998;
}
.download {
    grid-area: folleto;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    font-size: 25px;
    border-style: outset;
}

.downloadButton {
    grid-area: button;
    max-width: 250px;
    background: #e9e9e9;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 1px 5px #000000;
    text-align: center;
    justify-self: center;
}

.downloadButton a {
    margin: 100px auto;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #777777;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
}


.footer_pp {
    grid-area: footer;
    width: 100%;
    height: 80px;
  /*   position: relative; */
    background: #000000;
    /* float: left; */
    z-index: 100;
  }
  
  .footer_pp p {
    color: #FFFFFF;
    text-align: center;
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-top: 30px;
  }
  
  .footer_pp p a {
    color: inherit;
  }

