

:root{
    --blue-100: #02537a;
    --blue-50:#00adb4;
}



/*titulos*/
.titulos-extralarge{
    font-size: 40px;

}

.titulos-large{
    font-size: 32px ;
}

.titulos-mid{
    font-size: 26px;

}

.titulos-small{
    font-size: 18px;

}


.titulos-extralarge, .titulos-large, .titulos-mid, .titulos-small{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


/*textos*/


.text-extralarge{
    font-size: 40px;

}

.text-large{
    font-size: 32px ;
}

.text-mid{
    font-size: 26px;

}

.text-small{
    font-size: 18px;

}


.text-extralarge, .text-large, .text-mid, .text-small{
    font-family: sans-serif;
}

/*colores de fuente*/


.color-text-b-100{
    color: var(--blue-100);
    
}


.color-text-b-50{
    color: var(--blue-50);

}

/*font weigth*/

.text-light{
    font-weight: 100;
}

.text-bold{
    font-weight: 400;
}




/**/

.service_title{
    color: #12133f;
}



/*section action*/
.sectionAction{
    background-image: url('../img/seo/background/layerbg.png');
    background-attachment: fixed;
    background-size: 70%;
    padding: 10px;
    margin-bottom: 50px;
}

.sectionAction_title{
    margin: 0 15px;
    text-align: center;
}





/*section action buttons*/

.sectionAction_buttons{    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}



.sectionAction_buttons-btn{
    width: 180px;
    height: 60px;
    margin: 25px 25px 0px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0,150,169);
    border-radius: 20px;
    cursor: pointer;
}

.sectionAction_buttons-btn:hover{
    background: #006191;
    transform: scale(1.05);
    transition-duration: 0.1s;
    transition-timing-function:ease-in;
    
}


.sectionAction_buttons-btn-text{
    margin: 0;
    color: white;
    text-shadow: 0 2px 4px black;
}

/*lista de botones de action*/

.list_btn{
    display: none;
    padding-top: 10px;
    justify-content: space-around;
    align-items: center;
    background-color:#ffffffad;
}

/*boton de telefono*/

.list_btn-tel{
    width: 50px;
    height: 50px;
    background-image: url('../img/seo/icons/logotel.png');
    background-size: 100%;
}

/*boton de wpp*/

.list_btn-wpp{
    width: 50px;
    height: 50px;
    background-image: url('../img/seo/icons/logowpp.png');
    background-size: 100%;
}



/*section dir */
.sectionDir{
    display: flex;
    flex-wrap: wrap;
    justify-content:center ;
    align-items: center;
}
.sectionDir_info{
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:flex-start;

}
.sectionDir_info-title{

}
.sectionDir_info-text{

}






/*boton ir directo ala direccion*/


.btn-direction{
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-direction-hiper{
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.btn-direction-hiper:hover{
    background: var(--blue-100);
    border-radius: 30px;
    color: white;
}

.btn-direction-hiper:hover > .btn-direction-text{
    color: aliceblue;

}

.btn-direction-text{
    margin: 0;
    margin-left: 10px;

}

/*section dir map */

.sectionDir_map{
    width: 100%;
}


/**footer */
.footerSeo{
    display: flex;
    justify-content:center ;
    align-items: center;
    flex-wrap: wrap;
    background-image: url('../img/seo/background/bg-vector.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    background-attachment: fixed;
}



.footerSeo_info-container{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}


.footerSeo_info{
    display: flex;
    flex-direction: column;
    justify-content:center ;
    align-items: center;
    margin-bottom: 25px;
    max-width: 320px;
}

.footerSeo_info p{
    padding: 0 15px;
    margin: 0;
}



.footerSeo_contact{
    display: flex;
    flex-direction: column;
    justify-content:center ;
    align-items: center;
    margin-bottom: 25px;
    max-width: 320px;
}


.footerSeo_contact-title{
    padding: 0 15px;
}

.footerSeo_contact ul{
    margin: 15px 0px 15px 2.5rem;
}

.footerSeo_contact ul li{
    margin: 5px 0;
}



.footerSeo_Links{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center ;
    align-items: center;
    max-width: 320px;
}

.footerSeo_Links ul{
    width: 90%;
    overflow: scroll;
    height: 320px;
    list-style: none;
    background: white;
    border-radius: 10px;
} 

.footerSeo_Links ul li{
    margin: 10px 0;
}

.footerSeo_Links ul li a{
    color:#12133f;
}

.footerSeo_Links ul li a:hover {
    font-weight: 700;
    color: darkblue;
}




.footerSeo_action{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;


}

.footerSeo_action a{
    margin: 15px;
}






.footerSeo_buttons{
    
    display: flex;
    flex-direction: column;
    justify-content:center ;
    align-items: center;
}

.footerSeo_buttons-icons{
    display: flex;
    justify-content: center;
    align-items: center;

}


.footerSeo_buttons-author{
    display: flex;
    justify-content: center;
    align-items: center;

}


/* seccion testimonios seo */
.testimonials-section {
    padding: 40px 20px;
    background-color: #12133f;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .testimonials-section .sec-title h2 {
   font-size: 30px;
   color: #ffffff;
   text-align:center;
  }
  
  .testimonials-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .testimonial-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 0.1);
    padding: 25px 20px;
    max-width: 350px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
  }
  .testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 20px rgb(0 0 0 / 0.15);
  }
  
  .testimonial-name {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 12px;
    color: #12133f;
  }
  
  
  .testimonial-text {
    font-size: 1rem;
    line-height: 1.5;
    color: #12133f;
    margin-bottom: 20px;
    min-height: 72px; 
  }

  .testimonial-text a {
    color: #007bff;
  }
  
  .testimonial-stars {
    font-size: 1.5rem;
    color: #f5a623; 
    user-select: none;
  }
  
  @media (max-width: 768px) {
    .testimonials-container {
      flex-direction: column;
      gap: 20px;
    }
    .testimonial-card {
      max-width: 100%;
      padding: 20px 15px;
    }
  }
  @media (max-width: 480px) {
  .testimonials-section .sec-title h2 {
    font-size: 20px;
   }
  }

  .str-h1 {
    font-size: 40px;
    word-wrap: break-word;  
    overflow-wrap: break-word; /* Compatibilidad extra */
    hyphens: auto;          /* Divide con guiones si es necesario */
    text-align: center;    
}

/* --- Responsive para pantallas pequeñas --- */
@media (max-width: 768px) {
    .str-h1 {
        font-size: 26px;  
    }
}

@media (max-width: 480px) {
    .str-h1 {
        font-size: 22px;  
    }
}

.str-seo{
    overflow-wrap: break-word; 
    hyphens: auto;         
}

.working_process1__content h2{
    font-size: 20px;
    font-weight: bold;
}

.title1 h2{
    font-size: 35px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .title1 h2 {
        font-size: 26px;  
    }
}

@media (max-width: 480px) {
    .title1 h2 {
        font-size: 22px;  
    }
}