.contenedor_contactos{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  text-align: center;
}
.portada_contactos{
    margin-top: -5%;
   height: 80%;
   width: 75%;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: rgba(0, 0, 253, 0.605);
   border-radius: 7px;
}
.contenedor_foto_contactos{
   display: flex;
   justify-content: center;
   align-self: center;
   align-items: end;
   text-align: center;
   background-image: url(fotos/2.3.JPG);
   background-size: cover;
   box-shadow: inset 2px 2px 15px rgba(0, 0, 0, 0.5);
   width: 98%;
   height: 97%;
   margin: 2%;
}
#texto_apoyo{
    background-color: rgba(0, 166, 255, 0.595);
    height: auto;
    width: 100%;
    text-align: center;
    color: aliceblue;
    animation: deslizarY 4s ease-out;
}
.contacto_logo{
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 0%;
}
#texto_apoyo2{
    background-color: rgba(255, 255, 255, 0.756);
    height: 75%;
    width: 72%;
    align-content: center;
    text-align: center;
    align-items: center;
    align-self: center;
    color: rgb(0, 187, 255);
    border-radius: 7px;
    margin-left: 14%;
    margin-right: 13%;
    cursor: pointer;
}
#texto_apoyo2:hover{
    transform: scale (1.1);

}
.mail-container{
    font-family: 'Arial', sans-serif;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}
.mail-container2{
    height: 70vh;
    font-family: 'Arial', sans-serif;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mail-container2 form{
    height: 100%;
}
form {
    margin-top: -10%;
    background-color: #ffffff94;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 30%;
    height: 65%;
}

label {
    font-size: 14px;
    color: #333333;
    display: block;
    margin-bottom: 8px;
}

input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 14px;
}

button{
    background-color: rgba(0, 187, 255, 0.676);
    color: #ffffff;
    padding: 5px;
    padding-top: 1px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
}
input[type="reset"] {
    background-color: rgba(255, 102, 0, 0.418);
    color: #ffffff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    width: 20%;
    margin-left: 25%;
}
button[type="submit"]{
    width: 25%;
    height: 100%;
    background-color: rgba(0, 187, 255, 0.676);
    color: #ffffff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin-inline-end: 25%;
}
button:hover, input[type="reset"]:hover {
    background-color: #ff7c0991;
}

button:hover {
    background-color:  rgba(0, 175, 239, 0.676);
}
textarea{
    width: 97%;
    height: 40%;
    resize: none;
    border-radius: 7px;
    padding: 10px;
}
.pie img:hover {
    transform: scale(1.2);
     /* Ajusta el factor de escala según tus preferencias */
    filter: saturate(2);
  }
.pie img {
    width: 20%; /* Ajusta según tus necesidades */
    height: auto; /* Mantén la proporción original de la imagen */
    transition: transform 0.3s ease; /* Agrega una transición suave para un efecto más agradable */
}
  .botones {
    display: flex;
    justify-content: space-between;
}
.info-proyectos{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vh;
    text-align: center;
}
@media screen and (max-width:1000px){
    .portada_contactos{
        width: 90%;
        height: 65%;
    }
    #texto_apoyo{
        font-size: 0.8rem;
    }
    #texto_apoyo2{
        font-size: 0.9rem;
    }
    form{
        width: 70%;
        height: 80%;
    }
    .pie_contenedor{
        display: flex;
        margin-top: 2px;
        height:70vh;
        flex-direction: column;
        margin-top: 0%;
    }
}