.main_banner {
    height: 200px;
    background: url('../assets/contacto/cenefa.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-family: Gotham;
    font-size: calc(25px + (40 - 25) * ((100vw - 600px) / (1300 - 600)));

    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.pink_text {
    font-weight: bold;
    font-family: Gotham;
    font-size: 25px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: var(--mex-pink);
}

.blue_text {

    font-family: Gotham;
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: var(--marine-blue);

}

.second_section {
    background: white;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.third_section {
    background-image: linear-gradient(to bottom, #ededed, #f5f4f4);
    padding-top: 40px;
}

.pink_button {
    width: 185px;
    height: 60px;
    border-radius: 8px;
    background-color: var(--mex-pink);
    color: white;
}

.contacto_dds {
    max-width: 760px;
    width: 100%;
    /*height: 100%;*/
}

.input_text_field {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: solid 2px #bbbbbb;
    outline: none;
    height: 35px;
    color: var(--marine-blue);
    font-family: Gotham;
    font-size: 20px;
}

.input_text_field::placeholder, .t-area::placeholder {
    opacity: 0.6;
    font-family: Gotham;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: var(--marine-blue);
}

.spacer {
    height: 60px;
    width: 100%;
}

.input_col {
    margin: 25px 0px;
}

.t-area {
    padding: 10px;
    height: 160px;
    width: 100%;
    background: transparent;
    border: solid 2px #bbbbbb;
    outline: none;
    resize: none;
    color: var(--marine-blue);
    font-family: Gotham;
    font-size: 23px;
}

.no-m {
    margin: 0;
}

.upper_banner {
    background: url('../assets/contacto/cenefa_down.png');
    background-repeat: repeat-x;
    background-size: 900px;
    height: 150px;
    background-position: 0px;
}

.lower_banner {
    background: url('../assets/contacto/cenefa_up.png');
    background-repeat: repeat-x;
    background-size: 900px;
    height: 150px;
    background-position: 0px;
}

.upper_banner_text {
    font-family: Gotham;
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: normal;
    color: #d40081;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}


#map {
    height: 500px;
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.map_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /*border-radius: 8px;*/
    /*border: solid 2px #bbbbbb;*/
}

.map_right_col {
    border-top: solid 2px #bbbbbb;
    border-right: solid 2px #bbbbbb;
    border-bottom: solid 2px #bbbbbb;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.map_left_col {
    padding: 0;
}

.location_instance {
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.locations_container {
    height: 500px;
    overflow-y: scroll;
    padding-left: 20px;
}

.dd_bottom {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.apply_button {
    padding: 50px;
}


.fourth_section {
    padding: 30px 0px;
}

.no_pad {
    padding: 0;
}

.l_i_img {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l_i_img > img {


    width: 100%;
    max-width: 25px;

}

.l_i_text {
    margin-left: 20px;
    font-family: Gotham;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: var(--marine-blue);
}

.location_info_container {
    font-family: Gotham;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: var(--marine-blue);
    margin-top: 20px;
}

.bottom_contact_text {
    font-family: Gotham;
    font-size: calc(17px + (20 - 17) * ((100vw - 600px) / (1300 - 600)));
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: black;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: white;
}


.bottom_contact_text {
    margin-top: 50px;
    margin-bottom: -50px;
}

.bottom_contact_text > span {
    font-weight: 500;
    color: var(--marine-blue);
}

@media screen and (max-width: 768px) {
    .bottom_contact_text {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .contacto_dds {
        height: 100%;
    }

    .main_banner {
        height: 100px;
        font-size: 25px;
    }

    .pink_text {
        font-size: 16px;
        padding: 0px 13px;
        margin-bottom: 15px;
    }

    .blue_text {
        font-size: 15px;
        padding: 0px 10px;
    }

    .second_section {
        height: 180px;
    }

    .input_col {
        margin: 16px 0px;
    }

    .fourth_section {
        padding: 0px;
    }

    .upper_banner {
        background-size: 660px;
        height: 110px;
    }

    .upper_banner_text {
        height: 110px;
        font-size: 23px;
    }

    .footer_info_section {
        margin-left: 0px !important;
    }

    .lower_banner {
        background-size: 660px;
        height: 110px;
        background-position: -20px;
    }
}

