.seccion-contacto{
    width: 100%;
    height: 1200px;
    float: left;
    padding-top: 0px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    background-color: #F7F7F7;
}

.contenedor-galeria-contacto{
    width: 50%;
    height: 100%;
    background-color: #020E1C;
    float: left;
    background: url('../assets/img-get-in-touch.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.div-relleno{
    width: 50%;
    height: 100%;
    background-color: #F7F7F7;
    float: left;
}

.contenedor-formulario-contacto{
    width: 1400px;
    height: 100%;
    background-color: transparent;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 240px;
}

.formulario-contacto{
    width: 50%;
    height: auto;
    background-color: transparent;
    float: right;
    padding-left: 40px;
}

.formulario-contacto h1{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #020E1C;
    font-size: 48px;
    line-height: 58px;
}

.formulario-contacto h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #6DC6D8;
    font-size: 32px;
    line-height: 42px;
}

.formulario-contacto form{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 40px;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.formulario-contacto form .input-100{
    width: 100%;
    height: 50px;
    float: left;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
    appearance: none;
    outline: none;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #020E1C;
    font-size: 16px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.formulario-contacto form .input-50{
    width: 48%;
    height: 50px;
    float: left;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
    appearance: none;
    outline: none;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #020E1C;
    font-size: 16px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.textarea-100{
    width: 100%;
    height: 250px;
    float: left;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
    appearance: none;
    outline: none;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #020E1C;
    font-size: 16px;
    margin-bottom: 40px;
    resize: none;
    text-transform: uppercase;
}

.contenedor-h-captcha{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 40px;
    display: inline-flex;
    justify-content: start;
}

.formulario-contacto form button{
    width: 220px;
    height: 60px;
    padding: 18px;
    display: inline-flex;
    justify-content: space-between;
    background-color: #020E1C;
    float: left;
    text-decoration: none;
    appearance: none;
    outline: none;
    border: none;
    cursor: pointer;
}

.formulario-contacto form button span{
    width: auto;
    height: auto;
    background-color: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #FFFFFF;
    font-size: 16px;
}

.formulario-contacto form button img{
    width: 20px;
    height: 20px;
    background-color: transparent;
    float: left;
    margin-top: 2px;
}

.formulario-contacto form button:hover{
    background-color: #6DC6D8;
}








@media only screen and (max-width: 1580px){

    .contenedor-formulario-contacto{
        width: 100%;
    }
    
    .formulario-contacto{
        padding-right: 90px;
    }
}







@media only screen and (max-width: 1180px){

    .seccion-contacto{
        height: 1320px;
    }

    .formulario-contacto form .input-50{
        width: 100%;
    }
}









@media only screen and (max-width: 980px){

    .seccion-contacto{
        height: 1380px;
    }

    .formulario-contacto{
        padding-right: 70px;
    }

    .formulario-contacto h2{
        letter-spacing: -2px;
    }
}








@media only screen and (max-width: 780px){

    .seccion-contacto{
        flex-wrap: wrap-reverse;
        height: 1960px;
    }
    
    .contenedor-galeria-contacto{
        width: 100%;
        height: 40%;
    }
    
    .div-relleno{
        width: 100%;
        height: 60%;
    }

    
    .contenedor-formulario-contacto{
        padding-top: 0px;
    }

    .formulario-contacto{
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 180px;
    }

    .formulario-contacto h2{
        letter-spacing: 0px;
    }
}








@media only screen and (max-width: 580px){

    .seccion-contacto{
        flex-wrap: wrap-reverse;
        height: 2060px;
    }
    
    .formulario-contacto{
        padding-left: 30px;
        padding-right: 30px;
    }
}








@media only screen and (max-width: 480px){

    .seccion-contacto{
        flex-wrap: wrap-reverse;
        height: 2180px;
    }
    
    .formulario-contacto{
        padding-left: 20px;
        padding-right: 20px;
    }
}









@media only screen and (max-width: 380px){

    .seccion-contacto{
        flex-wrap: wrap-reverse;
        height: 2100px;
    }

    .formulario-contacto h1{
        font-size: 38px;
        line-height: 48px;
    }
    
    .formulario-contacto{
        padding-left: 10px;
        padding-right: 10px;
    }
}