body {
  font-family: "Open Sans", sans-serif;
}
.banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 550px;
}
.slider-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
}
.slider-caption h1 {
  font-size: 48px;
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}
.slider-caption h1 span {
  color: #dd0028;
}
.slider-caption h1 img {
  margin: 20px auto 0 auto;
}
.mapa {
  border: 4px solid white;
}
#googleMap,
#googleMap2 {
  height: 460px;
}
.two-maps {
  position: relative;
  margin-top: -120px;
}
.siteSelect {
  padding: 20px;
  background-color: #eeeeee;
  text-align: center;
  color: #dd0028 !important;
  transition: all 0.3s;
  cursor: pointer;
}
.siteSelect:hover {
  color: white !important;
  background-color: #dd0028;
}
.siteSelect a {
  font-size: 36px;
  color: inherit;
  font-weight: 600;
}
.siteSelect a:hover {
  text-decoration: none;
  color: inherit;
}
.siteSelect i {
  margin-right: 20px;
  font-size: 48px;
}
.siteInformation {
  padding-top: 75px;
  padding-bottom: 90px;
}
.siteInformation ul {
  list-style: none;
  padding-left: 0px;
}
.siteInformation ul li {
  font-size: 26px;
  padding-bottom: 25px;
  color: black;
}
.siteInformation a {
  color: black;
}
.siteInformation a:hover {
  text-decoration: none;
}
.siteInformation i {
  font-size: 26px;
  margin-right: 25px;
  color: #dd0028;
}

.copyrights {
  padding-top: 30px;
  font-size: 16px;
  background-color: #383838;
  color: white;
  text-align: center;
}
.copyrights a {
  color: #fff !important;
  text-decoration: underline !important;
}
.copy {
  padding-bottom: 0;
  margin-bottom: 30px;
  font-weight: 300;
}

/* gmpc */
.gmpc_wrap {
  position: relative;
}
.gmpc_btn {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
.gmpc_btn span {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 15px;
  border: 1px solid #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 200px;
  width: 100%;
  transition: all 0.2s;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  color: #222;
}
.gmpc_btn:hover span {
  border-color: #222;
  background-color: #222;
  color: #fff;
}
.cookie-popup {
  position: fixed;
  bottom: 2.5%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 2px solid #000;
  z-index: 5000;
  padding: 25px 0;
  text-align: center;
}

.cookie-popup p {
  text-wrap: balance;
  margin: 30px 0;
}
.cookie-popup p button {
  text-decoration: underline;
}

.cookie-popup > button {
  background-color: #3b5998;
  text-transform: uppercase;
  color: #fff;
  padding: 15px;
}

/*************
MEDIA
*******************/

@media only screen and (max-width: 1199px) {
  .siteInformation ul li {
    font-size: 24px;
  }
}

/******
992
***********/

@media only screen and (max-width: 991px) {
  .siteSelect a {
    font-size: 30px;
  }
  .siteInformation ul li {
    font-size: 20px;
  }
  .siteInformation i {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .slider-caption {
    top: 20%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .slider-caption {
    top: 15%;
  }
}

@media only screen and (max-width: 768px) {
  .slider-caption {
    top: 15%;
  }
}
/******
768
***********/

@media only screen and (max-width: 767px) {
  .siteInformation {
    padding-top: 35px;
    padding-bottom: 10px;
  }
}

/******
480
***********/

@media only screen and (max-width: 479px) {
  .slider-caption h1 {
    font-size: 30px;
  }
  .slider-caption {
    top: 30%;
  }
}
@media only screen and (max-width: 400px) {
  .siteInformation ul li {
    font-size: 16px;
  }
  .siteInformation i {
    font-size: 20px;
    margin-right: 10px;
  }
}

.imp-dtn {
  padding: 60px 0;
}
.imp-dtn ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
}
.imp-dtn p {
  margin-bottom: 20px;
}
.imp-dtn p a,
.imp-dtn ul a,
.imp-dtn h4 a {
  text-decoration: underline;
  color: #333;
}
.imp-dtn h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.imp-dtn h3 {
  font-size: 22px;
}
.imp-dtn h4 {
  font-size: 18px;
}
.imp-dtn h3,
.imp-dtn h2,
.imp-dtn h4,
.imp-dtn h5 {
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: inherit;
}
.imp-dtn h5 {
  font-size: 16px;
}
