/*---------------
    HOME INTRO
---------------*/

.home-intro {
    padding: 260px 164px 294px 260px;
    background: url("../images/background-pattern-w.svg") no-repeat left top;
    background-size: 100% 95%;
    position: relative;
}

body.sala-turismo .home-intro {
    background-size: 95%;
    background-position-x: 0;
    padding-top: 200px;
}

.home-intro h1 p,
.home-intro h5 {
    font-size: 40px;
}

body.sala-turismo .home-intro h5 {
    font-family: CircularStdMedium, sans-serif;
    font-size: 40px;
}

.home-intro .image-left {
    width: 242px;
    height: 242px;
    left: 60px;
    top: 0;
    position: absolute;
}

body.sala-turismo .home-intro .image-left {
    width: 500px;
    height: 500px;
    left: -15%;
    transform: rotateZ(100deg);
}

.home-intro .image-right {
    width: 82px;
    height: 82px;
    right: 0;
    top: 25%;
    position: absolute;
}

body.sala-turismo .home-intro .image-right {
    top: 20%;
    right: -25px;
}

.home-intro::before {
    content: " ";
    position: absolute;
    bottom: 175px;
    left: 85px;
    width: 82px;
    height: 82px;
    display: block;
    background: url("../images/cross-02.svg") no-repeat center;
    background-size: contain;
}

/*
body.sala-turismo .home-intro::before {
    background: url("../images/cross-02-salaturismo.svg") no-repeat center;
    bottom: 50px;
}
*/

.home-intro::after {
    content: " ";
    position: absolute;
    bottom: -30%;
    right: 5%;
    width: 500px;
    height: 500px;
    display: block;
    background: url("../images/circle-01.svg") no-repeat center;
    background-size: contain;
}

body.sala-turismo .home-intro::after {
    width: 351px;
    height: 351px;
    background-size: contain;
    bottom: -20%;
    right: 25%;
    background: url("../images/circle-02-salaturismo.svg") no-repeat center;
}

.home-intro h1 {
    font-size: 85px;
    color: var(--primary-white);
    font-family: CircularStdBlack, sans-serif;
    margin-bottom: 54px;
}

.home-intro h5 {
    color: var(--primary-white);
    font-family: CircularStdMedium, sans-serif;
}

/*-----------------------
  OUR VISION HOME INTRO
------------------------*/

body.our-vision .home-intro {
    background-size: 97%;
    background-position-x: 0;
}

body.our-vision .home-intro h1 {
    text-align: center;
    width: 100%;
    position: relative;
    top: 15px;
}

body.our-vision .home-intro .image-left {
    height: 498px;
    width: 498px;
    top: -5%;
    left: 0;
}

body.our-vision .home-intro .image-right {
    top: 0;
    right: 25%;
}

body.our-vision .home-intro::after {
    background: url("../images/circle-02.svg") no-repeat center;
    width: 378px;
    height: 378px;
    bottom: -5%;
    right: -3%;
}

body.our-vision .home-intro::before {
    background: url("../images/cross-01.svg") no-repeat center;
    width: 87px;
    height: 87px;
    bottom: -5%;
    left: 5%;
}

/*---------------
    HOME SALE
---------------*/

.sale-section {
    margin-top: 355px;
    margin-bottom: 237px;
    position: relative;
}

body.our-vision .sale-section {
    margin-top: 200px;
}

body.our-vision .sale-section button.slick-next.slick-arrow,
body.sala-turismo .sale-section button.slick-next.slick-arrow {
    margin-left: 335px;
}

body.our-vision .sale-section button.slick-prev.slick-arrow,
body.sala-turismo .sale-section button.slick-prev.slick-arrow {
    margin-left: 300px;
}

.sale-section::before {
    content: " ";
    position: absolute;
    top: -10%;
    left: -6%;
    width: 300px;
    height: 341px;
    display: block;
    background: url("../images/circle-02.svg") no-repeat center;
    background-size: contain;
}

body.sala-turismo .sale-section::before {
    background: url("../images/circle-02-salaturismo.svg") no-repeat center;
    top: 100px;
}

.sale-section::after {
    content: " ";
    position: absolute;
    bottom: -5%;
    left: -6%;
    width: 388px;
    height: 400px;
    display: block;
    background: url("../images/group-82.svg") no-repeat center;
    background-size: contain;
}

.sale-wrapper {
    padding-left: 260px;
}

.sale-wrapper h2 {
    font-family: CircularStdBlack, sans-serif;
    font-size: 85px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #CCCCCC;
}

body.sala-turismo .sale-wrapper {
    padding-left: 400px;
}

body.sala-turismo .sale-wrapper h2 {
    color: var(--primary-white);
    -webkit-text-fill-color: inherit;
    -webkit-text-stroke-width: inherit;
    -webkit-text-stroke-color: inherit;
}

.sale-wrapper h5 {
    font-size: 40px;
    font-family: CircularStdMedium, sans-serif;
    color: white;
}

.sale-wrapper .btn.btn-primary {
    margin-top: 30px;
}

/*---------------
    EVENTS
---------------*/

.events-section {
    position: relative;
    padding-bottom: 50px;
}

.events-section::after {
    content: " ";
    width: 135px;
    height: 135px;
    display: block;
    position: absolute;
    background: url("../images/circle-04.svg") no-repeat center;
    background-size: contain;
    right: -150px;
    bottom: 0;
}

.events-section .absolute-img {
    width: 72px;
    height: 72px;
    position: absolute;
    top: -75px;
    right: 10%;
}

.events-wrapper {
    margin-top: 143px;
}

.card.single-event {
    width: 416px;
    border-radius: 60px;
    overflow: hidden;
    padding-bottom: 37px;
    border: 0;
    outline: none;
    box-shadow: none;
    margin-right: 20px;
}

.card.single-event a {
    max-width: 230px;
    padding: 19px 62px;
    display: block;
    margin: 0 auto;
}

.card.single-event .event-logo {
    height: 47px;
    width: 52px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 40px;
    z-index: 100;
}

.card.single-event img {
    height: 375px;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
    position: relative;
    object-fit: cover;
}

.card.single-event .card-text {
    color: #141519;
    font-size: 35px;
    padding: 26px 0;
    text-align: center;
    font-family: CircularStdBook, sans-serif;
}

.events-wrapper .slick-item:nth-child(odd) {
    position: relative;
    top: -30px;
}

.events-wrapper .slick-list.draggable {
    padding-bottom: 200px !important;
    padding-top: 50px !important;
    background: url(../images/background-pattern-w.svg) no-repeat;
    background-position-x: 30vw;
    background-size: 100%;
}

.card.single-event.slick-slide:nth-child(even) {
    position: relative;
    top: 50px;
}

@media (min-width: 1366px) {

    .card.single-event.slick-slide.slick-cloned.slick-active {
        margin-left: 0;
    }

    .card.single-event.slick-slide.slick-cloned {
        margin-left: -11px;
    }
}

/*---------------
  TESTIMONIALS
---------------*/

.testimonials-section {
    margin-bottom: 167px;
    background: url("../images/testimonial-bg.svg") no-repeat 105% center;
    background-size: contain;
    position: relative;
}

.testimonials-section::before {
    content: " ";
    position: absolute;
    left: -120px;
    bottom: -150px;
    width: 262px;
    height: 262px;
    display: block;
    background: url("../images/circle-01.svg") no-repeat center center;
    background-size: cover;
}

.testimonials-section h1 {
    font-size: 85px;
    font-family: CircularStdBlack, sans-serif;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #CCCCCC;
    position: relative;
    display: inline;
}

.testimonials-section h1::after {
    content: "";
    display: block;
    position: absolute;
    top: -70px;
    right: -300px;
    width: 213px;
    height: 213px;
    background: url("../images/circle-02.svg") no-repeat center;
    background-size: contain;
}

.avatar-wrapper {
    width: 475px;
    height: 475px;
    border-radius: 50%;
    border: 2px solid var(--primary-white);
    position: relative;
}

.avatar-wrapper::before {
    content: " ";
    position: absolute;
    top: -70px;
    left: 0;
    width: 48px;
    height: 48px;
    display: block;
    background: url("../images/cross-02.svg") no-repeat center;
    background-size: contain;
}

.avatar-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 30px;
    border-radius: 50%;
}

.single-testimonial {
    margin-top: 70px;
}

.row.single-testimonial {
    margin: 0 !important;
    padding: 0 !important;
}

.single-testimonial p.name-surname {
    font-family: CircularStdBook, sans-serif;
    color: #EA1357;
    font-size: 35px;
    margin: 0;
}

.single-testimonial p.company {
    margin: 0;
    font-family: CircularStdBook, sans-serif;
    color: var(--primary-white);
    font-size: 35px;
}

.single-testimonial p.cit {
    color: var(--primary-white);
    font-size: 30px;
    margin: 0;
    padding-top: 57px;
    padding-left: 100px;
    font-family: CircularStdBook, sans-serif;
    max-width: 915px;
    line-height: 40px;
}

.testimonials ,
body.our-vision .advantages-section h1,
.what-is-not,
.searching-head .search-container {
    position: relative;
}

.testimonials.slick-initialized .slick-slide {
    display: flex !important;
}

.testimonials button.slick-arrow {
    margin: 0;
}

.testimonials button.slick-prev.slick-arrow {
    left: 100%;
    margin-left: -70px;
}

.testimonials button.slick-next.slick-arrow {
    left: 100%;
    margin-left: -20px;
}

/*---------------
  ADVANTAGES
---------------*/

.advantages-section {
    margin-bottom: 127px;
}

body.our-vision .advantages-section {
    margin-bottom: 0;
    background: url("../images/background-pattern-w.svg") no-repeat center 25%;
    background-size: 90%;
}

body.our-vision .advantages-section h1::after {
    content: " ";
    position: absolute;
    display: block;
    height: 450px;
    width: 450px;
    background: url("../images/motivation.svg") no-repeat center;
    background-size: contain;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
}

.advantages-wrapper img.circle {
    width: 164px;
    height: 164px;
    position: relative;
    margin-left: -30%;
}

.advantages-wrapper h1 {
    color: var(--primary-white);
    font-size: 85px;
    font-family: CircularStdBlack, sans-serif;
    font-weight: 400;
}

.advantages-wrapper h5,
.single-advantage .name {
    color: #D80E64;
    font-size: 40px;
    font-family: CircularStdBook, sans-serif;
}

.advantages-row {
    margin-top: 53px;
    background: url("../images/background-pattern-w.svg") no-repeat center center;
    background-size: 90%;
    padding-left: 150px;
    padding-top: 100px;
    padding-bottom: 100px;
}

body.our-vision .advantages-row {
    padding-left: 30px;
    background: transparent;
    position: relative;
}

.single-advantage {
    text-align: center;
    border: 1px solid var(--primary-white);
    margin-right: 30px;
    padding: 60px 30px;
    background-image: url("../images/testimonial-bg.svg");
    background-repeat: no-repeat;
    background-size: 55%;
    background-position-x: 150%;
    background-position-y: 150%;
    background-color: #141519;
}

body.our-vision .single-advantage {
    margin-bottom: 50px;
    min-height: 520px;
}

.single-advantage .name {
    padding-top: 30px;
    padding-bottom: 40px;
}

.single-advantage .desc {
    color: var(--primary-white);
    font-size: 25px;
    font-family: CircularStdBook, sans-serif;
}

/*---------------
  CONTACT FORM
---------------*/

.form-section {
    margin-bottom: 200px;
    position: relative;
}

.contact-form {
    width: 90%;
    margin-left: 8%;
    margin-right: 2%;
    background-color: var(--primary-white);
    padding: 80px 60px;
    position: relative;
    background-image: url("../images/form-background.png");
    background-repeat: no-repeat;
    background-position-x: -10%;
    background-position-y: 125px;
    background-size: 35%;
}

.contact-form::after {
    content: " ";
    width: 100px;
    height: 100px;
    background: white;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 100;
}

.contact-form .circle {
    width: 136px;
    height: 137px;
    bottom: -75px;
    right: -75px;
    position: absolute;
    z-index: 1;
}

.contact-form h1 {
    color: var(--secondary-purple);
    font-size: 85px;
    font-family: CircularStdBlack, sans-serif;
}

body.sala-turismo .contact-form h1 {
    color: var(--primary-yellow);
}

.contact-form form {
    padding-left: 75px;
}

/*---------------
      NEWS
---------------*/

.news-section {
    margin-bottom: 400px;
    position: relative;
    background: url("../images/form-background.svg") no-repeat -200px top;
    background-size: 25%;
}

/*
.news-section::before {
    content: "";
    position: absolute;
    display: block;
    width: 262px;
    height: 262px;
    background: url("../images/circle-01.svg") no-repeat center;
    background-size: contain;
    bottom: -150px;
    left: -75px;
    transform: rotateZ(225deg);
}
*/

/*
body.sala-turismo .news-section::before {
    background: url("../images/circle-01-sala-turismo.svg") no-repeat center;
    transform: rotateZ(360deg);
}
*/

.news-section::after {
    content: "";
    position: absolute;
    display: block;
    width: 155px;
    height: 155px;
    background: url("../images/circle-02.svg") no-repeat center;
    background-size: contain;
    bottom: -250px;
    right: -60px;
    transform: rotateZ(225deg);
}

body.sala-turismo .news-section::after {
    border-radius: 100%;
    background: url("../images/circle-02-salaturismo.svg") no-repeat center;
}

.news-section h1 {
    padding-bottom: 80px;
}

.news-section h1 {
    font-size: 85px;
    font-family: CircularStdBlack, sans-serif;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #CCCCCC;
    position: relative;
    display: inline;
}

.news-wrapper {
    margin-left: 200px;
    position: relative;
}

.news-wrapper::before {
    content: " ";
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    background: url("../images/cross-02-neutro.svg") no-repeat center;
    background-size: contain;
    left: -75px;
    top: 0;
}

/*
body.sala-turismo .news-wrapper::before {
    background: url("../images/cross-02-salaturismo.svg") no-repeat center;
    background-size: contain;
}
*/

.single-news {
    border: 2px solid var(--primary-white);
    padding: 50px;
    margin-right: 100px;
}

.single-news .news-title {
    color: #D80E64;
    font-size: 40px;
    font-family: CircularStdBook, sans-serif;
    margin: 0;
}

body.sala-turismo .single-news .news-title {
    color: var(--primary-yellow);
}

.single-news .news-subtitle {
    color: var(--primary-white);
    font-size: 35px;
    font-family: CircularStdBook, sans-serif;
    margin: 0;
}

.single-news .news-desc {
    color: #EEEEEE;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    font-family: CircularStdBook, sans-serif;
}

.single-news .socials {
    margin-top: 40px;
}

.single-news.slick-current.slick-active.slick-center {
    max-width: 1050px !important;
}

.single-news:not(.slick-current) {
    transform: scale(0.9);
}

.news-wrapper button.slick-prev.slick-arrow,
.news-wrapper button.slick-next.slick-arrow {
    margin-top: 75px;
}

.news-wrapper ul.slick-dots {
    left: 0;
    bottom: -100px !important;
}

/*------------------
  ABOUT US SECTION
------------------*/

.about-us-section {
    margin-bottom: 217px;
    background: url("../images/testimonial-bg.svg") no-repeat;
    background-position-y: top;
    background-position-x: 105%;
    background-size: contain;
    padding-top: 186px;
    position: relative;
}

.about-us-section::before {
    content: " ";
    display: block;
    position: absolute;
    bottom: -20%;
    left: -7%;
    background: url("../images/circle-04.svg") no-repeat center;
    background-size: contain;
    width: 230px;
    height: 230px;
}

.what-is,
.what-is-not {
    padding-left: 100px;
    background: url("../images/smile.svg") no-repeat;
    background-position-y: center;
    background-position-x: left;
    background-size: contain;
}

.what-is-not {
    padding-left: 200px;
    padding-bottom: 50px;
    background: url("../images/sad.svg") no-repeat;
}

.what-is-not {
    padding-left: 400px;
    background-position-x: 200px;
}

.what-is h1,
.what-is-not h1 {
    font-size: 85px;
    color: var(--primary-white);
    font-family: CircularStdBlack, sans-serif;
    display: block;
    width: 100%;
}

.what-is p,
.what-is-not p {
    margin-top: 22px;
    display: block;
    color: var(--primary-white);
    padding-left: 200px;
    max-width: 1224px;
    font-family: CircularStdMedium, sans-serif;
    font-size: 35px;
    line-height: 45px;
}

.what-is-not p {
    margin: 0;
}

.what-is-not .desc {
    margin-top: 109px;
    padding: 0 100px;
    max-width: 1275px;
}

.what-is-not .desc p {
    font-family: CircularStdMediumItalic, sans-serif;
    padding-left: 0;
    font-size: 40px;
    color: var(--primary-white);
}

/*------------------------
MORE ABOUT US SECTION
-------------------------*/

.more-about-section {
    margin-top: 191px;
    margin-bottom: 200px;
    position: relative;
    background: url("../images/background-pattern-w.svg") no-repeat;
    background-size: 90%;
    background-position-x: 10%;
    background-position-y: 80%;
}

.more-about-section::before {
    content: " ";
    display: block;
    position: absolute;
    top: 30%;
    right: -100px;
    width: 240px;
    height: 240px;
    background: url("../images/circle-02.svg") no-repeat center;
    background-size: contain;
}

.more-about-section::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -15%;
    right: 5%;
    width: 82px;
    height: 82px;
    background: url("../images/cross-02.svg") no-repeat center;
    background-size: contain;
}

.more-about-section h1 {
    width: 100%;
    margin-bottom: 100px;
    display: block;
    font-size: 85px;
    text-align: center;
    font-family: CircularStdBlack, sans-serif;
    color: var(--primary-white);
}

.linkedin-ceo {
    width: 90%;
    margin-left: 5%;
}

.linkedin-ceo .card {
    background-color: #141519;
    /* background-image: url("../images/testimonial-bg.svg"); */
    background-repeat: no-repeat;
    background-size: 80%;
    background-position-x: 275%;
    background-position-y: 175%;
    border: 1px solid var(--primary-white);
    border-radius: 0;
    position: relative;
    /* max-width: 674px; */
    overflow: hidden;
}

img.linkedin-logo {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 100;
}

.linkedin-ceo .card .image-wrapper {
    overflow: hidden;
    /* width: 90%; */
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: relative;
}

.linkedin-ceo .card .image-wrapper img {
    object-fit: cover;
    object-position: left;
}

.linkedin-ceo .card-body {
    padding: 40px;
}

.linkedin-ceo .name {
    font-size: 35px;
    font-family: CircularStdBlack, sans-serif;
    color: #CB0C6F;
    margin: 0;
}

.linkedin-ceo .company-name {
    color: var(--primary-white);
    font-size: 35px;
    font-family: CircularStdBook, sans-serif;
    margin: 0;
}

.linkedin-ceo .desc {
    font-size: 30px;
    font-family: CircularStdBook, sans-serif;
    color: var(--primary-white);
    /* margin-top: 57px; */
}

.linkedin-ceo .ceo1 {
    padding-right: 30px;
}

.linkedin-ceo .ceo2 {
    padding-left: 30px;
}

.linkedin-ceo .ceo2 .card {
    position: relative;
    top: 50px;
}

/*------------------
WHAT IS NOT SECTION
-------------------*/

.what-is-not-section {
    margin-top: 300px;
    margin-bottom: 300px;
    position: relative;
}

.what-is-not-section::before {
    position: absolute;
    content: " ";
    display: block;
    width: 262px;
    height: 262px;
    background: url("../images/circle-01.svg") no-repeat center;
    background-size: contain;
    top: -20%;
    left: -110px;
    transform: rotateZ(220deg);
}

.what-is-not::after {
    content: " ";
    display: block;
    position: absolute;
    width: 310px;
    height: 312px;
    background: url("../images/circle-02.svg") no-repeat center;
    background-size: contain;
    bottom: -25%;
    right: -250px;
}

.what-is-not-section::after {
    content: "";
    position: absolute;
    display: block;
    width: 400px;
    height: 600px;
    background: url("../images/form-background.svg") no-repeat center;
    background-size: contain;
    bottom: -70%;
    left: -150px;
}

/*-----------------
 NEXT EVENT SECTION
------------------*/

.next-event-section {
    margin-top: 180px;
    background-image: url("../images/background-pattern-w.svg");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 90% 90%;
    padding-bottom: 100px;
    position: relative;
}

.next-event-section::before {
    content: " ";
    position: absolute;
    display: block;
    bottom: -25%;
    left: -15%;
    width: 600px;
    height: 600px;
    background: url("../images/next-section-before.svg") no-repeat center;
    background-size: contain;
    opacity: .8;
}

.next-event-section::after {
    content: " ";
    position: absolute;
    display: block;
    width: 667px;
    height: 667px;
    right: -15%;
    bottom: -20%;
    background: url("../images/circle-02-salaturismo.svg") no-repeat center;
    background-size: contain;
    z-index: 1;
}

.next-event-section h1 {
    font-size: 85px;
    font-family: CircularStdBlack, sans-serif;
    color: var(--primary-white);
    margin-bottom: 48px;
    padding-left: 10%;
}

.next-event-section .card,
.next-event-section .card-header {
    background: transparent;
}

.next-event-section .card {
    border: 1px solid var(--primary-white);
    position: relative;
    width: 90%;
    background-color: #141519;
    margin-left: 5%;
    z-index: 2;
}

.next-event-section .card-header {
    border-bottom: 1px solid var(--primary-white);
    padding: 0;
}

.next-event-section .play-stream {
    flex: 0 0 70%;
    display: flex;
    align-items: center;
}

.next-event-section a.play-stream-action {
    padding-left: 62px;
}

.next-event-section .play-stream p {
    font-size: 85px;
    font-family: CircularStdBlack, sans-serif;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #CCCCCC;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 70px;
}

.next-event-section .date {
    display: flex;
    flex: 0 0 30%;
    align-items: center;
    justify-content: center;
    border-left: 1px solid var(--primary-white);
}

.next-event-section .date .orange-text {
    font-size: 30px;
    font-family: CircularStdBook, sans-serif;
    margin-bottom: 0;
}

.event-holder {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: -10%;
}

.event-holder img {
    width: 100%;
    height: 100%;
}

.event-holder::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images/gradient-bg.svg") no-repeat center;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: .6;
}

.event-details {
    position: relative;
    padding-top: 50px;
    left: -5%;
}

.holder-name {
    font-size: 40px;
    color: var(--primary-orange);
    font-family: CircularStdBlack, sans-serif;
    margin-bottom: 0;
}

.holder-company {
    margin-bottom: 37px;
    font-size: 35px;
    color: var(--primary-white);
    font-family: CircularStdBook, sans-serif;
}

.holder-subject {
    font-size: 35px;
    color: var(--primary-orange);
    font-family: CircularStdBlack, sans-serif;
    margin-bottom: 15px;
}

.holder-details {
    font-size: 30px;
    font-family: CircularStdBook, sans-serif;
    color: var(--primary-white);
}

.remaining-time {
    font-size: 70px;
    font-family: CircularStdBold, sans-serif;
    color: var(--primary-white);
    letter-spacing: 8px;
}

.share-event {
    position: absolute;
    top: 5%;
    right: 0;
}

/*------------------
EVENTS LIST SECTION
-------------------*/

.events-list-section {
    margin-top: 151px;
    background: url("../images/testimonial-bg.svg") no-repeat;
    background-position-y: bottom;
    background-position-x: 105%;
    position: relative;
}

.events-list-section::before {
    content: " ";
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    bottom: 35%;
    left: 2%;
    background: url("../images/cross-02-neutro.svg") no-repeat center;
    background-size: contain;
}

.table-row {
    width: 90%;
    margin-left: 5%;
}

.events-list-section h1 {
    font-size: 85px;
    margin-left: 5%;
    color: var(--primary-white);
    font-family: CircularStdBlack, sans-serif;
    margin-bottom: 48px;
}

.events-list-section table,
.events-list-section table tr,
.events-list-section table tr td {
    border: 1px solid var(--primary-white);
}

.events-list-section table tr td {
    text-align: center;
    background: #141519;
}

.events-list-section table tr td:first-of-type {
    padding: 0 15px;
}

.events-list-section table .title {
    color: var(--primary-orange);
    font-size: 35px;
    font-family: CircularStdBlack, sans-serif;
    margin-bottom: 0;
    text-align: left;
    padding-top: 21px;
    padding-left: 40px;
}

.events-list-section table .subtitle {
    font-size: 25px;
    font-family: CircularStdBook, sans-serif;
    color: var(--primary-white);
    text-align: left;
    padding-bottom: 21px;
    padding-left: 40px;
    margin-bottom: 0;
}

.events-list-section table .date {
    color: var(--primary-white);
    font-family: CircularStdBook, sans-serif;
    font-size: 30px;
    margin-bottom: 0;
}

.simple-banner {
    width: 100%;
    margin-top: 120px;
    background-image: linear-gradient(to right, #FE1717, #FFC400);
    padding: 28px 67px;
}

.simple-banner .banner-content {
    font-size: 5.5rem;
    font-family: CircularStdBlack, sans-serif;
    color: var(--primary-white);
}

.simple-banner .banner-action .btn {
    margin-left: 50%;
}

/*-------------------------
      SEARCH SECTION
-------------------------*/

.search-section {
    margin-top: 87px;
    position: relative;
    background: url("../images/background-pattern-w.svg") no-repeat;
    background-size: 75%;
    background-position-x: -55vw;
    background-position-y: 20vh;
}

.search-section::before {
    content: " ";
    position: absolute;
    display: block;
    width: 87px;
    height: 87px;
    background: url("../images/cross-01-salaturismo.svg") no-repeat center;
    left: -45px;
    top: 10vh;
}

.search-section::after {
    content: " ";
    position: absolute;
    display: block;
    width: 245px;
    height: 245px;
    background: url("../images/circle-04-salaturismo.svg") no-repeat center;
    right: -8vw;
    top: 10vh;
}

.searching-head {
    width: 50%;
    margin-left: 25%;
}

.searching-head img {
    width: 119px;
    height: 120px;
    display: block;
    margin-left: 40px;
    margin-bottom: 20px;
}

.searching-head h1 {
    font-size: 85px;
    font-family: CircularStdBlack, sans-serif;
    color: var(--primary-white);
}

.searching-head h5 {
    font-size: 40px;
    color: var(--primary-white);
    font-family: CircularStdMedium, sans-serif;
    padding-left: 40px;
}

.searching-head h1, h5 {
    display: block;
    width: 100%;
}

.searching-head form {
    margin-top: 60px;
}

.searching-head form .search-input {
    height: 111px;
    background: #202125;
    font-size: 40px;
    color: var(--primary-white);
    border: 0;
    box-shadow: none;
    outline: none;
    padding-left: 40px;
}

.searching-head form .arrow-button {
    position: absolute;
    background: transparent;
    border: 0;
    box-shadow: none;
    height: 54px;
    width: 54px;
    top: 30px;
    right: 10%;
    z-index: 2;
}

.searching-head form .arrow-button img {
    max-width: 100%;
    max-height: 100%;
}

.search-results {
    padding: 40px;
    background: var(--primary-white);
    position: absolute;
    top: 100px;
    left: 0;
    border-top: 2px solid #FE540F;
    display: none;
}

.search-results .result {
    margin-bottom: 20px;
}

.search-results .result:last-of-type {
    margin-bottom: 0;
}

.search-results .name {
    font-size: 30px;
    font-family: CircularStdBlack, sans-serif;
    color: #FE540F;
}

.search-results .location {
    font-size: 30px;
    font-family: CircularStdBook, sans-serif;
    color: #141519;
}

.simple-banner.transparent {
    background: #141519;
    border: 1px solid var(--primary-white);
    width: 90%;
    margin-left: 5%;
}

.simple-banner.transparent .banner-content {
    font-size: 45px;
}

.simple-banner.transparent .banner-action .btn {
    margin-left: 50%;
}

body.sala-turismo .sale-section {
    margin-top: 220px;
}
