/*
Theme Name: Uplay TV
Theme URI: https://localhost/
Author: Uplay TV
Author URI: https://localhost/autor
Description: a colocar
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.7
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Uplay
*/

@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

/*<====================> INICIO NOVO CSS <====================>*/

:root {
  /*<==================> CORES PADRÃO <==================>*/
  --bg-color: rgba(26, 26, 26, 1);
  --color-font-white: #ffffff;
  --color-color-border: #ef130e;
  --bg-card-price: #2600ff;
  --bg-footer-email: #2600ff;
  --color-btn: #ff0000;
  --color-hover: #8a2424;

  /*<==================> FONTES <==================>*/
  --body-fonts: "HK-NOVA-REGULAR", Sans-serif;
  --line-height: 1.5;
}

.box-title-person {
  display: flex;
  align-items: center;
  width: 100%;
}

.box-title-person h2 {
  font-size: 40px;
  line-height: var(--line-height);
  margin-right: 14px;
  font-family: var(--body-fonts);
  font-weight: bold;
  color: var(--color-font-white);
}

.box-title-person a {
  font-size: 16px;
  font-family: var(--body-fonts);
  font-weight: lighter;
  color: var(--color-font-white);
  display: flex;
}

.box-title-person a > p {
  font-size: 16px;
  font-weight: lighter;
  color: var(--color-font-white);
  margin-left: 16px;
  margin-right: 10px;
  transform: all 0.2s;
}

.box-title-person a > p:hover {
  text-decoration: underline 3px solid var(--color-font-white);
}

.box-title-person i.fa-chevron-circle-right {
  color: var(--color-font-white);
  font-size: 14px;
}

/* .elementor-swiper-button-next {
  background-image: linear-gradient(
    270deg
    ,#000,rgba(0,0,0,.738) 19%,rgba(0,0,0,.541) 34%,rgba(0,0,0,.382) 47%,rgba(0,0,0,.278) 56.5%,rgba(0,0,0,.194) 65%,rgba(0,0,0,.126) 73%,rgba(0,0,0,.075) 80.2%,rgba(0,0,0,.042) 86.1%,rgba(0,0,0,.021) 91%,rgba(0,0,0,.008) 95.2%,rgba(0,0,0,.002) 98.2%,transparent);
    align-items: center;
    height: 100%;
    right: -5px !important;
    border-radius: 0px 29px 29px 0;
    width: 98px;
    justify-content: center;
}  */

/*<====================> FIM NOVO CSS <====================>*/

.container-uplay {
  display: flex;
  justify-content: center;
  background-color: #1b1a1a00;
}

#uplay-carousel {
  width: 1331px;
  height: 100%;
}

.item {
  height: 680px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.img1 {
  background-image: url("https://wp.uplaytv.com.br/wp-content/uploads/2021/10/Fármacos-Anabolizantes-Controle-de-Efeitos-Colaterais-Parte-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 638px;
}

.img2 {
  background-image: url("https://wp.uplaytv.com.br/wp-content/uploads/2021/10/Neurociência-e-Comportamento-aplicado-a-Nutrição-Parte-02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 638px;
}

.img3 {
  background-image: url("https://wp.uplaytv.com.br/wp-content/uploads/2021/10/Mtor-a-técnica-precede-a-carga-Parte-02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 638px;
}

.img4 {
  background-image: url("https://wp.uplaytv.com.br/wp-content/uploads/2021/10/Hormônios-Nutrição-e-Treinamento-para-Mulheres.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 638px;
}

.img5 {
  background-image: url("https://wp.uplaytv.com.br/wp-content/uploads/2021/10/Dieta-Vegetariana-aplicada-ao-Exercício-Físico.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 638px;
}

.img6 {
  background-image: url("https://wp.uplaytv.com.br/wp-content/uploads/2021/10/Dieta-e-Exercício-físico-interpretando-as-alterações-nos-exames-laboratoriais.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 638px;
}

.content-carousel {
  color: white;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  z-index: 5;
}

.content-one {
  opacity: 0;
  width: 50%;
}

#uplay-carousel .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #e21312 !important;
  width: 18px !important;
}

.content-two {
  width: 50%;
  text-align: right;
  padding: 0 2rem 0 0;
}

.content-carousel i {
  color: white;
  font-size: 5rem;
}

.content-carousel span {
  font-weight: 300;
  font-size: 13px;
  opacity: 0.5;
}

h1.title-carousel {
  margin: 10px 0 10px 0;
  font-weight: 400;
  width: 79%;

  font-size: 42px;
}

p.nome-person {
  margin: 10px 0 10px 0;
  font-weight: bold;
}

img.logo-person-working {
  margin-top: 2rem;
  width: 10rem !important;
  object-fit: cover;
}

.description-content-two {
  font-weight: 400;
  font-size: 18px;
}

.btn-content-uplay {
  margin: 2rem 0 0 0;
  cursor: pointer;
  background-color: #e21312;
  display: inline-block;
  font-size: 16px;
  line-height: 63px;
  font-weight: 700;
  color: #fff;
  height: 66px;
  width: 90%;
  text-align: center;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  max-width: 300px;
}

.btn-content-uplay:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background-color: #ff4000;
  color: #fff;
}

i.setas {
  font-size: 1.5rem;
  color: white;
  border: 1px solid white;
  padding: 0.4rem;
}

.box-container-slider {
  display: flex;
}

.list-icons-slide {
  margin-top: 1rem;
}

.list-icons-slide {
  display: flex;
  align-items: center;
  padding: 15px 286px 15px 286px;
}

.feature-item {
  width: 16.66%;
  position: relative;
}

.feature-item h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  padding: 5px 10px 15px;
  margin: 16px 0;
  color: white;
}

.img-icon {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-item::after {
  content: "";
  display: block;
  width: 2px;
  height: 41px;
  background: #e21312;
  position: absolute;
  top: 110px;
  left: 0;
}

.feature-item:nth-last-child(1)::before {
  content: "";
  display: block;
  width: 2px;
  height: 41px;
  background: #e21312;
  position: absolute;
  top: 110px;
  right: 0;
}

.box-comentarios {
  display: flex;
  justify-content: center;
  padding: 80px 0 20px;
}

.box-comentarios .card-comentario:nth-child(2) {
  margin-top: -50px;
  height: 490px;
}

.box-comentarios .card-comentario:nth-child(1) {
  margin: -10px 10% auto 10%;
  height: 434px;
}

.box-comentarios .card-comentario {
  width: 320px;
  min-height: 390px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 40px 0 rgb(0 0 0 / 2%);
}

.texto-comentario {
  padding: 50px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.texto-comentario p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  margin-top: 0.8rem;
}

.texto-comentario i {
  font-size: 2rem;
}

p.nome-comentario {
  font-size: 16px;
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
}

p.cidade-comentario {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  line-height: normal;
}

#uplay-carousel .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: 60%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#uplay-carousel .owl-nav [class*="owl-"]:hover {
  background: #434746;
  color: #fff;
  text-decoration: none;
}

#section-list-itens {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin-top: 60px;
}

.content-item {
  display: flex;
  align-items: center;
  height: 510px;
  width: 100%;
}

.text-item-list {
  max-width: 390px;
  display: block;
}

.btn-item-list {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 18px;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background-color: #e21312;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  z-index: 9;
}

.silver-line {
  width: 2px;
  height: 2397px;
  background-color: #e8e8e8;
  z-index: 5;
  position: absolute;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.img-list-item-1 {
  background-image: url("https://meusucesso.com/wp-content/themes/salient-child/images/home/newhome/screen-01-desktop/screen-01-min.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
  background-position: right;
  width: calc(50% - 23px);
  height: 100%;
}

.img-list-item-2 {
  background-image: url("https://meusucesso.com/wp-content/themes/salient-child/images/home/newhome/screen-02-desktop/screen-02-copy-min.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
  background-position: right;
  width: calc(50% - 23px);
  height: 100%;
}

.img-list-item-3 {
  background-image: url("https://meusucesso.com/wp-content/themes/salient-child/images/home/newhome/screen-03-desktop/screen-03-min.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
  background-position: right;
  width: calc(50% - 23px);
  height: 100%;
}

.img-list-item-4 {
  background-image: url("https://meusucesso.com/wp-content/themes/salient-child/images/home/newhome/screen-03-desktop/screen-03-min.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
  background-position: right;
  width: calc(50% - 23px);
  height: 100%;
}

.img-list-item-5 {
  background-image: url("https://meusucesso.com/wp-content/themes/salient-child/images/home/newhome/screen-04-desktop/screen-04-min.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
  background-position: right;
  width: calc(50% - 23px);
  height: 100%;
}

.box-icons-list {
  display: flex;
  justify-content: center;
}

.box-icons-list a img {
  width: 135px;
  height: 40px;
}

.box-icons-list img {
  margin-right: 1rem;
}

#section-cards-professores {
  background-color: #1b1a1a;
}

#section-cards-cursos {
  background-color: #000000;
}

.container-title-professores {
  display: flex;
  justify-content: center;
}

h1.title-cards-professores {
  padding: 2rem;
  font-weight: 400;
  color: white;
  font-size: 2.4rem;
  text-align: center;
  width: 45%;
}

.container-cards-professores {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.card-professor {
  width: 23%;
  border-radius: 10px;
  padding: 1rem;
}

.card-professor h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin: 5px 0;
}
.card-professor p {
  font-weight: 300;
  color: #969696;
  font-size: 14px;
  font-weight: 400;
}

.card-prof-img {
  width: 100%;
  overflow: hidden;
  height: 298px;
}

.card-prof-img img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.2s; /* Animation */
}

.card-curso-img {
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}

.card-curso-img img {
  width: 100%;
  border-radius: 10px !important;
  height: 100% !important;
  transition: transform 0.2s; /* Animation */

  object-fit: cover;
}

.card-curso-img:hover img {
  transform: scale(1.2);
}

@media (min-width: 1400px) {
  .container {
    width: 1600px;
  }

  #uplay-carousel .owl-dots {
    display: none !important;
  }
}

@media (max-width: 780px) {
  .img-list-item-5 {
    opacity: 0;
  }

  .container-uplay {
    display: flex;
    justify-content: initial;
  }
  .btn-content-uplay {
    font-size: 13px;
  }
  .card-prof-img {
    width: 100%;
    overflow: hidden;
    height: 170px;
  }

  .list-icons-slide {
    padding: 0 10px 0 10px;
    flex-wrap: wrap;
  }

  .feature-item:nth-child(1)::after {
    display: none;
  }

  .feature-item:nth-child(3)::after {
    display: none;
  }
  .feature-item:nth-child(5)::after {
    display: none;
  }

  .feature-item:nth-last-child(1)::before {
    display: none;
  }

  .feature-item h2 {
    margin: 0;
    padding: 9px;
    font-size: 14px;
  }

  .box-comentarios {
    flex-wrap: wrap;
  }

  .box-comentarios .card-comentario:nth-child(2) {
    margin-top: 10px;
    height: 490px;
  }

  .box-comentarios .card-comentario:nth-child(1) {
    margin: 0;
    height: 434px;
  }

  .feature-item {
    width: 50%;
  }

  .card-professor {
    width: 47%;
    padding: 0.1rem;
  }

  h1.title-cards-professores {
    padding: 1rem;
    color: white;
    font-size: 1.6rem;
    width: 90%;
  }
  .container {
    max-width: 420px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-carousel i {
    color: white;
    font-size: 2rem;
  }

  .item {
    height: 485px;
    width: 100%;
  }

  .img1,
  .img2,
  .img3,
  .img4 {
    background-size: cover;
    width: 100%;
  }
  .content-one {
    opacity: 0;
    width: 100%;
    background-color: #26242400;
    padding: 1rem;
    border-radius: 1rem;
  }

  #uplay-carousel .owl-nav {
    display: none;
  }
  h1.title-carousel {
    width: 100%;
    font-size: 24px;
  }
  .content-one {
  }
  .content-two {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .content-carousel {
    flex-wrap: wrap;
  }

  .description-content-two {
    display: none;
  }

  #uplay-carousel {
    width: 100%;
  }

  .silver-line {
    display: none;
  }

  .content-item {
    flex-direction: column !important;
    height: 358px;
    text-align: center;
  }

  .img-list-item-1,
  .img-list-item-2,
  .img-list-item-3,
  .img-list-item-4,
  .img-list-item-5 {
    width: 331px;
    height: 200px;
    margin: 0 auto 9px;
    padding: 0;
  }

  .text-item-list {
    margin-bottom: 2rem;
  }

  .platform-image {
    order: 1;
  }
  .card-curso-img {
    height: 158px;
  }
}

.text-item-list h4 {
  font-weight: 400;
}

@media (min-width: 1100px) and (max-width: 1400px) {
  .elementor-13510 .elementor-element.elementor-element-ca5de1b {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0px 100px;
  }

  .elementor-13714 .elementor-element.elementor-element-0ff3afc {
    padding: 15px 159px 15px 152px !important;
  }

  h1.title-cards-professores {
    width: 82%;
  }

  .container {
    max-width: 96%;
  }

  #uplay-carousel {
    width: 1045px;
  }
  .elementor-13510 .elementor-element.elementor-element-0ff3afc {
    padding: 15px 148px;
  }
  .elementor-13510 .elementor-element.elementor-element-0ff3afc {
    padding: 15px 148px;
  }

  .elementor-13510
    .elementor-element.elementor-element-ee87383
    .elementor-counter-title {
    font-size: 52px;
  }

  .elementor-13510
    .elementor-element.elementor-element-ee87383
    .elementor-counter-number-wrapper {
    font-size: 153px;
  }

  .list-icons-slide {
    padding: 15px 157px 15px 156px;
    justify-content: start;
    align-items: inherit;
  }

  .elementor-13510 .elementor-element.elementor-element-0ff3afc {
    padding: 15px 159px 15px 162px !important;
  }
}

.overlay {
  background-color: #0a090963;
  width: 100%;
  height: 680px;
  position: absolute;
}
