
body{
  background-image: url("/logos/body.jpg");
  /* background-position: center;
  background-repeat: no-repeat; */
  /* background-size: 100% auto; */
      font-size: medium;
    font-family: inherit;
    margin-left: auto;
    margin-right: auto;


}
.container {
  width: 100%;
    padding-right: 0px;
     padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.form-control,.form-control:focus{
  background-color: #fff;
}
.error{
  color: #f44336;
}
.fc-title{
  color: #FFF;
}
/* ESTILO WEB
-------------------------------------------------- */
#infoGeneral > li > a{
  color:#004165;
      font: -webkit-mini-control;
}
#infoGeneral > li > a:hover{
  text-decoration:none;
  color: #e65a34;
}
#tabs-quienes > .nav-link{
  color: #000;
}
#tabs-quienes >  .active{
  color: #fff;
  background-color: #002a77;
}
.tab-menu > a:hover{
  text-decoration: none;
}
/* CAMBIOS AL BOOTSTRAP ORIGEN
-------------------------------------------------- */
#social > li > a:hover{
  color:#fff;
  background-color: #e65a34;
  border-radius: 10px;
  color:#fff;
  font: -webkit-mini-control;
}
.nav-link{
  color:#fff;
}
.card-body > h5{
  min-height:57px;
}
/* NAVBAR-SCROOL
-------------------------------------------------- */
nav {
  position: relative;
  width: 100% !important;
  background: #fff;
  padding: 7px 0;
  font: -webkit-mini-control;
  border-bottom: 1px solid #e5e5e5;
}
.goToTop {
  position: fixed;
  top: 0;
  height: auto;
  z-index: 1;
  border-top: 3px solid #002a77;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16) !important;
  width:100%;
  left: 0;
  box-shadow: 1px 1px #ccc;
      font: -webkit-mini-control;
   -moz-transition:400ms ease;
   -o-transition:400ms ease;
   transition:400ms ease;
}
#navbarNav > ul > li > a:hover{
  font: -webkit-mini-control;
  -moz-box-shadow:inset 0 5px 0 0 #002a77;
  box-shadow: inset 0 5px 0 0 #002a77;
}
#box1 > .navbar {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16) !important;
}

/* NAVBAR SUPERIOR SOCIAL
-------------------------------------------------- */
#navSocial ul > li > a:hover{
  background-color: #e65a34;
  border-radius: 10%;
  color: #fff;
  font: -webkit-mini-control;
}
#navSocial ul > li > a{
  font: -webkit-mini-control;
  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: #002a77;
  bottom: auto;
  top:10px;
  right: 45px;
  left: auto;
  width: auto;
  padding:10px;
  border-radius: 5px;
font: -webkit-mini-control;
}
#noticias .carousel-control-prev:hover{
  opacity: 0.8;
}
#noticias .carousel-control-next{
  background-color: #002a77;
  bottom: auto;
  top:10px;
  width: auto;
  padding:10px;
  border-radius: 5px;
font: -webkit-mini-control;
}
#noticias .carousel-control-next:hover{

}
#noticias .card-title{

}
#noticias .card-text{

}
#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;
    font: -webkit-mini-control;
}
/* 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: #002a77;
}
.bg-orange{
  background-color: #e65a34;
}
.bg-amarillo{
  background-color: #f8bd2d;
}
.text-calipso{
  color: #002a77;
}
.text-orange{
  color: #e65a34;
}
.text-azul{
  color: #f8bd2d;
}
