@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');


/** vars in general **/
:root{
    --blue:#0029FF;
    --trans:all 400ms ease;
    --mon:'Montserrat', sans-serif;;
}

/** general info main for each site **/
body::-webkit-scrollbar{
    display: none;
    scroll-behavior: smooth;
}

html{
    scroll-behavior: smooth;
}

*{
    margin: 0;
    transition: all 300ms ease;
}
.logoGCFooter{
    background-image: url(img/LOGO\ GC\ BLANCO.png);
    width:60px;
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    height:60px;
    transform: translateY(-30px);
}

footer{
    width: 100%;
    height: auto;
    padding:200px 0 400px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    background-image: linear-gradient( rgb(16, 16, 124), black);
}


.letters{
    font-family: var(--mon);
    font-size: 151px;
    position: absolute;
    bottom: 60px;
    color: white;
    font-weight: 900;
}

.logoRelavv{
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background-image: url(logoRelavv.png);
    background-size: cover;
}

.relavv{
    position: absolute;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    bottom: 0;
    color: white;
    font-family: var(--mon);
    font-size: 14px;
    font-weight: 700;
}

.getAquote{
    margin-left: 20px;
    text-decoration: none;
    border:solid 2px white;
    color: white;
    border-radius: 100px;
    padding: 10px 40px;
    opacity: 30%;
}

.getAquote:hover{
    opacity: 100%;
}

.footLeft{
    display: flex;
    width: 500px;
    flex-direction: column;
    justify-content: flex-start;
}

.footRight{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 500px;
}

.comunidadFoot{
    font-family: var(--mon);
    font-size: 44px;
    text-decoration: none;
    color: white;
    font-weight: 900;
    transition: all 400ms ease;
    position: relative;
}

.comunidadFoot::after{
    content: 'Dale click para conocer';
    position: absolute;
    top: -10px;
    left: 0;
    color: white;
    font-size: 12px;
}

.navFoot{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 20px;
}


.linkFoot{
    text-decoration: none;
    color: white;
    padding-right:30px;
    opacity: 40%;
    transition: all 400ms ease;
    font-family: var(--mon);
}

.linkFoot:hover{
    opacity: 100%;
    transition: all 400ms ease;
}


.quoteFoot{
    color: white;
    text-align: right;
    font-size:20px;
}

.socFootMediaCont{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 20px;
}

.medLinkFoot{
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-left: 20px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 40%;
    transition: all 400ms ease;
}

.medLinkFoot:hover{
    opacity: 100%;
    transition: all 400ms ease;
}

.logoMedia{
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
}

.instagram{
    background-image: url(img/instagram.png);
}

.location{
    background-image: url(img/maps-and-location.png);
}

.facebook{
    background-image: url(img/facebook.png);
}


@media (max-width:1300px) {
    .letters{
        font-size: 100px;
        text-align: center;
    }
}

@media (max-width:1070px) {
    .letters{
        font-size: 70px;
        text-align: center;
    }

    .footLeft{
        display: flex;
        width: 320px;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .footRight{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 320px;
    }
}

@media (max-width:750px) {
    .letters{
        font-size: 80px;
        text-align: left;
        left: 10px;
    }

    .footLeft{
        display: flex;
        width: 320px;
        flex-direction: column;
        justify-content: flex-start;;
    }
    
    .footRight{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 320px;
        margin-top: 40px;
    }

    .quoteFoot{
        text-align: left;
    }

    .socFootMediaCont{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 20px;
    }

    footer{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
}

@media (max-width:600px) {
    .letters{
        font-size: 100px;
        text-align: left;
        bottom: 240px;
    }

    footer{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding:100px 0 700px 0;
    }
    .relavv{
        flex-direction: column;
        height: 200px;
    }
    .logoRelavv{
        margin:0;
        margin-bottom: 10px;
    }
    .getAquote{
        margin: 0;
        margin-top: 10px;
    }
    
}

@media (max-width:480px) {
    .letters{
        font-size: 90px;
        text-align: left;
        bottom: 240px;
    }

    .navFoot{
        flex-wrap: wrap;
        width: 250px;
    }

    .linkFoot{
        margin: 10px 2px;
    }

    footer{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding:100px 0 700px 0;
    }
    .relavv{
        flex-direction: column;
        height: 200px;
    }
    .logoRelavv{
        margin:0;
        margin-bottom: 10px;
    }
    .getAquote{
        margin: 0;
        margin-top: 10px;
    }
    
}