*{
  font-family: sans-serif;
}
body{
  background-color: #032a3b;
}

/* Generic Styles */
.light{
  font-weight: lighter;
}
.bold{
  font-weight: bold;
}
.right{
  text-align: right;
}
.back-blue{
  color: #ffffff !important;
  background-color: #032a3b !important;
}
.back-light-blue{
  color: #ffffff;
  background-color: #023A61;
}
.back-nav-blue{
  color: #ffffff;
  background-color: #0E3544;
}
.back-white{
  background-color: #ffffff;
}
.button-blue{
  color: #ffffff;
  background-color: #0093c9;
}
.text-link, .text-link:hover{
  text-decoration: underline;
  color: #ffffff;
}
.h-line{
  display: flex;
}
.line-top{
  top: 61px;
  z-index: 1000;
}
.line-sm{width: 9.24vw; height: 5px;}
.line-md{width: 16.925vw; height: 5px;}
.line-lg{width: 47.65vw; height: 5px;}
.l-bg-r{background-color: #AA182C;}
.l-bg-y{background-color: #F4B223;}
.l-bg-b{background-color: #0093C9;}
.l-bg-g{background-color: #3DAE2B;}
.l-bg-o{background-color: #EE7623;}
.fixed{
  position: fixed;
}
.ovhidden{
  overflow: hidden;
}
.center{
  text-align: center;
}
.justify{
  text-align: justify;
}
.pointer{
  cursor: pointer;
}
.max-w-1200{
  max-width: 1200px;
}
.max-w-200{
  max-width: 200px !important;
}
.min-w-180{
  min-width: 180px;
}
.max-h-100{
  max-height: 100px;
}
.max-h-btn{
  max-height: 38px;
}
.min-h-50{
  min-height: 50px;
}
.min-h-300{
  min-height: 300px;
}
.small-fs{
  font-size: .8rem !important;
}
.smaller-fs{
  font-size: .7rem !important;
}
.wh-100{
  height: 100%  !important;
  width: 100%  !important;
}
.w-100{
  width: 100%;
}
.display{
  display: block;
}
.no-display{
  display: none;
}
.transition{
  transition: 1s;
}
.leg-anchor{
  display: block;
  margin-top: -66px;
  margin-bottom: 66px;
  visibility: hidden;
}
.first-anchor{
  display: block;
  margin-top: -90px;
  margin-bottom: 105px;
  visibility: hidden;
}
.anchor{
  display: block;
  margin-top: -135px;
  margin-bottom: 150px;
  visibility: hidden;
}
.no-shadow{
  box-shadow: none !important;
}
@media only screen and (min-width: 768px) {
  .btn-max-w{
    max-width: 200px !important;
  }
}
@media only screen and (max-width: 576px) {
  .hide-small{
    display: none;
  }
  .fs-w-sm{
    font-size: 0.7em;
  }
  .carousel-title-sm{
    min-width: 140px !important;
  }
  .weather-b{
    bottom: 78px !important;
  }
}

/* Language Selection Styles */
.lang-img{
  height: 20px;
  display: inline;
  padding: 0px;
  width: auto;
  color: #ffffff;
}
.dd-container{
  padding: 12px;
  min-width: auto;
  width: 60px;
}

/* Index Page  Styles */
.navbar{
  padding: 0px 2rem !important;
}
.header-text .nav-link{
  font-size: 0.7rem !important;
  /* font-weight: 600 !important; */
  color: #ffffff !important;
  padding-top: 23px;
  padding-bottom: 22px;
}
.header-text .nav-link:hover{
  color: #ffffff;
  background-color: #0E3544;
}
.navbar-brand{
  margin: 0;
  padding: 0;
  height: 60px;
}
.m-brand img{
  margin-right: 10px;
}
.m-flag{
  padding: 17px 0px 2px 11px !important
}
.nav-btn{
  margin-top: 11px;
  margin-bottom: 10px;
}
.nav-btn-txt{
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  color: #ffffff !important;
}
.p-nav-btn{
  padding: 1px 7px 2px !important;
  max-height: 34px;
}
.dropdown-menu{
  background-color:#032a3b;
}
.dropdown-item{
  color: #fff !important;
}
.dropdown-item:focus,
.dropdown-item:hover{
  background-color:#023A61;
}
.dropdown-item.active,
.dropdown-item:active{
  background-color:#023A61;
}
.dropdown-padding{
  padding: .10rem 0.7rem;
}
.mt-default{
  margin-top: 66px;
}
.carousel-indicators li{
  width:12px;
  height:12px;
  border-radius: 50%;
}
@media only screen and (min-width: 1049px) {
  .carousel-item-div{
    max-height: 500px;
  }
}
@media only screen and (max-width: 1048.98px) {
  .carousel-item-div{
    max-height: 46vw;
  }
}
.carousel-item-div{
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-item-div > img{
  width:100%
}
.about-section{
  font-size: 1.2em;
}
.qsimage{
  width: auto;
  height: 100%;
  background-image: url('../assets/quienes_somos.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-control-next, .carousel-control-prev {
  top: 40%;
  width: 5%;
  height: 20%;
  opacity: .4;
  background-color: #003046;
  transition: 0.5s;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
  opacity: .7;
}
.images-section{
  width: 200%;
  opacity: 0.9;
}
.images-section:hover{
  opacity: 1;
}
.image-section-title{
  position: absolute;
  bottom: 0;
  padding: 10px 30px 10px 5px;
  background-color: rgba(1, 39, 57, 0.4);
  width: 100%;
  font-size: .8em;
}
.parks-title{
  position: absolute;
  top: 30px;
  padding: 15px 40px 0 10vw;
  width: auto;
}
.page-title{
  position: absolute;
  bottom: 30px;
  padding: 16px 0 16px;
}
.nb-btn{
  border-radius: 5px;
  border: none;
  padding: 5px 10px;
}

/* Weather Section Styles */
.weather{
  left: 95px;
  bottom: 86px;
  position: absolute;
  z-index: 1;
}

/* About Us Styles */
.about-title{
  width: 100%;
  margin-bottom: 20px;
}

/* Parks Styles */
.parks-img{
  width: 100%;
}
.parks-m-img{
  width: 100%;
}
.parks-list-div{
  font-size: 0.9em;
  padding: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #003a5d;
}
.parks-list-div:hover{
  background-color: #032a3b;
}
.modal-size{
  width: 100%;
  height: 100%;
}
.modal-dialog{
  max-width: none !important;
}
.modal-content{
  max-width: 80vw;
  margin: 0 10vw 0 10vw;
}
.close-m-btn{
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  right: -30px;
  top: -20px;
  z-index: 1;
}
.parks-text {
  font-size: 13px;
}
.services-list li{
  margin-left: -22px;
}
.park-img{
  height: 100%;
  max-height: 240px;
}
.info-form div input,
.info-form div div input,
.info-form div textarea {
  border-radius: 0px;
  margin-top: 10px;
}
.annotations{
  position: absolute;
  right: 57px;
  top: 10px;
  z-index: 1;
  border-radius: 2px;
  color: #000;
  padding: 4px 10px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.09);
}
.avl{
  color: #A5D364 !important;
}
.occ{
  color: #043B5C !important;
}
/* Lot Styles */
.lot-name{
  color: #0093c9;
  font-weight: bold;
  font-size: 1.5em;
}
.info-modal{
  max-width: 460px;
  margin: 0 3vw 0 10vw;
}
@media only screen and (min-width: 992px) {
  .btn-max-w-lg{
    min-width: 200px !important;
  }
}
@media only screen and (min-width: 575.8px) {
  .list-mt{
    margin-top: 24px;
  }
}

/*Directory styles*/
.blue-line{
  height: 20px;
  width: 100%;
  background-color: #0093c9;
}
.blue-color{
  color: #0093c9;
  font-weight: 600;
}
.dark-blue{
  color: #032a3b;
}
.shadow{
  -webkit-box-shadow: 0px 0px 44px -8px rgba(0,0,0,0.18);
   -moz-box-shadow: 0px 0px 44px -8px rgba(0,0,0,0.18);
   box-shadow: 0px 0px 44px -8px rgba(0,0,0,0.18);
}

/* Footer Styles */
.footer-container{
  color: #ffffff;
  background-color: #032a3b;
}
.margin{
  margin-left: 10em;
  margin-right: 10em;
}
@media only screen and (max-width: 540px) {
  .margin{
    margin-left: 1em;
    margin-right: 1em;
  }
}

.parks-list li{
  list-style-type: none;
  margin-left: -40px;
  margin-bottom: 10px;
}
.footer-container  a{
  color: #ffffff !important;
  text-decoration: none !important;
}
li > a, p > a{
  color: #ffffff !important;
  text-decoration: none !important;
}
.footer-img-gov{
  height: 60px;
}
.footer-img{
  height: 50px;
}
.footer-social{
  width: 1.5em;
}
.foo-img-cnt{
  width: 125px;
  margin: 15px;
}
.foo-img-cnt-g{
  width: 125px;
  margin: 5px 15px;
}

/*Home page map styles*/
#map {
  height: 350px;
  width: 100%;
 }

/* Lots maps styles */
.dynamic-map {
  height: 60vh;
  width: 100%;
 }
