*, html, body
{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body{
    height: 4000px;
    width: 100%;
}

header{
    
    height: 120px;
    line-height: 120px;
    position: fixed;
    z-index: 1;
    width: 100%;
}


.secondary{

    background-color: darkorange;
    box-shadow: 0px 0px 17px 0px;
    transition: all 0.5s ease-in;
    z-index: 1;
}


.logo img{
    margin-top: 10px;
    width: 100px;
    height: 100px;
}

ul{
    list-style: none;
}

ul li{
    display: inline-block;
}

header nav{
    float: right;
}

header nav ul li a{
    padding-right: 30px;
    font-weight: bold;
    color: white;
    transition: all 0.2s;
}


header nav ul li a:hover{
    text-decoration: none;
    color:rgb(175, 4, 4);
}

.img1{
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../image/steam.jpg);
    background-size: 100% 100%;
}

.slider, .slider ul, .slider ul li{
    height: 1200px;
    width: 100%;
    color: white;
    text-align: center;
}

.slider h2{

    font-weight: bold;
    color: darkorange;
    margin-top: 390px;
    font-size: 50px;
    text-decoration: underline;
    text-decoration-style: solid;

}

.slider p{
    font-weight: bold;
    font-size: 20px;
}

.slider a{
    padding: 10px 40px;
    font: italic;
    margin-right: 15px;

}


.slider a.btn-full{

    background-color: darkorange;
    color: white;
    transition: 0.2s ease-in;
}

.slider a.btn-full:hover{

    opacity: 0.7;
}

.slider i{
    font-size: 30px;
    margin-right: 10px;
}

.intro-area{
    position: relative;
    padding: 100px 0px;
    text-align: center;
}

.sub-heading{
    position: relative;
    margin-bottom: 75px;
}

.sub-heading:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3%;
    width: 6%;
    height: 4px;
    background-color: darkorange;
    z-index: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.sub-heading:hover:before{

    width: 24%;
    margin-left: -136px;
}



.sub-heading:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12%;
    width: 24%;
    height: 4px;
    background-color: #e1e1e1;
}

.sub-heading p{

    color:#818181;
    display: inline-block;
    padding: 0px 0px 20px;
    position: relative;
    line-height: 24px;
    letter-spacing: 0.025em;
}

.intro-block{

    position: relative;
    background-color: #f7f7f7;
    margin: 50px 0px 0px;
    text-align: center;
    padding: 70px 25px 40px;
}

.intro-block:hover, .intro-block.active{
    background: darkorange;
}

.intro-block:hover{

    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}

.intro-block h3{
    font-size: 20px;
    color:darkorange;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}



.intro-block p{
    color: #505050;
}

.intro-block:hover h3, .intro-block:hover p{

    color: #f6f6f6;
}

#verMais{

    color: darkblue;
}

.margin-auto{
    margin:auto;
}

.intro-area a{
    padding: 10px 40px;
    font: italic;
    margin-right: 15px;
    margin-top: 70px;

}


.intro-area a.btn-full{

    background-color: darkorange;
    color: white;
    transition: 0.2s ease-in;
}

.intro-area a.btn-full:hover{

    opacity: 0.7;
}


.testimonials{

    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../image/steam.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
    padding-top: 360px;
    padding-bottom: 360px; 
    color: white;
    font-weight: bold;
    margin-top: 100px;
    max-height: 2000px;
    
}



#carousel-teams{
    width:900px; 
    left: 150px;
}

.testimonials table{
    position: relative;
    left: 200px;
}

.testimonials tbody{
    color: white;

}

.testimonials .carousel-indicators{

    bottom: 110px;
    left: 409px;
    position: relative;

    
}


.testimonials .sub-heading p{
    color: white;
    
}

.carousel-inner{
    bottom: 40px;
}

.carousel-inner img{

    width: 200px;
    height: 200px;

}

.testimonials .carousel-indicators li.active{

    background-color: darkorange;
}

.testimonials .carousel a{

    background-image: none;
    color: darkorange;
    bottom: -840px;
    position: relative;
    
    
}

.carousel-control.left .glyphicon {
    left: 380px;
    bottom: 80px;
    position: relative;
}
.carousel-control.right .glyphicon {
    right: -380px;
    bottom: 80px;
    position: relative;
}



.testimonials .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    
  }
  .testimonials  .carousel-fade .carousel-inner .active {
    opacity: 1;
  }
  .testimonials  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }
  .testimonials  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  .testimonials  .carousel-fade .carousel-control {
    z-index: 2;
  }


.feature-area{

    background-image:  linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../image/steam.jpg);
    background-position: center;
    background-attachment: fixed;
}

.feature-area h2, p{
    color: white;
}

#camps{
    height: 1700px;
}

#carousel-camps{
    width: 1200px; 
    height: 980px;
}

#campeonatos{
    bottom: -100px;
}

#tipos-camps{
    bottom:900px; 
    left: 580px;

}

.feature-block{

    width:1035px;
}

.single-feature h3{
    color:white;
}

.single-feature{
    position: relative;
    width: 345px;
    height: 345px;
    float: left;
    padding: 30px 0;
    text-align: center;
    border-right: 1px solid darkorange;
    border-bottom: 1px solid darkorange;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.feature-block:after{
    content: "";
    display: table;

}

.feature-block:after{
    clear: both;
}


.feature-block:hover .single-feature{

    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;

}

.single-feature:hover .featured-icon .fa, .single-feature:hover .featured-icon .glyphicon{

    border: 2px solid darkorange;
    background: white;
    color: darkorange;
}


.featured-icon{
    display: inline-block;
    margin-bottom: 20px;
}

.single-feature i.fa, .single-feature i.glyphicon {
    border: 2px solid white;
    padding: 15px;
    border-radius: 50%;
    font-size: 30px;
    background-color: darkorange;
    color: white;
    width:  64px;
    height: 64px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.single-feature:nth-last-child(4){
    border-right: none;
}

.single-feature:nth-last-child(7){
    border-right: none;
}

.single-feature:nth-last-child(3){
    border-bottom: none;
}

.single-feature:nth-last-child(2){
    border-bottom: none;
}

.single-feature:last-child{
    border-bottom: none;
    border-right: none;
}

.feature-area{
    padding: 100px 0;
}

.feature-mockup{

    bottom: -220px;
    position: relative;
}

.feature-area .carousel-indicators li{
    text-indent:0;
    font: bold;
    font-size: 20px;
    color: white;
    text-decoration: underline;
    width:100px;
    height: 40px;
    border:none;
    background-color: transparent;
}


.feature-area .carousel-indicators li:hover{
    color: darkorange;
    transition: 0.3s;
}

.feature-area .carousel-inner .btn{
    background-color: darkorange;

}

.feature-area .carousel-inner .btn:hover{
    background-color: white;
    color: darkorange;
    
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 27px;
    font-size: 20px;
}
.divider-text span {
    padding: 7px;
    font-size: 22px;
    position: relative;   
    bottom: 8px;
    z-index: 2;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}


#contact_form {
    margin-top: 40px;
    width: 400px;

}

#contact_form .input-group, #contact_form .form-group{
    margin-top: 30px;
    max-width: 400px;
   
}
 
 
 .c-list {
     padding: 0px;
     min-height: 44px;
     font-size: 21px;
     font: bold;
 }


.c-toggle {
    font-size: 1.7em;
}

.name {
    font-size: 1.7em;
    font-weight: 700;
}

.c-info {
    padding: 5px 10px;
    font-size: 1.25em;
}

#contact-list{
    font-size: 13px;
    
}

#login {

    margin-top: 150px;
    
}

#logo{

    width: 270px;
    height: 270px;
}

#login .input-group{
    max-width: 350px;
    left: 380px;
    margin-top: 30px;
}

#login .btn{
    background-color: darkorange;
    border-color: darkorange;
    margin-top: 30px;
    margin-bottom: 30px;
}


@media only screen and (max-width: 1024px) {

    body{
        height: 4000px;
        width: 170%;
    }

    header{
    
        height: 120px;
        line-height: 120px;
        position: fixed;
        z-index: 1;
        width: 100%;
    }

    header nav ul li a{
    padding-right: 10px;
    font-weight: bold;
    color: white;
    transition: all 0.2s;
}

.testimonials table{
    position: relative;
    left: 0px;
}

.testimonials tbody{
    color: white;

}

.testimonials .carousel-indicators{

    bottom: 110px;
    left: 350px;
    position: relative;

}

.carousel-control.left .glyphicon {
    left: 320px;
    bottom: 80px;
    position: relative;
}
.carousel-control.right .glyphicon {
    right: -320px;
    bottom: 80px;
    position: relative;
}

#carousel-teams{
    width:900px; 
    left: 0px;
}

#tipos-camps{
    bottom:900px; 
    left: 380px;

}

.feature-block{

    width:735px;
}

.single-feature{
    position: relative;
    width: 245px;
    height: 245px;
    float: left;
    padding: 30px 0;
    text-align: center;
    border-right: 1px solid darkorange;
    border-bottom: 1px solid darkorange;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.single-feature h3{
    font-size: 14px;
}

.single-feature p{
    font-size: 10px;
}


}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}

.modal-content p{
    color: black; 
    font-size: 20px; 
    font-style: italic;
}