:root {
  --color-one: #abcad1;
  --color-two: #3880a1;
  --color-three: #1d3859;
  --color-four: #229273;
  --color-bl: #14385c;
}

body {
  background-color: white;
  background-size: cover;
  font-family: Gill Sans Extrabold, sans-serif;
  font-size: 12px;
}

div.logodiv {
  width: 150px;
  height: 60px;
  /*line-height:60px;
    margin:0px auto;*/
  text-align: center;
}

div.logodiv img {
  vertical-align: middle;
/*  width:300%;*/
  height: 100%;
}

@media screen and (max-width:450px) {
/*#logo-line-gratuita{
         display:none;
    }
#logo-mi-vuelo{
         width: 100%;
    }
#logo-att{
    text-align: right;

}*/
#main-header{
/*    background-image: none !important;*/
    /* background-image: url("https://mivuelo.att.gob.bo/assets/img/Logo ATT.png"); */
    /* opacity: 0.05; */
}
#div_mapa{
    padding: 50px;
    border-radius: 4px;
}
.botones, .boton_aeropuerto{
    width: 100%;
    /*border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;*/
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

}
.botones:hover {
  transform: scale(1.10);
  opacity: 0.70;
  -webkit-filter: brightness(0.75);
}
.boton_aeropuerto:hover {
    transform: scale(1.10);
}
.botones, .boton_aeropuerto{
  border-radius: 4px;
  padding: 5px;
  -webkit-filter: drop-shadow(1px 1px 0 #93959b)
                  drop-shadow(-1px -1px 0 #93959b);
  filter: drop-shadow(1px 1px 0 #93959b) 
          drop-shadow(-1px -1px 0 #93959b);
}

#main-header {
    /*background: #FFF;*/
    background-image: url("../../thememetronic6/img/Barra-Superior.png");
    background-size: 100% 100px;

    /*color: white;*/
    height: 90px;
}
#main-header a {
    color: white;
  }

/*
 * Logo
 */
#logo-header {
    float: left;
    padding: 15px 0 0 20px;
    text-decoration: none;
}
#logo-header:hover {
    color: #0b76a6;
}

#logo-header .site-name {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
}

#logo-header .site-desc {
    display: block;
    font-weight: 300;
    font-size: 0.8em;
    color: #999;
}


/*
 * Navegación
 */
nav {
  float: right;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 20px;
}

nav ul li {
  display: inline-block;
  line-height: 80px;
}

nav ul li a {
  display: block;
  padding: 0 10px;
  text-decoration: none;
}

nav ul li a:hover {
  background: #0b76a6;
}
/*Con estos estilos aplicaremos diseño al contenido:*/
#div_mapa{
    padding: 40px;
    border-radius: 10px;
}
  #map {
      height: 800px;
      width: 100%;
      padding: 30px;
      border-radius: 20px;
      border: 2px solid #14385c;
  }

.pv-footer *{
  color: white !important;
}
.pv-footer .footer {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.footer-links {
  border-top: 0;
}

.formulario{
  background-color: white;
  width: 26%;
  padding: 40px;
  margin: 2.5% auto 5px auto;
  background-image: url(../../thememetronic6/img/LlenadoNumeroGuia.png);
  background-size: 100% 100%;
}

.formulario-NumeroGuia{
  padding: 0 20px;
}

.formulario-contenido {
/*  background-color: black;*/
  padding: 0 20px;
}

.formulario h3{
    margin-left: auto;
    margin-right: auto;
    color: #14385C;
/*    4d4d4d*/
}
.formulario h4{
  color: #4d4d4d;
  font-weight: bold;
}
.formulario p{
    text-align: center;
    color: black;
    font-size: 10px;
}
.formulario form{
    width: 100%;
}
.formulario form button{
    margin: 0 auto;
    background-color: #4b7fca;
    border: none;
}
.formulario form button:hover{
    background-color: #14385C;
}
.formulario form .btnS{
    text-align: center;
}

#NumeroGuia{
/*  margin-left: 10px;
  margin-right: 10px;*/
  border-radius: 20px;
}

#Operador{
/*  margin-left: 10px;
  margin-right: 10px;*/
  border-radius: 20px;
}

#captcha{
  border-radius: 20px;
}


#buscarBoton {
  background-color: #39b54a;
  padding: 2px 20px;
  color: white;
  border-radius: 12px;
  font-size: 15px;
}

.espere{
  display: none;
  text-align: center;
}
.espere div {
  margin: 0 auto;
}
.separador {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1.5%;
  color: #4d4d4d;
}
.descripcion {
  text-align: center;
  width: 45%;
  margin: 0 auto 4% auto;
  font-size: 17px;
}
.descripcion b{
  color: var(--color-bl);
}
.descripcion p{
  color: var(--color-bl);
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #09f;

  animation: spin 1s ease infinite;
}

.footer-css{
  background-image: url(../../thememetronic6/img/footer.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 1% 10%;
}

.footer-css h4{
  font-size: 17px;
  color: white;
  font-weight: bold;
}

.footer-css p, li{
  color: #9ba0af;
  font-size: 13px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (width <= 1024px) {
  .formulario{
    width: 40%;
  }
  .formulario h4{
    font-size: 16px;
  }

  .descripcion {
    font-size: 12px;
  }

  #NumeroGuia{
    font-size: 12px;
    border-radius: 20px;
  }

/*  #Operador{
    padding: 0;
  }

  #captcha{
    border-radius: 20px;
  }*/

  #buscarBoton {
    font-size: 13px;
  }

  .footer-css h4{
    font-size: 14px;
    color: white;
    font-weight: bold;
  }

  .footer-css p, li{
    color: #9ba0af;
    font-size: 10px;
  }

}
/* MODAL ESTILOS */
.logo-modal{
  margin: 0 auto;
  padding: 0 auto;
}

.logo-modal img{ 
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

.detalles-modal{
  padding: 10px;
  background-color: #fff7e6;
}

.historial-modal{
  padding: 10px;
  background-color: #fffbf3;
}
/*.kt-portlet.kt-portlet--height-fluid{
  background-color: #fffbf3;
}*/
.btn-cerrar-modal{
    background-color: #39b54a;
    padding: 2px 20px;
    color: white;
    border-radius: 12px;
    font-size: 12px;
}
.kt-form.kt-form--label-right{
  background-color: #fff7e6;
}

.kt-portlet .kt-portlet__head{
  border-bottom: 1px solid black;
/*  border-width: 80%;*/
}

.label-color {
  color: black;
}
#historial-contenedor i{
  color: black;
  font-size: 25px;
}
#historial-contenedor b,p{
  color: black;
}




@media (width <= 768px) {
  .formulario{
    width: 50%;
  }
  .descripcion {
    width: 60%;
    font-size: 12px;
  }
  .logo-modal img{ 
    width: 40%;
  }
}
@media (width <= 576px) {
  #logo-att{
    height: 80%;
  }
  .logosChat{
    display: none;
  }
  .formulario{
    width: 90%;
  }

  .formulario-contenido {
  /*  background-color: black;*/
    padding: 0;
  }

  .descripcion {
    width: 90%;
    font-size: 11px;
  }

  #NumeroGuia{
    font-size: 12px;
    border-radius: 20px;
  }

  #buscarBoton {
    font-size: 13px;
  }

  .footer-css{
    padding-top: 30px;
    padding-bottom: 20px;
  }

}