
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #fdfdfd;
}

.navbar-brand,
.navbar-nav .nav-link {
    position: relative;
    color: #fcfafb; /* Color del texto */
    font-weight: bold; /* Texto en negrita */
}

.navbar-brand::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.bg-body-tertiary{
    background-color: #125C58 !important ;
}

.navbar-brand:hover::after {
    visibility: visible;
}

nav  a::after{
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    bottom: 0;
    left: 0;
    background-color: #125C58;
    transition: all 0.3s ease;
}

 nav a:hover::after{
    width: 70%;
}


.navbar-nav .nav-link:hover {
    color: #4aa39f; /* Cambio de color al pasar el ratón */
}


.navbar-brand:hover::after {
    visibility: visible;
}

nav  a::after{
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    bottom: 0;
    left: 0;
    background-color: #53ccc6;
    transition: all 0.3s ease;
}

 nav a:hover::after{
    width: 70%;
}
.contai {
    margin: 0 auto;
    padding: 0 20px;
}



.service-button{
    text-decoration: none;
    background-color: #125C58;
    border-radius: 20px;
    color: white;
    padding: 10px;
}

.service-button:hover{
    text-decoration: none;
    background-color: #2da8a2;
   
}

/* logo */
.fab {
    color: rgb(247, 237, 247);
    padding: 10px;
}
li{
    color: rgb(0, 0, 0) !important;
}

.carousel-item{
    width: 100%;
}

.fondos{
    background-color: #125C58;
    color: #dee2e6;
}

.ico{
    width: 150px;
}
/*  footer */

.footer {
    color: #ffffff;
    padding: 60px 0;
    background-color: #125C58;
}

.copyright{
    max-width: 1200px;
    margin: auto;
    padding: 1rem;
    color: #141414;
    font-size: 0.8rem;
    text-align: center;
}



.more-info p{
    width: 90%;
    margin: auto;
}

.more-info h2{
    text-align: center;
    margin-bottom: 20px;
}

.h1{
    font-weight: bold !important;
    min-width: 100%;
    background-color: whitesmoke;
    color: #125C58;
    padding: 1rem;
}

h2{
    color: #125C58 !important;
}
/* ------------------ */
#carouselExampleAutoplaying .carousel-item img {
    object-fit: cover;
    object-position: top;
    width: 100%;
}


.ajuste {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    font-family: 'Arial', sans-serif;
}

p.lead {
    font-size: 1.25rem;
    line-height: 1.75;
    color: #6c757d;
}



.bg-light {
    background-color: #f8f9fa !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.rounded {
    border-radius: 0.25rem !important;
}
.img{
    border-radius: 20px;
}



.card {
    position: relative;

}

.card-img-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.card-title {
    margin: 0;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.card img {
    height: 300px;
    object-fit: cover;
}

#clientCarousel .carousel-item img {
    height: 100px;
    object-fit: contain;
}

#clientCarousel .carousel-item p {
    margin-top: 10px;
    font-size: 1rem;
}


.wrapper {
    display: flex;
    width: 90%;
    justify-content: space-around;
}

.card {
    width: 280px;
    height: 360px;
    border-radius: 15px;
    padding: 1.5rem;
    background: white;
    position: relative;
    display: flex;
    align-items: flex-end;
    margin: auto;
    transition: 0.4s ease-out;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}

.card:hover {
    transform: translateY(20px);
}

.card:hover:before {
    opacity: 1;
}

.card:hover .info {
    opacity: 1;
    transform: translateY(0px);
}

.card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
}

.card .info {
    position: relative;
    z-index: 3;
    color: white;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s;
}

h1{
margin: 0px;
}
p{
letter-spacing: 1px;
font-size: 15px;
margin-top: 8px;
}

.logo .col-6 img {
    transition: transform 0.3s ease;
}

.logo .col-6 img:hover {
    transform: scale(1.1);
}


.nosotros-banner {
    position: relative;
    width: 100%;
    height: 400px; /* Ajusta la altura del banner según tus necesidades */
    overflow: hidden;
}
h1{
    font-weight: bold;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white !important;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
}


.info-block {
    background-color: #125C58;
    color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height: 100%;
}

.info-block:hover {
    transform: translateY(-10px);
}

.info-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.info-block p {
    font-size: 1rem;
    line-height: 1.5;
}

.tareas {
    background-color: #ffffff; /* Fondo blanco para diferenciar */
    color: #125C58; /* Texto en color verde */
}
/* contacto */
.contact-form-container {
    background-color: #1f1e1e8a;
    padding: 40px 50px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    max-width: 450px;
    margin: 50px auto;
    width: 100%;
    animation: fadeIn 1s ease-in-out;
}

.avion {
    background-image: url(../img/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.container-fluid {
    color: white;
}

.text {
    color: white !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-form-container h1 {
    margin-bottom: 30px;
    color: white;
    text-align: center;
    font-size: 24px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    background: #f7f7f7;
    transition: all 0.3s ease;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #125C58;
    background: #ffffff;
}

.form-group label {
    font-size: 16px;
    color: white;
    margin-bottom: 5px;
    display: block;
}

.form-group button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    background: #125C58;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.form-group button:hover {
    background: #41a39e;
}


.services-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.services-title {
    font-size: 36px;
    margin-bottom: 20px;
    color: #125C58;
}

.services {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.service-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: calc(33.333% - 20px);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: scale(1.05);
}

.service-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service-title {
    font-size: 24px;
    color: #125C58;
    margin: 15px 0;
}

.service-description {
    font-size: 16px;
    color: #333;
    padding: 0 15px 20px;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #1da04d;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 7px;
}

.language-selector {
    position: absolute;
    top: 10px;
    right: 10px;
}

.language-selector img {
    width: 30px;
    cursor: pointer;
    margin-left: 10px;
}



@media (min-width: 900px) {
    #carouselExampleAutoplaying .carousel-item img {
        height: 600px;
    }
}


@media (max-width: 600px) {
    #carouselExampleAutoplaying .carousel-item img {
        height: 300px;
    }
    .row.justify-content-center {
        justify-content: center !important;
    }

}


@media only screen and (max-width: 768px) {
    .service-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .service-image {
        width: 100% !important;
        height: auto !important;
    }
    .service-description {
        margin-top: 20px; /* Espacio entre la imagen y el texto */
  
        width: 100% !important;
    }

}

.logo-container {
    display: flex;
    align-items: center;
}
.logo-container span{
    font-size: 15px !important;
}

.navbar-brand {
    margin-left: 10px; /* Ajusta el espacio entre el logo y el texto */
}


.footer .phone-link {
    color: white !important;
}

.footer .phone-link:hover {
    text-decoration: underline;
}


