@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap");
/* Search */
.header-item--search {
  border: 1px solid #117BE5;
  border-radius: 20px;
  width: 383px;
}
.header-item--search input {
  border: none;
  font-size: 0.8em;
  margin-left: 15px;
  width: 80%;
  height: 30px;
}
.header-item--search .site-nav__link--icon .icon {
  color: #117BE5;
  max-width: 20px;
  max-height: 20px;
}

/* Icons */
.site-nav__link--icon_header {
  font-family: "Londrina Solid";
  display: inline-flex;
  align-items: center;
}
.site-nav__link--icon_header img {
  margin-right: 10px;
}
.site-nav__link--icon_header span {
  color: #333333;
  font-size: 1em;
  font-weight: 700;
}

/* Nav */
.header-desktop-nav {
  background-color: #117BE5;
}

.site-navigation {
  font-family: "Londrina Solid";
  height: 94px;
  display: flex;
  justify-content: space-between;
}
.site-navigation li {
  display: flex;
  align-items: center;
}
.site-navigation li a {
  color: white;
  font-weight: 900;
  font-size: 0.98em;
}
@media screen and (max-width: 1070px) {
  .site-navigation li a {
    font-size: 0.9em;
  }
}
.site-navigation li:nth-last-child(2) {
  background-color: #00D880;
}
/* .site-navigation li:nth-child(6) {
  background-color: #00D880;
} */
/* .site-navigation li:nth-child(7) {
  background-color: #00b3ff;
} */
.site-navigation li:last-child {
  background-color: #FFA44A;
  width: 185px;
  /*
  img{
      margin-left: 14px;
  }
  @media only screen and (max-width:1120px){
      img{
          display: none;
      }
  }
  */
}
.site-navigation li:last-child .site-nav__last-element {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1120px) {
  .site-navigation li:last-child .site-nav__last-element svg {
    display: none;
  }
}
.site-navigation li:not(:last-child) {
  margin-left: auto;
}
.site-navigation li:first-child {
  margin-left: -25px;
}

.site-header {
  padding: 20px 0 0;
}

/* FIXES */
.site-header-sticky .site-header {
  box-shadow: none;
}

@media screen and (max-width: 1500px) {
  .header-item--icons .site-nav .site-nav__link {
    padding: 7.5px 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .header-layout .header-item {
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .header-layout .header-item .header-item--search {
    order: 2;
  }
}

/* Slider */
.hero__title {
  color: #00B3FF;
  font-family: "Londrina Solid", cursive;
  font-weight: bold;
  text-align: left;
}

.hero__subtitle {
  color: black;
  text-align: left;
  max-width: 711px;
  font-size: 1em;
}

/* End of Slider */
/* Text and image Row */
.text-image-row {
  /* Carrousel */
}
.text-image-row .image-wrap-row {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  box-shadow: 0px 10px 20px #00000029;
  border-radius: 66%;
  height: 140px;
  min-width: 140px;
}
@media only screen and (max-width: 1120px) {
  .text-image-row .image-wrap-row {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .text-image-row .feature-row a {
    margin: auto;
  }
}
.text-image-row .feature-row__text {
  padding-left: 30px;
  font-size: 1.25em;
}
@media only screen and (max-width: 1120px) {
  .text-image-row .feature-row__text {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
}
.text-image-row p.h3 {
  font-family: "Londrina Solid";
  color: #117BE5;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.14em;
}
.text-image-row p {
  line-height: 1.5em;
}
.text-image-row a.btn {
  align-items: center;
  color: #117BE5;
  border: 1px solid #117BE5;
  background-color: white;
  display: flex;
  font-family: "Londrina Solid";
  font-weight: bold;
  justify-content: space-around;
  letter-spacing: 1px;
  margin-top: 24px;
  width: 170px;
}
.text-image-row a.btn:hover {
  background: white !important;
  justify-content: space-between;
}
.text-image-row a.btn span {
  font-size: 1.6em;
}
.text-image-row hr {
  width: 100px;
  margin-left: 0px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1120px) {
  .text-image-row hr {
    margin: 0;
  }
}
.text-image-row .slick-arrow {
  color: #117BE5;
}
.text-image-row .slick-prev {
  left: 24px;
}

/* End of Text and image Row */
/* Custom Section Home Image and Text */
.custom-section-home-contingencia {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .custom-section-home-contingencia {
    font-size: 14px;
  }
}
@media only screen and (max-width: 425px) {
  .custom-section-home-contingencia {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 425px) and (max-width: 1024px) {
  .custom-section-home-contingencia div.custom__item:nth-child(1) {
    width: 60%;
  }
  .custom-section-home-contingencia div.custom__item:nth-child(2) {
    width: 40%;
  }
}
.custom-section-home-contingencia .image-wrap p {
  color: white;
  font-family: "Londrina Solid";
  font-size: 2.98em;
  font-weight: bold;
  left: 72px;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  position: absolute;
  text-transform: uppercase;
  top: 37px;
  max-width: 293px;
  z-index: 1;
}
@media only screen and (max-width: 425px) {
  .custom-section-home-contingencia .image-wrap p {
    left: 40px;
    top: 55px;
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 375px) {
  .custom-section-home-contingencia .image-wrap p {
    top: 15px;
  }
}
.custom-section-home-contingencia .image-wrap a {
  align-items: center;
  background: transparent;
  bottom: 24px;
  border: 1px solid white;
  color: white;
  display: flex;
  position: absolute !important;
  font-family: "Londrina Solid";
  justify-content: space-around;
  left: 75px;
  z-index: 1;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .custom-section-home-contingencia .image-wrap a {
    font-size: 14px;
  }
}
.custom-section-home-contingencia .image-wrap a img {
  opacity: 1;
  margin-left: 10px;
}
@media only screen and (max-width: 375px) {
  .custom-section-home-contingencia .image-wrap a img {
    display: none;
  }
}
.custom-section-home-contingencia div:nth-child(2) {
  background-color: #FFA44A;
  border-bottom: 7px solid white;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 425px) {
  .custom-section-home-contingencia div:nth-child(2) {
    margin-top: -23px;
    padding: 20px;
    border-left: 17px solid white;
  }
}
.custom-section-home-contingencia div:nth-child(2) p {
  width: 70%;
  margin: 0 auto;
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .custom-section-home-contingencia div:nth-child(2) p {
    width: 98%;
    font-size: 1em;
  }
}
/* End of Custom Section Home Image and Text */
/* Custom Section Home Two color block */
.custom-section-home-valores {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .custom-section-home-valores {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1150px) {
  .custom-section-home-valores .one-half {
    width: 100%;
  }
}
.custom-section-home-valores h2 {
  color: white;
  font-family: "Londrina Solid";
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  .custom-section-home-valores h2 {
    font-size: 24px;
  }
}
.custom-section-home-valores .custom__item:nth-child(1) {
  background-color: #117BE5;
}
.custom-section-home-valores .custom__item:nth-child(1) h2 {
  margin-top: 50px;
}
.custom-section-home-valores .custom__item:nth-child(1) h2, .custom-section-home-valores .custom__item:nth-child(1) p {
  color: white;
  margin-left: calc(100% - 699px);
  width: 450px;
}
@media only screen and (max-width: 1440px) {
  .custom-section-home-valores .custom__item:nth-child(1) h2, .custom-section-home-valores .custom__item:nth-child(1) p {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1150px) {
  .custom-section-home-valores .custom__item:nth-child(1) h2, .custom-section-home-valores .custom__item:nth-child(1) p {
    margin: 15px auto;
    width: 90%;
    text-align: center;
  }
}
@media only screen and (max-width: 1150px) {
  .custom-section-home-valores .custom__item:nth-child(1) {
    margin-bottom: 0;
  }
}
.custom-section-home-valores .custom__item:nth-child(2) {
  background-color: #00D880;
}
.custom-section-home-valores .custom__item:nth-child(2) h2, .custom-section-home-valores .custom__item:nth-child(2) p {
  color: white;
  margin-left: 47px;
}
@media only screen and (max-width: 1440px) {
  .custom-section-home-valores .custom__item:nth-child(2) h2, .custom-section-home-valores .custom__item:nth-child(2) p {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .custom-section-home-valores .custom__item:nth-child(2) h2, .custom-section-home-valores .custom__item:nth-child(2) p {
    margin-left: 0px;
  }
}
.custom-section-home-valores .custom__item:nth-child(2) h2 {
  margin-top: 50px;
}
.custom-section-home-valores .custom__item:nth-child(2) p {
  max-width: 290px;
}
@media only screen and (max-width: 500px) {
  .custom-section-home-valores .custom__item:nth-child(2) p {
    width: auto;
  }
}
.custom-section-home-valores .custom__item:nth-child(2) .right-container {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 1435px) {
  .custom-section-home-valores .custom__item:nth-child(2) .right-container div:nth-child(1) {
    width: 300px;
  }
}
@media only screen and (max-width: 1435px) and (max-width: 500px) {
  .custom-section-home-valores .custom__item:nth-child(2) .right-container div:nth-child(1) {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1150px) {
  .custom-section-home-valores .custom__item:nth-child(2) .right-container {
    justify-content: center;
  }
}
@media only screen and (max-width: 500px) {
  .custom-section-home-valores .custom__item:nth-child(2) .right-container {
    display: block;
  }
}
.custom-section-home-valores .custom__item:nth-child(2) .right-container .table-wrapper {
  overflow: hidden;
}
.custom-section-home-valores .custom__item:nth-child(2) .right-container table {
  background: white;
  color: white;
  max-width: 280px;
  margin-left: 26px;
  font-size: 14px;
}
@media only screen and (max-width: 1435px) {
  .custom-section-home-valores .custom__item:nth-child(2) .right-container table {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .custom-section-home-valores .custom__item:nth-child(2) .right-container table {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .custom-section-home-valores .custom__item:nth-child(2) .right-container table {
    margin: 20px auto;
  }
}
.custom-section-home-valores .custom__item:nth-child(2) .right-container table td {
  background: transparent;
  padding: 8px 12px;
}
.custom-section-home-valores .custom__item:nth-child(2) .right-container table td:nth-child(even) {
  font-weight: bold;
}
.custom-section-home-valores .custom__item:nth-child(2) .right-container table tr:nth-child(odd) {
  background: #00D880;
}
.custom-section-home-valores .custom__item:nth-child(2) .right-container table tr:nth-child(even) {
  background: #33e099;
}

/* End of Custom Section Home Two color block */

/* Custom Section Home Two color block amigos*/
.custom-section-amigos {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .custom-section-amigos {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1150px) {
  .custom-section-amigos .one-half {
    width: 100%;
  }
}
.custom-section-amigos h2 {
  color: white;
  font-family: "Londrina Solid";
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  .custom-section-amigos h2 {
    font-size: 24px;
  }
}
.custom-section-amigos .custom__item:nth-child(1) {
  background-color: #00d880;
}
.custom-section-amigos .custom__item:nth-child(1) h2 {
  margin-top: 50px;
}
.custom-section-amigos .custom__item:nth-child(1) h2, .custom-section-amigos .custom__item:nth-child(1) p {
  color: white;
  margin-left: calc(100% - 699px);
  width: 450px;
}
@media only screen and (max-width: 1440px) {
  .custom-section-amigos .custom__item:nth-child(1) h2, .custom-section-amigos .custom__item:nth-child(1) p {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1150px) {
  .custom-section-amigos .custom__item:nth-child(1) h2, .custom-section-amigos .custom__item:nth-child(1) p {
    margin: 15px auto;
    width: 90%;
    text-align: center;
  }
}
@media only screen and (max-width: 1150px) {
  .custom-section-amigos .custom__item:nth-child(1) {
    margin-bottom: 0;
  }
}
.custom-section-amigos .custom__item:nth-child(2) {
  background-color: #00D880;
}
.custom-section-amigos .custom__item:nth-child(2) h2, .custom-section-amigos .custom__item:nth-child(2) p {
  color: white;
  margin-left: 47px;
}
@media only screen and (max-width: 1440px) {
  .custom-section-amigos .custom__item:nth-child(2) h2, .custom-section-amigos .custom__item:nth-child(2) p {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .custom-section-amigos .custom__item:nth-child(2) h2, .custom-section-amigos .custom__item:nth-child(2) p {
    margin-left: 0px;
  }
}
.custom-section-amigos .custom__item:nth-child(2) h2 {
  margin-top: 50px;
}
.custom-section-amigos .custom__item:nth-child(2) p {
  max-width: 290px;
}
@media only screen and (max-width: 500px) {
  .custom-section-amigos .custom__item:nth-child(2) p {
    width: auto;
  }
}
.custom-section-amigos .custom__item:nth-child(2) .right-container {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 1435px) {
  .custom-section-amigos .custom__item:nth-child(2) .right-container div:nth-child(1) {
    width: 300px;
  }
}
@media only screen and (max-width: 1435px) and (max-width: 500px) {
  .custom-section-amigos .custom__item:nth-child(2) .right-container div:nth-child(1) {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1150px) {
  .custom-section-amigos .custom__item:nth-child(2) .right-container {
    justify-content: center;
  }
}
@media only screen and (max-width: 500px) {
  .custom-section-amigos .custom__item:nth-child(2) .right-container {
    display: block;
  }
}
.custom-section-amigos .custom__item:nth-child(2) .right-container .table-wrapper {
  overflow: hidden;
}
.custom-section-amigos .custom__item:nth-child(2) .right-container table {
  background: white;
  color: white;
  max-width: 280px;
  margin-left: 26px;
  font-size: 14px;
}
@media only screen and (max-width: 1435px) {
  .custom-section-amigos .custom__item:nth-child(2) .right-container table {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .custom-section-amigos .custom__item:nth-child(2) .right-container table {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .custom-section-amigos .custom__item:nth-child(2) .right-container table {
    margin: 20px auto;
  }
}
.custom-section-amigos .custom__item:nth-child(2) .right-container table td {
  background: transparent;
  padding: 8px 12px;
}
.custom-section-amigos .custom__item:nth-child(2) .right-container table td:nth-child(even) {
  font-weight: bold;
}
.custom-section-amigos .custom__item:nth-child(2) .right-container table tr:nth-child(odd) {
  background: #00D880;
}
.custom-section-amigos .custom__item:nth-child(2) .right-container table tr:nth-child(even) {
  background: #33e099;
}


/* Custom Section Home Three News */
.custom-section-home-news {
  overflow: hidden;
}
.custom-section-home-news .slick-arrow {
  color: #fff;
}
.custom-section-home-news div.grid__item {
  padding-left: 0px;
  text-align: center;
  min-height: 500px;
}
.custom-section-home-news div.grid__item h3 {
  color: white;
  font-family: "Londrina Solid";
  font-weight: bold;
  margin: 40px auto 15px auto;
  width: 70%;
}
.custom-section-home-news div.grid__item .rte-setting {
  color: white;
  width: 70%;
  margin: 0 auto;
}
.custom-section-home-news div.grid__item:nth-child(1) {
  background: #FFA44A;
  min-height: 525px;
  margin-top: -25px;
}
.custom-section-home-news div.grid__item:nth-child(1) h3 {
  margin: 0px auto 15px auto;
}
.custom-section-home-news div.grid__item:nth-child(2) {
  background: #00D880;
}
.custom-section-home-news div.grid__item:nth-child(3) {
  background: #00B3FF;
}
.custom-section-home-news a {
  color: white;
  background: transparent;
  box-shadow: unset;
  border: 1px solid white !important;
  font-family: "Londrina Solid";
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media only screen and (max-width: 737px) {
  .custom-section-home-news div.grid__item {
    width: auto;
    margin: 0 auto;
    min-height: 385px;
  }
  .custom-section-home-news div.grid__item:nth-child(1) {
    min-height: 410px;
  }
}
.custom-section-home-news .dots-news {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
}
.custom-section-home-news .dots-news button {
  background-color: black;
  color: black;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  font-size: 0px;
  margin: 0 4px;
}
.custom-section-home-news .dots-news li.slick-active button {
  background-color: grey;
}

/* End of Custom Section Home Three News */
/* Custom Section Home Image width Shadow */
.custom-section-home-shadows {
  background-color: #DEF4FF;
  height: 482px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .custom-section-home-shadows {
    height: 360px;
  }
}
@media only screen and (max-width: 425px) {
  .custom-section-home-shadows {
    height: auto;
  }
}
.custom-section-home-shadows .custom__item:nth-child(1) img {
  margin-left: calc(100% - 678px);
}
@media only screen and (max-width: 1366px) {
  .custom-section-home-shadows .custom__item:nth-child(1) img {
    margin-left: calc(100% - 636px);
  }
}
@media only screen and (max-width: 1280px) {
  .custom-section-home-shadows .custom__item:nth-child(1) img {
    margin-left: calc(100% - 578px);
  }
}
@media only screen and (max-width: 1024px) {
  .custom-section-home-shadows .custom__item:nth-child(1) img {
    margin-left: calc(100% - 454px);
  }
}
@media only screen and (max-width: 425px) {
  .custom-section-home-shadows .custom__item:nth-child(1) img {
    margin-left: 22px;
  }
}
.custom-section-home-shadows .custom__item:nth-child(1) p, .custom-section-home-shadows .custom__item:nth-child(1) a {
  margin-left: calc(100% - 634px);
}
@media only screen and (max-width: 1366px) {
  .custom-section-home-shadows .custom__item:nth-child(1) p, .custom-section-home-shadows .custom__item:nth-child(1) a {
    margin-left: calc(100% - 612px);
  }
}
@media only screen and (max-width: 1280px) {
  .custom-section-home-shadows .custom__item:nth-child(1) p, .custom-section-home-shadows .custom__item:nth-child(1) a {
    margin-left: calc(100% - 534px);
  }
}
@media only screen and (max-width: 1024px) {
  .custom-section-home-shadows .custom__item:nth-child(1) p, .custom-section-home-shadows .custom__item:nth-child(1) a {
    margin-left: calc(100% - 414px);
  }
}
@media only screen and (max-width: 425px) {
  .custom-section-home-shadows .custom__item:nth-child(1) p, .custom-section-home-shadows .custom__item:nth-child(1) a {
    margin-left: 44px;
  }
}
.custom-section-home-shadows .custom__item:nth-child(2) img {
  margin-left: 20px;
}
.custom-section-home-shadows .custom__item:nth-child(2) p, .custom-section-home-shadows .custom__item:nth-child(2) a {
  margin-left: 64px;
}
@media only screen and (max-width: 425px) {
  .custom-section-home-shadows .custom__item:nth-child(2) {
    margin: -60px 0 60px;
  }
}
.custom-section-home-shadows .custom__item p {
  position: absolute;
  z-index: 2;
  color: white;
  font-family: "Londrina Solid";
  top: 264px;
  font-size: 2em;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
@media only screen and (max-width: 1280px) {
  .custom-section-home-shadows .custom__item p {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-section-home-shadows .custom__item p {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 425px) {
  .custom-section-home-shadows .custom__item p {
    margin-top: -125px;
  }
}
.custom-section-home-shadows .custom__item .image-wrap a {
  align-items: center;
  background: transparent;
  top: 314px;
  border: 1px solid white;
  color: white;
  display: flex;
  position: absolute !important;
  height: 45px;
  font-family: "Londrina Solid";
  justify-content: space-around;
  z-index: 3;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .custom-section-home-shadows .custom__item .image-wrap a {
    font-size: 14px;
  }
}
.custom-section-home-shadows .custom__item .image-wrap a img {
  box-shadow: unset;
  margin-left: 10px;
  margin-top: 0;
  opacity: 1;
}
@media only screen and (max-width: 1280px) {
  .custom-section-home-shadows .custom__item .image-wrap a {
    top: 288px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-section-home-shadows .custom__item .image-wrap a {
    margin-top: 0px;
    top: 235px;
  }
}
@media only screen and (max-width: 425px) {
  .custom-section-home-shadows .custom__item .image-wrap a {
    top: 190px;
  }
}
.custom-section-home-shadows .image-wrap {
  background-color: #DEF4FF;
  margin-top: 75px;
}
.custom-section-home-shadows .image-wrap img {
  max-width: 636px;
  margin-top: 14px;
  box-shadow: -14px -14px #00b3ff;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.custom-section-home-shadows .image-wrap img:hover {
  transform: scale(1.01);
  box-shadow: -8px -8px #00b3ff;
}
@media only screen and (max-width: 1280px) {
  .custom-section-home-shadows .image-wrap img {
    max-width: 536px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-section-home-shadows .image-wrap img {
    max-width: 424px;
  }
}
@media only screen and (max-width: 425px) {
  .custom-section-home-shadows .image-wrap img {
    max-width: 90%;
  }
}

/* End of Custom Section Home Image width Shadow */
/* Custom Section Home Video */
.video-home-header {
  margin-bottom: -100px;
}
@media only screen and (max-width: 900px) {
  .video-home-header {
    margin-bottom: -75px;
    margin-top: 100px;
  }
}
.video-home-header h2 {
  color: #117BE5;
  font-family: "Londrina Solid";
  font-size: 54px;
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .video-home-header h2 {
    font-size: 28px;
  }
}

.video-home-button {
  margin-top: -60px;
}
@media only screen and (max-width: 900px) {
  .video-home-button {
    margin-top: -25px;
  }
}
.video-home-button .custom__item-inner {
  text-align: center;
}
.video-home-button a.btn {
  font-family: "Londrina Solid";
  text-align: center;
  background: #117BE5;
  color: white;
  padding: 8px 10px;
  max-width: 250px;
  display: flex;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
  padding: 8px 20px;
  justify-content: space-between;
  letter-spacing: unset;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .video-home-button a.btn {
    font-size: 20px;
  }
}
.video-home-button a.btn:hover {
  background: #FFA44A !important;
}

/* End of Section Home Video */
/* Section Home Logo List */
.home-logo-list {
  background: #53297D;
}
.home-logo-list .page-width {
  padding: 70px 0px;
}
.home-logo-list .logo-bar__item {
  margin: 0px 40px 15px;
}
.home-logo-list .logo-bar__item p {
  color: white;
  font-family: "Londrina Solid";
  text-align: left;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 0.95em;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 425px) {
  .home-logo-list .logo-bar__item p {
    text-align: center;
  }
}

/* End of Section Home Logo List */

/* Section Home Logo List Apoyo */
.home-logo-list-apoyo {
  background: #00d880;
}
.home-logo-list-apoyo .page-width {
  padding: 70px 0px;
}
.home-logo-list-apoyo .logo-bar__item {
  margin: 0px 40px 15px;
}
.home-logo-list-apoyo .logo-bar__item p {
  color: white;
  font-family: "Londrina Solid";
  text-align: left;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 0.95em;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 425px) {
  .home-logo-list-apoyo .logo-bar__item p {
    text-align: center;
  }
}

/* End of Section Home Logo List */


/*===========================*/
/*     PAGE CERTIFICADOS     */
/*===========================*/
.certificados-header {
  position: relative;
  margin-bottom: -10px;
}
@media screen and (max-width: 1024px) {
  .certificados-header {
    height: 395px;
  }
}
.certificados-header__breadcrumb {
  position: absolute;
  left: 280px;
  top: 35px;
}
@media screen and (max-width: 1024px) {
  .certificados-header__breadcrumb {
    top: 20px;
    left: 10px;
  }
}
.certificados-header__breadcrumb .breadcrumb a, .certificados-header__breadcrumb .breadcrumb span {
  color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .certificados-header img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.certificados-header__wrap-text {
  position: absolute;
  top: 180px;
  left: 375px;
}
@media screen and (max-width: 1700px) {
  .certificados-header__wrap-text {
    top: 120px;
    left: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .certificados-header__wrap-text {
    top: 90px;
    left: 20%;
  }
}
@media screen and (max-width: 800px) {
  .certificados-header__wrap-text {
    top: 90px;
    left: 15%;
  }
}
@media screen and (max-width: 700px) {
  .certificados-header__wrap-text {
    top: 90px;
    left: 10%;
  }
}
@media screen and (max-width: 580px) {
  .certificados-header__wrap-text {
    top: 90px;
    left: 10px;
  }
}
.certificados-header__wrap-text h3 {
  font-family: "Londrina Solid";
  font-size: 70px;
  font-weight: bold;
  color: #117BE5;
  max-width: 585px;
  line-height: 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1700px) {
  .certificados-header__wrap-text h3 {
    font-size: 55px;
    max-width: 430px;
    line-height: 55px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .certificados-header__wrap-text h3 {
    font-size: 30px;
    max-width: 250px;
    line-height: 30px;
    margin-bottom: 12px;
  }
}
.certificados-header__wrap-text h4 {
  font-size: 30px;
  color: #555555;
  font-family: "Montserrat";
  letter-spacing: 0;
  line-height: 36px;
  max-width: 750px;
  font-weight: 500;
  margin-bottom: 70px;
  text-transform: initial;
}
@media screen and (max-width: 1700px) {
  .certificados-header__wrap-text h4 {
    font-size: 20px;
    line-height: 20px;
    max-width: 400px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .certificados-header__wrap-text h4 {
    font-size: 14px;
    line-height: 14px;
    max-width: 300px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1700px) {
  .certificados-header__wrap-text .btn-custom-v1 {
    font-size: 20px;
    line-height: 20px;
    padding: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .certificados-header__wrap-text .btn-custom-v1 {
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
  }
}
.certificados-header__wrap-text .btn-custom-v1 svg {
  vertical-align: text-top;
  margin-left: 10px;
}

.certificados-services {
  background-color: #00B3FF;
  color: #fff;
}
.certificados-services__cont {
  padding: 80px 280px;
}
@media screen and (max-width: 1440px) {
  .certificados-services__cont {
    padding: 80px;
  }
}
@media screen and (max-width: 768px) {
  .certificados-services__cont {
    padding: 60px 20px;
  }
}
.certificados-services__cont--wrap-text {
  text-align: center;
  margin-bottom: 70px;
}
.certificados-services__cont--wrap-text h3 {
  font-family: "Londrina Solid";
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 2.7px;
  margin-bottom: 56px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .certificados-services__cont--wrap-text h3 {
    font-size: 28px;
  }
}
.certificados-services__cont--wrap-text h3::after {
  content: "";
  width: 105px;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 1px solid #fff;
}
.certificados-services__cont--wrap-text p {
  font-size: 20px;
  letter-spacing: 0;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .certificados-services__cont--wrap-text p {
    font-size: 14px;
  }
}
.certificados-services__cont--wrap-items {
  display: flex;
}
.certificados-services__cont--wrap-items .box-service {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .certificados-services__cont--wrap-items .box-service {
    flex-wrap: wrap;
  }
}
.certificados-services__cont--wrap-items .box-service .number {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .certificados-services__cont--wrap-items .box-service .number {
    width: 100%;
    margin-right: 0;
  }
}
.certificados-services__cont--wrap-items .box-service .number img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .certificados-services__cont--wrap-items .box-service .info {
    width: 100%;
    text-align: center;
  }
}
.certificados-services__cont--wrap-items .box-service .info .title {
  font-family: "Londrina Solid";
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.4px;
}
.certificados-services__cont--wrap-items .box-service .info .content {
  font-size: 20px;
  max-width: 300px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .certificados-services__cont--wrap-items .box-service .info .content {
    font-size: 14px;
  }
}

.modal-contact {
  display: none;
  position: fixed;
  z-index: 30;
  padding-top: 35px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-contact .modal-contact__content {
  background-color: #fefefe;
  margin: auto;
  padding: 50px;
  border: 1px solid #888;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .modal-contact .modal-contact__content {
    width: 80%;
    padding: 15px;
  }
}
.modal-contact .modal-contact__close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
}
.modal-contact .hr_modal {
  margin: 3em 0;
}
.modal-contact .modal-contact__cont-close {
  text-align: right;
}
.modal-contact .modal-contact__cont-close:hover, .modal-contact .modal-contact__cont-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-contact .fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25em;
}
.modal-contact .fields-v1 {
  align-items: flex-start;
}
.modal-contact .fields-v2 {
  display: flex;
  align-items: center;
  margin-bottom: 1.25em;
}
.modal-contact .grp-1 {
  margin-bottom: 1.25em;
}
.modal-contact .wrap-buttons .btn-custom-v1 {
  padding: 8px 25px;
}
.modal-contact .wrap-webpay {
  padding-left: 5%;
}
.modal-contact .wrap-webpay .fields-v2 {
  justify-content: space-between;
}
.modal-contact .wrap-webpay .fields-v2 label {
  width: 35%;
}
.modal-contact .wrap-webpay .fields-v2 input {
  width: 64%;
}

.select-cetificado {
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .select-cetificado {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .select-cetificado .grid {
    padding: 1em;
  }
}
.select-cetificado__header {
  text-align: center;
}
.select-cetificado__header h3 {
  font-family: "Londrina Solid";
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 2.7px;
  color: #117BE5;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .select-cetificado__header h3 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
.select-cetificado__header h3::after {
  content: "";
  width: 105px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
  border-bottom: 1px solid #117BE5;
}
@media screen and (max-width: 768px) {
  .select-cetificado__header h3::after {
    bottom: -25px;
  }
}
.select-cetificado__cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.select-cetificado__cont--card {
  width: 49%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .select-cetificado__cont--card {
    width: 100%;
  }
}
.select-cetificado__cont--card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  position: absolute;
  left: 55px;
}
.select-cetificado__cont--card-wrap h3 {
  font-family: "Londrina Solid";
  font-size: 46px;
  color: #fff;
  letter-spacing: 2.3px;
  line-height: 54px;
  max-width: 245px;
}
.select-cetificado__cont--card-wrap .btn-custom-v1 {
  padding: 16px 26px;
}

.banner2-cetificado {
  padding: 80px 280px;
  background-color: #FFA44A;
}
@media screen and (max-width: 1440px) {
  .banner2-cetificado {
    padding: 80px 20px;
  }
}
.banner2-cetificado__cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner2-cetificado__cont--sect1 img {
  margin: auto;
  display: block;
  box-shadow: 0px 10px 20px #00000029;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .banner2-cetificado__cont--sect1 {
    margin-bottom: 20px;
  }
}
.banner2-cetificado__cont--sect2 .wrap-text {
  color: #fff;
}
.banner2-cetificado__cont--sect2 .wrap-text h3 {
  position: relative;
  font-family: "Londrina Solid";
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0;
  margin-bottom: 76px;
}
@media screen and (max-width: 768px) {
  .banner2-cetificado__cont--sect2 .wrap-text h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
.banner2-cetificado__cont--sect2 .wrap-text h3::after {
  content: "";
  position: absolute;
  width: 105px;
  left: 0;
  bottom: -38px;
  border: 1px solid #fff;
}
.banner2-cetificado__cont--sect2 .wrap-text p {
  font-size: 20px;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .banner2-cetificado__cont--sect2 .wrap-text p {
    font-size: 14px;
  }
}
.banner2-cetificado__cont--sect2 .wrap-text .btn-custom-v1 {
  background-color: #fff;
  color: #FFA44A;
}
.banner2-cetificado__cont--sect2 .wrap-text .btn-custom-v1 svg {
  margin-left: 10px;
  vertical-align: text-top;
}

/*=========================*/
/*     COLLECTION PAGE     */
/*=========================*/
#shopify-section-collection-header .breadcrumb a, #shopify-section-collection-header .breadcrumb span {
  color: #fff !important;
}

.section-header__title {
  font-family: "Londrina Solid";
  font-size: 80px;
  letter-spacing: 2.7px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .section-header__title {
    font-size: 36px;
  }
}

.collection-hero__content {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.collection-hero__content::before {
  z-index: -1;
}
.collection-hero__content .breadcrumb, .collection-hero__content .section-header {
  text-align: left;
  max-width: 800px;
}
.collection-hero__content .section-header__shadow::before {
  content: none;
}
.collection-hero__content .section-header__title {
  font-size: 80px;
}
@media screen and (max-width: 1024px) {
  .collection-hero__content .section-header__title {
    font-size: 36px;
  }
}
.collection-hero__content .section-header__description {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
}
@media screen and (max-width: 1024px) {
  .collection-hero__content .section-header__description {
    font-size: 16px;
    line-height: 16px;
  }
}

.grid__item .grid-product__content {
  border: 1px solid #00B3FF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 20px #00000029;
}
.grid__item .grid-product__content .grid-product__image-mask {
  border-bottom: 1px solid #00B3FF;
}
.grid__item .grid-product__content .grid-product__meta {
  padding: 30px 25px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .grid__item .grid-product__content .grid-product__meta {
    padding: 15px;
  }
}
.grid__item .grid-product__content .grid-product__meta .grid-product__title {
  font-family: "Londrina Solid";
  text-align: left;
  color: #00B3FF;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .grid__item .grid-product__content .grid-product__meta .grid-product__title {
    font-size: 20px;
  }
}
.grid__item .grid-product__content .grid-product__meta .grid-product__wrap-price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 25px;
}
.grid__item .grid-product__content .grid-product__meta .grid-product__wrap-price .grid-product__price {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 2.1px;
  margin-top: 0;
  color: #888;
}
.grid__item .grid-product__content .grid-product__add-to-cart, .grid__item .grid-product__content .grid-product__to-add-to-cart {
  background-color: #00B3FF;
  text-align: center;
  padding: 15px 40px;
  font-weight: bold;
  cursor: pointer;
}
.grid__item .grid-product__content .grid-product__add-to-cart span, .grid__item .grid-product__content .grid-product__to-add-to-cart span {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .grid__item .grid-product__content .grid-product__add-to-cart, .grid__item .grid-product__content .grid-product__to-add-to-cart {
    padding: 15px;
  }
}

.collection-filters-certificados {
  margin-bottom: 105px;
}
@media screen and (max-width: 768px) {
  .collection-filters-certificados {
    margin-bottom: 30px;
  }
}
.collection-filters-certificados__title {
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .collection-filters-certificados__title {
    margin-bottom: 30px;
  }
}
.collection-filters-certificados__title h3 {
  font-family: "Londrina Solid";
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 2.4px;
  line-height: 56px;
  color: #00B3FF;
}
@media screen and (max-width: 768px) {
  .collection-filters-certificados__title h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
.collection-filters-certificados__items {
  text-align: center;
}
.collection-filters-certificados__items a {
  display: inline-block;
  padding: 20px 16px;
  color: #00D880;
  border: 1px solid #00D880;
  border-radius: 30px;
  margin: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .collection-filters-certificados__items a {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.collection-filters-certificados__items a:hover {
  color: #fff;
  background-color: #00D880;
}

/*===========================*/
/*   PRODUCT CERTIFICADOS    */
/*===========================*/
.breadcrumbs-section {
  padding: 35px 0;
}

.breadcrumbs-certificado * {
  color: #117BE5;
  /*font-family: 'Roboto';*/
}

.product-single__form .dedicatoria-section .btn-dedicatoria {
  padding: 15px 25px;
  border: 1px solid #00B3FF;
  font-family: "Londrina Solid";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  color: #00B3FF;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .product-single__form .dedicatoria-section .btn-dedicatoria {
    font-size: 20px;
  }
}
.product-single__form .dedicatoria-section .btn-dedicatoria svg {
  vertical-align: middle;
  margin-left: 10px;
}
.product-single__form .dedicatoria-section__form {
  padding: 20px 25px;
  border: 1px solid #00B3FF;
  margin-bottom: 35px;
}
.product-single__form .dedicatoria-section__form input, .product-single__form .dedicatoria-section__form textarea {
  width: 100%;
  margin-bottom: 15px;
  font-family: "Londrina Solid";
}
.product-single__form .dedicatoria-section__form .description {
  font-size: 14px;
  color: #555;
  letter-spacing: 0;
}
.product-single__form .select-monto {
  margin-bottom: 65px;
}
.product-single__form .select-monto__title {
  border-bottom: 0.5px solid #00B3FF;
}
.product-single__form .select-monto__title h4 {
  display: inline-block;
  font-family: "Londrina Solid";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1.2px;
  line-height: 29px;
  color: #555;
  text-transform: initial;
  border-bottom: 3px solid #00B3FF;
  padding-bottom: 10px;
  margin-bottom: -2px;
}
@media screen and (max-width: 768px) {
  .product-single__form .select-monto__title h4 {
    font-size: 20px;
  }
}
.product-single__form .select-monto__items .item {
  padding: 5px 0;
  text-align: left;
  display: block;
  /*
  &:not(&:last-child) {                
  border-bottom: 0.5px solid #A7A7A7;
  }
  */
}
.product-single__form .select-monto__items .item label {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0;
  color: #555;
  margin-right: 25px;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .product-single__form .select-monto__items .item label {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .product-single__form .select-monto__items .item label {
    font-size: 14px;
  }
}
.product-single__form .select-monto__items .item label span {
  font-weight: normal;
}
.product-single__form .select-monto__items .item label input {
  max-width: 175px;
}

.product-recommendations .grid__item {
  padding: 0 10px;
}
@media screen and (min-width: 1200px) {
  .product-recommendations .grid__item {
    padding: 0 10px;
  }
}
.product-recommendations .slick-prev {
  left: 0;
}
.product-recommendations .slick-next {
  right: 0;
}

.product-single__meta {
  /* Only for shloshim */
}
.product-single__meta .product-single__title {
  font-family: "Londrina Solid";
  font-size: 30px;
  font-weight: bold;
  color: #00B3FF;
  letter-spacing: 1.5px;
  line-height: 35px;
}
@media screen and (max-width: 768px) {
  .product-single__meta .product-single__title {
    font-size: 22px;
  }
}
.product-single__meta .product__price {
  font-size: 30PX;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  color: #00B3FF;
  display: inline-block;
  margin-bottom: 35px;
}
.product-single__meta .product-single__description {
  font-size: 20px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .product-single__meta .product-single__description {
    text-align: center;
    font-size: 14px;
  }
}
.product-single__meta .btn-custom-v1 {
  background-color: #00D880;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  padding: 20px 65px;
}
@media screen and (max-width: 768px) {
  .product-single__meta .btn-custom-v1 {
    padding: 10px 20px;
    font-size: 20px;
  }
}

/*========================*/
/*    SHLOSHIM PRODUCT    */
/*========================*/
.two-boxes-description__cont {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .two-boxes-description__cont {
    font-size: 14px;
  }
}
.two-boxes-description__cont .box-1 {
  padding: 110px 20px 100px 285px;
  background-color: #00D880;
}
.two-boxes-description__cont .box-1__sect {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .two-boxes-description__cont .box-1__sect {
    margin-bottom: 35px;
  }
}
.two-boxes-description__cont .box-1 .title-underline-custom {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .two-boxes-description__cont .box-1 .title-underline-custom {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
.two-boxes-description__cont .box-1 .title-underline-custom::after {
  left: 0;
  bottom: -45px;
}
@media screen and (max-width: 768px) {
  .two-boxes-description__cont .box-1 .title-underline-custom::after {
    bottom: -20px;
  }
}
.two-boxes-description__cont .box-1 .subtitle-underline-full {
  margin-bottom: 40px;
}
.two-boxes-description__cont .box-1 .subtitle-underline-full__h {
  padding-bottom: 20px;
  font-size: 24px;
  letter-spacing: 1.2px;
  line-height: 29px;
}
@media screen and (max-width: 768px) {
  .two-boxes-description__cont .box-1 .subtitle-underline-full__h {
    font-size: 20px;
  }
}
.two-boxes-description__cont .box-2 {
  padding: 110px 285px 100px 70px;
  background-color: #00B3FF;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .two-boxes-description__cont .box-2 {
    font-size: 14px;
  }
}
.two-boxes-description__cont .box-2 .title-regular-custom {
  font-size: 30px;
  letter-spacing: 0;
  margin-bottom: 40px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .two-boxes-description__cont .box-2 .title-regular-custom {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}
.two-boxes-description__cont .box-2 ul li {
  margin-bottom: 45px;
}
.two-boxes-description__cont .box-2 ul li span {
  margin-bottom: 25px;
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .two-boxes-description__cont .box-1, .two-boxes-description__cont .box-2 {
    padding: 75px 20px 70px 50px;
  }
}
@media screen and (max-width: 768px) {
  .two-boxes-description__cont .box-1, .two-boxes-description__cont .box-2 {
    padding: 50px 25px;
  }
}
.two-boxes-description__cont ul {
  list-style-type: square;
}

/*========================*/
/*     DONACIONES PAGE    */
/*========================*/
.section-select-monto {
  background-color: #ffa44a;
}
.section-select-monto .wrap-boxes {
  display: flex;
  flex-wrap: wrap;
}
.section-select-monto .wrap-text {
  padding: 50px 0 35px;
  color: #fff;
  font-size: 20px;
  max-width: 495px;
}
@media screen and (max-width: 768px) {
  .section-select-monto .wrap-text {
    font-size: 14px;
  }
}
.section-select-monto .wrap-text .title-bold-custom {
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 44px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .section-select-monto .wrap-text .title-bold-custom {
    font-size: 24px;
    line-height: 24px;
  }
}
.section-select-monto .select-collapsed {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .section-select-monto .select-collapsed {
    position: static;
  }
}
.section-select-monto .select-monto {
  position: relative;
  background-color: #fff;
  box-shadow: 0 10px 30px #0000001A;
}
@media screen and (min-width: 1200px) {
  .section-select-monto .select-monto {
    min-width: 480px;
  }
}
.section-select-monto .select-monto .wrap-buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: -60px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-select-monto .select-monto .wrap-buttons {
    position: static;
  }
}
.section-select-monto .select-monto .wrap-buttons .btn-custom-v1 {
  width: 48%;
  height: 60px;
  background-color: #ffa44a;
  color: #fff;
  padding: 0;
}
.section-select-monto .select-monto .wrap-buttons .btn-custom-v1.active {
  background-color: #fff;
  color: #ffa44a;
}
.section-select-monto .select-monto__cont-title {
  padding: 30px 45px 0;
  font-family: "Londrina Solid";
  letter-spacing: 1.2px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .section-select-monto .select-monto__cont-title {
    padding: 25px 25px 0;
    text-align: center;
  }
}
.section-select-monto .select-monto__cont-title h4 {
  font-size: 24px;
  letter-spacing: 1.2px;
  border-bottom: 1px solid #00B3FF;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section-select-monto .select-monto__cont-title h4 {
    font-size: 20px;
  }
}
.section-select-monto .select-monto__cont-items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px;
  border-bottom: 1px solid #A7A7A7;
}
@media screen and (max-width: 1440px) {
  .section-select-monto .select-monto__cont-items .item {
    padding: 35px;
  }
}
.section-select-monto .select-monto__cont-items .item .btn-custom-v1 {
  font-size: 24px;
  padding: 8px 20px;
  background-color: #ffa44a;
}
@media screen and (max-width: 768px) {
  .section-select-monto .select-monto__cont-items .item .btn-custom-v1 {
    font-size: 20px;
  }
}
.section-select-monto .select-monto__cont-items .item:first-child {
  padding-top: 20px;
}
.section-select-monto .select-monto__cont-items .item:last-child {
  border-bottom: none;
}

.donaciones-section-text {
  padding: 65px 0 100px;
  font-size: 20px;
  color: #555;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .donaciones-section-text {
    padding: 65px 0;
    font-size: 14px;
  }
}
.donaciones-section-text .subtitle-underline-full {
  color: #00B3FF;
  margin-bottom: 35px;
}
.donaciones-section-text .subtitle-underline-full__h {
  font-size: 24px;
  letter-spacing: 1.2px;
}
.donaciones-section-text .title-bold-custom {
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 44px;
  color: #34495E;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .donaciones-section-text .title-bold-custom {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 25px;
  }
}

.donaciones-section-img {
  margin-bottom: -10px;
}

/*========================*/
/*    NUESTRA HISTORIA    */
/*========================*/
.container__section--banner .container-flex {
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  .container__section--banner .container-flex {
    padding: 0;
  }
}
.container__section--banner .container-flex .elements {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .container__section--banner .container-flex .elements:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.container__section--banner .container-flex .elements .left, .container__section--banner .container-flex .elements .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .container__section--banner .container-flex .elements .left, .container__section--banner .container-flex .elements .right {
    width: 100%;
  }
}
.container__section--banner .container-flex .elements .left img, .container__section--banner .container-flex .elements .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container__section--banner .container-flex .elements .left .wrap-text, .container__section--banner .container-flex .elements .right .wrap-text {
  padding: 100px;
  font-size: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .container__section--banner .container-flex .elements .left .wrap-text, .container__section--banner .container-flex .elements .right .wrap-text {
    padding: 24px 15px;
    font-size: 14px;
  }
}
.container__section--banner .container-flex .elements .left .wrap-text h1, .container__section--banner .container-flex .elements .right .wrap-text h1 {
  font-family: "Londrina Solid";
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 40px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .container__section--banner .container-flex .elements .left .wrap-text h1, .container__section--banner .container-flex .elements .right .wrap-text h1 {
    font-size: 16px;
    margin-bottom: 46px;
  }
}
.container__section--banner .container-flex .elements .left .wrap-text a, .container__section--banner .container-flex .elements .right .wrap-text a {
  font-family: "Londrina Solid";
  font-weight: bold;
  font-size: 16px;
}

.page-title-custom .subtitle-underline-full {
  font-size: 24px;
  letter-spacing: 1.2px;
  color: #00B3FF;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .page-title-custom .subtitle-underline-full {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.page-title-custom .wrap-text {
  margin: 15px 0 80px;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0;
  color: #555;
}
@media screen and (max-width: 768px) {
  .page-title-custom .wrap-text {
    font-size: 14px;
  }
}

#shopify-section-page-nuestra-historia-template .page-blocks {
  margin: 65px 0;
}

#shopify-section-page-servicebox-nuestra-historia .servicebox .input-group .info .title {
  font-size: 24px;
  letter-spacing: 2.4px;
  max-width: unset;
}
@media screen and (max-width: 768px) {
  #shopify-section-page-servicebox-nuestra-historia .servicebox .input-group .info .title {
    font-size: 20px;
  }
}
#shopify-section-page-servicebox-nuestra-historia .servicebox .input-group .info .content {
  font-size: 18px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 768px) {
  #shopify-section-page-servicebox-nuestra-historia .servicebox .input-group .info .content {
    font-size: 14px;
  }
}

#shopify-section-page-servicebox-nuestra-historia2 .servicebox {
  padding: 0;
}
#shopify-section-page-servicebox-nuestra-historia2 .servicebox .input-group .info .title {
  font-size: 24px;
  letter-spacing: 2.4px;
  max-width: unset;
}
#shopify-section-page-servicebox-nuestra-historia2 .servicebox .input-group .info .content {
  color: #888;
  font-size: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  max-width: unset;
}
@media screen and (max-width: 768px) {
  #shopify-section-page-servicebox-nuestra-historia2 .servicebox .input-group .info .content {
    font-size: 14px;
  }
}
#shopify-section-page-servicebox-nuestra-historia2 .servicebox .slick-arrow {
  color: #BCE3F8;
}
#shopify-section-page-servicebox-nuestra-historia2 .servicebox .slick-disabled {
  opacity: 0 !important;
}

#shopify-section-text-and-image-row-historia {
  color: #555;
  letter-spacing: 0;
}
#shopify-section-text-and-image-row-historia .feature-row {
  justify-content: flex-start;
}
#shopify-section-text-and-image-row-historia .feature-row .feature-row__text {
  padding-left: 30px;
}
#shopify-section-text-and-image-row-historia .feature-row .feature-row__text .h3 {
  font-size: 24px;
  letter-spacing: 1.2px;
  color: inherit;
}
#shopify-section-text-and-image-row-historia .feature-row .feature-row__text .h5 {
  font-size: 16px;
  letter-spacing: 1.6px;
  color: inherit;
}
#shopify-section-text-and-image-row-historia .feature-row .feature-row__text .featured-row__subtext {
  font-size: 16px;
}
#shopify-section-text-and-image-row-historia .slick-arrow {
  color: #BCE3F8;
}
#shopify-section-text-and-image-row-historia .slick-disabled {
  opacity: 0 !important;
}

#shopify-section-advanced-content-historia .image-wrap p {
  color: #fff;
  font-family: "Londrina Solid";
  font-size: 40px;
  font-weight: bold;
  left: 45px;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 0;
  z-index: 1;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #shopify-section-advanced-content-historia .image-wrap p {
    font-size: 24px;
  }
}
#shopify-section-advanced-content-historia .custom-content .custom__item:nth-child(2) {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  #shopify-section-advanced-content-historia .custom-content .custom__item:nth-child(2) {
    width: 100% !important;
  }
}
#shopify-section-advanced-content-historia .custom-content .custom__item:nth-child(2) .image-wrap {
  padding-bottom: 59.071942% !important;
  overflow: visible !important;
}
@media screen and (min-width: 987px) and (max-width: 1465px) {
  #shopify-section-advanced-content-historia .custom-content .custom__item:nth-child(2) .image-wrap {
    padding-bottom: 58.72% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 986px) {
  #shopify-section-advanced-content-historia .custom-content .custom__item:nth-child(2) .image-wrap {
    padding-bottom: 58.2% !important;
  }
}
#shopify-section-advanced-content-historia .custom-content .custom__item:nth-child(3) {
  width: 55% !important;
  background-color: #FFA44A;
  padding: 70px 75px;
  align-self: stretch;
  display: flex;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 1465px) {
  #shopify-section-advanced-content-historia .custom-content .custom__item:nth-child(3) {
    padding: 25px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #shopify-section-advanced-content-historia .custom-content .custom__item:nth-child(3) {
    width: 100% !important;
    padding: 25px;
    font-size: 14px;
  }
}
#shopify-section-advanced-content-historia .custom-content .custom__item:nth-child(3) p {
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  #shopify-section-advanced-content-historia .custom-content .custom__item:nth-child(3) p {
    margin-bottom: 25px;
  }
}
#shopify-section-advanced-content-historia .custom-content .custom__item:nth-child(3) .btn-custom-v1 {
  font-size: 20px;
  padding: 10px 25px;
  border: 1px solid #fff;
}
@media screen and (max-width: 1440px) {
  #shopify-section-advanced-content-historia .custom-content .custom__item:nth-child(3) .btn-custom-v1 {
    font-size: 16px;
  }
}
#shopify-section-advanced-content-historia .custom-content .custom__item:nth-child(3) .btn-custom-v1 svg {
  vertical-align: middle;
}
#shopify-section-advanced-content-historia .custom-content .custom__item:nth-child(4) {
  margin-top: 45px;
}
#shopify-section-advanced-content-historia .custom-content .custom__item:nth-child(4) .subtitle-underline-full {
  margin: 0;
}

.section-tables {
  overflow: hidden;
  overflow-x: auto;
}
.section-tables table {
  border-collapse: separate;
  border-spacing: 0px 25px;
  background: none;
}
.section-tables table tr td {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  line-height: 22px;
  padding: 28px 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-tables table tr td {
    font-size: 14px;
    padding: 16px 40px;
  }
}
.section-tables table tr td a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .section-tables table tr td a {
    font-size: 14px;
  }
}
.section-tables table tr td:not(:last-child) {
  border-right: none;
}
.section-tables table tr td:first-child {
  font-family: "Londrina Solid";
  font-size: 24px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .section-tables table tr td:first-child {
    font-size: 14px;
  }
}
.section-tables table .row-1 td {
  color: #00D880;
  border: 1px solid #00D880;
}
.section-tables table .row-1 td a {
  color: #00D880;
}
.section-tables table .row-1 td:first-child {
  color: #fff;
  background-color: #00D880;
}
.section-tables table .row-1 td:last-child {
  text-align: left;
}
.section-tables table .row-2 td {
  color: #FFA44A;
  border: 1px solid #FFA44A;
}
.section-tables table .row-2 td a {
  color: #FFA44A;
}
.section-tables table .row-2 td:first-child {
  padding: 28px 30px;
  color: #fff;
  background-color: #FFA44A;
}

.servicebox {
  padding: 70px 0 45px;
}
.servicebox .input-group {
  align-items: baseline;
}
.servicebox .input-group .number {
  margin-bottom: 30px;
}
.servicebox .input-group .number img {
  margin: auto;
  display: block;
}
.servicebox .input-group .info {
  text-align: center;
  font-size: 20px;
}
.servicebox .input-group .info .title {
  font-family: "Londrina Solid";
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  max-width: 185px;
  margin: auto;
  margin-bottom: 15px;
}
.servicebox .input-group .info .content {
  color: #fff;
  max-width: 400px;
  margin: auto;
}
.servicebox .slick-arrow {
  color: #fff;
}

/*========================*/
/*     COMO COLABORAR     */
/*========================*/
#shopify-section-page-servicebox-como-colaborar {
  margin: 0;
}
#shopify-section-page-servicebox-como-colaborar .info .title {
  max-width: unset;
}

#pageComoColaborar, .section-btn-contact {
  text-align: center;
}
#pageComoColaborar .btn-custom-v1, .section-btn-contact .btn-custom-v1 {
  background-color: #fff;
  color: #00B3FF;
  display: inline-block;
  font-size: 20px;
  padding: 40px 0;
}
#pageComoColaborar .btn-custom-v1 svg, .section-btn-contact .btn-custom-v1 svg {
  vertical-align: middle;
}

/*========================*/
/*  DONACIONES EMPRESAS   */
/*========================*/
#donacionesLeyText {
  background-color: #00D880;
  padding: 65px 0 70px;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #donacionesLeyText {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  #donacionesLeyText .medium-up--one-half {
    width: 60%;
  }
}
#donacionesLeyText .subtitle-underline-full {
  margin-bottom: 35px;
  font-size: 24px;
}
#donacionesLeyText .subtitle-underline-full__h {
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: -2px;
}

/*========================*/
/*        CAMPAÑAS        */
/*========================*/
#pageCampanasText {
  margin: 80px 0;
  color: #555555;
  font-size: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #pageCampanasText {
    margin: 40px 0;
  }
}
#pageCampanasText .subtitle-underline-full {
  color: #00B3FF;
  font-size: 24px;
  letter-spacing: 1.2px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #pageCampanasText .subtitle-underline-full {
    margin-bottom: 24px;
  }
}
#pageCampanasText .subtitle-underline-full__h {
  padding-bottom: 20px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  #pageCampanasText .subtitle-underline-full__h {
    padding-bottom: 0;
  }
}
#pageCampanasText .wrap-text {
  max-width: 915px;
}
@media screen and (max-width: 768px) {
  #pageCampanasText .wrap-text {
    font-size: 14px;
  }
}

.gallery-image-video {
  color: #555555;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .gallery-image-video {
    font-size: 16px;
  }
}
.gallery-image-video .title {
  text-align: center;
  position: relative;
}
.gallery-image-video .title .title-underline-custom {
  font-size: 54px;
  letter-spacing: 2.7px;
  margin-bottom: 56px;
  color: #FFA44A;
}
@media screen and (max-width: 768px) {
  .gallery-image-video .title .title-underline-custom {
    font-size: 36px;
  }
}
.gallery-image-video .title .title-underline-custom::after {
  left: 0;
  right: 0;
  bottom: -28px;
  border-color: #276FB7;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .gallery-image-video .servicebox {
    padding: 40px 0;
  }
}
.gallery-image-video .servicebox .slick-arrow {
  color: #00B3FF;
}

/*========================*/
/*         CONTACT        */
/*========================*/
.contact-custom {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .contact-custom {
    flex-wrap: wrap;
  }
}
.contact-custom .wrap-text {
  max-width: 250px;
  font-family: "Londrina Solid";
  font-size: 20px;
  letter-spacing: 2px;
  color: #888888;
}
@media screen and (max-width: 768px) {
  .contact-custom .wrap-text {
    margin: auto;
  }
}
.contact-custom .wrap-text a {
  color: inherit;
}
.contact-custom .wrap-text .title-underline-custom {
  font-size: 54px;
  letter-spacing: 2.7px;
  margin-bottom: 74px;
  color: #117BE5;
}
@media screen and (max-width: 768px) {
  .contact-custom .wrap-text .title-underline-custom {
    font-size: 36px;
  }
}
.contact-custom .wrap-text .title-underline-custom::after {
  bottom: -37px;
  left: 0;
}
.contact-custom .wrap-text .costom-html {
  margin-bottom: 20px;
}
.contact-custom .wrap-text .costom-html .wrap-items {
  display: flex;
  line-height: 24px;
  margin-bottom: 10px;
}
.contact-custom .wrap-text .costom-html .wrap-items .span__desc {
  display: inline-block;
  font-family: "Montserrat";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
}
.contact-custom .wrap-text .costom-html .social-icons {
  display: flex;
  justify-content: space-between;
  max-width: 165px;
}
@media screen and (max-width: 768px) {
  .contact-custom .wrap-text .costom-html .social-icons {
    margin: auto;
    margin-bottom: 30px;
  }
}
.contact-custom .wrap-text .costom-html .social-icons svg {
  width: 42px;
  height: 42px;
}
.contact-custom .form-vertical {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact-custom .form-vertical {
    text-align: center;
  }
}
.contact-custom .form-vertical input, .contact-custom .form-vertical textarea {
  background-color: #E9E9E9;
}
.contact-custom .form-vertical input::placeholder, .contact-custom .form-vertical textarea::placeholder {
  font-family: "Roboto";
  font-weight: 100;
  text-transform: uppercase;
}
.contact-custom .form-vertical .btn-custom-v1 {
  font-size: 24px;
  padding: 10px 25px;
  background-color: #00B3FF;
}

#shopify-section-page-contact2-template > div.index-section > div > div > div.one-whole.medium-up--two-fifths > div > div > div.wrap-items {
  margin-bottom: 30px;
}

/*========================*/
/*     PAGE APADRINA      */
/*========================*/
#shopify-section-page-apadrina-template .custom-content .rte .title-bold-custom {
  font-size: 40px;
  width: unset !important;
  max-width: 530px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #shopify-section-page-apadrina-template .custom-content .rte .title-bold-custom {
    font-size: 24px;
  }
}
#shopify-section-page-apadrina-template .custom-content .rte .wrap-balances {
  display: flex;
  max-width: 510px;
  margin: auto;
}
#shopify-section-page-apadrina-template .custom-content .rte .wrap-balances .wrap-item {
  color: #fff;
  display: flex;
  justify-content: center;
}
#shopify-section-page-apadrina-template .custom-content .rte .wrap-balances .wrap-item .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#shopify-section-page-apadrina-template .custom-content .rte .wrap-balances .wrap-item .item .title-bold-custom {
  font-size: 60px;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #shopify-section-page-apadrina-template .custom-content .rte .wrap-balances .wrap-item .item .title-bold-custom {
    font-size: 30px;
  }
}
#shopify-section-page-apadrina-template .custom-content .rte .wrap-balances .wrap-item .item span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.6px;
  max-width: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #shopify-section-page-apadrina-template .custom-content .rte .wrap-balances .wrap-item .item span {
    font-size: 14px;
  }
}
#shopify-section-page-apadrina-template .custom-content .custom__item--left {
  background-color: #00D880;
}
#shopify-section-page-apadrina-template .custom-content .custom__item--left .rte {
  padding: 50px 55px;
  /*
  @media screen and (max-width: 1150px) {
      padding: 50px 0 55px 185px;
  }
  */
}
@media screen and (max-width: 768px) {
  #shopify-section-page-apadrina-template .custom-content .custom__item--left .rte {
    padding: 25px;
  }
}
#shopify-section-page-apadrina-template .custom-content .custom__item--right {
  background-color: #00B3FF;
}
#shopify-section-page-apadrina-template .custom-content .custom__item--right .rte {
  padding: 50px 55px;
}
@media screen and (max-width: 768px) {
  #shopify-section-page-apadrina-template .custom-content .custom__item--right .rte {
    padding: 25px;
  }
}

@media screen and (max-width: 768px) {
  #shopify-section-declaraciones-apadrina .page-width {
    padding: 0;
  }
}

.banner-declaraciones-apadrina {
  margin-bottom: 85px;
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont {
  display: flex;
  flex-wrap: wrap;
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url {
  height: 100%;
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .slick-next {
  right: 25%;
}
@media screen and (max-width: 1024px) {
  .banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .slick-next {
    right: 15%;
  }
}
@media screen and (max-width: 768px) {
  .banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .slick-next {
    right: 17%;
  }
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .slick-prev {
  left: 25%;
}
@media screen and (max-width: 1024px) {
  .banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .slick-prev {
    left: 15%;
  }
}
@media screen and (max-width: 768px) {
  .banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .slick-prev {
    left: 17%;
  }
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .slick-arrow {
  top: 35%;
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .slick-dots {
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .slick-dots {
    bottom: 15px;
  }
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .slick-dots li button::before {
  width: 11px;
  height: 11px;
  background-color: #fff;
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .slick-list {
  height: 100%;
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .slick-list .slick-track {
  height: 100%;
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .wrap-images {
  height: 100%;
  position: relative;
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .wrap-images .title {
  position: absolute;
  top: 45px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-family: "Londrina Solid";
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .wrap-images .title h3 {
  font-family: "Londrina Solid";
  font-size: 30px;
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .wrap-images .link {
  position: absolute;
  bottom: 95px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .wrap-images .link {
    bottom: 50px;
  }
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .wrap-images .link .btn-custom-v1 {
  background-color: #fff;
  color: #FFA44A;
}
@media screen and (max-width: 768px) {
  .banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .wrap-images .link .btn-custom-v1 {
    font-size: 25px;
  }
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .wrap-images .link .btn-custom-v1 svg path {
  fill: #FFA44A;
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-img-url .wrap-images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-items {
  padding: 35px;
}
@media screen and (max-width: 768px) {
  .banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-items {
    padding: 25px;
  }
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-items .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-items .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-items .item {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-items .item .cont_square {
  margin-right: 30px;
}
.banner-declaraciones-apadrina .banner-declaraciones-apadrina__cont .wrap-items .item .cont_square .square {
  width: 10px;
  height: 10px;
  background: #fff;
  display: inline-block;
}

#shopify-section-gallery-image-apadrina {
  margin-bottom: 20px;
}
#shopify-section-gallery-image-apadrina .title-underline-custom {
  color: #117BE5;
}
#shopify-section-gallery-image-apadrina .itemtservice {
  padding: 10px;
}

#shopify-section-page-contact-apadrina {
  background-color: #FFA44A;
  padding: 55px 0 1px;
}
#shopify-section-page-contact-apadrina .contact-custom .wrap-text {
  max-width: 350px;
}
#shopify-section-page-contact-apadrina .contact-custom .title-underline-custom {
  color: #fff;
}
#shopify-section-page-contact-apadrina .contact-custom .costom-html {
  color: #fff;
}

.banner-apadrina {
  padding: 80px 150px 100px 280px;
  background-color: #FFA44A;
}
@media screen and (max-width: 1440px) {
  .banner-apadrina {
    padding: 80px 20px;
  }
}
.banner-apadrina__cont {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.banner-apadrina__cont--sect1 img {
  margin: auto;
  display: block;
  box-shadow: 0px 10px 20px #00000029;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .banner-apadrina__cont--sect1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner-apadrina__cont--sect2 {
    margin-bottom: 50px;
  }
}
.banner-apadrina__cont--sect2 .wrap-text {
  color: #fff;
}
.banner-apadrina__cont--sect2 .wrap-text h3 {
  position: relative;
  font-family: "Londrina Solid";
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 3px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .banner-apadrina__cont--sect2 .wrap-text h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
.banner-apadrina__cont--sect2 .wrap-text .wrap-thanks h4 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 60px;
  text-transform: initial;
  position: relative;
}
.banner-apadrina__cont--sect2 .wrap-text .wrap-thanks h4::after {
  content: "";
  width: 105px;
  position: absolute;
  border: 1px solid;
  left: 0;
  bottom: -30px;
}
.banner-apadrina__cont--sect2 .wrap-text .wrap-thanks p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .banner-apadrina__cont--sect2 .wrap-text .wrap-thanks p {
    font-size: 14px;
  }
}
.banner-apadrina__cont--sect2 .wrap-text .wrap-thanks .slick-dots {
  text-align: left;
}
.banner-apadrina__cont--sect2 .wrap-text .wrap-thanks .slick-dots li button::before {
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/*========================*/
/*      PAGE ALIANZAS     */
/*========================*/
#shopify-section-page-alianzas-template .subtitle-underline-full__h {
  margin-bottom: -2px !important;
}
#shopify-section-page-alianzas-template .section-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#shopify-section-page-alianzas-template .section-boxes .wrap-box {
  width: 48%;
  border: 1px solid #00B3FF;
  border-radius: 30px;
  padding: 20px 45px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #shopify-section-page-alianzas-template .section-boxes .wrap-box {
    width: 100%;
    padding: 20px 20px 50px;
    margin-bottom: 25px;
  }
}
#shopify-section-page-alianzas-template .section-boxes .wrap-box .wrap-img {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
#shopify-section-page-alianzas-template .section-boxes .wrap-box .wrap-img::after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 105px;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #00B3FF;
}
#shopify-section-page-alianzas-template .section-boxes .wrap-box .wrap-txt {
  margin-bottom: 25px;
}
#shopify-section-page-alianzas-template .section-boxes .wrap-box .btn-custom-v1 {
  padding: 10px 25px;
  font-size: 20px;
  color: #fff;
  background-color: #00B3FF;
  text-transform: uppercase;
}

/*========================*/
/*      HAZTE AMIGOS      */
/*========================*/
#shopify-section-page-hazte-amigo-template {
  /*
  .table-custom {
      background: white;
      color: white;
      max-width: 280px;
      margin-left: 26px;
      font-size: 14px;
      @media only screen and (max-width:1435px){
          margin-left: 0px;
      }        
      @media only screen and (max-width:500px){
          margin: 20px auto;
      }
      td{
          background: transparent;
          padding: 8px 12px;
      }
      td:nth-child(even){
         font-weight: bold;
      }
      tr {
          font-size: 18px;
          @media only screen and (max-width: $tablet){
              font-size: 16px;
          }
      }
      tr:nth-child(odd){
          background: $greenV2;
      }
      tr:nth-child(even){
          background: $green;
      }
  }
  */
}
#shopify-section-page-hazte-amigo-template .wrap-boxes .box-1 {
  padding: 80px 0 85px;
}
#shopify-section-page-hazte-amigo-template .wrap-buttons .btn-custom-v1 {
  width: 100%;
  background-color: #117BE5;
}
#shopify-section-page-hazte-amigo-template .section-select-monto {
  background-color: #117BE5;
}
#shopify-section-page-hazte-amigo-template .donaciones-section-text {
  background-color: #00D880;
  color: #fff;
}
#shopify-section-page-hazte-amigo-template .donaciones-section-text .cont {
  max-width: 665px;
  display: flex;
  flex-wrap: wrap;
}
#shopify-section-page-hazte-amigo-template .donaciones-section-text .cont .title-bold-custom {
  color: #fff;
  margin-bottom: 25px;
}

/*========================*/
/*    LANDING HISTORIA    */
/*========================*/
#shopify-section-page-historia-landing-template .cont {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
#shopify-section-page-historia-landing-template .cont .box-1 {
  background-color: #117BE5;
  padding: 110px 125px 165px 285px;
}
#shopify-section-page-historia-landing-template .cont .box-1 .subtitle-underline-full {
  font-size: 24px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #shopify-section-page-historia-landing-template .cont .box-1 .subtitle-underline-full {
    margin-bottom: 25px;
  }
}
#shopify-section-page-historia-landing-template .cont .box-2 {
  background-color: #00D880;
  padding: 110px 285px 85px 125px;
}
#shopify-section-page-historia-landing-template .cont .box-2 .title-bold-custom {
  font-size: 40px;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #shopify-section-page-historia-landing-template .cont .box-2 .title-bold-custom {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
#shopify-section-page-historia-landing-template .cont .box-2 .table-wrapper {
  margin-bottom: 40px;
}
#shopify-section-page-historia-landing-template .cont .box-2 .table-wrapper .table-custom {
  margin-left: 0;
}
@media screen and (max-width: 1440px) {
  #shopify-section-page-historia-landing-template .cont .box-1, #shopify-section-page-historia-landing-template .cont .box-2 {
    padding: 25px;
  }
}
#shopify-section-page-historia-landing-template .text-spacing {
  margin-bottom: 0 !important;
}

#shopify-section-page-contact-historia-landing {
  background-color: #FFA44A;
}
#shopify-section-page-contact-historia-landing .index-section {
  padding: 55px 0 75px;
  margin: 0 !important;
}
#shopify-section-page-contact-historia-landing .index-section .contact-custom .wrap-text, #shopify-section-page-contact-historia-landing .index-section .contact-custom .title-underline-custom {
  color: #fff;
}
#shopify-section-page-contact-historia-landing .index-section .contact-custom .wrap-text {
  max-width: 400px;
}

footer.custom-footer {
  border-top: unset;
}

footer.site-footer {
  padding-bottom: 30px;
}

.custom-footer {
  background: #117BE5;
  margin-top: 0;
}
@media only screen and (max-width: 425px) {
  .custom-footer .grid {
    margin: 0px;
  }
}
.custom-footer div.grid__item {
  padding: 20px;
}
.custom-footer div.grid__item .footer__logo a {
  text-align: center;
}
.custom-footer div.grid__item:nth-child(2) {
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding-left: 8%;
}
@media only screen and (max-width: 1280px) {
  .custom-footer div.grid__item:nth-child(2) {
    padding-left: 7%;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-footer div.grid__item:nth-child(2) {
    padding-left: 4%;
  }
}
@media only screen and (max-width: 425px) {
  .custom-footer div.grid__item:nth-child(2) {
    border: unset;
    padding: unset;
  }
}
.custom-footer div.grid__item:nth-child(3) {
  padding-top: 0px;
}
.custom-footer div.grid__item:nth-child(3) .footer__item-padding {
  padding-right: 0px;
  padding-left: 40px;
}
@media only screen and (max-width: 1280px) {
  .custom-footer div.grid__item:nth-child(3) .footer__item-padding {
    padding-left: 0px;
  }
  .custom-footer div.grid__item:nth-child(3) .footer__item-padding img {
    min-width: 30px;
  }
}
.custom-footer .site-footer__linklist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 60px;
  grid-template-areas: ". . ." ". . ." ". . .";
}
@media only screen and (max-width: 1280px) {
  .custom-footer .site-footer__linklist {
    gap: 0px 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-footer .site-footer__linklist {
    gap: 0px 5px;
  }
}
@media only screen and (max-width: 425px) {
  .custom-footer .site-footer__linklist {
    display: block;
  }
}
.custom-footer a {
  color: white;
  font-family: "Londrina Solid";
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1024px) {
  .custom-footer a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 425px) {
  .custom-footer a {
    font-size: 1.5em;
  }
}
.custom-footer .social-icons ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin-left: 0px;
}
.custom-footer .social-icons ul li {
  margin-right: 40px;
}
@media only screen and (max-width: 425px) {
  .custom-footer .social-icons ul li {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 425px) {
  .custom-footer .social-icons ul li {
    justify-content: space-around;
  }
}
.custom-footer button {
  color: white;
  font-family: "Londrina Solid";
  font-size: 1.5em;
  font-weight: bold;
}

.footer__small-text {
  color: white;
  background: #555555;
}
.footer__small-text a {
  color: white;
}

#Footer-f52803a9-05ba-4d77-8e5e-cd57895bc383 .collapsible-content__inner p a {
  border-bottom: none;
}
#Footer-f52803a9-05ba-4d77-8e5e-cd57895bc383 .collapsible-content__inner p a::after {
  content: none;
}
#Footer-f52803a9-05ba-4d77-8e5e-cd57895bc383 .collapsible-content__inner p a svg {
  margin-right: 8px;
}

/* GLOBAL */
.flex-start {
  align-items: flex-start;
}

@media screen and (min-width: 1050px) {
  .widescreen--inline-flex {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 768px) {
  .small--flex {
    display: flex !important;
  }
}

@media screen and (min-width: 1050px) {
  .widescreen--flex {
    display: flex !important;
  }
}

.hero__text-wrap .hero__subtitle .animation-contents {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .hero__text-wrap .hero__subtitle .animation-contents {
    font-size: 14px;
  }
}

.title-regular-custom {
  font-family: "Londrina Solid" !important;
  font-weight: normal !important;
}

.title-bold-custom {
  font-family: "Londrina Solid" !important;
  font-weight: bold !important;
}

.title-underline-custom {
  font-family: "Londrina Solid" !important;
  font-weight: bold !important;
  position: relative;
}
.title-underline-custom::after {
  content: "";
  width: 105px;
  position: absolute;
  border-bottom: 1px solid;
  bottom: 0;
}

.subtitle-underline-full {
  font-family: "Londrina Solid";
  font-weight: bold;
  border-bottom: 0.5px solid;
}
.subtitle-underline-full__h {
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  border-bottom: 3px solid;
  padding-bottom: 10px;
  margin-bottom: -2px;
}

.btn-custom-v1 {
  background: #FFA44A;
  color: #fff;
  padding: 25px;
  font-family: "Londrina Solid";
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .btn-custom-v1 {
    padding: 10px;
    font-size: 18px;
    line-height: 18px;
  }
}
.btn-custom-v1 svg {
  vertical-align: text-top;
  margin-left: 10px;
}
@media screen and (max-width: 425px) {
  .btn-custom-v1 svg {
    display: none;
  }
}


.btn-custom-v2 {
  background: #61d487;
  color: #fff;
  padding: 25px;
  font-family: "Londrina Solid";
  font-size: 60px;
  line-height: 36px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .btn-custom-v2 {
    padding: 10px;
    font-size: 30px;
    line-height: 18px;
  }
}
.btn-custom-v2 svg {
  vertical-align: text-top;
  margin-left: 10px;
}
@media screen and (max-width: 425px) {
  .btn-custom-v2 svg {
    display: none;
    
  }
}

/*
#shopify-section-header > div:nth-child(4) > div > div > div > header > div.header-desktop-nav > div > ul {
    @media screen and (max-width: 1025px) {
        //display: none !important;
    }
}

.wishlistCardButton {
    background-color: #00B3FF;
    text-align: center;
    padding: 15px 40px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
*/
.breadcrumb {
  text-transform: uppercase;
  margin: 0 !important;
  font-size: 14px;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
.breadcrumb a:first-child {
  font-weight: bold;
}
.breadcrumb .breadcrumb__divider {
  margin: 0 0.5em;
}

.slick-arrow {
  color: #00B3FF;
  z-index: 10;
}
.slick-arrow .icon {
  width: 20px;
  height: 20px;
}

.slick-disabled {
  opacity: 0.5 !important;
}

.color__lightblue {
  color: #00B3FF;
}

.table-custom {
  background: white;
  color: white;
  max-width: 280px;
  margin-left: 26px;
  font-size: 14px;
}
@media only screen and (max-width: 1435px) {
  .table-custom {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 500px) {
  .table-custom {
    margin: 20px auto;
  }
}
.table-custom td {
  background: transparent;
  padding: 8px 12px;
}
.table-custom td:nth-child(even) {
  font-weight: bold;
}
.table-custom tr {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .table-custom tr {
    font-size: 16px;
  }
}
.table-custom tr:nth-child(odd) {
  background: #33e099;
}
.table-custom tr:nth-child(even) {
  background: #00D880;
}

/*# sourceMappingURL=main-ig.min.css.map */
a.site-nav__dropdown-link.site-nav__dropdown-link--second-level {
    color: #193a6a;
}