/*-----------------
     HEADER
------------------*/

header .links ul li a {
    font-size: 50px;
}

/*
header footer {
    position: absolute;
    bottom: 0;
}
*/

/*------------------------------
      IPAD PRO FIXES
-------------------------------*/

.card.single-event img {
    height: 275px;
}

.avatar-wrapper {
    max-height: 275px;
}

.advantages-row .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
}

.contact-form h1 {
    font-size: 65px;
}

footer p {
    padding-left: 50px;
}

.linkedin-ceo {
    width: 100%;
    margin-left: 0;
}

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

.linkedin-ceo .desc {
    font-size: 25px;
}

body.sala-turismo .home-intro {
    padding-left: 150px;
}

body.sala-turismo .home-intro .image-left {
    left: -5px;
}

body.sala-turismo .home-intro::after {
    left: -100px;
}

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

.next-event-section h1 {
    font-size: 45px;
}

.next-event-section .play-stream p {
    font-size: 40px;
}

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

.next-event-section .card-header,
.card-body .d-flex {
    flex-direction: column;
}

.next-event-section .date .orange-text {
    font-size: 20px;
    border: 0;
}

.next-event-section .date {
    border: 0;
    padding-bottom: 10px;
}

.event-holder,
.event-details {
    left: 0;
}

.holder-name,
.holder-subject {
    font-size: 30px;
}

.holder-company,
.holder-details,
.remaining-time {
    font-size: 25px;
}

.remaining-time {
    letter-spacing: 0;
}

.next-event-section::after,
.next-event-section::before {
    width: 200px;
}

.next-event-section::before {
    bottom: -30vh;
}

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

.events-list-section h1 {
    font-size: 40px;
    margin-left: 0;
    padding-left: 20px;
}

.events-list-section {
    background: transparent;
}

.events-list-section::before {
    display: none;
}

.events-list-section .table-row {
    width: 100%;
    margin-left: 0;
}

.events-list-section table tr {
    display: flex;
    flex-direction: column;
}

.events-list-section table tr td:first-of-type {
    height: 100px;
}

.events-list-section table .checkmark {
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0 !important;
}

.events-list-section table .title {
    font-size: 25px;
    text-align: center;
    padding-left: 0;
}

.events-list-section table .subtitle {
    font-size: 20px;
    text-align: center;
    padding-left: 0;
}

.events-list-section table .date {
    font-size: 25px;
}

.events-list-section table tr td:last-of-type,
.events-list-section table .date {
    padding: 10px 0;
}

.events-list-section table tr {
    margin-bottom: 30px;
}

.events-list-section .table-row table {
    border: 0;
}

/*--------------
SIMPLE BANNER
-------------*/

.simple-banner {
    margin-top: 50px;
    padding: 20px;
    flex-direction: column;
}

.simple-banner .banner-content {
    font-size: 40px;
    padding-bottom: 20px;
}

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

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

.searching-head h1, h5 {
    font-size: 40px;
}

.searching-head {
    width: 100%;
    margin-left: 0;
}

.search-section::before,
.search-section::after {
    display: none;
}

.searching-head h5 {
    padding-left: 0;
    font-size: 30px;
}

.search-section {
    background: transparent;
}

.searching-head img,
.simple-banner.transparent .banner-action .btn {
    margin-left: 0;
}

.simple-banner.transparent .banner-content {
    font-size: 30px;
    padding-bottom: 30px;
}

.simple-banner.transparent {
    flex-direction: column;
}
