:root
{
    --margin-standard: -200px;
    --padding-standard: 200px;
}

html
{
    scroll-behavior: smooth;
    height: 100%;
}

body
{
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    text-align: center;
}


#oNas, #oferta, #galeria, #contact
{
    margin-top: -100px;
    padding-top: 100px;
}

.innerDiv
{
    padding: 20px;
    padding-bottom: 50px;
    overflow: hidden;
}

#oNas
{
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;

}

#oNas p
{
    font-size: 20px;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-style: double;
    padding: 60px;
    background: linear-gradient(0.25turn, #789ac7, #f6f8fb, #B0C4DE );
    border-radius: 50px;
    border: 0px white;
    font-weight: 400;
}

#oferta .innerDiv
{

    background: linear-gradient(0.25turn, #789ac7, #f6f8fb, #B0C4DE );

    background-size: cover;
    background-attachment: fixed;
    place-items: center;
    padding-top: 50px;
}

.offers
{
    display: grid;
    justify-content: space-around;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(3,33.3%);
    place-items: center;
    row-gap: 100px;
    column-gap: 50px;
}

@media only screen and (max-width: 1150px)
{
    .offers
    {
        grid-template-columns: repeat(2,50%);
    }
}

.offerTile
{
    float: left;
    padding: 30px;
    min-height: 500px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.25s ease-in-out;
    background: linear-gradient(#B0C4DE, #789ac7);
    line-height: 200%;

}

.offerTile p
{
    text-align: center;
    font-size: 20px;
    margin-right: auto;
    margin-left: auto;

    width: 95%;


    opacity: 200%;

    font-weight: 400;
}

.offerTile h1
{
    font-style: italic;
}

.offerTile:hover
{

    background: linear-gradient(#B0C4DE, #789ac7);


    transform: scale(1.05);
}

#galeria
{
    transition: 0.25s ease-in-out;
}



.pictures
{
    display: flex;
    justify-content: space-around;
    padding-bottom: 50px;
    flex-wrap: wrap;
    margin-left: 100px;
    margin-right: 100px;
}

.foto
{
    flex: 0 0 20%;
}

.foto img
{
    object-fit: cover;
    width: 400px;
    height: 600px;
    transition: 0.2s;
}

.foto img:hover
{
    filter: brightness(140%);
}

#contact
{

}

#contact .innerDiv
{
    background: linear-gradient(#B0C4DE, #789ac7);
}

.contactTop
{
    display: flex;
    justify-content: space-around;
    padding-bottom: 50px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
}

.contactTop div
{
    width: 250px;
    margin: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.5s ease-in-out;
}


.contactTop div:hover
{
    background-color: #B0C4DE;
    transform: scale(1.05);
}

.address
{
    font-style: normal;
    background-color: #789ac7;
}

address
{
    font-style: normal;
}

.contactInfo
{
    font-style: normal;
    background-color: #789ac7;
}



.contactInfo span
{
    font-weight: bold;
    text-decoration: none;
}

.contactInfo a
{
    color: white;
    text-decoration: none;
}


.minimap
{
}

.minimap iframe
{
    width: 80%;
    height: 400px;
    border: 0;
}