body::before {
	display: block;
	content: '';
	height: 60px;
}

#pc-img1 {
	background-image: url('../img/fondo-muchos-megas.webp');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height: 490px;
}

#pc-img2 {
	background-image: url('../img/fondo-muchos-megas-2.webp');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height: 490px;
}

#pc-img3 {
  background-image: url('../img/slider-muchosmegas-radiofrecuencia.webp');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  height: 490px;
}

.nav-item a {
	color: #413e66;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
}

#logoHeader{
    padding: 0;
    margin: 35px 0 0 0;
    max-width: 100%;
    position: absolute;
}


#navmenu {
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  /*height: 150px;*/
}

#mapaFibra {
  height: 500px;
  width: 100%;
}

#mapa {
  height: 650px;
  width: 100%;
}

#mapaPuntos {
  height: 760px;
  width: 100%;
}

.btn-group a {
  text-decoration: none !important;
}

.accordion-button:not(.collapsed) {
  /*background-color: #f889cc;
  color: #FFF;*/
  font-size: 18px;
}

.backListF, .backListR {
  background-color: #e3ebf7 !important;
  color: #285192 !important;
  padding: 10px;
  font-weight: 600;
}

/* The Modal (background) */
.modalImagen {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentImagen {
    margin: auto;
    display: block;
    width: 60%;
    max-width: 100%;
}

/* The Close Button */
.closeImagen {
  position: absolute;
  top: 49px;
  right: 35px;
  color: #222;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closeImagen:hover,
.closeImagen:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#modalImagen {
  max-width: 100%;
}

/* The Modal (background) Fibra*/
.modalImagenFibra {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentImagenFibra {
    margin: auto;
    display: block;
    width: 60%;
    max-width: 100%;
}

/* The Close Button */
.closeImagenFibra {
  position: absolute;
  top: 49px;
  right: 35px;
  color: #222;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closeImagenFibra:hover,
.closeImagenFibra:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#modalImagenFibra {
  max-width: 100%;
}


@media screen and (min-width: 350px) and (max-width: 768px) {
  #pc-img1 {
    background-image: url('../img/fondo-muchos-megas-mobile.webp');
    height: 1045px;
  }
  #pc-img2 {
    background-image: url('../img/slider-muchosmegas-mobile-2.webp');
    height: 1045px;
  }

  #pc-img3 {
    background-image: url('../img/slider-muchosmegas-mobile-radio.webp');
    height: 1045px;
  }

  .news-input {
    widows: 50%;
  }

  #imgZonas,#cableImagen {
    margin-top: 15%;
  }

  .btn-group{
    display: block;
  }

  .btn-group a {
    display: block;
    margin-bottom: 5px;
  }

}


/**********************/
#carrusel .slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
#carrusel .slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
#carrusel .card{
  border-radius: 25px;
  background-color: #FFF;
  height: 414px
}
#carrusel .image-content,
#carrusel .card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
#carrusel .image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
#carrusel .overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f889cc;
  border-radius: 25px 25px 0 25px;
}
#carrusel .overlay::before,
#carrusel .overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #f889cc;
}
#carrusel .overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
#carrusel .card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
#carrusel .card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #f889cc;
}
#carrusel .name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
#carrusel .description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
#carrusel .button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #f889cc;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#carrusel .button:hover{
  background: #265DF2;
}

#carrusel .swiper-navBtn{
  color: #e3a0c9;
  transition: color 0.3s ease;
}
#carrusel .swiper-navBtn:hover{
  color: #f889cc;
}
#carrusel .swiper-navBtn::before,
#carrusel .swiper-navBtn::after{
  font-size: 35px;
}
#carrusel .swiper-button-next{
  right: 0;
}
#carrusel .swiper-button-prev{
  left: 0;
}
#carrusel .swiper-pagination-bullet{
  background-color: #e3a0c9;
  opacity: 1;
}
#carrusel .swiper-pagination-bullet-active{
  background-color: #f889cc;
}

#WAButton {
  bottom: 100px !important;
  margin-left: 0.5%;
}

.floating-wpp-button {
  width: 60px !important;
  height: 60px !important;
}

.floating-wpp .floating-wpp-popup.active {
  z-index: 999999;
}

.swiper {
  z-index: 0 !important;
}

.enlacesUtiles {
  list-style: none;
  padding: 0;
  margin: 0;
}

.enlacesUtiles li a {
  padding: 0 0 30px 0;
  font-size: 14px;
  background: #fff;
  text-decoration: none;
  color: #696592;
  font-family: "Open Sans", sans-serif;
}

#formContacto .form-group{
  
}

#puntos .card img {
  max-width: 100%;
  width: 75%;
}

#puntos .card {
  background-color: #f889cc !important;
  border: 1px solid #f889cc !important;
}

.overlay{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  opacity: 0.8;
  background: rgba(243,241,239,1) url("../img/loader.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
  overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
  display: block;
}
.falta-llenar {
  border: 1px solid red !important;
}

#errormessage {
  color: red;
  padding: 5px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

#exampleModalToggleVideo {
  background: rgba(241, 84, 180, 0.8);
  transition: all 0.25s ease-in-out;
}

#exampleModalToggleVideo .modal-content {
  border: none !important;
  border-radius: none !important;
  border-bottom: none !important;
  border-top: none !important;
}

#exampleModalToggleVideo .modal-header {
  border-radius: none !important;
  border-bottom: none !important;
  border-top: none !important;
}

#exampleModalToggleVideo .modal-body {
  padding: 1px !important;
}



@media screen and (max-width: 768px) {
  #carrusel .slide-content{
    margin: 0 10px;
  }
  #carrusel .swiper-navBtn{
    display: none;
  }

  #carrusel .card{
  }
}