@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
body {
    background-image: url(../images/Desarrollos-01.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FEA930;
    font-family: sans-serif;
    font-size: 1.09rem;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

body { 
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.row-main {
    height: 100vh;
}

h1 {
    font-size: 1.09rem;
    font-weight: 600;
}

.form-div {
    border-radius: 10px;
}

input,
textarea,
select {
    background-color: #EFEFEF;
    border: #B7B6B6 solid 1px;
    border-radius: 5px;
}

a {
    font-size: .7rem;
    text-decoration: none;
    padding: .8rem 0;
    color: #212121;
}

a:hover {
    color: #FEA930;
}

form button {
    background-color: #FC6321;
    color: #EFEFEF;
    border: 0;
    padding: .7rem;
    transition: all .3s;
}

form button:hover {
    background-color: #FEA930;
}

::placeholder,
select {
    color: #B7B6B6;
}