@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
.presentacion {
    width: 100%;
    height: 1000px;
    background-image: url("../img/redes.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.explicacion {
    padding-top: 120px;
    text-align: center;
    background: white;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-family: 'Oswald', sans-serif;
}

.logo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
    width: 260px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.info-presentation {
    margin: auto;
    margin-top: 60px;
    padding-bottom: 30px;
    width: 90%;
    background: rgba(197, 55, 30, 0.801);
    transform: skew(-5deg, -3deg);
}

.info-presentation p,
.info-presentation span {
    transform: skew(5deg, 3deg);
}

.logo samp {
    color: white;
    box-shadow: 0px 0px 20px #0000006b inset;
    font-size: 70px;
    font-family: 'Oswald', sans-serif;
    transform: skew(-10deg, -10deg);
}

.lema {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 60px;
    text-align: center;
    width: 70%;
    height: 60px;
    background: rgba(255, 255, 255, 0.836);
    font-family: 'Oswald', sans-serif;
    transform: matrix(1, 0, 0.5, 1, 0, 0);
}

.lema strong {
    transform: matrix(1, 0, -0.5, 1, 0, 0);
    font-family: 'Oswald', sans-serif;
}

.info {
    margin-top: 30px;
    font-family: 'Oswald', sans-serif;
}

.info p {
    font-size: 24px;
    padding-right: 90px;
}

.telefono {
    margin-top: 70px;
    height: 80%;
}

.texto {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.219);
    text-align: center;
    padding-top: 80px;
    font-family: 'Oswald', sans-serif;
}

.texto p {
    font-size: 70px;
    font-family: 'Oswald', sans-serif;
}

#mapid {
    height: 800px;
    margin-top: 120px;
    margin-bottom: 120px;
}

.empresa {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.empresa span {
    margin-top: 80px;
    display: block;
    margin: auto;
    text-align: justify;
    width: 80%;
}

.work {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    position: relative;
    margin: auto;
    width: 100%;
    height: 105vh;
    background: rgb(10, 12, 168);
    z-index: -2;
}

.work-bubble {
    margin-top: 22%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.work-bubble p {
    color: white;
    width: 90%;
    font-size: 20px;
}

.work-bubble strong {
    color: white;
    font-size: 30px;
}

.footer-end {
    z-index: 2;
    position: relative;
    font-family: 'Oswald', sans-serif;
}

.img-bubble {
    width: 100%;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 30px #000000bd inset;
    width: 300px;
    height: 300px;
}

.img-bubble img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: relative;
    z-index: -1;
}



@media screen and (min-width: 1900px) {
    .work-bubble p {
        width: 90%;
        font-size: 30px;
    }
    .work-bubble strong {
        color: white;
        font-size: 40px;
    }
    .img-bubble {
        width: 400px;
        height: 400px;
    }
    .img-bubble img {
        width: 400px;
        height: 400px;
    }
    .explicacion {
        margin: auto;
        margin-top: 40px;
    }
    .info p {
        font-size: 35px;
    }
}

@media screen and (max-width: 1100px) {
    .info p {
        width: 100%;
        padding-right: 0;
        font-size: large;
    }
    .explicacion img {
        width: 300px;
        margin-top: 10%;
    }
}

@media screen and (max-width: 550px) {
    .presentacion {
        height: auto;
    }
    .lema {
        height: 90px;
        width: 80%;
    }
    .lema strong {
        font-size: 23px;
        width: 90%;
    }
    .empresa {
        display: flex;
        flex-direction: column;
    }
    .texto {
        padding-bottom: 30px;
    }
    .info-presentation {
        width: 87%;
    }
    .info-presentation p {
        font-size: 40px;
    }
    .info-presentation span {
        font-size: 16px;
    }
    .work {
        margin: auto;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .work-bubble {
        margin: auto;
        padding-bottom: 30px;
    }
    .explicacion {
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }
    .explicacion * {
        margin: auto;
        width: 90%;
        text-align: center;
    }
}

@media screen and (max-width: 760px) and (orientation: landscape) {
    .work {
        height: auto;
    }
    .work-bubble {
        margin: auto;
    }
    .work-bubble p {
        width: 90%;
    }
    .info-presentation {
        width: 87%;
    }
    .explicacion {
        margin: auto;
        margin-top: 40px;
    }
    .img-bubble {
        width: 180px;
        height: 180px;
    }
    .img-bubble img {
        width: 180px;
        height: 180px;
    }
}