/***** fuentes *****/

@font-face {
    font-family: 'lato-regular';
    src: url('../../assets/fonts/Lato/Lato-Regular.ttf');
}

@font-face {
    font-family: 'playfair-display-regular';
    src: url('../../assets/fonts/Playfair-display/PlayfairDisplay-Regular.otf');
}

/***** generales *****/

.clearer{
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
}

html, body{
    position: relative;
    width: 100%;
    height: 100%;
}

body{
    direction: ltr;
    background: #FFFFFF;
    color: #212529;
}

.container-fluid{
    padding: 0px;
}

/***** botones *****/

.odoo_btn_primary{
    background-color: #236394;  /*1e547e*/
    border-color: #236394;      /*1c4f76*/
    height: 40px;
    border-radius: 20px;
    padding-top: 8px;
    padding-left: 25px;
    padding-right: 25px;
}

.odoo_btn_primary a{
    color: #FFFFFF;
    font-family: "lato-regular", sans-serif;
    font-size: 16px;
    text-transform: none;
}

.odoo_btn_primary:hover{
    background-color: #1e547e;
}

.search_button_div{
    padding-left: 30%;
}

.search_button_left, .search_button_right{
    float: left;
    height: 40px;
}

.search_button_left{
    width: calc(100% - 45px);
}

.search_button_right{
    width: 45px;
}

.search_button_input, .search_button_icon{
    background-color: #f5f2f0;
}

.search_button_input{
    height: 40px;
    width: 100%;
    border-left: 1px solid #e8e5e4;
    border-top: 1px solid #e8e5e4;
    border-bottom: 1px solid #e8e5e4;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0px 10px;
}

.search_button_input::placeholder{
    color: #adb5bd;
    margin-left: 10px;
}

.search_button_right{
    background-color: #f5f2f0;
    padding-top: 5px;
    text-align: center;
    border-right: 1px solid #e8e5e4;
    border-top: 1px solid #e8e5e4;
    border-bottom: 1px solid #e8e5e4;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search_button_icon{
    font-size: 16px;
    color: #212529;
}

@media (max-width: 576px){

    .search_button_div{
        padding-left: 0px;
    }
}

/***** header y menú *****/

header{
    height: 67px;
    background-color: #FFFFFF;
    position: fixed;
    z-index: 1000;
}

header .main_nav, header .main_nav_mobile{
    flex-direction: inherit;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    height: 48px;
    padding: 0px 15px;
}

header .main_nav{
    margin-left: 50px;
    margin-right: 50px;
}

header .main_nav_mobile{
    margin-left: 0px;
    margin-right: 0px;
}

#menu_logo{
    width: 80px;
    margin-left: 1px;
    margin-right: 30px;
}

#menu_logo img{
    width: 79px;
}

.navbar{
    top: 0px;
    height: 68px;
    padding: 10px 0px;
}

.navbar-nav{
    padding: 0px;
    height: 40px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-item, .nav-item a, .nav-item-active, .nav-item-active a, .navbar .navbar-nav li > a{
    text-shadow: none;
    font-family: "lato-regular", sans-serif;
    font-size: 16px;
    text-transform: none;
    padding: 5px 4px;
}

.nav-item, .nav-item a{
    color: rgba(0, 0, 0, 0.65) !important;
}

.nav-item-active, .nav-item-active a{
    color: #FFFFFF !important;
}

.nav-item-active{
    border-radius: 6px;
    color: #FFFFFF;
    background-color: #236394;
}

.navbar .navbar-nav li > a{
    color: #212529;
}

.navbar .navbar-nav li > a:hover{
    color: #FFFFFF !important;
}

.navbar .navbar-nav li:not(.nav-item-active) > a:hover{
    color: rgba(0, 0, 0, 0.8) !important;
}

.top_menu{
    margin-right: auto;
}

.menu_search_icon a, .menu_search_icon a:hover{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    text-align: center;
    padding: 9px 4px !important;
}

.menu_search_icon a{
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.menu_search_icon a:hover{
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.menu_call_option{
    text-shadow: none;
    font-family: "lato-regular", sans-serif;
    font-size: 16px;
    text-transform: none;
    line-height: 25px !important;
}

.menu_call_option a, .menu_call_option i{
    color: rgba(0, 0, 0, 0.65) !important;
}

.menu_call_option a:hover{
    color: rgba(0, 0, 0, 0.8) !important;
}

/***** menú celular *****/

.header_mobile_buttons_wrap{
    width: calc(100% - 160px);
}

.header_mobile_items_wrap{
    height: 100%;
}

.navbar-toggler{
    width: 30px;
    padding: 0px;
    margin-left: 10px;
}

.mobile_menu_close{
    right: 15px;
    position: fixed;
}

#top_menu_mobile {
    top: 0px;
    right: 0px;
    position: fixed;
    background: #fff;
    padding: 15px 0px;
    width: 340px;
    height: 100vh;
    z-index: 9999;
    border-left: 1px solid lightgray;
}

.mobile_menu_item{
    border-top: 1px solid lightgray;
    padding: 15px 10px;
}

@media (max-width: 576px){

    .navbar-nav{
        padding: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .navbar {
        z-index: 1001;
    }
}

/***** main y home top *****/

main{
    background-color: #FFFFFF;
    z-index: 2;
    position: relative;
    margin-bottom: 310px;
}

#directory_top_background{
    height: 400px;
    background: url("../../../assets/images/directory/directory_top.png") repeat-x scroll 50% 50% #FFFFFF;
    text-align: center;
}

.directory_top_texts{
    position: absolute;
    margin-top: 100px;
    width: 100%;
    text-align: center;
    padding: 0px 100px;
}

.directory_top_big_text, .directory_top_small_text{
    text-shadow: none;
    text-transform: none;
    color: #FFFFFF;
}

.directory_top_big_text{
    font-family: "playfair-display-regular", serif;
    font-size: 60px;
}

.directory_top_small_text{
    font-family: "playfair-display-regular", serif;
    font-size: 20px;
    margin-top: 20px;
}

@media (max-width: 576px){

    #directory_top_background{
        height: 450px;
    }

    .directory_top_texts{
        padding: 0px 30px;
    }

    .directory_top_big_text{
        font-size: 40px;
    }

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

.search_results_container, .search_form_container{
    padding: 0px 20px;
}

.tags_title{
    font-family: "playfair-display-regular", serif;
    text-shadow: none;
    /*text-transform: uppercase;*/
    color: #212529;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #a2a2a2;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tags_group_name{
    font-family: "playfair-display-regular", serif;
    text-shadow: none;
    color: #595c5f;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.tag_buttons{
    height: auto;
    width: auto;
}

.tag_button{
    background-color: #f6f6f6;
    border: 1px solid #a2a2a2;
    width: fit-content;
    height: 30px;
    border-radius: 20px;
    padding: 2px 20px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tag_button a{
    font-family: "playfair-display-regular", serif;
    text-shadow: none;
    color: #626262;
    font-size: 16px;
}

.tag_button:hover{
    background-color: #a2a2a2;
}

.tag_button a:hover{
    color: #212529;
}

/***** footer *****/

#footer_top_border{
    margin-top: 40px;
    height: 64px;
    background: url("../../assets/images/footer/top_border.png") repeat-x scroll 50% 50% #FFFFFF;
}

@media (max-width: 576px){
    #footer_top_border{
        height: 0px;
    }
}

footer{
    width: 100%;
    height: 310px;
    background-color: #236394;
    color: #ffffff;
    font-size: 11px;
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding-left: 68px;
    padding-right: 68px;
}

@media (max-width: 576px){

    footer{
        height: 900px;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    footer ul li {
        display: block;
        position: relative;
        padding: 3px 0px;
    }

    footer ul li::before {
        content: "";
        position: absolute;
        width: 0px;
    }
}

.footer-column{
    padding-top: 24px;
    padding-bottom: 24px;
}

.footer_title_text{
    font-family: "playfair-display-regular", serif;
    text-shadow: none;
    text-transform: none;
    color: #FFFFFF;
    font-size: 21px;
    margin-bottom: 10px;
}

.footer_small_text, .footer_small_text p, footer ul, footer ul li, footer ul li a{
    font-family: "lato-regular", serif;
    text-shadow: none;
    text-transform: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

footer ul li{
    line-height: 16px;
    padding: 3px 0px;
}

.footer_small_text p{
    line-height: 25px;
}

footer ul{
    margin-bottom: 0px;
}

footer ul li a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

footer ul li i{
    width: 17px;
    margin-left: 0px !important;
    margin-right: 10px !important;
    text-align: center;
}

.footer_social_media_group{
    padding-top: 20px;
}

.footer_social_media_item{
    margin-right: 10px;
}
