#call-action-one{
    background-color: #F9E400; 
    border: 6px solid white; 
    margin-top: 35px;
    padding-bottom: 10em;
}


#question{
    background-color: black;
    padding: 10px;
    margin-top: -30px;
    border-radius: 10px;
}

#question p{
    color: #F9E400;
    text-align: center;
    font-size: 1.5em;
}

#logo{
    padding: 5em;
}
#logo p{
    text-align: center;
    padding-top: 1em;
    font-size: 1.7em;
    font-weight: 500;
}
#form-container{
    padding: 1em;
}

.img-slide{
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
}

#mainform{
    background-color: rgb(221, 221, 221);
    padding: 2em;
    border-radius: 30px;
}

#mainform p{
    text-align: center;
    font-weight: 900;
    font-size: 2.1em;
    line-height: 1em;
}

#call-actio-two{
    margin-top: -9em;
    border-radius: 30px;
    background-color:  rgb(221, 221, 221);
}

#call-actio-three{

    margin-top: 4em;
}


.container-icon{
    padding: 1em;
}
.icon-oikos{
    width: 120px;
    margin-right: 1em;
}

#guarda{
    text-align: center;
}

#guarda p{ 
    font-size: 1.5em;
}


#contianer-icons{
    margin-top: 30px;
}
#guarda h2{
    font-weight: 900;
    text-align: center;
    font-size: 2.5em;
}
.title-icon{
    background-color: rgb(219, 219, 219);
    text-align: right;
    padding-right: 10px;
    font-weight: 700;
    font-size: 1.5em;
}

.text-icon{
    text-align: justify;
    padding: 6px 50px;
    margin-top: 15px;
    font-weight: 600;
}

.icon-client{
    text-align: center;
    max-width: 120px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
}

.beneficio{
    background-color: black;
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    color: #F9E400;
    margin-top: 1em;
    padding: 6px;
}

#map{
    background-color: rgb(235, 235, 235);
    margin-top: 3em;
}

#intro-map{
    background-color: white;
    border-radius: 0 0 30px 30px;
    text-align: center;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.1em;
    padding: 0.5em;
}
#call-four-1 h3{
    font-size: 2.5em;
}
#call-four-1 p{
    font-size: 1.3em;
    color: black;
    font-weight: 600;
}
#img-port{
    border-radius: 0 30px 30px 0;
}
#btn-send{
    background-color: #F9E400;
    font-weight: 900;
}
#call-four-2 h3{
    font-size: 1.6em;
    background-color: #F9E400;
    color: black;
    padding: 3px;
}
#call-four-2 h4{
    font-size: 1.6em;
    color: black;
    font-weight: 900;
}
.resalt-1{
    background-color: black;
    color: #F9E400;
    font-size: 1.3em;
    padding: 6px;
}
#tel-text{
    font-size: 1.7em;
    font-weight:900;
    text-align: left;
}
#data-footer{
    background-color: rgb(182, 182, 182);
}
#copy-footer{
    background-color: black;
    color: white;
}

#logo-footer{
    margin-bottom: -30px;
}

#copy{
    text-align: right;
}
#text-dir{
    padding-top: 2em;
    text-align: center;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.2em;
}

#text-inic{
    padding: 2.3em 0 0 5em;
}

#text-inic h1{
    font-size: 3em;
    font-weight: 900;
    color: black;
}
#mapa{
    border:#F9E400 6px solid;
    border-radius: 30px;
}
#text-inic p{
    font-size: 1.5em;
    font-weight: 500;
    color: black;
    line-height: 1.2em;
}

/* === Franja institucional compacta de logos === */
#logos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea; /* línea sutil separadora */
}

.logos-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px; /* separación entre logos */
}

/* Logo combinado (Oikos + Colsubsidio) */
#logos .logo-principal {
  max-height: 70px;   /* altura ideal */
  width: auto;
  height: auto;
}

/* Logo vertical de Supersubsidio */
#logos .logo-vertical {
  max-height: 55px;   /* más pequeño para equilibrio visual */
  width: auto;
  height: auto;
  transform: translateY(4px); /* pequeño ajuste vertical */
}

/* Responsive */
@media (max-width: 768px) {
  #logos {
    padding: 12px 0;
  }

  .logos-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  #logos .logo-principal {
    max-height: 60px;
  }

  #logos .logo-vertical {
    max-height: 45px;
    transform: translateY(0);
  }
}




@media only screen and (max-width: 420px) {
    #question p{
        color: #F9E400;
        text-align: center;
        font-size: 1em;
    }

    #logo{
        margin-top: -50px;
        width: 300px;
        padding: 5em 3.5em 1em 3.5em;
    }
    #logo p{
        font-size: 1em;
    }
    #form-container{
        padding: 0.2em;
    }
    #mainform{
        background-color: rgb(221, 221, 221);
        padding: 0.5em;
        border-radius: 30px;
    }
    #mainform p{
        font-size: 1.6em;
    }
    #simple-form{
        padding: 0;
    }
    #text-inic {
        padding: 1em 0.8em;
    }
    #text-inic h1{
        font-size: 1.6em;
    }
    #text-inic p{
        font-size: 1em;
    }
    #img-port{
        border-radius: 20px;
    }
    .icon-oikos {
        max-width: 100px;
    }
    #intro-map{
        font-size: 1em;
        width: 100%;
        text-align: center;
    }
    #call-four-1{
        font-size: 1em;
    }
    #call-four-2 h3{
        font-size: 1.2em;
    }
    #call-four-2 h4{
        font-size: 1.2em;
    }
    #tel-text{
        font-size: 1.2em;
    }

  }
