body {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 50px;
    scroll-behavior: smooth;
}

.headerParagraph {
    font-size: 19px;
    line-height: 26px;
}

p {
    font-size: 19px;
    line-height: 26px;
    text-align: justify;
}

.logo {
    max-width: 74%;
}

.menuElementResponsive {
    font-size: 23px;
    color: #DC2F22;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 23px;
}

.menuElement {
    font-size: 19px;
    color: #DC2F22;
    border-right: 2px solid #DC2F22;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 29px;
    padding-left: 29px;
    text-decoration: none;
}

.menuElement:hover {
    color: #000000;
    text-decoration: none;
}

.menuElementActive {
    color: #000000;
}

.menuElement:first-child {
    padding-left: 0px;
}

.menuElement:last-child {
    border-right: 0px;
}

.imagenAgradecimiento {
    width: 70%;
}

.botonFoto {
    max-width: 30px;
}


#instagramLogo {
    margin-left: 8px;
    max-width: 20px;
}


#instagramLogo:hover {
    opacity: .5;
}

#fotoAnterior,
#fotoSiguiente {
    opacity: 1;
}

#fotoAnterior:hover,
#fotoSiguiente:hover {
    cursor: pointer;
    opacity: .3;
}


#hamburger {
    max-width: 45px;
    float: right;
}


#menuResponsive{
    position:fixed;
    height:100%;
    width:100%;
    display:none;
}

.menuResponsiveFondo{
    position:fixed;
    height:100%;
    width:100%;
    background-color: #FFFFFF; opacity: .92
}

.menuResponsiveMenu{
    position:fixed; top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#volverArriba{
    position:fixed;
    bottom:0px;
    right:0px;
    margin-bottom: 20px;
    margin-right: 20px;
    max-width: 50px;
    max-height: 50px;
    z-index: 100;
    display: none;
}



@media (max-width: 1400px) {

    #volverArriba{
        max-width: 40px;
        max-height: 40px;
    }

    .menuElement {
        font-size: 16.5px;
        padding-right: 22px;
        padding-left: 22px;
    }

    .logo {
        max-width: 74%;
    }

    .headerParagraph {
        font-size: 16.5px;
        line-height: 20px;

    }

    p {
        font-size: 16.5px;
        line-height: 22px;
        text-align: justify;
    }
}

@media (max-width: 1200px) {

    #volverArriba{
        max-width: 35px;
        max-height: 35px;
    }


    .menuElement {
        font-size: 14px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .headerParagraph {
        font-size: 14px;
        line-height: 17px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
    }

}

@media (max-width: 997px) {

    #volverArriba{
        max-width: 30px;
        max-height: 30px;
    }


    #instagramLogo {
        max-width: 14px;
    }

    #fotoAnterior,
    #fotoSiguiente {
        max-width: 20px;
    }


    .menuElement {
        font-size: 12px;
        padding-right: 12px;
        padding-left: 12px;
        border-right: 1px solid #DC2F22;
    }

    .headerParagraph {
        font-size: 12px;
        line-height: 14px;
    }

    p {
        font-size: 12px;
        line-height: 17px;
        text-align: justify;
    }

    .logo {
        max-width: 93%;
    }

    .imagenAgradecimiento {
        width: 100%;
    }
}

@media (max-width: 768px) {

    #volverArriba{
        display: none;
    }

    #volverArriba{
        max-width: 30px;
        max-height: 30px;
    }


    #fotoAnterior,
    #fotoSiguiente {
        max-width: 24px;
    }
}

@media (max-width: 574px) {



    #fotoAnterior:hover,
    #fotoSiguiente:hover {
        opacity: 1;
    }

}