body{
    background-color: rgb(239, 252, 239);
}
header{
    border-radius: 0px 0px 20px 20px;
    text-align: center;
}
#menuhorizontal{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#menuhorizontal a{
    display: block;
    background-color: rgb(16, 137, 106);
    text-align: center;
    padding: 8px;
    width: 200px;
    text-decoration: none;
    border-right: 1px solid #ad1111;
    border-left: 1px solid #10946d;
}
#menuhorizontal li{
float: left;
}
#menuhorizontal a:hover{
    background-color: rgb(253, 250, 250);
}
*{
    font-family: Arial, Helvetica, sans-serif;
}

.section-padding {
    padding: 70px 0;
}
.carousel-item {
    height: 80vh;
    min-height: 300px;
}
.carousel-caption {
    bottom: 200px;
    z-index: 2;
}
.carousel-caption h5{
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}
.carousel-caption p{
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}
.carousel-inner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 30, 82, 0.327);
    z-index: 1;
}
.navbar-nav a{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.navbar-dark .navbar-brand{
    color: #fdfbfb;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover{
    color: #111010;
}
.w-100{
    height: 100vh;
}
.navbar-toggler{
    padding: 1px 5 px;
    font-size: 18px;
    line-height: 0.3;
}
.services .card-boby i{
    font-size: 50px;
}
.team .card-body i{
    font-size: 20px;
}
.navbar-nav{
        text-align: center;
}
    .carousel-item{
        height: 70vh;
    }
    .w-100{
        height: 70vh;
    }
    .carousel-caption{
        bottom: 125px;
    }
    .carousel-caption h5{
        font-size: 17px;
    }
    .carousel-caption a{
        padding: 10px 15px;
        font-size: 15px;
    }
    .carousel-caption p{
        width: 100%;
        line-height: 1.5;
        font-size: 12px;
    }
    .about-text{
        padding: 50px;
    }
.card{
        margin-bottom: 30px;
}
.section-padding{
     padding: 50px 0;
}
li{
    color: #111010;
    text-align: left;
    background-size: 80%;
}
nav-link{
    background-color: #91ebac;
}
h2{
    background-color: rgb(140, 244, 115);
    background-size: 20%;
    color:#fcfbfb;
    padding: 5px;
    border-radius: 5px;
    font-size: 2em;
    text-align: center;
}
h5{
    background-position: 20px;
}
body.team-page {
    background: url('https://i.pinimg.com/564x/89/be/d8/89bed878df57580a4cf5ff75e3a6c86a.jpg') no-repeat center center / cover;
}
body.contact-page {
    background: url('https://i.pinimg.com/564x/e5/15/f7/e515f7dca217ac6514bcb6329d5f2dc3.jpg') no-repeat center center/cover; 
}

.team {
    background: transparent; /* Fondo transparente para la página de equipo */
    margin: 2rem 0;
    padding: 2rem 1rem;
    border: none; 
    color: rgb(244, 242, 242);
}
.service-item, .team-member, .testimonial {
    background: transparent;
    padding: 1rem;
    margin: 1rem 0;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.service-item i, .team-member img {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.team-member img {
    max-width: 180px;
    border-radius: 80%;
    margin-bottom: 2rem;
}

.team-member h3 {
    margin: 0.5rem 0;
}

.team-member p {
    color: #faf4f4;
}

form input, form textarea{
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 4px solid #126380;
    border-radius: 4px;
}
input{
    accent-color: rgb(243, 153, 36);
}
div class.col-12 col-md-12 col-lg-4 {
    background-color: #ad1111;
}