/*******************************************************************************
                              SELECCION DE PAIS
*******************************************************************************/

body.hidden-over {
  overflow:hidden;
}

body.page-template-selector-pais {
    background: url(../img/home-init.jpg) top center no-repeat;
    background-size: cover;
    min-height: 100vh;
    text-transform: uppercase;
    font-weight: 700;
}
@media (min-width:992px) {
     #select__country.initial {
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 100vh;
     }
          #select__country.initial .select_country {
               width: 100%;
          }
    body.page-template-selector-pais .select_country .container .row {
      align-items:center;
      width: 100%;
    }
    body.page-template-selector-pais .select_country .navbar-brand {
      height: 50px;
      padding: 0;
      font-size: 0;
      line-height: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
}
body.page-template-selector-pais h4 {
  font-weight: 700;
  text-align: center;
}
@media (min-width:992px) {
  body.page-template-selector-pais h4 {
    text-align:left;
  }
}
body.page-template-selector-pais ul.paises {
  margin:30px 0;
}
body.page-template-selector-pais ul.paises li {
  list-style-type: none;
  background: var(--primary-color);
  padding:10px 15px;
  border-bottom:2px solid #fafafa;
  -webkit-transition:all .4s ease-in;
     -moz-transition:all .4s ease-in;
          transition:all .4s ease-in;
}
body.page-template-selector-pais ul.paises li.honduras {
  border-bottom:0;
}
body.page-template-selector-pais ul.paises li:hover,
body.page-template-selector-pais ul.paises li:focus {
  background-color: var(--primary-color-op);
}
body.page-template-selector-pais ul.paises li a {
 font-weight: 700;
 color:var(--color-white);
 opacity: 1;
 padding: 0 10px;
}
@media (min-width:992px) {
  body.page-template-selector-pais ul.paises li {
    background:transparent;
    border-bottom:none;
    padding-left:0;
  }
  body.page-template-selector-pais ul.paises li a {
    color:#424242;
    padding:0;
  }
  body.page-template-selector-pais ul.paises li:hover {
    background-color:transparent;
  }
  body.page-template-selector-pais ul.paises li a i.fa {
    display:none;
  }
}
body.page-template-selector-pais ul.paises li a:hover,
body.page-template-selector-pais ul.paises li a:focus {
  text-decoration:none;
  opacity: 1;
  outline:0;
}
body.page-template-selector-pais ul.paises li a img {
  padding-right: 20px;
}
body.page-template-selector-pais ul.paises li a i.fa {
  float:right;
  font-size: 24px;
  line-height: normal
}
@media (max-width:991px) {
  body.page-template-selector-pais .initial .select_country.container {
    padding:0;
  }
  body.page-template-selector-pais .initial .select_country .col-md-6:nth-child(2) {
    padding-left:0;
    padding-right:0;
    margin-top: 30px;
  }
  body.page-template-selector-pais h4 {
   margin-right:50px
  }
}
body.page-template-selector-pais #navbar-main,
body.page-template-selector-pais .bloghome,
body.page-template-selector-pais #destacadas,
body.page-template-selector-pais .share,
body.page-template-selector-pais footer,
body.page-template-selector-pais #search {
    display: none
} 