/*
Theme Name: Baianai
Template: hello-elementor
Version: 1.0.0
Description: Baianai is a child theme of Hello Elementor.
Author: baianai
Author URI: https://www.baianai.es/
Text Domain: baianai
*/

/* General */
.stc a{font-weight:600; background-color:#019682;font-size: 1rem; font-family:'Raleway',sans-serif; line-height:1.4rem;margin-top:2rem;color:white;border:1px solid #019682;}
.stc a:hover{background-color:white; color:#019682;}
b{font-weight: bold;}
a.verde{color:#019682; text-decoration:underline!important;}
a.verde:hover{color:white;}
ul, ol{margin-left: 2rem;}
ul li{margin-bottom: 1rem;margin-top: 1rem;list-style: circle;}
ol li{margin-bottom: 1rem;margin-top: 1rem;list-style: auto;}

h1 {
  margin-bottom: clamp(1.5rem, 1.2692rem + 1.0256vw, 2.0rem);
}

h2 {
  margin-bottom: clamp(1.2rem, 1.0615rem + 0.6154vw, 1.5rem);
}

h3 {
  margin-bottom: clamp(1.05rem, 0.9577rem + 0.4103vw, 1.25rem);
}

h4 {
  margin-bottom: clamp(0.9rem, 0.8538rem + 0.2051vw, 1.0rem);
}

h5 {
  margin-bottom: clamp(0.8rem, 0.7654rem + 0.1538vw, 0.875rem);
}

.h6 {
  font-size: clamp(1.4rem, 1.3538rem + 0.2051vw, 1.5rem);
  margin-bottom: clamp(0.7rem, 0.6769rem + 0.1026vw, 0.75rem);
}


h4#lineas1::before{
        content: "";  /* Necesario para que el pseudo-elemento se muestre */
        display: block;  /* O inline-block, dependiendo de tus necesidades */
        width: 100%;  /* Ajusta al tamaño deseado */
        height: 100%;  /* Ajusta al tamaño deseado */
        background-image: url('https://staging.eurolefesa.com/wp-content/uploads/2024/04/Highlight-Effect-Line-1-150x150.png');
        background-repeat: no-repeat;
        position: absolute;  /* Posiciona el pseudo-elemento */
        top: -110px;
        left: -110px;
}

#lineas2::after{
    content: "";  /* Necesario para que el pseudo-elemento se muestre */
        display: block;  /* O inline-block, dependiendo de tus necesidades */
        width: 100%;  /* Ajusta al tamaño deseado */
        height: 100%;  /* Ajusta al tamaño deseado */
        background-image: url('http://staging.eurolefesa.com/wp-content/uploads/2024/04/highlight-effect-2-150x150.png');
        background-repeat: no-repeat;
        position: absolute;  /* Posiciona el pseudo-elemento */
        top: 295px;
        left: 590px;
}
.valores-vision h4{
  font-weight: 600;
}

p.resaltado{
  background-color: rgba(1, 150, 130, 0.25);
    padding: 0.1rem 0.2rem;
    margin-bottom: 2rem;
    color: #019682;
    max-width: 20rem;
    text-align: center;
  }
span.resaltado{
    background-color: rgba(1, 150, 130, 0.25);
      padding: 0.1rem 0.2rem;
      margin-bottom: 2rem;
      color: white;
      max-width: 20rem;
      text-align: center;
    }

 div.e-con#desbordar{
  padding: 0;
  
  }
form label a {color: #019682; text-decoration: underline!important;} form label a:hover{color: #001C38;}
