/* ARROW ----------------------------------------------------------*/
/*            ----------------------------------------------------------*/
/*            ----------------------------------------------------------*/
.we_esp_circle {fill: none;stroke: #ffffff;transition: fill 0.3s ease, stroke 0.3s ease;}
.we_esp_arrowline {stroke: #ffffff;transition: stroke 0.3s ease;}
.we_esp_arrow:hover .we_esp_circle {fill: #ffffff;stroke: #2f261e;}
.we_esp_arrow:hover .we_esp_arrowline {stroke: #2f261e;}

.we_esp_circle2 {fill: none;stroke: #2f261e;transition: fill 0.3s ease, stroke 0.3s ease;}
.we_esp_arrowline2 {stroke: #2f261e;transition: stroke 0.3s ease;}
.we_esp_arrow2:hover .we_esp_circle2 {fill: #2f261e;stroke: #2f261e;}
.we_esp_arrow2:hover .we_esp_arrowline2 {stroke: #fff;}

/* IDIOMA ----------------------------------------------------------*/
/*            ----------------------------------------------------------*/
/*            ----------------------------------------------------------*/
.we_esp_lang_text{font-family: "indivisible", sans-serif;font-weight: 400;font-style: normal;font-size:13px;line-height:1px;transform:translateY(-0.5px);}
.we_esp_lang {position:absolute;top:14px;right:0;width:28px;height:28px;border-radius:50%;background:#2f261e;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all 0.2s ease;}
.we_esp_lang:hover {background:#fff;color:#2f261e;}



/* FLEX FIRMA ----------------------------------------------------------*/
/*            ----------------------------------------------------------*/
/*            ----------------------------------------------------------*/
.we4_firma_flex {display:flex;flex-wrap:wrap;gap:50px;}
.we4_firma_flex_item1 {flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 50px);}
.we4_firma_flex_item2 {flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0px);}
@media(max-width:800px){
.we4_firma_flex_item1, .we4_firma_flex_item2 {flex-grow:1;flex-shrink:1;flex-basis:100%;}
.we4_firma_flex {gap:0px;}
}
/* FLEX FIRMA ----------------------------------------------------------*/
/*            ----------------------------------------------------------*/
/*            ----------------------------------------------------------*/