/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Author: Tu Nombre
Version: 1.0
Description: Tema hijo de Hello Elementor.
*/



/**/
/* hero*/
.my-hero-cont {padding:30px 40px!important;width:50%!important;border-radius:10px!important;background:rgba(255,255,255,.9);}
.my-hero-cont p {margin:0;}
@media (max-width: 768px) { /* Ajustes para móviles */
  .my-hero-cont {
    width: 90%!important; /* Ocupar más espacio en pantallas pequeñas */
    padding: 20px!important; /* Reducir padding */
  }
}

/*carrusel home*/
.maingalADI {}
.maingalADI img {width:130px;height:auto;}

/*boton whatsapp - contacto en menu*/
.btnContADI {background:#1F80EC!important;border-radius:10px;transition: background-color 1s ease-out 1ms;margin-left:15px!important;margin-bottom:5px!important;width: fit-content;}
.btnContADI:hover{background:#7FD7F5!important;}
.btnContADI a{color:white!important;}

.btnWSADI {background:#25d366!important;border-radius:10px;transition: background-color 1s ease-out 1ms;margin-left:15px!important;margin-bottom:15px!important;width: fit-content;}
.btnWSADI:hover{background:#7FD7F5!important;}
.btnWSADI a{color:white!important;}

/*
.btnWSADI {background:#25d366!important;border-radius:10px;margin-left:5px!important;transition:background-color 1s ease-out 1ms;}
.btnWSADI:hover{background:#7FD7F5!important;}
.btnWSADI a{color:white!important;padding:5px 10px!important;}
.btnWSADI a i{font-size:22px!important;} */
/* menu footer para cel */
.superMenuFooterADI {position:fixed;bottom:0;z-index:100;}
/* header fixed */
.headerADI.e-con {position:fixed!important;top:0;z-index:101!important;}

@media (max-width: 767px) {
	/* menu oculto en cel */
	.menuPC {display:_none;}
}

@media (min-width: 767px) {
	.superMenuFooterADI {display:none;}
}
/* ppading bottom 0 */
.margin-bottom0 p {margin-bottom:0!important;}
/* texto en formulario contacto */
.text-contactADI a{color:#181619;}
.text-contactADI a:hover{color:#fff;}

/*cuerpo del blog*/
.body-post {}
.body-post a {color:var(--e-global-color-primary);}
.body-post .wp-block-button {margin-block-end: .9rem;}
 .wp-block-button a {color:#fff!important;}
.body-post hr {margin:2rem 0 2rem 0!important; border-top: 1px solid!important;}

/*oferta planes diseño web*/
/* Contenedor principal - Asegura posición relativa */
.elementor-element-fc69b4c.e-con {
    position: relative !important;
    overflow: visible !important;
}

/* Etiqueta "Oferta" - Estilo inclinado y posición fija */
.elementor-element-d4ab638 .elementor-heading-title {
    position: absolute !important;
    top: -75px !important;       /* Ajuste fino de posición vertical */
    right: -75px !important;    /* Ajuste fino de posición horizontal */
    background: #FF5722 !important; /* Color principal */
    color: white !important;
    padding: 3px 35px 3px 15px !important; /* Más padding a la derecha */
    font-size: 13px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    text-align: center !important;
    transform: rotate(45deg) !important;
    transform-origin: left center !important;
    z-index: 999 !important;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    border: 1px solid white !important;
    line-height: 1.2 !important;
}

/* Triángulo de esquina (opcional) */
.elementor-element-d4ab638 .elementor-heading-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 0 12px 12px;
    border-style: solid;
    border-color: transparent transparent #E64A19 transparent;
}

