* {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}


/* HOME */

.container {}


/* HEADER NAV_BRAND*/

.header {
    background-color: #706F6F;
    grid-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
    min-height: 60px;
}

.nav-brand {
    display: grid;
    grid-template-columns: 2fr 0.5fr;
    align-items: center;
    max-height: 40px;
    justify-items: space-between;
}

.logo {
    background-color: #3C3C3B;
    padding: 35px 10px 10px 10px;
    width: content;
    max-width: 250px;
    margin-right: 50px;
    margin: -25px 20px -30px 0;
    border-radius: 8px;
    z-index: 1;
}

.logo img {
    width: 100%;
    height: auto;
}

.redes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.redes i {
    margin: 0 10px 0 0;
    font-size: 30px;
    color: #FBCA00;
}

.redes i:hover {
    color: #3C3C3B;
    cursor: pointer;
}

input.search {
    height: 30px;
    padding: 5px;
    background-color: #FBCA00;
    border: none;
    display: none;
}

input.search:focus {
    outline: none;
    background-color: #fff;
}


/* NAV */

.nav {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 60vh;
}

.nav img {
    position: absolute;
    width: auto;
    height: 80vh;
    padding: 0;
    margin: -20px 0 0 0px;
    min-width: 1204px;
}

.navlist {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100vw;
    height: 60vh;
}

.navlink {
    height: 40px;
    background-color: #FBCA00;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C3C3B;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
}

.navlink:hover {
    background-color: #3C3C3B;
    color: #FBCA00;
    padding: 3px;
    cursor: pointer;
}

.tagline p {
    z-index: 3;
    padding: 20px;
    color: #FBCA00;
    font-weight: 900;
    /* background-color: #3C3C3B; */
    text-shadow: 2px 2px 4px #3C3C3B;
    margin: 0;
}

.tagline span {
    font-size: 24px;
}


/* BIENVENIDOS */

.bienvenidos h2 {
    margin: -29px 0 -25px 0;
    position: relative;
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0;
}

.bienvenidos p {
    background-color: #FBCA00;
    color: #3C3C3B;
    font-weight: 500;
    font-size: 16px;
    padding: 40px;
    text-align: center;
}


/* NUESTRA TRAYECTORIA */

.trayectoria .img-t {
    overflow: hidden;
    height: 30vh;
    width: 100%;
}

.title {
    color: #FBCA00;
    font-size: 25px;
    font-weight: 900;
    margin: -175px 0 70px 0;
    padding: 0 0 0 70px;
    z-index: 6;
    text-transform: uppercase;
}

.title hr {
    border: 8px solid #FBCA00;
    margin: 8px 0 0 0;
    z-index: 4;
    width: 60px;
    position: relative;
}

.trayectoria {
    margin: -29px 0 0 0;
}

.trayectoria .title h2 {
    padding: 0px;
    text-align: left;
    color: #fff;
}

.trayectoria p {
    padding: 20px;
    background-color: #3C3C3B;
    color: #fff;
    font-weight: 900;
    text-align: left;
    margin-bottom: 0;
    height: 150px;
    display: flex;
    align-items: center;
}

.trayectoria-tag {}


/* CALIDAD */

.calidad {
    overflow: hidden;
}

.calidad h2 {
    padding: 0;
    text-align: left;
}

.tagline2 {
    background-color: #FBCA00;
    color: #3C3C3B;
    padding: 5px;
    font-size: 25px;
    text-align: center;
    font-weight: 900;
}

.negro {
    padding: 40px;
    margin: 0 0 0 40px;
    color: #3C3C3B
}

.negro hr {
    border: 8px solid #3C3C3B;
    margin: 8px 0 0 0;
    z-index: 4;
    width: 60px;
    position: relative;
}


/* FOOTER */

.footer {
    padding: 30px;
    background-color: #FBCA00;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.footer a {
    padding: 4px 6px;
    border-radius: 5px;
    background-color: #3C3C3B;
    color: #FBCA00;
}

.footer a:hover {
    color: #fff;
}

.copy {
    padding: 20px;
    font-weight: 500;
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 769px) {
    .nav-brand {
        padding: 0 10vw;
        grid-template-columns: 3fr 0.5fr 1fr;
        align-content: center;
        width: 100vw;
        height: 50vh;
    }
    input.search {
        display: block;
        justify-self: flex-end;
        width: 100%;
    }
    .logo {
        padding: 80px 20px 20px 20px;
        max-width: 250px;
    }
    .navlist {
        flex-direction: row;
        padding: 0 10vw;
        justify-content: space-evenly;
    }
    .navlink {
        height: 40px;
        font-size: 20px;
        width: 150px;
    }
    /* bienvenidos */
    .bienvenidos p {
        padding: 40px 20vw;
        font-size: 22px;
    }
    .tagline {
        position: absolute;
        top: 50px;
        right: 100px;
    }
    .tagline p {
        font-size: 25px;
        font-weight: 500;
    }
    .tagline span {
        font-size: 30px;
        font-weight: 900;
    }
    /* Trayectoria */
    /* Trayectoria */
    .trayectoria {
        display: flex;
        position: relative;
        margin: 0;
        background-color: #3C3C3B;
    }
    .trayectoria .img-t {
        height: 400px;
        width: 100vw;
    }
    .trayectoria p {
        font-size: 28px;
    }
    .img-t img {
        width: 80vw;
        height: auto;
    }
    .title {
        top: 240px;
        left: 200px;
        position: absolute;
        font-size: 40px;
    }
    .trayectoria p {
        display: flex;
        align-items: flex-end;
        padding: 40px;
        font-size: 20px;
        height: 100%;
        width: 50vw;
    }
    /* CALIDAD */
    #la-mas-alta-calidad {
        margin: 150px 0;
    }
    .negro {
        top: 1200px;
        left: 0px;
        width: 400px;
    }
    .calidad img {
        display: flex;
        right: -450px;
        position: relative;
    }
    .tagline2 {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 20px 0;
    }
    /* mapa */
    .map {
        margin: 80px 0 0 0;
    }
    /* footer */
    .footer {
        font-size: 22px;
    }
    .copy {
        font-size: 17px;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 1125px) {
    .nav img {
        margin: -30px -30px -40px -5px;
        min-width: 110vw;
        height: auto;
    }
    .nav {
        height: 70vh;
    }
    .nav-brand {
        padding: 0 10vw;
        grid-template-columns: 3fr 0.5fr 0.5fr;
        align-content: center;
        width: 100vw;
    }
    input.search {
        display: block;
        justify-self: flex-end;
        width: 100%;
    }
    .logo {
        padding: 80px 20px 20px 20px;
        max-width: 350px;
    }
    .navlist {
        flex-direction: row;
        padding: 0 10vw;
        justify-content: space-evenly;
    }
    .navlink {
        height: 60px;
        font-size: 25px;
        width: 220px;
    }
    /* bienvenidos */
    .bienvenidos p {
        padding: 40px 20vw;
        font-size: 22px;
    }
    .tagline {
        position: absolute;
        top: 30px;
        right: 200px;
    }
    .tagline p {
        font-size: 25px;
        font-weight: 500;
    }
    .tagline span {
        font-size: 30px;
        font-weight: 900;
    }
    /* Trayectoria */
    .trayectoria {
        display: flex;
        position: relative;
    }
    .trayectoria .img-t {
        height: 400px;
        width: 100vw;
    }
    .trayectoria p {
        font-size: 28px;
        align-self: flex-end;
    }
    .img-t img {
        width: 51vw;
        height: auto;
    }
    .title {
        top: 240px;
        left: 350px;
        position: absolute;
        font-size: 40px;
    }
    .trayectoria p {
        display: flex;
        align-items: flex-end;
        padding: 40px;
        font-size: 20px;
        height: 100%;
        width: 50vw;
    }
    /* CALIDAD */
    .negro {
        top: 1200px;
        left: 80px;
        width: 400px;
    }
    #la-mas-alta-calidad {
        margin: 100px 0;
    }
    .calidad img {
        display: flex;
        right: -750px;
        position: relative;
    }
    .tagline2 {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 20px 0;
    }
    /* mapa */
    .map {
        margin: 80px 0 0 0;
    }
    /* footer */
    .footer {
        font-size: 22px;
    }
    .copy {
        font-size: 17px;
    }
}