@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");
@import url("https://fonts.googleapis.com/css?family=Roboto");

header {
  margin-bottom: 10px;
}

.main-section {
  background: linear-gradient(white, #ebebeb);
  height: 600px;
  text-align: center;
}

.flag-card-bottom {
  background-image: url("/images/bg-flag-1.jpg") !important;
  background-position-y: 110%;
  background-repeat: no-repeat;
}

.access-box {
  display: inline-block;
  width: 30em;
  margin-top: 2em;
  border-radius: 5px;
  background-color: white;
  padding: 10px;
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.access-box div.access-titl {
  border-radius: 5px 5px 0px 0px;
  height: 50px;
  color: #064f82;
  font-family: "Roboto Slab";
  font-size: 30px;
  padding-top: 10px;
}

.access-box div.img-container {
  text-align: center;
}

.access-box img {
  display: inline-block;
  width: 100px;
  height: 100px;
  white-space: 50px;
  margin-top: 20px;
  margin-bottom: 1em;
}

.access-box form {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

form .text-style {
  color: black;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid gray;
  background-color: white;
  width: 200px;
  height: 25px;
  text-align: center;
  font-size: 18px;
  color: gray;
  font-family: sans-serif;
}

form .button-style {
  background-color: #064f82;
  color: white;
  margin-top: 20px;
  border: none;
  height: 50px;
  width: 160px;
  border-radius: 0.5em;
  font-size: 22px;
  font-family: "Open Sans";
  font-weight: bold;
  transition: box-shadow 0.1s, background-color 0.1s;
}

form .button-style:hover {
  color: #064f82;
  background-color: white;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.4);
}

.help-button {
  transition: all 0.2s;
}

.help-button:hover {
  cursor: pointer !important;
  background-color: #c5c5c5;
}

.panel-help {
  height: 470px;
}

.panel-help img {
  display: block;
  width: 70%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.panel-help-text {
  text-align: center;
  padding: 10px;
}

.modal-title {
  font-family: PreloSlab, "Roboto Slab" !important;
  color: #064f82;
}

@media screen and (max-width: 482px) {
  .access-box {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .panel-help {
    height: auto;
  }
}

@media screen and (min-width: 1400px) {
  .flag-card-bottom {
    background-image: url("/images/bg-flag-1.jpg") !important;
    background-position-y: 110%;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

@media screen and (min-width: 2100px) {
  .flag-card-bottom {
    background-image: url("/images/bg-flag-1.jpg") !important;
    background-position-y: 110%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

/*SLIDER PRINCIPAL ▼ */

#primarySlider {
  display: block;
}

#primarySlider>div>img {
  width: 100%;
}

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  border: 0;
  padding: 0 !important;
}

.bx-viewport {
  margin: 0 !important;
}

.bx-prev {
  display: none;
}

.bx-next {
  display: none;
}

/*SLIDER PRINCIPAL ▲ */

/*INDEX SECTION ▼ */

.index-section {
  display: block;
}

.index-section>h2 {
  display: block;
  font-family: "Roboto Slab";
  font-style: italic;
  display: block;
  color: #064f82;
  text-align: center;
  padding: 5px;
}

.flag-background {
  background-image: url(/images/bg-flag-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.flag-background-bottom {
  background-image: url(/images/bg-flag-1.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}

.gradient-section {
  background: linear-gradient(#014e83, #067ece);
  color: white;
  padding: 10px;
}

.gradient-section>h2 {
  color: white;
}

.index-section-footer {
  text-align: center;
  padding: 10px;
}

.skew-button {
  transform: skew(-21deg);
  display: inline-block;
  padding: 7px 15px;
}

.blue {
  color: white;
  background-color: #064f82;
}

.white {
  background-color: white;
  color: #064f82;
}

.skew-button>span {
  transform: skew(21deg);
  display: block;
  font-weight: bold;
}

/*INDEX SECTION ▲ */

/*SLIDER NUEVOS ▼ */

.new-business-container {
  display: block;
  text-align: center;
}

.to-show {
  display: none;
}

.to-hide {
  display: block;
}

@media screen and (max-width: 990px) {
  .to-hide {
    display: none;
  }

  .to-show {
    display: block;
  }
}

/*SLIDER NUEVOS ▲ */

/*NUEVOS ▼ */

.offers-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.offers-container div {
  text-align: center;
}

.offers-container div a {
  border-radius: 30px;
  overflow: hidden;
  width: 300px;
  height: 300px;
}

@media screen and (max-width: 860px) {
  .offers-container {
    padding: 2px;
    flex-direction: column;
  }

  .offers-container>div {
    padding: 2px;
  }
}

/*NUEVOS ▲ */