@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.header{
    display: flex;
    justify-content: center;
}

.navegador{
    list-style-type: none;
    display:flex;
    flex-direction: row;
    text-decoration: none;
    justify-content: space-evenly;
    font-family:Tahoma;
    align-items: center;
    background-color: rgb(204, 204, 204);
    padding: 15px;
}
.textonegro{
    text-decoration: none;
    color: black;
}
a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.boton1{
    border:none;
    border-radius: 4px;
    width: 100px;
    height: 40px;
    background-color: rgb(235, 235, 235);
    box-shadow: inset 0 0 0 0 rgb(255, 136, 0);
    transition: ease-out 0.3s;
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.boton1:hover{
    box-shadow: inset 100px 0 0 0 rgb(255, 136, 0);
}
.boton2{
    border:none;
    border-radius: 4px;
    width: 100px;
    height: 40px;
    background-color: rgb(255, 136, 0);
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.nuestroperfil{
    display: flex;
    text-align: center;
    justify-content: center;
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
}
.parrafosomos{
    display: flex;
    flex-direction: column;
    text-align: justify;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center; 
    font-family: 'Quicksand', sans-serif;   
}
.parrafosomos2{
    width: 600px;
    margin-bottom: 15px;
}
.fondofooter{
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 123, 0);
    font-family: 'Quicksand', sans-serif;
}
.fotos{
    display: flex;
    height: 350px;
}
.servicios{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 50px;
}
.parrafoservicios{
    display: flex;
    flex-direction: column;
    width: 600px;
    font-family: 'Quicksand', sans-serif;
    font-size:medium;
    text-align: justify;
    margin-right: 20px;
    justify-content: space-evenly;
}
.nuestroservicio{
    display: flex;
    font-weight: 100px;
    justify-content: center;
    font-style: bold;
    font-family: 'Bebas Neue', cursive;
    font-size: 60px;
}
.subtituloservicio{
    display: flex;
    justify-content:flex-start;
    align-items:flex-start;
    margin-left: 460px;
    font-size: 30px;
    font-family: 'Bebas Neue', cursive;
}
/* /* estilos carousel */

.carousel .carousel-item {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
    width: 1000px;
    height: 1000px;
}
.carousel .carousel-item img {
    width:100%;
    height:100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 15px;
}
.titulosslide{
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
}
.titulosslide2{
    font-family: 'Bebas Neue', cursive;
}

.titulo3{
    display: flex;
    text-align: center;
    justify-content: center;
    font-family: 'Quicksand', sans-serif;
}
.primerparrafo{
    font-family: 'Quicksand', sans-serif;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
    display: flex;
    margin-left: 10px;  
}
.segundoparrafo{
    display: flex;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
}
.fotoscar{
    background-color: rgb(226, 226, 226);
    text-align: justify;
    border-radius: 10px;
    font-family: 'Quicksand', sans-serif;
}

/* banner */

/* formulario */
.encontranos{
    display: flex;
    justify-content: center;
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
}
.contacto{
    display: flex;
    flex-direction: row;
    margin-left: 30px;
    justify-content: space-around;
}
.formulario{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    align-content: center;

}
.formulario2{
    display: flex;
}
.botoncentrado{
    display: flex;
    justify-content: center;
    justify-items: center;
    text-align: center;
}
.formulario2{
    display: flex;
    flex-direction: column;
}
.formulario3{
    font-size: 20px;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
}
.contactofinal{
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
}
.fondogris{
    background-color: rgb(204, 204, 204);
    border-radius: 10px;
    padding: 30px;
}
.informacion{
    text-decoration: none;
    list-style-type: none;
    list-style: none;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;

}