#fh5co-home .text-inner h2{
    color: white !important;
}

#fondo{
    padding-top: 4vw;
    opacity: 0.85;
}

#formulario-contacto{
    width: 100%;
    height:80vw;
    padding-top: 4vw;
    background-color: white;
    position: relative;
}

#espacio-blanco{
    position: absolute;
    width: 10vw;
    height: 10vw;
    background-color: #3FA52A;
    top: -3vw;
}

#formulario-contacto .col-lg-8{
    padding-left: 10vw;
    margin-bottom: 10vw;
    text-align: center;
}

#formulario-contacto .col-lg-3{
    padding-left: 2vw;
}

h2{
    color: #3FA52A;
}

#formulario-contacto .col-lg-3 .row h3{
    padding-left: 4vw;
    color: #3FA52A;
}

h4{
    color: #3FA52A;
}

#formulario-contacto .col-lg-3 .row .bar{
    width: 5vw;
    border-bottom: solid white 0.2vw;
    margin-left: 4vw;
}

.contacto{
    padding-left: 4vw;
    padding-top: 2vw;
}

.contacto-container{
    display: flex;
    align-items: center;
}

.contacto-container i{
    padding-bottom: 1.5vw;
    margin-right: 2vw;
}

.campo-contacto {
    margin-top: 1vw;
    margin-bottom: 1vw;
    text-align: start;
    padding-left: 10vw;
}

.campo-contacto input{
    width: 35vw;
    color: white;
    border:0;
    background-color: #616370;
}

.campo-contacto textarea{
    width: 35vw;
    color: white;
    border:0;
    background-color: #616370;
}

#boton-fila {
    display: flex;
    justify-content: start;
    padding-left: 9.5vw;

}

button{
    margin-top:2vw;
    background-color: #3FA52A;
    color:white;
    width: 10vw;
    height: 5vw;
    font-weight: 800;
    border-radius: 0.5rem;
    border:0;
    transition: all 0.3s ease; 
}

button:hover{
    transition: all 0.3 ease;
    background-color: black;
    color: #3FA52A;
}

@media screen and (max-width: 992px){

    #fh5co-home .text-inner h1{
        font-size: 10vw !important;
    }

    .row{
        margin-right: 0;
        margin-left: 0;
    }

    .row h2{
        text-align: center;
    }

    #formulario-contacto{
        height: 360vw;
    }
    .campo-contacto input{
        width: 70vw;
    }

    button{
        width: 20vw;
        height: 9vw;
    }

    .contacto-container i{
        padding-bottom: 6vw;
    }

    h3, h4{
        text-align: center;
    }

    .row .contacto-container{
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

