
.container-fluid{
  width: 96%;
  margin: auto;
}
.modal {
	width: 100%;
	height: 100vh;
	background: rgba(19, 18, 18, 0.73);
	
	
	top: 0;
	left: 0;
	
	display: flex;
	
	animation: modal 0.5s 0.5s forwards;
	visibility: hidden;
	opacity: 0;
}
#banner2025{
    margin-top: 71px !important;
}
.contenido {
	margin: auto;
	width: 57%;
	height: 60%;
	border-radius: 20px;
}
.publicidad{
  border-radius: 20px;
  
}
/* .publicidad{
  border-radius: 20px;
  width: 100%;
	height: 457px;
} */
#cerrar {
	display: none;
}

#cerrar + label {
	position: fixed;
	color: #fff;
	font-size: 25px;
	z-index: 5000;
	background: darkred;
	height: 40px;
	width: 40px;
	line-height: 40px;
  text-align: center;
	border-radius: 50%;
	right: 250px;
	top: 120px;
	cursor: pointer;
	animation: modal 0.5s 0.5s forwards;
	visibility: hidden;
	opacity: 0;
}

#cerrar:checked + label, #cerrar:checked ~ .modal {
	display: none;
}

@keyframes modal {
	100% {
		visibility: visible;
		opacity: 1;
	}
}
@media (max-width: 675px){
  #cerrar + label {
    position: fixed;
    color: #fff;
    font-size: 25px;
    z-index: 5000;
    background: darkred;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    right: 100px;
    top: 125px;
    cursor: pointer;
    animation: modal 0.5s 0.5s forwards;
    visibility: hidden;
    opacity: 0;
  }
  .publicidad{
    display: none;
  }
  .publicidadmovil{
    border-radius: 20px;
  }
}
@media (min-width: 675px){
  .publicidadmovil{
    display: none;
  }
}
/* ESTILO DE MENU DE NAVEGACION */
#menu-area{
  transition: background 0.7s;
}
#menu-area.cus-nav{
  background: rgb(0,195,237);
  background: linear-gradient(90deg, rgba(0,195,237,0.45451684091605393) 3%, rgba(6,0,117,0.7290266448376226) 96%);
   
}
.navbar{
  background-color: #898888;
  padding: 0px;
}
.navbar li a{
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  margin-right: 45px;
}
.navbar a:hover{
  background-color: #B3272D;
  color: #FFFFFF;
}
.imgicono{
  width: 60px;
  margin-right: 218px;
}
.navbar-toggler-icon{
  background-image: url('../img/Vector@2x.png');
}
.dropdown-menu{
  background: #B3272D;
  opacity: 0.8;
}
.dropdown-item{
  border-bottom: 1px solid white;
}
/* DISENO DEL BANNER */
video{
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;

}
#banner1{
 position: relative;
 height: 100vh;
 background: rgba(8, 112, 185, 0.34);
}

.bannerLogo{
  width: 300px;
  height: 270px;
  
}
#banner1 h1{
  width: 813px;
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 64px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: 20px 0px;
  
}
.iconosredes{
  width: 30%;
  margin: auto;
}
.iconosredes img{
  width: 50px;
  text-align: center;
}
.iconosredes img:hover{
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  border: 1px solid #ffffff;
}/* CARRUSEL */
#carrusel{
  background-image:  url('../RECURSOS/Group\ 20.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; 
  padding: 80px 0px 50px 0px;
}
.carouselContenedor{
  position: relative;
}
.CarouselAnterior,
.CarouselSiguiente{
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  top: calc(50% - 25px);
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  background: none;
  color: white;
  opacity: 20%;
  font-size: 30px;
}

@media (max-width: 675px){
  .CarouselAnterior,
.CarouselSiguiente{
  display: none;
}
}
.CarouselAnterior:hover,
.CarouselSiguiente:hover{
  opacity: 100%;
}
.CarouselAnterior{
  left: -50px;
}
.CarouselSiguiente{
  right: -40px;
}
.carouselLista{
  overflow:hidden;
  
}
.carouselElemento{
  margin: 15px;
}
.btnEvento span {
  font-weight: 100;
  font-size: 18px;
}
.btnEvento{
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  border: 2px solid white;
  padding: 20px; 
  
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.btnEvento:hover{
  color:rgb(233, 191, 4);
  border: 2px solid rgb(233, 191, 4);
}
/* DISEÑO MAPA */
#mapa1{
  position: relative;  
}
.espacioIzquierda{
  position: absolute;/*CAMBIAR DISPOSITIVO*/
  left: 0;
  width: 100%;
  margin: auto;
}
.datosIzquierda{ /*CAMBIAR DISPOSITIVO*/
  background-image:  url('../RECURSOS/mapa.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 530px;
  
}
.datosIzquierda video{
  height: 530px;
  width: 59%;
  left: 0;
  
}
@media (max-width: 992px){
  .datosIzquierda video{
    height: 530px;
    width: 100%;
    left: 0;
    
  }
}
.datosDerecha{
  background-image:  url('../RECURSOS/MAPA-01.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 530px;
}
/*DISEÑO DEL FOOTER */
footer{
 background-color: #898888;
 position: relative;
 padding: 56px 0px;
 top: 530px;
}

footer img{
  position: absolute;
  width: 143px;
  height: 200px;
  right: 370px;
  top: 20px;
}
footer:hover{
  position: relative;
  background-image: url('../RECURSOS/Footer.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 56px 0px;
}
@media (max-width: 1596px){
  footer img{
    display: none;
  }
}
@media (max-width: 1210px){
  .iconosredes{
    width: 60%;
    margin: auto;
  }
  }
  @media (max-width: 686px){
    .iconosredes{
      width: 100%;
      margin: auto;
    }
    }
    @media (max-width: 992px){
      footer{
        top: 1060px;
      }
      }
footer h3{
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: black;
}
footer h3:hover{
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}
footer h4{
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: black;
}
footer h4:hover{
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}
