
/* Estilos Generales Nuevo */

html, body {
    overflow-x: hidden; /* Previene el scroll horizontal */
}

.font_menu {
    color: #fff;
    font-size: small;
    font-family: 'Lulo-Clean-W01-One';
}

.font_menu:hover {
    color: #A0A0A0;
}

.fa-caret-down:hover {
    color: #A0A0A0 !important;
}

.font_menu_entrar {
    color: #000;
    font-size: medium;
    font-family: 'Lulo-Clean-W01-One';
}

.font_menu_registro {
    color: #fff;
    font-size: medium;
    font-family: 'PublicaSansRound-Light';
}

.boton_fondo_entrar {
    background-color: #FFEED9;
    border-radius: 8px;
    border: solid;
    border-color: #FFEED9;
    text-decoration: none;
}

.boton_fondo_entrar:hover {
    background-color: #A0A0A0;
}

.boton_fondo_registro {
    background-color: #A0A0A0;
    border-radius: 35px;
    border: solid;
    border-color: #A0A0A0;
    text-decoration: none;
    width: 12em;
    float: right;
}

.carreras {
    letter-spacing: -2px;
    text-align: end;
    font-size: 33px;
    font-style: normal;
    line-height: 37px;
    border-right: 6px solid #fff;
    padding-right: 20px;
}

.boton_fondo_beneficios {
    background-color: #A0A0A0;
    border-radius: 8px;
    border: solid 1px;
    border-color: #fff;
    text-decoration: none;
}

.boton_fondo_beneficios:hover {
    background-color: rgb(0, 0, 0);
    color: #fff;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(0 0 0 / 90%);
}

/* Estilos de Imágenes de Fondo */

.colorada-img {
    background-image: url("web-images/2023/colorada.jpg");
    max-width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.completa {
    background-image: url("web-images/2023/colorada.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    animation: cambioFondo 30s infinite;
}

@keyframes cambioFondo {
    0% {
        background-image: url("web-images/2023/colorada.jpg");
    }
    33.33% {
        background-image: url("web-images/2023/colorada2.jpg");
    }
    66.66% {
        background-image: url("web-images/2023/colorada3.jpg");
    }
    100% {
        background-image: url("web-images/2023/colorada.jpg");
    }
}

.img-centro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-width: 80%;
    height: auto;
}

.completa2 {
    background-image: url("web-images/2023/colorada.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden !important;
    justify-content: center !important;
    width: 100% !important;
    display: flex !important;
    position: relative !important;
    min-height: calc(100vh - var(--header-height));
}

/* Estilos de Texto */

.texto_colo {
    padding: 0px;
    text-align: end;
    font-size: 68px;
    line-height: 68px;
    color: #000;
    font-style: italic;
}

.p_colo {
    font-size: 31%;
    text-align: end;
    padding-left: 71%;
    font-weight: 300;
    line-height: 20px;
    width: 100%;
}

.ancho_col {
    max-width: 6.25%;
}

.fondo:hover {
    color: #000 !important;
    background-color: #A0A0A0 !important;
}

/* Sticky Social Media */
#sticky-social {
    left: 0;
    position: fixed;
    z-index: 9999;
    top: 150px;
}

#sticky-social a {
    color: #fff;
    display: block;
    height: 35px;
    font: 16px "Open Sans", sans-serif;
    line-height: 35px;
    position: relative;
    text-align: center;
    width: 35px;
}

#sticky-social a:hover span {
    left: 100%;
}

#sticky-social a span {
    line-height: 35px;
    left: -120px;
    position: absolute;
    text-align: center;
    width: 120px;
}

/* Media Queries */
@media only screen and (max-width: 992px) {
    #p_mobile {
        display: none;
    }
    
    .completa {
        min-height: 50vh;
    }
    
    .background-img-2 {
        margin-left: 8px;
        margin-right: 8px;
        min-height: 360px !important;
        background-size: contain;
    }
    
    .texto_colo {
        font-weight: bold;
        font-size: 35px;
        line-height: 33px;
        color: #000;
        margin-top: 4%;
        font-family: 'PublicaSansRound-ExtraBold';
    }
    
    .p_colo {
        font-size: 38%;
        color: #000;
        font-weight: 500;
        line-height: 20px;
    }
    
    .carreras {
        font-size: 25px;
        line-height: 22px;
    }
    
    .center2 {
        width: 40%;
        margin-bottom: 22px;
    }
    
    #menu_mobile {
        border-bottom: solid 1px;
        border-color: #82817E;
        padding-bottom: 12px;    
        margin-left: 8px;    
    }
    
    #centrado {
        text-align: center;
        background-color: #000;
    }
    
    #navbar-collapse-1 {
        margin-top: 0% !important;
        background-color: #fff;
        z-index: 9999;
        border-radius: 18px;
    }
    
    #menu_mobile:hover {
        background-color: #82817E;
    }
}

@media only screen and (max-width: 768px) {
    .texto_colo {
        font-size: 25px;
        line-height: 28px;
    }
    
    .p_colo {
        font-size: 35%;
    }
    
    .carreras {
        font-size: 20px;
        line-height: 24px;
    }
}

html, button, input, select, textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    font-size: 100%;
    background-color: #82817E;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    font-family: 'BePublicaSansRound-ExtraBold-ExtraBold';
}

::-webkit-scrollbar {
    width: 7px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #000;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* Fancybox Overlays */
.fancybox-lock .fancybox-overlay {
    overflow: auto;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
}

.fancybox-overlay {
    position: absolute;
    width: 100% !important;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.5);
}

.fancybox-opened {
    z-index: 9999999;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

.fancybox-skin {
    text-shadow: none;
    border-radius: 5px;
}

.fancybox-inner {
    overflow: visible !important;
    height: auto;
}

/* Newsletter Popup */
#newsletter-popup, #textme-popup, #emailme-popup {
    width: 500px;
}

.popup-content {
    background: #c4c3c3;
}

.po-co-title {
    padding: 15px;
    background: #00bff3;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.bp-center {
    text-align: center;
}

.po-co-form {
    padding: 15px 30px;
    padding-bottom: 40px;
}

.bp-rel {
    position: relative;
}

.par-medium, .po-co-form, .po-co-form .dontShow, .b-f-c-hover .item .b-f-item-capt, .b-f-c-hover .item .b-f-item-capt p {
    font-size: 14px;
}

.po-co-form h3 {
    line-height: 22px;
    color: #878a8f;
}

.co-form h3, .b-f-c-hover .item .b-f-item-capt h2 {
    font-size: 25px;
}

/* Títulos */
h2 {
    color: #000 !important;
    padding: 2em;
    padding-bottom: 0.4em;
    position: relative;
    text-align: center;
    margin-bottom: 1.5em;

}

h2::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 30%;
    height: 1px;
    background-color: #000;
}

h3 {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}

.p-c-btn:hover {
    background: #00abda;
    color: #fff;
}

.p-c-btn {
    min-width: 232px;
    padding: 15px;
    background: #00bff3;
    border: none;
    color: #fff;
    font-size: 18px;
}

/* Formulario de contacto */
.p-c-input {
    display: block;
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    border: none;
    background: #fff;
    font-size: 18px;
    font-family: 'PublicaSansRound-Regular';
}

.p-c-input2 {
    display: block;
    color: #777777;
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    border: none;
    background: #fff;
    font-size: 18px;
    font-family: 'PublicaSansRound-Regular';
}

/* Scrollbar */
.mobile-input, .p-c-input {
    appearance: none;
    border-radius: 0;
    box-shadow: none;
}

.po-co-form p {
    padding: 5px 0;
}

.par-small, .po-co-form p {
    font-size: 12px;
}

.p-c-fo-bottom {
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -25px;
}

/* Estilos generales para imágenes y centrado */
iframe {
    max-width: 100%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.center2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.bradio {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4em;
    border-radius: 25px;
    border: 2px solid #000;
}

/* Fondos */
.fondito {
    background-color: #82817E;
    text-align: center;
}

.footer {
    background-color: #82817E !important;
}

/* Contenedores de ancho completo */
.full-width-container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.full-width-container-mapa {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.full-width-container-contacto {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 10px;
    padding: 10px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid #000;

}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.gallery-item img:hover {
    transform: scale(1.1);
}

/* style.css */

/* Estilo general del modal */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.9); /* Fondo oscuro */
}

/* Imagen dentro del modal */
.modal-content {
    margin: auto;
    display: block;
    max-width: 100%;  /* Mantén la imagen dentro del viewport si es muy grande */
    height: auto;     /* Mantén las proporciones */
}

/* Imagen en tamaño original */
.modal-content[src] {
    width: auto;      /* Elimina restricciones de ancho */
    height: auto;     /* Elimina restricciones de altura */
    max-width: none;  /* Evita que el CSS de otros elementos limite el ancho */
    max-height: none; /* Evita que el CSS de otros elementos limite la altura */
}

/* Botón de cierre */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Caption (texto debajo de la imagen) */
.modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Botones de navegación */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.navbar-light .navbar-toggler-icon {
    background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-light .navbar-toggler:hover, .navbar-light .navbar-toggler:focus {
    background-color: #000 !important;
}

.grecaptcha-badge { visibility: hidden; }

.masobras{display: none;}


/* Media Query para pantallas más pequeñas */
@media only screen and (max-width: 768px) {
    .img-centro {
        max-width: 70%; /* Ajusta el tamaño de la imagen para pantallas pequeñas */
    }
}

@media only screen and (max-width: 576px) {
    .img-centro {
        max-width: 50%; /* Ajusta aún más el tamaño en pantallas muy pequeñas */
    }
}

@media only screen and (min-width: 1200px){
    #mini-whats{
        
        display: none;
        
    }
    }     
@media only screen and (max-width: 1200px){
        #whats{
            
            display: none;
            
    }
    }
                 
@media only screen and (min-width: 1200px){
        #whats1300{    
            
            margin-top: -32px;
            
    }
    }
