[ng-cloak] {
    display: none !important;
}
html,body{
    width: 100%;
    height: 100%;
}
body{
    overflow-x: hidden;
}
p,h1,h2,h3,h4,h5,h6,b,label,b,strong,span,input,button,select,textarea,div{
    font-family: 'Roboto';
}

.mobile{
    display: none !important;
}
.mobile-flex{
    display: none !important;
}
.desktop{
    display: block !important;
}
.desktop-flex{
    display: flex !important;
}

.alert{
    padding: 15px;
    background-color: #f5b754;
    width: 100%;
    margin: 0 0 20px 0;
    border-radius: 5px;
}

.btn-1 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    width: 340px;
    border: 0;
    border-radius: 100px;
    padding: 0 30px;
    background-color: #e52329;
}
.btn-1:hover {
    background-color: #ed454a;
}
.btn-1 p{
    margin: 0;
    text-transform: uppercase;
    margin:  0 0 0 20px !important;
    font-weight: 700;
    color: #ffffff !important;
}
.btn-2 {
    border: none !important;
    background-color: #2f2f2f;
    color: #f9f9f9;
    font-size: 14px;
    font-weight: 400;
    padding: 13px 25px;
    border-radius: 100px;
    cursor: pointer;
}
.btn-2:hover {
background-color: #3f3f3f;
}

.header { 
    background: #5C0726;
    width: 100%;
    height: 107px;
}
.header .container {
    height: 100%;
}
.header .content-header {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .content-header .logo {
    width: 200px;
}
.header .localidade{
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .localidade i{
    margin: 0 8px 0 0;
    font-size: 17px;
}

.apresentacao{
    width: 100%;
    background-color: #5C0726;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    height: 50px;
    font-size: 20px;
}

.section-1{
    position: relative;
    background-color: #fff;
    height: 650px;
    overflow: hidden;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/img/bg1.jpg);
    background-size: 100%;
}
.section-1.prov{
    height: 100%;
}
.section-1 .logo{
    width: 400px;
    margin: 0 0 30px 0;
}
.section-1 .bg1{
    height: 100%;
}
.section-1 .bg2{
    height: 100%;
}
.section-1 .container{
    height: 100%;
}
.section-1 .section-1-content{
    height: 100%;
}
.section-1 .section-1-content .experience-intro{
    height: 100%;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-1 .section-1-content .experience-intro .experience{
    width: 400px;
}
.section-1 .section-1-content .experience-intro > h4{
    font-size: 22px;
    padding-right: 0;
    margin: 0 0 30px 0px;
    color: #000000;
    font-family: fantasy;
    text-align: center;
}
.section-1 .section-1-content .experience-intro > p{
    font-size: 26px;
    padding-right: 0;
    margin: 0 0 0 0px;
    color: #000000;
    font-family: fantasy;
    text-align: center;
}
.section-1 .section-1-content .experience-intro .btn-1{
    margin: 50px 0 0 0;
}
.section-1 .section-1-content .experience-intro .btn-1 img{
    margin: 0;
}
.section-1 .section-1-content .experience-intro .btn-1 p{
    margin: 0 0 0 20px;
    text-align: left;
}
.section-1 .section-1-content .wide-img{
    position: absolute;
    height: 120%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}


.section-1-new{
    position: relative;
    background-color: #fff;
    height: 650px;
    overflow: hidden;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/img/bg1.jpg);
    background-size: 100%;
}
.section-1-new .logo{
    width: 400px;
    margin: 0 0 30px 0;
}
.section-1-new .bg1{
    height: 100%;
}
.section-1-new .bg2{
    height: 100%;
}
.section-1-new .container{
    height: 100%;
}
.section-1-new .section-1-new-content{
    height: 100%;
}
.section-1-new .section-1-new-content .experience-intro{
    height: 100%;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-1-new .section-1-new-content .experience-intro .experience{
    width: 400px;
}
.section-1-new .section-1-new-content .experience-intro > h4{
    font-size: 22px;
    padding-right: 0;
    margin: 0 0 30px 0px;
    color: #000000;
    font-family: fantasy;
    text-align: center;
}
.section-1-new .section-1-new-content .experience-intro > p{
    font-size: 26px;
    padding-right: 0;
    margin: 0 0 0 0px;
    color: #000000;
    font-family: fantasy;
    text-align: center;
}
.section-1-new .section-1-new-content .experience-intro .btn-1{
    margin: 50px 0 0 0;
}
.section-1-new .section-1-new-content .experience-intro .btn-1 img{
    margin: 0;
}
.section-1-new .section-1-new-content .experience-intro .btn-1 p{
    margin: 0 0 0 20px;
    text-align: left;
}
.section-1-new .section-1-new-content .wide-img{
    position: absolute;
    height: 120%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.section-2{
    background-color: #ffffff;
}
.section-2 .section-2-content{
    display: flex;
    align-items: center;
    padding: 50px 0 70px 0;
}
.section-2 .section-2-content .play{
    width: 730px;
    margin-right: 30px;
    border-radius: 20px;
}
.section-2 .section-2-content .info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.section-2 .section-2-content .info h2{
    margin: 0;
    width: 100%;
    font-size: 35px;
    margin: 0 0 0 0;
}
.section-2 .section-2-content .info p{
    margin: 25px 0 0 0;
    line-height: 1.5;
    color: #999999;
    font-size: 15px;
}
.section-2 .section-2-content .info .items{
    margin: 40px 0 0 0;
    width: 100%;
}
.section-2 .section-2-content .info .items .item{
    padding: 15px;
    background-color: #eeeeee;
    margin: 12px 0;
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
}
.section-2 .section-2-content .info .items .item i{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e52329;
    color: #ffffff;
    border-radius: 6px;
    margin: 0 13px 0 0;
    font-size: 16px;
}

.section-3 {
    background: url(/img/bg1.jpg);
    background-size: 100%;
}
.section-3 .container .section-3-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0;
}
.section-3 .container .section-3-content .box{
    width: 49%;
    height: 600px;
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
    padding: 40px;
    border-radius: 11px;
}
.section-3 .container .section-3-content .box h2{
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 35px 0;
    color: #000000;
}
.section-3 .container .section-3-content .box p{
    font-size: 15px;
    margin: 20px 0 0 0;
    line-height: 1.7;
    color: #000000;
}
.section-3 .container .section-3-content .box ul{
    margin: 30px 0;
}
.section-3 .container .section-3-content .box ul li{
    color: #000000;    
    margin: 5px 0 0 0;
}
.section-3 .container .section-3-content .box .outer-img{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: transparent;
    overflow: hidden;
    border-radius: 5px;
}
.section-3 .container .section-3-content .box img{
    width: auto;
    height: 110%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.section-4{
    background-color: #ffffff;
    padding-bottom: 100px;
}
.section-4 .container .section-4-content > h2{
    color: #000000;
    text-align: center;
    margin: 100px 0 0 0;
    width: 100%;
    display: inline-block;
    font-size: 30px;
}
.section-4 .container .section-4-content > p{
    color: #000000;
    text-align: center;
    margin: 20px 0 0 25%;
    width: 50%;
    display: inline-block;
}
.section-4 .container .section-4-content .items{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 70%;
    margin: 50px auto 0 auto;
}
.section-4 .container .section-4-content .items .item{
    height: 480px;
    width: 28%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.section-4 .container .section-4-content .items .item img{
    position: absolute;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    z-index: 0;
}
.section-4 .container .section-4-content .items .item .info{
    position: absolute;
    height: 60%;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 40px 30px 70px 30px;
    background: linear-gradient(to top, rgba(22, 22, 22, 1) 35%, rgba(22, 22, 22, 0.8) 70%, rgba(22, 22, 22, 0));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.section-4 .container .section-4-content .items .item .info h2{
    font-size: 22px;
    text-align: center;
    margin: 0;
    color: #dddddd;
}
.section-4 .container .section-4-content .items .item .info p{
    font-size: 15px;
    text-align: center;
    margin: 30px 0 0 0;
    color: #dddddd;
}

.section-5{ 
    background-color: #1a1a1a;
}
.section-5 .section-5-content{
    padding: 90px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.section-5 .section-5-content h2{
    margin: 0 0 45px 0;
    font-size: 35px;
    color: #dddddd;
    text-align: center;
    width: 100%;
}
.section-5 .section-5-content p{
    color: #dddddd;
    font-size: 15px;
    text-align: center;
    margin: 8px 0 0 0;
    width: 100%;
}
.section-5 .section-5-content .btn-1{
    margin: 3% 0 0 0;
}

.section-6{
    background: url(/img/bg1.jpg);
    background-size: 100%;
}
.section-6.s7{
    padding: 100px 0;
}
.section-6.s7 .btn-1{
    margin: 50px 0 0 0;
}
.section-6 .section-6-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-6 .container .section-6-content .box-1{
    width: 49%;
    height: 700px;
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
    padding: 40px;
    border-radius: 11px;
    width: 45%;
}
.section-6 .container .section-6-content .box-1 h2{
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: #000000;
}
.section-6 .container .section-6-content .box-1 p{
    font-size: 15px;
    margin: 15px 0 0 0;
    line-height: 1.7;
    color: #000000;
}
.section-6 .btn-1{
    width: 100%;
}
.section-6 .section-6-content .box{
    width: 26%;
    overflow: hidden;
    border-radius: 11px;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.section-6 .section-6-content .box .item-1{
    overflow: hidden;
    height: 60%;
    width: 100%;
    position: relative;
    border-radius: 11px;
}
.section-6 .section-6-content .box .item-1 img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 125%;
}
.section-6 .section-6-content .box .item-2{
    overflow: hidden;
    height: 38%;
    width: 100%;
    position: relative;
    border-radius: 11px;
}
.section-6 .section-6-content .box .item-2 img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 110%;
}

.section-7{
    opacity: 1;
    background: #ffffff;
}
.section-7 .section-7-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0;
}
.section-7 .section-7-content .box{
    background: linear-gradient(to bottom, rgba(242, 243, 243, 1), rgba(242, 243, 243, 0));
    overflow: hidden;
    display: flex;
    width: 49%;
    height: 1150px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-radius: 15px;
}
.section-7 .section-7-content .box .item-1{
    width: 100%;
    height: 49%;
    overflow: hidden;
    border-radius: 10px;
}
.section-7 .section-7-content .box .item-1 img{
    width: auto;
    height: 110%;
}
.section-7 .section-7-content .box .item-2{
    width: 49%;
    height: 49%;
    overflow: hidden;
    border-radius: 10px;
}
.section-7 .section-7-content .box .item-2 img{
    height: 110%;
    width: auto;
}
.section-7 .section-7-content .box .item-3{
    width: 49%;
    height: 49%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.section-7 .section-7-content .box .item-3 img{
    height: 100% !important;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    height: auto;
}
.section-7 .section-7-content .box .info h2{
    margin: 0 0 60px 0;
    font-size: 35px;
    color: #222222;
}
.section-7 .section-7-content .box .info p{
    color: #222222;
    font-size: 15px;
    margin: 35px 0 0 0;
}
.section-7 .section-7-content .box .items .item{
    display: flex;
    margin: 20px 0 0 0;
    align-items: center;
    justify-content: flex-start;
    background-color: #eeeeee;
    padding: 30px;
    border-radius: 10px;
}
.section-7 .section-7-content .box .items .item .outer-img{
    width: 130px;
    height: 130px;
    overflow: hidden;
    flex-basis: 1;
    flex-shrink: 0;
    background-color: #ffffff;
    border-radius: 6px;
    margin: 0 25px 0 0;
    position: relative;
}
.section-7 .section-7-content .box .items .item .outer-img img{
    width: 120%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.section-7 .section-7-content .box .items .item .info h4{
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}
.section-7 .section-7-content .box .items .item .info p{
    margin: 10px 0 0 0;
}

.section-8{
    background-color: #1a1a1a;
}
.section-8 .section-8-content{
    padding: 90px 0;
}
.section-8 .section-8-content h2{
    color: #ffffff;
    text-align: center;
    margin: 0;
    font-size: 35px;
}
.section-8 .section-8-content h2 b{
    color: #40e59c;
}
.section-8 .section-8-content p{
    color: #999999;
    text-align: center;
    font-size: 15px;
    margin: 50px 0 0 0;
}
.section-8 .section-8-content .items{
    margin: 100px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.section-8 .section-8-content .items .item{
    margin: 0 50px;
}
.section-8 .section-8-content .items .item h3{
    margin: 0;
    font-size: 70px;
    color: #ffffff;
}
.section-8 .section-8-content .items .item h3 b{
    color: #40e59c;
}
.section-8 .section-8-content .items .item h5{
    font-size: 15px;
    margin: 10px 0 0 0;
    color: #999999;
}

.section-9 {
    background-color: #1a1a1a;
}
.section-9 .container .section-9-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 120px 0;
}
.section-9 .container .section-9-content .box{
    width: 49%;
    height: 600px;
    background: linear-gradient(to bottom, #212121, #1a1a1a);
    padding: 40px;
    border-radius: 11px;
}
.section-9 .container .section-9-content .box h2{
    font-size: 35px;
    font-weight: 700;
    margin: 95px 0 50px 0;
    color: #cccccc;
}
.section-9 .container .section-9-content .box p{
    font-size: 15px;
    margin: 35px 0 0 0;
    line-height: 1.7;
    color: #cccccc;
}
.section-9 .container .section-9-content .box .outer-img{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #005335;
    overflow: hidden;
    border-radius: 5px;
}
.section-9 .container .section-9-content .box img{
    width: auto;
    height: 110%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.section-10{
    background-color: #ffffff;
}
.section-10 .section-10-content{
    padding: 0 0 100px 0;
}
.section-10 .section-10-content h2{
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 35px;
}
.section-10 .section-10-content p{
    text-align: center;
    font-size: 15px;
    margin: 50px 0 0 0;
}
.section-10 .section-10-content .logos{
    background-color: #ffffff;
    box-shadow: 0 0 25px 10px rgba(0,0,0,0.05);
    border-radius: 5px;
    width: 100%;
    margin: 0 0 0 0;
}
.section-10 .section-10-content .logos .outer-logos{
    width: 100%;
    overflow: hidden;
}
.section-10 .section-10-content .logos .outer-logos .items-logos{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: auto;
    padding: 50px 0;
}
.section-10 .section-10-content .logos .outer-logos .items-logos .item-logo{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-10 .section-10-content .logos .outer-logos .items-logos .item-logo img{
    height: 100px;
}

.section-11{
    background: #5C0726;
    opacity: 1;
}
.section-11 .container .section-11-content{
    padding: 100px 0;
}
.section-11 .container .section-11-content .title h2{
    text-align: center;
    font-size: 35px;
    color: #dddddd;
    margin: 0;
}
.section-11 .container .section-11-content .title p{
    text-align: center;
    font-size: 15px;
    color: #dddddd;
    margin: 50px 0 0 0;
}
.section-11 .container .section-11-content .body{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 0 0;
}
.section-11 .container .section-11-content .body .map{
    width: 48%;
    height: 632px;
    border-radius: 10px;
    padding: 30px;
    background-color: #7a2544;
    overflow: hidden;
}
.section-11 .container .section-11-content .body .map iframe{
    width: 100%;
    height: 100%;
}
.section-11 .container .section-11-content .body .faq{
    width: 48%;
    padding: 0 30px 30px 30px;
}
.section-11 .container .section-11-content .body .faq h3{
    margin: 0;
    font-size: 35px;
    color: #eeeeee;
}
.section-11 .container .section-11-content .body .faq p{
    font-size: 15px;
    color: #eeeeee;
    margin: 45px 0 0 0;
}
.section-11 .container .section-11-content .body .faq .items{
    margin: 45px 0 0 0  ;
}
.section-11 .container .section-11-content .body .faq .items .item{
    background-color: #7a2544;
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin: 10px 0 0 0;
}
.section-11 .container .section-11-content .body .faq .items .item.open{
    height: auto;
}
.section-11 .container .section-11-content .body .faq .items .item .faq-title{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    cursor: pointer;
}
.section-11 .container .section-11-content .body .faq .items .item .faq-title:hover{
    background-color: #9f3e62;
}
.section-11 .container .section-11-content .body .faq .items .item.open .faq-title:hover{
    background-color: #7a2544;
}
.section-11 .container .section-11-content .body .faq .items .item .faq-title p{
    margin: 0;
    font-size: 15px;
    color: #eeeeee;
}
.section-11 .container .section-11-content .body .faq .items .item .faq-title i{
    color: #eeeeee;
    font-size: 15px;
}
.section-11 .container .section-11-content .body .faq .items .item .faq-content{
    padding: 30px;
    background-color: #9f3e62;
}
.section-11 .container .section-11-content .body .faq .items .item .faq-content p{
    margin: 0;
    font-size: 15px;
    color: #eeeeee;
}
.section-11 .container .section-11-content .body .faq .btn-1{
    margin: 40px 0 0 0;
}

.section-imprensa {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.section-imprensa-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.section-imprensa .box-info {
    flex: 1 1 40%;
}

.section-imprensa .box-info h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-imprensa .box-info p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.section-imprensa .box-form {
    flex: 1 1 50%;
}

.section-imprensa .form-group {
    margin-bottom: 16px;
}

.section-imprensa .form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.section-imprensa .form-group input,
.section-imprensa .form-group textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
}

.white-img{
    filter: contrast(0%) brightness(500%);
}
.footer{
    background: #6f0a2f;
}
.footer .footer-content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 80px 0;
}
.footer .footer-content .box{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer .footer-content .box:nth-child(2){
    text-align: center;
    align-items: center;
}
.footer .footer-content .box:nth-child(3){
    text-align: right;
    align-items: flex-end;
}
.footer .footer-content .box img{
    width: 200px;
}
.footer .footer-content .box p{
    font-size: 15px;
    margin: 20px 0 0 0;
    width: 70%;
    color: #ffffff;
}
.footer .footer-content .box a{
    text-decoration: none;
    font-size: 15px;
    margin: 0 0 7px 0;
    color: #ffffff;
    cursor: pointer;
}
.footer .footer-content .box a:hover{
    text-decoration: underline;
}
.footer .footer-content .box .social-buttons{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.footer .footer-content .box .social-buttons a{
    font-size: 27px;
    margin: 0 0 0 21px;
    cursor: pointer;
}
.footer .footer-content .box .social-buttons a:hover{
    color: #cccccc;
}
.modal-dialog {
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    margin: 0;
    z-index: 10000;
}

.modal-dialog.modal-sm {
    max-width: 300px;
}

.modal-dialog .modal-content {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.modal-dialog .modal-header {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    background-color: #f8f9fa;
}

.modal-dialog .modal-header .modal-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.modal-dialog .modal-body {
    padding: 20px;
    font-size: 1rem;
    color: #333;
}

.modal-dialog .modal-footer {
    padding: 15px;
    border-top: 1px solid #ddd;
    background-color: #f8f9fa;
    text-align: right;
}

.modal-dialog .modal-footer .btn {
    padding: 8px 16px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.modal-dialog .modal-footer .btn.btn-primary {
    background-color: #007bff;
    color: #fff;
}

.modal-dialog .modal-footer .btn.btn-primary:hover {
    background-color: #0056b3;
}

.modal-backdrop{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

a.whatsapp{
    position: fixed;
    right: 60px;
    bottom: 60px;
    cursor: pointer;
    text-decoration: none;
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    border-radius: 100px;
    color: #ffffff;
}

@media (max-width: 768px) {
    .mobile{
        display: block !important;
    }
    .mobile-flex{
        display: flex !important;
    }
    .desktop{
        display: none !important;
    }
    .desktop-flex{
        display: none !important;
    }

    .btn-1{
        height: 55px;
        padding: 0 25px;
    }
    .btn-1 .icon-exp{
        width: 25px;
    }
    .btn-1 p{
        font-size: 13px;
    }
    .btn-2{
        font-size: 13px;
        padding: 10px 15px;
    }

    .experience-intro h4, .experience-intro p{
        display: none;
    }

    .header .content-header .logo{
        width: 160px;
    }
    .section-1-new .logo{
        width: 200px;
    }
    .section-1-new{
        height: 250px !important;
    }
    .section-1 .section-1-content{
        height: 100%;
    }
    .section-1 .section-1-content .experience-intro{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0));
    }
    .section-1 .section-1-content .experience-intro .btn-1 p{
        text-align: center;
        margin: 0 !important;
    }
    .section-1 .section-1-content .experience-intro .experience{
        width: 80%;
    }
    .section-1 .section-1-content .experience-intro p{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .section-1 .section-1-content .wide-img{
        right: 50%;
        transform: translate(50%, -0%);
        top: -180px;
    }

    .section-2 .section-2-content{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section-2 .section-2-content .play{
        width: 80%;
    }
    .section-2 .section-2-content .info h2{
        margin: 30px 0 0 0;
        font-size: 25px;
        text-align: center;
    }
    .section-2 .section-2-content .info p{
        font-size: 14px;
    }
    .section-2 .section-2-content .info .item{
        font-size: 13px;
    }

    .section-2 .section-2-content .play{
        margin: 0;
    }
    
    .section-3 .container .section-3-content{
        flex-direction: column;
        padding: 70px 0;
    }
    .section-3 .container .section-3-content .box{
        height: auto;
        width: 100%;
        padding: 25px;
    }
    .section-3 .container .section-3-content .box:nth-child(1){
        background: #ffffff;
        border-radius: 11px 11px 0 0;
    }
    .section-3 .container .section-3-content .box:nth-child(2){
        background: #ffffff;
        border-radius: 0 0 11px 11px;
        padding-top: 0;
    }
    .section-3 .container .section-3-content .box h2{
        margin: 0;
        font-size: 25px;
    }
    .section-3 .container .section-3-content .box p{
        margin: 20px 0 0 0;
        font-size: 14px;
    }
    .section-3 .container .section-3-content .box .outer-img{
        height: 240px !important;
    }

    .section-7 .section-7-content .box .item-1 img{
        height: auto;
        width: 110%;
    }
    
    .section-3 .container .section-3-content .box img{
        height: auto;
        width: 110%;
        top: 70%;
    }

    .section-4 .container .section-4-content .items{
        flex-direction: column;
    }
    .section-4 .container .section-4-content .items .item{
        width: 100%;
        height: 320px;
        margin: 30px 0 0 0;
    }
    .section-4 .container .section-4-content .items .item img{
        height: 125%;
        width: auto;
        top: 0;
        transform: translate(-50%, -10%);
    }
    .section-4 .container .section-4-content .items .item .info{
        padding: 40px 30px 20px 30px;
    }

    .section-5 .section-5-content{
        padding: 70px 0;
    }
    .section-5 .section-5-content h2{
        font-size: 25px;
        margin: 0 0 20px 0;
    }
    .section-5 .section-5-content p{
        font-size: 14px;
        margin: 20px 0 0 0;
    }
    .section-5 .section-5-content .btn-1{
        margin: 50px 0 0 0;
    }

    .section-6 .section-6-content{
        flex-wrap: wrap;
    }
    .section-6 .container .section-6-content .box-1{
        width: 100%;
        background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
        height: auto;
    }
    .section-6 .section-6-content .box{
        width: 49%;
        margin: 20px 0 0 0;
    }
    .section-6 .section-6-content .box .item-2{
        height: 39%;
    }
    .section-6 .container .section-6-content .box-1 h2{
        margin: 0;
    }
    .section-6.s7{
        padding: 20px 0 70px 0;
    }

    .section-7 .section-7-content{
        flex-direction: column;
        padding: 70px 0;
    }
    .section-7 .section-7-content .box{
        height: auto;
        width: 100%;
        background: rgba(242, 243, 243, 1);
        border-radius: 11px 11px 0 0;
        align-items: flex-start;
    }
    .section-7 .section-7-content .box:nth-child(2){
        border-radius: 0 0 11px 11px;
        padding-top: 0;
    }
    .section-7 .section-7-content .box .item-1{
        height: 200px;
    }
    .section-7 .section-7-content .box .item-2{
        height: 260px;
        margin: 7px 0 0 0;
    }
    .section-7 .section-7-content .box .item-3{
        height: 260px;
        margin: 7px 0 0 0;
    }
    .section-7 .section-7-content .box .info h2{
        margin: 0;
        font-size: 25px;
    }
    .section-7 .section-7-content .box .info p{
        font-size: 14px;
        margin: 25px 0 0 0;
    }
    .section-7 .section-7-content .box .items .item{
        padding: 0;
        height: 170px;
        background: #e9e9e9;
        overflow: hidden;
    }
    .section-7 .section-7-content .box .items .item .outer-img{
        height: 100%;
        margin: 0 0 0 0;
        border-radius: 10px 0 0 10px;
    }
    .section-7 .section-7-content .box .items .item .outer-img img{
        width: auto;
        height: 115%;
    }
    .section-7 .section-7-content .box .items .item .info{
        padding: 15px;
        height: 100%;
    }
    .section-7 .section-7-content .box .items .item .info h4{
        font-size: 13px;
    }
    .section-7 .section-7-content .box .items .item .info p{
        font-size: 12px;
    }

    .section-8 .section-8-content{
        padding: 70px 0;
    }
    .section-8 .section-8-content h2{
        font-size: 25px;
    }
    .section-8 .section-8-content p{
        margin: 30px 0 0 0;
        font-size: 14px;
    }
    .section-8 .section-8-content .items{
        margin: 30px 0 0 0;
    }
    .section-8 .section-8-content .items .item{
        width: 32%;
        margin: 0;
    }
    .section-8 .section-8-content .items .item h3{
        font-size: 30px;
    }
    .section-8 .section-8-content .items .item h5{
        font-size: 13px;
        font-weight: 400;
        margin: 5px 0 0 0;
    }

    .section-9 .container .section-9-content{
        flex-direction: column;
        padding: 0 0 70px 0;
    }
    .section-9 .container .section-9-content .box{
        height: auto;
        width: 100%;
        padding: 25px;
    }
    .section-9 .container .section-9-content .box:nth-child(1){
        background: #212121;
        border-radius: 11px 11px 0 0;
    }
    .section-9 .container .section-9-content .box:nth-child(2){
        background: #212121;
        border-radius: 0 0 11px 11px;
        padding-top: 0;
    }
    .section-9 .container .section-9-content .box h2{
        margin: 0;
        font-size: 25px;
    }
    .section-9 .container .section-9-content .box p{
        margin: 20px 0 0 0;
        font-size: 14px;
    }
    .section-9 .container .section-9-content .box .outer-img{
        height: 240px !important;
    }

    .section-10 .section-10-content{
        padding: 70px 0;
    }
    .section-10 .section-10-content h2{
        font-size: 25px;
        margin: 0;
    }
    .section-10 .section-10-content p{
        font-size: 14px;
        margin: 20px 0 0 0;
    }
    .section-10 .section-10-content .logos{
        margin: 40px 0 0 0;
        border-radius: 11px;
    }
    .section-10 .section-10-content .logos .outer-logos .items-logos .item-logo img{
        width: 90%;
        height: auto;
    }

    .section-11 .container .section-11-content{
        padding: 70px 0;
    }
    .section-11 .container .section-11-content .title h2{
        font-size: 25px;
        margin: 0;
    }
    .section-11 .container .section-11-content .title p{
        margin: 30px 0 0 0;
    }
    .section-11 .container .section-11-content .body{
        margin: 30px 0 0 0;
        flex-direction: column;
    }
    .section-11 .container .section-11-content .body .map{
        width: 100%;
        height: 250px;
        padding: 15px;
    }
    .section-11 .container .section-11-content .body .faq{
        width: 100%;
        padding: 0;
        margin: 70px 0 0 0;
    }
    .section-11 .container .section-11-content .body .faq h3{
        margin: 0;
        font-size: 25px;
        text-align: center;
        width: 100%;
    }
    .section-11 .container .section-11-content .body .faq .items{
        margin: 30px 0 0 0;
    }
    .section-11 .container .section-11-content .body .faq .btn-1{
        margin: 30px auto 0 auto;
    }

    .footer .footer-content{
        flex-direction: column;
        padding: 70px 0;
    }
    .footer .footer-content .box{
        width: 100%;
    }
    .footer .footer-content .box:nth-child(2){
        margin: 20px 0 0 0;
    }
    .footer .footer-content .box:nth-child(2),.footer .footer-content .box:nth-child(3){
        text-align: left;
        align-items: flex-start;
    }
    .footer .footer-content .box .social-buttons{
        margin: 20px 0 0 0;
    }
    .footer .footer-content .box .social-buttons a{
        margin: 0 21px 0 0;
    }

    .apresentacao{
        padding: 15px;
        height: auto;

        font-size: 13px;
        text-align: center;
    }
}