/* --------------------------------------------Contacto----------------------------------------------------*/


#contact_form *{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    position: relative;
}

.contact h3{margin-left: 30px;}
#contact_form {padding:0px;}

#ff label {cursor:pointer;margin:5px 0;display:block;font-weight:bold;}

#ff input {display:block;width:100%;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#000;	border:1px solid #373737;padding:13px;margin: 5px 0 25px 0;font-size: 16px;max-height: 45px;}

#ff textarea {display:block;width:100%;height:200px; border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background-color:#fff; color:#000;	border:1px solid #373737;padding:10px;margin: 5px 0 25px 0;}

#ff .sendButton {cursor:pointer;background-color:#373737;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;;width:35%;color:#ffffff;}
#ff .sendButton:hover {opacity: 0.8;}

/*-------------------------------------------------------------------------------------------------------------------*/


    /* --------------------------------------------servicios----------------------------------------------------*/
    .serv *{
        background: #3a9dca; 
        margin-top: 10px;
        margin-left: 10%;
        margin-right: 10%;
        border-radius: 10px;
        padding-left: 20px;
        color: #fff;
        font-size: 40px;
    }

    
    /*Galeria*/
.galeria {
    background: #fff;
    width: 90%;
    margin: auto;
    list-style: none;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.galeria h4{
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 1200px) {
  .galeria {
    width: 1200px;
  }
}
.galeria li {
    background: #3a9dca;
    margin: 10px;
    color: #fff;
}
.galeria li:hover {
    background: #1a5772;
    margin: 10px;
    color: #fff;
}
.galeria img {
    width: 300px;
    height: 240px;
}

.imagen {
    width: 80%;
    height: 50%;
    box-shadow: 1px 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    /*---------------------------------------------------------------------------------------------------------*/


/*------------------------------------------Nosotros-----------------------------------------------------------*/

.quienes{
    margin: 60px 13%;
    display: flex;
}

.acordeon input{
    display: none;
}

.acordeon__titulo {
    margin: 10px;
    display: block;
    padding: 15px;
    background: #3a9dca;
    border-radius: 10px;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.acordeon__titulo:hover {
    background: rgb(58, 157, 202, 0.8);
}

.acordeon__contenido {
    height: 0;
    overflow: hidden;
    margin: 0;
    transition: all 0.2s;
}

.acordeon input:checked ~ .acordeon__contenido{
    height: auto;
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 15px;
    text-align: left;
    
}
.audle {
    width: 400px;
}

.audle {
    margin: 15px;
}

/*---------------------------------------fin de nosotros-------------------------------------------------------*/

/*---------------------------------------Redes-------------------------------------------------------*/

.redes img{
    margin: 15px;
}

/*---------------------------------------Redes sociales-------------------------------------------------------*/