@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed';
@font-face {
  font-family: 'Roboto Condensed';
  src: url('fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body{
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed';
  color: #444444;
}

p{
   font-family: 'Roboto Condensed'; 
}


.elemento_menu{
  cursor: pointer !important;
  text-decoration: none !important;
  color: #444444;
}
.contenedor{
    max-width: 2500px;
     padding: 0 10%; 
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  
  .contenido{
    box-sizing: border-box;
  }

  .contenedor_imagen{
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 2vh;

    @media (max-width: 860px) {
      padding-top: 0vh;
  }
    
  }

  .responsive-img {
    max-width: 50%;
    height: auto;
    box-sizing: border-box;
    padding-top: 2vh;

    @media (max-width: 860px) {
      max-width: 97%;
    }
  }

  .contenedor_navegador{
    padding-top: 5vh;
  }

  .navbar_{
    border-bottom: 2px solid;
    border-top: 2px solid;
  }

  .navbar{
    border-bottom: 2px solid !important;
    border-top: 2px solid !important;
  }

  .navb_lista{
    list-style: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4vw !important;
    margin-top: 2vh !important;
    margin-bottom: 2vh !important;
    flex-wrap: wrap !important;
    padding-left: 1vh !important;
    padding-right: 1vh !important;

    @media (max-width: 860px) {
      margin-left: 0vh !important;
    }
  }

  a:active {
    color: #e6673d;
  }

  .footer{
    width: 100%;
    max-width: 2500px;
    background-color: rgb(92, 92, 97);
    height: 100px;
    color: white;
    line-height: 100px;
    margin: 0;
    position: relative;
    bottom: -28vh;
    padding: 0;
    display: flex;
    justify-content: space-around;
    gap: 50vw;

    @media (max-width: 860px) {
       gap: 19vw;
       position: relative;
    }

  }

  .letrota{
    font-size: 60px;
  }

  .footer p {
    margin: 0;
  }
  
  .footer-link {
    color: white !important;
    text-decoration: none;
  }
  
  .footer-link:hover {
    text-decoration: underline;
  }

/*   .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    min-width: 15vw;
    z-index: 1;
    padding-top: 3vh;
    @media (max-width: 860px) {
      left: -34vw;
      padding-top: 2vh;
  }
  }

  

  .dropdown-content a {

    color: black;
    padding: 3px 3px;
    text-decoration: none;
    display: block;
    background-color: white;
  }

  .dropdown-content a:hover {
    background-color: white;
  }


  .dropdown:hover .dropdown-content {
    display: block;
  }
   */
  .contenedor_titulo{
    padding-top: 5vh;
}

.titulo_noticia{
  font-size: 46px;
  line-height: 58px;
  color: #e6673d;

  @media (max-width: 860px) {
    font-size: 40px;
    text-align: center;
  }
}

.titulo{ 
    font-size: 46px;
    line-height: 58px;
    color: #e6673d;
    text-align: center;

    @media (max-width: 860px) {
      font-size: 40px;
    }
}

hr{
  border-top: 2px solid !important;
  width: 42.6vw !important;
  color: black;


  @media (max-width: 860px) {
    width: 63vw !important;
  }
}


.contenedor_boton {
  position: absolute;
  top: 20px; 
  right: 0px; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.idioma {
  font-size: 16px;
  text-decoration: none;
  color: black;
  margin: 0 10px; 
}

.separador {
  margin: 0 10px;
  color: black;
}

.contenedor_centro{
  padding-top: 5vh;
}
.dropdown {
  position: relative;
  display: inline-block;
  background-color: #fff;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  padding-top: 3vh;
}

.dropdown-content a {
  color: black !important;
  padding: 12px 16px;
  text-decoration: none !important;
  display: block;
  background-color: #ffff !important;
}

.dropdown-content a:hover {
  background-color: #f1f1f1 !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Subdropdown */
.subdropdown {
  position: relative;
  background-color: #fff !important;
}

.subdropdown-content {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff !important;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1;

  @media (max-width: 860px) {
    left: -110%;
}
}

.subdropdown:hover .subdropdown-content {
  display: block;
}

.btn_menu{
  background: none;
  border: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: 'Roboto Condensed';
  color: #444444;
  font-size: 16px;
}