body{
  background-image: url("../../../img/BACKGROUND1.png");
  background-position: fixed;
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: 100% auto; */
  z-index: -999999;
  background-size: cover;
  font-size: 0.96rem;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.btn{
  padding: 0.8rem 0.8rem;
}
.form-control,.form-control:focus{
  background-color: #fff;
}
.error{
  color: #f44336;
}
@media (min-width: 992px){
 #modalReserva > .modal-lg {
    max-width: 80%;
  }
}
.modal-content{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.3rem;
  outline: 0;
}
/* ESTILO WEB
-------------------------------------------------- */
#infoGeneral > li > a{
  color:#004165;
  font-size: 16px;
}
#infoGeneral > li > a:hover{
  text-decoration:none;
  color: #fc6720;
}
#tabs-quienes > .nav-link{
  color: #000;
}
#tabs-quienes >  .active{
  color: #fff;
  background-color: #0d4c93;
}
/* CAMBIOS AL BOOTSTRAP ORIGEN
-------------------------------------------------- */
#social > li > a:hover{
  color:#fff;
  background-color: #fc6720;
  border-radius: 10px;
  color:#fff;
}
.nav-link{
  color:#fff;
}
.card-body > h5{
  min-height:57px;
}
/* NAVBAR-SCROOL
-------------------------------------------------- */
nav {
  position: relative;
  width: 100% !important;
  background: #fff;
  padding: 7px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}
.goToTop {
  position: fixed;
  top: 0;
  height: auto;
  z-index: 1;
  border-top: 3px solid #0d4c93;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16) !important;
  width:100%;
  left: 0;
  box-shadow: 1px 1px #ccc;
  -webkit-transition:400ms ease;
   -moz-transition:400ms ease;
   -o-transition:400ms ease;
   transition:400ms ease;
}
#navbarNav > ul > li > a:hover{
  -webkit-box-shadow:inset 0 5px 0 0 #0d4c93;
  -moz-box-shadow:inset 0 5px 0 0 #0d4c93;
  box-shadow: inset 0 5px 0 0 #0d4c93;
}
#box1 > .navbar {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16) !important;
}

/* NAVBAR SUPERIOR SOCIAL
-------------------------------------------------- */
#navSocial ul > li > a:hover{
  background-color: #fc6720;
  border-radius: 10%;
  color: #fff;
}
#navSocial ul > li > a{
  font-size: 20px;
  color: #fff;
}
/* CAROUSEL DE BANNER
-------------------------------------------------- */
#carouselBanner .carousel-item {
  background-color: #777;
}
#carouselBot .carousel-item {
  min-height:300px;
  background:#ccc;
}
/* CAROUSEL DE NOTICIAS
-------------------------------------------------- */
#noticias .carousel-control-prev{
  background-color: #0d4c93;
  bottom: auto;
  top:10px;
  right: 45px;
  left: auto;
  width: auto;
  padding:10px;
  border-radius: 5px;
  font-size: 14px;
  opacity: 1;
}
#noticias .carousel-control-prev:hover{
  opacity: 0.8;
}
#noticias .carousel-control-next{
  background-color: #0d4c93;
  bottom: auto;
  top:10px;
  width: auto;
  padding:10px;
  border-radius: 5px;
  font-size: 14px;
  opacity: 1;
}
#noticias .carousel-control-next:hover{
  opacity: 0.8;
}
#noticias .card-title{
  font-size: 18px;
}
#noticias .card-text{
  font-size: 14px;
}
#noticias .card-body{
  padding: 15px 20px 0px 20px;

}
#noticias .card:hover  {
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.5s;
    border: transparent;
}
/* COLORES MUNICIPALES - COLORES DEL PARQUE
-------------------------------------------------- */

.bg-blue{
  background-color: #000B86;
}
.bg-green{
  background-color: #4CA92B;
}
.bg-celeste{
  background-color: #0062d1;
}

.bg-purple{
  background-color: #650e81;
}
.bg-red{
  background-color: #e00109;
}
/* COLORES DEL LOGO DEL PARQUE */
.bg-calipso{
  background-color: #0d4c93;
}
.bg-orange{
  background-color: #fc6720;
}
.bg-amarillo{
  background-color: #5aad43;
}
.text-calipso{
  color: #0d4c93;
}
.text-orange{
  color: #fc6720;
}
.text-azul{
  color: #fda929;
}
