
h3 {
    height: 53px;
}
.panel_oportunidades_comerciales{
    padding: 0 10px 10px;
}
.oportunidades_comerciales_ttl > h4 {
    border-bottom: 1px solid #f4f4f4;
    margin: 0 0 10px;
    padding: 10px 5px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.oportunidades_comerciales_ttl > h4 > span{            
    font-size: 20px;
    text-align: center;
    line-height: 1;
}
.contenedor{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.mb-1{
    margin-bottom: 10px;
}
.panels_oportunidades{
    padding: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 4px
}
.panels_oportunidades:not(:last-child){
    margin-bottom: 10px;
}
.panels_oportunidades > label{
    display: block;
    font-size: 14px;
    margin: 0;
}
.panels_oportunidades span{
    font-weight: bold;
}
.panels_oportunidades small{
    font-size: 11px;
}
.small_discl{
    font-size: 75%;
    line-height: 1.6;
    margin: 0 62px 30px;
    text-align: justify;
}
a.panelOportunidades {
  text-decoration: none;
  color:#636b6f;
  font-size: 16px;
  line-height: 17px;
  padding-bottom: 15px;
  transition: all 0.3s ease;
}

a.panelOportunidades:hover .panels_oportunidades {
  background: #f2f2f2;
}

.dropdown_oportunidades_comerciales .dropdown-menu{
    left: -6px;
    /*right: -6px;*/
    top: 42px;
    width: 140px;
    height: auto;
    overflow-y: scroll;
}
.cont_btn_vermas_oportunidades{
    display: flex;
    flex-direction: row-reverse;
}
.cont_btn_vermas_oportunidades > button{
    margin: 0;
}
.resultado{
    padding: 0px 5px;
    position: relative;
    margin-bottom: 20px;
}
.resultado_num{
    position: absolute;
    top: -18px;
    left: 0;
    font-weight: normal !important;
    color: #000;
    padding: 2px 5px 2px;
}
.resultado_dato{
    display: flex;
    padding: 5px 0;
}
.resultado_dato > label{
    max-width: 100px;
    min-width: 100px;
    margin: 0;
}
.resultado_dato > label,
.resultado_dato > span{
    font-size: 14px;
    font-weight: normal;
    color: #000;
}
.ttl_busqueda{
    margin-top: 0;
    color: #000;
}
.containers_btns_maps{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.containers_btns_maps button{
    font-size: 14px;
    position: relative;
    line-height: 1;
    height: 60px;
}
.containers_btns_maps > button > a{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 9px;
    background: black;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    z-index: inherit;
}
.containers_btns_maps > button > a > i{
    color: #fff;
}
.containers_btns_maps > button.btn-lightblue{
    background: hsl(210, 100%, 75%);
    color: white;
    font-weight: bold;
}
.container_map{
    max-height: 415px;
    height: 415px;
    border: 1px solid #ccc;
    position: relative;
}
.ayuda_map{
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 1;
    cursor:pointer;
}
.ayuda_map,
.ayuda_map > i{
    color: red;
}
.contenedor_ttl_busc_pais{
    display: block;
    /* justify-content: center; */
    align-items: center;
    margin-top:20px;
    border-top:1px solid #ccc;
    padding-top:20px;
    padding-bottom:20px;
    float:left;
    width: 100%;
    float:left;
}
.contenedor_ttl_busc_pais .page-header {
  width: 100%;
  display: block;
  float:left;
}
.contenedor_ttl_busc_pais .page-header > h3{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    width: 100%;
    /*float:left;*/
}

.contenedor_ttl_busc_pais .page-header > h3 .textH3{
  min-height: 54px;
  line-height: 47px;
}

.contenedor_ttl_busc_pais .page-header > h3 > select{
    min-width: 450px;
    width: auto;
    margin-left: 20px;
}
.pais_seleccionado{
    font-weight: bold;
}
.container_btns_pais > button{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
}
.activebtn{
    background: #133d55;
    color: #fff !important;
}
.activebtn:active,
.activebtn:hover,
.activebtn:focus{
    background: #133d55 !important;
    /*border: 1px solid #133d55 !important;*/
    /*outline-color: #133d55 !important;            */
}

.page-header {
  margin: 0;
  margin-bottom: 10px;
}

.page-header h3, .page-header h4 {
  height: auto;
  margin:0;
  font-weight: normal;
}

.page-header h3 i{
  font-size: 25px;
  cursor:pointer;
  position: relative;
  top:-2px;
}

.page-header h3 i:hover{
  color:#000;
}

.modal button.close {
  font-size: 25px;
  margin-top: 10px;
  margin-right: 10px;
}

.jumbotron .jumbotron_body {
  padding: 20px 0;
}

.btnSmallPadding {
  padding-top: 8px;
  padding-bottom: 8px;
}

.barIcon {
  font-size: 25px;
}

.panelContent {
  width: 100%;
  display: block;
  float:left;
  padding: 10px;
}

.tableCountry {
  font-size: 20px;
}

.gray {
    background: #cecece !important;
}
.info_download{
    border-bottom: 1px solid;
}
.resultado_busqueda_para{
    font-size: 28px;
    display: flex;
    align-items: center;
}
.resultado_busqueda_para > span{
    color: black;
    margin-left: 5px;
    font-weight: 500;
}
.caret_fix{
    position: absolute;
    right: 15px;
    top: 25px;
}
.dropdown-menu_map > li{
    position: relative;
}
.dropdown-menu_map > li > .popo{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 9px;
    background: black;
    border-radius: 50% !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    z-index: inherit;
    padding: 0;
}
.dropdown-menu_map > li > .popo > i{
    color: #fff;
}
.dropdown-menu li:first-of-type a#btn_atractivo{
    padding-right: 25px;
}
.tbody_country span.span_container{
    position: relative;
}
.popo_tb{
    background: black;
    border-radius: 50%;
    height: 15px;
    width: 13px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: -17px;
}
.popo_tb > i{
    font-size: 9px;
    color: #fff;
}
.without_map{
    width: 100%;
    height: 100%;
    position: absolute;
    background: black;
    z-index: 1;
    opacity: 0.4;
    display: none;
    justify-content: center;
    align-items: center;
}
.without_map_ttl{
    position: absolute;
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
}
.ttl_modulo{
    position: absolute;
    top: 0;
    left: 6px;
}
.panel-default_fix{
    display: block;
    float: left;
    width: 100%;
}
.tbody_country td:nth-child(even),
.tbody_ td:nth-child(even){
    text-align: center;
    font-weight: bold;
}
.mapa_opcion{
    position: absolute;
    top: 5px;
    right: 12px;
    font-weight: bold;
}
.col_oportunidades_comerciales{
    transition: all 0.3s ease;
}
.translate_oportunidades{
    transform: translateX(-245px);
    width: 23px;
}
.btn_oportunidades{
    transition: all 0.3s ease-in-out;   
    width: 23px;
    min-width: 23px;
    max-width: 23px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 23px;        
}
.translate_btn_oportunidades{
    transform: translateX(82px);
}
.cont_maps{            
    transition: all 0.3s ease;
}
.translate_cont_maps{
    width: calc(95%);
    margin: 0 auto;
}
.content_maps_height{
    min-height: 500px;
    min-width: 100%;
}
.maps_height{
    height: 100% !important;
    width: 100% !important;
}
.translate_panelOportunidades{
    display: none;
}
.content_btn_excel{
    display: flex;
    flex-direction: row-reverse;
}
.content_btn_excel > button{
    height: 46px;
    padding: 0 15px;
    font-size: 14px;
    text-transform: capitalize;
}
.maps{
    width: 100%; 
    height: 411px;
}
@media(max-width: 1342px){
    .containers_btns_maps button{
        line-height: 1;
        height: 60px;
    }
}
@media(max-width: 1013px){
    .containers_btns_maps > button,
    .containers_btns_maps > div{
        width: 20%;
    }
    .containers_btns_maps > div > button{
        width: 100%;
    }
    .containers_btns_maps button{
        font-size: 12px;
    }
}
@media(max-width: 991px){
    .col_oportunidades_comerciales,
    .cont_maps{
        width: 100%;
    }
    .btn_oportunidades{
        display: none;
    }
    .oportunidades_comerciales_ttl > h4{
        justify-content: inherit;
    }
    .oportunidades_comerciales_ttl > h4 .dropdown-toggle{
        margin-right: 10px;
    }
    
    .contenedor_ttl_busc_pais .page-header > h3{
        flex-direction: column;
    }
    .contenedor_ttl_busc_pais .page-header > h3 > select{
        margin: 0;
        min-width: 100%;
    }
    .cont_buscador_pais_dato{
        width: 100%;
    }
}
@media(max-width: 720px){
    .containers_btns_maps > button:not(:last-child),
    .containers_btns_maps > div{
        margin-right: 10px;
    }
    .containers_btns_maps > button,
    .containers_btns_maps > div{
        width: auto;
    }
    .containers_btns_maps{
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media(max-width: 487px){
    .containers_btns_maps{
        flex-direction: column;
    }
    .containers_btns_maps > button,
    .containers_btns_maps > div{
        width: 100%;
        margin: 0 0 10px !important;
    }
    .containers_btns_maps > div{
        margin: 0 !important;
    }
}

.jvectormap-legend-cnt.jvectormap-legend-cnt-v{
    top: 25px !important;
}
.panel-heading_fix{
    min-height: auto !important;
}
.btn__actives_map,
.li_info,
.td_info{
    position: relative;
}
.td_info:hover > .info_div,
.li_info:hover > .info_div,
.btn__actives_map:hover > .info_div{
    display: block;
}

.info_div{
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 3px;
    border: 1px solid;
    color: black;
    padding: 5px;
    top: -38px;
    font-size: 12px !important;
    font-weight: bold;
    text-transform: none;
    left: 0;
    width: 82%;
    text-align: left;

}
.info_div.td{
    top: -51px;
    left: 0;
}
.info_div.td.small{
    top: -31px;
    left: 0;
}
.info_div.large{
    top: -100px;
}
.large_li {
    top: -165px;
    left: -123px;
}
.x_large_li {
    top: -203px;
    left: -123px;
}
.info_div > a{
    border-bottom: none !important;
    display: initial !important;
    font-size: 12px !important;
    padding: 0 !important;
}
.introjs-tooltiptext{
    text-align: left;
    font-weight: bold;
}