@font-face {
    font-family: "Font";
    src: url("../fonts/Nexa Light.otf");
}

body{
  font-family: "Font";
  letter-spacing: 1px;
}


.navbar{
    border-radius: 0px !important;
    background: #0F314B!important;
    color: #fff !important;
    border: 0px !important;
}

.menu > a{
  color: #fff !important;
}

.menu:hover{
  background: #123B5B;
  color: #fff !important;
}


@media (min-width: 768px) {
    .navbar .navbar-nav{
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse{
        text-align: center;
    }

}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.transportes{
    color: orange;
}


.transportes2{
    color: #0F314B!important;
}


.margin1{
    padding: 0px !important;
}

.main{
    margin-top: -20px;
}

.parrafo{
    text-align: justify;
    line-height: 30px !important;
}

footer{
    background: #0F314B;
    padding: 50px;
    color: white;
}

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

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

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

img{
  display: block;

}

.lista{
  text-align: left !important;
}

.btn{
  background: #123B5B;
}

.vinculo{
  color: #fff !important;
}

.idiomas{
  position: absolute !important;
  z-index: 4 !important;
  text-align: right !important;
  width: 80px;
  right: 20px;
  top: 93px;
}

@media (max-width: 480px) {
  .idiomas{
      top: 65px;
    }
}

.bandera{
  float: right !important;
  padding-left: 5px;
}

table{
 overflow-x:scroll !important;
}

/*Loader*/

/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #74934F;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}


