.terceira-section {
  background-color: rgb(255, 178, 78);
  padding: 60px 20px;
  text-align: center;
}

.terceira-title {
  color: #002b5c;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}

.terceira-title1 {
  color: #002b5c;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 40px;
}


.terceira-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.terceira-card {
  text-decoration: none;
  max-width: 300px;
  flex: 1 1 250px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.terceira-card:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.terceira-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.terceira-card p {
  font-weight: bolder;
  color: #002b5c;
  font-family: 'Libre Franklin', sans-serif;
  margin-top: 12px;
  font-size: 18px;
}









body, .content {
    background-color: rgb(0, 18, 44);
}

.soon {
    top: 55%;
}

.gradientHeader {
    /*background: linear-gradient(rgba(3, 63, 125) 5%, rgba(107, 0, 3, 0) 60%);*/
    background-color: rgb(3, 63, 125);
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.header a {
    color: hsl(0, 0%, 100%);
    text-shadow: none;
    font-weight: 500;
}

.headerLogo {
    background: none;
}

.header a:hover {
    text-decoration: underline;
    animation: headerOpacityRed 0.8s;
}

@keyframes headerOpacityRed {
    from{text-decoration-color: rgba(255, 255, 255, 0);}
    to{text-decoration-color: hsl(30, 37%, 97%);}
}

.artistExpo {
    height: calc(100% - 120px);
    bottom: 0;
    top: initial;
}

.content {
    min-width: 100%;
    position: relative;
    font-family: 'Libre Franklin', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 500;
    letter-spacing: 0.1pt;
}

h2 {
    font-family: 'Libre Franklin', sans-serif;
}

#logoRomantiCultura {
    -webkit-filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.5));
}

.content p {
    height: auto;
    text-align: justify;
}

.content p, .content h2 {
    width: 750px;
}

.textoContent, .tituloContent {
    width: 100%;
    line-height: 26pt;
    font-size: 18pt;
    margin: 0 10% 30px 10%;
    position: relative;
    
}

.tituloContent {
    color: rgba(229, 163, 44, 1)

}

.gradientBackground {
    display: block;
    /*background-image: linear-gradient(to left, rgba(229, 163, 44, 0.8) 20%, rgba(229, 163, 44, 0) 80%);*/
    background-image: linear-gradient(to left, rgb(0, 18, 44) 20%, rgb(0, 18, 44) 80%);
    width: 20%;
    right: 0;
}

.tituloContent {
    font-size: 30pt;
    font-weight: 500;
    line-height: 36pt;
    margin-bottom: 100px !important
}

.imgExpoDiv img {
    /*padding-bottom: 50px;
    position: absolute;
    width: 100%;
    left: calc(750px + 5%);*/
    margin: 0 !important;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.imgExpoDiv {
    padding-bottom: 50px;
    position: absolute;
    left: calc(10% + 750px + 5%);
    width: 600px;
}

#imgExpo2 {
    top: calc(526px + 500px);
}

#imgExpo3 {
    top: calc(526px + (500px*2));
}

#imgExpo4 {
    top: calc(526px + (500px*3));
}

#imgExpo5 {
    top: calc(526px + (500px*4) + 500px);
}

#imgSobre2 {
    top: calc(450px + 500px);
}

#imgAtividades2 {
    top: calc(280px + 900px);
}

#imgAtividades3 {
    top: calc(280px + 1520px);
}

.imgExpoDiv p {
    width: 100%;
    line-height: 14pt;
    text-align: left;
}

#asterisco {
    font-size: 12pt;
}

/*#titulo1 {
    padding-top: 300px;
}*/

#titulo2 {
    margin-bottom: 20px !important;
}

.firstContent {
    padding-top: 200px !important;
}

#titulo3 {
    font-size: 17pt;
    line-height: normal;
}

#titulo4 {
    margin-bottom: 0px !important;
    padding-top: 20px;
    font-size: 18pt;
    line-height: normal;
}

#titulo5 {
    margin-bottom: 20px !important;
    font-size: 18pt;
    line-height: normal;
}

#content1 #texto7, #content1 #texto9 {
    padding-top: 100px;
}

#yellow {
    color: rgba(229, 163, 44, 1);
}

.subtituloComoVosVejo {
    font-size: 22pt;
    margin-bottom: 25px;
    letter-spacing: 0.3pt;
}

#cozinhaBold {
    padding-left: 0 !important;
}

.textoContent b {
    font-weight: 900;
}

#phoneSymbolText {
    pointer-events: none;
    user-select: none;
    padding-right: 6px;
    position: relative;
    top: 6px;
    font-size: 22pt;
}

#dezoitoTexto {
    font-size: 18pt;
    letter-spacing: 0;
    font-weight: 700;
    padding-right: 5px;
}

#entrada {
    font-size: 14pt;
    font-weight: 400;
    letter-spacing: 1pt;
}

iframe {
    padding: 100px 0;
    border: none;
    width: 80%;
    height: 900px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.mySlides {
    width: 100%;
}

.lastContent {
    padding-bottom: 150px;
    margin-bottom: 0;
}

#content1 #texto10 {
    margin-bottom: 0;
}

.lineHr {
    position: relative;
    margin: 50px 10% 30px 10%;
    width: 750px;
    height: 1px;
    background-color: hsl(30, 37%, 97%);
    border-width: 0;
}

.imageContainer img {
    height: 400px;
    display: inline-block;
    margin: 5px 10px 5px 0;
    scroll-snap-align: start;
}

.imageContainer {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scroll-padding: 10%;
}

.rodape {
    background: linear-gradient(rgba(107, 0, 3, 1) 0%, rgba(107, 0, 3, 1) 10%, rgba(107, 0, 3, 1) 100%);
}

.dropdown .dropbtn {
    color: hsl(30, 37%, 97%);
    text-shadow: none;
    font-weight: 500;
}

.dropdown-content {
    background-color: rgb(20, 20, 20);
    min-width: 200px;
    box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.5);
}

.dropdown-content a {
    padding: 5px 10px;
}

.romantiCulturaLogo {
    width: 300px !important;
    padding-top: 300px;
    padding-bottom: 50px;
    margin: 0 10% 30px 10%;
}

.logoCasinoTelemovel {
    -webkit-filter: none;
    filter: none;
}

@media screen and (max-width: 1800px) {
    .imgExpoDiv {
        width: 400px;
    }

    #imgExpo2 {
        top: calc(526px + 400px);
    }
    
    #imgExpo3 {
        top: calc(526px + (400px*2));
    }
    
    #imgExpo4 {
        top: calc(526px + (400px*3));
    }

    #imgExpo5 {
        top: calc(526px + (400px*4) + 330px);
    }

    #imgSobre2 {
        top: calc(400px + 400px);
    }

    #imgAtividades2 {
        top: calc(280px + 600px);
    }
    
    #imgAtividades3 {
        top: calc(280px + 1150px);
    }
}

@media screen and (max-width: 1400px) {
    .textoContent {
        font-size: 14pt;
        line-height: 20pt;
    }

    .subtituloComoVosVejo {
        font-size: 18pt;
    }

    .gradientHeader {
        height: 110px;
    }

    .textoContent, .tituloContent, .romantiCulturaLogo {
        margin: 0 7% 30px 7% !important;
    }

    .lastContent {
        margin-bottom: 0;
    }

    #titulo4, #titulo5 {
        padding-bottom: 0;
        padding-top: 0;
        font-size: 14pt;
    }

    .tituloContent {
        font-size: 21pt;
        line-height: 26pt;
    }

    .content p, .content h2 {
        width: 500px;
    }

    .lineHr {
        margin: 50px 7% 30px 7%;
        width: 500px;
    }

    .imgExpoDiv p {
        width: 100%;
        font-size: 12px;
        line-height: 12pt;
    }

    .imgExpoDiv {
        left: calc(7% + 500px + 5%);
    }

    #imgExpo2 {
        top: calc(526px + 350px);
    }
    
    #imgExpo3 {
        top: calc(526px + (350px*2));
    }
    
    #imgExpo4 {
        top: calc(526px + (350px*3));
    }

    #imgExpo5 {
        top: calc(526px + (350px*4) + 330px);
    }

    #imgSobre2 {
        top: calc(400px + 400px);
    }

    #imgAtividades2 {
        top: calc(280px + 600px);
    }
    
    #imgAtividades3 {
        top: calc(280px + 1050px);
    }
}

@media screen and (max-width: 1100px) {
    .content p, .content h2, .imgExpoDiv {
        width: 500px;
    }

    .textoContent, .tituloContent, .imgExpoDiv, .romantiCulturaLogo {
        margin: 0 10% 30px 10% !important;
    }

    .lineHr {
        margin: 50px 10% 30px 10%;
        width: 500px;
    }

    #titulo3 {
        margin-bottom: 50px !important;
    }

    #content1 #texto7, #content1 #texto9 {
        padding-top: 0;
    }

    .subtituloComoVosVejo {
        padding-top: 50px !important;
    }
/*
    .imgExpoDiv {
        width: 200px;
    }

    .imgExpoDiv {
        left: calc(5% + 400px + 3%);
    }

    #imgExpo2 {
        top: calc(526px + 250px);
    }
    
    #imgExpo3 {
        top: calc(526px + (250px*2));
    }
    
    #imgExpo4 {
        top: calc(526px + (250px*3));
    }

    .imgExpoDiv p {
        width: 100%;
    }*/

    .imgExpoDiv {
        position: initial;
        margin-bottom: 30px;
        padding: 0;
    }
    
    .imgExpoDiv p {
        width: 100%;
        margin: 0;
        padding-top: 10px;
    }
}

@media screen and (max-width: 700px) {
    .content p, .content h2, #titulo1, #titulo2, #titulo3, #titulo4, .imgExpoDiv {
        margin: 0 !important;
    }

    .soon {
        top: 50%;
    }

    .openbtn {
        color: hsl(30, 37%, 97%);
    }

    .content {
        height: auto;
    }

    #content1 {
        background-image: none;
    }

    .textoContent , .tituloContent {
        padding: 0 30px 25px 30px;
        text-align: left !important;
    }

    .lineHr {
        margin: 30px 0;
        width: 100%;
    }

    #titulo2 {
        margin-bottom: 0 !important;
    }

    .content p, .content h2 {
        width: auto;
    }

    .gradientBackground {
        display: none;
    }

    .gradientHeader {
        height: 60px;
    }

    .imgExpoDiv {
        padding: 0 30px 25px 30px;
        width: auto;
    }

    .imgExpoDiv p {
        width: 100%;
    }

    .romantiCulturaLogo {
        width: 250px !important;
        margin: 0 !important;
        padding: 150px 30px 25px 30px;
    }
}