.custom_nav{
  background-color: #780c05;
  color: #FFFFFF;
}

.custom_nav a{
  text-decoration: none;
  color: #FFFFFF;
}
.dropdown-menu  a{
  text-decoration: none;
  color: #000000;
}



body{
  background-color: #f8f9fa;
  font-family: 'Raleway', sans-serif;
}
label{
  font-family: 'Raleway', sans-serif;
}
.logo-hidalgo{
  background-color: #092432;
}

.blanco{
  background-color: #fff;
}

.titulos p{

  color:#000;
  font-size: 25px;
  text-align: -webkit-center;
  margin-bottom: auto;
  margin-top: 10px;
}

.medios{
  font-size: 16px;
  text-align: -webkit-center;
}
.chicos-x4{
  font-size: 14px;
  text-align: -webkit-center;
}

p{
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  margin-bottom: auto;
}

.parrafo-centrado {
  margin-top: 5%;
  text-align: center;
}

.img-logo{
  width:70px;
  height:70px;
}

.img-medio{
  width:200px;
  height:200px;
}

.nav-item{
  padding-left: 20px;
  padi
}

.navbar-toggler{
  font-size: 1.3rem !important;
  color:#ffffff !important;
}

button:focus {
  outline: 0 !important;
}

.seccion{
  margin-top: 50px;
}

.fondo{
  background-image: url("../images/logo_nvm.png") ;
  background-repeat: no-repeat;
   opacity: 0.5;
}

.footer-nvm{
  background-color: #780c05;
}

.footer-nvm p{
  color:#fff;
}
.fab{
  margin: 5%;
}
a{
  text-decoration: none;
  outline:none;
  color:#fff;
}
.nav-link a{
  color: #000;
}




.fa-twitter:hover{
  color:#80f4ff;
}
.fa-facebook-square:hover{
  color:#3578E5;
}
.fa-instagram:hover{
  color:#000000;
}

.px-2{
  margin: 2%;
}
.nav-item {
   color:#000;
 }

 .ok{
   background-color:#09f699;
 }


.margin-top{
  margin-top: 4%;
}

.gray{
  background-color: #ededed;
}

.avatar{
  width:200px;
  height:200px;
  margin: 10px;
}

.icon{
  width: 70%;
  margin-bottom: 7px;
}
.icons strong{
  font-size: 20px;
  font-weight: bolder;
  margin: 5%;
}

.icons a{
  color: #000000;
  text-decoration: none;
}

.hover {
  transition: transform .2s;
  margin: 0 auto;
}

.hover:hover {
  transform: scale(1.2);
}

.header {
  position: relative;
 }
 .titulo-noticia {
  position: absolute;
  top: 200px;
  left: 10;
  width: 100%;
 }

 .card-text{
   text-align: justify;
 }

 .card{
   margin-bottom: 10% !important;
 }

/* Responsive */

@media (max-width: 560px) {
  .nvm{
    font-size: 100%;
    text-align: center;

  }
  .carousel-item img {
    max-height: 700px; /* input your desired height here */
  }

 }

 .nav_gob{
   height: 40px;
 }
 .carousel-item img {
   max-height: 700px; /* input your desired height here */
 }
 /* .carousel {
  height: 800px;
}

.carousel-item,
.carousel-inner,
.carousel-inner img {
  height: 100%;
  width: auto;
}

.carousel-item {
  text-align: center;
} */

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .6;
}

.carousel-control-prev{
  background: linear-gradient(to right, rgb(0 0 0) 0%, rgba(255,255,255,0) 100%) !important;
  width: 10% !important;
}
.carousel-control-next{
  width: 10% !important;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(97,96,97,1) 100%) !important;
}


.main{
  min-height: 57vh;
  /* padding-top: 2.5rem; */
}
@media (max-width: 560px) {
  .main{

    min-height: 50vh;
  }
}
