/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1743437738
Updated: 2025-03-31 13:15:38

*/

/* Registrar Sofia Pro localmente */
@font-face {
    font-family: 'SofiaPro';
    src: url('fonts/SofiaPro-Light.woff2') format('woff2'),
         url('fonts/SofiaPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SofiaPro';
    src: url('fonts/SofiaPro.woff2') format('woff2'),
         url('fonts/SofiaPro.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SofiaPro';
    src: url('fonts/SofiaPro-Medium.woff2') format('woff2'),
         url('fonts/SofiaPro-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SofiaPro';
    src: url('fonts/SofiaPro-Bold.woff2') format('woff2'),
         url('fonts/SofiaPro-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'SofiaPro', sans-serif;
}

#enviaform {
	margin-top:15px;
}

.corteram {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
}

/*Slide*/
.slideram .swiper-slide-image {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: 15px!important;}
.elementor-swiper-button.elementor-swiper-button-prev {display:none!important;}
.elementor-swiper-button.elementor-swiper-button-next {top:95%!important;
z-index:9999!important;}

.slidenosotros .elementor-swiper-button.elementor-swiper-button-next {top:110%!important;}

.elementor-element.elementor-arrows-position-outside .swiper {
    width: initial!important;
}

/*Slide Nosotros*/
#imgirsa {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

#imgirsa figure {
  display: none;
  margin: 0;
  padding: 0;
}

#imgirsa figure.active {
  display: block;
}

.swiper-slide img {
  border: none;
  transition: border 0.3s ease;
}

.swiper-slide-active img {
  border: 1px solid #000;
}

/*Detalle Botones*/
.elementor-button {
    background-color: #69727d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    position: relative;
    transition: all .3s;
    border: 2px solid var(--e-global-color-text); /* Mantiene el borde en todos los botones */
}

.elementor-button::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;  /* Ajusta el ancho del recorte */
    height: 15px;  /* Ajusta el alto del recorte */
    background-color: #69727d;  /* Igual al fondo del botón */
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
