h1.main-title {
    color: #231f20;
    font-size: 16px;
}

h2.second-title {
    color: #231f20;
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.form-content {
    display: flex;
    justify-content: space-between;
}

.input-form {
    width: 100%;
    padding: 10px;
    color: #848484;
    border: 1px solid #848484;
    border-radius: 10px;
}

.half-input{
    width: 47% !important;
}

.social-links {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 20px;
    justify-content: space-evenly;
}

.social-item {
    margin-right: 10px; 
}

.social-item:last-child {
    margin-right: 0;
}

.main-button {
    background-color: #FFF;
    border: 1px solid #231f20;
    border-radius: 10px;
    padding: 0px 20px;
    transition: 0.4s ease all;
}

.main-button:hover{
    color: #FFF;
    background-color: #231f20;
}

.form-item{
    font-size: 16px;
    font-weight: 400;
    color: #231f20;
}
a.phone-item {
    color: #343a41;
    font-size: 16px;
}

h4.addres-item {
    font-size: 16px;
    color: #343a41;
    font-weight: 400;
    margin-bottom: 30px;
}

.footer-overlay {
    padding: 60px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.section-side {
    width: 100%;
    background-color: #ececec;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

h4.side-title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.mapa iframe{
    width: 100%;
}