/* BANNER  */
:root {
    --primary-color: #0063FF;
    --secundary-color: #2D3AFF;
    --white-color: #fff;
    --gray-dark-color: #575757;
    --gray-line-color: #707070;
    --white-line-color: #ffffff;
}

body {
    background: #0062FF;
    background-image: url(/assets/images/icons/icon-green.svg);
    background-position: right -500px bottom 100px;
    background-size: 67%;
    background-repeat: no-repeat;
}

.webinar-select-input {
  width: 100%; 
  height: 100%; 
  border-radius: 12px 12px 0px 0px; 
  border: none; 
  font-size: 16px; 
  color: gray;
  background-color: #f3f3f3;
  padding-left: 6px;
}

.webinar-select-input:focus-visible {
  outline: none;
}

.cs-max-width {
  max-width: 1550px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.logo {
  margin-top: 3px;
  height: 70px;
}

.container-logo-talk {
  display: flex;
  justify-content: flex-end;
  margin-top: -7px;
  gap: 3px;
}

.container-logo-talk p {
  color: white;
  font-size: 25px;
  font-style: italic;
  letter-spacing: 2px;
}

.container-logo-talk image {
  margin-bottom: 5px
}

.ul-campaign li::before {
  content: url(../../../assets/images/icons/check-verde.svg);
  margin-right: 10px;
  filter: grayscale(0);
}

.ul-campaign li::marker {
  color: #ffffff00;
}

.header-section {
  border-bottom: 1px solid var(--white-line-color);
  position: relative;
}

.header-webinar{
  height: 145px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  align-items: center;
}

.banner-section {
  position: relative;
}

.banner-landing {
  width: 100%;
  height: 636px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 40px;
}
  
  .banner-landing .text-and-video {
    max-width: 730px;
    padding: 28px 45px;
    border: 1px solid white;
    border-radius: 30px;
    backdrop-filter: blur(11px);
  }
  
  .banner-landing .text-and-video h1 {
    color      :var(--white-color);
    font-size  : 55px;
    margin-bottom: 20px;
  }
  
  .banner-landing .text-and-video p {
    font-size  : 47px;
    color      : var(--white-color);
  }

  .banner-landing .text-and-video p bold {
    font-weight: bold;
  }

.schedule-section {
  height: 130px;
  width: 100%;
  position: relative;
  background: #0062ff;
}

.schedule-section .schedule-container {
  display: flex;
  height: 100%;
}

.schedule-section .schedule-container .calendar-container {
  width: 100%;
  display: flex;
  height: 100%;
  border-top: 1px solid var(--white-line-color);
  border-bottom: 1px solid var(--white-line-color);
}

.schedule-section .schedule-container .calendar-container .icon-calendar-container {
  min-width: 130px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--white-line-color);
  filter: brightness(5);
}

.schedule-section .schedule-container .calendar-container .date-container {
  width: 100%;
  height: 100%;
  padding: 10px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white-color);
}

.schedule-section .schedule-container .calendar-container .date-container .text-date h3 {
  font-size: 32px;
  font-weight: bold;
}

.schedule-section .schedule-container .calendar-container .date-container .text-date p {
  font-size: 30px;
  margin: 0px !important;
  margin-top: -4px !important;
}

.schedule-section .schedule-container .calendar-container .button-container a {
  border: 1px solid var(--white-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  height: 50px;
  border-radius: 100px;
  transition: 0.3s all;
  font-size: 16px;
  text-decoration: none;
}

.schedule-section .schedule-container .calendar-container .button-container button:hover {
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
}

.schedule-section .schedule-container .time-container {
  min-width: 665px;
  height: 100%;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--white-line-color);
  border-bottom: 1px solid var(--white-line-color);
}

.schedule-section .schedule-container .time-container .icon-clock-container {
  min-width: 130px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--white-line-color);
  border-left: 1px solid var(--white-line-color);
  width: 71px !important;
  filter: brightness(5);
}

.schedule-section .schedule-container .time-container .text-time {
  font-size: 40px;
  color: var(--white-color);
  font-weight: bold;
}

.schedule-section .schedule-container .time-container .icon-yt-container {
  min-width: 211px;
  height: 100%;
  border-left: 1px solid var(--white-line-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
  
.email-group {
  position  : relative;
  width     : 400px;
  height    : 50px;
  margin-top: 90px;
}

.email-group input {
  width           : 100%;
  height          : 50px;
  padding-left    : 20px;
  border          : none;
  background-color: #F2F2F2;
  border-radius   : 100px;
  outline         : none;
  color           : #5f5f5f;
  padding-top     : 3px;
  padding-right   : 160px;
}

.email-group a {
  position        : absolute;
  right           : 0;
  top             : 0;
  display         : flex;
  align-items     : center;
  background-color: #FF5722;
  height          : 100%;
  text-decoration : none;
  padding         : 0 20px;
  border          : none;
  outline         : none;
  border-radius   : 100px;
  color           : white;
  padding-top     : 3px;
  font-size       : 16px;
  transition      : .3s all;
  box-shadow      : 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%)
}

.email-group a:hover {
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
}

.banner-landing .image-landing {
  height: auto;
  width: 50%;
  margin-right: 42px;
  margin-left: 42px;
}

.image-banner-webinar {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1024px) {

  .banner-landing {
    flex-direction : column;
    text-align     : center;
    padding        : 0 20px;
    height         : auto;
    justify-content: flex-start;
  }

  .schedule-section {
    height: fit-content;
  }
  .schedule-section .schedule-container {
    flex-direction: column;
  }

  .schedule-section .schedule-container .calendar-container {
    border-bottom: 1px solid var(--white-line-color);
  }

  .schedule-section .schedule-container .calendar-container .icon-calendar-container {
    width: fit-content;
    height: fit-content;
    min-width: auto;
    padding: 15px;
  }

  .schedule-section .schedule-container .calendar-container .icon-calendar-container img {
    width: 40px;
    height: auto;
  }

  .schedule-section .schedule-container .calendar-container .date-container {
    padding: 9px 11px;
    height: auto;
  }

  .schedule-section .schedule-container .calendar-container .date-container .text-date h3 {
    font-size: 18px;
  }

  .schedule-section .schedule-container .calendar-container .date-container .text-date p {
    font-size: 18px;
  }

  .schedule-section .schedule-container .calendar-container .button-container a {
    height: fit-content;
    padding: 12px 17px;
    font-size: 14px;
  }

  .schedule-section .schedule-container .time-container {
    min-width: 100%;
    height: fit-content;
    border-top: none;
  }

  .schedule-section .schedule-container .time-container .icon-clock-container {
    width: fit-content;
    min-width: auto;
    padding: 14px;
    border-left: none;
  }

  .schedule-section .schedule-container .time-container .icon-clock-container img {
    width: 40px;
    height: auto;
  }

  .schedule-section .schedule-container .time-container .text-time {
    font-size: 22px;
  }

  .schedule-section .schedule-container .time-container .icon-yt-container {
    min-width: 133px;
  }

  .schedule-section .schedule-container .time-container .icon-yt-container img {
    width: auto;
    height: 68px;
    padding: 20px;
  }



  .banner-landing .text-and-video {
    width       : 47vh;
    max-width   : 100%;
    padding-top : 0;
    margin-top  : 0;
    padding-left: 0;
  }

  .banner-landing .image-landing {
    width      : 100%;
    max-width  : 100%;
    padding-top: 0;
    margin-top : 0px;
    height     : 100%;
  }

  .banner-landing .text-and-video h1 {
    width: 100%;
    font-size: 27px;
    margin: 10px;
  }

  .banner-landing .text-and-video p {
    width     : 100%;
    font-size: 21px;
    margin-top: 7px !important;
  }

  .email-group {
    width     : 100%;
    margin-top: 50px;
  }

  /* 
  .email-group {
    display: none;
  } */

  .image-landing {
    display       : flex;
    flex-direction: column;
    margin-bottom : 60px;
  }

}


/* DIFERENCES COMPETITIVE  */

.diferences-competitive {
  width          : 100%;
  display        : flex;
  justify-content: center;
  margin-bottom  : 90px;
  align-items    : center;
  flex-wrap      : wrap;
}

.diferences-competitive .title-diferences {
  display         : flex;
  flex-direction  : column;
  width           : 100%;
  justify-content : center;
  padding-bottom  : 90px;
  background-color: #fefefe;
  z-index         : 1;
  align-items     : center;
}

.diferences-competitive .title-diferences h4 {
  font-size     : 45px;
  line-height   : 1.29;
  text-align    : center;
  color         : #606060;
  font-weight   : normal;
  width         : 855px;
  margin-bottom : 20px;
  letter-spacing: 0.9px;
}

.diferences-numbers {
  display        : flex;
  min-width      : 1200px;
  justify-content: space-around;
  position       : relative;
  align-items    : center;
}

.diferences-numbers .separator-one {
  position        : absolute;
  width           : 1px;
  height          : 80%;
  top             : 8%;
  background-color: #e8e4e4;
  left            : 33.2%;
}

.diferences-numbers .separator-two {
  position        : absolute;
  width           : 1px;
  height          : 80%;
  top             : 8%;
  background-color: #e8e4e4;
  left            : 66.2%;
}

.diferences-numbers .benef-item {
  display        : flex;
  flex-direction : row;
  align-items    : center;
  justify-content: center;
  padding        : 10px;
  gap            : 10px;
  border: 1px solid var(--white-color);
  border-radius: 10px;
}

.diferences-numbers .benef-item .container-box {
  border-radius  : 50%;
  width          : 75px;
  height         : 75px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  transition     : .3s all;
}

.diferences-numbers .benef-item img {
  width : 60px;
  height: 60px;
}

.diferences-numbers .benef-item p {
  font-size  : 20px;
  font-weight: bold;
  line-height: 1.2;
  color      : var(--white-color);
  width      : 170px;
  margin     : 20px 0 !important;
}

.diferences-numbers .benef-item small {
  width      : 240px;
  font-size  : 15px;
  line-height: 1.22;
  text-align : center;
  color      : #707070;
}

.swiper11 .swiper-slide {
  width: 400px !important;
}

.swiper-button-next2,
.swiper-button-prev2 {
  opacity: 0 !important;
}

@media only screen and (max-width: 1024px) {

  .title-beneficios h4 {
    font-size: 25px;
  }

  .diferences-competitive .title-diferences {
    padding-bottom: 40px;
  }

  .diferences-competitive .title-diferences h4 {
    width    : 100%;
    padding  : 0 20px;
    font-size: 25px;
  }

  .swiper11 .swiper-slide {
    width: 100% !important;
  }

  .diferences-numbers {
    width    : 100%;
    min-width: 100%
  }

  .diferences-numbers .separator-one,
  .diferences-numbers .separator-two {
    display: none;
  }

  .swiper-button-next2,
  .swiper-button-prev2 {
    opacity: 1 !important;
  }

  .diferences-numbers .swiper-button-next,
  .diferences-numbers .swiper-button-prev {
    top    : 50% !important;
    z-index: 999;
  }

  .diferences-numbers .swiper-button-prev.swiper-button-disabled,
  .diferences-numbers .swiper-button-next.swiper-button-disabled {
    opacity: 0 !important;
  }

  .diferences-numbers .swiper-button-prev,
  .diferences-numbers .swiper-button-next {
    outline   : none;
    transition: .3s all;
  }

  .diferences-numbers .swiper-button-prev:after,
  .diferences-numbers .swiper-button-next:after {
    content: '' !important;
  }

  .diferences-numbers .swiper-button-prev img {
    -moz-transform   : rotate(-90deg);
    -o-transform     : rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform        : rotate(-90deg);
    background-color : white;
    box-shadow       : 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding          : 12px;
    opacity          : 1;
    border-radius    : 50%;
    transition       : .3s all;
    margin-left      : 20px;
  }

  .diferences-numbers .swiper-button-next img {
    -moz-transform   : rotate(90deg);
    -o-transform     : rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform        : rotate(90deg);
    background-color : white;
    box-shadow       : 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding          : 12px;
    opacity          : 1;
    border-radius    : 50%;
    transition       : .3s all;
    margin-right     : 20px;
  }

  .diferences-numbers .swiper-button-prev img:hover,
  .diferences-numbers .swiper-button-next img:hover {
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
  }

  .swiper11 .swiper-slide {
    max-width: 100%;
  }


}

/* TABS CAMPAIGN  */

.tabs-campaign {
  width          : 100%;
  display        : flex;
  justify-content: center;
  margin-bottom  : 90px;
  align-items    : center;
  flex-wrap      : wrap;
}

.tabs-campaign .title-campaign {
  display         : flex;
  flex-direction  : column;
  width           : 100%;
  justify-content : center;
  padding-bottom  : 90px;
  background-color: #fefefe;
  z-index         : 1;
  align-items     : center;
}

.tabs-campaign .title-campaign h4 {
  font-size     : 45px;
  line-height   : 1.29;
  text-align    : center;
  color         : #606060;
  font-weight   : normal;
  width         : 850px;
  margin-bottom : 20px;
  letter-spacing: 0.9px;
}

.container-campaign {
  margin       : 1.5rem;
  width        : 1100px;
  min-height   : 300px;
  box-shadow   : 0px 3px 18px #00000024;
  border-radius: 1rem;
  overflow-x   : hidden;
}

.tabs {
  display : flex;
  position: relative;
}

.tabs li {
  padding   : 0 1rem;
  list-style: none;
}

.tabs li a,
.tabs li a:visited {
  padding        : 1.5rem 0;
  text-decoration: none;
  display        : block;
  color          : #838383;
  font-size      : 20px;
}

.tabs li.active a,
.tabs li.active a:visited {
  color: #f15a2c;
}

.tabs.tabs-basic {
  width: 100%;
}

.tabs.tabs-basic::before {
  content         : "";
  position        : absolute;
  bottom          : 0;
  left            : 0;
  right           : 0;
  height          : 1px;
  background-color: #d1d5da;
}

.tabs.tabs-basic .indicator {
  position        : absolute;
  bottom          : 0;
  left            : 1rem;
  width           : 53px;
  border-radius   : 10px 10px 0 0;
  height          : 3px;
  background-color: #f15a2c;
  transition      : all 0.4s
}

.container-campaign .container-tabs {
  display   : flex;
  transition: transform 0.4s ease-out;
}

.container-campaign .child-tab {
  display    : flex;
  align-items: center;
  gap        : 50px;
  width      : 100%;
  flex-shrink: 0
}

.container-campaign .child-tab .tab-img {
  width   : 50%;
  height  : 565px;
  position: relative;
}

.container-campaign .child-tab .tab-img img {
  width   : 100%;
  position: absolute;
  bottom  : 0;
  left    : 0;
}

.container-campaign .child-tab .tab-text {
  width: 50%;
}

.container-campaign .child-tab h5 {
  font-size  : 35px;
  font-weight: 500;
  line-height: 1.2;
  text-align : left;
  color      : #4e4e4e;
  max-width  : 470px;
}

.container-campaign .child-tab p {
  margin     : 30px 0 !important;
  font-size  : 18px;
  line-height: 1.2;
  text-align : left;
  color      : #4e4e4e;
  max-width  : 450px;
}

.container-campaign .child-tab .ul-campaign li {
  list-style   : none;
  display      : flex;
  align-items  : center;
  margin-bottom: 10px;
  color        : #5f5f5f;
  font-size    : 18px;
}

.container-campaign .child-tab .ul-campaign li::before {
  content     : url(../../pages/landing/kinder/assets/check-kinder.svg);
  margin-right: 10px;
  filter      : grayscale(100%);
}

.container-campaign .child-tab .logo-academic {
  display    : flex;
  width      : 100%;
  gap        : 15px;
  align-items: center;
  flex-wrap  : wrap;
}

.container-campaign .child-tab .logo-academic img {
  max-width: 120px;
}

@media only screen and (max-width: 1024px) {
  .container-campaign .child-tab .logo-academic {
    justify-content: center
  }

  .tabs-campaign {
    margin-bottom: 40px;
  }

  .tabs-campaign .title-campaign {
    padding-bottom: 0;
  }

  .tabs-campaign .title-campaign h4 {
    width    : 100%;
    padding  : 0 20px;
    font-size: 25px;
  }

  .container-campaign {
    box-shadow: none;
  }

  .tabs.tabs-basic::before {
    left: 5px;
  }

  .tabs.tabs-basic .indicator {
    left : 5px;
    width: 36px;
  }

  .tabs li a,
  .tabs li a:visited {
    font-size: 14px;
  }

  .tabs li {
    padding: 0 5px;
  }

  .container-campaign .child-tab {
    flex-wrap: wrap;
  }

  .container-campaign .child-tab .tab-img {
    height : auto;
    width  : 100%;
    padding: 0 20px;
    margin : 10px 0;
  }

  .container-campaign .child-tab {
    gap: 10px;
  }

  .container-campaign .child-tab .tab-img img {
    position: relative;
  }

  .container-campaign .child-tab .tab-text {
    width: 100%;
  }

  .container-campaign .child-tab h5 {
    font-size : calc(24px + 9 * ((100vw - 320px)/ 1224)) !important;
    text-align: center;
  }

  .container-campaign .child-tab p {
    font-size : calc(14px + 9 * ((100vw - 320px)/ 1224)) !important;
    text-align: left;
    width     : 100%;
  }

  .container-campaign .child-tab .ul-campaign li {
    font-size: calc(14px + 9 * ((100vw - 320px)/ 1224)) !important;
  }
}


/* NEWSLETTER  */

.newsl-competitive {
  width          : 100%;
  display        : flex;
  justify-content: center;
  margin-bottom  : 90px;
  align-items    : center;
  flex-wrap      : wrap;
}

.newsl-competitive .title-newsletter {
  display         : flex;
  flex-direction  : column;
  width           : 100%;
  justify-content : center;
  background-color: #fefefe;
  z-index         : 1;
  align-items     : center;
}

.newsl-competitive .title-newsletter p {
  font-size     : 20px;
  color         : #5F5F5F;
  letter-spacing: 0.9px;
  width         : 625px;
  text-align    : center;
}

.newsl-competitive .email-newsletter {
  position  : relative;
  width     : 400px;
  height    : 50px;
  margin-top: 50px;
}

.newsl-competitive .email-newsletter input {
  width           : 100%;
  height          : 50px;
  padding-left    : 20px;
  border          : none;
  background-color: #F2F2F2;
  border-radius   : 100px;
  outline         : none;
  color           : #5f5f5f;
  padding-top     : 3px;
  padding-right   : 160px;
}

.newsl-competitive .email-newsletter a {
  position        : absolute;
  right           : 0;
  background-color: #FF5722;
  height          : 100%;
  padding         : 0 20px;
  border          : none;
  outline         : none;
  border-radius   : 100px;
  color           : white;
  top             : 0;
  padding-top     : 2px;
  font-size       : 16px;
  transition      : .3s all;
  display         : flex;
  align-items     : center;
  text-decoration : none;
  box-shadow      : 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.newsl-competitive .email-newsletter a:hover {
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
}


@media only screen and (max-width: 1024px) {

  .newsl-competitive .title-newsletter p {
    font-size: 15px;
    width    : 100%;
    padding  : 0 20px;
  }

  .newsl-competitive .email-newsletter {
    width  : 100%;
    padding: 0 20px;
  }

  .newsl-competitive .email-newsletter a {
    right: 20px;
  }
}


/* TESTIMONIOS  */
.testimonio-campaign {
  width          : 100%;
  margin-bottom  : 100px;
  color          : #707070;
  position       : relative;
  background     : #7E43FF;
  display        : flex;
  justify-content: center;
  align-items    : center;
  flex-wrap      : wrap;
  padding-bottom : 250px;
}

.testimonio-campaign h4 {
  font-size     : 45px;
  line-height   : 1.28;
  letter-spacing: 1px;
  text-align    : center;
  color         : white;
  padding-top   : 45px;
  font-weight   : normal;
  width         : 100%;
  margin-bottom : 40px;
}

.testimonio-campaign .swiper12 {
  max-width: 100%;
}

.testimonio-campaign .swiper12 .card-testi {
  background-color: #FFFFFF;
  border-radius   : 30px;
  padding         : 25px;
  position        : relative;
}

.testimonio-campaign .swiper-testimonios {
  display        : flex;
  justify-content: center;
  max-width      : 1200px;
  width          : 100%;
}

.swiper12 .card-testi .play {
  position        : absolute;
  right           : 20px;
  top             : 15px;
  filter          : grayscale(100%);
  background-color: transparent;
  border          : none;
}

.swiper12 .card-testi small {
  margin: 20px 0;
}

.swiper12 .card-testi .user-doc {
  display    : flex;
  align-items: center;
}

.swiper12 .card-testi p {
  width: 260px;
}

.swiper12 .card-testi .user-doc img {
  width        : 50px;
  height       : 50px;
  border-radius: 50%;
  margin-right : 15px;
}

.swiper12 .card-testi .user-doc p {
  margin-top: 8px !important;
}

.swiper-button-next3,
.swiper-button-prev3 {
  opacity: 0 !important;
}

@media only screen and (max-width: 1024px) {

  .testimonio-campaign h4 {
    width        : 100%;
    padding      : 30px 20px;
    font-size    : 25px;
    margin-bottom: 20px;
  }

}

/* FAQ  */

.faq-section {
  margin-top   : -300px;
  z-index      : 999;
  position     : relative;
  margin-bottom: 100px;
}

.faq-section h1 {
  font-size     : 45px;
  line-height   : 1.28;
  letter-spacing: 1px;
  text-align    : center;
  color         : white;
  padding-top   : 45px;
  font-weight   : normal;
  width         : 100%;
  margin        : 0;
}

@media only screen and (max-width: 1024px) {

  .faq-section {
    margin-bottom: 60px;
  }

  .faq-section h1 {
    width      : 100%;
    font-size  : 25px;
    padding-top: 0;
  }
}

/* FOOTER  */
footer .options-footer {
  justify-content: space-between;
}

footer .first-options {
  height         : 320px;
  justify-content: center;
  align-items    : center;
  width          : 30%;
}

.first-options .social-container p {
  color        : #767676;
  font-size    : 18px;
  font-weight  : 900;
  margin-bottom: 20px !important;
}

.social-container .social-campaign {
  gap    : 10px;
  display: flex;
}

.social-container .social-campaign a {
  filter         : grayscale(100%);
  text-decoration: none;
}

.second-options {
  margin-top: 25px;
}

.second-options-line {
  width: 13%;
}

.second-options ul li a {
  line-height: 0;
}

.second-options ul .blog {
  line-height  : 18px;
  margin-bottom: 10px
}

.bottom-footer-p {
  background-color: #F2F2F2;
  padding         : 12px;
  width           : 100%;
  text-align      : center;
  margin-top      : 30px;
}

.bottom-footer-p p {
  color     : #767676;
  margin-top: 10px !important;
}

@media only screen and (max-width: 1024px) {
  footer .first-options {
    height         : 100%;
    justify-content: center;
    align-items    : flex-start;
    width          : 100%;
  }

  .second-options-line {
    width: 100%;
  }

  footer .second-options {
    margin-bottom: 0;
  }

  .second-options ul li {
    margin-bottom: 10px !important;
  }
}


/* MODAL  */

.modal-campaign {
  position        : fixed;
  width           : 100%;
  transition      : all 0.2s ease-in-out;
  height          : 100%;
  z-index         : 9999;
  background-color: rgba(255, 255, 255, .95);
  top             : 0;
  visibility      : hidden;
  display         : flex;
  justify-content : center;
  align-items     : center;
  opacity         : 0;
}

.container-modal {
  position     : relative;
  border       : none;
  padding      : 30px;
  border-radius: 7px;
  box-shadow   : 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
  width        : 650px;
  max-width    : 80%;
  margin       : auto;
  background   : white;

}

.close-campaign {
  background-color: transparent;
  border-radius   : 50%;
  width           : 40px;
  height          : 40px;
  display         : flex;
  align-items     : center;
  justify-content : center;
  border          : none;
  outline         : none;
  transition      : .3s all;
  position        : absolute;
  right           : 10px;
  top             : 10px;
}

.close-campaign:hover {
  background: rgba(0, 0, 0, 0.03);
}

.close-campaign img {
  width: 12px;
}

.mostrar-campaign {
  opacity   : 1;
  visibility: visible;
}

.ocultar-campaign {
  opacity: 0;
}

.header-form {
  text-align   : center;
  margin-bottom: 25px;
  margin-top   : 20px;
}

.header-form h3 {
  font-size  : 25px;
  font-weight: normal;
  color      : #606060;
}

.header-form p {
  font-size  : 16px;
  font-weight: normal;
  color      : #606060;
}

.container-column {
  display    : flex;
  align-items: center;
  gap        : 15px;
  flex-direction: column;
}

.column {
  display       : flex;
  flex-direction: column;
  gap           : 15px;
  width         : 100%;
}

.sel {
  margin-bottom: 0;
}

.input-form {
  margin: 0;
}

._button-wrapper._full_width {
  width          : 100%;
  display        : flex;
  justify-content: center;
  margin-top     : 15px;
  flex-direction : column;
  align-items    : center;
}

._button-wrapper._full_width button,
._button-wrapper._full_width input {
  display        : flex;
  align-items    : center;
  justify-content: center;
  border         : 1px solid #ff5722;
  outline        : none;
  border-radius  : 100px;
  background     : white;
  color          : #ff5722;
  padding        : 0 20px;
  padding-top    : 2px;
  height         : 50px;
  margin-bottom  : 20px;
  margin-top     : 10px;
  font-size      : 16px;
  transition     : .3s all;
  cursor         : pointer !important;
}

._button-wrapper._full_width button:hover,
._button-wrapper._full_width input:hover{
  box-shadow: rgb(0 0 0 / 20%) 0px 5px 5px -3px, rgb(0 0 0 / 14%) 0px 8px 10px 1px, rgb(0 0 0 / 12%) 0px 3px 14px 2px;
}

._button-wrapper._full_width #preview-camp{
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #ff5722 !important;
}

.term-cond {
  text-align: center;
  color     : gray;
  width     : 100%;
}

.term-cond a {
  text-align: center;
  color     : gray;
}


/* CONTADOR WEBINAR */

.container_contador-webinar {
    display: flex;
    align-items: center;
    background: var(--secundary-color);
    padding: 10px 22px 9px 26px;
    border-radius: 50px;
    color: var(--white-color);
    gap: 9px;
    border: 1px solid;
    min-width: 345px;
}

.contador_text-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contador_text-icon img {
  margin-bottom: 4px;
  filter: brightness(16);
}

#contador-webinar {
  display: flex;
  gap: 6px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1px;
  min-width: 140px;
}

/* DATE EVENT */

.container-date-event {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 105px;
  margin: 60px 0 65px 0;
}

.date-event_card {
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 30px;
    gap: 20px;
    border: 1px solid var(--white-color);
    border-radius: 15px;
    color: var(--white-color);
}

.first_date-event_card {
  border: none;
  background: var(--primary-color)
}

.cs-width-33 {
  width: 32%;
}

.cs-width-30 {
  width: 30%;
}

.icon_date-event_card {
  width: 75px;
  height: 75px;
}

.icon_date-event_card img {
  width: 100%;
  filter: brightness(60);
}

.main-text_date-event_card {
  font-size: 32px;
  font-weight: bold;
}

.subtext_date-event_card {
  font-size: 30px;
}

/* TEXT and FORM*/

.container-text-and-form{
  display: flex;
  padding: 0 105px;
  justify-content: space-between;
  gap: 20px;
  color: var(--white-color);
  margin-top: 99px;
}

.text-description-webinar {
  width: 55%;
}

.card-form-webinar {
  width: 40%;
  border-radius: 15px;
  border: solid 1px var(--white-color);
  padding: 15px 80px;
  background-color: #1b73ff;
}

.text-description-webinar p {
  font-size: 25px;
  padding-bottom: 13px;
  padding-right: 120px;
}

.text-description-webinar h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 12px 0px 19px 0px;
}

.text-description-webinar ul li {
  font-size: 23px;
  margin-bottom: 13px
}

/* FORMULARIO*/

.mat-div:after, .mat-div:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0px;
  background-color: #e2e2e2;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

.mat-div::after {
  background-color: #ff5722;
  transform: scaleX(0);
  height: 3px;
}

.is-active::after {
  transform: scaleX(1);
}

.input-form {
  width: 100%;
  border-top-right-radius: 16px !important;
  border-top-left-radius: 16px !important;
  background-color: #f3f3f3 !important;
  border: 0 !important;
  border-bottom: 0px solid rgba(0, 0, 0, 0.08) !important;
  height: 55px !important;
  outline: none !important;
  padding: 10px !important;
  color: gray !important;
  float: left;
  margin: 10px 10px 20px 0;
}

.mat-label {
  display: block;
  font-size: 16px;
  transform: translateY(10px);
  color: gray;
  transition: all 0.5s;
}

.mat-input {
  position: relative;
  background: transparent !important;
  width: 105% !important;
  border: none !important;
  height: 158% !important;
  padding-top: 35px !important;
  padding-left: 10px !important;
  top: -30px !important;
  left: -10px !important;
  outline: none !important;
  font-size: 16px !important;
  color: gray !important;
}

.cs-display-none {
  display: none !important;
}

.title-form-webinar {
  font-size: 32px;
  text-align: center;
  padding-bottom: 19px;
}


.button-form-webinar {
  background-color: #64FC00;
  color: var(--primary-color);
  padding: 16px 23px 14px 23px;
  border-radius: 50px;
  border: none;
  font-size: 22px;
  margin-top: 15px;
}

.term-cond {
  color: white;
  margin: 40px 0;
}

.term-cond p a {
  color: white;
}

.cs-valido-text {
  font-size: 14px !important; padding-left: 32px; padding-top: 10px
}

.title-ponente {
  margin-bottom: 50px !important;
}


@media only screen and (max-width: 1024px){

  .text-description-webinar h3 {
    font-size: 26px;
    margin: 12px 0px 7px 0px;
  }

  .text-description-webinar p {
    font-size: 20px;
  }

  .container-text-and-form {
    margin-top: 20px;
    position: relative;
  }

  .title-ponente {
    margin-bottom: 20px !important;
  }
  .container-date-event, .container-text-and-form, .header-webinar {
    flex-direction: column;
    padding: 0 25px;
  }

  .cs-width-33, .cs-width-30, .text-description-webinar, .card-form-webinar {
    width: 100%;
  }

  .text-description-webinar p, .banner-landing .text-and-video {
    padding-right: 0;
  }

  .header-section {
    border: none;
    padding-top: 20px;
  }

  .header-webinar {
    gap: 10px;
    height: fit-content;
  }

  .logo {
    margin-top: 0px;
    height: 42px;
  }

  .contador_text-icon img {
    width: 22px;
    margin-bottom: 0px;
  }

  .banner-landing {
    padding-bottom: 50px;
    padding-top: 40px;
  }

  .banner-landing .text-and-video {
    width: 100%;
    margin: 0px;
    height: 157px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }

  .image-landing {
    position: relative !important;

    margin-left: auto;
    border: none !important;
    border-radius: 90px 0px 0px 0px;
    margin-bottom: 0px !important;
  }

  .image-banner-webinar{
    width: 100%;
    margin-right: 0;
  }

  .container-date-event {
    margin: 35px 0 65px 0
  }

  .main-text_date-event_card {
    font-size: 28px;
  }

  .card-form-webinar {
    padding: 15px 20px;
  }

  .cs-valido-text {
    padding-left: 0;
  }

  .date-event_card{
    padding: 30px 15px;
  }

  body {
    background-position: right -143px bottom 700px;
    background-size: 110%;
  }

}



.mat-div::after {
  background: var(--primary-color);
}

.sel__placeholder::before {
  color       : #5974EC;
  border-color: #5974EC;
}

._button-wrapper._full_width button {
  border: 1px solid #5974EC;
  color : #5974EC;
}

.is-active .mat-label {
  color: var(--primary-color) !important;
}


/* SORTEO */
.cs-container-sorteo {
  margin-top: 50px
}

.text-description-sorteo {
  width: 55%;
}

.text-description-sorteo h1 {
  font-size: 60px;
  line-height: 70px;
  margin-top: 55px;
  margin-bottom: 25px;
}

.container-icon-text {
  display: flex;
  padding: 30px 0px;
  gap: 20px;
  align-items: center;
}

.container-icon-text .texto {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 7px
}

.container-icon-text .sorteo {
  font-size: 25px;
  font-weight: bold;
}

.container-icon-text .subtexto {
  font-size: 25px;
}

.icon_sorteo {
  width: 100px;
  height: 100px;
}

.icon_sorteo img {
  width: 100%;
  filter: brightness(60);
}

.text-description-sorteo h3 {
  font-size: 35px;
  font-weight: normal;
  margin-top: 20px;
}

.ponente-card {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 25px;
}

.ponente-card .text-ponente h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 4px;
}

.ponente-card .text-ponente p {
  font-size: 20px;
  margin: 0px !important;
  padding: 0px;
}

.bg-image-webinar {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0,98,255,1) 0%, rgb(157 0 255) 100%);
  object-fit: cover;
  height: 909px;
}

@media only screen and (max-width: 700px) {
  .bg-image-webinar {
    height: 380px;
  }
}