.elementor-25 .elementor-element.elementor-element-d7a6ee2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-25 .elementor-element.elementor-element-5138f43{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-25 .elementor-element.elementor-element-de96e64{text-align:center;}.elementor-25 .elementor-element.elementor-element-de96e64 .elementor-heading-title{font-family:"Noto Sans";font-size:44.8px;font-weight:700;}.elementor-25 .elementor-element.elementor-element-0d7fcb1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-25 .elementor-element.elementor-element-2c4edd0{text-align:center;}.elementor-25 .elementor-element.elementor-element-2c4edd0 .elementor-heading-title{font-family:"Noto Sans";font-size:44.8px;font-weight:700;}.elementor-25 .elementor-element.elementor-element-1dbda0b{--display:flex;--min-height:0px;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-25 .elementor-element.elementor-element-0b13465{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-25 .elementor-element.elementor-element-0b13465 .elementor-divider-separator{width:0%;}.elementor-25 .elementor-element.elementor-element-0b13465 .elementor-divider{padding-block-start:30px;padding-block-end:30px;}.elementor-25 .elementor-element.elementor-element-5ce3dce{width:100%;max-width:100%;}.elementor-25 .elementor-element.elementor-element-5ce3dce > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-7307aa5{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-25 .elementor-element.elementor-element-7307aa5 .elementor-divider-separator{width:0%;}.elementor-25 .elementor-element.elementor-element-7307aa5 .elementor-divider{padding-block-start:30px;padding-block-end:30px;}.elementor-25 .elementor-element.elementor-element-88968e2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-25 .elementor-element.elementor-element-bb1fc2d{width:100%;max-width:100%;}.elementor-25 .elementor-element.elementor-element-bb1fc2d > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-bb1fc2d img{width:100%;height:500px;object-fit:cover;object-position:center center;opacity:1;filter:brightness( 75% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-25 .elementor-element.elementor-element-8fd0061 > .elementor-widget-container{margin:-400px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-8fd0061.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-25 .elementor-element.elementor-element-de96e64 .elementor-heading-title{font-size:25px;}.elementor-25 .elementor-element.elementor-element-2c4edd0 .elementor-heading-title{font-size:25px;}}@media(min-width:768px){.elementor-25 .elementor-element.elementor-element-5138f43{--width:50%;}.elementor-25 .elementor-element.elementor-element-0d7fcb1{--width:50%;}.elementor-25 .elementor-element.elementor-element-1dbda0b{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-5ce3dce */@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

body {
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
}

.contenedor-principal {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

/* SVG ocupa el fondo */
.contenedor-principal svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* Contenido centrado */
.contenido-centrado {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #BAB8A4; /* Color intermedio para el texto */
}

/* Título principal */
.titulo-principal {
    font-size: 64px; /* Súper grande */
    font-weight: 700;
    margin: 0;
    color: #636258; /* Garantiza el color intermedio */
}

/* Subtítulo */
.contenido-centrado p:not(.titulo-principal) {
    font-size: 20px;
    margin: 10px 0 20px;
    color: #636258; /* Color intermedio */
}

/* Botón */
.btn-descarrega {
    font-family: 'Noto Sans', sans-serif !important; /* Forzar la fuente */
    padding: 12px 24px; /* Tamaño interno del botón */
    font-size: 18px; /* Tamaño de la fuente */
    font-weight: 700; /* Negrita */
    color: black; /* Texto en negro */
    background-color: white; /* Fondo blanco */
    border: 2px solid black; /* Borde negro */
    border-radius: 5px; /* Esquinas redondeadas */
    cursor: pointer; /* Cambia el cursor a la mano */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-descarrega:hover {
    background-color: black; /* Fondo negro al pasar el ratón */
    color: white; /* Texto blanco al pasar el ratón */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8fd0061 */@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

/* Contenedor */
.boton-con-titulo {
    font-family: 'Noto Sans', sans-serif !important; /* Garantiza que todo use Noto Sans */
    text-align: center;
    margin-top: 20px; /* Espaciado superior */
}

/* Título */
.titulo-principal2 {
    font-size: 50px; /* Tamaño del título */
    font-weight: 700; /* Negrita */
    color: #9c9a82; /* Fuerza el color negro */
    margin-bottom: 10px; /* Espaciado entre el título y el botón */
}

/* Botón */
.btn-descarrega {
    padding: 12px 24px; /* Tamaño interno del botón */
    font-size: 18px; /* Tamaño de la fuente */
    font-weight: 700; /* Negrita */
    font-family: 'Noto Sans', sans-serif !important; /* Asegura la fuente */
    color: black; /* Texto en negro */
    background-color: white; /* Fondo blanco */
    border: 2px solid black; /* Borde negro */
    border-radius: 5px; /* Esquinas redondeadas */
    cursor: pointer; /* Cambia el cursor a la mano */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-descarrega:hover {
    background-color: black; /* Fondo negro al pasar el ratón */
    color: white; /* Texto blanco al pasar el ratón */
}/* End custom CSS */