* {
    box-sizing: border-box;
}
body{
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
        overflow-x: hidden;
}
.coso{
    font-size: 1px;
    color: #444444;
}
/* ---------------------------------------NAV ----------------------------------------- */
nav{
    background-color: #D9D9D9;
}
nav img{
    width: 83px;
    height: 59px;
}
.logo-letra{
    width: 150px;
}

.navegacion{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    list-style: none;
    padding: 0 20px;
}
.navegacion a{
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 4px;
}
.navegacion a:hover{
    color: rgba(0, 0, 0, 0.50);
}

/* -------------------------------------HERO------------------------------- */
#hero {
    margin-top: -5px;
    height: calc(100vh - 80px);
    background-image: url(../assets/fondo.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#centro {
    position: relative;
    background-color: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;

}

#centro img {
    width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contenedor-centro {
    display: flex;
    justify-content: center;
    align-items: center;
}

#centro svg {
    width: 300px;
    height: 300px;
    animation: rotateText 60s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Animación de rotación */
@keyframes rotateText {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

textPath{

    font-size: 19.8px;
    font-weight: 700;
    letter-spacing: 4px;
}
.divisor{
    width: 100%;
    height: 5px;
    background-color: #D9D9D9;
}
/* -------------------------------SOBRE NOSOTROS------------------------ */

#sobre-nosotros {
    background-color: #444444;
}
.img-sn{
    height: 100vh;
    background-image: url(../assets/man-sportswear-running-park.webp);
    background-size: cover;
    background-position: center;
}
.sobre-nos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
}
.sobre-nos h2{
    margin-top: 80px;
    font-size: 40px;
    font-weight: 700;
}
.sobre-nos p{
    letter-spacing: 4px;
    font-size: 22px;
    font-weight: 400;
    margin: 25px 50px 30px 50px;
}
.sobre-nos hr{
    width: 550px;
    height: 2px;
    background-color: #fff;
    border: none;
    margin: 20px 0;
}
.sobre-nos img{
    width: 200px;
}
/* -------------------------------SERVICIOS------------------------ */

#servicios {
    background-color: #444444;
    height: 100vh;
}
.carousel-item{
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-zapa{
    height: 100vh;
}
.carousel{
    margin-right: -12px;
}

.serv{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
}
.serv h2{
    font-size: 40px;
    font-weight: 700;
    margin-top: 40px;
}
.serv hr{
    width: 500px;
    height: 2px;
    background-color: #fff;
    border: none;
    margin: 0 0 30px 0;
}
.card-serv{
    width: 550px;
    background-color: rgba(217, 217, 217, 0.40);
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
    text-align: center;
    box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.50);
    margin-bottom: 50px;
}
.titulo{
    padding: 5px;
    color: rgba(0, 0, 0, 0.50);
    background-color: #D9D9D9;
    width: 550px;
}
.card-serv p{
    font-size: 15px;
    font-weight: 400;
}

/* -------------------------------CONTACTO------------------------ */

#contacto {
    background-color: #444444;
    height: calc(100vh - 50px);
}

.contact{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
}

.contact h2{
    font-size: 40px;
    font-weight: 700;
}
.h2-1{
    margin-top: 40px;
}
.contact hr{
    width: 900px;
    height: 2px;
    background-color: #fff;
    border: none;
    margin: 0 0 30px 0;
}
.izquierda{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 70%;
    margin-top: 50px;
}
.izquierda h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.wsp{
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    margin-right: 70px;
}
/* ----------------------------FOOTER----------------------- */

.footer{
    background-color: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    text-align: center;
    letter-spacing: 4px;
}


/* ----------------------------RESPONSIVE-------------------- */
@media screen and (max-width: 900px){
    .sobre-nos h2{
        margin-top: 0px;
        font-size: 30px;
    }
    .sobre-nos p{
        font-size: 16px;
        margin: 25px 10px 30px 10px;
    }
    .sobre-nos hr{
        width: 200px;
    }
    .sobre-nos img{
        width: 100px;
    }

    .card-serv{
        width: 350px;
        background-color: rgba(217, 217, 217, 0.40);
        border-radius: 0px 0px 20px 20px;
        padding: 20px;
        text-align: center;
        box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.50);
        margin-bottom: 50px;
    }
    .titulo{
        padding: 5px;
        color: rgba(0, 0, 0, 0.50);
        background-color: #D9D9D9;
        width: 350px;
    }
    .card-serv p{
        font-size: 15px;
        font-weight: 400;
    }
    .carousel-item img{
        width: 100%;
        height: 100%;
    }
    .img-zapa{
        height: 100%;
    }

    #contacto {
        height: 100%;
    }  
    .contact h2{
        font-size: 30px;
    }
    .h2-1{
        margin-top: 30px;
    }
    .contact hr{
        width: 350px;
    }

    .izquierda h5{
        font-size: 16px;
        margin-left: -30px;
    }

    .footer{
        background-color: #D9D9D9;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-align: center;
        letter-spacing: 4px;
    }
    .f-1 h5{
        font-size: 16px;
        margin-left: -100px;
        margin-right: -100px;
    }
    .f-2 h5{
        font-size: 16px;
        margin-left: -100px;
        margin-right: -100px;
    }
    .wsp{
        margin-right: 70px;
        margin-bottom: 40px;
    }

}
@media screen and (max-width: 835px){
    .sobre-nos h2{
        margin-top: 0px;
        font-size: 30px;
    }
    .sobre-nos p{
        font-size: 16px;
        margin: 25px 10px 30px 10px;
    }
    .sobre-nos hr{
        width: 200px;
    }
    .sobre-nos img{
        width: 100px;
    }

    .card-serv{
        width: 350px;
        background-color: rgba(217, 217, 217, 0.40);
        border-radius: 0px 0px 20px 20px;
        padding: 20px;
        text-align: center;
        box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.50);
        margin-bottom: 50px;
    }
    .titulo{
        padding: 5px;
        color: rgba(0, 0, 0, 0.50);
        background-color: #D9D9D9;
        width: 350px;
    }
    .card-serv p{
        font-size: 15px;
        font-weight: 400;
    }
    .carousel-item img{
        width: 100%;
        height: 100%;
    }

    
    .contact h2{
        font-size: 30px;
    }
    .h2-1{
        margin-top: 30px;
    }
    .contact hr{
        width: 350px;
    }

    .izquierda h5{
        font-size: 16px;
        margin-left: -30px;
    }

    .footer{
        background-color: #D9D9D9;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-align: center;
        letter-spacing: 4px;
    }
    .f-1 h5{
        font-size: 16px;
        margin-left: -100px;
        margin-right: -100px;
    }
    .f-2 h5{
        font-size: 16px;
        margin-left: -100px;
        margin-right: -100px;
    }

}
@media screen and (max-width: 767px){
    .navegacion a{
        text-align: center;
        text-decoration: none;
        color: #000;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 4px;
    }
    .sobre-nos h2{
        margin-top: 0px;
        font-size: 30px;
    }
    .sobre-nos p{
        font-size: 16px;
        margin: 25px 10px 30px 10px;
    }
    .sobre-nos hr{
        width: 200px;
    }
    .sobre-nos img{
        width: 100px;
    }

    #hero {
        margin-top: -5px;
        height: calc(100vh - 80px);
        background-image: url(../assets/Group\ 1\ -\ samsung\ compact.png);
        background-repeat: no-repeat ;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    

    #servicios {
        height: 100%;
    }
    .responsive-serv{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        text-align: center;
        letter-spacing: 4px;
    }
    .carru{
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        width: 100%;
        margin-top: 50px;
        width: 100vh !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    .carousel-item{
        height: 400px;
        width: 100vw !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    .carousel-item img{
        width: 100% !important;
        height: 100%;
    }
    .carousel{
        margin-left: -10px;
    }
    .serv h2{
        font-size: 30px;
    }
    .serv hr{
        width: 200px;
    }
    .card-serv{
        width: 100%;
    }
    .titulo{
        width: 100%;
    }
    .titulo h3{
        font-size: 16px;
    }
    .card-serv p{
        font-size: 12px;
    }

    
    .contact h2{
        font-size: 30px;
    }
    .h2-1{
        margin-top: 30px;
    }
    .contact hr{
        width: 350px;
    }
    .izquierda{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 50px;
    }

    .izquierda h5{
        font-size: 16px;
        margin-left: 10px;
    }

    .footer{
        background-color: #D9D9D9;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-align: center;
        letter-spacing: 4px;
    }
    .f-1 h5{
        font-size: 16px;
        margin-left: -100px;
        margin-right: -100px;
    }
    .f-2 h5{
        font-size: 16px;
        margin-left: -100px;
        margin-right: -100px;
    }

}


@media screen and (max-width: 390px){
    .sobre-nos h2{
        margin-top: 20px;
        font-size: 25px;
    }
    .sobre-nos p{
        font-size: 15px;
    }


    .serv h2{
        font-size: 25px;
    }

    .contact h2{
        font-size: 25px;
    }
    .h2-1{
        margin-top: 25px;
    }

    .izquierda h5{
        font-size: 16px;
    }
    .wsp{
        margin-right: 70px;
        margin-bottom: 120px;
    }

}

@media screen and (max-width: 375px){
    .sobre-nos h2{
        margin-top: 20px;
        font-size: 25px;
    }
    .sobre-nos p{
        font-size: 13px;
    }

    .carousel{
        margin-left: -2px;
    }
    .serv h2{
        font-size: 25px;
    }
 
    .contact h2{
        font-size: 25px;
    }
    .h2-1{
        margin-top: 25px;
    }
    .contact hr{
        width: 300px;
    }

    .izquierda h5{
        font-size: 15px;
    }
    .f-1 h5{
        font-size: 13px;
        margin-left: -100px;
        margin-right: -100px;
    }
    .f-2 h5{
        font-size: 13px;
        margin-left: -100px;
        margin-right: -100px;
    }
    .wsp{
        margin-right: 70px;
        margin-bottom: 200px;
    }

}

@media screen and (max-width: 320px){

    
    #centro {
        width: 150px;
        height: 150px; 
    }
    
    #centro img {
        width: 120px;
    }
    #centro svg {
        width: 200px;
        height: 200px;
    }

    .sobre-nos h2{
        margin-top: 20px;
        font-size: 18px;
    }
    .sobre-nos p{
        font-size: 10px;
    }

    .carousel{
        margin-left: 0px;
    }
    .serv h2{
        font-size: 20px;
    }

    .contact h2{
        font-size: 20px;
    }
    .h2-1{
        margin-top: 20px;
    }

    .izquierda h5{
        font-size: 13px;
    }
    .wsp{
        margin-right: 70px;
        margin-bottom: 260px;
    }

}