@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

@font-face {
    font-family: Inconsolata;
    src: url(Inconsolata-Light.ttf);
}

@font-face {
    font-family: Chivo;
    src: url(Chivo-Light.ttf);
}

.fade-in {
    opacity: 0;
    transition: opacity 2s ease-in;
}
    .fade-in.appear {
        opacity: 1;
    }

.from-down {
    transform: translateY(5%);
}

    .from-down.appear {
        transform: translateY(0);
        transition: transform 0.75s ease-in;
    }

header {
    top: 0;
    position: sticky;
    z-index: 30;
}

body {
    margin: 0;
    color: white;
    font-family: 'Montserrat', sans-serif;
    background-color: #202020;
    overflow-x: hidden;
    display: block;
}

.content {
    max-width: 120em;
    margin: auto;
}

h2 {
    font-family: Chivo;
    font-size: 4vw;
    font-weight: 200;
    text-transform: uppercase;
    margin: 2.63vw 0 2.63vw 0;
    letter-spacing: -2px;
}

h3 {
    font-size: 2.5vw;
    font-weight: 300;
    text-transform: uppercase;
    margin: 2.63vw 0 2.63vw 0;
}

h4 {
    font-size: 1.25vw;
    font-weight: 300;
    margin-top: 0px;
}

p {
    font-size: 0.94vw;
    font-weight: 100;
}

a {
    padding: 4px;
    margin: auto;
    background-color: transparent;
    text-decoration: none;
    outline-width: 0;
}

footer {
    padding: 0 12%;
    width: 100%;
    height: auto;
    background-color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    footer > * {
        margin: 30px 0;
    }

    footer p {
        font-weight: 400;
    }

.menu {
    float: right !important;
    display: flex;
}

.menu_responsive {
    display: none;
}

#navBar {
    top: 0;
    padding: 0 12% 0 17%;
    background-color: white;
    width: 100%;
    height: 5.1em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nav-Button {
    margin: 10px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
    color: black;
    font-size: 0.8vw;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
}

    .nav-Button:hover {
        color: #ec2f28;
    }

li {
    color: gray;
    float: left;
    position: relative;
    overflow: hidden;
}

    li::after {
        background-color: red;
        content: "";
        width: 0;
        height: 3px;
        left: 0;
        bottom: 0;
        transition: width 0.35s ease 0s;
        position: absolute;
    }

    li:hover::after {
        width: 100%;
    }

    li:hover {
        color: white;
    }

footer > img {
    height: 65px;
    margin: 30px 0px;
}

.footer-Button {
    margin: 8px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
    color: black;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
}

    .footer-Button:hover {
        color: #ec2f28;
    }

#footer-Footer {
    text-align: center;
    color: black;
    margin: 0 auto 30px auto;
}

.footer-Sections {
    width: 25%;
    color: black;
    border-left: 2px solid black;
    padding-left: 20px;
}

.footer-Sections-Column {
    width: 16.66%;
    display: flex;
}

.footer-Logos{
    width: 2vw;
    height: 2vw;
}

* {
    box-sizing: border-box
}

*, ::after, ::before {
    box-sizing: border-box;
}

.hidden-On-Full {
    display: none;
}

.nav__responsive-button-container {
    display: flex;
    position: relative;
    width: 100%;
    font-size: 25px;
    color: gray;
    margin-top: 95px;
    z-index: 100;
}

.nav__responsive-button {
    margin: auto;
    padding-left: 7vw;
    text-align: center;
    width: 100%;
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-xmark:before {
    content: "\f00d";
    padding-left: 100%;
}

@media only screen and (max-width: 666px) {

    /*Menu settings*/
    #navBar {
        height: 7vh;
        flex-direction: row-reverse;
        padding: 0;
    }

    .nav-Button {
        margin:0;
    }

    .menu {
        display: none;
    }

    .menu_responsive {
        display: block;
        margin-top: -45.5vw;
        height:0;
        padding-left: 0;
        background-color: white;
    }

    .nav__li-container {
        position: relative;
        top: -800px;
        color: #9bf;
        transition: all 1s;
        z-index: 0;
        width: 65%;
        padding-top: 0px;
    }

    .nav__li-responsive {
        /*border-top: 1px solid black;*/
        width: 100%;
        height: 60px;
        padding: 1vh 20px;
        background-color: #f2f2f2;
    }

        .nav__li-responsive a {
            font-size: 14px;
            width: 100%;
            height: 100%;
        }

    .nav-Button-responsive {
        margin: 0;
        float: left;
        width: auto;
        border-radius: 3px;
        display: block;
        outline: 0;
        color: black;
        text-transform: uppercase;
    }

    .nav__responsive-button-container {
        margin-top: 19vw;
        background-color: white;
    }


    .content-Section-Logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: auto 0;
    }

        .content-Section-Logos > img {
            margin-top: auto;
        }

        .content-Section-Logos > a {
            display: contents;
        }

    /*//////////////*/

    /* Hidding in phones */
    .hidden {
        display: none;
    }

    .hidden-On-Full {
        display: block;
    }

    /*/////////////*/

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 10px;
    }

    p {
        font-size: 6px;
    }

    .content-Section-Butons {
        height: 33vh;
        padding: 0;
    }

    .button-Conoce-Mas {
        width: 35.24vw;
        height: 7.5vw;
        font-size: 18px;
        margin: 5.2vh 0 0 0;
        line-height: 1vh;
    }

    .content-Section-Text {
        width: 60%;
        height: 33vh;
        margin: 0;
    }

    .content-Barra {
        display:none;
    }

    .content-Flecha {
        height: 15px;
        bottom: 2.5vh;
    }

    /*//////////////Footer////////////*/
    footer {
        flex-direction: column;
    }
        footer > * {
            margin: 0 0 17px 0;
        }

        footer > img {
            height: 48.75px;
            width: 86.25px;
            margin: 0;
        }

        footer * {
            text-align: center;
            font-size: 16px;
        }

    .footer-Sections {
        width: 100%;
        border-left: none;
        border-top: 1.5px solid grey;
        padding-left: 0;
    }

        .footer-Sections a {
            font-size: 18px;
            text-transform: uppercase;
        }

    .footer-Sections-Column {
        width: 100%;
        display: block;
        margin-bottom: 0;
    }

    .footer-Button {
        margin: 8px 0;
        padding-top: 4px;
    }
    
    .footer-Logos{
        width: auto;
        height: auto;
    }
    
    #footer-Footer {
        border-top: 1.5px solid grey;
        padding-top: 15px;
    }
    /*///////////////////////////////////*/
}

@media (min-width: 1200px) {
    .content-Section-Text {
        max-width: 1140px;
    }
}