/* Raleway */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Abril FatFace*/
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
/* Roboto */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.bg-blue {
  background-color: #015196;
  color: #fff;
}

.bg-white {
  background-color: #fff;
  color: #015196;
}

.c-white {
  color: #fff;
}

body {
  height: 100%;
  scroll-behavior: smooth;
  color: #015196;
  font-family: "Raleway", sans-serif;
}
body i {
  /*font-family: 'Abril Fatface', cursive;*/
}

.clickable {
  cursor: pointer;
}

.agbr-container {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

a.button, a.button:hover, a.button:active {
  background-color: #015196;
  color: #fff;
  padding: 12px 36px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.main-section {
  padding-top: 180px;
}

.arrow-scroll, .arrow-scroll:hover, .arrow-scroll:active, .arrow-scroll:focus {
  background-color: #fff;
  color: #015196;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
}

.only-desktop {
  display: block;
}

.only-desktop-flex {
  display: flex;
}

.only-mobile, .only-mobile-flex {
  display: none !important;
}

.fp-tableCell {
  position: relative;
}

@media (max-width: 992px) {
  .only-desktop, .only-desktop-flex {
    display: none !important;
  }

  .only-mobile {
    display: block !important;
  }

  .only-mobile-flex {
    display: flex !important;
  }
}
.row {
  --bs-gutter-x: 0;
}

.blue-water-list ul, .white-water-list ul {
  list-style: none;
  padding-left: 25px;
}
.blue-water-list ul li, .white-water-list ul li {
  margin-bottom: 10px;
}
.blue-water-list ul li:before, .white-water-list ul li:before {
  content: "";
  padding-right: 17px;
  height: 22px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 8px;
  margin-left: -25px;
}

.blue-water-list li:before {
  background-image: url("../../img/gota-li.svg");
}

.white-water-list li:before {
  background-image: url("../../img/gota_white.svg");
}

.error404 .main-section {
  padding-bottom: 100px;
}

a.blue-no-link, blue-no-link:active, blue-no-link:focus, blue-no-link:hover {
  color: #015196;
  text-decoration: none;
}

.grid-posts .elementor-post__text {
  padding-bottom: 70px;
}
.grid-posts .elementor-post__read-more {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../../img/buttons-circle-blue.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 1300px) and (min-width: 992px) {
  #fullpage .slide.section-5:before {
    width: 300px;
  }
}
@media (max-width: 992px) {
  #fullpage .slide.section-5:before {
    display: none;
  }
  #fullpage .slide.section-5 .fp-tableCell {
    height: 369px !important;
    vertical-align: baseline;
  }
  #fullpage .slide.section-5 .col-4 img,
#fullpage .slide.section-5 .col-8 img {
    height: 369px;
  }
  #fullpage .slide.section-5 .box-area {
    top: 0;
    height: 285px;
    right: 0;
    max-width: 100vw;
    padding: 21px 11px 21px 30px;
    padding-top: 0;
    left: 35%;
    background: transparent;
  }
  #fullpage .slide.section-5 .box-area .title {
    font-size: 26px;
  }
  #fullpage .slide.section-5 .box-area .pre-title {
    font-size: 20px;
    padding-bottom: 0;
  }
  #fullpage .slide.section-5 .box-area .quotes:after {
    width: 61px;
    height: 53px;
    bottom: 20px;
    left: 111px;
  }
}
.select-month-and-year select {
  text-transform: none;
}

.p-r-noticia button {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: #FFFFFF;
  background-color: #015196;
  border-radius: 4px 4px 4px 4px;
  padding: 12px 27px 12px 27px;
  display: flex;
  margin-left: auto;
  margin-top: 24px;
  border: 0px;
}