@charset "UTF-8";

:root {
    --themeA: #F09336;
    --themeB: #f3b084;
    --themeC: #192643;
    --themeD: #f9d4af;
    --action: #D81167;
    --black: #000000;
    --dark: #7e8088;
    --gray: #e5e5e5;
    --light: #ffffff;
}
html,
body {
	margin:0;
	padding:0;
	color: var(--dark);
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    overflow-x: hidden;
}
.clearfix{clear: both;}
.verticalTxtAlign{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/* H1 TO H6 */
h1{color: var(--themeC); font-size:148px; font-weight: 700; font-family: 'Roboto', sans-serif;}
h2{color: var(--themeC); font-size:46px; font-weight: 700; font-family: 'Roboto', sans-serif;}
h3{color: var(--themeC); font-size:36px; font-weight: 700; font-family: 'Roboto', sans-serif;}
h4{color: var(--themeC); font-size:30px; font-weight: 700; font-family: 'Roboto', sans-serif;}
h5{color: var(--themeC); font-size:24px; font-weight: 700; font-family: 'Roboto', sans-serif;}

/* MENU */
.pad-logo{padding-left: 5%;}

/* BOTÕES */
button:focus {outline: 0;}
.gallery-button, .gallery-button:visited {
    text-decoration: none;
    font-size: 30px;
    padding: 0.5rem 2rem;
    color: var(--black);
    background: var(--themeD);
    border-radius: 1rem;
    width: fit-content;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 50%);
    transition: all 0.25s ease;
    border: 0;
}
.gallery-button:hover, .gallery-button:active {
    background: var(--themeA);
    box-shadow: 0px 1px 3px rgb(0 0 0 / 50%);
    border: 0;
}
.btn-orange-large{
    background-color: var(--themeA) !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    padding: 7px 25px !important;
    color: var(--light) !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
    text-align: center !important;
    border: 0 !important;
    line-height: 1.3rem !important;
}
.btn-orange-large:hover, .btn-orange-large:active {
    background-color: var(--themeB) !important;
    color: var(--light) !important;
    text-decoration: none !important;
}

/* DISPLAYS */
.d-none{display: none;}
.d-block{display: block !important; animation: fade-in 0.1s both 1 1s;}


/* HOMEPAGE */
.contentorBanner{
	position:relative;
	width:100%;
	height:650px;
}
.img-a-carrocel{
	width:100%;
	height:650px;
	background-position: center center;
	background-size: cover;
}
.carousel-caption {
    text-align: left;
    right: 15%;
    left: 15%;
    bottom: 0;
    padding: 0;
    top: 0;
}
.carousel-caption h1{color:var(--light); font-size: 40px;}
.carousel-caption i{color:var(--light); font-size: 80px; margin-right: 30px;}
.content-break {
    width: 100%;
    height: 4px;
    background-color:var(--themeA);
}
.titleH2:after {
    content: "";
    display: block;
    width: 3rem;
    border-bottom: 3px solid var(--black);
    position: relative;
    left: calc(50% - 1.5rem);
    bottom: -8px;
}
.block-darker-lighter{
    color: var(--light);
    padding: 3.5rem 2.5rem 2.5rem 2.5rem;
}
.block-darker-lighter h1, .block-darker-lighter h2, .block-darker-lighter p{color: var(--light);}
.block-orange-1{background-color: var(--themeA);}
.block-orange-2{background-color: var(--themeB);}
.block-orange-3{background-color: var(--themeB);}
.block-orange-4{background-color: var(--themeA);}
.block-orange-5{background-color: var(--themeA);}
.block-orange-6{background-color: var(--themeB); padding: 0 !important;}

.quoteTxt{
    background-color: var(--action);
    text-align: center;
}
.quoteTxt h1{
    color: var(--light);
    font-family: 'Catamaran', sans-serif;
    line-height: 20px;
    font-size: 300px;
    position: absolute;
}
.quoteTxt h2{color: var(--light);}


/* ABOUT */
.contentorBannerInner{
	position:relative;
	width:100%;
	height:550px;
}
.img-a-carrocel-inner{
	width:100%;
	height:550px;
	background-position: center center;
	background-size: cover;
}
.contentorBannerInner h1{color:var(--light); font-size: 80px;}
.contentorBannerInner h1:after{
    content: "";
    display: block;
    width: 3rem;
    border-bottom: 3px solid var(--light);
    position: relative;
    left: 0;
    bottom: -8px;
}
.yellow-ball {
    width: 4rem;
    background-color: var(--themeA);
    height: 4rem;
    border-radius: 50%;
    margin: 1rem;
    display: inline-block;
    font-size: 42px;
    font-weight: bold;
    color: var(--light);
    line-height: 98px;
}
.content-more-hidden-a{display: none;}
.content-more-hidden-b{display: none;}
.content-more-hidden-c{display: none;}
.content-more-hidden-d{display: none;}
.content-more-hidden-e{display: none;}
.button-more.button-more-yellow-ball {
    width: 2rem;
    height: 2rem;
    margin-top: -2rem;
    position: relative;
    color: var(--light);
    font-size: 44px;
    font-weight: 500;
    line-height: 47px;
}
.button-more:hover, .button-more:active, .button-less:hover, .button-less:active {
    background-color: var(--themeA);
}
.button-more, .button-more:visited, .button-less, .button-less:visited {
    width: 2rem;
    height: 2rem;
    display: block;
    background-color: var(--action);
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.25s ease;
    cursor: pointer;
    position: relative;
    color: var(--light);
    font-size: 44px;
    font-weight: 500;
    line-height: 47px;
}


/* RESULTS */
.link-yellow-ball, .link-yellow-ball:visited {
    width: 2rem;
    height: 2rem;
    background-color: var(--themeA);
    border-radius: 50%;
    margin: 0.1rem;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    padding: 7px 0;
    color: var(--light);
    transition: all 0.25s ease;
    text-decoration: none;
    text-align: center;
}
.link-yellow-ball:hover, .link-yellow-ball:active {
    background-color: var(--themeB);
    color: var(--light);
    text-decoration: none;
}

.link-yellow-ball-crashCourse, .link-yellow-ball-crashCourse:visited {
    width: 3rem;
    height: 3rem;
    background-color: var(--themeA);
    border-radius: 50%;
    margin: 0.1rem;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    padding: 7px 0;
    color: var(--light);
    transition: all 0.25s ease;
    text-decoration: none;
    text-align: center;
    line-height: 2.5rem;
}
.link-yellow-ball-crashCourse:hover, .link-yellow-ball-crashCourse:active {
    background-color: var(--themeB);
    color: var(--light);
    text-decoration: none;
}
.results-inner h3{color: var(--dark);}

#crashCourseA h4{color: var(--dark);}
#crashCourseB h4{color: var(--dark);}
#crashCourseC h4{color: var(--dark);}
#crashCourseD h4{color: var(--dark);}



/* CONSORTIUM */
.map-wrapper{
    position: relative;
    padding:0;
    margin:0;
}
.map-wrapper a {
    position: absolute;
    background-color: rgb(255, 255, 0, 0.5);
    top: var(--t);
    left: var(--l);
    width: var(--w);
    height: var(--h);
    opacity: 0;
    transition: opacity .3s ease;
}


/* CONTACTS */
.contact-form-message {
    display: flex;
    flex-direction: column;
}
.contact-form-message label {
    font-size: 0.8rem;
    color: var(--themeC);
    font-weight: bold;
    padding: 1rem 1rem 0 1rem;
    margin: 1rem 0 0.25rem 0;
}
.contact-form-message input, .contact-form-message textarea {
    background-color: var(--gray);
    border: 2px solid var(--gray);
    color: var(--themeC);
    padding: 0.5rem 1em;
    border-radius: 1rem;
    font-size: 1rem;
    margin: 0;
}
.contact-form-feedback {
    display: none;
    text-align: center;
    padding: 54px;
}
.widthBtnSend{width: 20%; margin: 0 auto;}


/* RODAPE */
.footer-fenix{padding: 4rem; background: var(--themeD);}
.footer-fenix i{color: var(--black); font-size: 70px; margin: 0 30px;}
.footer-fenix a, .footer-fenix a:hover{color: var(--black); text-decoration:none;}
#copyright {
    padding: 3rem;
    background-image: url(../img/bg-gradient.png);
    background-size: cover;
    text-align: center;
    color: var(--light);
    font-size: 20px;
}




/* BOOTSTRAP ALTERADA */
.pb-45, .py-45 {padding-bottom: 2rem!important;}
.pt-45, .py-45 {padding-top: 2rem!important;}
.pt-7, .py-7 {padding-top: 5rem!important;}
.p-6 {padding: 4rem!important;}
.p-7 {padding: 5rem!important;}

.navbar{padding:0;}
.nav-link {color: var(--black) !important;}
.nav-link:focus, .nav-link:hover{color: var(--black) !important; background-color: var(--themeA) !important;}
.navbar-expand-md .navbar-nav .nav-link {padding-right: 1rem; padding-left: 1rem; font-size: 20px;}

.modal-header {padding: 0.2rem 0.5rem; border-bottom: 0;}
.modal-footer {border-top: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0;}
.modal-content {border: 0; border-radius: 0;}

.navbar-toggler {border: 0; outline:0; position: absolute; right: 0; top: -55px;}


/* BOOTSTRAP 5 COLUNAS */
.col-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 320px) 
  and (max-width: 480px) {
    .col-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 481px) 
  and (max-width: 768px) {
    .col-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 769px) 
  and (max-width: 1024px) {
    .col-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 1025px) 
  and (max-width: 1280px) {
    .col-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 1281px) {
    .col-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/* FIM BOOTSTRAP 5 COLUNAS */


/* MEDIA QUERIES */
@media (max-width: 320px) {
	h1{font-size:60px;}
	h2{font-size:34px;}
	h3{font-size:28px;}
	h4{font-size:22px;}
	h5{font-size:18px;}

    .contentorBannerInner h1 {font-size: 60px;}
    .widthBtnSend{width: 80%; margin: 0 auto;}

    .gallery-button, .gallery-button:visited {font-size: 20px;}
    
    .quoteTxt h1{display: none;}
    .block-orange-1{background-color: var(--themeA);}
    .block-orange-2{background-color: var(--themeB);}
    .block-orange-3{background-color: var(--themeA);}
    .block-orange-4{background-color: var(--themeB);}
    .block-orange-5{background-color: var(--themeA);}
    .block-orange-6{background-color: var(--themeB);}
}

@media (min-width: 321px) 
  and (max-width: 480px) {
	h1{font-size:60px;}
	h2{font-size:34px;}
	h3{font-size:28px;}
	h4{font-size:22px;}
	h5{font-size:18px;}

    .contentorBannerInner h1 {font-size: 60px;}
    .widthBtnSend{width: 80%; margin: 0 auto;}

    .gallery-button, .gallery-button:visited {font-size: 20px;}

    .quoteTxt h1{display: none;}
    .block-orange-1{background-color: var(--themeA);}
    .block-orange-2{background-color: var(--themeB);}
    .block-orange-3{background-color: var(--themeA);}
    .block-orange-4{background-color: var(--themeB);}
    .block-orange-5{background-color: var(--themeA);}
    .block-orange-6{background-color: var(--themeB);}
}
	
@media (min-width: 481px) 
  and (max-width: 768px) {
	h1{font-size:60px;}
	h2{font-size:34px;}
	h3{font-size:28px;}
	h4{font-size:22px;}
	h5{font-size:18px;}

    .contentorBannerInner h1 {font-size: 60px;}
    .widthBtnSend{width: 60%; margin: 0 auto;}

    .gallery-button, .gallery-button:visited {font-size: 20px;}
    
    .quoteTxt h1{display: none;}
    .block-orange-1{background-color: var(--themeA);}
    .block-orange-2{background-color: var(--themeB);}
    .block-orange-3{background-color: var(--themeA);}
    .block-orange-4{background-color: var(--themeB);}
    .block-orange-5{background-color: var(--themeA);}
    .block-orange-6{background-color: var(--themeB);}
}

@media (min-width: 769px) 
  and (max-width: 1024px) {

}

@media (min-width: 1025px) 
  and (max-width: 1280px) {

}

@media (min-width: 1281px) 
  and (max-width: 1440px) {

}

@media (min-width: 1441px) 
  and (max-width: 1600px) {

}

@media (min-width: 1601px) 
  and (max-width: 1900px) {

}

@media (min-width: 1901px) {
	
}

/* MOBILE LANDSCAPE */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: landscape) {
	 
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}