.nav_balms {
    background-color: transparent!important;
    position: absolute;
    width: 100%;
}

a {
    color: #a31d31;
    text-decoration: none;
}

body {
    color: #575756;
}

#hero {
    background-image: url(../img/real_estate_hero.jpeg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

#hero_mobile {
    background-image: url(../img/real_estate_hero.jpeg);
    background-size: cover;
    background-position: center;
}

.bg_cabecera_mobile {
    padding: 30px 5% 60px;
    border-radius: 5px;
    margin-left: 5%;
    margin-right: 5%;
}

.bg_requisitos_mobile {
    background-color: #ffffffcc;
    padding: 5%;
    border-radius: 5px;
    margin-left: 5%;
    margin-right: 5%;
}

.top {
    padding-left: 5%;
    padding-right: 5%;
}

.logo_balms {
    height: 60px;
}

.logo_bgi {
    width: 172px;
    height: 126;
}

.nav_logos {
    position: absolute;
    width: 100%;
}


.cabecera_title_top {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 99.5%;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #A32035;
}

.cabecera_title_top_mobile {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 99.5%;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #A32035;
}

.cabecera_title {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 69.7394px;
    line-height: 69px;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #ffd500;
    text-shadow: 0px 3.87441px 3.87441px rgba(0, 0, 0, 0.5);
}

.cabecera_title_mobile {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 1.8em;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #ffd500;
    text-shadow: 0px 3.87441px 3.87441px rgba(0, 0, 0, 0.5);
}

.cabecera_title_white {
    color: white;
}

.cabecera_text {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140.5%;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.416);
}

.cabecera_text_mob {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 140.5%;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.416);
}

.round_button {
    height: 40px;
    width: 240px;
    border-radius: 50px;
    border: #A32035 solid 1px;
    padding: 10px 45px 12px;
    color: #fff;
    text-decoration: none;
    font-family: 'Lato';
    font-weight: bold;
    background-color: #A32035;
}

.round_button:hover {
    border: #661623 solid 1px !important;
    background-color: #661623!important;
    color: #fff;
}

.title_balms {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 99.5%;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #A32035;
}

.paragraph_balms {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140.5%;
}


.timeline {
    border: 10px solid #ffd500;
    z-index: 0;
    margin-top: -270px;
    width: 80%;
    margin-left: 10%;
}

.timeline_icons {
     z-index: 10;
}

.timeline_title {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 99.5%;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #A32035;
}

.timeline_base {
    margin-top: -30px;
}


#requisitos {
    background-image: url(../img/lifestyle.png);
    background-size: cover;
    min-height: 700px;
    background-repeat: no-repeat;
    background-position: center top;
}

.contacto_title {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 140%;
    color: #4D4E53;
}

.contacto_paragraph {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    color: #A32035;
}

.contacto_data_title {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #A32035;
}

.contacto_data_item {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #4D4E53;
}

.form {
    background: #efedee;
    padding: 10px 20px;
    margin-bottom: 40px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555;
    background-color: #eeeded;
    background-image: none;
    border: 1px solid #eeeded;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.form .form-control {
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #a31d31;
}

.form label {
    font-weight: 600;
    font-size: 13px;
}

.form h2 {
    font-weight: 800;
    font-size: 20px;
    color: #a31d31;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

label {
    font-family: Lato,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.btn-form {
    color: #fff;
    background-color: #a31d31;
    border-color: #a31d31;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    text-decoration: none;
    padding: 6px 30px;
    font-size: 16px;
    line-height: 23px;
    border-radius: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.logo_contacto {
    height: 80px;
}

.checkbox label {
    text-transform: none;
}



.footer {
    background-color: #e4e4e6;
    font-size: 14px;
    padding-top: 15px;
    font-family: Lato,Helvetica,Arial,sans-serif;
}

.footer a {
    color: #4d4e55;
    text-decoration: underline;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 25px;
}

.footer ul li {
    margin-bottom: 5px;
}

.footer__direccion {
    display: block;
    padding-top: 20px;
    line-height: 140%;
}

.footer ul li a {
    color: #4d4e55;
    text-transform: uppercase;
    text-decoration: none;
}

.footer__rrss img {
    display: inline-block;
    margin-left: 5px;
}


.footer__rrss_mob img{
    display: inline-block;
    margin-left: 5px;
    width: 40px;
}

.footer__logo {
    height: 45px;
    margin-top: 20px;
}

.languaje {
    border: solid 1px #a31d31;
    padding: 7px;
    margin-right: 45px;
    text-align: center;
}

.languaje_mob {
    border: solid 1px #a31d31;
    padding: 7px;
    text-align: center;
}


a:hover {
    color: #831526;
}