/*-- Adaptar botones --*/

/*Botones de menú (Info principal)*/

.btn-responsive
{
    max-width: 100%;
    height: auto;
    align-content: center;
    border: none;
    background-color: white;
    padding-top: 5%;
    padding: center;
}

/*-- Adaptar Imágenes --*/

/*Imágenes de menú*/

.img1-responsive
{
    max-width: 100%;
    height: auto;
    align-content: center;
    border: none;
    background-color: white;
    padding-top: 5%;
    padding: center;
}

/*Imagen de encabezado*/

.img2-responsive
{
    max-width: 100%;
    height: auto;
    align-content: center;
    border: none;
    background-color: white;
    padding: center;
}

/*Configuraciones para Iphone SE*/

@media only screen and (max-width: 375px) and (max-height: 667px)
{
    .tamaniologo
    {
        background-color: white;
        border: none;
    }
    .img
    {
        background-color: white;
        border: none;
    }
    .img1-responsive
    {
        max-width: auto;
        height: auto;
        padding-right: 10%;
    }
    .img2-responsive
    {
        max-width: 360px;
        height: auto;
    }
} 

/*Configuraciones para Galaxy 8+*/

@media only screen and (max-width: 360px) and (max-height: 740px)
{
    .tamaniologo
    {
        background-color: white;
        border: none;
    }
    .img1-responsive
    {
        max-width: auto;
        height: auto;
        padding-right: 10%;
    }
    .img2-responsive
    {
        max-width: 340px;
        height: auto;
    }
}

/*Configuraciones para Galaxy Fold*/

@media only screen and (max-width: 280px) and (max-height: 653px)
{
    .tamaniologo
    {
        background-color: white;
        border: none;
    }
    .img1-responsive
    {
        max-width: auto;
        height: auto;
        padding-right: 10%;
    }
    .img2-responsive
    {
        max-width: 260px;
        height: auto;
    }
}