
.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#fade {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#fade.out {
  opacity: 0;
}

/* POPUP */
h2,
h4 {
  text-align: center;
}
.contenedor {
  max-width: 1080px;
  margin: auto;
}
.popup {
  margin: auto;
  border: 1px solid rgb(212, 212, 212);
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 600px;
  transition: 0.4s ease all;
  transform: scale(0.7);
  opacity: 0;
}
.cerrar-popup {
  display: flex;
  justify-content: flex-end;
  color: gray;
  text-decoration: none !important;
}

.popup h2 {
  opacity: 0;
}
.popup h4 {
  opacity: 0;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}
.overlay.active {
  visibility: visible;
}

/* Animaciones del POPUP */
.popup.active {
  opacity: 1;
  transform: scale(1);
}
.popup.active h2 {
  /* 0.8 es el tiempo que dura la animación */
  /* 0.5 es el tiempo que tarda para ejecutar la animacion */
  animation: entradaTitulo 0.8s ease 0.5s forwards;
}
.popup.active h4 {
  animation: entradaSubTitulo 0.8s ease 0.5s forwards;
}

@keyframes entradaTitulo {
  from {
    transform: translateY(-25px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* iconosMateriaDesing */
.is-m.red,
.is-m.gray {
  cursor: pointer;
}
.is-m {
  font-size: 2.5em;
}
.red {
  color: rgb(200, 36, 25);
}
.gray {
  color: rgb(184, 184, 184);
}

.img-miniatura {
  width: 44px;
  height: 44px;
  border: 1px solid #d5d5d5;
  padding: 2px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

/* Light Box Star */
/*.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 800px;
}
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}*/
.user-photo{
  width: 128px;
}
@media (max-width: 740px) {
  .thHidden{ display: none !important;} 
  a.dropdown-item { font-size: 1.4em !important;}
}

.btn-custom {
  border-radius: 34px;
  width: 64px;
  height: 64px;
  background-color: #ff3450;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdownCustom {
  position: fixed;
  right: 20px !important;
  bottom: 40px !important;
}
.fac { font-size: 28px !important;}

.font12{
  font-size: 12px;
}

.itm-menu2  {
  background: #00376B;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 40px;

}
.nav-link2{
  color: white !important;
} 
.nav-custom{
  border-bottom: solid #00376B 3px;
}
.bgpage2{  padding-top: 60px; }

.bgpage{
  background-image: url('img/background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  background-color: #01021B;
}
ul.nav-text a {
  font-size: 18px;
  color: #00376B  ;
  font-weight: 700;

}
.border-radius-10{
  border-radius: 100%;
}
.align-custom{
  height: 50vh; 
}

.box-login{
 padding: 10px; 
 background-color: #cbc7be;
 border-radius: 12px;
}

.bluedark {  color: #00376B !important; }
.bluelight {  color: #fff !important; }


.hr { border: 4px solid #c69900 !important; opacity: 1;}
.hr2 { border: 2px solid #00376B !important; opacity: 1;}
.btn-custom2 { background-color: #00376B !important; border: none }

.cir-numero { 
  background-color: #00376B;
  font-size: 40px; 
  width:70px; 
  height: 70px; 
  border-radius: 100%; 
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.h1-pasos { font-weight:900; color: #00376B; font-family: Roboto }
.h2-pasos2 { font-weight:400; color: #dadada; font-family: Roboto }
.h3-pasos3 { font-weight:400; color: #dadada; !important; font-family: Roboto; font-size: 22px }

.tw800 {font-weight:800;  font-family: Roboto}
.tw600 {font-weight:600;  font-family: Roboto}
.tw400 {font-weight:400;  font-family: Roboto}
.tw200 {font-weight:200;  font-family: Roboto}


.fa-1 { font-size: 1em !important}
.fa-2 { font-size: 2em !important}
.fa-3 { font-size: 3em !important}
.fa-4 { font-size: 4em !important}
.fa-5 { font-size: 5em !important}

.fa-blanco{ color: white !important; }

@media only screen and (max-width: 600px) {
  .logo-nav { width: 180px;  }

}


@media only screen and (min-width: 700px) {
  .container-fix { display:none }
}

/* Menu Inferior tipo APP movil */
.container-fix {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0; 
  margin: auto;
}
.content-btnapp {
  display: flex;
  background: #00376b;
  justify-content: center;
  width: 94%;
  margin: auto;
  border-radius: 60px;
  margin-bottom: 10px;
}
.t-size1 { font-size: 0.8em; margin-bottom: 0rem; }
.btnapp {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

  width: 80px !important;
  height: 70px !important;

}


/* Main Menu - Desktop and Movil  */
.ocultarMenu{transform:translate(-300px);}
.menuVertical{ z-index: 999 ;background-color:#00376B; top:0; position:fixed;height:100vh;width:300px;transition-property:transform;transition-duration:1s;}
.menuVertical ul{padding:0px;margin:0px;margin:0px 10px;}
.menuVertical>ul>li{list-style:none;border-bottom:solid gray 1px;}
li.active{background-color:#252525;}
.menuVertical>ul>li>a{ font-size: 18px; text-decoration:none;padding:20px 10px 20px 10px;display:block;color: #EFEFEF;}
.user{display:flex;justify-content:center;color:gray; font-size:2em;}

#logoDesktop { height: 50px; margin-left: 20px; }


.user .fa {
  border: 2px solid #fff;
  margin: 30px 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 22px;

}

.user a {text-decoration: none;}  
.user a i.fa{color:gray}
.navbar {
  display: flex;
  justify-content: space-between;
  background-color: gray;
}

#navbar {
  background-color: #00000075; /* Black background color */
  position: fixed; /* Make it stick/fixed */
  top: 0; /* Stay on top */
  width: 100%; /* Full width */
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
  height: 90px;
  display: flex;
  align-items: center;
  border-bottom: solid 3px #fff;
}
.linkMenuLight li a { color: #fff !important; font-size: 18px !important; }
.linkMenuDark li a { color: #fff !important;  }
.linkMenuDark li a:hover { color: #4C4C4C !important; }

/* Style the navbar links */
#navbar ul {
  padding: 0px 20px 0px 0px !important;
  margin: 0px !important;
  
}
#navbar>ul>li {
  display: inline;
  list-style: none;
  padding: 30px 0px 30px 0px;
  align-items: center;
  justify-content: center;
}
#navbar a {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  float: left;
  display: block;
  text-align: center;
  padding: 8px 22px;
  text-decoration: none;
  border-radius: 8px;
}
#navbar a:hover { color: #00376B;  border-bottom: solid #cc9602 2px;}
#navbar a.logo  { border: none; }

/**** MIN Se aplicara a partir de 800px a menor ***/
@media screen and (max-width: 800px){
  .logOnwheels{ max-width: 280px;  }
  .navbar {display: none !important; }
  .td-hide {display: none}  
  .bgpage{ padding-top: 50px ;}
  #navbarMovil {
    background: #fff;
    position: fixed; /* Make it stick/fixed */
    top: 0; /* Stay on top */
    width: 100%; /* Full width */
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
    height: 75px; 
    box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.35);
  }
  img.logomovil { height: 50px; padding: 10px 0px 0px 0px }

  .boton_hamburgesa{
    font-size: 3em;
    color: #00376B;
    position: absolute; 
    right: 25px;
    top: 0px;
  }
  .boton_hamburgesa:hover{cursor:pointer;}
}

@media screen and (min-width: 800px){
/*  .fa-bars {display: none  !important;}*/
  .logomovil{ display: none; } 
  .bgpage { padding-top: 60px ;} 
  #navbarMovil {display: none;} 
  .logOnwheels{ max-width: 476px;  }
}
/* End | Main Menu - Desktop and Movil  */
/* Titulos del home */
.h1text { font-size: 4em !important; color:#00376B;  }
.h2text { font-size: 3em !important; margin-top:-24px; margin-bottom:20px; color: #cc9602; line-height: 45px; font-style: italic;  }
li.btn-ingresar a { background-color: #00376B !important;  color: white !important; }
li.btn-ingresar a:hover { background-color: #cc9602 !important;  color: #fff !important; } 

/* logo menu vertical */

.logoMenuApp { margin:auto; display:flex; justify-content:center; padding: 30px 10px 60px 10px }
.fa-m-icon { margin: 0px 20px 0px 10px }
.flatzi a {
  color: #76C101 ;
  font-size: 0.8em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  text-decoration: none;
}


/*  */
.h1-custom { 
  background-color: #fff;
  border-radius: 20px;
 }



/* LightBox */
.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Footer */
 .footer{
    background-color: #00376b;
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 10px 0px;
    position: absolute;
    width: 100%;
    bottom: 0px;
  }
  .footer p a { color: greenyellow; !important; text-decoration: none  }
  
  .wheels {
    background-color: #fff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 74px;
    border-radius: 50% ;

  }
  .icon_wheels img { width:76px; display:flex; justify-content:center; }
  .wheels p { position:absolute !important; bottom: 44px; right: 10px; font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 50%;
  }

/*  Buscador en tiempo real */
/**Autocompletado */
#lista_id {
  background-color: #f2f1f1 !important;
  border: 1px #ddd solid;
  border-radius: 0px 0px 4px 4px;
  padding: 10px 20px 20px 20px !important;
  position: absolute;
  z-index: 10;
}
#lista_id li {
  list-style: none;
  padding: 0px !important;
  cursor: pointer;
}
#lista_id li:hover {background: #eae4e4}

.p-light { color:#fff; font-size:20px; }
.btn-lx { font-size:1.8em; font-weight:bold; border-radius: 20px; padding: 6px 22px; text-transform: uppercase }


.form-signin label {  color: #DADADA; }

