@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Titulo';
    src: url(../fuentes/TT\ Ramillas\ Trial\ Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Parrafo';
    src: url() format('truetype');
}

:root {
    /*################ FUENTES ################*/
    /*################ FUENTES ################*/
    --title-font: "Poetsen One", sans-serif;
    --normal-font: "Roboto", sans-serif;

    /*################ TIPOGRAFIA DE TEXTO ################*/
    /*################ TIPOGRAFIA DE TEXTO ################*/
    /* Título principal */
    --fs-h1: clamp(1.375rem, 1.6vw + 1rem, 3.75rem);
    /* Subtítulo */
    --fs-h2: clamp(1.25rem, 1.5vw + 0.75rem, 3rem);
    /* Título menor */
    --fs-h3: clamp(1.125rem, 1.4vw + 0.5rem, 2.25rem);
    /* Encabezado pequeño */
    --fs-h4: clamp(1rem, 1.2vw + 0.25rem, 1.75rem);
    /* Texto normal */
    --fs-body: clamp(0.95rem, 1vw + 0.5rem, 1.5rem);
    /* Texto pequeño */
    --fs-small: clamp(0.875rem, 0.8vw + 0.25rem, 1.2rem);
    /* Texto muy pequeño */
    --fs-xs: clamp(0.75rem, 0.6vw + 0.2rem, 1rem);

    /*################ NEGRILLA AL TEXTO ################*/
    /*################ NEGRILLA AL TEXTO ################*/
    /* --font-medium: 500;
    --font-semi-bold: 600; */
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    /*################## MARGENES ##################*/
    /*################## MARGENES ##################*/
    --mb-1: .5rem;
    --mb-2: 1rem;
    --mb-3: 1.5rem;
    --mb-4: 2rem;
    --mb-5: 2.5rem;
    --mb-6: 3rem;
    /*################## z-index ##################*/
    /*################## z-index ##################*/
    --toolkid: 100;
    --index-1: 10;
    --index-2: 30;
    --index-3: 60;
    --index-4: 90;

    /*################ COLORES ################*/
    /*################ COLORES ################*/
    /*######## Color Fondo Principal ########*/
    /*######## Color Fondo Principal ########*/
    --body-color: #ebeff1;
    /*######## Color NavBar ########*/
    /*######## Color NavBar ########*/
    --navbar-color: #000000;
    /* --navbar-color: #cb274a; */
    --navbtn-color: #ff7100;
    --navbtnhover-color: #ffffff;
    /*######## Color Barra Titulo ########*/
    /*######## Color Barra Titulo ########*/
    --barra-color: #002b6a;
    --barra-text-tile: #ffffff;
    /*######## Color Botones Consultar Y Ver Mas ########*/
    /*######## Color Botones Consultar Y Ver Mas ########*/
    --btn-tabs: #cb274a;
    --fond-tabs: #dbdddf;
    /* e7e7e7 */
    /*#03655c*/
    /*######## Color Botones WhatsApp, Email, Ver Mapa ########*/
    /*######## Color Botones WhatsApp, Email, Ver Mapa ########*/
    --btnredes-color: #009100;
    /*######## Color Footer ########*/
    /*######## Color Footer ########*/
    --footer-color: #535252;
    --foter-background-redes: #101010;
}

/*########################## PÁGINA PRINCIPAL ##########################*/
/*########################## PÁGINA PRINCIPAL ##########################*/
/*########################## PÁGINA PRINCIPAL ##########################*/
/*########################## PÁGINA PRINCIPAL ##########################*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


body {
    font-family: var(--normal-font);
    background: var(--body-color);
    overflow-x: hidden;
}

.animate-item {
    opacity: 0;
    visibility: hidden;
}

.animate-item.is-animated {
    opacity: 1;
    visibility: visible;
}


/*###################### SECCION DEL NAVBAR ######################*/
/*###################### SECCION DEL NAVBAR ######################*/
/*###################### SECCION DEL NAVBAR ######################*/
/*###################### SECCION DEL NAVBAR ######################*/
/*###################### SECCION DEL NAVBAR ######################*/
/*###################### SECCION DEL NAVBAR ######################*/
.header {
    width: 100%;
    background: var(--navbar-color);
    display: flex;
    justify-content: center;
}

.container {
    width: 100%;
    max-width: 1800px;
}

/*############# Estilos De Los LINKS #############*/
/*############# Estilos De Los LINKS #############*/
a {
    text-decoration: none;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}

.ZasWeb-logo img {
    width: 140px;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
}

/*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
/*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
/*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
/*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
/*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
/*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
.datos-business {
    height: max-content;
    position: relative;
    margin-bottom: 10rem;
}

/*######### ANIMACION PORTADA#########*/
/*######### ANIMACION PORTADA#########*/
.portada-business {
    width: 100%;
}

/*######## LOGO DE LA EMPRESA ########*/
/*######## LOGO DE LA EMPRESA ########*/
.datos-business .logo-nombre-business {
    display: flex;
    max-width: 680px;
    position: absolute;
    right: 50%;
    bottom: -10px;
    transform: translate(50%, 50%);
    padding: 0rem 0rem;
    border-radius: 20px;
    background-color: var(--barra-text-tile);
    box-shadow: 0px 5px 15px rgb(0, 0, 0, 0.35);
}

.logo-nombre-business .home-logo {
    width: 100%;
}


/*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
/*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
/*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
/*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
/*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
/*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
.section-ofrecemos {
    margin: 0 1rem;
    padding: 0rem 0rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-ofrecemos .title-ofrecemos {
    text-align: center;
    font-size: var(--fs-h1);
    position: relative;
    font-family: 'Titulo';
}

.section-ofrecemos .title-ofrecemos-hr {
    border: none;
    width: 280px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.44);
    margin-bottom: var(--mb-1);
}

.cards-flotant {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 200px;
    row-gap: 100px;
    padding-top: 60px;
}

/*######## ESTILOS CARDS ########*/
/*######## ESTILOS CARDS ########*/
.card {
    width: 600px;
    height: auto;
}

.card-fond-img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.card-fond-one::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../../img/catedral-nuestra-senora-paz.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(1.5px);
    z-index: -1;
}

.card-fond-two::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../../img/concierto-grua-v3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(1.5px);
    z-index: -1;
}

.card-fond-tree::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../../img/sesiones-matrimonio.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(1.5px);
    z-index: -1;
}

.card-fond-four::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../../img/formatos-vid-img.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(1.5px);
    z-index: -1;
}

.header-dron {
    position: absolute;
    top: -80px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
}

.header-grua {
    width: 70% !important;
    position: absolute;
    top: 60px;
    left: -110px;
    width: 100%;
    z-index: -1;
}

.header-fotografo {
    width: 50% !important;
    position: absolute;
    top: 120px;
    transform: translateX(0%);
    width: 100%;
    z-index: -1;
}

.header-recuerdo-eterno {
    width: 96% !important;
    position: absolute;
    top: 30px;
    transform: translateX(4%);
    width: 100%;
    z-index: -1;
}

.footer-content-detail {
    background: linear-gradient(to bottom, transparent 0%, #cb274a 34%);
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
}

.footer-detail {
    margin: 50px 30px 0px 30px;
    color: white;
}

.footer-detail h3 {
    font-size: var(--fs-h3);
    padding: 20px 0px 10px 0px;
}

.footer-detail p {
    font-size: var(--fs-body);
    padding: 0px 0px 20px 0px;
}



/*###################### ESTILOS NUESTROS SERVICIOS ######################*/
/*###################### ESTILOS NUESTROS SERVICIOS ######################*/
/*###################### ESTILOS NUESTROS SERVICIOS ######################*/
/*###################### ESTILOS NUESTROS SERVICIOS ######################*/
/*###################### ESTILOS NUESTROS SERVICIOS ######################*/
/*###################### ESTILOS NUESTROS SERVICIOS ######################*/
.section-nuestro-serv {
    margin: 0 1rem;
    padding: 4rem 0rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-nuestro-serv .title-servicio {
    text-align: center;
    font-size: var(--fs-h1);
    position: relative;
    font-family: 'Titulo';
}

.section-nuestro-serv .title-servicio-hr {
    border: none;
    width: 420px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.44);
    margin-bottom: var(--mb-4);
}

.tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    max-width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
}

/*########## Estilo Del Nav De Botones ##########*/
/*########## Estilo Del Nav De Botones ##########*/
.tabs {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.tab-list {
    display: flex;
}

.tab-button {
    background: none;
    width: 20%;
    padding: 25px 20px 25px 15px;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 20px 20px 0px 0px;
    font-size: var(--fs-body);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.tab-button:not(.activo) {
    animation: pulse 1.5s ease-in-out infinite;
}

.tab-button.activo {
    border-radius: 20px 20px 0px 0px;
    font-weight: bold;
    background-color: var(--btn-tabs);
    color: var(--barra-text-tile);
}

.tab-list button:focus {
    outline: none;
}

/*############ ESTILO DE LAS FOTOGRAFIAS ############*/
/*############ ESTILO DE LAS FOTOGRAFIAS ############*/
.galeria-fotografica {
    background-color: var(--fond-tabs);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 0px 20px 20px 20px;
    width: 100%;
    margin: auto;
    padding: 26px 26px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: 300px; */
    gap: 20px;
}

.galeria-fotografica .box-img:nth-child(2) {
    grid-row-start: span 2;
}

.galeria-fotografica .box-img:nth-child(6) {
    grid-row-start: span 2;
}

.galeria-fotografica figure {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    display: inline-block;
}

.galeria-fotografica .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: SclAnimation 0.3s ease-in-out forwards;
    cursor: pointer;
}

.galeria-fotografica .box-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: SclAnimation 0.3s ease-in-out forwards;
}

@keyframes SclAnimation {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }

}

/*########### Fondo oscuro Lightbox #######*/
/*########### Fondo oscuro Lightbox #######*/
.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*###### Imagen dentro del Lightbox ######*/
/*###### Imagen dentro del Lightbox ######*/
.lightbox-content {
    max-width: 90%;
    max-height: 94vh;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

/*###### Ajuste específico para imágenes horizontales ######*/
/*###### Ajuste específico para imágenes horizontales ######*/
.lightbox.horizontal img {
    max-height: 94vh;
    max-width: 90%;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.no-scroll {
    overflow: hidden;
}

/*################### Estilo De Los Videos ##############################*/
/*################### Estilo De Los Videos ##############################*/
/*################### Estilo De Los Videos ##############################*/
/*################### Estilo De Los Videos ##############################*/
.section-videos {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-videos .title-videos {
    width: 92%;
    height: 60px;
    display: flex;
    align-items: center;
    margin: 60px 0px 16px 0px;
    border-bottom: solid 3px rgba(221, 0, 0, 0.774);
    font-size: var(--fs-h1);
    font-family: 'Titulo';
}

.galeria-videos {
    width: 92%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.galeria-videos .box-videos video {
    width: 100%;
}

.galeria-videos .box-videos:nth-child(2) {
    grid-row-start: span 1;
}

/* Estilizar el botón de reproducción */
.galeria-videos .vjs-big-play-button {
    border-radius: 100% !important;
    width: 70px !important;
    height: 70px !important;
    margin-left: -30px !important;
    line-height: 70px !important;
    font-size: 40px !important;
    background-color: rgba(255, 0, 0, 0.7) !important;
    border: none !important;
    position: absolute !important;

}

.galeria-videos .video-js {
    width: 100% !important;
    height: auto !important;
}

.galeria-videos .video-js.vjs-default-skin {
    background-color: #000 !important;
}


/*###################### ESTILOS DE NUESTROS PLANES ######################*/
/*###################### ESTILOS DE NUESTROS PLANES ######################*/
/*###################### ESTILOS DE NUESTROS PLANES ######################*/
/*###################### ESTILOS DE NUESTROS PLANES ######################*/
/*###################### ESTILOS DE NUESTROS PLANES ######################*/
/*###################### ESTILOS DE NUESTROS PLANES ######################*/
.section-nuestros-planes {
    margin: 0 1rem;
    padding: 2rem 0rem 1px 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-nuestros-planes .title-nuestros-planes {
    text-align: center;
    font-size: var(--fs-h1);
    position: relative;
    font-family: 'Titulo';
}

.section-nuestros-planes .title-nuestros-planes-hr {
    border: none;
    width: 480px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.44);
    margin-bottom: var(--mb-5);
}

/*################ ESTILOS DE LOS CARDS PLANES ###############*/
/*################ ESTILOS DE LOS CARDS PLANES ###############*/
.section-nuestros-planes .detalle-planes {
    width: 100%;
    display: flex;
    align-items: center;
}

.detalle-planes ul {
    display: grid;
    grid-template-columns: 0.25rem 1fr;
    grid-auto-columns: max-content;
    column-gap: 2rem;
    list-style: none;
    width: min(80rem, 90%);
    margin-inline: auto;
}

.detalle-planes ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: 0.125rem;
}

.detalle-planes ul li:not(:last-child) {
    margin-bottom: 8rem;
}

.detalle-planes ul li {
    grid-column: 2;
    margin-inline: 1.5rem;
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}

.detalle-planes ul li .title-nuestros-planes-card {
    height: 3.4rem;
    margin-inline: -1.5rem;
    text-align: center;
    background-color: var(--accent-color);
    color: white;
    font-size: var(--fs-h4);
    font-weight: 700;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: 1.5rem 0 0 1.5rem;
}

.detalle-planes ul li .title-nuestros-planes-card::before {
    content: "";
    width: 1.5rem;
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
}

.detalle-planes ul li .title-nuestros-planes-card::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: rgba(245, 245, 245);
    border: 0.3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    right: calc(100% + 2rem + 0.125rem);
}

.descripcion-nuestros-planes *,
.descripcion-nuestros-planes *::before,
.descripcion-nuestros-planes *::after {
    margin: 0;
    padding: 0;
}

.detalle-planes ul li .title,
.detalle-planes ul li .descripcion-nuestros-planes {
    background: rgba(245, 245, 245);
    position: relative;
    padding-inline: 1.4rem;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.detalle-planes ul li .descripcion-nuestros-planes {
    padding-block-end: 1.5rem;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detalle-planes ul li .title::before,
.detalle-planes ul li .descripcion-nuestros-planes::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
}

.detalle-planes ul li .title::before {
    bottom: calc(100% + 0.125rem);
}

.detalle-planes ul li .descripcion-nuestros-planes::before {
    z-index: -1;
    bottom: 0.2rem;
}

.detalle-planes {
    display: flex;
    gap: 14px;
    padding-top: 20px;
}

.detalle-planes i {
    font-size: var(--fs-body);
    color: var(--btnredes-color);
}

.detalle-planes p {
    font-size: var(--fs-body);
}


.descripcion-nuestros-planes button {
    background-color: var(--btnredes-color);
    border: 0;
    border-radius: 5px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-size: var(--fs-body);
    padding: 12px 18px;
    cursor: pointer;
    transition: .5s;
    margin: 34px 0px 10px 0px;
}


/*###################### ESTILOS SOBRE LA EMPRESA ######################*/
/*###################### ESTILOS SOBRE LA EMPRESA ######################*/
/*###################### ESTILOS SOBRE LA EMPRESA ######################*/
/*###################### ESTILOS SOBRE LA EMPRESA ######################*/
/*###################### ESTILOS SOBRE LA EMPRESA ######################*/
/*###################### ESTILOS SOBRE LA EMPRESA ######################*/
.section-about-company {
    margin: 0 1rem;
    padding: 1rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.section-about-company .title-about-company {
    text-align: center;
    font-size: var(--fs-h1);
    position: relative;
    font-family: 'Titulo';
}

.section-about-company .title-about-company-hr {
    border: none;
    width: 480px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.44);
    margin-bottom: var(--mb-5);
}

.estructure-company {
    width: 70%;
    display: flex;
    gap: 100px;
}

.img-company {
    width: 40%;
}

.detail-company {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--fond-tabs);
    border-radius: 20px;
}

.detail-company ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}

.detail-company ul li {
    width: 88%;
    display: flex;
    padding: 20px;
    font-size: var(--fs-body);
    border-bottom: solid 1px rgba(6, 74, 76, .44);
}

.detail-company ul li i {
    padding-right: 10px;

}

/*##### WhatsApp ####*/
/*##### WhatsApp ####*/
.detail-company ul li a {
    background-color: var(--btnredes-color);
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: var(--fs-body);
    padding: 10px 14px;
    cursor: pointer;
    box-shadow: 0px 5px 16px rgb(0, 0, 0, 0.35);
    transition: .5s;
    margin-left: 20px;
}

/*##### Facebook #####*/
/*##### Facebook #####*/
.company-redes {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.company-redes h3 {
    font-size: var(--fs-h3);
    padding-bottom: 30px;
}

.company-redes .Btn {
    width: 300px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    position: relative;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.3s;
}

.company-redes .svgContainer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    backdrop-filter: blur(0px);
    letter-spacing: 0.8px;
    border-radius: 10px;
    transition: all 0.3s;
    z-index: 2;
}

.company-redes .svgContainer article {
    font-size: var(--fs-body);
    color: white;
}

.company-redes .svgContainer i {
    color: white;
    font-size: 30px;
}

.company-redes .BG {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #181818;
    z-index: 1;
    border-radius: 10px;
    pointer-events: none;
    transition: all 0.3s;
    font-size: 0px;
}

.company-redes .facebook .BG {
    background: #0866ff;

}

.company-redes .Btn:hover .BG {
    transform: scale(1.3);
}

.company-redes .Btn:hover .svgContainer {
    background-color: rgba(209, 209, 209, 0.466);
    backdrop-filter: blur(4px);
}



/*################# ESTILO SECCION FOOTER Y COPY ################*/
/*################# ESTILO SECCION FOOTER Y COPY ################*/
/*################# ESTILO SECCION FOOTER Y COPY ################*/
/*################# ESTILO SECCION FOOTER Y COPY ################*/
.section-footer {
    width: 100%;
    background-color: /*#535252*/ #0a192f;
}

.section-footer .seccion_detalle_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.seccion_detalle_footer .detalles_footer {
    max-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 40px 0px;
}

.detalles_footer .logo_footer figure {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detalles_footer .logo_footer figure img {
    width: 250px;
}

.detalles_footer .detalle_footer {
    width: 40%;
    padding: 60px 30px 60px 30px;
}

.detalles_footer .detalle_footer h2 {
    color: hsla(0, 0%, 100%, 0.6);
    margin-bottom: 25px;
    font-size: var(--fs-h3);
}

.detalles_footer .detalle_footer p {
    color: hsla(0, 0%, 100%, 0.5);
    margin-bottom: 10px;
    text-align: justify;
    font-size: var(--fs-body);
}

.detalles_footer .redes_footer {
    width: 20%;
    display: none;
}

.detalles_footer .redes_footer h2 {
    color: hsla(0, 0%, 100%, 0.6);
    margin-bottom: 25px;
    font-size: var(--fs-h3);
}

.detalles_footer .redes_footer .iconos_redes a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: white;
    margin-right: 10px;
    background-color: var(--barra-color);
    text-align: center;
}

.detalles_footer .iconos_redes a:hover {
    color: var(--navbtn-color);
}

.section-footer .seccion_copy {
    background-color: #f68421;
    padding: 15px 10px;
    text-align: center;
    color: white;
}

.section-footer .seccion_copy small {
    font-size: var(--fs-small);
}
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
@media (max-width: 1919px) {

    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    .nav {
        padding: 0 1rem;
    }

    .ZasWeb-logo img {
        width: 100px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    .datos-business {
        margin-bottom: 9rem;
    }

    .datos-business .logo-nombre-business {
        max-width: 570px;
        right: 50%;
        bottom: -18px;
        transform: translate(50%, 50%);
        padding: 0rem 0rem;
    }

    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    .section-ofrecemos .title-ofrecemos-hr {
        width: 260px;
    }

    /*######## ESTILOS CARDS ########*/
    .card {
        width: 500px;
        height: auto;
    }
}




@media (max-width: 1439px) {

    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    .nav {
        padding: 0 1rem;
    }

    .ZasWeb-logo img {
        width: 90px;
        padding-top: 14px;
        padding-bottom: 14px;
    }


    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    .datos-business {
        margin-bottom: 8.4rem;
    }

    .datos-business .logo-nombre-business {
        max-width: 464px;
        right: 50%;
        bottom: -18px;
        transform: translate(50%, 50%);
        padding: 0rem 0rem;
    }

    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    .section-ofrecemos {
        margin: 0 1rem;
        padding: 0rem 0rem 1rem;
    }

    .section-ofrecemos .title-ofrecemos-hr {
        width: 220px;
    }

    .cards-flotant {
        column-gap: 160px;
        row-gap: 100px;
        padding-top: 80px;
    }

    /*######## ESTILOS CARDS ########*/
    .card {
        width: 400px;
        height: auto;
    }

    .card-fond-img {
        height: 420px;
    }

    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    .section-nuestro-serv {
        margin: 0 1rem;
        padding: 2.6rem 0rem 1rem;
    }

    .section-nuestro-serv .title-servicio-hr {
        width: 300px;
    }

    .tabs {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }

    /*################### Estilo De Los Videos ##############################*/
    /*################### Estilo De Los Videos ##############################*/
    /*################### Estilo De Los Videos ##############################*/
    .section-videos {
        width: 88%;
    }

    /*###################### ESTILOS DE NUESTROS PLANES ######################*/
    /*###################### ESTILOS DE NUESTROS PLANES ######################*/
    /*###################### ESTILOS DE NUESTROS PLANES ######################*/
    /*###################### ESTILOS DE NUESTROS PLANES ######################*/
    .section-nuestros-planes .title-nuestros-planes-hr {
        width: 300px;
    }

    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    .section-about-company .title-about-company-hr {
        width: 320px;
    }

    .estructure-company {
        width: 80%;
        gap: 100px;
        align-items: center;
    }

    .img-company {
        width: 40%;
    }
    
    .detail-company {
        width: 60%;
        border-radius: 20px;
    }
    
    .detail-company ul {
        width: 100%;
        padding-top: 26px;
    }
    
    .detail-company ul li {
        width: 90%;
        padding: 20px;
    }
    
    /*##### BOTON WhatsApp ####*/
    /*##### BOTON WhatsApp ####*/
    .detail-company ul li a {
        border-radius: 8px;
        padding: 10px 14px;
        margin-left: 20px;
    }
    
    /*##### Facebook #####*/
    /*##### Facebook #####*/
    .company-redes {
        width: 80%;
        padding: 40px 0px 20px 0px;
    }
    
    .company-redes h3 {
        font-size: var(--fs-h3);
        padding-bottom: 20px;
    }
    
    .company-redes .Btn {
        width: 240px;
        height: 60px;
    }

    /*################# ESTILO SECCION FOOTER Y COPY ################*/
    /*################# ESTILO SECCION FOOTER Y COPY ################*/
    /*################# ESTILO SECCION FOOTER Y COPY ################*/
    /*################# ESTILO SECCION FOOTER Y COPY ################*/
    .seccion_detalle_footer .detalles_footer {
        gap: 30px;
        padding: 20px 0px;
    }

    .detalles_footer .logo_footer figure {
        width: 100%;
        height: 100%;
    }

    .detalles_footer .logo_footer figure img {
        width: 180px;
    }


    .detalles_footer .redes_footer h2 {
        margin-bottom: 16px;
    }

    .detalles_footer .redes_footer .iconos_redes a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 8px;
    }
}




@media (max-width: 1023px) {

    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    .nav {
        padding: 0 1rem;
    }

    .ZasWeb-logo img {
        width: 80px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    .datos-business {
        margin-bottom: 6.4rem;
    }

    .datos-business .logo-nombre-business {
        max-width: 340px;
        right: 50%;
        bottom: -16px;
    }

    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    .section-ofrecemos {
        margin: 0 1rem;
        padding: 0rem 0rem 1rem;
    }

    .section-ofrecemos .title-ofrecemos-hr {
        width: 180px;
    }

    .cards-flotant {
        column-gap: 100px;
        row-gap: 60px;
        padding-top: 80px;
    }

    /*######## ESTILOS CARDS ########*/
    .card {
        width: 320px;
        height: auto;
    }

    .card-fond-img {
        height: 360px;
    }

    .header-grua {
        width: 70% !important;
        position: absolute;
        top: 60px;
        left: -60px;
        width: 100%;
        z-index: -1;
    }

    .footer-content-detail {
        background: linear-gradient(to bottom, transparent 0%, #cb274a 34%);
        width: 100%;
        height: 160px;
        display: flex;
        align-items: center;
    }

    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    .section-nuestro-serv {
        margin: 0 1rem;
        padding: 2.6rem 0rem 1rem;
    }

    .section-nuestro-serv .title-servicio-hr {
        width: 260px;
        margin-bottom: var(--mb-3);
    }

    .tabs {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }

    .tab-button {
        width: 28%;
        padding: 18px 0px 18px 0px;
        border-radius: 20px 20px 0px 0px;
    }
    .tab-button.activo {
        border-radius: 18px 18px 0px 0px;
    }

    /*############ ESTILO DE LAS FOTOGRAFIAS ############*/
    /*############ ESTILO DE LAS FOTOGRAFIAS ############*/
    .galeria-fotografica {
        border-radius: 0px 16px 16px 20px;
        padding: 18px 18px;
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    .galeria-fotografica .box-img:nth-child(2) {
        grid-row-start: span 2;
    }

    .galeria-fotografica .box-img:nth-child(4) {
        grid-row-start: span 2;
    }

    /*################### Estilo De Los Videos ##############################*/
    /*################### Estilo De Los Videos ##############################*/
    /*################### Estilo De Los Videos ##############################*/
    .galeria-videos {
        width: 100%;
        margin-top: 14px;
        gap: 40px;
    }
    /* Estilizar el botón de reproducción */
    .galeria-videos .vjs-big-play-button {
        width: 60px !important;
        height: 60px !important;
        margin-left: -30px !important;
        line-height: 60px !important;
        font-size: 40px !important;
        background-color: rgba(255, 0, 0, 0.6) !important;
    }

    
    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    .section-about-company .title-about-company-hr {
        width: 270px;
    }

    .estructure-company {
        width: 90%;
        gap: 60px;
    }

    .img-company {
        width: 40%;
    }
    
    .detail-company {
        width: 60%;
        border-radius: 20px;
    }
    
    .detail-company ul {
        width: 100%;
        padding-top: 26px;
    }
    
    .detail-company ul li {
        width: 90%;
        padding: 20px;
    }
    
    /*##### Facebook #####*/
    /*##### Facebook #####*/
    .company-redes {
        width: 80%;
        padding: 20px 0px 20px 0px;
    }

    /*################# ESTILO SECCION FOOTER Y COPY ################*/
    /*################# ESTILO SECCION FOOTER Y COPY ################*/
    /*################# ESTILO SECCION FOOTER Y COPY ################*/
    /*################# ESTILO SECCION FOOTER Y COPY ################*/
    .seccion_detalle_footer .detalles_footer {
        flex-direction: column;
        gap: 0px;
        padding: 40px 0px;
    }

    .detalles_footer .logo_footer figure img {
        width: 160px;
    }

    .detalles_footer .detalle_footer {
        width: 100%;
        padding: 30px 60px 14px 60px;
    }

    .detalles_footer .detalle_footer h2 {
        margin-bottom: 14px;
    }

    .detalles_footer .detalle_footer p {
        line-height: 20px;
    }

    .detalles_footer .redes_footer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .detalles_footer .redes_footer h2 {
        margin-bottom: 25px;
    }

    .section-footer .seccion_copy {
        padding: 10px 10px;
    }

    .section-footer .seccion_copy small {
        font-size: var(--fs-xs);
    }
}




@media (max-width: 767px) {

    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    .nav {
        padding: 0 1rem;
    }

    .ZasWeb-logo img {
        width: 70px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    .datos-business {
        margin-bottom: 5rem;
    }

    /* .portada-business {
        height: 28vh;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    } */

    .datos-business .logo-nombre-business {
        max-width: 270px;
        padding: 4px 0px 4px 0px;
        right: 50%;
        bottom: -10px;
    }

    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    .section-ofrecemos {
        margin: 0 1rem;
        padding: 0rem 0rem 1rem;
    }

    .section-ofrecemos .title-ofrecemos-hr {
        width: 150px;
    }

    .cards-flotant {
        column-gap: 100px;
        row-gap: 60px;
        padding-top: 100px;
    }

    /*######## ESTILOS CARDS ########*/
    .card {
        width: 500px;
        height: auto;
    }

    .card-fond-img {
        height: 420px;
    }

    .header-grua {
        width: 70% !important;
        position: absolute;
        top: 60px;
        left: -74px;
        width: 100%;
        z-index: -1;
    }

    .footer-content-detail {
        background: linear-gradient(to bottom, transparent 0%, #cb274a 34%);
        width: 100%;
        height: 160px;
        display: flex;
        align-items: center;
    }
    
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    .section-nuestro-serv { 
        margin: 0 1rem;
        padding: 2rem 0rem 1rem;
    }

    .section-nuestro-serv .title-servicio-hr {
        width: 230px;
        margin-bottom: var(--mb-2);
    }

    .tab-button {
        width: 28%;
        padding: 14px 0px 14px 0px;
        border-radius: 14px 14px 0px 0px;
    }
    .tab-button.activo {
        border-radius: 14px 14px 0px 0px;
    }

    /*################### Estilo De Los Videos ##############################*/
    /*################### Estilo De Los Videos ##############################*/
    /*################### Estilo De Los Videos ##############################*/
    .section-videos .title-videos {
        width: 100%;
        height: 40px;
        margin: 30px 0px 16px 0px;
    }

    .section-videos {
        width: 90%;
    }

    .galeria-videos {
        width: 100%;
        margin-top: 10px;
        gap: 20px;
    }

    /* Estilizar el botón de reproducción */
    .galeria-videos .vjs-big-play-button {
        width: 50px !important;
        height: 50px !important;
        margin-top: -22px !important;
        margin-left: -30px !important;
        line-height: 50px !important;
        font-size: 40px !important;
        background-color: rgba(255, 0, 0, 0.6) !important;
    }



    /*###################### ESTILOS DE NUESTROS PLANES ######################*/
    /*###################### ESTILOS DE NUESTROS PLANES ######################*/
    /*###################### ESTILOS DE NUESTROS PLANES ######################*/
    /*###################### ESTILOS DE NUESTROS PLANES ######################*/
    .section-nuestros-planes .title-nuestros-planes-hr {
        width: 230px;
        margin-bottom: var(--mb-2);
    }

    .detalle-planes ul li:not(:last-child) {
        margin-bottom: 5rem;
    }

    .descripcion-nuestros-planes button {
        padding: 12px 18px;
        margin: 24px 0px 0px 0px;
    }

    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    .section-about-company .title-about-company-hr {
        width: 240px;
    }

    .estructure-company {
        width: 100%;
        gap: 4px;
    }

    .img-company {
        width: 40%;
    }
    
    .detail-company {
        width: 60%;
        border-radius: 20px;
    }
    
    .detail-company ul {
        width: 100%;
        padding-top: 26px;
    }
    
    .detail-company ul li {
        width: 90%;
        padding: 20px 0px 20px 10px;
    }
    
    /*##### Facebook #####*/
    /*##### Facebook #####*/
    .company-redes {
        width: 80%;
        padding: 20px 0px 20px 0px;
    }
}




@media (max-width: 599px) {

    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    .nav {
        padding: 0 1rem;
    }

    .ZasWeb-logo img {
        width: 60px;
        padding-bottom: 6px;
    }

    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    .datos-business {
        margin-bottom: 4.6rem;
    }

    .datos-business .logo-nombre-business {
        max-width: 230px;
        padding: 4px 0px 4px 0px;
        bottom: -6px;
        border-radius: 10px;
    }

    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    .section-ofrecemos {
        margin: 0 1rem;
        padding: 0rem 0rem 1rem;
    }

    .section-ofrecemos .title-ofrecemos-hr {
        width: 140px;
    }

    /*######## ESTILOS CARDS ########*/
    .card {
        width: 428px;
    }

    .card-fond-img {
        height: 400px;
    }

    .header-grua {
        width: 70% !important;
        top: 40px;
        left: -44px;
    }

    .footer-content-detail {
        height: 150px;
    }

    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    .section-nuestro-serv { 
        margin: 0 1rem;
        padding: 1.4rem 0rem 1rem;
    }

    .section-nuestro-serv .title-servicio-hr {
        width: 210px;
        margin-bottom: var(--mb-3);
    }

    .tabs {
        width: 100%;
    }

    .tab-button {
        width: 28%;
        padding: 14px 0px 14px 0px;
        border-radius: 14px 14px 0px 0px;
    }
    .tab-button.activo {
        border-radius: 14px 14px 0px 0px;
    }

    .galeria-fotografica {
        border-radius: 0px 20px 20px 20px;
        padding: 16px 16px;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    /* .tooltip {
        margin-top: 10px;
    } */
    /*################### Estilo De Los Videos ##############################*/
    /*################### Estilo De Los Videos ##############################*/
    /*################### Estilo De Los Videos ##############################*/
    .section-videos .title-videos {
        width: 100%;
        height: 40px;
        margin: 30px 0px 16px 0px;
    }

    .section-videos {
        width: 90%;
    }

    .galeria-videos {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    /* Estilizar el botón de reproducción */
    .galeria-videos .vjs-big-play-button {
        width: 70px !important;
        height: 70px !important;
        margin-top: -30px !important;
        margin-left: -30px !important;
        line-height: 68px !important;
        font-size: 50px !important;
    }


    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    .section-about-company .title-about-company-hr {
        width: 220px;
        margin-bottom: var(--mb-1);
    }

    .estructure-company {
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .img-company {
        width: 70%;
    }
    
    .detail-company {
        width: 100%;
        border-radius: 20px;
    }
    
    .detail-company ul {
        width: 100%;
        padding-top: 26px;
    }
    
    .detail-company ul li {
        width: 90%;
        padding: 20px 0px 20px 10px;
    }
    
    /*##### Facebook #####*/
    /*##### Facebook #####*/
    .company-redes {
        width: 80%;
        padding: 20px 0px 20px 0px;
    }
}




@media (max-width: 511px) {

    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    .datos-business {
        margin-bottom: 3.6rem;
    }

    .datos-business .logo-nombre-business {
        border-radius: 8px;
    }

    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    .section-ofrecemos .title-ofrecemos-hr {
        width: 140px;
    }

    /*######## ESTILOS CARDS ########*/
    .card {
        width: 370px;
    }

    .card-fond-img {
        height: 360px;
    }

    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    .galeria-fotografica {
        border-radius: 0px 10px 10px 10px;
        padding: 14px 14px;
        gap: 8px;
    }

    

    /*################### Estilo De Los Videos ##############################*/
    /*################### Estilo De Los Videos ##############################*/
    /*################### Estilo De Los Videos ##############################*/
    .section-videos .title-videos {
        width: 100%;
        height: 40px;
        margin: 30px 0px 16px 0px;
    }

    /* Estilizar el botón de reproducción */
    .galeria-videos .vjs-big-play-button {
        width: 60px !important;
        height: 60px !important;
        margin-top: -30px !important;
        margin-left: -30px !important;
        line-height: 60px !important;
        font-size: 40px !important;
    }

}




@media (max-width: 424px) {

    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    .datos-business {
        margin-bottom: 3.4rem;
    }

    .datos-business .logo-nombre-business {
        max-width: 170px;
        padding: 4px 0px 4px 0px;
        bottom: -4px;
        border-radius: 10px;
    }
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    /*###################### ESTILOS DEL LA EMPRESA OFRECE ######################*/
    .section-ofrecemos .title-ofrecemos-hr {
        width: 130px;
    }

    .cards-flotant {
        row-gap: 50px;
        padding-top: 64px;
    }
    /*######## ESTILOS CARDS ########*/
    .card {
        width: 320px;
    }

    .card-fond-img {
        height: 320px;
    }

    .header-dron {
        top: -50px;
    }

    .header-grua {
        top: 40px;
        left: -30px;
    }

    .header-fotografo {
        top: 100px;
    }

    .footer-content-detail {
        height: 140px;
    }

    .footer-detail h3 {
        padding: 10px 0px 6px 0px;
    }

    .footer-detail p {
        font-size: var(--fs-body);
        padding: 0px 0px 20px 0px;
    }

    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    /*###################### ESTILOS NUESTROS SERVICIOS ######################*/
    .section-nuestro-serv { 
        margin: 0 1rem;
        padding: 1rem 0rem 1rem;
    }

    .section-nuestro-serv .title-servicio-hr {
        width: 190px;
        margin-bottom: var(--mb-3);
    }

    /*###################### ESTILOS DE NUESTROS PLANES ######################*/
    /*###################### ESTILOS DE NUESTROS PLANES ######################*/
    /*###################### ESTILOS DE NUESTROS PLANES ######################*/
    /*###################### ESTILOS DE NUESTROS PLANES ######################*/
    .section-nuestros-planes .title-nuestros-planes-hr {
        width: 190px;
        margin-bottom: var(--mb-1);
    }

    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    /*###################### ESTILOS SOBRE LA EMPRESA ######################*/
    .section-about-company .title-about-company-hr {
        width: 200px;
    }
    
}




@media (max-width: 374px) {

}








@media screen and (min-width: 768px) {

    /*############# ESTILO NUESTROS PLANES #############*/
    /*############# ESTILO NUESTROS PLANES #############*/
    /*############# ESTILO NUESTROS PLANES #############*/
    /*############# ESTILO NUESTROS PLANES #############*/
    .detalle-planes ul {
        grid-template-columns: 1fr 0.25rem 1fr;
    }

    .detalle-planes ul::before {
        grid-column: 2;
    }

    .detalle-planes ul li:nth-child(odd) {
        grid-column: 1;
    }

    .detalle-planes ul li:nth-child(even) {
        grid-column: 3;
    }

    /*#### Puede ser 3/4 ####*/
    .detalle-planes ul li:nth-child(2) {
        grid-row: 2/4;
    }

    .detalle-planes ul li:nth-child(odd) .title-nuestros-planes-card::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0;
    }

    .detalle-planes ul li:nth-child(odd) .title-nuestros-planes-card::after {
        transform: translate(-50%, -50%);
        left: calc(100% + 2rem + 0.125rem);
    }

    .detalle-planes ul li:nth-child(odd) .title-nuestros-planes-card {
        border-radius: 0 1.5rem 1.5rem 0;
    }
}