.swal2-with-backdrop {
    background-color: rgba(150, 148, 148, 0.3) !important;
    backdrop-filter: blur(10px) !important;
}

h1, h2, h3, p, a, span, li, div, button, h5 {
    font-family: "Roboto", serif !important;
}

.srex-info-box__item__text {
    font-family: "Roboto", serif !important;
}

    /*movil*/
.movil {
display: none;
}

.archivos {
color: white;
    width: 1%;
    font-size: 0.1em;
    padding: 0px;
    height: 0.3em;
}


.img-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*filter: grayscale(20%); !* Filtro gris *!*/
    pointer-events: none;
}

.texto-overlay {
    position: absolute;
    top: 40%;
    left: 27%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 15px;
}

.txt-1{
    font-size: 1.2em;
}

.content-header h2 {
    color: white !important;
}

.description_text {
    padding-top: 15px;
}

.description_text ul {
  list-style-image: url('img/check-page.png');
}

.description_text div {
    color: white !important;
}

@media (max-width: 768px) {
    .description_text div {
        font-size: 1.3rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .description_text div {
        font-size: 1.8rem;
    }
}

.button_space {
    padding-top: 40px;

}

.d-flex {
 display: block;
}

.srex-btn--secondary {
    background-image: linear-gradient(to right, #56ab2f 0%, #a8e063  51%, #56ab2f  100%);
    padding: 10px 60px;
      border: 3px solid #d0d0d0;
    font-size: 1rem;
}

.button_space p {
    font-size: 1.3rem;
    color: white;
    font-weight: bold;
    text-align: center;
}

.srex-info-box__item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #e0e0e0;
}

.section_about {
    background-color: #15234a
}

.section_about .container {
    padding: 25px;
}

.section_about h5 {
    color: white !important;
}

.section_about p {
    color: white !important;
}

.product_image {
    border-radius: 20px;
    border: 2px solid #e0e0e0;
    width: 500px;
}

.slogan_description {
    font-size: 1.5rem;
}

.header_text h2 {
    font-size: 2rem;
}

.srex-footer-one, h4 {
    color: white !important;
}

.srex-footer-one, a {
    color: white !important;
}

footer {
    background-color: #15234a;
    color: white;
    text-align: center;
    padding: 20px 10px;
}

footer .logo {
    margin-bottom: 10px;
}

footer p {
    margin: 5px 0;
    font-size: 14px;
}

.srex-contact__left textarea {
    border: 2px solid #e0e0e0;
}


.srex-contact__left input {
    border: 2px solid #e0e0e0;
}

.address_icon i {
    color: #15234a !important;
}


/* Contenedor principal de la galería */
.srex-portfolio-three {
    display: flex;
    justify-content: center;
    padding: 20px;
    background-color: #f9f9f9;
}

/* Slider de la galería */
/*.srex-portfolio-three__slider {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));*/
/*    gap: 15px;*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/

/* Estilo de cada ítem de la galería */
.srex-portfolio-three__slider__item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/*!* Zoom al pasar el ratón *!*/
/*.srex-portfolio-three__slider__item img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    transition: transform 0.3s ease;*/
/*}*/

/*.srex-portfolio-three__slider__item:hover img {*/
/*    transform: scale(1.1);*/
/*}*/

/*.srex-portfolio-three__slider__item:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);*/
/*}*/

/* Fancybox overlay */
.fancybox-bg {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

/* Botones de Fancybox */
.fancybox-button {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: #333;
    transition: background-color 0.3s ease;
}

.fancybox-button:hover {
    background-color: rgba(255, 255, 255, 1);
}

/* Imagen grande dentro del lightbox */
.fancybox-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.srex-contact select {
    width: 100%;
    padding: 18px 30px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 999px;
    margin: 10px 0;
}

.srex-contact select {
    border: 2px solid #e0e0e0 !important;
}

.srex-contact input[type="file"] {
    border: none;
}


a:hover {
    text-decoration: underline !important;
}

h3, .srex-accordion .accordion-header__left__badge {
    text-align: center;
}

#popupDialog {
            display: none;
            position: fixed;
            transform: translate(-50%, -50%);
            background-color: #fff;
            border: 1px solid #ccc;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            z-index: 1000;
}

#overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }

@media screen and (max-width: 750px) {
.vertex-list{
        display:none;
    }
.slide-text {
        font-size: 0.7em;
    }
    
.texto-overlay {
    top: 40%;
    left: 40%;
}
    .movil {
display: block;
padding-left: 3em;
font-size: 1.2em;
}
.srex-btn--secondary  {
max-width: 250px;
}
    
}