:root{
    --Amarillo: 	#feb60c;
    --Azulmarino: 	#231d89;
    --Verdeoscuro:	#156171;
    --Verdeclaro: 	#156171;
    --Negro: 		#060606;
    --blanco: #fff;
    --azulfuerteclaro: #1563AC;
    --aqua: #00A1A1;
}

*{
    margin: 0;
    padding: 0;
    transition: 0.5s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* 4k 3840x2160*/
@media screen and (min-width: 3840px){
    footer{
        position: static;
        bottom: 0;
        left: 0;
        height: fit-content;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: var(--dark);
        color: white;
        background-color: var(--azulfuerteclaro);
    }
    
    .footer-menus{
        font-size: 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 30%;
    }
    
    .footer-container{
        height: fit-content;
        width: 100%;
        padding: 60px 120px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .footer-content-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 45px;
    }

    .footer-content-container-rs{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 45px;
    }
    
    .footer-content-container-logo{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        width: 25%;
        font-size: 45px;
    }
    
    .footer-content-container-logo a{
        text-decoration: none;
        color: var(--blanco);
    }
    
    .footer-content-container-logo:hover:not(active){
        opacity: 1;
        color: var(--Amarillo);
    }

    .gpoText:hover:not(active){
        opacity: 1;
        color: var(--Amarillo);
    }
    
    footer .website-logo{
        margin-bottom: 40px;
        font-size: calc(1vw + 22vh);
    }
    
    .footer-info, .menu-item-footer{
        margin: 10px 0;
        color: white;
        text-decoration: none;
        transition: 0.5s;
    }
    
    .menu-item-footer:hover:not(active){
        opacity: 1;
        color: var(--Amarillo);
    }

    a:hover:not(active){
        opacity: 1;
        color: var(--Amarillo);
    }
    
    .menu-title{
        font-size: var(--medium-text-font);
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 40px;
        font-weight: bold;
    }
    
    .social-container{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 120px;
        width: 100%;
        margin-top: 40px;
    }
    
    .txt{
        margin-top: -40px;
        color: white;
    }

    .iconsSocial{
        margin: 32px 24px 24px 24px;
        width: 120px;
        height: 120px;
    }
    
    .gpoText{
        height: 100px;
        width: fit-content;
        font-size: 120px;
        padding-bottom: 120px;
        font-family: 'Times New Roman', Times, serif;
    }
}


/* 2k 2560x1440*/
@media screen and (min-width: 2560px) and (max-width: 3839px){
    footer{
        position: static;
        bottom: 0;
        left: 0;
        height: fit-content;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: var(--dark);
        color: white;
        background-color: var(--azulfuerteclaro);
    }
    
    .footer-menus{
        font-size: 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 30%;
    }
    
    .footer-container{
        height: fit-content;
        width: 100%;
        padding: 60px 120px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .footer-content-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 35px;
    }

    .footer-content-container-rs{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 35px;
    }
    
    .footer-content-container-logo{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        width: 25%;
        font-size: 30px;
    }
    
    .footer-content-container-logo a{
        text-decoration: none;
        color: var(--blanco);
    }
    
    .footer-content-container-logo:hover:not(active){
        opacity: 1;
        color: var(--Amarillo);
    }
    
    footer .website-logo{
        margin-bottom: 40px;
        font-size: calc(1vw + 22vh);
    }
    
    .footer-info, .menu-item-footer{
        margin: 10px 0;
        color: white;
        text-decoration: none;
        transition: 0.5s;
    }
    
    .menu-item-footer:hover:not(active){
        opacity: 1;
        color: var(--Amarillo);
    }

    a:hover:not(active){
        opacity: 1;
        color: var(--Amarillo);
    }
    
    .menu-title{
        font-size: var(--medium-text-font);
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 40px;
        font-weight: bold;
    }
    
    .social-container{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 120px;
        width: 100%;
        margin-top: 40px;
    }
    
    .txt{
        margin-top: -40px;
        color: white;
    }

    .iconsSocial{
        margin: 28px 20px 20px 20px;
        width: 100px;
        height: 100px;
    }

    .gpoText{
        height: 100px;
        width: fit-content;
        font-size: 100px;
        padding-bottom: 120px;
        font-family: 'Times New Roman', Times, serif;
    }
}

/* FULLHD 1920x1080 */
@media screen and (min-width: 1920px) and (max-width: 2559px){
    footer{
        position: static;
        bottom: 0;
        left: 0;
        height: fit-content;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: var(--dark);
        color: white;
        background-color: var(--azulfuerteclaro);
    }
    
    .footer-menus{
        font-size: 30px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 30%;
    }
    
    .footer-container{
        height: fit-content;
        width: 100%;
        padding: 30px 60px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .footer-content-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 26px;
    }

    .footer-content-container-rs{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 26px;
        margin-right: 50px;
    }
    
    .footer-content-container-logo{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        width: 25%;
        font-size: 25px;
    }
    
    .footer-content-container-logo a{
        text-decoration: none;
        color: var(--blanco);
    }
    
    .footer-content-container-logo:hover:not(active){
        opacity: 1;
        color: var(--Amarillo);
    }
    
    footer .website-logo{
        margin-bottom: 40px;
        font-size: calc(1vw + 22vh);
    }
    
    .footer-info, .menu-item-footer{
        margin: 10px 0;
        color: white;
        text-decoration: none;
        transition: 0.5s;
    }
    
    .menu-item-footer:hover:not(active){
        opacity: 1;
        color: var(--Amarillo);
    }

    a:hover:not(active){
        opacity: 1;
        color: var(--Amarillo);
    }
    
    .menu-title{
        font-size: var(--medium-text-font);
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 40px;
        font-weight: bold;
    }
    
    .social-container{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 120px;
        width: 100%;
        margin-top: 40px;
    }
    
    .txt{
        margin-top: -80px;
        color: white;
        margin-left: 50px;
    }

    .iconsSocial{
        margin: 28px 20px 20px 20px;
        width: 100px;
        height: 100px;
    }

    .gpoText{
        height: 100px;
        width: fit-content;
        font-size: 70px;
        padding-bottom: 120px;
        font-family: 'Times New Roman', Times, serif;
        margin-left: 40px;
    }
}

/* Pantalla grande T1*/
@media screen and (min-width: 1201px) and (max-width: 1919px){
    footer{
        position: static;
        bottom: 0;
        left: 0;
        height: fit-content;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: var(--dark);
        color: white;
        background-color: var(--azulfuerteclaro);
    }
    
    .footer-menus{
        font-size: 30px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 30%;
    }
    
    .footer-container{
        height: fit-content;
        width: 100%;
        padding: 30px 60px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .footer-content-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 18px;
    }

    .footer-content-container-rs{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 22px;
    }
    
    .footer-content-container-logo{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        width: 25%;
        font-size: 25px;
    }
    
    .footer-content-container-logo a{
        text-decoration: none;
        color: var(--blanco);
    }
    
    .footer-content-container-logo:hover:not(active){
        opacity: 1;
        color: var(--Amarillo);
    }
    
    footer .website-logo{
        margin-bottom: 40px;
        font-size: calc(1vw + 22vh);
    }
    
    .footer-info, .menu-item-footer{
        margin: 10px 0;
        color: white;
        text-decoration: none;
        transition: 0.5s;
        font-size: 18px;
        text-align: center;
    }
    
    .menu-item-footer:hover:not(active){
        opacity: 1;
        color: var(--Amarillo);
    }

    a:hover:not(active){
        opacity: 1;
        color: var(--Amarillo);
    }
    
    .menu-title{
        font-size: var(--medium-text-font);
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 40px;
        font-weight: bold;
        text-align: center;
    }
    
    .social-container{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 120px;
        width: 100%;
        margin-top: 40px;
    }
    
    .txt{
        margin-top: -80px;
        color: white;
        margin-left: 50px;
    }

    .iconsSocial{
        margin: 28px 20px 20px 20px;
        width: 100px;
        height: 100px;
    }

    .gpoText{
        height: px;
        width: fit-content;
        font-size: 50px;
        padding-bottom: 60px;
        font-family: 'Times New Roman', Times, serif;
        margin-left: 40px;
    }
}

/* Pantalla grande T2*/
@media screen and (min-width: 1025px) and (max-width: 1200px) {

    /* Arreglar */

    footer{
        position: static;
        bottom: 0;
        left: 0;
        height: fit-content;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: var(--dark);
        color: white;
        background-color: var(--azulfuerteclaro);
    }
    
    .footer-menus{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .footer-menus a{
        font-size: 25px;
    }
    
    .footer-container{
        height: fit-content;
        width: 100%;
        padding: 70px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    
    .footer-content-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-content-container-rs{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 10px;
    }
    
    .footer-content-container-logo{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        font-size: 5px;
        margin-bottom: 20px;
    }
    
    .footer-content-container-logo a{
        text-decoration: none;
        color: var(--blanco);
    }
    
    footer .website-logo{
        margin-bottom: 1.5vh;
        font-size: calc(1vw + 21.5vh);
    }
    
    .footer-info, .menu-item-footer{
        color: white;
        text-decoration: none;
        transition: 0.5s;
    }
    
    .menu-item-footer:hover:not(active){
        opacity: 1;
        color: var(--Amarillo);
        
    }
    
    .menu-title{
        font-size: 30px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-weight: bold;
    }
    
    .social-container{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 30px;
    }
    
    .txt{
        color: white;
        font-size: 25px;
    }

    .iconsSocial{
        margin: 20px 22px 22px 22px;
        width: 70px;
        height: 70px;
    }
    
    .gpoText{
        width: fit-content;
        font-size: 60px;
        font-family: 'Times New Roman', Times, serif;
    }
}

/* Pantalla de laptop T3*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
    footer{
        position: static;
        bottom: 0;
        left: 0;
        height: fit-content;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: var(--dark);
        color: white;
        background-color: var(--azulfuerteclaro);
    }
    
    .footer-menus{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .footer-menus a{
        font-size: 25px;
    }
    
    .footer-container{
        height: fit-content;
        width: 100%;
        padding: 70px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    
    .footer-content-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-content-container-rs{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 10px;
    }
    
    .footer-content-container-logo{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        font-size: 5px;
        margin-bottom: 20px;
    }
    
    .footer-content-container-logo a{
        text-decoration: none;
        color: var(--blanco);
    }
    
    footer .website-logo{
        margin-bottom: 1.5vh;
        font-size: calc(1vw + 21.5vh);
    }
    
    .footer-info, .menu-item-footer{
        color: white;
        text-decoration: none;
        transition: 0.5s;
    }
    
    .menu-item-footer:hover:not(active){
        opacity: 1;
        color: var(--Amarillo);
        
    }
    
    .menu-title{
        font-size: 30px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-weight: bold;
    }
    
    .social-container{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 30px;
    }
    
    .txt{
        color: white;
        font-size: 25px;
    }

    .iconsSocial{
        margin: 20px 22px 22px 22px;
        width: 70px;
        height: 70px;
    }
    
    .gpoText{
        width: fit-content;
        font-size: 60px;
        font-family: 'Times New Roman', Times, serif;
    }
}

/* Pantalla de tablet T4*/
@media screen and (min-width: 481px) and (max-width: 768px) {
    footer{
        position: static;
        bottom: 0;
        left: 0;
        height: fit-content;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: var(--dark);
        color: white;
        background-color: var(--azulfuerteclaro);
    }
    
    .footer-menus{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .footer-menus a{
        font-size: 25px;
    }
    
    .footer-container{
        height: fit-content;
        width: 100%;
        padding: 40px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    
    .footer-content-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-content-container-rs{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 10px;
    }
    
    .footer-content-container-logo{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        font-size: 5px;
        margin-bottom: 20px;
    }
    
    .footer-content-container-logo a{
        text-decoration: none;
        color: var(--blanco);
    }
    
    footer .website-logo{
        margin-bottom: 1.5vh;
        font-size: calc(1vw + 21.5vh);
    }
    
    .footer-info, .menu-item-footer{
        color: white;
        text-decoration: none;
        transition: 0.5s;
    }
    
    .menu-item-footer:hover:not(active){
        opacity: 1;
        color: var(--Amarillo);
        
    }
    
    .menu-title{
        font-size: 30px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-weight: bold;
    }
    
    .social-container{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 30px;
    }
    
    .txt{
        color: white;
        font-size: 25px;
    }

    .iconsSocial{
        margin: 20px 22px 22px 22px;
        width: 70px;
        height: 70px;
    }
    
    .gpoText{
        width: fit-content;
        font-size: 40px;
        font-family: 'Times New Roman', Times, serif;
    }
}

/* Pantalla de movil T5*/
@media screen and (max-width: 480px) {
    footer{
        position: static;
        bottom: 0;
        left: 0;
        height: fit-content;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: var(--dark);
        color: white;
        background-color: var(--azulfuerteclaro);
    }
    
    .footer-menus{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .footer-menus a{
        font-size: 18px;
    }
    
    .footer-container{
        height: fit-content;
        width: 100%;
        padding: 25px;
        padding-bottom: 0px;
        padding-top: 0px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    
    .footer-content-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-content-container-rs{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 10px;
    }
    
    .footer-content-container-logo{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        font-size: 5px;
    }
    
    .footer-content-container-logo a{
        text-decoration: none;
        color: var(--blanco);
    }
    
    footer .website-logo{
        margin-bottom: 1.5vh;
        font-size: calc(1vw + 21.5vh);
    }
    
    .footer-info, .menu-item-footer{
        color: white;
        text-decoration: none;
        transition: 0.5s;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .menu-item-footer:hover:not(active){
        opacity: 1;
        color: var(--Amarillo);
        
    }
    
    .menu-title{
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
    }
    
    .social-container{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 30px;
    }
    
    .txt{
        color: white;
        font-size: 18px;
    }

    .iconsSocial{
        margin: 5px 22px 5px 22px;
        width: 70px;
        height: 70px;
    }
    
    .gpoText{
        width: fit-content;
        font-size: 40px;
        font-family: 'Times New Roman', Times, serif;
    }
}