@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    font-family: "Baskervville SC", sans-serif;
}

.carousel-wrapper,
.carousel-container,
.review-card,
.review-header,
.review-body,
.review-header .user-info strong,
/* Nombre del usuario */
.review-header .user-info small,
/* Fecha */
.header-section,
.footer-section {
    font-family: Arial, sans-serif!important;
    /* Fuente exclusiva para el carrusel */
}

a {
    text-decoration: none;
}

.headerNav {
    background-color: red;
}

.navDiv {
    top: 0px;
    left: 0px;
    z-index: 10;
    position: fixed;
    display: block;
    width: 100%;
    box-shadow: 5px 0px 7px white;
}

.logoNav {
    display: inline-block;
    width: 200px;
    height: 50px;
    margin-left: 10px;
}

.menu {
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: center;
    list-style: none;
    background-color: #212529;
    margin-left: auto;
}

.menu li {
    font-weight: bold;
    font-size: 1.0em;
    text-transform: uppercase;
}

.menu li a {
    text-decoration: none;
    padding: 5px;
    margin: 5px 5px 5px 5px;
    transition: 0s;
}

.menu li a:link {
    color: white;
}

.menu li a:visited {
    color: white;
}

.menu li a:hover {
    color: #BEBEBE;
    border-bottom: 2px #BEBEBE solid;
}

.menu li a:active {
    color: #BEBEBE;
    border-bottom: 2px #BEBEBE solid;
}

.botonAqui {
    color: #BEBEBE !important;
    border-bottom: 2px #BEBEBE solid !important;
}

/* Estilo para el enlace activo */
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:active {
    color: #BEBEBE !important; /* Color plateado */
    border-bottom: 2px solid #BEBEBE !important; /* Borde inferior plateado */
}

/* Estilo para el hover (opcional) */
.navbar-nav .nav-item .nav-link:hover {
    color: #BEBEBE !important; /* Color plateado al hacer hover */
    border-bottom: 2px solid #BEBEBE !important; /* Borde inferior plateado al hacer hover */
}

.elementoMenu {
    display: inline-block;
}

.navbar-toggler {
    margin: 10px;
    color: #f7f7f7;
    background-color: #f7f7f7;
    border: none;
}

.imageCarousel {
    margin-top: 75px;
    filter: grayscale(10%);
    opacity: 0.8;
    width: 100%;
}

.textoIndexTitulo {
    color: black;
    font-weight: 700;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 1.6em;
}

.textoIndexInfoPar2 {
visibility: hidden;
display: none;
height: 0px;
}

.textoIndexInfo {
    color: black;
    font-weight: 400;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 0.9em;
    font-family: sans-serif;
}

.cardsh1-title {
    padding-top: 30px;
    margin-bottom: 20px;
    font-size: 1.8em;
    font-weight: 600;
}

.cardAreas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px !important;
}

.cardAreas img {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: .8;
    height: 75px;
}

.cardAreas img:hover {
    opacity: 1;
    transition: 0.3s;
}

.cardAreas h3 {
    font-weight: bold;
    font-size: 1.5em;
    color: white;
}

.cardAreas h4 {
    font-weight: bold;
    font-size: .9em;
    font-weight: 100;
    color: white;
    padding: 5px;
    font-family: sans-serif;
}

.form-format {
    font-size: 14px;
    border-width: 0px;
    border-bottom: 2px #484b4e solid;
    width: 40vw;
    resize: none;
    margin-bottom: 20px;
    font-family: sans-serif;
}

.form-format:hover {
    border-bottom: 2px black solid;
    transition: 0.5s;
}

.form-format:focus {
    outline: none;
    resize: none;
}

.botonContacto {
    width: 300px;
    height: 50px;
    background-color: #484b4e;
    color: rgba(255, 255, 255, 0.9607843137);
    font-size: 25px;
    font-weight: bold;
    margin-top: 50px;
}

.botonContacto:hover {
    background-color: black;
    transition: 0.5s;
}

.footer {
    background-color: #212529;
    font-weight: lighter;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer p {
    color: rgba(255, 255, 255, 0.9607843137);
    font-size: 1.3em;
}

.footer div {
    align-items: center;
}

.telMail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.telMail img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px;
}

.telMail p {
    display: inline-block;
    margin: 5px;
    font-family: sans-serif;
}

.telefono {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: initial;
}

.mail {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: initial;
    font-family: sans-serif;
}

.derechos-font p {
    font-family: sans-serif;
}

.logoFooter {
    /*display: inline-block;*/
    filter: invert(99%) sepia(25%) saturate(223%) hue-rotate(226deg) brightness(116%) contrast(100%);
    height: 100px;
    padding-bottom: 5px;
}

.divIconos img {
    filter: invert(99%) sepia(98%) saturate(20%) hue-rotate(314deg) brightness(104%) contrast(100%);
    width: 40px;
    height: 40px;
    margin-top: 5px;
}

.divIconos img:hover {
    filter: invert(85%) sepia(0%) saturate(1%) hue-rotate(103deg) brightness(91%) contrast(91%);
    ;
    width: 40px;
    height: 40px;
}

.iconosFooter p {
    align-content: center;
    margin: 10px;
}

.visibleCelular {
    visibility: visible;
}

.visiblePc {
    visibility: hidden;
    display: none;
}

.carousel-caption {
    transform: translateY(-70%);
}

.carousel-caption h5 {
    font-weight: bold;
    font-size: 2.5em;
}

.carousel-caption p {
    font-size: 1.2em;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 15vw;
    height: 15vw;
}

.error404Page {
    padding: 0;
    margin-top: 100px !important;
}

.error404Image img {
    width: 80vw;
    height: auto;
    margin: 0;
    padding: 0;
}

.error404Texto {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error404Texto h1 {
    font-size: 3em;
    font-weight: bold;
    color: black;
}

.error404Texto h2 {
    font-size: 1.7em;
    font-weight: bold;
    color: black;
}

.error404Texto h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.9725490196);
}

.error404Texto a {
    margin-top: 20px;
    border-radius: 10px;
    background-color: rgb(66, 66, 66);
    border: 4px solid black;
    color: rgba(255, 255, 255, 0.9607843137);
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}

.error404Texto a:hover {
    background-color: black;
    transition: 0.3s;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.equipo {
    padding-top: 20px;
    text-align: center;
}

.equipo h1 {
    font-weight: 800;
    font-size: 1.5em;
    margin: 100px 0px 0px 0px;
}

.cardEquipo {
    margin: 30px 0px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.cardEquipo img {
    width: 80vw;
    margin: 0px;
    padding: 0px;
}

.cardEquipo div {
    width: 80vw;
    margin: 0px;
    padding: 0px;
}

.equipo-rol {
    font-size: 0.8em;
    font-family: sans-serif;
    font-weight: 700;
    color: #f7f7f7;
    margin: 0px;
    padding: 15px 0px 0px 0px;
}

.equipo-nombre {
    font-size: 1.2em;
    font-weight: 600;
    color: #f7f7f7;
    margin: 10px 0px 20px 0px;
    padding: 0px;
}

.equipo-tel {
    font-size: 0.9em;
    font-family: sans-serif;
    font-weight: 100;
    color: #f7f7f7;
    margin: 0px;
    padding: 0px;
}

.equipo-mail {
    font-size: 0.9em;
    font-family: sans-serif;
    font-weight: 100;
    color: #f7f7f7;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.contact-main {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.contact-section {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.contact-form {
    flex: 1;
    width: 95vw;
    align-items: center;
}

.contact-form h1 {
    margin-bottom: 20px;
    font-weight: 600;
}

form {
    display: flex;
    flex-direction: column;
}

form label {
    margin-bottom: 15px;
    display: flex;
}

form input,
form textarea {
    margin-bottom: 10px;
    font-size: 1em;
    display: block;
    width: 90vw;
}

.buttonHolder {
    text-align: center;
    margin: auto;
}

.form-button {
    padding: 10px;
    background-color: #333;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
}

.form-button:hover {
    background-color: #0f0f0f;
}

.map-container {
    flex: 1;
    width: 90vw;
}

.map-container h1 {
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0px;
    align-self: center;
}

.form-textarea {
    height: 25vh;
}


/******/

.review-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin: 10px;
    text-align: left;
    width: 300px;
    flex-shrink: 0;
    background-color: #f5f5f5;
}

.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-info {
    display: flex;
    align-items: center;
}

.user-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.review-body {
    margin-top: 10px;
}

.stars {
    color: #ffc107;
    font-size: 20px;
}

.carousel-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.carousel-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
}

.carousel-container::after {
    content: '';
    flex: 0 0 10px;
    /* Espacio adicional para mostrar el borde derecho */
}

.carousel-container::-webkit-scrollbar {
    display: none;
}

.control-btn {
    background-color: rgba(200, 200, 200, 0.5);
    /* Gris más claro con 50% de transparencia */
    border: none;
    border-radius: 50%;
    width: 60px;
    /* Más grande */
    height: 60px;
    /* Más grande */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 28px;
    /* Flecha más grande */
    font-weight: bold;
    /* Flecha más gruesa */
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    z-index: 10;
}

.control-btn:hover {
    background-color: rgba(200, 200, 200, 0.7);
    /* Más opaco al hacer hover */
    transform: scale(1.1);
}

.control-btn.prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.control-btn.next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.header-section {
    text-align: center;
    margin-bottom: 20px;
}

.header-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.header-section p {
    font-size: 1rem;
    color: gray;
}

.footer-section {
    text-align: center;
    margin-top: 20px;
    color: gray;
}

.footer-section span {
    font-weight: bold;
    color: black;
}


/*******/

@media (min-width: 359px) {

    .logoNav {
        width: 240px;
        height: 60px;
    }

    .menu li {
        padding-top: 10px;
    }

    .menu li a {
        padding: 10px;
    }

    .textoIndexInfoPar2 {
        visibility: hidden;
        height: 0px;
        }

    .footer p {
        font-size: 1.2em;
    }

    .imageCarousel {
        margin-top: 85px;
    }

    .visibleCelular {
        visibility: hidden;
        display: none;
    }

    .visiblePc {
        visibility: visible !important;
        display: block;
    }
}

@media (min-width: 576px) {

    .logoNav {
        width: 292px;
        height: 73px;
    }

    .navbar-toggler {
        margin: 20px;
    }

    .textoIndexInfoPar2 {
        visibility: hidden;
        height: 0px;
        }

    .form-contact {
        margin-left: 50px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {

    .navbar-collapse {
        position: absolute;
        top: 100px;
        right: 0;
        width: 30%;
        background-color: #212529;
        box-shadow: 5px 0px 7px white;
    }

    .menu {
        width: auto;
        align-self: flex-end;
        display: flex;
    }

    .menu li {
        align-self: flex-end;
    }

    .elementoMenu {
        display: inline-block;
    }

    .textoIndexTitulo {
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 50px;
        font-size: 2em;
    }

    .textoIndexInfo {
        margin-left: 50px;
        margin-right: 50px;
        font-size: 1.1em;
    }

    .textoIndexInfoPar2 {
        visibility: visible;
        display: inline-block;
        height: auto;
        }

    .footer div {
        align-items: normal;
    }

    .iconosFooter {
        padding-left: 100px;
    }

    .logoFooter {
        margin-left: auto;
        padding-bottom: 0px;
    }

    .equipo {
        padding-top: 40px;
    }

    .equipo h1 {
        font-weight: 1000;
        font-size: 1.8em;
        margin: 100px 0px 0px 0px;
    }

    .cardEquipo img {
        width: 40vw;
    }

    .cardEquipo div {
        width: 40vw;
    }

    .equipo-rol {
        font-size: 1em;
    }

    .equipo-nombre {
        font-size: 1.4em;
    }

    .equipo-tel {
        font-size: 1.1em;
    }

    .equipo-mail {
        font-size: 1.1em;
    }

    .contact-section {
        flex-direction: row;
    }

    .contact-form {
        max-width: 50%;
    }

    .map-container {
        max-width: 50%;
    }

    .contact-main {
        padding-top: 22vh;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 11vh;
    }

    form input,
    form textarea {
        display: inline;
        width: auto;
    }

}

@media (min-width: 992px) {

    .menu {
        padding-right: 50px;
    }

    .textoIndexTitulo {
        margin-left: 150px;
        margin-right: 150px;
        margin-top: 20px;
        font-size: 2em;
    }

    .textoIndexInfo {
        margin-left: 150px;
        margin-right: 150px;
        margin-bottom: 20px;
        font-size: 1.1em;
        font-family: sans-serif;
    }

    .textoIndexInfoPar2 {
        visibility: visible;
        display: inline-block;
        height: auto;
        }

    .areas-trabajo {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 30px;
    }

    .footer p {
        font-size: 1em;
    }

    .error404Page {
        margin-top: 120px;
        height: 75vh;
    }

    .error404Image img {
        width: 45vw !important;
        height: auto;
    }

    .error404Texto {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .equipo {
        padding-top: 20px;
        padding-left: 120px;
        padding-right: 120px;
    }

    .equipo h1 {
        font-size: 1.8em;
        margin-top: 130px;
        margin-bottom: 30px;
    }

    .cardEquipo {
        margin: 30px 0px;
    }

    .cardEquipo img {
        width: 25vw;
    }

    .cardEquipo div {
        width: 25vw;
    }

    .equipo-rol {
        font-size: 1em;
    }

    .equipo-nombre {
        font-size: 1.4em;
    }

    .equipo-tel {
        font-size: 1.1em;
    }

    .equipo-mail {
        font-size: 1.1em;
    }

    .contact-section {
        flex-direction: row;
    }

    .contact-form {
        max-width: 50%;
    }

    .map-container {
        max-width: 50%;
    }

    .contact-main {
        padding-top: 120px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 20px;
    }

    form input,
    form textarea {
        display: inline;
        width: auto;
    }
}