@charset "utf-8";
body {
    font-family: "Roboto", sans-serif;
}
h1 {
    font-size: 56px;
    font-family: "Roboto Condensed", sans-serif;
}
h2 {
    font-size: 36px;
    font-family: "Roboto Condensed", sans-serif;
}

h3 {
    font-size: 32px;
	font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 0.01em;
}
h4 {
	font-size: 24px;
	font-family: "Roboto Condensed", sans-serif;
}
h5 {
	font-size: 24px;
	font-family: "Roboto Condensed", sans-serif;
}
h6 {
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
}
p {
    font-size: 15px;
}
.texto-gris-claro:link {
    text-decoration: none;
}
.texto-gris-claro:visited {
    text-decoration: none;
}
.texto-gris-claro:hover {
    color: hsla(0,0%,100%,1.00);
}

.link-texto:link {
    text-decoration: none;
    color: hsla(0,0%,0%,1.00);
}
.link-texto:visited {
    text-decoration: none;
    color: hsla(0,0%,0%,1.00);
}
.link-texto:hover {
    text-decoration: none;
    color: hsla(359,100%,50%,1.00);
}





.texto-menu {
    font-size: 14px;
    font-weight: 500;
}
.nav-link:hover, .nav-link:focus {
    text-decoration: none;
    border-top: 2px solid hsla(359,93%,42%,1.00);
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding-top: 0.35rem;
    padding-right: 2.5rem;
    padding-left: 1.5rem;
    padding-bottom: 0.35rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.texto-posicion-banner {
    position: absolute;
    width: 100%;
    bottom: 250px;
    /* [disabled]z-index: 10; */
    /* [disabled]margin-left: 0px; */
}
.texto-posicion-secciones {
    position: absolute;
    bottom: 210px;
    right: 5%;
}

.texto-interlinea {
    line-height: 160%;
}
.texto-100 {
    font-weight: 100;
}

.texto-300 {
    font-weight: 300;
}
.texto-400 {
    font-weight: 400;
}
.texto-500 {
    font-weight: 500;
}
.texto-600 {
    font-weight: 600;
}
.texto-700 {
    font-weight: 700;
}
.texto-900 {
    font-weight: 900;
}
.texto-italic {
    font-style: italic;
}

.texto-chico {
    font-size: 14px;
}
.texto-destacado {
    font-size: 18px;
}



.texto-sombra {
    text-shadow: 1px 1px 2px hsla(0,0%,0%,1.00);
}
.texto-gris-claro {
    color: hsla(0,0%,87%,1.00);
}

.titulo-noticia {
}

.sombra-inferior {
}
.linea-superior-roja-corta {
    border-top: 2px solid hsla(0,100%,50%,1.00);
    width: 50px;
    padding-top: 5px;
}
.linea-superior-roja {
    border-top: 2px solid hsla(0,100%,50%,1.00);
    width: 22%;
    padding-top: 7px;
    margin-left: auto;
    margin-right: auto;
}
.linea-inf-negra {
    border-bottom: 12px solid hsla(0,0%,0%,1.00);
}
.linea-sup-gris {
    border-top: 28px solid hsla(0,0%,59%,1.00);
}
.linea-divisoria {
    border-bottom: 1px solid hsla(0,0%,67%,1.00);
}
.img-opacidad {
  /* For Safari 3.1 to 6.0 */
  -webkit-transition-property: filter;
  -webkit-transition-duration: 1s;
  /* Standard syntax */
  transition-property: filter;
  transition-duration: 1s;
}
.img-opacidad:hover {
  filter: grayscale(100%);
}
.fondo-gris {
    background-color: hsla(0,0%,42%,1.00);
}
.mt-6 {
    margin-top: 6rem !important;
}	

.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
@keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }

@media screen and (max-width:575.98px){
h1 {
    font-size: 50px;
    font-family: "Roboto Condensed", sans-serif;
}
.texto-posicion-banner {
    position: absolute;
    width: 100%;
    bottom: 36%;
    /* [disabled]z-index: 10; */
    /* [disabled]margin-left: 0px; */
}


}
