/*Generales*/
.mapita {
    background-color: #0355dd;
    margin: auto !important;
  }
  .cabezapais {
    display: none;
  }
  
  @media (max-width: 768px) {
    .cabezapais {
      display: block;
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
    }
    .containermenu {
      min-height: 400px;
      padding: 50px 30px;
    }
    table#t1 {
      display: none;
  }
  }
  
  .panel-default{
    background-color: #0355dd !important;
    border: 0 !important;
    box-shadow: none !important;
    color: white !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    cursor: pointer;
  }
  
  .panel-body{
    border: 0 !important;
  }
  
  .panel-heading{
    background-color: #005ff9 !important;
    border: 0 !important;
    box-shadow: none !important;
    color: white !important;
    font-weight: 400 !important;
    font-size: 14px !important;
  }
  
  .fa-envelope {
    background-image: url(../images/mail.svg);
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .fa-envelope::before {
    content: "";
    color: transparent;
  }
  
  .fa-mobile-alt {
    background-image: url(../images/tel.svg);
    background-repeat: no-repeat;
    height: 14px;
    margin-right: 10px;
  }
  .fa-mobile-alt::before {
    content: "";
    color: transparent;
  }
  
  .fa-map-marker-alt {
    background-image: url(../images/ubicacion.svg);
    background-repeat: no-repeat;
    height: 16px;
    margin-right: 10px;
  }
  .fa-map-marker-alt::before {
    content: "";
    color: transparent;
  }
  
  .fa-envelope-azul {
    background-image: url(../images/mail-azul.svg);
    background-repeat: no-repeat;
    height: 11px;
    width: 21px;
  }
  .fa-envelope-azul::before {
    content: "";
    color: transparent;
  }
  
  .fa-mobile-alt-azul {
    background-image: url(../images/tel-azul.svg);
    background-repeat: no-repeat;
    height: 14px;
    margin-right: 10px;
  }
  .fa-mobile-alt-azul::before {
    content: "";
    color: transparent;
  }
  
  .fa-map-marker-alt-azul {
    background-image: url(../images/ubicacion-azul.svg);
    background-repeat: no-repeat;
    height: 16px;
    margin-right: 10px;
    
  }
  .fa-map-marker-alt-azul::before {
    content: "";
    color: transparent;
  }
  
  i.fas.fa-map-marker-alt-azul {
    margin-bottom: -4px;
  }
  
  .containermenu {
    min-height: 400px;
    padding: 50px 30px;
  }
  
  @media (max-width: 992px) {
    .containermenu {
      height: 100%;
      padding: 80px;
    }
    .pagina {
      border-top: solid 2px #005ff9;
    }
  }
  
  @media (max-width: 480px) {
    #continentes {
      display: none;
    }
  }
  
  @media (min-width: 480px) {
    #continentesMobile {
      display: none;
    }
  }
  
  @media (max-width: 480px) {
    .containermenu {
      height: 100%;
      padding: 15px;
    }
  }
  
  @media (max-width: 480px) {
    .columna_oficinas {
      padding-top: 38px;
      background-color: #fff;
      font-size: 11px;
      color: #000 !important;
      text-align: left;
      padding: 0;
    }
  }
  
  @media (max-width: 768px) {
    .columna_oficinas {
      padding-top: 38px;
      background-color: #fff;
      font-size: 11px;
      color: #000 !important;
      text-align: left;
      padding: 0;
      min-height: 40vh;
    }
    .lineatop {
      border-top: solid 2.5px #005ff9;
    }
  }
  
  .fondomenumap {
    background-color: #005ff9;
  }
  
  @media (max-width: 480px) {
    .columa_dest {
      font-size: 11pt;
      text-align: left;
      padding: 8%;
      min-height: 250px;
      color: #fff;
    }
  }
  
  @media (resolution: 150dpi) {
    .columa_dest {
      font-size: 11pt;
      text-align: left;
      padding: 8%;
      min-height: 250px;
      color: #fff;
    }
  }
  
  /* Minimum resolution */
  @media (min-resolution: 72dpi) {
    .columa_dest {
      padding: 2 !important;
      min-height: 380px;
    }
  }
  
  /* Maximum resolution */
  @media (max-resolution: 300dpi) {
    .columa_dest {
      padding: 22 !important;
      min-height: f380px;
    }
  }
  
  .containermap {
    width: 70%;
    padding: 5%;
  }
  
  .titlemap {
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 38px;
    cursor: pointer;
    word-break: break-all;
  }
  .titlemapmobile
  {
    color: rgb(128 172 244) !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 38px;
  }

  .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #0355dd !important;
}

  .titlepais {
    color: #fff !important;
    font-weight: 400;
    font-size: 11px;
    word-break: break-word;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .titleof {
    font-weight: 500;
    font-size: 11px;
    word-break: break-word;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .titlespan {
    font-size: 11px;
    word-break: break-word;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
  }
  
  span i {
    padding-left: 0px !important;
  }
  .titleright {
    font-size: 11px;
    word-break: break-word;
  }
  .titleright > a {
    display: flex;
    -webkit-box-align: start;
    color: #000 !important;
  }
  .titleright > a:hover {
    font-size: 11px;
    word-break: break-word;
    color: #b7d3ff !important;
  }
  
  .titlespan > a {
    color: #fff;
  }
  .titleOficina {
    font-weight: 600;
    font-size: 10px;
    word-break: break-all;
    margin-bottom: 20px;
    margin-top: 32px;
  }
  .titleOfright {
    color: #000;
  }
  
  .titleOfright:hover {
    color: #b7d3ff !important;
  }
  a.titlemap {
    color: #fff !important;
  }
  a.titlemap:hover {
    color: #b7d3ff !important;
  }
  .titleglobal {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 38px;
    margin-top: 30px;
    cursor: pointer;
  }
  
  .titleglobaltop {
    color: #fff !important;
    font-weight: 500;
    font-size: 10.5px;
    margin-bottom: 30px;
    cursor: pointer;
  }

  #myModal{
    z-index: 10000;
  }

  @media (max-width: 480px) {
    .titleglobaltop {
      color: #fff !important;
      font-weight: 500;
      font-size: 11px;
      margin-bottom: 30px;
      cursor: pointer;
    }
  }

  i.fas.fa-angle-down {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 0px;
    transition: all 0.2s;
}
  
  .divmenu {
    background-color: #005ff9;
    padding: 0 !important;
  }
  
  .cls-1 {
    fill: #3477e2;
    fill-rule: evenodd;
  }
  
  .markcontinent > path {
    fill: #9ec3ff;
  }
  .remark {
    fill: #9ec3ff !important;
  }
  
  path:hover {
    cursor: pointer;
  }
  
  .pointer_location {
    fill: #fff;
  }
  
  /*Modal*/
  
  .modal-content {
    border-radius: 0px !important;
    border: none !important;
  }
  i#icon_blue {
    color: #005ff9;
  }
  
  .titulodireccion {
    width: 100%;
  }
  .columa_dest {
    padding: 17% 5% 0% 9%;
    color: #fff;
  }
  .columna_oficinas {
    background-color: #fff;
    font-size: 11px;
    color: #000 !important;
    text-align: left;
    padding: 12% 8%;
  }
  
  td#col1 {
    width: auto;
  }
  
  @media (max-width: 480px) {
    td#col1 {
      width: 100%;
      display: inline;
      float: left;
    }
  }
  
  @media (max-width: 870px) {
    .columa_dest {
      font-size: 11pt;
      text-align: left;
      padding: 8%;
      min-height: 250px;
      color: #fff;
    }
  }
  
  @media (max-width: 1920px) {
    .fondomapa {
      background-color: #0355dd;
      padding: 60px;
    }
  }
  
  @media (max-width: 480px) {
    .fondomapa {
      background-color: #0355dd;
      padding: 60px;
      display: none;
    }
  }
  
  @media (max-width: 1920px) {
    .containermenu {
      min-height: 650px;
      background-color: #005ff9;
      padding: 15%;
    }
  }
  
  @media (max-width: 870px) {
    .containermenu {
      padding: 15%;
      min-height: 1px;
    }
  }
  
  .titlespan > a :hover {
    color: #b7d3ff !important;
  }
  
  .fa-angle-right:before {
    font-weight: 600;
    content: "" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
  }
  
  .fa-angle-left:before {
    font-weight: 600;
    content: "" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
  }
  
  @media (max-width: 767px) {
    .containermenu {
      padding: 10%;
    }
  }
  .btn-cerrar {
    border-radius: 50px;
    z-index: 4;
    background-color: #005ff9;
    color: #fff;
    border: 0;
    right: 20px;
    top: 20px;
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
  }
  
  i.fal.fa-times {
    padding: 0;
  }
  
  #icon-close {
    padding: 2px;
  }
  
  /*animated divs*/
  .fade-in {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @-moz-keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }
  
  @-o-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @-ms-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /*Paginador*/
  
  .contents {
    margin: 70px 20px;
    padding: 20px;
    list-style: none;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .contents li {
    margin-bottom: 30px;
  }
  .loading-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
    z-index: 999;
    display: none;
  }
  .loading-div img {
    margin-top: 20%;
    margin-left: 50%;
  }
  
  /* Pagination style */
  
  .pagina {
    margin-top: 50px !important;
    bottom: 32px;
  }
  .arrow_size {
    font-size: 18px;
    color: #005ff9;
    font-weight: 100 !important;
    align-self: center;
  }
  
  span.division {
    font-size: 12px;
    color: #0345bf;
    line-height: -1px !important;
  }
  
  .pagination {
    display: inline !important;
    padding-left: 0 !important;
    bottom: 5px !important;
    left: 10px !important;
    vertical-align: middle;
  }
  .pagination i {
    margin-top: 5px;
  }
  
  .numero {
    font-size: 12.5px;
    font-weight: 500;
    text-align: center;
  }
  
  /*icons*/
  i {
    padding-right: 10px;
  }
  
  .titlespan > a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  
  p.titlespan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  
  p.titleright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  
  /* total width 
  .scrollbar::-webkit-scrollbar {
    width:8px;
  }*/
  
  /* background of the scrollbar except button or resizer 
  .scrollbar::-webkit-scrollbar-track {
    background-color:#fff0;
  }
  .scrollbar::-webkit-scrollbar-track:hover {
    background-color:#fff0;
  }*/
  
  /* scrollbar itself
  .scrollbar::-webkit-scrollbar-thumb {
    background-color:#0355dd;
    border-radius:16px;
    border:3px solid #0355dd;
  }
  .scrollbar::-webkit-scrollbar-thumb:hover {
    background-color:#0355dd; 
  } */
  
  /* set button(top and bottom of the scrollbar) 
  .scrollbar::-webkit-scrollbar-button {display:none}
  */
  /* div box 
  body{background-color:#babac0;}
  .scrollbar {
    height: 112%;
    width: 25vw;
    min-width: 150px;
    overflow-y: scroll;}
  .overflow{min-height: 100vh}
  */
  /*css of menu*/
  
  .containermapa input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  
  .row {
    display: -webkit-box;
    display: flex;
  }
  .row .col {
    -webkit-box-flex: 1;
    flex: 1;
  }
  .row .col:last-child {
    margin-left: 1em;
  }
  
  /* Accordion styles */
  .tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
  }
  
  .tab {
    width: 100%;
    color: white;
    overflow: hidden;
  }
  .tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1em;
    background: #005ff9;
    font-weight: bold;
    cursor: pointer;
    /* Icon */
  }
  .tab-label:hover {
    background: #005ff9;
  }
  .tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #005ff9;
    background: white;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  .tab-close {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #005ff9;
    cursor: pointer;
  }
  .tab-close:hover {
    background: #005ff9;
  }
  
  input:checked  .tab-label {
    background: #005ff9;
  }
  input:checked  .tab-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
  }

circle:hover{
    cursor: pointer;
  }