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

#carousel-banner{
    height: 100vh;
}
img{
    height: 100%;
    width: 100%;
}
.redes-sociales{
    position: fixed;
    bottom: 3rem;
    right: 10px;
    display: flex;
    flex-direction: column;
    font-size: 45px;
}
.red-social{
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 8px 1px rgba(129, 129, 129, 0.295);
    margin-bottom: 8px;
}
.red-whatsapp{
    background-color: #30c230;
}
/* .red-facebook{
    background-color: blue;
} */

.nav-link{
    background-size: cover;
    background-position: center;
}
#nav-item{
    display: flex;
    flex-wrap:wrap;
    position: relative; 
}
.d-block{
    height: 92vh;
    width: 100vw;
}
.contenedor {
    padding: 60px 0;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.titulo {
    color: #1F9F7D;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}
/* About us */

main .sobre-nosotros{
    padding: 30px 0 60px 0;
}
.contenedor-sobre-nosotros{
    display: flex;
    justify-content: space-evenly;
    right: 10px;
    margin: 10px;
}

.imagen-about-us{
    width: 50%;
    height: 50%;
    margin: auto;
}

.sobre-nosotros .contenido-textos{
    width: 48%;
}

.contenido-textos h3{
    margin-bottom: 15px;
}

.contenido-textos h3 span {
    background: #bbd2c5;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 2px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    margin-right: 5px;
}
.main-p{
    text-align: justify;
}

@media(max-width: 700px){
    .textos-header h1{
        font-size: 20px;
        padding-top: 15px;
        margin:auto;
    }
    .contenedor-sobre-nosotros{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px;
        flex-direction: column
    }
    .imagen-about-us {
        width: 95%;
        margin-bottom:  30px;
    }
    .sobre-nosotros .contenido-textos {
        width: 90%;
    }
    .portafolio .pepe {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .img3{
        width: 80vw;
        height: 40vh;
        margin-bottom: 20px;

    }
    .gif1{
        width: 30vw;
        height: 30vh;
        border-radius: 50%;
    }
    .contenedor-img{
        text-align: center;
        display: flex;
        flex-direction: column; 
    }
}
@media(max-width: 300px){
    .textos-header h1{
        font-size: 10px;
        padding-top: 15px;
        margin:auto;
    }
    .contenedor-sobre-nosotros{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px;
        flex-direction: column
    }
    .imagen-about-us {
        width: 95%;
        margin-bottom:  30px;
    }
    .sobre-nosotros .contenido-textos {
        width: 90%;
    }
    .portafolio .pepe {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .img3{
        width: 80vw;
        height: 40vh;
        margin-bottom: 20px;

    }
    .gif1{
        width: 30vw;
        height: 30vh;
        border-radius: 50%;
    }
    .contenedor-img{
        text-align: center;
        display: flex;
        flex-direction: column; 
    }
}
