.Cabecera_Sobre-Nosotros{
    background-image: url('../imagenes/close-up-black-compass-with-some-coins.jpg');
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}


.Cabecera_Sobre-Nosotros h2{
    font-family: "Spline Sans", sans-serif;
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
    color: #43BA7F;
}

.Cabecera_Sobre-Nosotros p{
    font-family: "Comme", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
}

.Col-green{
    background-color: #43BA7F;
}

.Col-grey{
    background-color: #bbb8b8;
}

/* Estilos para la seccion: Vision */

.contenedorVision {
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
}

.columnaVision {
    flex: 1;
    text-align: center;
}

.columnaVision h1 {
    font-family: "Spline Sans", sans-serif;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: #43BA7F;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.columnaVision p {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400; /* Normal */
    font-size: 18px;
}

.contenedor_nuestra_historia {
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

/* Estilos para la seccion: Valores */

.contenedorValores {
    display: flex;
}

.columnaValores{
    text-align: center;
    flex: 1;
}

.columnaValores h1 {

    font-family: "Spline Sans", sans-serif;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: #43BA7F;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;

}

.contendorPrimerosTresValores{
    display: flex;
}

.valores {
    flex: 1;
    text-align: center;
}

.iconoValores{
    height: 100px;
    width: 100px;
    margin-top: 20px;
}

.valores h1 {
    font-family: "Spline Sans", sans-serif;
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    color: #232323;
    margin-bottom: 20px;
    margin-top: 20px;
}

.valores p {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400; /* Normal */
    font-size: 18px;
    padding-left: 35px;
    padding-right: 35px;
}

.contendorUltimosTresValores {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* Seccion: Nuesta Historia */

.contenedor_nuestra_historia {

    margin-bottom: 40px;

}

.contenedor_nuestra_historia h1{
    font-family: "Spline Sans", sans-serif;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: #43BA7F;
    text-align: center;
    margin-bottom: 30px;
}

.contenedor_nuestra_historia p {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400; /* Normal */
    font-size: 18px;
}

.img-historia{
    height: 85px;
    display: none;
}

.img-historia1{
    height: 180px;
}

.que-nos-distingue h3{
    font-family: "Spline Sans", sans-serif;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: #43BA7F;
    text-align: center;
    margin-bottom: 30px;
}

.que-nos-distingue h5{
    font-family: "Spline Sans", sans-serif;
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
}
.que-nos-distingue p{
    font-family: "Segoe UI", sans-serif;
    font-weight: 400; /* Normal */
    font-size: 18px;
}

.fondo-verde-texto{
    background-color: #43BA7F;
    color: white;
    text-align: center;
    padding-bottom: 10px;
}

.encerrado-verde {
    border: #43BA7F solid;
    text-align: center;
    height: 100%; /* Para que todas las cajas midan igual */
}

.encerrado-verde p{
    padding-left: 10px;
    padding-right: 10px;
}

.tarjeta-servicio {
    position: relative;
    overflow: visible; /* Permite que el círculo sobresalga */
}

.circulo-decorativo {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 140px;
    background-color: #43BA7F;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* importante para que la imagen no sobresalga */
}

.circulo-decorativo img {
    width: 70%;
    height: 70%;
    object-fit: cover; /* hace que la imagen se recorte sin deformarse */
}


.fondo-verde-servicios {
    background-color: #43BA7F;
    color: white;
    text-align: center;
    height: 120px;
    margin: 0;
    position: relative; /* Necesario si vas a posicionar cosas dentro */
    z-index: 1;
    padding-bottom: 10px;
    width: 500px;
    border-radius: 10px 10px 0 0;
}


.fondo-gris-texto {
    background-color: #D9D9D9;
    text-align: center;
    padding-bottom: 10px;
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
    width: 500px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);

}

.nav-item.dropdown:hover .dropdown-menu {
    background-color: #43BA7F;
    display: block;  /* Hace que el menú se muestre al pasar el mouse */
    margin-top: 0;  /* Evita el retraso en la animación */
}

.color-navbar{
    background-image: url('../imagenes/Rectangle 628.png');
}

.navbar a{
    font-family: "Spline Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
}

.btn-custom_1{
    background-color: #33A937;
    color: white;
}

.btn-custom_1:hover{
    background-color: #155f17;
}

.footer{
    background-color: black;
}

.footer a {
    text-decoration: none;
}

.img-footer{
    width: 500px;
    margin-left: -40px;
}

.siguenos{
    color: white;
    font-size: 20px;
}

.footer h4{
    color: #37A736;
}

.footer a{
    color: white;
}

.fondo-logo-footer{
    background-color:#37A736;
    border-radius: 5px;
}

.texto_ubi{
    color: white;
    font-size: 14px;
}

.linea-verde-footer{
    background-color: #37A736;
    height: 1px;
}

