/* APP VARIABLES */
.slideshow {
  position: relative;
}
.slideshow__fw .slider {
  height: 600px;
}
@media screen and (max-width: 767px) {
  .slideshow__fw .slider {
    height: 600px;
  }
}
@media screen and (max-width: 575px) {
  .slideshow__fw .slider {
    height: 450px;
  }
}
@media screen and (max-device-width: 360px) {
  .slideshow__fw .slider {
    height: calc(100vh - 50px);
  }
}
.slideshow .slider {
  position: relative;
  display: flex;
}
.slideshow .slider .slick-track {
  height: 100%;
}
.slideshow .slider .slide {
  height: 100%;
  position: relative;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #2E2E2E;
}
@media screen and (max-width: 767px) {
  .slideshow .slider .slide__full {
    height: 100%;
    padding: 60px 60px 75px 60px;
    align-items: flex-end;
  }
}
.slideshow .slider .slide__full .placeholder {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.slideshow .slider .slide__full .placeholder::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.slideshow .slider .slide__full .placeholder img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slideshow .slider .slide__full .content {
  position: relative;
  z-index: 5;
  padding: 60px 150px;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .slideshow .slider .slide__full .content {
    text-align: center;
    padding: 15px;
  }
  .slideshow .slider .slide__full .content h2 {
    font-size: 3.6rem;
  }
  .slideshow .slider .slide__full .content p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .slideshow .slider .slide__full .content h2 {
    font-size: 2.4rem;
  }
}
.slideshow .slider .slide__full .content h2 {
  color: #fff;
}
.slideshow .slider .slide__dual {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .slideshow .slider .slide__dual {
    width: calc(100vw - 17px) !important;
    flex-direction: column-reverse;
  }
}
@media screen and (max-device-width: 767px) {
  .slideshow .slider .slide__dual {
    width: 100vw !important;
    flex-direction: column-reverse;
  }
}
.slideshow .slider .slide__dual .placeholder {
  position: relative;
  height: 600px;
  width: 50%;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .slideshow .slider .slide__dual .placeholder {
    width: 100%;
    height: 50%;
  }
}
.slideshow .slider .slide__dual .placeholder img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slideshow .slider .slide__dual .content {
  position: relative;
  z-index: 5;
  height: 100%;
  width: 50%;
  padding: 10px;
  background-color: #f0f0f0;
  color: #2E2E2E;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .slideshow .slider .slide__dual .content {
    width: 100%;
    height: 50%;
  }
  .slideshow .slider .slide__dual .content .wrapper {
    background-color: #fff;
    padding: 30px !important;
    text-align: center;
    top: 30px;
  }
  .slideshow .slider .slide__dual .content h2 {
    font-size: 3.6rem;
  }
  .slideshow .slider .slide__dual .content p {
    font-size: 1.8rem;
  }
}
.slideshow .slider .slide__dual .content .wrapper {
  position: relative;
  padding: 60px 90px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.slideshow .slider .slide__dual .content h2 {
  color: #2E2E2E;
}
.slideshow .slider .slide__dual .content p {
  color: #6F6F6F;
}
.slideshow .slider .slide p, .slideshow .slider .slide h2 {
  word-break: break-word;
}
.slideshow .slider__control {
  position: absolute;
  z-index: 2;
  right: -60px;
  top: 50%;
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  flex-direction: row;
  min-height: 30px;
}
@media screen and (max-width: 767px) {
  .slideshow .slider__control {
    top: auto;
    bottom: 60px;
    transform: rotate(0deg);
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
  }
}
.slideshow .slider__control:hover {
  right: -61px;
}
@media screen and (max-width: 767px) {
  .slideshow .slider__control:hover {
    right: 0;
  }
}
.slideshow .slider__control:hover .slider__control__btn-progress-bar::after {
  width: 100%;
}
.slideshow .slider__control:hover .slider__control__btn-next {
  font-weight: 700;
}
.slideshow .slider__control__btn {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.04rem;
  font-weight: 400;
}
.slideshow .slider__control__btn-prev {
  font-weight: 700;
}
.slideshow .slider__control__btn-progress-bar {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 2px;
  background-color: #fff;
  margin: 0 30px;
}
.slideshow .slider__control__btn-progress-bar::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 4px;
  background-color: #fff;
  transition: all ease 0.5s;
}

.recent-news {
  position: relative;
}
.recent-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 0;
  background-color: #fff;
}
.recent-news .section {
  position: relative;
}
.recent-news .section__title {
  letter-spacing: 0.1rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recent-news .section__title {
    margin-bottom: 15px;
    text-align: center;
  }
}
.recent-news .section__action {
  position: relative;
  display: flex;
  align-items: center;
}
.recent-news .article {
  position: relative;
  margin-bottom: 60px;
}
.recent-news .article__img {
  width: 100%;
  height: 325px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .recent-news .article__img {
    height: 225px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1750px) {
  .recent-news .article__img {
    height: 275px;
  }
}
.recent-news .article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.recent-news .article__title {
  position: relative;
  margin-bottom: 15px;
}
.recent-news .article__title a {
  color: #2E2E2E;
  text-decoration: none;
}
.recent-news .article__title a:hover, .recent-news .article__title a:focus {
  color: #EA3731;
}
.recent-news .article__tag {
  font-family: "muli", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #2E2E2E;
  margin-top: 15px;
  margin-bottom: 30px;
}
.recent-news .article__tag-brown {
  color: #d27777;
}
.recent-news .article__tag-yellow {
  color: #FFD215;
}
.recent-news .article__tag-red {
  color: #EA3731;
}
.recent-news .article__tag-orange {
  color: #ff6d2c;
}
.recent-news .article__tag-purple {
  color: #bf4b96;
}
.recent-news .article__tag-blue {
  color: #2f47eb;
}
.recent-news .article__tag-green {
  color: #04bf7b;
}
.recent-news .article__date {
  color: #6F6F6F;
}
.recent-news .article__date .double-dash {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #6F6F6F;
  margin: 5px;
}

.ugt .home {
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .ugt .home .ugt__nav {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .ugt .home .ugt__nav__mobile {
    display: flex;
  }
}
.ugt .home.is-mobile main {
  margin-top: 0;
}
.ugt .home.is-mobile main > section:first-child {
  padding-top: 50px;
}
.ugt .home section:not(.opinion) {
  position: relative;
  z-index: 5;
}
.ugt .home h1 {
  color: #EA3731;
  font-family: "Oswald", sans-serif;
  font-size: 5.2rem;
}
.ugt .home h6 {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
}
.ugt .home .home-logos {
  background-color: #fff;
}
.ugt .home .home-logos .has-top-border {
  border-top: 1px solid #D1D1D1;
}
.ugt .home .home-logos h4 {
  color: #6F6F6F;
}
.ugt .home .opinion {
  position: relative;
}
.ugt .home .opinion .quote {
  position: fixed;
  top: 25%;
  left: 40%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .ugt .home .opinion .quote {
    left: -5%;
  }
}
.ugt .home .opinion .title {
  position: fixed;
  top: 55%;
  left: 10%;
  z-index: 1;
}
.ugt .home .opinion .title h2 {
  font-size: 6.4rem;
  line-height: 5.8rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .ugt .home .opinion .title {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 60px;
  }
  .ugt .home .opinion .title h2 {
    font-size: 4.8rem;
    line-height: 4.2rem;
    color: #ccc !important;
  }
}
@media screen and (max-width: 767px) {
  .ugt .home .opinion .title h2 {
    font-size: 4.2rem;
    line-height: 3.6rem;
  }
}
.ugt .home .opinion .placeholder {
  position: relative;
  width: 100%;
  height: 320px;
}
.ugt .home .opinion .placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ugt .home .opinion .author__avatar {
  text-align: center;
}
.ugt .home .opinion .author__avatar img {
  width: 125px;
  height: 125px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .ugt .home .opinion .author__avatar img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 360px) {
  .ugt .home .opinion .author__avatar img {
    width: 75px;
    height: 75px;
  }
}
.ugt .home .opinion .author__name {
  font-family: "muli", sans-serif;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0.05rem;
  color: #6F6F6F;
  margin-bottom: 3rem;
}
.ugt .home .opinion article h3 {
  font-family: "muli", sans-serif;
  font-size: 3.4rem;
  line-height: 4rem;
  color: #2E2E2E;
  margin-bottom: 3rem;
}
.ugt .home .opinion article p {
  font-family: "muli", sans-serif;
  font-size: 2rem;
  line-height: 3.2rem;
  color: #4D4D4D;
  margin-bottom: 3rem;
}
@media screen and (max-width: 575px) {
  .ugt .home .opinion article h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
  .ugt .home .opinion article p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 360px) {
  .ugt .home .opinion article h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.ugt .home .comunication {
  background-color: #EFEFEF;
  padding: 15px 5vw 15px;
  z-index: 6 !important;
}
.ugt .home .comunication .wrapper {
  position: relative;
  top: 90px;
  background-color: #2E2E2E;
  color: #fff;
  padding: 90px 75px;
}
@media screen and (max-width: 575px) {
  .ugt .home .comunication .wrapper {
    padding: 30px 30px 60px 30px;
  }
}
.ugt .home .comunication h2 {
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.6rem;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .ugt .home .comunication h2 {
    text-align: center;
  }
}
.ugt .home .comunication .slider .slide {
  padding: 15px;
}
.ugt .home .comunication .slider .slide:focus {
  outline: none;
}
.ugt .home .comunication .slider .slide .content {
  min-height: 175px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 575px) {
  .ugt .home .comunication .slider .slide .content {
    min-height: 125px;
  }
}
.ugt .home .comunication .slider .slide .content a, .ugt .home .comunication .slider .slide .content p {
  font-family: "muli", sans-serif;
  font-size: 2rem;
  line-height: 3.2rem;
  color: #fff;
}
.ugt .home .comunication .slider .slide .content a:hover, .ugt .home .comunication .slider .slide .content p:hover {
  text-decoration: none;
}
.ugt .home .comunication .slider__control {
  transform: none;
  right: auto;
  left: -20vw;
  top: auto;
  bottom: 0;
}
.ugt .home .comunication .slider__control__btn-progress-bar {
  width: 90px;
  margin: 0 10px;
  height: 1px;
}
.ugt .home .comunication .slider__control__btn-progress-bar::after {
  height: 3px;
}
.ugt .home .comunication .slider__control__btn-next {
  position: relative;
}
.ugt .home .comunication .slider__control__btn-next::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.ugt .home .comunication .slider__control-mobile {
  width: 100%;
  display: none;
  padding: 15px;
  bottom: -45px !important;
}
.ugt .home .comunication .slider__control-mobile .numbers {
  display: inline-block;
  width: calc(50% - 2px);
}
.ugt .home .comunication .slider__control-mobile .numbers .current {
  font-family: "muli", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #fff;
  margin-right: 30px;
}
.ugt .home .comunication .slider__control-mobile .numbers .slash {
  font-family: "muli", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2rem;
}
.ugt .home .comunication .slider__control-mobile .numbers .total {
  font-family: "muli", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
  margin-left: 30px;
}
.ugt .home .comunication .slider__control-mobile .controls {
  display: inline-flex;
  width: calc(50% - 2px);
  align-items: center;
  justify-content: flex-end;
}
.ugt .home .comunication .slider__control-mobile .controls .slider__control__btn-next {
  position: relative;
  height: 20px;
  margin-left: 15px;
}
.ugt .home .comunication .slider__control-mobile .controls .slider__control__btn-next::after {
  display: none;
}
.ugt .home .comunication .slider__control-mobile .controls .slider__control__btn-next.slick-disabled .arrow-next {
  background-color: #6F6F6F;
}
.ugt .home .comunication .slider__control-mobile .controls .slider__control__btn-next.slick-disabled .arrow-next::after {
  border-color: #6F6F6F;
}
.ugt .home .comunication .slider__control-mobile .controls .slider__control__btn-prev {
  position: relative;
  height: 20px;
  margin-right: 15px;
}
.ugt .home .comunication .slider__control-mobile .controls .slider__control__btn-prev.slick-disabled .arrow-prev {
  background-color: #6F6F6F;
}
.ugt .home .comunication .slider__control-mobile .controls .slider__control__btn-prev.slick-disabled .arrow-prev::before {
  border-color: #6F6F6F;
}
.ugt .home .comunication .slider__control-mobile .controls .slider__control__btn .arrow-prev {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: all ease 0.3s;
}
.ugt .home .comunication .slider__control-mobile .controls .slider__control__btn .arrow-prev::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-130deg);
  transition: all ease 0.3s;
}
.ugt .home .comunication .slider__control-mobile .controls .slider__control__btn .arrow-next {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: all ease 0.3s;
}
.ugt .home .comunication .slider__control-mobile .controls .slider__control__btn .arrow-next::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all ease 0.3s;
}
.ugt .home .comunication .slider__control-mobile .controls .slider__control__btn .arrow-next.inactive {
  background-color: #6F6F6F;
}
@media screen and (max-width: 991px) {
  .ugt .home .comunication .slider__control {
    left: 0;
    bottom: -30px;
  }
}
@media screen and (max-width: 575px) {
  .ugt .home .comunication .slider__control-desktop {
    display: none;
  }
  .ugt .home .comunication .slider__control-mobile {
    display: block;
  }
}
.ugt .home .socials-n-subscription {
  padding-top: 260px;
  background-color: #fff;
}
.ugt .home .socials-n-subscription h2 {
  color: #2E2E2E;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.ugt .home .socials-n-subscription h3 {
  color: #2E2E2E;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.ugt .home .socials-n-subscription .has-border {
  border-right: 2px solid #EFEFEF;
}
@media screen and (max-width: 767px) {
  .ugt .home .socials-n-subscription .has-border {
    border-right: 0;
    border-bottom: 2px solid #EFEFEF;
  }
}
.ugt .home .socials-n-subscription form {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 350px;
}
@media screen and (max-width: 575px) {
  .ugt .home .socials-n-subscription form {
    max-width: none;
  }
}
.ugt .home .socials-n-subscription form input {
  margin-bottom: 3rem;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 2px solid #2E2E2E;
  border-radius: 0;
  font-family: "muli", sans-serif;
  font-size: 1.6rem;
  line-height: 4.2rem;
  color: #282835;
  padding: 0.75rem 0;
}
.ugt .home .socials-n-subscription form input::-moz-placeholder {
  color: #282835;
}
.ugt .home .socials-n-subscription form input:-ms-input-placeholder {
  color: #282835;
}
.ugt .home .socials-n-subscription form input::placeholder {
  color: #282835;
}
.ugt .home .socials-n-subscription form input:focus {
  outline: 0;
  box-shadow: none;
}
.ugt .home .socials-n-subscription form button[type=submit] {
  position: relative;
  left: -30px;
}
@media screen and (max-width: 575px) {
  .ugt .home .socials-n-subscription form button[type=submit] {
    left: calc(100% - 200px);
  }
}
.ugt .home .socials-n-subscription form button[type=submit] .text {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.3rem;
  font-weight: 400;
}
.ugt .home .socials-n-subscription .wrapper {
  width: 100%;
  max-width: 375px;
}
@media screen and (max-width: 991px) {
  .ugt .home .socials-n-subscription .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .ugt .home .socials-n-subscription .wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .ugt .home .socials-n-subscription .wrapper {
    text-align: center;
    max-width: none;
  }
}
.ugt .home .socials-n-subscription .social-list {
  position: relative;
  left: -15px;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 575px) {
  .ugt .home .socials-n-subscription .social-list {
    left: 0;
    padding-right: 15px;
  }
}
.ugt .home .socials-n-subscription .social-list li {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 2rem;
  width: 75px;
  text-align: center;
}
.ugt .home .socials-n-subscription .social-list li a:hover {
  text-decoration: none;
}
.ugt .home .socials-n-subscription .social-list li p {
  font-family: "muli", sans-serif;
  font-size: 1.2rem;
  color: #2E2E2E;
}