header{
    box-shadow: 0 0 5px 0 #717171;
}

#inicio{
    margin-top: 10px;
}

#sobre-nosotros{
    width: 80%;
    margin: 40px auto;
}

#sobre-nosotros > h1{
    font-size: 22px;
    color: #112c97;  /* #9c6b0f */
}

#sobre-nosotros img{
    width: 100%;
    height: 250px;
    margin-top: 25px;
}

.mayor{
    padding: 20px 0 10px 0;
    color: #112c97;
}

/* SERVICIOS */
#sobre-nosotros section.servicios-2 h1{
    color: #112c97;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #112c97;
    width: fit-content;
}

/* CONTACTO */

#contacto > h1{
    color: #4352a7;
    margin: 30px 10%
}

#contacto > iframe{
    width: 100%;
    height: 400px;
}

#datos-contacto{
    width: 80%;
    margin: 0 auto 25px auto;
}

#text-contacto{
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 6px 0 #5d5d5d;
}

#direccion, #numeros, #email{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

#datos-contacto .form-contact{
    padding: 0 0 15px 0;
    box-shadow: 0 0 6px 0 #5d5d5d;
}

@media(min-width: 768px){
    #grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
    }

    #inicio{
        grid-row: 1;
        font-size: 17px;
        letter-spacing: 1px;
    }

    #sobre-nosotros img.first{
        grid-column: 2;
    }

    #sobre-nosotros img.img-servicios-2{
        grid-column: 1;
    }

    #sobre-nosotros section.servicios-2{
        grid-column: 2;
        grid-row: 2;
    }

    .servicios #grid{
        row-gap: 40px;
        margin-bottom: 75px;
    }

    #quienes-somos{
        grid-column: span 2;
    }

    #mision, #vision{
        grid-column: span 2;
    }

    /* CONTACTO */
    #datos-contacto{
        display: flex;
    }

    #text-contacto{
        margin-right: 30px;
    }

    #datos-contacto .form-contact{
        padding: 10px 20px;
    }
}

@media(min-width: 960px){
    #sobre-nosotros img{
        height: 250px;
    }
}

@media(min-width: 1024px){
    #sobre-nosotros img{
        height: 230px;
    }

    /* CONTACTO */
    #datos-contacto .form-contact{
        width: 50%;
        margin: 0 auto;
    }
}

@media(min-width: 1200px){
    #sobre-nosotros img{
        height: 180px;
        width: 90%;
        margin: 0 auto;
    }

    #sobre-nosotros .services img{
        height: 200px;
        width: 100%;
    }

    /* CONTACTO */
    #datos-contacto .form-contact{
        width: 40%;
    }

    #contacto > iframe{
        width: 100%;
        height: 600px;
    }
}

@media(min-width: 1400px){
    #sobre-nosotros{
        width: 1120px;
    }
}