.elementor-kit-5{--e-global-color-primary:#0E2557;--e-global-color-secondary:#54595F;--e-global-color-text:#626262;--e-global-color-accent:#F90D1A;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.boton-clasico .elementor-button-text {
    width: 260px !important;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.playful-imagen-border img{
    border-radius: 12px !important;
}

a {
text-decoration: none !important; 
    
}




@media only screen and (min-width: 768px) {
.elementor-field-type-submit {
    display: flex !important;
    justify-content: flex-end !important;
}
}

@media only screen and (max-width: 370px) {
.fundacion-titulo-form h2{
    font-size: 35px !important;
    line-height: 44px !important;
}
}

.toltip {
    display: inline-block;
    position: relative;
}

.toltip:hover::before {
    content: 'Si utilizas un sistema operativo diferente a iOS, por favor, inicia la llamada desde el marcador de tu teléfono';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    animation: fadeIn 0.3s forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}/* End custom CSS */