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

body {
    width: 100%;
    height: 100vh;
    margin: 0px;
    font-family: "Montserrat";
}

.contenedorHeader {
    width: 100%;
    height: 100px;
    z-index: 2;
    position: fixed;
    background: #1B1E1F;
}

.contenedorInfoHeader {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.imgLogo {
    height: 77px;
}

.menuHeader {
    font-size: 20px;
    color: #FFE600;
    display: flex;
}

.copieQuienesSomos {
    margin: 0px 25px;
    cursor: pointer;
}

.copieUbicanos {
    margin: 0px 25px;
    cursor: pointer;
}

.contenedorBlanco {
    width: 100%;
    max-width: 1250px;
    height: 550px;
    padding-top: 100px;
    display: flex;
    margin: auto;
}

.contenedorLogo {
    margin-top: 105px;
}

.titulo {
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0px;
}

.contenedorInformacion {
    z-index: 1;
    padding-left: 10px;
}

.informacion {
    max-width: 550px;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: justify;
}

.contenedorInput {
    max-width: 550px;
    height: 40px;
    font-size: 16px;
}

.inputCorreo {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding-left: 15px;
    border: 1px solid #707070;
}

.contenedorBoton {
    justify-content: end;
    display: flex;
}

.boton {
    width: 129px;
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 25px;
    cursor: pointer;
    border: none;
    background-color: #FFE600;
}

.imgTornillo {
    top: 622px;
    position: absolute;
}

.contenedorBannerPrincipal {
    position: absolute;
    right: 0;
    top: 100px;
}

.bannerPrincipal {
    height: 669px;
    z-index: 0;
}

.bannerPrincipalTablet {
    display: none;
}

.bannerPrincipalMovil {
    display: none;
}

.contenedorGris {
    clip-path: polygon(0% 30.5%, 100% 8%, 100% 100%, 0% 100%);
    height: 600px;
    background-image: url(../img/fondoGris.png);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #BEBEBE;
}

.QuienesSomosTitulo {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 30px;
    padding-top: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.QuienesSomos {
    max-width: 770px;
    font-size: 20px;
    padding-bottom: 36px;
    display: flex;
    justify-content: center;
    text-align: justify;
}

.contenedorIconos {
    display: flex;
    justify-content: space-between;
}

.contenedorHerramientas {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-image: url(../img/imgHerramientas.png);
}

.tituloHerramientas {
    height: 100%;
    font-size: 30px;
    font-weight: 700;
    color: white;
    align-items: center;
    display: flex;
    justify-content: center;
}

.separador {
    width: 100%;
    height: 20px;
    background-image: url(../img/separador.png);
}

.contenedorVisitanos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tituloVisitanos {
    font-size: 30px;
    padding: 110px 0px 28px;
}

.contenedorPadreUbicacion {
    margin: 0px 20px;
}

.contenedorUbicacion {
    text-decoration: none;
}

.contenedorHorarios {
    font-size: 20px;
}

.horariosCopie {
    width: 100%;
    height: 55px;
    font-size: 20px;
    display: flex;
    color: white;
    background-color: black;
    align-items: center;
    justify-content: center;
}

.horarios {
    width: 100%;
    max-width: 640px;
    padding: 25px 0px 220px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.infoHorario {
    font-weight: 700;
}

.contenedorImgHerramienta {
    position: absolute;
    top: 2050px;
}

span {
    font-weight: 500;
}

.contenedorFooter {
    width: 100%;
    height: 188px;
    background-color: #161614;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    text-align: center;
}

.logoFooter {
    height: 50px;
    padding-top: 15px;
}

.redesSociales {
    display: flex;
    padding: 13px 0px 7px;
}

.contenedorFacebook {
    margin: 0px 13px;
}

.contenedorAfacebook {
    text-decoration: none;
}

.icon-facebook {
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #F88014;
    border-radius: 100%;
    font-size: 28px;
    cursor: pointer;
    color: white;
}

.icon-facebook:hover {
    color: #161614;
}

.contenedorInstagram {
    margin: 0px 13px;
}

.contenedorAinstagram {
    text-decoration: none;
}

.icon-instagram {
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #F88014;
    border-radius: 100%;
    font-size: 28px;
    cursor: pointer;
    color: white;
}

.icon-instagram:hover {
    color: #161614;
}

.ubicacion {
    font-size: 12px;
    padding-top: 5px;
}

@media (max-width: 1024px) {
    .contenedorHeader {
        height: 78px;
    }

    .contenedorInfoHeader {
        padding: 0px 30px;
        width: 90%;
        margin: auto;
        justify-content: space-between;
    }

    .menuHeader {
        font-size: 18px;
    }

    .imgLogo {
        height: 50px;
    }

    .contenedorBlanco {
        padding-top: 40px;
        max-width: 950px;
        height: 450px;
    }

    .imgLogoContenedorBlanco {
        height: 70px;
    }

    .titulo {
        font-size: 25px;
    }

    .informacion {
        font-size: 18px;
        max-width: 400px;
    }

    .imgTornillo {
        top: 464px;
    }

    .bannerPrincipal {
        display: none;
    }

    .contenedorBannerPrincipal {
        top: 78px;
    }

    .bannerPrincipalTablet {
        height: 650px;
        display: flex;
    }

    .contenedorGris {
        clip-path: polygon(0% 30.5%, 100% 13%, 100% 100%, 0% 100%);
    }

    .tituloHerramientas {
        text-align: center;
        max-width: 800px;
        margin: auto;
    }

    .contenedorImgHerramienta {
        top: 1910px;
    }
}

@media (max-width: 768px) {
    .contenedorBlanco {
        max-width: 730px;
    }

    .copieQuienesSomos {
        font-size: 15px;
    }

    .copieUbicanos {
        font-size: 15px;
    }

    .contenedorLogo {
        margin-top: 60px;
    }

    .titulo {
        font-size: 22px;
    }

    .informacion {
        font-size: 16px;
        max-width: 350px;
    }

    .imgTornillo {
        display: none;
    }

    .bannerPrincipalTablet {
        height: 450px;
    }

    .contenedorGris {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        margin-top: 36px;
        background-image: url(../img/fondoGrisTablet.png);
        height: 310px;
    }

    .QuienesSomosTitulo {
        padding-top: 0px;
        font-size: 25px;
    }

    .QuienesSomos {
        font-size: 16px;
        max-width: 700px;
        text-align: center;
    }

    .contenedorIconos {
        max-width: 500px;
        margin: auto;
    }

    .iconoTablet {
        width: 72px;
        height: 72px;
    }

    .contenedorHerramientas {
        height: 250px;
    }

    .tituloHerramientas {
        font-size: 25px;
        max-width: 700px;
    }

    .tituloVisitanos {
        padding: 77px 0px 38px;
        font-size: 25px;
        font-weight: 700;
    }

    .imgMapa {
        width: 100%;
    }

    .horariosCopie {
        height: 50px;
        font-size: 16px;
    }

    .horarios {
        font-size: 16px;
        padding: 20px 0px 110px;
        flex-direction: column;
        text-align: center;
    }

    .infoHorario {
        padding: 5px 0px;
    }

    .contenedorImgHerramienta {
        top: 1580px;
    }

    .imgLlave {
        height: 150px;
    }

    .contenedorFooter {
        height: 150px;
    }

    .ubicacion {
        display: none;
    }
}

@media (max-width: 428px) {
    .imgLogo {
        height: 30px;
    }

    .copieQuienesSomos {
        font-size: 10px;
        margin: 0px 10px;
        align-items: center;
        display: flex;

    }

    .copieUbicanos {
        font-size: 10px;
        margin: 0px 10px;
        align-items: center;
        display: flex;

    }

    .contenedorBlanco {
        height: 300px;
    }

    .contenedorInformacion {
        padding-left: 20px;
    }

    .imgLogoContenedorBlanco {
        height: 40px;
    }

    .titulo {
        font-size: 16px;
        margin: 18px 0px 15px;
    }

    .informacion {
        font-size: 12px;
        max-width: 290px;
        margin-bottom: 20px;
    }

    .imgTornillo {
        display: none;
    }

    .inputCorreo {
        height: 30px;
        font-size: 12px;
    }

    .contenedorBoton {
        justify-content: start;

    }

    .boton {
        margin-top: 10px;
        width: 84px;
        height: 30px;
        font-size: 12px;
    }

    .bannerPrincipal {
        display: none;
    }

    .bannerPrincipalTablet {
        display: none;
    }

    .bannerPrincipalMovil {
        display: flex;
    }

    .contenedorGris {
        height: 220px;
    }

    .QuienesSomosTitulo {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .QuienesSomos {
        font-size: 12px;
        max-width: 360px;
        padding-bottom: 20px;
    }

    .contenedorIconos {
        max-width: 280px;
    }

    .iconoTablet {
        width: 44px;
        height: 44px;
    }

    .tituloHerramientas {
        font-size: 16px;
        max-width: 360px;
    }

    .separador {
        height: 10px;
    }

    .tituloVisitanos {
        font-size: 16px;
        padding: 40px 0px 20px;
    }

    .horariosCopie {
        font-size: 12px;
        height: 40px;
    }

    .contenedorImgHerramienta {
        top: 1150px;
    }

    .horarios {
        padding: 20px 0px 50px;
        font-size: 12px;
    }

    .imgLlave {
        height: 81px;
    }

    .contenedorFooter {
        height: 120px;
    }

    .logoFooter {
        padding-top: 20px;
        height: 35px;
    }

    .icon-facebook {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .icon-instagram {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
}