* {
    box-sizing: border-box;
}
.banner-top{
    height: 50vh;
    background-image: url("../img/taller/educacion/taller_1.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position-y: 40%;
}
.img-taller{
    height: 50vh;
    background-attachment: fixed;
    background-size: cover;
    background-position-y: 40%;
}
.img-taller-2{
    background-image: url("../img/taller/educacion/taller_2.jpg");
}
.img-taller-3{
    background-image: url("../img/taller/educacion/taller_3.jpg");
}
.img-taller-4{
    background-image: url("../img/taller/educacion/taller_4.jpg");
}
.img-taller-5{
    background-image: url("../img/taller/educacion/taller_5.jpg");
}

.img-taller-6{
    background-image: url("../img/taller/educacion/taller_6.jpg");
}

.img-taller-7{
    background-image: url("../img/taller/educacion/taller_7.jpg");
}

@media screen and (max-width: 500px){
    .banner-top,
    .img-taller{
        height: 20vh !important;
        background-size: 100%;
        background-attachment: local;
    }
}

/* Aqui empieza el codigo del index principal */

.contacto{
    min-height: 80vh;
    padding: 5em;
    background-color: white;
}
.contacto-logo{
    max-width: 35%;
}

.title-contactanos{
    text-align: center;
}

.espacios{
    height: 3em;
    margin-left: -1.1em;
    margin-right: -1.1em;
    margin-top: -1em;
    margin-bottom: -1em;
    background-color: #FFFFFF;
}

.info{
    text-align: center;
    margin-top: 2em;
    font-size: 1.1em;
}

.redes-sociales{
    padding: .5em;
}
.redes-sociales h5{
    text-align: center;
}
.redes-link{
    text-align: center;
}
.redes-link i{
    font-size: 3em;
    padding: .3em;
}
.title-contactanos{
    text-align: center;
}

input{
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 5px;
}

input:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

input{
    background-color: #C0BFBF;
    color: #000;
}