.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h6{font-family:"Poppins", Sans-serif;}.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);}@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 *//* Compatibilidad con navegadores antiguos */
/* Compatibilidad con navegadores antiguos y corrección de errores */
html, body, div, img, p, h1, h2, h3, h4, h5, h6, a, span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/* Contenedor de la imagen */
.image-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* Imagen dentro del contenedor */
.image-container img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease-in-out;
}

/* Efecto de zoom al pasar el cursor */
.image-container:hover img {
    transform: scale(1.1);
}

/* Superposición de texto */
.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    
    background-color: rgba(0, 0, 0, 0.7); /* Color con opacidad */
    color: white;
    text-align: center;
    padding: 10px;
    opacity: 0; /* Oculto por defecto */
    transition: opacity 0.4s ease-in-out;
}

/* Mostrar el texto al pasar el cursor */
.image-container:hover .overlay-text {
    opacity: 1;
}
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.contact-section {
    background-color: #f8f8f2;
    padding: 20px;
    border-radius: 10px;
    width: 350px;
    font-family: Arial, sans-serif;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.icon {
    width: 50px;
    height: 50px;
    background-color: black;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 15px;
}

.info h3 {
    margin: 0;
    font-size: 16px;
}

.info p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #555;
}/* End custom CSS */