@import url(../css/bootstrap.min.css);
@import url(../css/slick.css);
@import url(../css/slick-theme.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/all.min.css);
/*Colors*/
/*Mixins*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,500,700,900|Roboto+Slab:300,400,700&display=swap");
@-webkit-keyframes fromtop {
  0% {
    top: -400px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-moz-keyframes fromtop {
  0% {
    top: -400px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-o-keyframes fromtop {
  0% {
    top: -400px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@keyframes fromtop {
  0% {
    top: -400px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-webkit-keyframes lefttop {
  0% {
    left: -400px;
    opacity: 0; }
  100% {
    left: 0px;
    opacity: 1; } }
@-moz-keyframes lefttop {
  0% {
    left: -400px;
    opacity: 0; }
  100% {
    left: 0px;
    opacity: 1; } }
@-o-keyframes lefttop {
  0% {
    left: -400px;
    opacity: 0; }
  100% {
    left: 0px;
    opacity: 1; } }
@keyframes lefttop {
  0% {
    left: -400px;
    opacity: 0; }
  100% {
    left: 0px;
    opacity: 1; } }
@-webkit-keyframes righttop {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@-moz-keyframes righttop {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@-o-keyframes righttop {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@keyframes righttop {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@-webkit-keyframes totop {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-moz-keyframes totop {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-o-keyframes totop {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@keyframes totop {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-webkit-keyframes scale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes scale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes scale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes scale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
html, body {
  overflow-x: hidden; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 0.3px;
  font-weight: 300; }

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1920px; }

.btn {
  box-shadow: none !important;
  border-radius: 35px; }

main {
  padding-top: 96px; }
  @media (max-width: 767px) {
    main {
      padding-top: 82.83px; } }
  main .main-padding {
    padding: 70px 0; }
    @media (max-width: 767px) {
      main .main-padding {
        padding: 70px 0; } }

h1.title {
  margin-bottom: 25px;
  text-transform: uppercase; }
  @media (min-width: 991px) and (max-width: 1199px) {
    h1.title {
      font-size: 2.1rem; } }
  @media (max-width: 991px) {
    h1.title {
      font-size: 1.8rem; } }
  @media (max-width: 767px) {
    h1.title {
      font-size: 1.4rem; } }

p {
  line-height: 21px; }

h1 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  letter-spacing: 0px; }

h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  color: #2f2c2c;
  letter-spacing: 0px; }

/*h1,.h1 {
  font-size:3.3rem;
  @include breakpoint(max-tablet-horizontal) {
    font-size:2.8rem;
  }
  @include breakpoint(max-tablet-vertical) {
    font-size:2.5rem;
  }
  @include breakpoint(mobile) {
    font-size:2.0rem;
  }
}

h2,.h2 {
  font-size:3.3rem;
  @include breakpoint(max-tablet-horizontal) {
    font-size:2.8rem;
  }
  @include breakpoint(max-tablet-vertical) {
    font-size:2.5rem;
  }
  @include breakpoint(mobile) {
    font-size:2.0rem;
  }
}

h3,.h3 {
  font-size:2.9rem;
  @include breakpoint(max-tablet-vertical) {
    font-size:2.4rem;
  }
  @include breakpoint(mobile) {
    font-size:1.8rem;
  }
}

h4,.h4 {
  font-size:2.4rem;
  @include breakpoint(max-tablet-vertical) {
    font-size:1.8rem;
  }
  @include breakpoint(mobile) {
    font-size:1.6rem;
  }

}

h5,.h5 {
  font-size:1.6rem;
  @include breakpoint(mobile) {
    font-size:1.3rem;
  }
}

h6,.h6 {
  font-size:1rem;
}*/
a {
  outline: none !important;
  box-shadow: 0px !important;
  color: #005376;
  text-decoration: none !important;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  a:hover {
    color: #d1651b;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }

.row {
  margin-right: -10px;
  margin-left: -10px; }
  @media (max-width: 767px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.container {
  padding-left: 10px;
  padding-right: 10px; }
  @media (max-width: 767px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px; }
  @media (max-width: 767px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
      padding-left: 15px;
      padding-right: 15px; } }

.btn, .btns-menu-footer a, .btn-menu a, .gform_wrapper .gform_footer input.button {
  text-transform: uppercase;
  padding: 11px 30px;
  border-radius: 35px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  border: 1px solid transparent;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  .btn:hover, .btns-menu-footer a:hover, .btn-menu a:hover, .gform_wrapper .gform_footer input.button:hover {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .btn.btn-primary, .btns-menu-footer a.btn-primary, .btn-menu a.btn-primary, .gform_wrapper .gform_footer input.button.btn-primary {
    background-color: #005376;
    color: #fff; }
    .btn.btn-primary:hover, .btns-menu-footer a.btn-primary:hover, .btn-menu a.btn-primary:hover, .gform_wrapper .gform_footer input.button.btn-primary:hover {
      background: transparent;
      border-color: #005376;
      color: #2f2c2c; }
    .btn.btn-primary:active, .btns-menu-footer a.btn-primary:active, .btn-menu a.btn-primary:active, .gform_wrapper .gform_footer input.button.btn-primary:active {
      background: transparent !important;
      border-color: #005376 !important;
      color: #fff !important; }
  .btn.btn-secondary, .btns-menu-footer a.btn-secondary, .btn-menu a.btn-secondary, .gform_wrapper .gform_footer input.button.btn-secondary {
    background-color: #fff;
    color: #2f2c2c;
    border-color: #005376; }
    .btn.btn-secondary:hover, .btns-menu-footer a.btn-secondary:hover, .btn-menu a.btn-secondary:hover, .gform_wrapper .gform_footer input.button.btn-secondary:hover {
      background: #005376;
      border-color: #005376;
      color: #fff; }
    .btn.btn-secondary:active, .btns-menu-footer a.btn-secondary:active, .btn-menu a.btn-secondary:active, .gform_wrapper .gform_footer input.button.btn-secondary:active {
      background: #005376 !important;
      border-color: #005376 !important;
      color: #fff !important; }

.gform_wrapper .gform_footer input.button, .woocommerce.single-product div.product form.cart .button {
  background-color: #005376;
  box-shadow: 0 !important;
  outline: none !important;
  border: 1px solid !important;
  border-color: #005376 !important;
  text-transform: uppercase;
  padding: 12px 22px;
  font-size: 13px !important;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 30px;
  border-radius: 35px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  border: 1px solid transparent; }
  .gform_wrapper .gform_footer input.button:hover, .woocommerce.single-product div.product form.cart .button:hover {
    background: transparent;
    border-color: #005376 !important;
    color: #fff !important; }
  .gform_wrapper .gform_footer input.button.disabled, .woocommerce.single-product div.product form.cart .button.disabled {
    color: #fff !important;
    background-color: #005376 !important; }
  .gform_wrapper .gform_footer input.button i, .woocommerce.single-product div.product form.cart .button i {
    margin-left: 10px; }

.woocommerce.single-product div.product form.cart .button {
  padding: 13px 22px;
  font-size: 14px !important;
  font-weight: bold; }

nav.navbar {
  padding: 8px 0 !important;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
  background: #fff; }
  nav.navbar .container-fluid {
    display: block !important; }
    @media (max-width: 575px) {
      nav.navbar .container-fluid {
        padding: 0 15px !important; } }
    nav.navbar .container-fluid .row {
      width: 100%; }
  nav.navbar .collapse.navbar-collapse {
    height: 100%; }
    nav.navbar .collapse.navbar-collapse ul li {
      margin-right: 17px; }
      @media (max-width: 1199px) {
        nav.navbar .collapse.navbar-collapse ul li {
          margin-right: 14px; } }
      nav.navbar .collapse.navbar-collapse ul li:last-of-type {
        margin-right: 0px; }
      nav.navbar .collapse.navbar-collapse ul li a {
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        color: #2f2c2c;
        font-weight: 600; }
        nav.navbar .collapse.navbar-collapse ul li a:hover {
          color: #005376; }
      nav.navbar .collapse.navbar-collapse ul li.current-menu-item a {
        color: #005376; }
  nav.navbar .right-navbar {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end; }
    nav.navbar .right-navbar a {
      text-transform: uppercase;
      font-family: 'Roboto Condensed', sans-serif;
      color: #fff;
      font-weight: 500;
      margin-left: 17px; }
      nav.navbar .right-navbar a:hover {
        color: #005376; }
      nav.navbar .right-navbar a i {
        margin-right: 5px; }
    nav.navbar .right-navbar .btn {
      font-weight: 600; }
      nav.navbar .right-navbar .btn:hover {
        color: #fff; }
  @media (max-width: 991px) {
    nav.navbar .navbar-toggler {
      border: 0px !important;
      outline: 0 !important;
      box-shadow: none !important; } }
  nav.navbar .row {
    /*.flex {
      display:flex;
      @include breakpoint(max-tablet-vertical) {
        justify-content: space-between;
        flex-wrap: wrap;
      }
      #navbarNav {
        @include breakpoint(max-tablet-vertical) {
          padding-top:0px;
          padding-bottom:9px;
        }
        > div {
          margin-left:auto;
          ul {
            li {
              margin:0 7px;
              @include breakpoint(max-tablet-vertical) {

                margin:0!important;
                margin-top:10px!important;
              }
              a {
                text-transform:uppercase;
                font-weight:400;
                color:$text-color;
                font-size:13px;
                text-decoration:none!important;
                &:hover {
                  color: $secondary_color;
                }
                @include breakpoint(max-tablet-vertical) {
                  float:left;
                  width:100%;
                }
              }
              &.current-menu-item, &.current_page_parent {
                a {
                  color:$secondary_color;
                }
              }
              &.item-menu-shop {
                a {
                  color:$primary_color;
                  &:hover {
                    color:$secondary_color;
                  }
                }
                &.current-menu-item {
                  a {
                    color:$secondary_color;
                  }
                }
              }
              &.btn-menu {
                &.btn-menu-left {
                  margin:0 6px;
                  @include breakpoint(max-tablet-vertical) {
                    margin-bottom:0px!important;
                    max-width:150px!important;
                    text-align:center;
                  }

                  a {
                    background-color:$secondary_color;
                    color:$text-color;
                    border:1px solid transparent;
                    &:hover {
                      background:#fff;
                      border-color:$secondary_color;
                      color:$text-color;
                    }
                    @include breakpoint(max-tablet-vertical) {
                      padding: 7px 10px;
                    }
                  }
                }
                &.btn-menu-right {
                  margin:0 6px;
                  @include breakpoint(tablet-horizontal) {
                    display:none;
                  }
                  @include breakpoint(max-tablet-vertical) {
                    max-width:150px!important;
                  }
                  a {
                    background-color:$primary_color;
                    color:#fff;
                    border:1px solid transparent;
                    &:hover {
                      background:#fff;
                      border-color:$primary_color;
                      color:$text-color;
                    }
                    @include breakpoint(max-tablet-vertical) {
                      padding: 7px 10px;
                    }
                  }
                }
              }
              &:last-child {
                margin-right:0px!important;
              }
            }
          }
        }
      }
    }*/ }
    nav.navbar .row .col-navbar-brand {
      text-align: center; }
    nav.navbar .row .navbar-brand {
      margin: auto;
      padding: 0px; }
      nav.navbar .row .navbar-brand img {
        width: auto;
        max-height: 80px; }
        @media (max-width: 767px) {
          nav.navbar .row .navbar-brand img {
            max-height: 65px; } }

footer {
  color: #fff; }
  footer .row-cols-footer {
    background-color: #005376;
    padding: 70px 60px;
    margin: 0px;
    position: relative;
    /*.col-contacts {
      li {
        display:block;
      }
      i {
        float:left;
      }
      p {
        float:left;
      }
      a {
        float:left;
        width:100%;
      }
    }*/ }
    footer .row-cols-footer .border-top-footer {
      position: absolute;
      top: -12px;
      left: 0;
      width: auto;
      max-width: 100%; }
      @media (max-width: 991px) {
        footer .row-cols-footer .border-top-footer {
          top: -7px; } }
      @media (max-width: 767px) {
        footer .row-cols-footer .border-top-footer {
          top: -4px; } }
    @media (max-width: 767px) {
      footer .row-cols-footer {
        padding: 50px 0; } }
    @media (max-width: 991px) {
      footer .row-cols-footer > div {
        margin-bottom: 30px;
        width: 50%;
        flex: 0 0 50%; } }
    @media (max-width: 767px) {
      footer .row-cols-footer > div {
        width: 100%;
        flex: 0 0 100%; } }
    @media (max-width: 991px) {
      footer .row-cols-footer {
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      footer .row-cols-footer {
        padding-bottom: 25px; } }
    footer .row-cols-footer h6 {
      color: #fff;
      text-transform: uppercase;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      margin-bottom: 20px; }
    footer .row-cols-footer ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      footer .row-cols-footer ul li {
        line-height: 25px; }
        footer .row-cols-footer ul li i {
          margin-right: 5px; }
          footer .row-cols-footer ul li i.fa-map-marker-alt {
            margin-right: 8px; }
        footer .row-cols-footer ul li a {
          font-size: 14px; }
          footer .row-cols-footer ul li a:hover {
            color: #fff;
            padding-left: 7px; }
    footer .row-cols-footer .btns-menu-footer h6 {
      margin-bottom: 26px; }
    footer .row-cols-footer .btns-menu-footer li {
      line-height: initial !important;
      margin-bottom: 11px; }
      footer .row-cols-footer .btns-menu-footer li a {
        background-color: rgba(255, 255, 255, 0.2);
        width: 196px;
        display: block;
        text-align: center; }
        @media (min-width: 758px) and (max-width: 991px) {
          footer .row-cols-footer .btns-menu-footer li a {
            padding: 12px 16px; } }
      footer .row-cols-footer .btns-menu-footer li:first-child a {
        background-color: #fff;
        color: #005376; }
        footer .row-cols-footer .btns-menu-footer li:first-child a:hover {
          background-color: #d1651b;
          color: #fff; }
    footer .row-cols-footer .social-footer {
      padding-top: 0px; }
      footer .row-cols-footer .social-footer li {
        display: inline-block;
        margin-right: 18px; }
        footer .row-cols-footer .social-footer li a {
          width: 100%;
          height: 100%;
          display: inline-flex;
          align-items: center;
          padding-left: 0px !important; }
          footer .row-cols-footer .social-footer li a i {
            margin: auto;
            font-size: 19px; }
          footer .row-cols-footer .social-footer li a:hover i {
            color: #fff; }
  footer .row-copyrights {
    text-align: center;
    padding: 25px 0; }
    footer .row-copyrights p {
      margin-bottom: 0px;
      text-transform: uppercase;
      font-size: 13px; }
  footer a {
    color: #fff;
    text-decoration: none !important; }
    footer a:hover {
      color: #005376; }

#president-home {
  margin-top: 70px; }
  #president-home .col-info-president-home {
    padding-right: 0px; }
    @media (max-width: 767px) {
      #president-home .col-info-president-home {
        padding-right: 15px; } }
    #president-home .col-info-president-home .info-president-home {
      background-color: #005376;
      padding: 70px 70px; }
      @media (max-width: 1199px) {
        #president-home .col-info-president-home .info-president-home {
          padding: 30px; } }
      #president-home .col-info-president-home .info-president-home h6 {
        color: #fff;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif; }
    #president-home .col-info-president-home .btn {
      background-color: transparent;
      border-color: #fff; }
      #president-home .col-info-president-home .btn:hover {
        background-color: #fff; }
  #president-home .col-img-president-home {
    padding-left: 0px;
    position: relative; }
    @media (max-width: 767px) {
      #president-home .col-img-president-home {
        padding-left: 15px; } }
    #president-home .col-img-president-home .img-president-home {
      height: 100%;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 767px) {
        #president-home .col-img-president-home .img-president-home {
          height: 200px; } }
    #president-home .col-img-president-home .effect-right {
      position: absolute;
      top: -65px;
      right: -65px;
      max-width: 169px;
      z-index: -1; }
      @media (max-width: 767px) {
        #president-home .col-img-president-home .effect-right {
          display: none; } }

#news-home {
  margin-top: 70px; }
  #news-home .container-fluid {
    position: relative; }
  #news-home .effect-left {
    position: absolute;
    top: -25px;
    left: -52px;
    max-width: 169px;
    z-index: 0; }

#register-home {
  margin-top: 70px; }
  #register-home .banner-register-home {
    height: 350px;
    background-size: cover;
    background-position: center center;
    position: relative; }
    @media (max-width: 767px) {
      #register-home .banner-register-home {
        height: 200px; } }

.box-banner-register-home {
  position: absolute;
  background: #fff;
  border-left: 4px solid #005376;
  padding: 20px 20px 20px 40px;
  box-shadow: 0px 10px 20px rgba(15, 15, 16, 0.1);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: -41.5px;
  left: -30px;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .box-banner-register-home {
      padding: 13px 13px 13px 13px;
      right: -30px;
      border-radius: 0px !important;
      display: block;
      text-align: center; } }
  .box-banner-register-home h3 {
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 15px;
    font-size: 23px; }
    @media (max-width: 767px) {
      .box-banner-register-home h3 {
        font-size: 19px;
        margin-bottom: 10px; } }

.outer-carousel-home {
  position: relative; }
  .outer-carousel-home .box-banner-register-home {
    bottom: -7px;
    left: -30px;
    display: flex;
    align-items: center;
    z-index: 2; }
    @media (max-width: 767px) {
      .outer-carousel-home .box-banner-register-home {
        padding: 13px 13px 13px 13px;
        right: -30px;
        border-radius: 0px !important;
        display: block;
        bottom: 36px !important; } }

#partners-home {
  margin-top: 70px; }
  #partners-home .outer-owl-carousel-partners {
    padding-top: 30px; }
  #partners-home .owl-carousel-partners .owl-stage {
    display: flex;
    align-items: center; }
    #partners-home .owl-carousel-partners .owl-stage .item {
      text-align: center;
      padding: 12px 23px;
      margin: 3px;
      position: relative;
      height: 90px; }
      #partners-home .owl-carousel-partners .owl-stage .item .country-flag {
        background: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
        padding: 5px;
        border-radius: 50%;
        width: 31px;
        height: 32px;
        position: absolute;
        top: 0;
        left: 0; }
        #partners-home .owl-carousel-partners .owl-stage .item .country-flag:hover {
          background: #005376; }
      #partners-home .owl-carousel-partners .owl-stage .item img.logo-partner {
        display: block;
        max-width: 100%;
        width: auto;
        max-height: 80px;
        max-width: 180px;
        margin: auto;
        padding: 3px;
        cursor: pointer;
        -webkit-transition: all ease 0.2s;
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s; }
        #partners-home .owl-carousel-partners .owl-stage .item img.logo-partner:hover {
          padding: 0px; }
  #partners-home .owl-carousel-partners .owl-dots {
    margin-top: 35px;
    display: flex;
    justify-content: center; }
    #partners-home .owl-carousel-partners .owl-dots button {
      outline: 0 !important;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: 2px solid transparent;
      margin: 1px 3px;
      display: flex;
      justify-content: center; }
      #partners-home .owl-carousel-partners .owl-dots button span {
        background: #565656;
        border: #565656;
        width: 14px;
        height: 14px;
        margin: 0px; }
      #partners-home .owl-carousel-partners .owl-dots button:hover span {
        background: #fff;
        border: 2px solid #fff; }
      #partners-home .owl-carousel-partners .owl-dots button.active {
        border: 2px solid #005376; }
        #partners-home .owl-carousel-partners .owl-dots button.active span {
          background: #fff;
          border-color: #fff;
          width: 8px;
          height: 8px; }

#partners-list img.logo-partner {
  max-width: 100%;
  width: auto;
  max-height: 80px;
  max-width: 180px;
  margin: auto;
  padding: 3px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  #partners-list img.logo-partner:hover {
    padding: 0px; }
#partners-list .col-logo-partner {
  text-align: center;
  margin-bottom: 40px; }
  #partners-list .col-logo-partner .outer-logo-partner {
    padding: 10px 23px;
    position: relative; }
    #partners-list .col-logo-partner .outer-logo-partner .country-flag {
      background: #fff;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
      padding: 5px;
      border-radius: 50%;
      width: 31px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: 0; }
      #partners-list .col-logo-partner .outer-logo-partner .country-flag:hover {
        background: #005376; }
  #partners-list .col-logo-partner a {
    cursor: pointer; }

.selector-country-partners {
  list-style: none;
  margin-top: 15px;
  padding: 0px !important; }
  .selector-country-partners li {
    display: inline-block;
    margin: 0 5px; }
    .selector-country-partners li img {
      background: #fff;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
      padding: 5px;
      border-radius: 50%;
      width: 41px;
      height: 42px; }
    .selector-country-partners li a:hover img {
      background: #005376; }
    .selector-country-partners li a.active-country img {
      background: #005376; }

#call-to-action {
  padding-top: 70px;
  text-align: center; }
  @media (max-width: 767px) {
    #call-to-action {
      padding-top: 50px; } }
  #call-to-action .btns-call-to-action {
    margin-top: 35px; }
    #call-to-action .btns-call-to-action .btn {
      margin: 0 6px; }
      @media (max-width: 767px) {
        #call-to-action .btns-call-to-action .btn {
          min-width: 172.5px; }
          #call-to-action .btns-call-to-action .btn:first-child {
            margin-bottom: 7px; } }
  #call-to-action h5 {
    margin-bottom: .3rem; }
  #call-to-action p {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 0px; }
    #call-to-action p span {
      position: relative; }
      #call-to-action p span:after {
        content: ' ';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #212529; }

#gallery {
  padding-top: 70px; }
  @media (max-width: 767px) {
    #gallery {
      padding-top: 50px; } }
  #gallery .row-gallery {
    margin-bottom: 20px;
    display: flex; }
    @media (max-width: 767px) {
      #gallery .row-gallery {
        display: block;
        margin-bottom: 0px;
        font-size: 0;
        margin-left: -2px;
        margin-right: -2px; } }
    #gallery .row-gallery:last-child {
      margin-bottom: 0px; }
    #gallery .row-gallery .gallery-item:first-child {
      margin-left: 0px !important; }
      @media (max-width: 767px) {
        #gallery .row-gallery .gallery-item:first-child {
          margin-left: 2px !important; } }
    #gallery .row-gallery .gallery-item:last-child {
      margin-right: 0px !important; }
  #gallery .gallery-item {
    flex-grow: 1;
    margin: 0 10px; }
    @media (max-width: 767px) {
      #gallery .gallery-item {
        margin: 0px 2px !important;
        width: calc(49.9% - 4px) !important;
        margin-bottom: 4px !important;
        display: inline-block; } }
    #gallery .gallery-item .gallery-image {
      padding-bottom: 100%;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 767px) {
        #gallery .gallery-item .gallery-image {
          padding-bottom: 100% !important;
          height: auto; } }
    #gallery .gallery-item.gallery-item-featured {
      flex-grow: 2; }
      #gallery .gallery-item.gallery-item-featured .gallery-image {
        padding-bottom: 50%; }
        @media (max-width: 767px) {
          #gallery .gallery-item.gallery-item-featured .gallery-image {
            padding-bottom: 0%; } }

#donations-home {
  padding-top: 111px; }
  @media (max-width: 767px) {
    #donations-home {
      text-align: center; } }
  #donations-home img {
    float: right; }
    @media (max-width: 767px) {
      #donations-home img {
        float: none;
        max-width: 200px; } }
  #donations-home .col-right-donations-home {
    padding-left: 40px; }
    @media (max-width: 767px) {
      #donations-home .col-right-donations-home {
        padding-left: 15px;
        margin-top: 30px; } }
    #donations-home .col-right-donations-home h6 {
      font-family: 'Roboto', sans-serif;
      color: #005376;
      font-size: 17px;
      margin-bottom: 15px; }
    #donations-home .col-right-donations-home h4 {
      margin-bottom: 15px; }
    #donations-home .col-right-donations-home p:last-of-type {
      margin-bottom: 0px; }
    #donations-home .col-right-donations-home .btn {
      margin-top: 50px; }

#news-home h3 {
  margin-bottom: 30px; }
#news-home h2 {
  margin-bottom: 10px; }
#news-home #news {
  overflow: hidden;
  padding: 0 5px 10px 5px; }
  #news-home #news .col-news {
    margin-top: 0px;
    height: 100%; }
    @media (max-width: 767px) {
      #news-home #news .col-news:first-of-type {
        margin-bottom: 30px; } }
#news-home .owl-carousel-testimonials {
  overflow: unset;
  padding: 0px; }
  #news-home .owl-carousel-testimonials .owl-nav {
    margin-top: 30px; }
    #news-home .owl-carousel-testimonials .owl-nav button {
      margin: 0 9px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 3px 6px rgba(15, 15, 16, 0.12);
      outline: 0 !important; }
      #news-home .owl-carousel-testimonials .owl-nav button i {
        color: #fff; }
      #news-home .owl-carousel-testimonials .owl-nav button:hover {
        background: #005376; }
#news-home .owl-stage {
  display: flex; }
  #news-home .owl-stage .owl-item {
    /*&.active.center {
      .col-news {
        opacity:1;
        @include transition(opacity,ease,0.3s);
      }
    }*/ }
    #news-home .owl-stage .owl-item .item {
      height: 100%; }
      #news-home .owl-stage .owl-item .item .col-news {
        height: 100%;
        /*opacity:0.4;
        @include transition(opacity,ease,0.2s);*/ }
#news-home .owl-stage-outer {
  overflow: unset; }
#news-home .owl-dots {
  margin-top: 35px; }
  #news-home .owl-dots button {
    outline: 0 !important; }
    #news-home .owl-dots button span {
      background: #D1E3F6;
      border: 2px solid #D1E3F6;
      width: 14px;
      height: 14px;
      margin: 5px 6px; }
    #news-home .owl-dots button.active span, #news-home .owl-dots button:hover span {
      background: #005376;
      border-color: #005376; }

#challenges_home {
  padding-top: 70px; }
  @media (max-width: 767px) {
    #challenges_home {
      padding-top: 50px; } }
  #challenges_home p {
    max-width: 55%;
    margin: auto; }
    @media (max-width: 767px) {
      #challenges_home p {
        max-width: 100%; } }
    #challenges_home p a {
      text-decoration: none !important;
      color: #d1651b;
      font-weight: 400; }
      #challenges_home p a:hover {
        color: #005376; }
  #challenges_home .col-center-volunteering {
    padding: 95px 0;
    z-index: 1; }
    @media (max-width: 767px) {
      #challenges_home .col-center-volunteering {
        padding-top: 0px;
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      #challenges_home .col-center-volunteering {
        order: 1; } }
  #challenges_home .col-challenge {
    text-align: center !important; }
    @media (max-width: 767px) {
      #challenges_home .col-challenge {
        order: 2;
        margin-bottom: 70px; } }
    #challenges_home .col-challenge .outer-img-challenge {
      border-radius: 50%;
      background-color: #d1651b;
      display: inline-block;
      position: relative; }
      @media (max-width: 767px) {
        #challenges_home .col-challenge .outer-img-challenge img {
          padding: 15px 7.5px 0 7.5px !important; } }
    #challenges_home .col-challenge .outer-arrow-challenge {
      position: absolute;
      width: 100%;
      display: flex;
      height: 104px; }
      #challenges_home .col-challenge .outer-arrow-challenge img {
        margin-right: auto;
        margin-left: auto; }
        @media (max-width: 1199px) {
          #challenges_home .col-challenge .outer-arrow-challenge img {
            -moz-transform: scale(0.7);
            -webkit-transform: scale(0.7);
            -o-transform: scale(0.7);
            transform: scale(0.7); } }
      @media (max-width: 767px) {
        #challenges_home .col-challenge .outer-arrow-challenge {
          display: none; } }
    #challenges_home .col-challenge .content-challenge {
      background-color: rgba(29, 118, 187, 0.9);
      position: absolute;
      width: 70%;
      color: #fff;
      text-align: left !important;
      left: 15%;
      border-radius: 5px; }
      @media (max-width: 991px) {
        #challenges_home .col-challenge .content-challenge {
          width: 68%;
          left: 16%; } }
      @media (max-width: 767px) {
        #challenges_home .col-challenge .content-challenge {
          bottom: -43px !important;
          top: auto !important; } }
      #challenges_home .col-challenge .content-challenge p {
        max-width: 100%;
        margin: auto;
        padding: 12px;
        font-size: 14px;
        line-height: 18px;
        padding-right: 15px; }
        @media (max-width: 991px) {
          #challenges_home .col-challenge .content-challenge p {
            font-size: 12px; } }
      #challenges_home .col-challenge .content-challenge .icon-challenge {
        position: absolute;
        border-radius: 50%;
        width: 65px;
        height: 65px;
        background: #005376;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        display: flex;
        align-items: center;
        text-align: center; }
        @media (max-width: 767px) {
          #challenges_home .col-challenge .content-challenge .icon-challenge {
            top: -44px !important;
            right: -44px !important;
            left: auto !important;
            bottom: auto !important; } }
        #challenges_home .col-challenge .content-challenge .icon-challenge img {
          padding: 0px !important;
          max-height: 51px;
          max-width: 41px;
          padding: 0 !important;
          margin: auto; }
    #challenges_home .col-challenge:nth-child(1) .outer-img-challenge img {
      padding: 15px 0 0 15px; }
    #challenges_home .col-challenge:nth-child(1) .outer-arrow-challenge {
      bottom: -143px;
      align-items: flex-start; }
      #challenges_home .col-challenge:nth-child(1) .outer-arrow-challenge img {
        padding-left: 80px;
        padding-top: 10px; }
        @media (max-width: 991px) {
          #challenges_home .col-challenge:nth-child(1) .outer-arrow-challenge img {
            padding-left: 0px; } }
    #challenges_home .col-challenge:nth-child(1) .content-challenge {
      bottom: -39px; }
      #challenges_home .col-challenge:nth-child(1) .content-challenge .icon-challenge {
        top: -44px;
        right: -44px; }
    #challenges_home .col-challenge:nth-child(2) {
      text-align: center; }
      #challenges_home .col-challenge:nth-child(2) .outer-img-challenge img {
        padding: 15px 7.5px 0 7.5px; }
      #challenges_home .col-challenge:nth-child(2) .outer-arrow-challenge {
        bottom: -143px;
        align-items: flex-start; }
        #challenges_home .col-challenge:nth-child(2) .outer-arrow-challenge img {
          padding-left: 80px;
          padding-top: 10px; }
      #challenges_home .col-challenge:nth-child(2) .content-challenge {
        bottom: -39px; }
        #challenges_home .col-challenge:nth-child(2) .content-challenge .icon-challenge {
          top: -44px;
          right: -44px; }
    #challenges_home .col-challenge:nth-child(3) {
      text-align: right; }
      #challenges_home .col-challenge:nth-child(3) .outer-img-challenge img {
        padding: 15px 15px 0 0; }
      #challenges_home .col-challenge:nth-child(3) .outer-arrow-challenge {
        bottom: -143px;
        align-items: flex-start; }
        #challenges_home .col-challenge:nth-child(3) .outer-arrow-challenge img {
          padding-right: 150px;
          padding-top: 10px; }
          @media (max-width: 991px) {
            #challenges_home .col-challenge:nth-child(3) .outer-arrow-challenge img {
              padding-right: 100px; } }
      #challenges_home .col-challenge:nth-child(3) .content-challenge {
        bottom: -39px; }
        #challenges_home .col-challenge:nth-child(3) .content-challenge .icon-challenge {
          top: -44px;
          left: -44px; }
    #challenges_home .col-challenge:nth-child(5) .outer-img-challenge img {
      padding: 0 0 15px 15px; }
    #challenges_home .col-challenge:nth-child(5) .outer-arrow-challenge {
      align-items: flex-end;
      top: -143px; }
      #challenges_home .col-challenge:nth-child(5) .outer-arrow-challenge img {
        padding-left: 150px;
        padding-bottom: 10px; }
    #challenges_home .col-challenge:nth-child(5) .content-challenge {
      top: -39px; }
      #challenges_home .col-challenge:nth-child(5) .content-challenge .icon-challenge {
        bottom: -44px;
        right: -44px; }
    #challenges_home .col-challenge:nth-child(6) {
      text-align: center; }
      #challenges_home .col-challenge:nth-child(6) .outer-img-challenge img {
        padding: 0 7.5px 15px 7.5px; }
      #challenges_home .col-challenge:nth-child(6) .outer-arrow-challenge {
        top: -143px;
        align-items: flex-end; }
        #challenges_home .col-challenge:nth-child(6) .outer-arrow-challenge img {
          padding-right: 80px;
          padding-bottom: 10px; }
      #challenges_home .col-challenge:nth-child(6) .content-challenge {
        top: -39px; }
        #challenges_home .col-challenge:nth-child(6) .content-challenge .icon-challenge {
          bottom: -44px;
          left: -44px; }
    #challenges_home .col-challenge:nth-child(7) {
      text-align: right; }
      #challenges_home .col-challenge:nth-child(7) .outer-img-challenge img {
        padding: 0 15px 15px 0; }
      #challenges_home .col-challenge:nth-child(7) .outer-arrow-challenge {
        top: -143px;
        align-items: flex-end; }
        #challenges_home .col-challenge:nth-child(7) .outer-arrow-challenge img {
          padding-right: 150px;
          padding-bottom: 10px; }
      #challenges_home .col-challenge:nth-child(7) .content-challenge {
        top: -39px; }
        #challenges_home .col-challenge:nth-child(7) .content-challenge .icon-challenge {
          bottom: -44px;
          left: -44px; }

#numbers .row {
  margin: 0 10px; }
  @media (max-width: 767px) {
    #numbers .row {
      margin: 0px; } }
#numbers .col-numbers {
  margin-top: 20px; }
  @media (max-width: 767px) {
    #numbers .col-numbers {
      margin-top: 15px; } }
  #numbers .col-numbers .box-numbers {
    position: relative; }
    #numbers .col-numbers .box-numbers img {
      width: 100%; }
    #numbers .col-numbers .box-numbers .overlay-numbers {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: rgba(41, 55, 77, 0.3); }
      #numbers .col-numbers .box-numbers .overlay-numbers h3 {
        color: #fff; }
      #numbers .col-numbers .box-numbers .overlay-numbers p {
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        text-align: center; }
        @media (max-width: 991px) {
          #numbers .col-numbers .box-numbers .overlay-numbers p {
            font-size: 13px; } }
        #numbers .col-numbers .box-numbers .overlay-numbers p span {
          font-size: 26px; }
          @media (max-width: 991px) {
            #numbers .col-numbers .box-numbers .overlay-numbers p span {
              font-size: 20px; } }
      #numbers .col-numbers .box-numbers .overlay-numbers .hover-overlay-numbers {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity ease 0.2s;
        -moz-transition: opacity ease 0.2s;
        -o-transition: opacity ease 0.2s;
        transition: opacity ease 0.2s;
        background-color: rgba(29, 118, 187, 0.9);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        @media (max-width: 991px) {
          #numbers .col-numbers .box-numbers .overlay-numbers .hover-overlay-numbers .btns-box-numbers {
            text-align: center; } }
        #numbers .col-numbers .box-numbers .overlay-numbers .hover-overlay-numbers .btns-box-numbers .btn {
          margin: 0 6px; }
          @media (max-width: 991px) {
            #numbers .col-numbers .box-numbers .overlay-numbers .hover-overlay-numbers .btns-box-numbers .btn {
              padding: 9px 15px;
              font-size: 11px !important;
              min-width: 139px;
              margin-top: 5px; } }
        #numbers .col-numbers .box-numbers .overlay-numbers .hover-overlay-numbers .btns-box-numbers .btn-secondary:hover {
          color: #fff; }
        #numbers .col-numbers .box-numbers .overlay-numbers .hover-overlay-numbers .btns-box-numbers .btn-primary {
          background: transparent;
          border: 1px solid #d1651b; }
          #numbers .col-numbers .box-numbers .overlay-numbers .hover-overlay-numbers .btns-box-numbers .btn-primary:hover {
            color: #fff;
            background-color: #d1651b;
            color: #fff; }
      #numbers .col-numbers .box-numbers .overlay-numbers:hover .hover-overlay-numbers {
        opacity: 1;
        pointer-events: initial;
        -webkit-transition: opacity ease 0.3s;
        -moz-transition: opacity ease 0.3s;
        -o-transition: opacity ease 0.3s;
        transition: opacity ease 0.3s; }
      #numbers .col-numbers .box-numbers .overlay-numbers:hover > h3 {
        opacity: 0;
        -webkit-transition: opacity ease 0.3s;
        -moz-transition: opacity ease 0.3s;
        -o-transition: opacity ease 0.3s;
        transition: opacity ease 0.3s; }
      #numbers .col-numbers .box-numbers .overlay-numbers:hover > p {
        opacity: 0;
        -webkit-transition: opacity ease 0.3s;
        -moz-transition: opacity ease 0.3s;
        -o-transition: opacity ease 0.3s;
        transition: opacity ease 0.3s; }

#activity-areas {
  margin-top: 70px;
  background-size: cover;
  background-position: center center;
  padding: 35px 0 70px 0;
  background-attachment: fixed; }
  #activity-areas h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 25px; }
  #activity-areas .outer-tabs {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16); }
    #activity-areas .outer-tabs .nav-tabs .nav-item {
      flex: 1 1 0;
      text-align: center;
      border-right: 6px solid #fff; }
      #activity-areas .outer-tabs .nav-tabs .nav-item:last-child {
        border: 0px; }
      #activity-areas .outer-tabs .nav-tabs .nav-item .nav-link {
        background-color: #D1E3F6;
        border-radius: 0px;
        border: 0px;
        padding: 0;
        position: relative;
        height: 60px;
        display: flex;
        align-items: center;
        text-align: center; }
        #activity-areas .outer-tabs .nav-tabs .nav-item .nav-link:after {
          content: ' ';
          width: 0;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 8px solid #005376;
          position: absolute;
          bottom: -8px;
          left: 50%;
          margin-left: -8px;
          opacity: 0;
          -webkit-transition: opacity ease 0.2s;
          -moz-transition: opacity ease 0.2s;
          -o-transition: opacity ease 0.2s;
          transition: opacity ease 0.2s; }
        #activity-areas .outer-tabs .nav-tabs .nav-item .nav-link:hover {
          background-color: #005376; }
          #activity-areas .outer-tabs .nav-tabs .nav-item .nav-link:hover:after {
            -webkit-transition: opacity ease 0.3s;
            -moz-transition: opacity ease 0.3s;
            -o-transition: opacity ease 0.3s;
            transition: opacity ease 0.3s; }
        #activity-areas .outer-tabs .nav-tabs .nav-item .nav-link img {
          max-height: 36px;
          margin: auto; }
          @media (max-width: 767px) {
            #activity-areas .outer-tabs .nav-tabs .nav-item .nav-link img {
              max-height: 29px; } }
        #activity-areas .outer-tabs .nav-tabs .nav-item .nav-link.active {
          background-color: #005376; }
          #activity-areas .outer-tabs .nav-tabs .nav-item .nav-link.active:after {
            -webkit-transition: opacity ease 0.3s;
            -moz-transition: opacity ease 0.3s;
            -o-transition: opacity ease 0.3s;
            transition: opacity ease 0.3s;
            opacity: 1; }
      #activity-areas .outer-tabs .nav-tabs .nav-item:first-child .nav-link {
        border-top-left-radius: 5px; }
      #activity-areas .outer-tabs .nav-tabs .nav-item:last-child .nav-link {
        border-top-right-radius: 5px; }
    #activity-areas .outer-tabs .tab-content {
      background: #fff;
      padding: 20px;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
      #activity-areas .outer-tabs .tab-content h3 {
        color: #d1651b;
        margin-bottom: 10px; }
      #activity-areas .outer-tabs .tab-content p {
        margin-bottom: 12px; }
      #activity-areas .outer-tabs .tab-content iframe {
        margin-top: 20px;
        max-width: 100%;
        height: 250px; }

#intro-home {
  padding-top: 70px;
  text-align: center; }
  #intro-home h1 {
    text-transform: uppercase; }
  #intro-home h2 {
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif; }
  #intro-home p {
    color: #8A8C93; }
  #intro-home p:last-of-type {
    margin-bottom: 31px; }
  @media (max-width: 767px) {
    #intro-home {
      text-align: center;
      padding-top: 35px; } }
  #intro-home .video-mobile {
    display: none; }
    @media (max-width: 991px) {
      #intro-home .video-mobile {
        display: block;
        margin-top: 40px;
        width: 100%;
        height: 300px; } }
  @media (max-width: 991px) {
    #intro-home img, #about-us img {
      max-width: 170px; } }
#intro-home .text-map-intro, #about-us .text-map-intro {
  position: absolute;
  top: 195px;
  right: 0; }
  @media (max-width: 991px) {
    #intro-home .text-map-intro, #about-us .text-map-intro {
      top: 155px; } }
  #intro-home .text-map-intro h4, #about-us .text-map-intro h4 {
    color: #d1651b;
    font-size: 34px; }
    @media (max-width: 991px) {
      #intro-home .text-map-intro h4, #about-us .text-map-intro h4 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      #intro-home .text-map-intro h4, #about-us .text-map-intro h4 {
        font-size: 22px; } }
@media (max-width: 767px) {
  #intro-home .col-map-intro, #about-us .col-map-intro {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    #intro-home .col-map-intro img, #about-us .col-map-intro img {
      float: none;
      order: 2; }
    #intro-home .col-map-intro .text-map-intro, #about-us .col-map-intro .text-map-intro {
      order: 1;
      position: relative;
      top: 0; } }

@media (min-width: 758px) and (max-width: 991px) {
  #about-us .col-map-intro {
    margin-top: 0px; } }

#middle-banner {
  margin-top: 70px;
  height: 380px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 767px) {
    #middle-banner {
      margin-top: 50px;
      height: 250px; } }
  #middle-banner .overlay-middle-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
  #middle-banner p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    width: 100%;
    padding: 0 20%;
    font-size: 21px;
    margin: 0px;
    line-height: 25px; }
    @media (min-width: 991px) and (max-width: 1199px) {
      #middle-banner p {
        padding: 0 20%; } }
    @media (min-width: 758px) and (max-width: 991px) {
      #middle-banner p {
        padding: 0 10%; } }
    @media (max-width: 767px) {
      #middle-banner p {
        padding: 0 9%;
        font-size: 15px;
        line-height: 21px; } }
  #middle-banner a.btn {
    margin-top: 30px; }

#top-banner {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 767px) {
    #top-banner {
      height: 220px; } }
  #top-banner .overlay-top-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
    #top-banner .overlay-top-banner h1 {
      color: #fff;
      width: 100%;
      padding: 0 20px;
      margin: 0px;
      margin-bottom: 5px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        #top-banner .overlay-top-banner h1 {
          padding: 0 15px;
          font-size: 1.5rem; } }
    #top-banner .overlay-top-banner p {
      text-transform: uppercase;
      color: #fff;
      width: 100%;
      margin: 0px;
      font-weight: 400; }

#vision-mission {
  margin-top: 70px; }
  #vision-mission ul {
    margin: 0px;
    list-style: none;
    padding: 0px; }
    #vision-mission ul li {
      padding-left: 1.3em; }
      #vision-mission ul li:before {
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        margin-left: -1.3em;
        width: 1.3em;
        color: #005376; }
  @media (max-width: 767px) {
    #vision-mission {
      margin-top: 50px; } }
  #vision-mission p {
    margin-bottom: 0px; }
  #vision-mission .mission {
    margin-top: 35px; }
  #vision-mission .col-right-mission {
    display: flex;
    align-items: center;
    justify-content: center; }
  #vision-mission .outer-number-mission {
    border-radius: 50%;
    border: 1px solid #d1651b;
    float: right;
    width: 230px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      #vision-mission .outer-number-mission {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px; } }
    #vision-mission .outer-number-mission .inner-number-mission {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      border-radius: 50%;
      text-align: center;
      box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12);
      padding: 10px;
      width: 185px;
      height: 185px; }
      #vision-mission .outer-number-mission .inner-number-mission h4 {
        color: #d1651b; }
      #vision-mission .outer-number-mission .inner-number-mission p {
        text-transform: uppercase;
        font-size: 13px; }

.know-more-button {
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  display: inline; }
  .know-more-button img {
    width: 18px;
    position: absolute;
    top: 4px;
    right: -21px;
    -webkit-transition: opacity ease 0.2s;
    -moz-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s; }
    .know-more-button img.arrow-know-more-hover {
      opacity: 0; }
  .know-more-button:hover img {
    -webkit-transition: opacity ease 0.3s;
    -moz-transition: opacity ease 0.3s;
    -o-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s; }
    .know-more-button:hover img.arrow-know-more {
      opacity: 0; }
    .know-more-button:hover img.arrow-know-more-hover {
      opacity: 1; }

#news .col-news {
  margin-top: 20px; }
#news .box-news {
  -webkit-box-shadow: 0px 3px 6px rgba(15, 15, 16, 0.12);
  box-shadow: 0px 3px 6px rgba(15, 15, 16, 0.12);
  border-radius: 0px;
  height: 100%;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  #news .box-news a {
    display: flex;
    flex-direction: column;
    height: 100%; }
  #news .box-news:hover {
    -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  #news .box-news .the-content {
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    #news .box-news .the-content h2 {
      font-family: 'Roboto', sans-serif;
      font-size: 17px;
      color: #2f2c2c;
      font-weight: 600; }
      @media (max-width: 767px) {
        #news .box-news .the-content h2 {
          font-size: 16px; } }
    #news .box-news .the-content h3 {
      font-family: 'Lato', sans-serif;
      font-size: 13px;
      color: #005376;
      text-transform: initial;
      text-transform: uppercase; }
    #news .box-news .the-content p {
      color: #8A8C93; }
      #news .box-news .the-content p:last-of-type {
        margin-bottom: 0px; }
  #news .box-news a:hover .know-more-button img.arrow-know-more {
    opacity: 0; }
  #news .box-news a:hover .know-more-button img.arrow-know-more-hover {
    opacity: 1; }
  #news .box-news .know-more-button {
    align-self: flex-start; }
  #news .box-news.box-news-testimonial {
    -webkit-box-shadow: 0px 3px 9px rgba(15, 15, 16, 0.12) !important;
    box-shadow: 0px 3px 9px rgba(15, 15, 16, 0.12) !important; }
    #news .box-news.box-news-testimonial p:last-child {
      margin-bottom: 0px; }
  #news .box-news .the-content {
    height: auto; }
#news .categories-filter {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    #news .categories-filter {
      margin-bottom: 15px; } }
  #news .categories-filter li {
    display: inline-block; }
    @media (max-width: 767px) {
      #news .categories-filter li {
        display: block;
        margin-bottom: 12px; } }
    #news .categories-filter li a {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 16px;
      margin: 0 10px;
      position: relative;
      color: #fff; }
      #news .categories-filter li a:hover {
        color: #005376; }
    #news .categories-filter li.current-term a {
      color: #005376; }
      #news .categories-filter li.current-term a:after {
        display: none !important;
        content: ' ';
        width: 56px;
        height: 6px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: url("../img/border-current-term.png");
        background-size: contain;
        background-repeat: no-repeat;
        bottom: -9px;
        left: 0px; }

#pagination {
  padding-top: 45px; }
  @media (max-width: 767px) {
    #pagination .prev-page, #pagination .next-page {
      display: none; } }
  #pagination .prev-page a, #pagination .next-page a {
    width: 43px;
    height: 43px;
    background: #ECEEEF;
    border-radius: 5px;
    float: left;
    display: flex;
    align-items: center;
    text-align: center; }
    #pagination .prev-page a img, #pagination .next-page a img {
      margin: auto; }
    #pagination .prev-page a:hover, #pagination .next-page a:hover {
      background-color: #d1651b; }
  #pagination .prev-page {
    float: left; }
  #pagination .next-page {
    float: right; }
  #pagination nav.navigation.pagination h2 {
    display: none; }
  #pagination nav.navigation.pagination .nav-links {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center; }
    #pagination nav.navigation.pagination .nav-links .page-numbers {
      width: 43px;
      height: 43px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      color: #fff;
      margin: 0 2px; }
      @media (max-width: 767px) {
        #pagination nav.navigation.pagination .nav-links .page-numbers {
          width: 35px;
          height: 35px; } }
      #pagination nav.navigation.pagination .nav-links .page-numbers.current {
        background-color: #005376;
        color: #fff; }
      #pagination nav.navigation.pagination .nav-links .page-numbers:hover {
        background-color: #005376;
        color: #fff; }
    #pagination nav.navigation.pagination .nav-links .prev, #pagination nav.navigation.pagination .nav-links .next {
      display: none; }

#single-news h1 {
  margin-bottom: 5px; }
#single-news p:last-child {
  margin-bottom: 0px; }
#single-news .the-content {
  margin-top: 25px; }
#single-news .term-single-news {
  color: #005376;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  display: inline; }
  #single-news .term-single-news:hover {
    color: #d1651b; }
#single-news .subtitle-source_article {
  color: #005376;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  display: inline; }
#single-news .featured-img-single-news {
  margin-top: 20px;
  width: auto;
  max-width: 100%; }
#single-news .back-to-news {
  margin-top: 30px; }
  #single-news .back-to-news a.know-more-button {
    padding-left: 0px; }
    #single-news .back-to-news a.know-more-button i {
      margin-right: 5px; }
    #single-news .back-to-news a.know-more-button:hover {
      color: #fff; }
#single-news .gallery-single-news {
  overflow: hidden;
  position: relative;
  margin-top: 20px; }
  #single-news .gallery-single-news img {
    margin-top: 0px; }
  #single-news .gallery-single-news .arrow-left-slider-single-news, #single-news .gallery-single-news .arrow-right-slider-single-news {
    border-radius: 4px;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
    width: 40px;
    height: 40px;
    font-size: 19px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 999;
    background: #fff;
    text-align: center;
    margin-top: -20px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 767px) {
      #single-news .gallery-single-news .arrow-left-slider-single-news, #single-news .gallery-single-news .arrow-right-slider-single-news {
        width: 30px;
        height: 30px; } }
    #single-news .gallery-single-news .arrow-left-slider-single-news img, #single-news .gallery-single-news .arrow-right-slider-single-news img {
      margin: auto; }
      @media (max-width: 767px) {
        #single-news .gallery-single-news .arrow-left-slider-single-news img, #single-news .gallery-single-news .arrow-right-slider-single-news img {
          width: 9px; } }
    #single-news .gallery-single-news .arrow-left-slider-single-news:hover, #single-news .gallery-single-news .arrow-right-slider-single-news:hover {
      background-color: #d1651b;
      color: #fff; }
  #single-news .gallery-single-news .arrow-left-slider-single-news {
    left: -60px; }
    @media (max-width: 767px) {
      #single-news .gallery-single-news .arrow-left-slider-single-news {
        left: 10px; } }
  #single-news .gallery-single-news .arrow-right-slider-single-news {
    right: -60px; }
    @media (max-width: 767px) {
      #single-news .gallery-single-news .arrow-right-slider-single-news {
        right: 10px; } }
  @media (min-width: 768px) {
    #single-news .gallery-single-news:hover .arrow-left-slider-single-news {
      left: 15px; }
    #single-news .gallery-single-news:hover .arrow-right-slider-single-news {
      right: 15px; } }

#default-content .the-content {
  /*a {
    color:$text-color;
    &:hover {
      color:$primary_color;
    }
  }*/ }
  #default-content .the-content p:last-of-type {
    margin-bottom: 0px !important; }
  #default-content .the-content h1, #default-content .the-content h2, #default-content .the-content h3, #default-content .the-content h4, #default-content .the-content h5, #default-content .the-content h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
  #default-content .the-content b, #default-content .the-content strong {
    font-weight: 400; }
  #default-content .the-content h1 {
    font-size: 25px; }
  #default-content .the-content h2 {
    font-size: 18px;
    margin-top: 25px; }
  #default-content .the-content h3 {
    font-size: 17px;
    margin-top: 20px; }
  #default-content .the-content h4 {
    font-size: 16px;
    margin-top: 18px; }
  #default-content .the-content h5 {
    font-size: 15px;
    margin-top: 18px; }
  #default-content .the-content h6 {
    font-size: 13px;
    margin-top: 18px; }
  #default-content .the-content ol {
    counter-reset: item; }
    @media (max-width: 767px) {
      #default-content .the-content ol {
        padding-left: 10px; } }
  #default-content .the-content ol li {
    display: block; }
  #default-content .the-content ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #005376;
    font-weight: 400; }
#default-content .col-children-menu > .children-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #D1E3F6;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
  position: fixed;
  width: 250px;
  z-index: 1; }
  #default-content .col-children-menu > .children-menu li.children-item {
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    #default-content .col-children-menu > .children-menu li.children-item a {
      padding: 15px 20px !important;
      display: block; }
      #default-content .col-children-menu > .children-menu li.children-item a:hover {
        background: #005376;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        color: #fff; }
    #default-content .col-children-menu > .children-menu li.children-item.current-children-menu a {
      background: #005376;
      color: #fff; }
  #default-content .col-children-menu > .children-menu .subchildren-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none; }
    #default-content .col-children-menu > .children-menu .subchildren-menu li {
      border-top: 1px solid #EBEBEB; }
      #default-content .col-children-menu > .children-menu .subchildren-menu li a {
        background: #fff !important;
        color: #fff !important;
        font-size: 13px;
        padding: 7px 30px !important; }
        #default-content .col-children-menu > .children-menu .subchildren-menu li a:hover {
          color: #005376 !important; }
      #default-content .col-children-menu > .children-menu .subchildren-menu li.current-subchildren-menu a {
        color: #005376 !important; }
  #default-content .col-children-menu > .children-menu li.current-children-menu .subchildren-menu {
    display: block; }

#faqs #accordion-faqs .card .card-header {
  padding: 0px; }
  #faqs #accordion-faqs .card .card-header h2 {
    font-family: 'Lato', sans-serif; }
    #faqs #accordion-faqs .card .card-header h2 button {
      float: left;
      width: 100%;
      padding: 20px;
      text-align: left;
      color: #005376;
      text-decoration: none;
      background-color: #fbfbfb;
      font-size: 15px !important;
      text-transform: initial; }
#faqs #accordion-faqs .card .card-body {
  padding: 20px; }

#contacts .col-contacts ul.ul-info-contacts {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  #contacts .col-contacts ul.ul-info-contacts li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 11px; }
    #contacts .col-contacts ul.ul-info-contacts li a {
      color: #fff; }
      #contacts .col-contacts ul.ul-info-contacts li a:hover {
        color: #005376; }
    #contacts .col-contacts ul.ul-info-contacts li i {
      position: absolute;
      left: 0;
      color: #005376;
      top: 4px; }
#contacts .col-contacts h3 {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 16px; }
#contacts .col-contacts hr {
  margin-top: 2rem;
  margin-bottom: 2rem; }
#contacts .col-contacts ul.social-contacts {
  margin: 0px;
  padding: 0px; }
  #contacts .col-contacts ul.social-contacts li {
    display: inline-block;
    margin-right: 18px; }
    #contacts .col-contacts ul.social-contacts li a {
      width: 100%;
      height: 100%;
      display: inline-flex;
      align-items: center;
      padding-left: 0px !important; }
      #contacts .col-contacts ul.social-contacts li a i {
        margin: auto;
        font-size: 19px;
        color: #fff; }
      #contacts .col-contacts ul.social-contacts li a:hover i {
        color: #005376; }
#contacts .col-form-contact {
  padding-top: 14px; }

body .gform_wrapper .top_label .gfield_label {
  text-transform: uppercase;
  font-size: 14px; }
body .gform_wrapper input[type="text"], body .gform_wrapper textarea, body .gform_wrapper select {
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  outline: none !important;
  box-shadow: 0 !important;
  padding: 11px 10px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  background: #fff; }
  @media (max-width: 767px) {
    body .gform_wrapper input[type="text"], body .gform_wrapper textarea, body .gform_wrapper select {
      padding: 6px 10px !important; } }
  body .gform_wrapper input[type="text"]:focus, body .gform_wrapper textarea:focus, body .gform_wrapper select:focus {
    border-color: #005376; }
body .gform_wrapper select {
  height: 45px; }
  @media (max-width: 767px) {
    body .gform_wrapper select {
      height: 42px; } }
body .gform_wrapper .ginput_container_fileupload input {
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 11px;
  outline: 0 !important;
  box-shadow: none !important; }
body .gform_wrapper label.gfield_label {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px; }
body .gform_wrapper .gfield_required {
  color: #005376; }
body .gform_wrapper .gform_footer {
  text-align: right;
  padding-top: 0px; }
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-top: 1px solid #005376;
  border-bottom: 1px solid #005376;
  background: #D1E3F6; }
body .gform_wrapper div.validation_error {
  color: #005376;
  border-top: 2px solid #005376;
  border-bottom: 2px solid #005376; }
body .gform_wrapper .validation_message, body .gform_wrapper .gfield_error .gfield_label {
  color: #005376; }
body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper li.gfield_error textarea {
  border: 1px solid #005376; }

@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_first_quarter, .gform_wrapper .top_label li.gfield.gf_fourth_quarter, .gform_wrapper .top_label li.gfield.gf_second_quarter, .gform_wrapper .top_label li.gfield.gf_third_quarter {
    margin-bottom: 0px !important; } }
.archive .woocommerce-breadcrumb, .archive .woocommerce-result-count, .archive .woocommerce-ordering {
  display: none; }

.woocommerce ul.products {
  margin-bottom: 0px !important; }
  .woocommerce ul.products li.product {
    text-align: center; }
    .woocommerce ul.products li.product .button {
      display: none; }
    .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
      font-weight: 400;
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
      font-family: 'Lato', sans-serif;
      padding: 0px; }
      @media (max-width: 767px) {
        .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
          font-size: 14px; } }
    .woocommerce ul.products li.product a img {
      margin: 0 0 10px; }
    .woocommerce ul.products li.product .price {
      color: #005376;
      font-size: 16px;
      margin-top: 3px;
      margin-bottom: 0px; }
    .woocommerce ul.products li.product .wrapper-thumbnail {
      position: relative; }
      .woocommerce ul.products li.product .wrapper-thumbnail .overlay-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgba(29, 118, 187, 0.9);
        opacity: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        -webkit-transition: opacity ease 0.2s;
        -moz-transition: opacity ease 0.2s;
        -o-transition: opacity ease 0.2s;
        transition: opacity ease 0.2s; }
    .woocommerce ul.products li.product:hover .overlay-thumbnail {
      -webkit-transition: opacity ease 0.3s;
      -moz-transition: opacity ease 0.3s;
      -o-transition: opacity ease 0.3s;
      transition: opacity ease 0.3s;
      opacity: 1; }
    .woocommerce ul.products li.product:hover h2.woocommerce-loop-product__title {
      color: #005376; }
  .woocommerce ul.products.columns-3 li.product {
    width: 32%;
    margin: 20px 2% 0 0; }
    @media (max-width: 768px) {
      .woocommerce ul.products.columns-3 li.product {
        width: 48%;
        margin: 0 0 2.992em; } }
    .woocommerce ul.products.columns-3 li.product.last {
      margin-right: 0 !important; }
  .woocommerce ul.products.columns-4 li.product {
    width: 23.5%;
    margin: 20px 2% 0 0; }
    @media (max-width: 768px) {
      .woocommerce ul.products.columns-4 li.product {
        width: 48%;
        margin: 0 0 1em; } }
    .woocommerce ul.products.columns-4 li.product.last {
      margin-right: 0 !important; }

.woocommerce.single-product div.product .summary.entry-summary .product_meta {
  display: none; }
  .woocommerce.single-product div.product .summary.entry-summary .product_meta .posted_in {
    display: none; }
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  background-color: #F4F5F7;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding: 45px 0 !important;
  margin-bottom: 0px; }
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container {
    padding: 0 30px; }
    .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes {
      margin-bottom: 0px;
      border-top: 0px; }
      .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes th {
        font-weight: 400;
        text-transform: uppercase; }
      .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes td {
        font-style: normal; }
      .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes tr:nth-child(even) th, .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes tr:nth-child(even) td {
        background: transparent; }
      .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes tr:first-child th, .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes tr:first-child td {
        padding-top: 0px; }
        .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes tr:first-child th p, .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes tr:first-child td p {
          padding-top: 0px; }
      .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes tr:last-child th, .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes tr:last-child td {
        padding-bottom: 0px;
        border-bottom: 0px !important; }
        .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes tr:last-child th p, .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes tr:last-child td p {
          padding-bottom: 0px; }
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0px; }
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
  margin: 0px !important;
  padding: 0px !important; }
  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs:before, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs:after {
    display: none; }
  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
    margin: 0px;
    float: left;
    padding: 0px;
    background-color: #fff;
    border: 0px !important;
    border-radius: 0px; }
    .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:before, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:after {
      display: none; }
    .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
      text-transform: uppercase;
      color: #fff;
      font-weight: 400;
      padding: 11px 18px; }
      .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a:hover {
        color: #005376; }
      @media (max-width: 767px) {
        .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
          padding: 8px 8px;
          font-size: 13px; } }
    .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active {
      background-color: #F4F5F7; }
      .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active a {
        color: #005376; }
.woocommerce.single-product div.product .product_title {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .woocommerce.single-product div.product .product_title {
      margin-bottom: 10px; } }
.woocommerce.single-product div.product p.price, .woocommerce.single-product div.product .woocommerce div.product span.price {
  color: #005376;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 25px; }
.woocommerce.single-product div.product .woocommerce-product-details__short-description {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 30px; }
  .woocommerce.single-product div.product .woocommerce-product-details__short-description p:last-of-type {
    margin-bottom: 0px; }
@media (min-width: 758px) and (max-width: 991px) {
  .woocommerce.single-product div.product form.cart {
    margin-bottom: 5em; } }
.woocommerce.single-product div.product form.cart div.quantity {
  margin-top: 30px; }
.woocommerce.single-product div.product form.cart .variations {
  margin-bottom: 0px;
  margin-top: 20px; }
  .woocommerce.single-product div.product form.cart .variations td {
    display: table-row; }
    .woocommerce.single-product div.product form.cart .variations td label {
      padding-top: 10px;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;
      margin-bottom: 0px; }
    .woocommerce.single-product div.product form.cart .variations td .reset_variations {
      display: none !important; }
  .woocommerce.single-product div.product form.cart .variations select {
    background: #fff;
    height: 42px;
    min-width: 180px;
    box-shadow: none;
    outline: none !important;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    font-size: 14px; }
    .woocommerce.single-product div.product form.cart .variations select:focus {
      border-color: #005376; }
.woocommerce.single-product div.product form.cart .button {
  width: 100%; }
  @media (min-width: 758px) and (max-width: 991px) {
    .woocommerce.single-product div.product form.cart .button {
      width: 50%;
      clear: both; } }
.woocommerce.single-product div.product .stock {
  color: #005376;
  font-weight: 400;
  margin-bottom: 30px !important; }
.woocommerce.single-product div.product .quantity .qty {
  text-align: center;
  padding: 8px 3px;
  width: 5em;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
  box-shadow: none !important;
  outline: none !important; }
  .woocommerce.single-product div.product .quantity .qty:focus {
    border-color: #005376; }
.woocommerce.single-product div.product .button {
  margin-top: 20px; }
.woocommerce.single-product div.product div.images {
  margin-bottom: 3em;
  width: 60%; }
  @media (max-width: 991px) {
    .woocommerce.single-product div.product div.images {
      width: 100%; } }
  @media (max-width: 767px) {
    .woocommerce.single-product div.product div.images {
      margin-bottom: 1em; } }
.woocommerce.single-product div.product div.summary {
  width: 37%; }
  @media (max-width: 991px) {
    .woocommerce.single-product div.product div.summary {
      width: 100%; } }
.woocommerce.single-product .main-padding {
  padding-top: 20px; }
  .woocommerce.single-product .main-padding .woocommerce-breadcrumb {
    margin-bottom: 35px;
    text-transform: uppercase;
    color: #fff; }
    .woocommerce.single-product .main-padding .woocommerce-breadcrumb a {
      color: #fff;
      font-size: 13px; }
      .woocommerce.single-product .main-padding .woocommerce-breadcrumb a:hover {
        color: #005376; }
      .woocommerce.single-product .main-padding .woocommerce-breadcrumb a:last-of-type {
        font-weight: 400; }
    .woocommerce.single-product .main-padding .woocommerce-breadcrumb span:last-of-type {
      display: none; }
.woocommerce.single-product .related.products {
  margin-top: 70px; }
  @media (max-width: 767px) {
    .woocommerce.single-product .related.products {
      margin-top: 50px; } }
  .woocommerce.single-product .related.products h2 {
    margin-bottom: 5px;
    font-size: 34px;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .woocommerce.single-product .related.products h2 {
        font-size: 28px; } }
    @media (max-width: 991px) {
      .woocommerce.single-product .related.products h2 {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .woocommerce.single-product .related.products h2 {
        font-size: 22px; } }

#slide-nav-pgs .slick-slide {
  margin-bottom: 8px !important; }

#slide-nav-pgs img {
  width: 125px !important; }

.vbox-title {
  display: none !important; }

.vbox-container img {
  max-width: 800px !important; }

.twist-pgs:hover .btn-prev {
  margin-left: 16px; }

.twist-pgs:hover .btn-next {
  margin-right: 16px; }

.twist-pgs .btn-prev, .twist-pgs .btn-next {
  border-radius: 4px;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 19px;
  cursor: pointer; }
  .twist-pgs .btn-prev:hover, .twist-pgs .btn-next:hover {
    background-color: #005376;
    color: #fff; }

#activity-areas-what-we-do .anchor-activity {
  margin-top: -100px;
  height: 100px;
  visibility: hidden; }
#activity-areas-what-we-do .row-area {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 30px; }
  #activity-areas-what-we-do .row-area .col-icon-area-activity {
    width: 10%;
    margin-right: 2%; }
    @media (max-width: 767px) {
      #activity-areas-what-we-do .row-area .col-icon-area-activity {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px; } }
    #activity-areas-what-we-do .row-area .col-icon-area-activity .icon-area-activity {
      background-color: #D1E3F6;
      text-align: center;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      cursor: pointer;
      -webkit-transition: all ease 0.2s;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      @media (min-width: 991px) and (max-width: 1199px) {
        #activity-areas-what-we-do .row-area .col-icon-area-activity .icon-area-activity {
          width: 90px;
          height: 90px; } }
      @media (max-width: 991px) {
        #activity-areas-what-we-do .row-area .col-icon-area-activity .icon-area-activity {
          width: 70px;
          height: 70px; } }
      #activity-areas-what-we-do .row-area .col-icon-area-activity .icon-area-activity:hover {
        background-color: #005376;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
      #activity-areas-what-we-do .row-area .col-icon-area-activity .icon-area-activity.active-icon {
        background-color: #005376;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
      #activity-areas-what-we-do .row-area .col-icon-area-activity .icon-area-activity img {
        height: 44px;
        margin: auto; }
        @media (min-width: 991px) and (max-width: 1199px) {
          #activity-areas-what-we-do .row-area .col-icon-area-activity .icon-area-activity img {
            height: 39px; } }
        @media (max-width: 991px) {
          #activity-areas-what-we-do .row-area .col-icon-area-activity .icon-area-activity img {
            height: 32px; } }
  #activity-areas-what-we-do .row-area .col-content-area-activity {
    width: 88%; }
    @media (max-width: 767px) {
      #activity-areas-what-we-do .row-area .col-content-area-activity {
        width: 100%; } }
    #activity-areas-what-we-do .row-area .col-content-area-activity .extra-content-area-activity {
      display: none;
      margin-top: 21px; }
      #activity-areas-what-we-do .row-area .col-content-area-activity .extra-content-area-activity iframe {
        width: 100%;
        height: 310px !important; }
      #activity-areas-what-we-do .row-area .col-content-area-activity .extra-content-area-activity ul {
        list-style: none;
        padding-left: 0px; }
        #activity-areas-what-we-do .row-area .col-content-area-activity .extra-content-area-activity ul li {
          position: relative;
          padding-left: 13px;
          margin-bottom: 5px; }
          #activity-areas-what-we-do .row-area .col-content-area-activity .extra-content-area-activity ul li::before {
            content: " ";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #d1651b;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 10px; }
    #activity-areas-what-we-do .row-area .col-content-area-activity .know-more-button {
      color: #fff;
      cursor: pointer;
      -webkit-transition: all ease 0.2s;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      #activity-areas-what-we-do .row-area .col-content-area-activity .know-more-button:hover {
        color: #d1651b; }
      #activity-areas-what-we-do .row-area .col-content-area-activity .know-more-button img {
        width: 15px;
        position: absolute;
        top: 6px;
        right: -19px;
        -webkit-transition: all ease 0.2s;
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s; }
    #activity-areas-what-we-do .row-area .col-content-area-activity .spin-arrow {
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      color: #fff !important; }
      #activity-areas-what-we-do .row-area .col-content-area-activity .spin-arrow img {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        transform: rotate(-180deg);
        right: auto;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s; }
  #activity-areas-what-we-do .row-area h2 {
    color: #d1651b;
    margin-bottom: 10px; }

#volunteering {
  margin-top: 70px; }
  #volunteering h2 {
    color: #d1651b;
    margin-bottom: 10px; }
  #volunteering ul {
    list-style: none;
    padding-left: 0px; }
    #volunteering ul li {
      position: relative;
      padding-left: 13px;
      margin-bottom: 5px; }
      #volunteering ul li::before {
        content: " ";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #d1651b;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 10px; }

#form-volunteering {
  padding-top: 70px; }
  #form-volunteering .gform_footer {
    padding-bottom: 0px; }

iframe[name="donorbox"] {
  max-width: 100% !important; }

#donations .gform_wrapper {
  margin: 0px; }
  #donations .gform_wrapper ul li.gfield {
    margin-top: 0px;
    margin-bottom: 15px; }
#donations #accordion-donations {
  display: flex;
  flex-direction: column; }
  #donations #accordion-donations .card {
    margin-bottom: 25px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.12);
    border: 0px;
    border-radius: 0px; }
    #donations #accordion-donations .card:last-child {
      margin-bottom: 0px; }
    #donations #accordion-donations .card .card-header {
      padding: 0px;
      background-color: #fff;
      border-bottom: 1px solid #EBEBEB;
      cursor: pointer; }
      #donations #accordion-donations .card .card-header h2 {
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        color: #fff;
        text-transform: initial;
        font-size: 1.3rem; }
        @media (max-width: 991px) {
          #donations #accordion-donations .card .card-header h2 {
            font-size: 1.2rem; } }
      #donations #accordion-donations .card .card-header .content-header-donations {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        display: flex;
        align-items: center; }
        @media (max-width: 991px) {
          #donations #accordion-donations .card .card-header .content-header-donations {
            padding-top: 23px;
            padding-bottom: 23px;
            padding-left: 18px;
            padding-right: 18px; } }
        @media (max-width: 767px) {
          #donations #accordion-donations .card .card-header .content-header-donations {
            padding: 15px 30px; } }
        #donations #accordion-donations .card .card-header .content-header-donations p {
          margin-bottom: 0px; }
      #donations #accordion-donations .card .card-header .button-donations {
        background-color: #ECEEEF;
        width: 100%;
        height: 100%;
        display: flex; }
        @media (max-width: 767px) {
          #donations #accordion-donations .card .card-header .button-donations {
            padding: 10px; } }
        #donations #accordion-donations .card .card-header .button-donations img {
          margin: auto; }
          @media (max-width: 991px) {
            #donations #accordion-donations .card .card-header .button-donations img {
              width: 16px; } }
      #donations #accordion-donations .card .card-header > div:not(.collapsed) .button-donations img {
        transform: rotate(-180deg); }
    #donations #accordion-donations .card .card-body {
      padding: 40px; }
      @media (max-width: 991px) {
        #donations #accordion-donations .card .card-body {
          padding: 30px; } }
      @media (max-width: 767px) {
        #donations #accordion-donations .card .card-body {
          padding: 15px; } }
      #donations #accordion-donations .card .card-body .description-donations ul {
        list-style: none;
        padding-left: 0px; }
        #donations #accordion-donations .card .card-body .description-donations ul li {
          position: relative;
          padding-left: 13px;
          margin-bottom: 5px; }
          #donations #accordion-donations .card .card-body .description-donations ul li::before {
            content: " ";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #d1651b;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 10px; }

#graphic-donations {
  margin-top: 60px;
  margin-bottom: 60px; }
  #graphic-donations .row {
    display: flex;
    align-items: center; }
  @media (max-width: 767px) {
    #graphic-donations .col-graphic {
      text-align: center;
      margin-top: 20px; } }
  #graphic-donations h3 {
    margin-bottom: 30px;
    padding-right: 30px; }
    @media (max-width: 767px) {
      #graphic-donations h3 {
        text-align: center;
        padding-right: 0px; } }
  #graphic-donations ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    #graphic-donations ul li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 5px; }
      #graphic-donations ul li:last-of-type {
        margin-bottom: 0px; }
      #graphic-donations ul li i {
        position: absolute;
        top: 5px;
        left: 0; }

.iframe-donorbox {
  background: url(../img/loading.gif) center 20% no-repeat;
  background-size: 180px; }

.form-search-products {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .form-search-products .col-filter {
      margin-bottom: 15px; } }
  .form-search-products .col-filter:last-child label {
    display: none; }
  @media (max-width: 991px) {
    .form-search-products {
      margin-bottom: 35px; } }
  .form-search-products label {
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: #005376;
    font-weight: 500;
    margin-bottom: 10px; }
  .form-search-products select, .form-search-products input, .form-search-products button {
    width: 100%; }
  .form-search-products select, .form-search-products input {
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    outline: none !important;
    box-shadow: 0 !important;
    padding: 11px 10px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #272B31 !important;
    background: #fff; }
  .form-search-products select {
    height: 45px; }
  .form-search-products select[disabled] {
    cursor: not-allowed; }
  .form-search-products select[name="tipo-produto"] option {
    display: none; }
    .form-search-products select[name="tipo-produto"] option:first-child {
      display: block !important; }

.home .main-padding {
  padding-top: 0px; }

.page-template-donations .main-padding {
  padding-bottom: 0px; }

#banner-home {
  position: relative; }
  #banner-home .owl-dots {
    margin-top: 13px;
    display: flex;
    justify-content: flex-end; }
    #banner-home .owl-dots button {
      outline: 0 !important;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: 2px solid transparent;
      margin: 1px 3px;
      display: flex;
      justify-content: center; }
      #banner-home .owl-dots button span {
        background: #565656;
        border: #565656;
        width: 14px;
        height: 14px;
        margin: 0px; }
      #banner-home .owl-dots button:hover span {
        background: #fff;
        border: 2px solid #fff; }
      #banner-home .owl-dots button.active {
        border: 2px solid #005376; }
        #banner-home .owl-dots button.active span {
          background: #fff;
          border-color: #fff;
          width: 8px;
          height: 8px; }
  #banner-home .video-background {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    @media (max-width: 991px) {
      #banner-home .video-background {
        display: none; } }
  #banner-home .image-background {
    display: none; }
    @media (max-width: 991px) {
      #banner-home .image-background {
        display: block;
        height: 100%;
        background-size: cover;
        background-position: center center; } }
  #banner-home .video-foreground,
  #banner-home .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #banner-home #vidtop-content {
    top: 0;
    color: #fff; }
  #banner-home .vid-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 1rem;
    font-family: Avenir, Helvetica, sans-serif; }
  #banner-home .vid-info h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.2; }
  #banner-home .vid-info a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    transition: .6s background;
    border-bottom: none;
    margin: 1rem auto;
    text-align: center; }
  @media (min-aspect-ratio: 16 / 9) {
    #banner-home .video-foreground {
      height: 300%;
      top: -100%; } }
  @media (max-aspect-ratio: 16 / 9) {
    #banner-home .video-foreground {
      width: 300%;
      left: -100%; } }
  @media all and (max-width: 600px) {
    #banner-home .vid-info {
      width: 50%;
      padding: .5rem; }
    #banner-home .vid-info h1 {
      margin-bottom: .2rem; } }
  @media all and (max-width: 500px) {
    #banner-home .vid-info .acronym {
      display: none; } }
  #banner-home .img-slider-mobile {
    display: none !important; }
    @media (max-width: 767px) {
      #banner-home .img-slider-mobile {
        display: block !important; } }
  @media (max-width: 767px) {
    #banner-home .img-slider-desktop {
      display: none !important; } }

.cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%; }
  .cover .hi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 26px;
    text-align: center; }
    .cover .hi span {
      color: #ff0;
      cursor: pointer;
      text-decoration: underline; }
    .cover .hi em {
      font-style: normal; }
      .cover .hi em.hidden {
        display: none; }

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity .5s; }
    .tv .screen.active {
      opacity: 1; }

.page-template-donations #middle-banner {
  text-align: center; }
  @media (max-width: 767px) {
    .page-template-donations #middle-banner {
      height: auto; } }
  .page-template-donations #middle-banner .overlay-middle-banner {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 35px 0; }
  .page-template-donations #middle-banner h4 {
    color: #fff;
    margin-bottom: 25px; }
  .page-template-donations #middle-banner p {
    color: #fff;
    font-weight: 300;
    max-width: 100%;
    margin: auto;
    padding: 0 20%;
    text-transform: initial;
    font-size: 16px; }
    .page-template-donations #middle-banner p bolder {
      font-weight: 900; }
  .page-template-donations #middle-banner .btn {
    font-family: 'Lato', sans-serif;
    position: relative;
    bottom: 0;
    margin-top: 30px;
    display: inline-block !important; }
    .page-template-donations #middle-banner .btn:hover {
      color: #005376;
      background-color: #fff;
      border-color: #fff; }

.gform_wrapper span.ginput_total {
  color: #005376 !important;
  font-weight: 900 !important; }

.gform_wrapper .gform_page_footer #gform_submit_button_5 {
  float: right; }

.customize_options_donation_time ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none; }

.customize_options_donation_time ul li label {
  line-height: 17px !important;
  text-align: center;
  color: #000 !important;
  display: inline-flex !important;
  cursor: pointer !important;
  font-weight: bold !important;
  padding: 5px 20px !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  font-weight: 400 !important; }

.customize_options_donation_time input[type=radio]:checked + label {
  color: #fff !important;
  background: #005376; }

label + input[type=radio] + label {
  border-left: solid 3px #005376; }

.customize_options_donation_time ul {
  border: solid 1px #005376;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  width: auto !important;
  display: inline-flex !important; }

.customize_options_donation_time .gfield_label {
  padding: 0 !important; }

.customize_options_donation_time li {
  max-width: 105px;
  width: 105px;
  margin: 0 !important;
  display: inline-block; }

.customize_options_donation_time .gfield_radio {
  display: flex; }

.customize_options_donation_time_payment ul {
  flex-wrap: wrap !important;
  width: 250px !important; }

.customize_options_donation_time_payment ul li {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  max-width: 50%; }

.money_quantity_style, .custom-checkbox {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  width: 960px;
  margin: 0 auto; }

.money_quantity_style ul, .custom-checkbox ul {
  flex: 0 100%; }

.money_quantity_style ul li, .custom-checkbox ul li {
  position: relative; }

.money_quantity_style li:hover label, .custom-checkbox li:hover label {
  color: #fff !important; }

.money_quantity_style li:hover label::before, .custom-checkbox li:hover label::before {
  border: 4px solid #005376; }

.money_quantity_style input, .custom-checkbox input {
  position: absolute;
  visibility: hidden; }

.money_quantity_style input:checked + label, .custom-checkbox input:checked + label {
  color: #fff !important; }

.money_quantity_style input:checked + label::before, .custom-checkbox input:checked + label::before {
  border: 4px solid #005376;
  background: #005376; }

.money_quantity_style ul li label, .custom-checkbox ul li label {
  display: flex !important;
  align-items: center !important;
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  cursor: pointer !important;
  transition: all 0.25s linear !important; }

.money_quantity_style ul li label::before, .custom-checkbox ul li label::before {
  display: block;
  content: '';
  border: 5px solid #000;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-right: 10px;
  transition: all .25s linear; }

.customize_options_donation_time_payment li:nth-child(1) {
  border-right: 1px solid #005376;
  border-bottom: 1px solid #005376; }

.customize_options_donation_time_payment li:nth-child(3) {
  border-right: 1px solid #005376; }

.customize_options_donation_time_payment li:nth-child(2) {
  border-bottom: 1px solid #005376; }

.customize_options_donation_time_same_bellow ul li label {
  padding: 13px 20px !important; }

.ginput_container_date input {
  width: 100% !important; }

.gform_page_footer {
  display: inline-block;
  text-align: center; }
  .gform_page_footer .gform_previous_button {
    float: left; }
  .gform_page_footer .gform_next_button, .gform_page_footer #gform_submit_button_3 {
    float: right; }
  .gform_page_footer .gform_ajax_spinner {
    width: 30px !important;
    padding: 0px !important; }

.gform_footer .gform_ajax_spinner {
  width: 30px !important; }

.accept-terms a {
  margin: 0 4px;
  color: #000;
  color: #fff;
  font-weight: 400; }
  .accept-terms a:hover {
    color: #005376; }
  .accept-terms a:last-of-type {
    margin-right: 0px; }

.modal-title {
  width: 100%;
  text-align: center; }

.modal-footer {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center; }

.modal-body {
  text-align: left; }
  .modal-body span {
    text-transform: uppercase;
    font-weight: 400; }
  .modal-body a {
    color: #fff; }
    .modal-body a:hover {
      color: #005376; }

body .ihc-login-template-13 .impu-form-line-fr input[type=text], body .ihc-login-template-13 .impu-form-line-fr input[type=password],
body .ihc-register-5 .iump-form-line-register input[type=text], body .ihc-register-5 .iump-form-line-register input[type=password], body .ihc-register-5 .iump-form-line-register input[type=number], body .ihc-register-5 .iump-form-line-register textarea, body .ihc-register-5 .iump-form-line-register select, body .ihc-register-5 .iump-form-line-register .select2-selection {
  border: 1px solid #ebebeb !important;
  border-radius: 5px;
  outline: none !important;
  box-shadow: 0 !important;
  padding: 11px 10px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #fff !important;
  background: #fff; }
  body .ihc-login-template-13 .impu-form-line-fr input[type=text]:focus, body .ihc-login-template-13 .impu-form-line-fr input[type=password]:focus,
  body .ihc-register-5 .iump-form-line-register input[type=text]:focus, body .ihc-register-5 .iump-form-line-register input[type=password]:focus, body .ihc-register-5 .iump-form-line-register input[type=number]:focus, body .ihc-register-5 .iump-form-line-register textarea:focus, body .ihc-register-5 .iump-form-line-register select:focus, body .ihc-register-5 .iump-form-line-register .select2-selection:focus {
    border-color: #005376 !important; }
body .ihc-login-template-13 .impu-form-line-fr .impu-form-label-fr,
body .ihc-register-5 .iump-labels-register {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #fff; }
body .ihc-register-5 .iump-labels-register {
  margin-bottom: 4px;
  display: inline-block;
  min-width: 0px; }
  body .ihc-register-5 .iump-labels-register span {
    float: right;
    margin-left: 4px;
    color: #005376 !important; }
body .ihc-login-notice {
  background: #005376;
  color: #fff !important;
  margin-top: 5px;
  font-size: 13px !important; }
body .ihc-login-notice:before {
  top: -5px;
  border-top: 0px;
  border-bottom: 5px solid #005376; }
body .ihc-login-template-13 .impu-form-submit input,
body .ihc-login-template-13 .ihc-register-link,
body .ihc-register-5 .iump-submit-form input {
  text-transform: uppercase;
  padding: 11px 30px !important;
  border-radius: 35px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  border: 1px solid transparent !important;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background-color: #005376 !important;
  color: #fff !important; }
  body .ihc-login-template-13 .impu-form-submit input:hover,
  body .ihc-login-template-13 .ihc-register-link:hover,
  body .ihc-register-5 .iump-submit-form input:hover {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  body .ihc-login-template-13 .impu-form-submit input:hover,
  body .ihc-login-template-13 .ihc-register-link:hover,
  body .ihc-register-5 .iump-submit-form input:hover {
    background: transparent !important;
    border: 1px solid #005376 !important;
    color: #fff !important; }
body .ihc-login-template-13 .ihc-register-link {
  background-color: #fff !important;
  color: #fff !important;
  border: 1px solid #005376 !important;
  padding: 0px !important; }
  body .ihc-login-template-13 .ihc-register-link:hover {
    background-color: #005376 !important; }
  body .ihc-login-template-13 .ihc-register-link a {
    color: #fff;
    padding: 11px 30px !important;
    display: block; }
body .ihc-login-template-13 .impu-form-label-remember {
  font-size: 14px;
  color: #fff; }
body .ihc-login-template-13 .impu-form-input-remember:checked:before {
  border: 3px solid #005376;
  outline: none;
  top: 1px;
  left: 6px;
  border-top: 0;
  border-left: 0; }
body .ihc-login-template-13 .impu-form-input-remember {
  border: 1px solid #ebebeb;
  outline: none !important; }
body .impu-form-links-pass a {
  color: #fff; }
  body .impu-form-links-pass a:hover {
    color: #005376; }
body .impu-form-pass-additional-content {
  color: #fff;
  font-size: 14px; }
body .ihc-login-template-13 input {
  outline: none !important; }
body .ihc-wrapp-the-errors {
  color: #fff;
  font-size: 14px;
  background-color: #fff6f4;
  border-color: #b11f1f;
  background: #b11f1f; }
body .ihc_level_template_7 .ihc-level-item-wrap {
  background-color: #fff; }
body .ihc_level_template_7 .ihc-level-item-link {
  background-color: #005376;
  color: #fff;
  text-transform: uppercase;
  border-radius: 35px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  border: 1px solid transparent !important;
  width: auto;
  display: inline-block;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background-color: #005376;
  color: #fff !important; }
  body .ihc_level_template_7 .ihc-level-item-link:hover {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  body .ihc_level_template_7 .ihc-level-item-link:hover {
    background: transparent;
    border: 1px solid #005376 !important;
    color: #fff !important; }
body .ihc_level_template_7 .ihc-level-item-bottom {
  text-align: center; }
body .ihc_level_template_7 .ihc-level-item-price {
  border: 4px solid #005376; }
body .ihc_level_template_7 .ihc-level-item-title {
  color: #fff;
  font-size: 31px !important; }
body .ihc_level_template_7 .ihc-level-item-content {
  color: #fff; }
body .ihc_level_template_7 .ihc-level-item-price {
  color: #fff !important;
  min-height: 63px;
  height: 63px;
  font-size: 26px !important;
  line-height: 36px !important; }
body .ihc_level_template_7 .ihc-level-item-content {
  min-height: 200px; }
body .ich_level_wrap {
  text-align: center; }
body .iump-register-form {
  max-width: 100%;
  margin: auto; }
body .iump-level-details-register .ihc-order-title {
  border-bottom: 2px solid #005376; }
body .ihc-register-notice {
  position: absolute;
  z-index: 100;
  background: #dd3559;
  padding: 5px 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  right: 0;
  margin-bottom: 8px;
  font-size: .875rem;
  color: #fff;
  top: 100%;
  margin-top: -2px;
  opacity: 1;
  -webkit-transition: all .6s linear 0s;
  -moz-transition: all .6s linear 0s;
  -ms-transition: all .6s linear 0s;
  -o-transition: all .6s linear 0s;
  transition: all .6s linear 0s;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  color: #fff !important;
  background: #005376;
  color: #fff !important;
  margin-top: -5px;
  font-size: 13px !important; }
body .ihc-register-notice:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #dd3559;
  top: -5px;
  border-top: 0;
  border-bottom: 5px solid #005376; }
body .ihc-register-5 .ihc-input-notice {
  border-color: #fff !important; }
body .ihc-tos-wrap a {
  color: #fff;
  text-decoration: none !important; }
  body .ihc-tos-wrap a:hover {
    color: #005376;
    text-decoration: none !important; }
body .ihc-register-5 .iump-form-line-register {
  border-bottom: none;
  float: left;
  width: 50%;
  min-height: 90px; }
  @media (max-width: 767px) {
    body .ihc-register-5 .iump-form-line-register {
      width: 100%; } }
body .ihc-tos-wrap {
  clear: both; }
body .ihc-register-5 .iump-submit-form {
  margin-top: 38px; }
body .ihc-tos-wrap .ihc-register-notice {
  left: 0;
  right: auto; }
body .ihc-edit-top-ap-banner {
  display: none !important; }
body .ihc-user-page-top-ap-wrapper .ihc-left-side {
  display: none; }
body .ihc-user-page-top-ap-wrapper .ihc-middle-side {
  margin-left: 0px; }
body .ihc-user-page-top-ap-wrapper .ihc-ap-top-theme-4 {
  height: auto; }
body .ihc-user-page-top-ap-wrapper {
  padding-top: 85px;
  padding-bottom: 0;
  height: auto;
  padding: 0;
  padding: 30px 0; }
body .ihc-user-page-top-ap-wrapper {
  display: none !important; }
body .ihc-user-page-content-wrapper .iump-form-line-register:first-of-type {
  width: 100% !important; }
body .ihc-ap-theme-3 .ihc-account-tranz-list td .ihc-level-name {
  color: #005376; }
body .ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item .fa-ihc {
  font-size: 26px;
  line-height: 25px; }
body .ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item a {
  font-size: 13px;
  text-transform: uppercase; }
body .ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item a, body .ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item i {
  opacity: 1 !important;
  color: #fff !important; }
body .ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item:hover a, body .ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item:hover i {
  color: #005376 !important; }
body .ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item.ihc-ap-menu-item-selected a, body .ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item.ihc-ap-menu-item-selected i {
  color: #005376 !important; }
body .ihc-ap-wrap h3 {
  color: #005376; }
body .ihc-ap-menu-item i {
  padding: 0px; }
body .ihc-ap-theme-3 .ihc-account-subscr-list thead {
  border-bottom: 3px solid #005376; }
body .ihc-ap-theme-3 .ihc-account-subscr-list .ihc-level-name {
  color: #005376; }
@media (max-width: 991px) {
  body .ihc-content-right {
    text-align: left; }
  body .ihc_level_template_7 .ihc-level-item-wrap {
    margin-left: 35px; } }
@media (max-width: 767px) {
  body .iump-level-details-register .ihc-order-title {
    font-size: 18px; } }
body .iump-discount-wrapper .iump-level-details-register-price {
  color: #005376 !important; }
body .ihc_coupon_code_check_div_msg {
  margin-top: 15px; }
body .ihc-coupon-valid {
  color: #005376; }

.outer-navbarNav-mobile {
  display: none !important; }

@media (max-width: 991px) {
  .outer-navbarNav-mobile {
    display: block !important;
    width: 100%; }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding: 0 15px; }
    .navbar-expand-lg > .container .col-lg-5.col-md-5, .navbar-expand-lg > .container-fluid .col-lg-5.col-md-5 {
      display: flex; }
    .navbar-expand-lg > .container .right-navbar, .navbar-expand-lg > .container-fluid .right-navbar {
      width: 100%; }

  #navbarNav {
    padding: 0 30px; }
    #navbarNav ul li {
      margin: 5px 0; }
      #navbarNav ul li a {
        text-transform: uppercase;
        font-family: 'Roboto Condensed',sans-serif;
        color: #2f2c2c;
        font-weight: 600; }
        #navbarNav .right-navbar a{
          color:#fff;
        }
        #navbarNav ul li a:hover {
          color: #005376; }
      #navbarNav ul li.current-menu-item {
        color: #005376; } }
#navbarNav .right-navbar {
  display: none !important; }

@media (max-width: 767px) {
  #navbarNav .right-navbar {
    display: block !important; }

  .outer-right-navbar {
    display: none !important; }

  .navbar-expand-lg > .container .col-lg-5.col-md-5, .navbar-expand-lg > .container-fluid .col-lg-5.col-md-5 {
    justify-content: flex-end; }

  nav.navbar .row .col-navbar-brand {
    text-align: left; }

  nav.navbar .container-fluid {
    padding: 0 15px !important; }

  nav.navbar .container-fluid .row {
    margin: 0px !important; }

  nav.navbar .container-fluid .row {
    padding: 0px !important; }

  .outer-navbarNav-mobile .navbar-nav {
    margin-top: 15px; }

  .navbar-toggler {
    padding: 0px !important; }

  #navbarNav {
    text-align: center; }

  nav.navbar .right-navbar {
    margin-top: 24px;
    margin-bottom: 0px;
    display: block;
    display: inline-block;
    width: 100%; }
    nav.navbar .right-navbar a {
      margin-bottom: 15px !important;
      display: block;
      margin-left: 0px !important; }
    nav.navbar .right-navbar .btn {
      max-width: 200px;
      margin: auto;
      float: none;
      display: inline-block;
      margin-bottom: 10px !important; } }
.accept-terms {
  margin-top: 60px !important; }

.accept-terms > label.gfield_label {
  display: none !important; }

.ginput_container_number .instruction {
  display: none !important; }

.ginput_container_fileupload .screen-reader-text {
  font-size: 11px; }

#default-content .the-content img {
  max-width: 100%;
  height: auto; }

#single-news blockquote {
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600; }

.jobs-list .box-jobs-list {
  margin-bottom: 30px;
  padding: 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(15, 15, 16, 0.12);
  box-shadow: 0px 3px 6px rgba(15, 15, 16, 0.12);
  border-radius: 0px;
  outline: none !important;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  .jobs-list .box-jobs-list:hover {
    -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
.jobs-list h2 {
  font-size: 19px;
  color: #005376; }
.jobs-list .pagination-jobs-list {
  text-align: center; }

.row-info-jobs-list .col-info-jobs-list {
  margin: 7px 0;
  color: #fff !important; }
  .row-info-jobs-list .col-info-jobs-list span {
    display: block;
    text-transform: uppercase;
    font-weight: 500; }

.btn-attachment {
  margin-top: 30px; }

.description-single-job span {
  display: block;
  text-transform: uppercase;
  font-weight: 500; }

#jobs-home {
  margin-top: 100px; }
  #jobs-home h3 {
    margin-bottom: 20px; }
  #jobs-home .slick-prev:before, #jobs-home .slick-next:before {
    color: #005376; }
  #jobs-home .slick-dots {
    margin-top: 35px;
    display: flex;
    justify-content: center; }
    #jobs-home .slick-dots li {
      outline: 0 !important;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: 2px solid transparent;
      margin: 1px 3px;
      display: flex;
      justify-content: center; }
      #jobs-home .slick-dots li button {
        background: #565656;
        border: #565656;
        width: 14px;
        height: 14px;
        margin: 0px;
        border-radius: 30px;
        align-self: center; }
        #jobs-home .slick-dots li button:before {
          display: none !important; }
      #jobs-home .slick-dots li:hover button {
        background: #fff;
        border: 2px solid #fff; }
      #jobs-home .slick-dots li.slick-active {
        border: 2px solid #005376; }
        #jobs-home .slick-dots li.slick-active button {
          background: #fff;
          border-color: #fff;
          width: 8px !important;
          height: 8px !important; }
  #jobs-home .btn {
    margin-top: 20px; }

@media (max-width: 991px) {
  .col-search-job-home {
    margin-top: 30px; } }
@media (max-width: 767px) {
  .outer-col-news {
    margin-top: 30px; } }
    
.page-template-about-php .fluid-width-video-wrapper{
    padding-top:60% !important;
}
.youtube-embed-plist{
    margin-top:60px;
}
html[lang="es-ES"] .y-e-p-pt{
    display:none;
}
html[lang="pt-PT"] .y-e-p-es{
    display:none;
}
/*# sourceMappingURL=style.css.map */
