*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#contacto{
    background: url(../images/banner-4.jpg);
    padding: 40px;
    margin-bottom: 300px;
    height: fit-content;
    display: flex;
    background-size: cover;
}
.cont-contacto{
    display: flex;
    justify-content: space-between;
}

.mensaje-contacto{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
}

.cont-left{
    margin-top: 100px;
}

.cont-left h1{
    width: 70%;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.fa-circle-check{
    color: #DCE23A;
}

.lista li{
    color: #fff;
    font-size: 30px;
}

.cont-right{
    /* position: absolute; */
    /* float: right; */
    /* top: 50%; */
    /* right: 10%; */
}

.bg-white{
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    background-color: #fff;
    padding: 30px;
    height: fit-content;
    border-radius: 30px;
}
.controls-form{
    flex-direction: column;
    display: flex;
}
input, textarea{
    border-radius: 25px;
    padding: 10px;
    width: 100%;
    margin: 10px auto;
    background-color: #F2F2F2;
    border: none;
   

}
input::placeholder, textarea::placeholder{
    color: #A1A1A1;
    font-weight: 600;
    font-size: 16px;
}
@media (max-width: 838px) {

}