@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700&display=swap');

nav {
    font-family: 'Montserrat', sans-serif;
}

ul {
    list-style-type: none;
    display: flex;
    justify-content: space-around;

}

ul a {
    text-decoration: none;

}

nav ul li {
    margin-top: 40px;
    padding: 10px;
    background-color: aliceblue;
    font-size: 20px;
    box-shadow: 7px 6px 22px -6px rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10px);

}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #86ccc6;
    text-align: center;
    overflow-x: hidden;
}

.logoHome {
    width: 500px;
    margin-top: 100px;
    margin-bottom: 100px;

}

.buttonsPage {
    display: flex;
    justify-content: space-around;


}

.buttonsPage a {
    padding: 20px;
    text-decoration: none;
    background-color: aliceblue;
    box-shadow: 7px 6px 22px -6px rgba(0, 0, 0, 0.75);
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 20px;
}

.buttonsPage a:hover {
    background-color: rgb(164, 195, 211);
}

.fondoHome {
    background-image: url(../Images/fondoHomeDark.jpg);
    background-size: cover;
}

nav ul li:hover {
    background-color: rgb(164, 195, 211);

}

.missionText {
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 15px;
    overflow: hidden;
    font-size: 20px;
    color: aliceblue;
    box-shadow: 7px 6px 22px -6px rgba(0, 0, 0, 0.75);

}

.containerMission {
    padding-left: 380px;
    padding-right: 380px;

}

h2,
h3 {
    color: aliceblue;
    font-size: 30px;
    text-transform: uppercase;



}

footer {
    font-size: 18px;
    backdrop-filter: blur(10px);
    border-radius: 30px;
    box-shadow: 7px 6px 22px -6px rgba(0, 0, 0, 0.75);
    padding-top: 5px;
    padding-bottom: 5px;

}

.fondoServices {
    background-image:url(../Images/fondoServices.jpg) ;
}

.servicesText {
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 15px;
    overflow: hidden;
    font-size: 20px;
    color: rgb(0, 0, 0);
    box-shadow: 7px 6px 22px -6px rgba(0, 0, 0, 0.75);
    margin-left: 300px;
    margin-right: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.handyman {
    width: 750px;
    box-shadow: 7px 6px 22px -6px rgba(0, 0, 0, 0.75);
    border-radius: 15px;
}


.serviceList {
    padding: 30px;
    border-radius: 15px;
    overflow: hidden;
    font-size: 24px;
    color: rgb(0, 0, 0);
    box-shadow: 7px 6px 22px -6px rgba(0, 0, 0, 0.75);
    margin-left: 600px;
    margin-right: 600px;
    background-color: rgba(240, 248, 255, 0.5);
    backdrop-filter: blur(10px);
    display: block;
    list-style-type: disc;
    text-align: left;


}

.crewMembers {
    width: 750px;
    box-shadow: 7px 6px 22px -6px rgba(0, 0, 0, 0.75);
    border-radius: 15px;
    margin-bottom: 20px;

}

.tituloCrew {
    border-radius: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    text-shadow: 4px 2px 5px rgba(0, 0, 0, 0.6);

}

.fondoContact {
    background-image: url(../Images/imagenOficina.jpg);
    background-size: cover;
}

video {
    width: 700px;
    border-radius: 15px;
    box-shadow: 10px 8px 25px -8px rgba(0, 0, 0, 0.75);
}

.handymanYtexto {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.handymanYtexto p {
    margin-right: 100px;
    margin-left: 100px;

}

.handymanYtexto img {
    max-width: 40%;
    height: auto;
    margin-right: 40px;
}

.videoYlista {
    display: flex;
    padding-left: 92px;
    margin-bottom: 20px;
    align-items: center;

}

.videoYlista ul {
    margin-right: 10px;
    margin-left: 165px;


}

.titleService {
    font-size: 40px;
    margin: 50px;
    text-shadow: 4px 2px 5px rgba(0, 0, 0, 0.6);

}

form {
    display: inline-block;
    vertical-align: middle;

}

.tituloContact {
    margin-top: 50px;
    text-align: center;
    color: #333;
}

form {
    width: 50%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

}

input,
textarea {
    width: 95%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

textarea {
    height: 100px;
}

button {
    width: 95%;
    padding: 10px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.boton-contacto {
    display: inline-block;
    padding: 10px 20px;
    background-color: #51b15c; 
    color: #fff; 
    text-decoration: none; 
    border-radius: 5px; 
    transition: background-color 0.3s; 
    margin: 35px;
    font-size: 30px;
}

.boton-contacto:hover {
    background-color:  #3e8746; 
}