/*
Theme Name: ComplexMenu AlgarveBoats
Theme URI: https://websites.complexmenu.com/
Author: ComplexMenu
Author URI: https://websites.complexmenu.com/
Description: Tema para o AlgarveBoats
Version: 1.0
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Afacad Flux", sans-serif;
}

html, body{
    scroll-behavior: smooth;
    height: 100%;
    color: #333333;
    top: 0px !important;
}

.clear{
    clear: both;
}

section{
    scroll-snap-align: start;
}

@keyframes pulse{
    100%{
        transform: scale(1.8);
        opacity: 0;
    }
}

.cartBtn{
    height: 60px;
    width: 60px;
    background: linear-gradient(
        #48cae4,
        #1b98b1
    );
    position: fixed;
    margin: auto;
    right: 2.4%;
    bottom: 5.5%;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
    z-index: 15;
}

.cartBtn:hover{
    background-color: #0096c7;
}

.cartBtn:before,
.cartBtn:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #48cae4;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
}

.cartBtn:before{
    animation: pulse 2s ease-out infinite;
}

.cartBtn:after{
    animation: pulse 2s 1s ease-out infinite;
}

.cartBtn span{
    position: absolute;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #DC3545;
    margin-top: -40px;
    margin-left: 40px;
    font-size: 22px;
}

.firstHeader{
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 1000;
    padding: 5px;
    border: 1px solid #f2f2f2;
}

.socialTable{
    position: fixed;
    right: 0;
    top: 50%;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    gap: 10px;
    z-index: 2000;
}

.socialTable .socialBtn{
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 26px;
    line-height: 40px;
    cursor: pointer;
    color: #333333;
    transition: all 300ms ease; 
}

.socialTable .socialBtn.instagram{
    background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-radius: 10px;
    color: white;
}

.socialTable .socialBtn.facebook{
    background: #3b5998;
    border-radius: 10px;
    color: white;
}

.socialTable .socialBtn.wpp{
    background: #25D366;
    border-radius: 10px;
    color: white;
}

.socialTable .socialBtn:hover{
    border-radius: 10px;
    background-color: #48cae4;
}

.middleButtons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.middleButtons .boxContainter{
    width: 100%;
    display: flex;
}

.middleButtons .box{
    display: flex;
    flex-direction: row;
    color: black;
    gap: 15px;
    align-items: center;
}

.middleButtons .box .social{
    display:flex;
    gap: 10px;
}

.middleButtons .box .contact{
    display: flex;
    gap: 5px;
}

.middleButtons .box .link{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333333;
}

.middleButtons .box .link p{
    color: #1b98b1;
    text-decoration: underline;
}

.middleButtons .box a{
    text-decoration: none;
}

.middleButtons .box i{
    font-size: 24px;
}

.middleButtons .socialDesconto{
    display: flex;
    gap: 5px;
    align-content: center;
    align-items: center;
}

.middleButtons .mobileDesconto{
    display: none;
}

.middleButtons .socialDesconto span{
    background-color: #48cae4;
    color: white;
    padding: 5px 15px;
    border-radius: 4px;
}

.middleButtons .socialBtn{
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    color: #333333;
    transition: all 300ms ease; 
}

.middleButtons .socialBtn.instagram{
    background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-radius: 10px;
    color: white;
}

.middleButtons .socialBtn.facebook{
    background: #3b5998;
    border-radius: 10px;
    color: white;
}

.middleButtons .socialBtn.wpp{
    background: #25D366;
    border-radius: 10px;
    color: white;
}

.middleButtons .socialBtn:hover{
    border-radius: 10px;
    background-color: #48cae4;
}

.middleButtons .box .languageContainer .defaultLang{
    display: flex;
    gap: 10px;
    color: #333333;
}

.gray{
    background-color: #cccccc;
}

.cover-bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    height: 100vh;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: 1;
}

.bgHeader{
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    height: 450px;
}

.container{
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

.containerMax{
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
}

.containerMax2{
    width: 100%;
    margin: 0 auto;
}

.texth3{
    color: #48cae4;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.texth2{
    color: #333333;
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -5px;
    margin-bottom: 10px;
}

/* Menu Desktop */

header{
    margin-top: 40px;
    position: fixed;
    width: 100%;
    padding: 20px 2rem;
    z-index: 500;
    transition: all 300ms ease;
    background-color: white;
    color: white;
}

header.fixed{
    background-color: white;
    color: #333333;
    border-bottom: 1px solid #333333;
}

header .links.fixed a{
    color: #333333;
}

header .navbar{
    width: 100%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: start;
    max-width: 1250px;
}

header .navbar .logo{
    display: flex;
    align-items: center;
}

header .navbar .languageContainer .defaultLang{
    display: flex;
    gap: 10px;
    cursor: pointer;
    font-size: 18px;
}

header .navbar .languageContainer .langBox{
    position: absolute;
    left: 265px;
    background-color: black;
    padding: 10px;
    border-radius: 4px;
    font-size: 18px;
    display: none;
}

header .navbar .languageContainer .langBox .singleLang{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

header img{
    width: 220px;
    height: 120px;
}

header .navbar .menuLinks{
    width: 100%;
    display: flex;
    margin-top: 10px;
    justify-content: end;
}

header .navbar .links{
    display: flex;
    margin-left: 30px;
    column-gap: 30px;
    color: #333333;
}

header .navbar .links ul{
    display: flex;
    gap: 30px
}

header .navbar .links ul .btnReservation{
    width: 100%;
    background-color: #48cae4;
    padding: 10px 15px;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    font-weight: 600;
    transition: all 300ms ease; 
}

header .navbar .links ul .btnReservation:hover{
    background-color: #0096c7;
}

header .navbar li{
    list-style: none;
}

header .navbar .linkText{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    transition: all 300ms ease;
    position: relative;
}

header .navbar .linkText:after{
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #333333;
    transition: width 300ms ease;
}

header .navbar .linkText:hover:after{
    width: 100%;
}

header .navbar .toggle-btn{
    font-size: 26px;
    color: #333333;
    display: none;
}

/* Menu Mobile */

header .navbarMobile{
    display: none;
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 130px;
    height: auto;
    left: 0;
    background-color: white;
    overflow: hidden;
    text-align: center;
}

header .navbarMobile.open{
    display: block;
}

header .navbarMobile ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

header .navbarMobile li{
    list-style: none;
    color: #333333;
}

header .navbarMobile .linkText{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition: all 300ms ease;
    position: relative;
    color: #333333;
}

header .navbarMobile .linkText:hover{
    color: #333333;
}

header .navbarMobile .btnReservation{
    background-color: red;
    margin-bottom: 10px;
}

header .navbarMobile .languageContainer{
    margin: 0 auto;
    text-align: center;
}

header .navbarMobile .languageContainer .defaultLang{
    display: flex;
    gap: 10px;
    color: white;
    cursor: pointer;
    font-size: 18px;
}

header .navbarMobile .languageContainer .langBox{
    display: none;
    flex-direction: column;
}

header .navbarMobile .languageContainer .langBox .singleLang{
    display: flex;
    gap: 10px;
    color: white;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 18px;
}

/* Section Welcome */

section.welcome{
    padding: 0 2%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
}

section.welcome .welcomeContainer{
    display: flex;
    gap: 100px;
}

section.welcome .welcomeContainer .formBox{
    background-color: white;
    width: 90%;
    padding: 50px;
    border-radius: 18px;
}

section.welcome .welcomeContainer .formBox .formHeader{
    margin-bottom: 30px;
}

section.welcome .welcomeContainer .formBox .formHeader h3{
    color: #333333;
    text-transform: uppercase;
    font-size: 24px;
    text-align: left;
}

section.welcome .welcomeContainer .formBox .formHeader h2{
    text-transform: uppercase;
    font-size: 40px;
    color: #333333;
    text-align: left;
    margin-bottom: 10px;
     line-height: 0.9;
}

section.welcome .welcomeContainer .formBox .formHeader p{
    color: #808080;
    max-width: 500px;
    text-align: left;
}

section.welcome .formBody{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.welcome .formBody .formGroup{
    display: flex;
    gap: 20px
}

section.welcome .formBody input{
    width: 100%;
    padding: 15px 10px;
    font-size: 18px;
    outline: none;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
}

section.welcome .formBody select{
    width: 100%;
    padding: 15px 10px;
    font-size: 18px;
    outline: none;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
}

section.welcome .formBody .btnWelcome{
    display: flex;
    gap: 15px;
}

section.welcome .formBody .btnWelcome .mobileButton{
    display: none;
}

section.welcome .formBody .btnWelcome .btnPrimary{
    width: 100%;
    background-color: #48cae4;
    padding: 15px 10px;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    font-weight: 600;
    transition: all 300ms ease; 
}

section.welcome .formBody .btnWelcome .btnPrimary:hover{
    background-color: #0096c7;
}

section.welcome .formBody .btnWelcome .btnSecondary{
    width: 100%;
    background-color: transparent;
    padding: 15px 10px;
    font-size: 18px;
    outline: none;
    border: 1px solid #48cae4;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: #48cae4;
    font-weight: 600;
    transition: all 300ms ease; 
}

section.welcome .formBody .btnWelcome .btnSecondary:hover{
    background-color: #48cae4;
    color: white;
}

section.welcome .welcomeNText h3{
    text-transform: uppercase;
    font-size: 32px;
    color: white;
    font-weight: normal;
    text-align: left;
}

section.welcome .welcomeNText h2{
    text-transform: uppercase;
    font-size: 68px;
    color: white;
    margin-top: -15px;
    text-align: left;
}

section.welcome .welcomeNText p{
    color: white;
    margin-bottom: 20px;
}

section.welcome .welcomeNText button{
    width: 100%;
    background-color: #48cae4;
    padding: 15px 10px;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    font-weight: 600;
    transition: all 300ms ease; 
}

section.welcome .welcomeNText button:hover{
    background-color: #0096c7;
}

/* Sobre */
section.sobre{
    padding: 0 2%;
}

section.sobre .container{
    max-width: 1200px;
}

section.sobre .sobre-wraper{
    padding-top: 60%;
    position: relative;
}

section.sobre h2{
    text-align: left;
}

section.sobre .sobre-wraper2{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 20px;
}

section.sobre img{
    width: 130%;
    height: 130%;
    background-size: 100% 100%;
    border-radius: 2px;
}

section.sobre .text-sobre{
    width: 100%;
    padding: 0 30px;
}

section.sobre .text-sobre p{
    color: #808080;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 25px;
    text-align: justify;
}

section.sobre .text-sobre button{
    width: 100%;
    background-color: #48cae4;
    padding: 10px;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    font-weight: 600;
    transition: all 300ms ease; 
}

section.sobre .text-sobre button:hover{
    background-color: #0096c7;
}

/* Galeria */

section.imagesShow{
    background-color: #f2f2f2;
    text-align: center;
    margin-top: -20px;
    padding: 50px 2%;
}

section.imagesShow .image-gallery {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 50px auto;
  padding: 20px 0px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  grid-gap: 20px;
}

section.imagesShow .image-gallery .image-box {
  position: relative;
  background-color: #d7d7d8;
  overflow: hidden;
}

section.imagesShow .image-gallery .image-box:nth-child(7n + 1) {
  grid-column: span 2;
  grid-row: span 2;
}

section.imagesShow .image-gallery .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

section.imagesShow .image-gallery .image-box:hover img {
  transform: scale(1.1);
}

/* Mapa */

section.mapBox{
    margin-top: -2px;
}

/* Roda-Pe */

footer{
    margin-top: -10px;
    background-color: white;
    padding: 100px 2% 20px 2%;
    align-items: center;
}

footer .footerSingle.firstSection{
    margin-left: auto;
    text-align: center;
    margin-top: -45px;
}

footer .footerSingle.firstSection img{
    width: 150px;
    height: 65px;
    margin-bottom: 10px;
    cursor: pointer;
}

footer .footerSingle.firstSection .socialMedia i{
    font-size: 28px;
    color: #808080;
    cursor: pointer;
    margin-left: 10px;
}

footer .footerSingle.firstSection .socialMedia i:hover{
    color: #48cae4;
}

footer .footerBox{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 100px;
    align-items: center;
}

footer .footerBox .formBox{
    background-color: #f2f2f2;
    width: 500px;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
}

footer .footerBox .formBox form{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    height: 100%;
}

footer .footerBox .formBox h3{
    color: #333333;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

footer .footerBox .formBox .inputBox{
    display: flex;
    gap: 15px;
    width: 100%;
    margin-bottom: 10px;
}

footer .footerBox .formBox .inputBox label{
    font-size: 24px;
    color: #cccccc;
    margin-top: 5px;
}

footer .footerBox .formBox .inputBox input[type="text"]{
    width: 100%;
    background-color: #f2f2f2;
    height: 35px;
    border: none;
    outline: none;
    font-size: 18px;
    border-bottom: 2px solid #cccccc;
}

footer .footerBox .formBox .inputBox textarea{
    width: 100%;
    background-color: #f2f2f2;
    height: 100px;
    outline: none;
    border: none;
    font-size: 18px;
    border-bottom: 2px solid #cccccc;
    resize: none;
}

footer .footerBox .formBox input[type="submit"]{
    background-color: #48cae4;
    padding: 10px 25px;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    cursor: pointer;
    transition: all 300ms ease;
}

footer .footerBox .formBox input[type="submit"]:hover{
    background-color: #0096c7;
}

footer .groupInformation{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: -50px;
}

footer .groupInformation .informationSingle{
    align-items: center;
    display: flex;
    gap: 10px;
}

footer .groupInformation .informationSingle i{
    color: #808080;
    font-size: 28px;
}

footer .groupInformation .informationSingle p{
    color: #808080;
}

footer .bottomFooter{
    margin-top: 80px;
    padding: 10px 2%;
    display: flex;
    color: #808080;
    justify-content: space-between;
}

footer .bottomFooter .linkBox{
    display: flex;
    gap: 10px;
}

footer .bottomFooter .linkBox a{
    color: #808080;
    text-decoration: underline;
    cursor: pointer;
    transition: all 300ms ease;
}

footer .bottomFooter .linkBox a:hover{
    color: #48cae4;
}

footer a{
    color: #48cae4; 
}

/* Text Section */
section.textSection{
    padding: 0px 2%;
}

section.textSection.spaceUP{
    margin-top: -200px;
}

section.textSection .textSectionwraper{
    padding-top: 60%;
    position: relative;
}

section.textSection h2{
    text-align: left;
}

section.textSection .textSectionwraper2{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 20px;
}

section.textSection .textSectionwraper2.spaceText{
    gap: 120px;
}

section.textSection img{
    width: 130%;
    height: 130%;
    background-size: 100% 100%;
    border-radius: 2px;
}

section.textSection .textSectionText{
    width: 100%;
    padding: 0 30px;
}

section.textSection .textSectionText p{
    color: #808080;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 25px;
    text-align: justify;
}

section.textSection .textSectionText button{
    width: 100%;
    background-color: #48cae4;
    padding: 10px;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    font-weight: 600;
    transition: all 300ms ease; 
}

section.textSection .textSectionText button:hover{
    background-color: #0096c7;
}

/* Section Welcome */

section.headerSection{
    padding: 0 2%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

section.headerSection h2{
    text-transform: uppercase;
    font-size: 74px;
    color: white;
    font-weight: 500;
}

section.headerSection p{
    margin: 0 auto;
    color: white;
    max-width: 650px;
    font-size: 18px;
}

section.headerSection .linkBox{
    margin: 0 auto;
    color: white;
    max-width: 100%;
    display: inline-block;
    font-size: 22px;
}

section.headerSection .linkBox .linkList{
    display: flex;
    gap: 10px;
}

section.headerSection .linkBox .linkList .linkGroup{
    display: flex;
    gap: 10px;
    text-transform: uppercase;
}

section.headerSection .linkBox .linkList .linkGroup a{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
    color: white;
    cursor: pointer;
    transition: all 300ms ease;
    position: relative;
}

section.headerSection .linkBox .linkList .linkGroup a:after{
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0px;
    width: 0;
    background-color: white;
    transition: width 300ms ease;
}

section.headerSection .linkBox .linkList .linkGroup a:hover:after{
    width: 100%;
}

section.headerSection .linkBox .linkList .linkGroup a.active:after{
    width: 100%;
}

/*SLIDE*/

/* Cards */

section.activitySlider{
    padding: 50px 2%;
}

section.activitySlider .texth3{
    text-align: center;
}

section.activitySlider .texth2{
    margin-bottom: 15px;
    text-align: center;
}

section.activitySlider h2{
    margin-bottom: 15px;
}

section.activitySlider .cardSingle{
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #f2f2f2;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    overflow: hidden;
    transition: all 300ms ease; 
    background-size: contain;
}

section.activitySlider .cardSingle:hover img{
    scale: 1.1;
}

section.activitySlider .cardSingle .cardBackGround img{
    width: 100%;
    height: 400px;
    transition: all 300ms ease; 
    background-size: cover;
}

section.activitySlider .cardSingle .cardContent{
    position: absolute;
    top: 0;
    text-align: left;
    color: white;
    width: 90%;
    height: 400px;
    padding: 25px;
}

section.activitySlider .cardSingle .cardContent .headerCard small{
    text-transform: uppercase;
    font-size: 14px;
}

section.activitySlider .cardSingle .cardContent .headerCard h3{
    font-size: 36px;
    color: white;
}

section.activitySlider .cardSingle .cardContent .bottomCard{
    position: absolute;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    color: white;
    width: 100%;
    text-align: right;
}

section.activitySlider .cardSingle .cardContent .bottomCard .priceCard small{
    text-transform: uppercase;
    font-size: 18px;
}

section.activitySlider .cardSingle .cardContent .bottomCard .priceCard h1{
    font-size: 28px;
    margin-top: -10px;
    font-weight: normal;
}

section.activitySlider .cardSingle .cardContent .bottomCard button{
    width: 100%;
    background-color: #48cae4;
    padding: 10px;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    font-weight: 600;
    transition: all 300ms ease; 
}

section.activitySlider .cardSingle .cardContent .bottomCard button:hover{
    background-color: #0096c7;
}

/* SHOP */

section.shopBox{
    padding: 50px 2%;
}

section.shopBox .cardBox .cardSingle{
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #f2f2f2;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    overflow: hidden;
    transition: all 300ms ease; 
    background-size: contain;
}

section.shopBox .cardBox .content {
    display: none; /* Por padrão, escondemos todos os conteúdos */
}

section.shopBox .cardBox .content.active {
    display: block; /* Mostra apenas o conteúdo ativo */
}

section.shopBox .cardBox .cardSingle:hover img{
    scale: 1.1;
}

section.shopBox .cardBox .cardSingle .cardBackGround img{
    width: 100%;
    height: 400px;
    transition: all 300ms ease; 
    background-size: cover;
}

section.shopBox .cardBox .cardSingle .cardContent{
    position: absolute;
    top: 0;
    text-align: left;
    color: white;
    width: 90%;
    height: 400px;
    padding: 25px;
}

section.shopBox .cardBox .cardSingle .cardContent .headerCard small{
    text-transform: uppercase;
    font-size: 14px;
}

section.shopBox .cardBox .cardSingle .cardContent .headerCard h3{
    font-size: 36px;
    color: white;
}

section.shopBox .cardBox .cardSingle .cardContent .bottomCard{
    position: absolute;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    color: white;
    width: 100%;
    text-align: right;
}

section.shopBox .cardSingle .cardContent .bottomCard .priceCard small{
    text-transform: uppercase;
    font-size: 18px;
}

section.shopBox .cardSingle .cardContent .bottomCard .priceCard h1{
    font-size: 28px;
    margin-top: -10px;
    font-weight: normal;
}

section.shopBox .cardBox .cardSingle .cardContent .bottomCard button{
    width: 100%;
    background-color: #48cae4;
    padding: 10px;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    font-weight: 600;
    transition: all 300ms ease; 
}

section.shopBox .cardBox .cardSingle .cardContent .bottomCard button:hover{
    background-color: #0096c7;
}

.swiper {
  width: 100%;
  max-width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-wrapper{
    padding-bottom: 30px;
}

.swiper-wrapper.atividadeSlide{
    padding-bottom: 0px;
    width: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #48cae4 !important;
}

section.shopBox .productBox .productBoxSingle{
    padding: 20px 0px;
}

section.shopBox .productBox .productBoxSingle .orderBy{
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
    padding: 0px 2%;
}

section.shopBox .productBox .productBoxSingle .orderBy .orderBody{
    display: flex;
    align-items: center;
    gap: 5px;
}

section.shopBox .productBox .productBoxSingle .orderBy .orderBody select{
    border: 1px solid #cccccc;
    background-color: transparent;
    padding: 5px;
    border-radius: 4px;
}

section.shopBox .productBox .productBoxSingle .productBody{
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

section.shopBox .productBox .productBoxSingle .productBody .productSingle{
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    padding: 20px;
}

section.shopBox .productBox .productBoxSingle .productBody .productSingle .productImage{
    width: 100%;
    height: 250px;
    background-color: #f2f2f2;
    border-radius: 10px;
    cursor: pointer
}

section.shopBox .productBox .productBoxSingle .productBody .productSingle .productImage:hover img{
    zoom: 110%;
}

section.shopBox .productBox .productBoxSingle .productBody .productSingle .productImage img{
    position: absolute;
    top: 40%; left: 50%;
    transform: translate(-50%,-50%);
    max-width: 220px;
    max-height: 220px;
    width: auto;
    height: auto;
    transition: all 100ms ease;
}

section.shopBox .productBox .productBoxSingle .productBody .productSingle .productDesc{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333333
}

section.shopBox .productBox .productBoxSingle .productBody .productSingle .productDesc .priceBox{
    display: flex;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
    margin-top: -5px;
    color: #333333;
}

section.shopBox .productBox .productBoxSingle .productBody .productSingle .productDesc .priceBox .oldPrice{
    color: #bfbfbf;
    text-decoration-line: line-through;
}

section.shopBox .boxBody .frotaBody{
    display: flex;
    flex-wrap: wrap; /* quebra para mobile */
    gap: 2rem; /* espaço entre os blocos */
    align-items: center;
    justify-content: center;
}

section.shopBox .boxBody .frotaBody .box {
  flex: 1 1 300px; /* faz os elementos se adaptarem com largura mínima */
  max-width: 100%;
  margin-top: -20px;
}

section.shopBox .boxBody .frotaBody .image img {
  width: 100%;
  height: 500px;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

section.shopBox .boxBody .buttonFrota{
    width: 100%;
    background-color: #48cae4;
    padding: 10px;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    font-weight: 600;
    transition: all 300ms ease; 
    margin-top: 15px;
}

section.shopBox .boxBody .buttonFrota:hover{
    background-color: #0096c7;
}

/* SHOP RESERVA */

section.newShop{
    padding: 100px 2%;
}

section.newShop iframe{
    width: 100%;
}

.widget-container[_ngcontent-ng-c487640128]{
    width: 1200px !important;
}

section.boxReservation{
    padding: 50px 2%;
}

section.boxReservation .singleBox{
    position: relative;
    display: grid;
    grid-template-columns: 0.5fr 2.5fr;
    min-height: 200px;
    gap: 50px;
    align-content: center;
    align-items: center;
}

section.boxReservation .singleBox .boxSide{
    background-color: red;
}

section.boxReservation .singleBox .boxContent{
    background-color: blue;
}

/* Carrinho */

section.cart{
    padding: 100px 2%;
}

section.cart .singleBox{
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    min-height: 200px;
    gap: 50px;
}

section.cart table{
    width: 100%;
    border-collapse: collapse;
    border-radius: 6px;
    background-color: #f2f2f2;
}

section.cart table th{
    text-align: left;
    background-color: #48cae4;
    color: white;
    padding: 20px;
    text-transform: uppercase;
    font-size: 18px;
}

section.cart table i{
    cursor: pointer;
}

section.cart table th:first-child{
    border-top-left-radius: 4px;
}

section.cart table th:last-child{
    border-top-right-radius: 4px;
}

section.cart table td{
    padding: 20px;
    font-size: 18px;
    color: #333333;
}

section.cart table td .imageProduct{
    width: 80px;
    height: 80px;
    background-color: #f2f2f2;
    border-radius: 2px;
}

section.cart table td .imageProduct img{
    width: 75px;
    height: 75px;
}

section.cart table .quantityFilter{
    display: flex;
    justify-content: space-around;
    padding: 5px;
    align-items: center;
    border-radius: 4px;
}

section.cart table .quantityFilter .btnQuanti .disable{
    background-color: blue;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    background-color: #cccccc;
    transition: all 300ms ease;
    opacity: 0.5;
}

section.cart table .quantityFilter .btnQuanti button{
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    background-color: #48cae4;
    color: white;
    transition: all 300ms ease;
}

section.cart table .quantityFilter .btnQuanti button:hover{
    background-color: #0096c7;
    color: white;
}

section.cart .cartDetails{
    position: sticky;
    top: 150px;
    width: 100%;
    background-color: #f2f2f2;
    padding: 15px 20px;
    border-radius: 4px;
    height: fit-content;
}

section.cart .cartDetails h2{
    color: #333333;
    text-transform: uppercase;
    font-size: 22px;
}

section.cart .cartDetails .cartDesc{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    gap: 2px;
    color: #333333;
}

section.cart .cartDetails .cartDesc .singleInfo{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.cart .cartDetails .cartDesc .singleInfo.checkoutProduct{
    margin-bottom: 5px;
}

section.cart .cartDetails .checkoutBtn button{
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px;
    border: none;
    background-color: #48cae4;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 500;
    transition: all 300ms ease;
}

section.cart .cartDetails .checkoutBtn{
    margin-top: 20px;
}

section.cart .cartDetails .checkoutBtn button:hover{
    background-color: #0096c7;
}

/* CHECKOUT c*/

section.cart .cartDetails .productDetails{
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
}

section.cart .cartDetails .productDetails .atividadeDetails{
    margin-bottom: 10px;
    width: 100%;
}

section.cart .cartDetails .productDetails .atividadeDetails .atividadeGroup{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.cart .cartDetails .productDetails .atividadeDetails .atividadeGroup .title{
    text-transform: uppercase;
}

section.cart .cartDetails .productDetails .imageProduct img{
    width: 45px;
    height: 45px;
}

section.cart .cartDetails .productDetails .imageProduct span{
    position: absolute;
    margin-left: -15px;
    margin-top: -2px;
    width: 20px;
    height: 20px;
    background-color: #48cae4;
    text-align: center;
    color: white;
    line-height: 20px;
    border-radius: 50%;
}

section.cart .checkoutForm{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.cart .checkoutForm .boxForm .header h3{
    text-transform: uppercase;
    font-size: 22px;
    color: #333333;
}

section.cart .checkoutForm .boxForm .header p{
    margin-top: -5px;
    margin-bottom: 10px;
}

section.cart .checkoutForm .boxForm .formContent{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.cart .checkoutForm .boxForm .formContent{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.cart .checkoutForm .boxForm .formContent .inputGroup{
    display: flex;
    gap: 20px;
}

section.cart .checkoutForm .boxForm .formContent input[type="text"]{
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #d9d9d9;
}

section.cart .checkoutForm .boxForm .formContent .selectBox{
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #d9d9d9;
}

section.cart .checkoutForm .boxForm .formContent .radioInput{
    display: flex;
    gap: 10px;
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    align-items: center;
    color: #333333;
}

section.cart .checkoutForm .boxForm .formContent .stripe-fields{
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    align-items: center;
    color: #333333;
}

section.cart .checkoutForm .boxForm .formContent .radioInput.active{
    border: 2px solid #48cae4;
    scale: 1.01;
}

section.cart .checkoutForm .boxForm .formContent .radioInput.gateWay{
    cursor: pointer;
    align-items: center;
}

section.cart .checkoutForm .boxForm .formContent .gatewayText{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

section.cart .checkoutForm .boxForm .formContent .gatewayText .gatewayBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

section.cart .checkoutForm .boxForm .formContent .gatewayText .gatewayBox .paymentImage{
    display: flex;
}

section.cart .checkoutForm .boxForm .formContent .gatewayText .gatewayBox .paymentImage img{
    width: 100%;
}

section.cart .checkoutForm .boxForm .formContent .gatewayText h3{
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 2px;
}

section.cart .checkoutForm .boxForm .formContent .radioInput input[type="radio"]{
    width: 25px;
    height: 25px;
}

section.cart .checkoutForm .boxForm .formContent .radioInput .radioText{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

section.cart .checkoutForm .formBtns{
    display: flex;
    gap: 20px;
}

section.cart .checkoutForm .formBtns .back{
    width: 100%;
    background-color: #48cae4;
    padding: 15px 10px;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    font-weight: 600;
    transition: all 300ms ease; 
}

section.cart .checkoutForm .formBtns .back:hover{
    background-color: #0096c7
}

section.cart .checkoutForm .formBtns .submit{
    width: 100%;
    background-color: transparent;
    padding: 15px 10px;
    font-size: 18px;
    outline: none;
    border: 1px solid #48cae4;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: #48cae4;
    font-weight: 600;
    transition: all 300ms ease; 
}

section.cart .checkoutForm .formBtns .submit:hover{
    background-color: #48cae4;
    color: white;
}

/* PAGINA ARTIGO */

section.shopBox{
    padding: 100px 2%;
    color: black;
}

section.shopBox .singleBox{
    position: relative;
    display: grid;
    grid-template-columns: 0.6fr 2.4fr;
    min-height: 200px;
    gap: 50px;
}

section.shopBox .singleBox .cardBox{
    width: 100%;
}

section.shopBox .singleBox .cardBox .boxBody{
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

section.shopBox .singleBox .cardBox .boxBody .boxSingle{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    padding: 20px;
}

/* SIDE BAR */

section.shopBox .singleBox .sideBox{
    padding: 20px;
}

section.shopBox .singleBox .sideBox .sideBar{
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

section.shopBox .singleBox .sideBox .sideBar .sideHeader{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
    padding: 20px;
    font-weight: 700;
    color: #808080;
}

section.shopBox .singleBox .sideBox .sideBar .sideBody{
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 20px;
}

section.shopBox .singleBox .sideBox .sideBar .sideBody .sideGroup{
    color: #808080;
    transition: all 300ms ease; 
}

section.shopBox .singleBox .sideBox .sideBar .sideBody .sideGroup .text{
    display: flex;
    gap: 5px;
    padding: 12px 15px;
    cursor: pointer;
    transition: all 300ms ease; 
}

section.shopBox .singleBox .sideBox .sideBar .sideBody .sideGroup:hover{
    background-color: #d3f2f8;
    border-radius: 10px;
    color: #0096c7;
    transition: all 300ms ease; 
}

section.shopBox .singleBox .sideBox .sideBar .sideBody .sideGroup i{
    font-size: 20px;
}

section.shopBox .singleBox .sideBox .sideBar .sideBody .sideGroup a{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

section.shopBox .singleBox .sideBox .sideBar .sideBody .sideGroup.active{
    background-color: #d3f2f8;
    border-radius: 10px;
    color: #0096c7;
}

section.reviews{
    padding: 20px 2%;
}

.go2048136271{
    display:none !important;
}

/* PAGINA ARTIGO */

section.productSingle{
    padding: 100px 2%;
}

section.productSingle .singleBox{
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    min-height: 200px;
    gap: 50px;
}

section.productSingle .imageSlide{
    background-color: #f2f2f2;
    width: 100%;
    height: 500px;
    border-radius: 5px;
}

section.productSingle .imageSlide img{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    max-width: 450px;
    max-height: 450px;
    width: auto;
    height: auto;
    transition: all 100ms ease;
}

section.productSingle .littleSlide{
    background-color: #f2f2f2;
    width: 100%;
    height: 100px;
    border-radius: 5px;
}

section.productSingle .littleSlide img{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
    transition: all 100ms ease;
}

section.productSingle h2{
    font-size: 28px;
    color: #333333;
}

section.productSingle .priceBox{
    display: flex;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
    margin-top: -5px;
    color: #333333;
}

section.productSingle .singleDesc{
    color: #808080;
}

section.productSingle .priceBox .oldPrice{
    color: #bfbfbf;
    text-decoration-line: line-through;
}

section.productSingle .statusCheck{
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
    font-size: 17px;
}

section.productSingle .statusCheck .statusSingle{
    display: flex;
    gap: 5px;
    align-items: center;
    color: #478141;
}

section.productSingle .btnBuy{
    display: flex;
    gap: 20px;
    width: 100%;
    margin: 20px 0px;
}

section.productSingle .btnBuy .addCart{
    width: 100%;
    background-color: #48cae4;
    padding: 15px 10px;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    font-weight: 600;
    transition: all 300ms ease; 
}

section.productSingle .btnBuy .addCart:hover{
    background-color: #0096c7
}

section.productSingle .btnBuy .buyNow{
    width: 100%;
    background-color: transparent;
    padding: 15px 10px;
    font-size: 18px;
    outline: none;
    border: 1px solid #48cae4;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: #48cae4;
    font-weight: 600;
    transition: all 300ms ease; 
}

section.productSingle .btnBuy .buyNow:hover{
    background-color: #48cae4;
    color: white;
}

section.productSingle .infoTech{
    margin: 25px 0px;
    background-color: #f2f2f2;
    border-radius: 5px;
    color: #333333;
}

section.productSingle .infoTech .detailHeader{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px;
    text-transform: uppercase;
    text-align:  center;
    background-color: #48cae4;
    color: white;
}

section.productSingle .infoTech .productDesc{
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.productSingle .infoTech .productDesc h4{
    text-transform: uppercase;
}

.swiper-button-next,
.swiper-button-prev {
    color: black !important;
}

/* PAGINA ATIVIDADE */

section.atividadeSingle{
    padding: 100px 2%;
}

section.atividadeSingle .singleBox{
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    min-height: 200px;
    gap: 50px;
}

section.atividadeSingle small{
    font-size: 11px;
}

section.atividadeSingle .singleBox .box{
    display: flex;
    padding: 5px;
}

section.atividadeSingle .singleBox .box.imageContent{
    display: flex;
    flex-direction: column;
    gap: 40px
}

section.atividadeSingle .singleBox .box.imageContent .imageBox .primaryImage{
    width: 100%;
    height: 550px;
    border-radius: 10px;
    display: grid;
}

section.atividadeSingle .singleBox .box.imageContent .imageBox .primaryImage .swiper-wrapper{
    display: flex;
}

section.atividadeSingle .singleBox .box.imageContent .imageBox .primaryImage .atividadeSlide img{
    width: 100%;
    height: 550px;
    border-radius: 10px;
}

section.atividadeSingle .singleBox .mainImage .imageColumn{
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 400px;
}

section.atividadeSingle .singleBox .mainImage .imageColumn .image{
    width: 100%;
    height: 100px;
}

section.atividadeSingle .singleBox .box.imageContent .infoTech{
    width: 100%;
}

section.atividadeSingle .singleBox .box .formBox{
    width: 100%;
    background-color: #f2f2f2;
    padding: 25px 20px;
    color: #333333;
    height: fit-content;
    border-radius: 10px;
}

section.atividadeSingle .singleBox .box .formBox .formHeader h3{
    margin-bottom: 15px;
    color: #333333;
    font-size: 24px;
    text-transform: uppercase;
}

section.atividadeSingle .singleBox .box .formBox .formBody{
    width: 100%;
}

section.atividadeSingle .singleBox .box .formBox .formBody .inputBox{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.atividadeSingle .singleBox .box .formBox .formBody .inputBox input{
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #d9d9d9;
}

section.atividadeSingle .singleBox .box .formBox .formBody .inputBox input[type="date"]{
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #d9d9d9;
}

section.atividadeSingle .singleBox .box .formBox .formBody .inputBox input[type="number"]{
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #d9d9d9;
}

section.atividadeSingle .singleBox .box .formBox .formBody .inputBox select{
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #d9d9d9;
}

section.atividadeSingle .singleBox .box .formBox .formBody .inputBox .radioInput{
    display: flex;
    gap: 8px;
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    align-items: center;
    color: #333333;
}

section.atividadeSingle .singleBox .box .formBox .formBody .inputBox .radioInput.gateWay{
    cursor: pointer;
    align-items: center;
}

section.atividadeSingle .singleBox .box .formBox .formBody .inputBox .gatewayText{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

section.atividadeSingle .singleBox .box .formBox .formBody .inputBox .gatewayText .gatewayBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

section.atividadeSingle .singleBox .box .formBox .formBody .inputBox .gatewayText .gatewayBox .paymentImage{
    display: flex;
    align-content: center;
}

section.atividadeSingle .singleBox .box .formBox .formBody .inputBox .gatewayText .gatewayBox .paymentImage img{
    width: 100%;
}

section.atividadeSingle .singleBox .box .formBox .formBody .inputBox .inputPeaple{
    display: flex;
    gap: 8px;
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    align-items: center;
    color: #333333;
    justify-content: space-between;
}

section.atividadeSingle .singleBox .box .formBox .formBody .inputBox .inputPeaple .peapleGroup{
    display: flex;
    gap: 10px;
    align-items: center;
}

section.atividadeSingle .singleBox .box .formBox .formBody .inputBox .inputPeaple .btn{
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    background-color: #48cae4;
    color: white;
    transition: all 300ms ease;
}

section.atividadeSingle .singleBox .box .formBox .formBody .inputBox .inputPeaple .btn:hover{
    background-color: #0096c7;
    color: white;
}

section.atividadeSingle .singleBox .box .formBox .formBody .inputBox input[type="radio"]{
    width: 25px;
    height: 25px;
}

section.atividadeSingle .singleBox .box .formBox .formBody .inputBox .legRadio{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

section.atividadeSingle .inputButton button{
    margin-top: 20px;
    width: 100%;
    background-color: #c30505;
    padding: 15px 10px;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    font-weight: 600;
    transition: all 300ms ease; 
}

section.atividadeSingle .inputButton button:hover{
    background-color: #0096c7
}

section.atividadeSingle .singleBox .box .formBox .formBody .submit{
    margin-top: 20px;
    width: 100%;
    background-color: #48cae4;
    padding: 15px 10px;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    font-weight: 600;
    transition: all 300ms ease; 
}

section.atividadeSingle .singleBox .box .formBox .formBody .submit:hover{
    background-color: #0096c7
}

section.atividadeSingle .infoTech{
    background-color: #f2f2f2;
    border-radius: 5px;
    color: #333333;
    grid-column: span 2;
}

section.atividadeSingle .infoTech .detailHeader{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px;
    text-transform: uppercase;
    text-align:  center;
    background-color: #48cae4;
    color: white;
}

section.atividadeSingle .infoTech .productDesc{
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.atividadeSingle .infoTech .productDesc h4{
    text-transform: uppercase;
}

/* Estilo para o Modal */
section.modalPlurato .modal {
  display: none; /* Escondido por padrão */
  position: fixed; /* Fixa o modal na tela */
  z-index: 5000; /* Fica sobre os outros elementos */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fundo escurecido */
}

section.modalPlurato .modal-content {
  background-color: transparent;
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  border: none;
}

/* Estilo para o botão de fechar */
section.modalPlurato .close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 15px;
}

section.modalPlurato .close:hover,
section.modalPlurato .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* PARCEIROS */

section.partnerSection{
    padding: 100px 2%;
}

section.partnerSection .partnerBox{
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 100px;
    align-items: center;
    color: #808080;
}

section.partnerSection .partnerBox button{
    margin-top: 20px;
    background-color: #48cae4;
    padding: 10px 20px;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    font-weight: 600;
    transition: all 300ms ease; 
}

section.partnerSection .partnerBox button:hover{
    background-color: #0096c7;
}

section.partnerSection .partnerBox .formBox{
    width: 100%;
    background-color: #f2f2f2;
    padding: 25px 20px;
    color: #333333;
    height: fit-content;
    border-radius: 10px;
}

section.partnerSection .partnerBox .formBox .formHeader h3{
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #333333;
    font-size: 24px;
}

section.partnerSection .partnerBox .formBox .formBody{
    width: 100%;
}

section.partnerSection .partnerBox .formBox .formBody .inputBox{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.partnerSection .partnerBox .formBox .formBody .inputBox input[type="text"]{
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #d9d9d9;
}

section.partnerSection .partnerBox .formBox .formBody .inputBox input[type="date"]{
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #d9d9d9;
}

section.partnerSection .partnerBox .formBox .formBody .inputBox textarea{
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #d9d9d9;
    resize: none;
}

section.partnerSection .partnerBox .formBox .formBody .inputBox .radioInput{
    display: flex;
    gap: 8px;
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    align-items: center;
    color: #333333;
}

section.partnerSection .partnerBox .formBox .formBody .inputBox .inputPeaple{
    display: flex;
    gap: 8px;
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    align-items: center;
    color: #333333;
    justify-content: space-between;
}

section.partnerSection .partnerBox .formBox .formBody .inputBox .inputPeaple .peapleGroup{
    display: flex;
    gap: 10px;
    align-items: center;
}

section.partnerSection .partnerBox .formBox .formBody .inputBox .inputPeaple .btn{
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    background-color: #48cae4;
    color: white;
    transition: all 300ms ease;
}

section.partnerSection .partnerBox .formBox .formBody .inputBox .inputPeaple .btn:hover{
    background-color: #0096c7;
    color: white;
}

section.partnerSection .partnerBox .formBox .formBody .inputBox input[type="radio"]{
    width: 25px;
    height: 25px;
}

section.partnerSection .partnerBox .formBox .formBody .inputBox .legRadio{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

section.partnerSection .partnerBox .formBox .formBody .submit{
    margin-top: 20px;
    width: 100%;
    background-color: #48cae4;
    padding: 15px 10px;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    font-weight: 600;
    transition: all 300ms ease; 
}

section.partnerSection .partnerBox .formBox .formBody .submit:hover{
    background-color: #0096c7
}


/* Responsivo */

@media screen and (max-height: 750px){
    .cover-bg{
        background-position: center;
        background-repeat: no-repeat;
        background-size:cover;
        height: 1000px;
    }
    
    section.welcome .welcomeContainer{
        margin-top: 100px;
    }
    
    section.headerSection{
        margin-top: 50px;
    }
}

@media screen and (max-height: 600px){
    .cover-bg{
        background-position: center;
        background-repeat: no-repeat;
        background-size:cover;
        height: 1000px;
    }
    
    section.welcome .welcomeContainer{
        margin-top: 200px;
    }
    
    section.headerSection{
        margin-top: 100px;
    }
}

@media screen and (max-width: 1600px){
    section.welcome{
        padding: 0px 2%;
        width: 100%;
    }
    
    /* Sobre */
    section.sobre{
        margin-top: 100px;
        padding: 0 2%;
    }
    
    section.sobre .container{
        max-width: 1200px;
    }
    
    section.sobre .sobre-wraper{
        padding-top: 60%;
        position: relative;
    }
    
    section.sobre h2{
        text-align: left;
    }
    
    section.sobre .sobre-wraper2{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    
    section.sobre img{
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        border-radius: 2px;
    }
    
    section.imagesShow{
        text-align: center;
        padding: 50px 2%;
    }
    
    section.shopBox .singleBox .cardBox .boxBody .boxSingle{
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    section.shopBox .singleBox{
        grid-template-columns: 0.8fr 2.2fr;
        gap: 20px;
    }
    
    section.shopBox .productBox .productBoxSingle .productBody .productSingle{
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        padding: 20px;
    }
    
    /* PAGINA ARTIGO */
    
    section.productSingle .singleBox{
        position: relative;
        display: grid;
        grid-template-columns: 50% 50%;
        min-height: 200px;
        gap: 20px;
    }
    
    /* Text Section */
    section.textSection{
        padding: 100px 2%;
    }
    
    section.textSection.spaceUP{
        margin-top: -200px;
    }
    
    section.textSection .textSectionwraper{
        padding-top: 0;
    }
    
    section.textSection h2{
        text-align: left;
    }
    
    section.textSection .textSectionwraper2{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: fit-content;
        gap: 0px;
    }
    
    section.textSection .textSectionwraper2.spaceText{
        gap: 0px;
        height: 100%;
    }
    
    section.textSection img{
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        border-radius: 2px;
    }
    
    section.textSection .textSectionText{
        width: 100%;
        padding: 0 30px;
    }
    
    section.textSection .textSectionText p{
        color: #808080;
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 25px;
        text-align: justify;
    }
}

@media scren and (max-width: 1500px){
    section.shopBox .boxBody .frotaBody .box {
      flex: 1 1 300px; /* faz os elementos se adaptarem com largura mínima */
      max-width: 100%;
      margin-top: 0px;
    }
    
    section.shopBox .boxBody .frotaBody .box {
      flex: 1 1 300px; /* faz os elementos se adaptarem com largura mínima */
      max-width: 100%;
    }
    
    section.shopBox .boxBody .frotaBody .image img {
      height: 600px;
      margin-top: 20px;
    }
}

@media scren and (max-width: 1450px){
    section.shopBox .boxBody .frotaBody .box {
      flex: 1 1 300px; /* faz os elementos se adaptarem com largura mínima */
      max-width: 600px;
    }
    
    section.shopBox .boxBody .frotaBody .image img {
      height: auto;
      margin-top: 20px;
    }
}

@media screen and (max-width: 1200px){
    header .navbar .links{
        display: none;
    }
    
    header .navbar .toggle-btn{
        font-size: 26px;
        color: #333333;
        display: block;
        cursor: pointer;
    }
    
    header .navbar .languageContainer{
        display: none;
    }
    
    section.welcome .welcomeContainer .formBox{
        width: 100%;
    }
    
    section.welcome .welcomeContainer {
        justify-content: center;
    }

    section.welcome .welcomeBox {
        text-align: center;
    }

    section.welcome .welcomeNText {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    section.welcome .welcomeNText h3,
    section.welcome .welcomeNText h2,
    section.welcome .welcomeNText p {
        text-align: center;
    }
    
    footer .footerBox{
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
    
    section.shopBox .singleBox .cardBox .boxBody .boxSingle{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    section.shopBox .singleBox{
        grid-template-columns: 1fr 2fr;
        gap: 10px;
    }
    
    section.shopBox .productBox .productBoxSingle .productBody .productSingle{
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        padding: 20px;
    }
    
    footer .footerBox .formBox{
        width: 100%;
    }
    
    footer .bottomFooter{
        margin-top: 80px;
        padding: 10px 2%;
        display: flex;
        flex-direction: column;
        color: #808080;
        justify-content: normal;
        text-align: center;
    }
    
    footer .bottomFooter .linkBox{
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    
    footer .bottomFooter .linkBox a{
        color: #808080;
        text-decoration: underline;
        cursor: pointer;
        transition: all 300ms ease;
    }
    
    footer .bottomFooter .linkBox a:hover{
        color: #48cae4;
    }
    
    section.shopBox .cardBox .cardSingle{
        position: relative;
        width: 100%;
        height: 700px;
        background-color: #f2f2f2;
        border-radius: 10px;
        text-align: center;
        align-items: center;
        overflow: hidden;
        transition: all 300ms ease; 
        background-size: contain;
    }
    
    section.shopBox .cardBox .cardSingle .cardBackGround img{
        width: 100%;
        height: 700px;
        transition: all 300ms ease; 
        background-size: cover;
    }
    
    section.shopBox .cardBox .cardSingle .cardContent{
        position: absolute;
        top: 0;
        text-align: left;
        color: white;
        width: 90%;
        height: 700px;
        padding: 25px;
    }
}

@media screen and (max-width: 950px){
    section.productSingle .singleBox{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
}

@media screen and (max-width: 900px){
    footer{
    }
    
    footer .footerBox{
        position: relative;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
        gap: 20px
    }
    
    footer .footerSingle{
        margin: 0 auto;
        text-align: center;
    }
    
    footer .footerSingle.firstSection{
        margin: 0px auto;
        text-align: start;
    }
    
    footer .footerBox .formBox{
        background-color: #f2f2f2;
        margin-top: 0px;
        padding: 40px;
        text-align: center;
    }
    
    footer .groupInformation{
        display: flex;
        flex-direction: column;
        gap: 15px;
        text-align: center;
        margin: 0 auto;
    }
    
    section.shopBox .productBox .productBoxSingle .productBody .productSingle{
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        padding: 20px;
    }
    
    /* Carrinho */

    section.cart{
        padding: 100px 2%;
        width: 100%;
        max-width: 100%;
    }
    
    section.cart .singleBox{
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    
    section.atividadeSingle .singleBox{
        grid-template-columns: 1fr;
    }
    
    section.partnerSection .partnerBox{
        grid-template-columns: 1fr;
        gap: 100px;
    }
    
    section.partnerSection .partnerBox button{
        width: 100%;
    }
    
    section.shopBox .cardBox .cardSingle{
        position: relative;
        width: 100%;
        height: 450px;
        background-color: #f2f2f2;
        border-radius: 10px;
        text-align: center;
        align-items: center;
        overflow: hidden;
        transition: all 300ms ease; 
        background-size: contain;
    }
    
    section.shopBox .cardBox .cardSingle .cardBackGround img{
        width: 100%;
        height: 450px;
        transition: all 300ms ease; 
        background-size: cover;
    }
    
    section.shopBox .cardBox .cardSingle .cardContent{
        position: absolute;
        top: 0;
        text-align: left;
        color: white;
        width: 90%;
        height: 450px;
        padding: 25px;
    }
}

@media screen and (max-width: 650px){
    header img{
        width: 130px;
        height: 85px;
    }
    
    .cover-bg{
        background-position: center;
        background-repeat: no-repeat;
        background-size:cover;
        height: 120%;
    }
    
    section.welcome .welcomeContainer .formBox .formHeader h3{
        font-size: 24px;
    }
    
    section.welcome .welcomeContainer .formBox .formHeader h2{
        font-size: 36px;
    }
    
    section.welcome .welcomeContainer .formBox .formHeader p{
        display: none;
    }
    
    section.welcome input{
        display: none;
    }
    
    section.welcome select{
        display: none;
    }
    
    section.welcome .formBody .btnWelcome .btnPrimary{
        display: none;
    }
    
    section.welcome .formBody .btnWelcome .mobileButton{
        display: block;
    }

    section.welcome .formBody .btnWelcome{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    footer .footerBox{
        padding: 0 2%;
    }
    
    footer .footerBox .formBox{
        width: 400px;
    }
    
    section.shopBox .singleBox{
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    section.productSingle .imageSlide img{
        max-width: 400px;
        max-height: 400px;
    }
    
    section.productSingle .littleSlide img{
        max-width: 80px;
        max-height: 80px;
    }
    
    section.cart table{
        width: 100%;
        display: block;
        overflow: auto;
        border-collapse: collapse;
    }
    
    .middleButtons .box .socialDesconto p{
        display: none;
    }
    
    .middleButtons .mobileDesconto{
        display: block;
    }
    
    .middleButtons .box .contact{
        display:none;
        gap: 5px;
    }
    
    section.textSection .textSectionwraper2.spaceText{
        gap: 0px;
        height: fit-content;
    }
}

@media screen and (max-width: 450px){
    .cover-bg{
        background-position: center;
        background-repeat: no-repeat;
        background-size:cover;
        height: 120%;
    }
    
    section.imagesShow .image-gallery {
      width: 100%;
      max-width: 100%;
      margin: 0 auto 50px auto;
      padding: 20px 0px;
      display: flex;
      flex-direction: column;
      gap: 20px
    }
    
    section.productSingle .imageSlide img{
        max-width: 320px;
        max-height: 320px;
    }
    
    section.productSingle .littleSlide img{
        max-width: 50px;
        max-height: 50px;
    }
    
    section.cart .checkoutForm .formBtns{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    section.headerSection .linkBox{
        font-size: 16px;
    }
    
    section.headerSection .linkBox .linkList{
        display: flex;
        gap: 10px;
    }
    
    section.headerSection .linkBox .linkList .linkGroup{
        display: flex;
        gap: 10px;
        text-transform: uppercase;
    }
    
    section.headerSection .linkBox .linkList .linkGroup a{
        font-size: 16px;
    }
    
    section.textSection .textSectionwraper2.spaceText{
        gap: 0px;
        height: fit-content;
    }
    
    section.shopBox .cardBox .cardSingle{
        position: relative;
        width: 100%;
        height: 400px;
        background-color: #f2f2f2;
        border-radius: 10px;
        text-align: center;
        align-items: center;
        overflow: hidden;
        transition: all 300ms ease; 
        background-size: contain;
    }
    
    section.shopBox .cardBox .cardSingle .cardBackGround img{
        width: 100%;
        height: 400px;
        transition: all 300ms ease; 
        background-size: cover;
    }
    
    section.shopBox .cardBox .cardSingle .cardContent{
        position: absolute;
        top: 0;
        text-align: left;
        color: white;
        width: 90%;
        height: 400px;
        padding: 25px;
    }
}