body{
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: rgb(245, 228, 173);
    padding-bottom: 0;
}
#barrita{
    background-color: rgb(2, 56, 117);
}
#foto_logo{
    max-height: 50px;
    display: inline;
    border-radius: 4px;
}
#nombre_empresa{
    font-size: x-large;
    color: rgb(255, 255, 255);
}
#lista_navegador{
    display: flex;
    align-items: center;
}
#e_list_nav{
    color: rgb(255, 255, 255);
}
#e_list_nav_tarifas{
    color: rgb(255, 255, 255);
    padding-top: 0;
    padding-bottom: 0;
}
#estudiosue{
    display: grid;
    grid-template-columns: 50% 35%;
    grid-gap: 5%;
    justify-content: center;
}
#list_descrip_sue{
    list-style: none;
}
#e_list_descrip_sue{
    margin: 7px;
}
#foto_estudio1{
    max-height: 300px;
    border-radius: 4px;
    text-align: center;
}
#foto_estudio2{
    max-height: 290px;
    width: 470px;
    border-radius: 4px;
    text-align: center;
}
#descripcion_tarjeta{
    text-align: justify;
    font-size: larger;
}
#trabajando{
    text-align: center;
    height: 40vh;
}
#carrusel_talleres{
    background-color: rgb(2, 56, 117);
    border-radius: 10px;
    font-size: larger;
    color: rgb(255, 255, 255);
}
.grid-container-der {
    display: grid;
    grid-template-columns: 50% 40%;
    grid-gap: 5%;
    justify-content: center;
    
}
.grid-container-izq {
    display: grid;
    grid-template-columns: 40% 50%;
    grid-gap: 5%;
    justify-content: center;
    margin-left: 3vh;
    padding-right: 3vh;
}
#flex-container-pie{
    display: grid;
    grid-template-columns: 60% 40%;
    justify-content: center;
}
#contenedor_foto{
    text-align: center;
}
#foto{
    max-height: 300px;
}
#movil{
    display: none;
}
#iconos{
    width: 32px;
    height: 32px;
}
#pie{
    background-color: rgb(2, 56, 117);
    bottom: 0;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}
#titulo_footer{
    color: rgb(255, 255, 255);
    text-align: center;
}
#cont_descrip_footer{
    text-align: center;
    color: white;
    font-size: small;
}
#content_redes{
    text-align: justify;
}
#list_redes_footer{
    list-style: none;
    text-align: center;
}
#link_footer{
    text-decoration: none;
}
#mi_web{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: medium;
    text-align: center;
}

@media only screen and (max-width: 600px) { /* de 600 para abajo cambia los estilos*/
    .grid-container-der {
        grid-template-columns: 100%;
        margin-left: auto;
    }
    .grid-container-izq {
        grid-template-columns: 100%;
    }
    #foto{
        max-width: 250px;
        margin-bottom: 10px;
        max-height: 300px;
    }
    #movil{
        background-color: rgb(255, 243, 204);
        display:block;
        border-radius: 5px;
        margin-left: 10px;
        margin-right: 10px;
    }
    #ordena{
        display: none;
    }
    #estudiosue{
        grid-template-columns: 100%;
    }
    #e_list_descrip_sue{
        margin: 7px;
    }
    #list_descrip_sue{
        list-style: none;
        padding-left: 10px;
    }
    #foto_estudio2{
        margin-bottom: 50px;
        max-height: 250px;
        width: 270px;
    }
    #foto_estudio1{
        max-height: 250px;
        width: 360px;
        margin-bottom: 50px;
    }
    #iconos{
        width: 26px;
        height: 26px;
    }
}
