.bg-contacto{
    background-image: url("../../img/EduardoOjedaSauri.jpg");
}
.container-contacto{
    margin-top: 8em;
    margin-bottom: 800px;
    height: 200px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 5px;
}
.contacto-info{
   
    width: 600px;
}

 .sociales{
    display: flex;
    flex-direction: column;

}
.contacto-card ul{
    margin-left: 1em;
    padding-bottom: 2em;
}
.contacto-card ul li{
    color: var(--secondary-blue);
    padding-top: 1.5em;
}
.contacto-info p{
    font-size: 20px;
    width: 500px;
    color:white;
}
.contacto-forms{
    
    border: 1px solid var(--main-green);
    border-radius: 20px;
    width: 600px;
    background-color: white;
    backdrop-filter:  blur(10px);
}

h1{
    font-size: 80px;
    color: var(--main-green);
}
h2{
    font-size: 60px;
    color: var(--main-violet);
}
h4{
    font-size: 40px ;
}
h3{
    font-size: 40px;
    color: var(--secondary-blue);
}
h5{
    margin-left: 0.5em;
    font-size: 30px;
    padding: 0;
    color: var(--secondary-blue);
    font-weight: 800;
   
}
.contacto-card h5{
    width: 300px;
    line-height: 2ch;
    margin-top: 1em;
    margin-bottom: 1em;
}

h6{
    color: var(--secondary-blue);
    font-size: 20px;
    margin-left: 0.5em;
    margin-bottom: 0;
}
.contacto-card{
    display: flex;
    margin-top: 1em;
    background-color: white;
    width: 550px;
    border: 1px solid var(--main-green);
    border-radius: 20px;
}
.contacto-card p{
    color:var(--secondary-blue);
    font-size: medium;
    margin-left: 1em;

}


.contacto-forms h3{
    margin-left: 1em;
    margin-top: 1em;
    padding: 0;
}
.contacto-forms p{
    margin-left: 1.5em;
    margin-top: 1em;
    font-size: x-large;
    padding: 0;
    color: var(--secondary-blue);
}
form {
    margin-top: 2em;
    margin-left: 2em;
    margin-bottom: 2em; /* Agrega espacio abajo del formulario */
}
form p{
    font-size: small !important;
    font-style: italic;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 2em !important;
    width: 95%;
    
}
label {
    color:var(--secondary-blue);
    margin-bottom: 0.5em;
    margin-top: 1em;
}
input{
    width: 87%;
    border-color: transparent;
    border-bottom: 2px solid var(--secondary-blue);
    height: 1em;
    padding: 1em;
    border-radius: 5px;
    font-size: 14px;
}

textarea{
    width: 87%;
    border-color: transparent;
    border-bottom: 2px solid var(--secondary-blue);
    height: 1em;
    padding: 1em;
    border-radius: 5px;
    font-size: 14px;
    height: 150px; /* Ajusta el valor según lo que necesites */

}

input:focus, textarea:focus{
    outline: none;
    background-color: rgb(236, 236, 236);
}



.social-icons li{
    display: flex;
    align-items: center;
}
.face-icon{
    background-image: url("../../img/icons/socials/facebook.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
}
.insta-icon{
    background-image: url("../../img/icons/socials/instagram.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
}
.xcom-icon{
    background-image: url("../../img/icons/socials/xcom.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
}

.directorio, .contacto-card {
    padding-left: 1em;
}

.directorio-select{
    display: flex;
    align-items: center;

    
}
.directorio-select span{
    background-color: var(--secondary-blue);
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 20px;
    margin-top: -1em;
}
.correo-icon{
    background-image: url("../../img/icons/socials/correo.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
}
.number-areas{
    margin-bottom: 1em;
}
.number-areas select{
    margin-left: 0.5em;
    margin-bottom: 1em;
    color: var(--secondary-blue);
    font-size: 18px;
    font-weight: 700;
    border: none;
    width: 190px;
    margin-right: 0.3em;
    cursor: pointer;
}
.direccion{
    margin-left: 1em;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.direccion p{
    width: 80%;
    margin-top: 2em;
    font-size: 13px;
    
}
.directorio{
    width: 50%
}
.hora p{
    margin-top: 0;
}
.hora{
    margin-bottom: 1em
}


@media (width < 450px){
    
    h1{
        font-size: 50px;
        width:200px;
        color: var(--main-green);
    }
    body{
        background-color:var(--main-green);
        
    }
    
    .contacto-info .contact-description{
        width:300px;
        margin:0;
        padding:0;
    }
    .container-contacto{
        margin-top: 4em;
        margin-bottom: 1350px;
        height: 600px;
        width:100%;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 5px;
    }
    .contacto-info{
   
        width: 350px;
        margin:2em 1em;
    }
    .contacto-forms{
        margin:0 1em;
        border: 1px solid var(--main-green);
        border-radius: 20px;
        width: 350px;
        background-color: white;
        backdrop-filter:  blur(10px);
    }
    .contacto-card{
        display: flex;
        flex-direction:column;
        margin-top: 1em;
        background-color: white;
        width: 350px;
        border: 1px solid var(--main-green);
        border-radius: 20px;
    }
    .direccion{
        margin-left: 1em;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .directorio-select{
        display: flex;
        align-items: center;
        width:100%;

    
    }
    .contacto-forms p{
        margin:1em 1.5em;
        font-size: 20px;
        padding: 0;
        color: var(--secondary-blue);
    }
    
    .direccion{
        width: 80%;
    }
    
     .tel{
        width:100% !important;
        margin-bottom:1em;
    }
    
    .directorio{
        width:100%;
    }
    

