/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh50XSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh50XSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*-----Barra de navegación------*/
nav a:hover {
  text-decoration:none
}
nav { 
  background: #fff;
  position: fixed;
  z-index: 2; 
  top: 0; 
  width: 100%; 
  padding: 0; 
  margin: 0;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  line-height: 1.5;
}
nav #divNavegacion { 
  display: table; 
  width: 100%;
  padding:0.2% 1% 0.2% 2%;
}
nav #divNavegacion > div { 
  display: table-cell; 
  vertical-align: middle 
}
nav #divNavegacion > div#divLogotipo > a { 
  font-size: 0; 
}
nav #divNavegacion > div#divLogotipo > a > h1 { 
  margin: 0; 
}
nav #divNavegacion > div#divLogotipo > a img { 
  height: 80px 
}
nav #divNavegacion > div#divMenu > ol { 
  display:flex;
  justify-content: right;
  padding: 0; 
  margin: 0; 
  list-style-type: none;
}
nav #divNavegacion > div#divMenu > ol > li { 
  margin: auto 0.7%;
  width: 4.8em;
  padding: 15px 0 15px 0;
}
nav #divNavegacion > div#divMenu > ol > li > ol{
  display:none
}
nav #divNavegacion > div#divMenu > ol > li > a {   
  position: relative;
  display: block; 
  font-size: 17px; 
  font-weight: 600; 
  padding: 0; 
  color: #1f1f1f;  
  text-align: center;
}
nav #divNavegacion > div#divMenu > ol > li > a#btnForum { 
  font-weight: 900 
}
nav #divNavegacion > div#divMenu > ol > li > a:hover:after { 
  content: ''; 
  border-bottom: solid 3px #22326b; 
  position: absolute; 
  display: block; 
  width: 100%; 
  left: 0; 
  top: 30px;
  bottom: 0; 
}
nav #divNavegacion > div#divMenu > ol > li > ol a { 
  font-size: 16px; 
  display: block; 
  text-align: left; 
  padding: 8px 16px; 
  color: #000; 
  font-weight: bold;
}
nav #divNavegacion > div#divMenu > ol > li:hover > ol { 
  display: block; 
  padding: 0; 
  list-style-type: none; 
  position: absolute; 
  background: #fff; 
  box-shadow: 0 5px 5px rgba(0,0,0,.2);
  margin-top: 15px;
  z-index: 20;
}

/*Boton de Submit*/
.btn-submit a{
  border:3px solid black; 
  display: block; 
  font-size: 19px; 
  font-weight: 700; 
  text-align: center;  
  color: #1f1f1f; 
  position: relative;
  color:black;
}

.btn-submit a:hover{
  border:3px solid #22326b; 
  display: block; 
  font-size: 19px; 
  font-weight: 700; 
  text-align: center;   
  color: #1f1f1f; 
  position: relative;
  background-color:#22326b;
  color:white;
}


/*--------Buscador-------*/
#secBuscador { 
  position: relative;
  max-width: 250px; 
  padding: 0; 
}
#secBuscador form#formBuscador {  
  margin: 5% 0 5% 5%; 
  display: table; 
  box-shadow: 0 0 20px rgba(0,0,0,.3); 
  border-radius: 4px;  
  
}
#secBuscador form#formBuscador > div { 
  display: table-cell; 
  vertical-align: top;
}
#secBuscador form#formBuscador input[type="search"] { 
  width: 100%; 
  background: #f4f4f4; 
  border: none; 
  line-height: 48px; 
  font-size: 18px; 
  outline: none; 
  padding: 0 5px 0 35px; 
  border-radius: 4px 0 0 4px; 
  appearance: none;  
  -webkit-appearance:   none !important; 
  background-image: url("https://img.icons8.com/ios-glyphs/30/000000/search--v1.png");
  background-repeat: no-repeat; 
  text-indent:15px;
  background-position: left 7px center;
}
#secBuscador form#formBuscador input[type="search"]:focus { 
  background: #fff;
  background-image: url("https://img.icons8.com/ios-glyphs/30/000000/search--v1.png");
  background-repeat: no-repeat; 
  text-indent:15px;
  background-position: left 7px center; }
#secBuscador form#formBuscador input[type="submit"] { 
  -webkit-appearance: none;
  appearance: none;
  display: block; 
  background: #22326b; 
  color: #fff; 
  border: none; 
  border-radius: 0 4px 4px 0; 
  line-height: 48px; 
  font-size: 20px; 
  padding: 0 32px; 
  cursor: pointer; 
  font-weight: bold;
  transition: all 0.3s;
}
#secBuscador form#formBuscador input[type="submit"]:hover { 
  background:#71789b;
  text-decoration: none;
  box-shadow: 0 5px 7px rgba(0,0,0,.15) 
}

.btn-primary {
  appearance: none;
  background: #22326b; 
  color: #fff; 
  border: none; 
  border-radius: 4px; 
  cursor: pointer; 
  font-weight: bold;
  transition: all 0.3s;
}

.btn-primary:hover {
  background:#71789b;
  text-decoration: none;
  box-shadow: 0 5px 7px rgba(0,0,0,.15) 
}


/*--------Footer----------*/
footer { 
  background: #f5f5f5; 
  padding-top: 48px; 
  padding-bottom: 48px; 
  margin-top: 50px; 
}
footer #divEnlacesInteres > div:first-child { 
  text-align: center 
}
footer #divEnlacesInteres > div:first-child > img { 
  display: inline-block; height:175px
}
footer #divEnlacesInteres > div#divListasEnlaces ol { 
  padding: 0; 
  margin: 0; 
  list-style-type: none 
}
footer #divEnlacesInteres > div#divListasEnlaces h2 { 
  margin-top: 0; 
  font-size: 18px 
}
footer #divEnlacesInteres > div#divListasEnlaces a { 
  font-size: 16px; 
  line-height: 32px; 
  color: #1f1f1f; 
  display: inline-block; 
  position:relative 
}
footer #divEnlacesInteres > div#divListasEnlaces a:hover{
  color:#000
}
footer #divEnlacesInteres > div#divListasEnlaces a:hover:before { 
  content: ''; 
  width: 3px; 
  height: 24px; 
  position: absolute; 
  left: -8px; 
  background: #22326b; 
  top: 4px 
}
footer #divCreditos p { 
  text-align: center; 
  font-size: 16px; 
  color: #040404; 
  line-height: 150% 
}
footer #divCreditos p:first-child { 
  padding-top: 40px; 
  padding-bottom: 26px 
}
footer #specialThanks { 
  font-size: 20px; 
  font-weight: 900; 
  max-width: 470px; 
  margin-left: auto; 
  margin-right: auto; 
  padding: 8px; 
  border: solid 2px black; 
  margin-top:20px 
}

@media (max-width:767px) {

    /*Vista móvil*/
    nav #divNavegacion > div {
      display: block;
    }

    nav #divNavegacion > div#divMenu #btnMenuMovil { 
      margin: 0 40%;
      background-image: url(../img/btnMenu.svg);
      width: 100px; 
      height: 90px; 
      display: inline-block; 
      background-size: 40px; 
      background-repeat: no-repeat; 
      background-position: center center; 
    }
    nav #divNavegacion > div#divMenu ol { 
      display: none; 
      height: 100%; 
      top: 106px; 
      width: 100%; 
      background: #f5f5f5;
      left: 0; 
      padding: 24px 0; 
      box-shadow: 0 5px 7px rgba(0,0,0,.2);
      margin:0;
    }
    nav #divNavegacion > div#divMenu.activo:not(.activo) ol { 
      display: none;
    }
    nav #divNavegacion > div#divMenu.activo > ol { 
      display: block;
    }
    nav #divNavegacion > div#divMenu > ol > li { 
      width: 100%;
      display: block; 
      text-align: left; 
      margin: 0;
    }
    nav #divNavegacion > div#divMenu > ol > li > a { 
      font-size: 22px; 
      padding: 0 32px;
    }
    nav #divNavegacion > div#divMenu > ol > li > a:hover { 
      background: #fff ;
    }
    nav #divNavegacion > div#divMenu > ol > li:hover > ol { 
      display: none;
    }
    nav #divNavegacion > div#divMenu > ol > li.activo > ol { 
      display: block; 
      position: static; 
      background: #fff; 
      box-shadow: none;
      padding:0;
    }
    nav #divNavegacion > div#divMenu > ol > li.activo > ol a { 
      font-size: 20px; 
      line-height: 56px; 
      padding: 0 32px; 
      color:#1f1f1f; 
      display:block;
    }
    #secBuscador { 
      margin-left: 25%;
    }
    footer #specialThanks{
      margin-bottom:64px
    }
    footer #divEnlacesInteres > div:first-child > img { 
      max-width: 300px; 
    }
    footer #divListasEnlaces { 
      text-align: center 
    }
    footer #divListasEnlaces > div > div:not(:last-child) { 
      margin-bottom: 64px 
    }
}
@media (min-width:768px) {
   
   /*Vista tablet*/ 
   nav #divNavegacion > div#divMenu > ol > li > ol a:hover{
    background:#f5f5f5
  }
   nav #divNavegacion > div#divMenu > ol > li > ol li:last-child a { 
    padding-bottom: 16px 
  }
   footer #divEnlacesInteres > div#divListasEnlaces > div { 
    display: table; 
    width: 100% 
  }
   footer #divEnlacesInteres > div#divListasEnlaces > div > div { 
    display: table-cell; 
    width: 50%; 
    vertical-align: top 
  }
}

@media (min-width:768px) and (max-width:1099px) {
  nav #divNavegacion > div#divMenu > ol {
    flex-wrap: wrap;
    margin: auto;
  }
    nav #divNavegacion > div#divMenu > ol > li > a { 
      font-size: 15px; 
      padding: 0 8px;       
      }

    footer #divEnlacesInteres > div#divListasEnlaces { margin-top: 96px; text-align: center }
}

@media (max-width:1099px) {    

    nav #divNavegacion > div#divLogotipo > a img { height: 90px; }
    #secDestacados #divTablaDestacados > div:not(:last-child) { margin-bottom: 64px }
    nav #divNavegacion > div#divLogotipo > a img { height: 90px; }
}

@media (min-width:1100px) {
    /*Vista PC pequeño*/
    body{
      padding: 0;
    }

    nav #divNavegacion > div#divMenu > ol > li > ol a { font-size: 18px; } 

    footer #divEnlacesInteres { display: table; width: 100%; }
    footer #divEnlacesInteres > div { display: table-cell; width: 50%; vertical-align: top }
}

@media (min-width:1400px) {
    
    /*Vista PC mediano*/

    footer #divEnlacesInteres > div#divListasEnlaces h2 { font-size: 20px }
    footer #divEnlacesInteres > div#divListasEnlaces a { font-size: 20px; line-height: 32px; }
    footer #divCreditos p { font-size: 20px; }

}

@media (min-width:1640px) {
    /*Vista PC grande*/
}
