
/* ESTILO DEL NAVEGADOR */

/* color de antes #2956e9 */
nav {
  position: fixed;
  z-index: 3000;
  font-family: Arial, serif;
  background-color: #2956e9;
  /*background: linear-gradient(to right,
  rgba(24, 72, 231, 0.8) 0%,
  rgba(24, 72, 231, 0.8) 40%,
  rgba(41, 86, 233, 0.8) 50%,
  rgba(255, 115, 31, 0.8) 60%,
  rgba(24, 72, 231, 0.8) 100%);*/
  color: #e1e1e1;
  width: 100%;
  border-bottom: #2956e9 solid 3px;
}

@media (max-width: 1400px) and (max-height: 1200px){
   nav{
      max-heigth: 70px;
   }    
}

nav .icono-logo-menu img{
  max-width: 90px;
  width: 90px;
}

@media (max-width: 1400px) and (max-height: 1200px){
   nav .icono-logo-menu img{
      max-width: 62px;
      width: 62px;
   }    
}


@media (max-width: 780px){
  nav .icono-logo-menu img {
    max-width: 70px;
    width: 70px;
    padding: 10px;
  }
}
nav .mobile {
  display: none;
}

nav a {
  color: white;
  text-decoration: none;
  font-family: Lora, serif;
  letter-spacing: 4px;
  display: block;
  padding: 20px 25px;
}

@media (max-width: 1400px) and (max-height: 1200px){
   nav a {
      padding: 10px 15px;
   }   
}

@media (max-width: 1250px){
  nav a {
    padding: 20px 10px;
    font-size: 75%;
    }
}

@media (max-width: 1250px) and (max-height: 1200px){
   nav a {
      padding: 15px 15px;
   }   
}

@media (max-width: 1050px) and (max-height: 1200px){
   nav a {
      font-size: 65%;
      padding: 15px 15px;
   }   
}

@media (max-width: 850px){
  nav a {
    padding: 15px 10px;
    font-size: 60%;
    }
}

.logo-inicio{
    padding: 0;
}

.logo-inicio:hover{
  background-color: #2956e9 ;
}

.user-logo-nav{
  position: relative;
  right: -220px;
  top: 2px;
  width: 32px;
  height: 32px;
  max-width: 40px;
  max-height: 40px;
}

/*
@media screen and (max-width: 940px){
     nav a{
       padding: 7px 12px;
       font-size: 80%;
     }
}

@media screen and (max-width: 540px){
     nav a{
       padding: 13px 12px;
       font-size: 80%;
     }
}
*/
.links {
  display: none;
  overflow: hidden;
  height: 0;
  transition: height 1s ease-out;
}

.div-texto-intro {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 80%;
}

@media screen and (max-width: 500px) {
  .div-texto-intro {
    width: 93%;
  }
}

#links.collapsed {
  display: block;
  height: auto;
  transition: height 1s ease-out;
}

nav a:hover {
  color: #eee;
  background-color: #2956e9 ;
}

nav .desktop {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  max-height: 100vh;
  margin: auto;
  /* position: relative;*/
}


nav .desktop .primary,
/*nav .desktop .secondary-full,*/
nav .desktop .secondary-mini {
  display: flex;
  justify-content: space-between;

}

nav .desktop .primary{
  margin-left: 60px;
}

nav .desktop .secondary-mini {
  display: block;
  cursor: pointer;

}

@media screen and (max-width: 1240px) {
  .more-hr {
    display: none;
  }
}




.secondary-mini:hover {
  color: #eee;
  background-color: #5a81ef;
}


.submenu {
  position: absolute;
  display: none;
  background: linear-gradient(180deg, #e41818, #0c150b);
  /*background: linear-gradient(180deg, #0c150b, #251986);*/
  width: 220px;
  right: 0;
  display: none;
  cursor: pointer;
  max-height: calc(100vh - 40px);
  /* Resta el espacio de padding superior e inferior */
  overflow-y: auto;
}

.submenu-c {
  display: block;
}

.submenu-f-end {
  display: none;
}

.submenu-f-end-c {
  display: block;
}

.submenu-b-end {
  display: none;
}

.submenu-b-end-c {
  display: block;
}

.submenu-g-bd {
  display: none;
}

.submenu-g-bd-c {
  display: block;
}

@media screen and (max-width: 1240px) {
  nav .desktop .secondary-full {
    display: none;
  }

  nav .secondary-mini {
    display: block !important;
  }


.div-flecha{
  display: flex;
  justify-content: center;
  align-items: center;
}

.flecha{
  color: #eee;
  padding: 20px 25px;
  margin: auto;
  font-weight: bold;
  float: right;
  font-size: 30%;
  top: 15px;
}

@media (max-width: 780px){
   .flecha{
      padding: 3px;
      font-size: 90%;
   }
}



@media screen and (max-width: 780px) {
  nav .desktop {
    display: none;

  }

  nav .mobile {
    display: block;
    overflow-y: auto;
    max-height: 100vh;
    position: relative;
  }

  nav .mobile .header {
    display: flex;
    justify-content: space-between;

  }

  nav .mobile .header .more button {
    border: none;
    padding: 20 px;
    margin: 10px;
    cursor: pointer;
    background: transparent;
    color: #e1e1e1;
  }

}

@media (max-width: 1400px) and (max-height: 1200px){
    nav .mobile .header .more button{
      padding: 10px 15px;
   }    
}

@media (max-width: 780px) and (max-height: 1200px){
    nav .mobile .header .more button{
      padding: 5px 5px 0 0;
      margin: 10px 10px 0 0;
   }    
}

.B-End {
  display: flex;
  justify-content: left;
  align-items: center;
}



/* FIN ESTILO NAVEGADOR */


.imgidi{
   width: 30px;
   height: 30px;
   max-width: 30px;
   display: inline;
   float: right;
   margin: 1.3% 3% 1% 2%;
   border: solid 1px #fff;
   border-radius: 50%;
}

@media (max-width: 992px){
   .imgidi{
     width: 3.9%;
     height: 3.9%;
     margin: 1.3% 3% 1% 2%;
   }
}



@media (max-width: 600px){
   .imgidi{
     margin: 2.8% 3% 3% 2%;
     width: 9%;
     height: 9%;
   }
}

.imgid{
   width: 30px;
   height: 30px;
   max-width: 30px;
   display: inline;
   float: right;
   margin: 1.5% 1% 1% 2%;
}

@media (max-width: 992px){
   .imgid{
     width: 3.7%;
     height: 3.7%;
     margin: 1.5% 1% 1% 2%;
   }
}



@media (max-width: 600px){
   .imgid{
     margin: 3.5% 1% 3% 2%;
     width: 7%;
     height: 7%;
   }
}


