:root {
    --marine-blue: rgb(0, 35, 97);
    --mex-pink: #d40081;
}

html, body {
    font-family: 'Gotham';
}

.blue_button {
    width: 185px !important;
    height: 60px !important;
    border-radius: 8px !important;
    background-color: var(--marine-blue) !important;
    color: white !important;
}

.uselessOverlay {
    top: 0;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    background: var(--marine-blue);
}

.overlayText {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Gotham';
    font-weight: 500;
    height: 100%;
    font-size: calc(25px + (40 - 25) * ((100vw - 600px) / (1300 - 600)));
}

.menu_links_container_sm {
    height: 100vh;
    background: url('/assets/general/menu_cenefa.png');
    background-color: var(--marine-blue);
    color: white;
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 450px;
    position: fixed;
    z-index: 99;
    display: none;
}

.top_menu_row {
    padding: 10px;
}

.top_menu_row > a > img {
    width: 100%;
    max-width: 200px;
}

.close_menu {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.close_menu > img {
    width: 100%;
    max-width: 25px;
}

.menu_links_sm {
    /*height: 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}

.sm_menu_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 70%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.sm_menu_list_item {
    /*display: table-row;*/
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-family: Gotham;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;


    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(100vh * .03);
}

.sm_menu_list_item > a {
    color: #ffffff;
}

.menu_container {
    background: var(--marine-blue);
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 90px;
}

.menu_links_container {
    color: white;
    display: flex;
    cursor: pointer;
}

.menu_instance {
    margin: 0 10px;
}

.menu_instance > a {
    color: white;
    display: flex;
    cursor: pointer;
    font-family: 'Gotham';
    font-weight: 500;
}


.contact_button_sm {
    position: fixed;
    z-index: 98;
    width: 100% !important;
    bottom: 0;
    border-top-left-radius: 38px !important;
    border-top-right-radius: 38px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    height: 60px !important;
    background-color: var(--marine-blue) !important;
    color: white !important;
    display: none;
}


.contact_button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
}

.wp_floating_button {
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 96;
}

.wp_floating_button_inner_container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.wp_floating_button_inner_container > img {
    width: 100%;
    max-width: 70px;
}


.general_section {
    height: 100vh;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_container > a > img {
    width: 100%;
    max-width: 220px;
}

.text-center {
    text-align: center !important;
}

.ham_menu > div {
    /*width: 40px;*/
    /*height: 3px;*/
    /*background: white;*/
    /*margin-top: 10px;*/

    width: 26px;
    height: 3px;
    background: white;
    margin-top: 5px;
}

.footer_container {
    background: var(--marine-blue);
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    bottom: 0;
    min-height: 280px;
}

.footer_info_section {
    color: white;
    opacity: 0.8;
    margin-left: -50px;
}

.footer_info_section > div {
    margin-top: 15px;
}

.footer_logo_section > img {
    width: 100%;
    max-width: 150px;
}

.social_top > a > img {
    width: 100%;
    max-width: 40px;
}

.social_top > a {
    margin-left: 15px;
    margin-right: 15px;
}

.social_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.social_bottom > img {
    width: 100%;
    max-width: 20px;
}

@media screen and (max-width: 768px) {
    .wp_floating_button {
        width: 85px;
        height: 85px;
        position: fixed;
        bottom: 70px;
        left: 10px;
    }

    .contact_button {
        display: none;

    }

    .contact_button_sm {
        display: block;
    }

    .footer_container {
        position: relative;
    }

    .footer_social_section {
        position: absolute;
        top: 40px;
        right: 10px;
    }

    .footer_info_section > div {
        margin-top: 9px;
        font-size: 14px;
    }

    .footer_info_section {
        margin-left: 42px;
    }
}
