    *{
        font-family: "Poppins", sans-serif;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        outline: none;
        border: 0;
    }
    body{
        
        background-image: url("../img/Piso-1.jpeg");
        background-repeat: no-repeat;
    }


    /*----------------------*/   

img{
    width: 130px;
    z-index: -1;
}


.nav {

    position: fixed;
    width: 100%;
    margin: auto;
    margin-top: -70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 20px;
    height: 85px;
    z-index: 10;
}

.logo {
    color: white;
    font-size: 24px;
}

.menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.menu li {
    margin-left: 20px;
}

.menu a {
    color: #0c111d;
    text-decoration: none;
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}

.menu a:hover{
    color: #D59F3A;
}




.hamburger {
    display: none;
    font-size: 24px;
    color: rgb(12, 12, 12);
    cursor: pointer;
}

@media (max-width: 768px) {
    .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 80px;
        right: 0;
        background-color: #f3f3f3;
        width: 100%;
    }

    .menu.active {
        display: flex;
    }

    .menu li {
        margin: 10px 0;
    }

    .hamburger {
        display: block;
    }


}


@media (max-width: 430px) {
    .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 80px;
        right: 0;
        background-color: #f3f3f3;
        width: 100%;
    }

    .menu.active {
        display: flex;
    }

    .menu li {
        margin: 10px 0;
    }

    .hamburger {
        display: block;
    }

}


button{
    width: 150px;
    height:50px ;
    font-size: 19px;
    font-weight: 600;
    border-radius: 15px;
    color: #ffffff;
    background-color: #D59F3A;
    cursor: pointer;
    border: 0;
}




/*---------------------*/
div .contact-1 {
    background-color: transparent;
    border-style:solid;
    border-width: 2px;
    border-color: #ffffff;
    gap: 4rem;

}

div .contact-1:hover {
    background-color: #D59F3A;
    border-style: none;
    transition-duration: 300ms;

}

div .contact-2 {
    background-color: transparent;
    border-style:solid;
    border-width: 2px;
    border-color: #ffffff;
    gap: 4rem;

}

div .contact-2:hover {
    background-color: #D59F3A;
    border-style: none;
    transition-duration: 300ms;

}
.intro .botones{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.slogan{
    font-size: 4.5rem;
    color: #ffffff;
    line-height:60px;
    line-height: 100%;
}

.intro p{
    color: #ffffff;
}
.intro{
    max-width: 1200px;
    margin-left:0px;
    margin-top: 70px;
    padding: 10rem 7rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.about_us{
    margin-top: 100PX;
    padding: 100px 0;
    background-color: #1E1E1E;
    
}

.about_container{

    text-align:center;

}

.about_container h2{
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;

    color: #ffffff;
    
}


.contact-2{
    font-size: 19px;
    font-weight: 600;
    border-radius: 15px;
    color: #ffffff;
    background-color: #D59F3A;
    cursor: pointer;
    border: 0;
}
.piso-2{
    width: 350px;
    border-radius: 15px;
}

.titulo{
    width: 50%;
    display: grid;

}
.title_group{
    text-align: left;
}

.title_group h2{
    font-size: 2.5rem;
}

.title_group h3{
    font-size: 1.5rem;
    color: #D59F3A ;
}
.about_container{
    width: 100%;
    height: auto;
    
    padding: 30px;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.about_container p{
    font-size: 16px;
    color: #ffffff;
    margin: 10px 0 10px;
}

.carac-group{
   display: flex;
   justify-content: center;
   gap: 70px;
   align-items: center;
   margin-bottom: 50px;

}

.carac-group img{
    display: block;
    margin: auto;
    width: 90px;
    margin-bottom: 20px;

}
.carac-group .img-3{
    margin-top: -10px;
}

.img p , .img-3 p{
    color: #ffffff;
    align-items: center;

}

.carac-group h4{
    font-size: 20px;
    color: #D59F3A;
    text-align: center;
    align-items: center;
}

.carac-group > img{
    width: 50px;
}

hr{
    width: 50%;
    height: 10px;
    background-color: #D59F3A;
    display: flex;
    justify-content: center;
    
}


.services{
    padding-bottom: 40px;
    width: 100%;
    height: auto;
    background-color: #1E1E1E;
}

.services_box{
    padding: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 20px;
    
}
.services_title{
    text-align: center;
}
.services_title h3{
    color: #D59F3A;
} 
.services_title h2{
    color: #ffffff;
}
.services_services{
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 40px;
    margin-top: 30px;
}
.services_services .services_box-1{
    background-color: #D59F3A;
    width: 400px;
    padding: 40px;
    border-radius: 15px;
    margin-top: px;
    margin: 0;
}

.services_box-1 img{
    width: 50px;
}

.services_box-1 h2{
    font-size: 1.7rem;
    color: #1E1E1E;
}
.testimonials{
    background-color: #1E1E1E;
    width: 100%;
    height: auto;
}
.testimonials_box{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}
.testimonials_1{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    text-align: center;
    padding: 30px 0 30px;
}
.testimonials_1 h2{
    font-size: 4rem;
}
.testimonials_1 p{
    font-weight: 500;
    margin: 15px 0 15px;
}

.contact_t{
    width: 320px;
}

.testimonials_2{
    width: 100%;
    height: auto;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    
}
.testimonials_2{
    text-align: center;
}
.testimonials_box_2{
    display: flex;
    justify-content: center;
}
.testimonials_2 h2{
    font-size: 3rem;
    margin-bottom: 15px ;
    color: #D59F3A;
}

.t_box{
   
    display: flex;
    
}

.cara{
    width: 10px;
}

.t_box p{
    text-align: left;

}
.t_box{
    gap: 40px;
}
.t1, .t2, .t3 p{
    color: #ffffff;
}
.circle{
    width: 80px;
    height: 80px;
    background-color: #292929;
    border-radius: 50px;
}

.t1 img{
    width: 80px;

}
.person{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.person h3{
    color: #ffffff;
    text-align: left;
    line-height: 20px;
}



.contact_footer{
    width: 100%;
height: 600%;
}

.contact_box{
    width: 100%;
    height: 100vh;
    display: flex ;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
}
.mapa{
    width:50%;
    height: 70%;
}
.contact_info{
    width: 100%;
    height: 70%;
    padding: 20px;
    margin: auto;
    display: flex;

    justify-content: center;
    gap: 20%;
    align-items: center;
    
    background-color: #1E1E1E;
    
}

.contact_info img{
    width: 500px;
    
}
.total{
    display: flex;
    flex-direction: column;
    


}
.title_contact{
    line-height: 60px;
}
.title_contact h2{
    color: #ffffff;
    font-size: 4.5rem;
    margin-bottom: 0;
}
.title_contact h3{
    font-size: 3rem;
    color: #D59F3A;
}
.icon1{
    display: flex;
    align-items: center;
    gap: 10px;
}
.icon1 img{
    width: 50px;
    z-index: 2;
}
.icon1 p{
    color: #ffffff;
    font-weight: 500;
}

.logo_final{
    width: 100%;


}
.logo_final div{
    background-color: #0c111d;
    
}
.logo_container{
    display: flex;
    justify-content: center;
    height: 70px;
    align-items: center;
}




@media (max-width: 991px){
    
    
    .intro{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    body{
        background-image: url("../Img/991---fondo.jpg")
    }
    .intro{
        text-align: center;
    }
    .slogan{
        text-align: center;
    }

}
@media (max-width: 390px){
    .intro h2{
        font-size: 40px ;
        text-align: start;
    }
    .intro{
    max-width: 100vh;
    margin-left:0px;
    margin-top: 30px;
    padding: rem rem;
    display: flex;
    flex-direction: column;
    gap: 15px;
    }
}


@media (max-width: 1024px){
    .carac-group{
        padding: 20px;
        
    }
    .contact_box{
        flex-direction: column;
        width: 100%;
        height: 500%;
    }
    .contact_info{
        padding: 40px;
    }

   



    .logo-final img{
       display: none;
    }
}

@media (max-width: 430px){

    
    .nav{
        margin-top:0;
    }
    
    .intro{
        justify-content: start;
        margin-top: 0px;
        margin: 0;
        width: 100%;
        padding: 10rem 2rem;
        height: 450px;

    
        
        
    }


    .logo-final img{
        display: none;
    }

    .intro h2{
        font-size: 50px;
        font-weight: 400;
        text-align: start;
        margin-left: 0px;
        padding: 0;

    }
    .intro h2 br{
        display: none;
    }
    .intro p{
        text-align: start;

    }
    .intro p br{
        display: none;
        
    }

    .botones{
        justify-content: center;

    }
    .intro .botones{
        display: flex;
    
    }
    .services{
        flex-direction: column;
    }
    .about_container{
        flex-direction: column;
    }
    .carac-group{
        flex-direction: column;
        
    }
    .about_container p br{
        display: none;
    }

    .contact-2{
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }


    .services_box{
        display: flex ;
        flex-direction: column;
    }

    .services_services{
        flex-direction: column;
    }
    .services_services p br{
        display: none;
    }

    .services{
        width: auto;
        margin: auto;
    }
    .services_services{
        gap: 30px;
    }
    .services_services .services_box-1{
        width: 350px;
        text-align: center;
    }

    .testimonials_1 h2{
        font-size: 24px;
    }
    .title_contact h2{
        font-size: 40px;
        line-height: 30px;
}

.title_contact h3{
    font-size: 32px ;
}

.testimonials_box_2{
    flex-direction: column;
}
.t_box{
    flex-direction: column;
    justify-content: center;
}
.t1 p br{
    text-align: center;
    display: none;

}

.mapa{
    width: 100%;
}
.contact_info{
    width: 100%;
}

body{
    background-image: url("../img/fondo-vertical.jpg");
}
}