body {
    font-family: "Josefin Sans", "Karla", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    /* background-color: #111; */
    background-color: white;
}

.eslogan {
    padding: 100px 0 0 0;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
}

.eslogan-p {
    /* color: rgb(111, 209, 255);; */
    color: rgb(0, 174, 255);
    font-size: 40px;
    font-weight: 800;
    margin: 0 40px;
}

.eslogan-p strong {
    color: #004aad;
}

.eslogan-2-p {
    font-size: 25px;
    margin: 0 40px 40px 40px;
    color: black;
}

.row-card {
    margin-top: 40px;
    margin-bottom: 60px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-meet {
    min-width: 300px;
    max-width: 300px;
    min-height: 200px;
    max-height: 200px;
    margin: 10px 10px;
    text-align: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.card-meet:hover {
    transform: scale(1.05);
}

/* ---------------------------------------------- SERVICIOS ---------------------------------------------- */
.card-servicios {
    margin: 10px 10px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
    transition: transform 0.3s ease;
}

.card-servicios:hover {
    transform: scale(1.05);
}

.tittle_servicios {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    color: rgb(0, 174, 255);
}

.description {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    color: black;
}

.img-size {
    height: 350px;
    width: 20px;
}

.card-title {
    font-size: 20px;
    font-weight: 700;
    color: #004aad;
}


/* ----------------------------------------------------- NUESTRO EQUIPO ------------------------------------------- */
.foto-perfil-container {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.foto-perfil {
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.nombre {
    padding-top: 25px;
    font-weight: bold;
}

.descripcion {
    padding: 35px;
}

.carrusel-team {
    width: 35%;
}

.icon-data {
    width: 50px;
    height: 50px;
}

.container-team {
    display: flex;
    background-color: #eee;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.team-carrusel {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.fcb {
    color: #004aad;
}
/* ------------------------------------------------- CONTACTANOS - WHATSAPP ------------------------------------------- */
.btn-wsp {
    position: fixed;
    width: 65px;
    height: 65px;
    line-height: 65px;
    bottom: 30px;
    right: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.btn-wsp:hover {
    text-decoration: none;
    box-shadow: 3px 3px 20px green;
}

.icon-wsp {
    height: 65px;
    width: 65px;
}

/* ---------------------------------------------------- CONTACTANOS ----------------------------------------------- */
.desc-data {
    font-size: 21px;
}

.card-contact {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.card-contact:hover {
    transform: scale(1.05);
}

.card-title-form {
    font-size: 24px;
    font-weight: bold;
    color: #004aad;
    text-align: center;
    margin-bottom: 20px;
}

.form-card {
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}
.form-card form {
    width: 70%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.form-card label {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 19px;
}

.input-data {
    padding: 8px;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.btn-data {
    background-color: rgb(34, 104, 235);
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    width: 100px;
    border: none;
    cursor: pointer;
}

.btn-data:hover {
    background-color: rgb(55, 125, 255);
}


/* ------------------------------------------------- FOOTER -------------------------------------------------- */
.footer {
    background-color: #EEE;
    padding: 20px 0;
    text-align: center;
}