

/* ==========================================================================
   PAGE CONFIGURATIONS
   ========================================================================== */

body {
    font-family: 'Montserrat', sans-serif;
    color: black;
    padding-top: 50px;
    padding-bottom: 0;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;

}

.container {
    width: 100%;
    height: 100%;
}

section {
    padding-top: 18vh;
    padding-left: 0;
    min-height: 90vh;

}
section p {
    color: rgb(95, 94, 94);

}
footer {
    text-align: center;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

/* ==========================================================================
   HEADER AND NAVBAR
   ========================================================================== */

#navbar a, #navbar-social-area p, #navbar-social-area a{
    color: black;
    font-size: 13px;
}

#navbar-social-area p{
    margin-right: 0;
    
}
#social-area-links {
    margin-top: 2vh;
    margin-left: 2.0vh;
}
#social-area-links a {
    margin-left: 1vh;
}

#home-landing {
    padding-top: 1.2vh;
}

/* ==========================================================================
   JUMBOTRON SECTION
   ========================================================================== */

.home-logo {
    height: 50vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 5%;
    z-index: 10;

    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
.home-logo img {
    margin-bottom: 10px;
}
 .full-background {
    width: 100%;
    min-height: 100vh; 

 }

 .full-background {
    width: 100%;
    min-height: 100vh; 

 }

 #home-carousel-area .owl-loaded {
    display: inline-block;
    min-height: 90vh; 
    width: 100%;
}
.full-background .owl-carousel .img-wrap {
    -webkit-background-size: cover;

	-moz-background-size: cover;
	-o-background-size: cover;
    background-size: cover;
    background-position: bottom;
    
    min-height: 91vh; 
    width: 100% !important;
}

/* .botao-maldito {
    margin-top: 31.5em;
    margin-left: 41em;
} */
/* .full-background .owl-carousel .img-wrap {
    background-position: cover;
    background-position-x: cover;
    background-position-y: cover;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
    background-size: contain;
    min-height: 91vh;
    
    width: 100% !important;
} */


.full-background .owl-carousel .img-wrap img {
    visibility: hidden;
}

.arrow-content{
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .arrow {
	bottom: -30em;
	width: 60px;
  	height: 60px;

  }
  .arrow-content a {
	display: block;
	transition: all 0.5s ease !important;
   }
  .bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
  }

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  -moz-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -moz-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	60% {
	  -moz-transform: translateY(-15px);
	  transform: translateY(-15px);
	}
  }
  @-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	60% {
	  -webkit-transform: translateY(-15px);
	  transform: translateY(-15px);
	}
  }
  @keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  -moz-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -moz-transform: translateY(-30px);
	  -ms-transform: translateY(-30px);
	  -webkit-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	60% {
	  -moz-transform: translateY(-15px);
	  -ms-transform: translateY(-15px);
	  -webkit-transform: translateY(-15px);
	  transform: translateY(-15px);
	}
  }


/* ==========================================================================
   SECTION ABOUT
   ========================================================================== */

#about {
    padding-top: 8vh;
}

#section-about {
    padding-top: 9vh;
}
#section-about p{
    padding-left: 1vh;
    text-align: justify;
    text-justify: inter-word;
}
#read-more-about {
    padding-top: 6vh;
    padding-bottom: 3vh;
}

#read-more-about a{
    color: #1F3761;
}

/* ==========================================================================
   SECTION SERVICES
   ========================================================================== */

#services {
    padding-top: 8vh;
}

#services-description p{
    padding-left: 1vh;
    padding-bottom: 2vh;
    text-align: justify;
    text-justify: inter-word;    
}
#services-read-more-video .col-md-12 {
    margin-bottom: 4vh;
}
.cards {
    background-color: rgba(95, 94, 94, 0.5);
}
#read-more-services {
    padding-bottom: 3vh;
}

#read-more-services a{
    color: #1F3761;
}
.panel-default {
    padding: 2vh 1vh 4vh 3vh;
    border: none;
    margin-bottom: 1vh;
    margin-top: 2vh;

    background-color: #1F3761;
    border-radius: 3%;
    color: #1F3761;
}

.card-text, .card-title{
    background-color: #1F3761;
    color: #ffffff
}

/* ==========================================================================
   SECTION CLIENTS
   ========================================================================== */

#clients {
    padding-top: 8vh;
}

#section-clients p{
    padding-left: 3vh;
    padding-top: 8vh;
    padding-bottom: 6vh;
    text-align: justify;
    text-justify: inter-word;
}
#section-clients .section-background-default{
    min-height: 83vh;
}
#clients-logo-area .col-md-4{
    margin-left: 14vh;
}
.img-wrap {
    padding: 7px !important;
    height: 30vh;
    width: 30vh !important;
}
/* ==========================================================================
   TEAM SECTION
   ========================================================================== */
#section-team #team-area{
    min-height: 75vh;
    color: #ffffff;
    text-align: justify;
    text-justify: inter-word;
    background-color:  #1F3761;
    padding-left: 0;
    padding-right: 0;
}
#section-team .container{
    width: 100% !important;
    padding: 0;
}
#team-description{
    padding: 8vh;
}

#team-area p{
    color: #ffffff;
    text-align: justify;
    text-justify: inter-word;
}
#team-photos-area{
    margin-top: 3vh;
}
.team-photo {
    margin-top: 1vh;
    margin-right: 5vh;
    box-shadow: -15px -15px #117F3E;

}

.team-photo:hover {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);

    transition: transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out;
    -webkit-transition: transform .25s ease-in-out;

  }

/* ==========================================================================
   INSIGHT SECTION
   ========================================================================== */

  /*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
  }
  
  .tabset .tab-panel {
    display: none;
  }
  
  .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
  }

  .tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
  }
  
  .tabset > label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #117F3E;
  }
  
  .tabset > label:hover,
  .tabset > input:focus + label {
    color: #117F3E;
  }
  
  .tabset > label:hover::after,
  .tabset > input:focus + label::after,
  .tabset > input:checked + label::after {
    background: #117F3E;
  }
  
  .tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
  }
  
  .tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
  }
  
  /*
   Demo purposes only
  */
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }

  .tabset {
    max-height: 223vh; 
  }

/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */

#contact-section{
    padding-top: 10vh;
    padding-bottom: 2vh;

    color: #FFFFFF 
}
#contact-section .container {
    padding-left: 0;
    padding-right: 0;
}

#contact-section .container p{
    color: #FFFFFF;
}
#map {
    min-height: 84vh;
}

#contact-area{
    background-color:  #1F3761;
    min-height: 80vh;    
}
.contact-input{
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-color:#117F3E;
    background-color:  #1F3761;
    border-radius: 15px;
    color: #ffffff;
    resize: none;
}
#contact-section form{
    color: #ffffff;
    padding: 4vh;
}
.contact-button {
    padding-top: 3vh;
}
.contact-button button{
    color: #ffffff;
    font-size: 16px;
    border-bottom-color: #1F3761;
    border-bottom-width: 2px;
}
.contact-button button:hover{
    color: #117F3E;
    font-size: 16px;
    border-bottom-color: #1F3761;
    border-bottom-width: 2px;
}
.form-control{
    padding: 2vh
}

/* ==========================================================================
   GENERAL AND MISCELLANEOUS
   ========================================================================== */

   .section-background-default {
    background: url("../img/horizontal.png") no-repeat left bottom;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-size: cover;
}

#footer .container {
    padding-left: 0;
    padding-right: 0;
}

#navbar-social-area-footer p{
    margin-right: 0;
}
#social-area-links-footer {
    margin-left: 2vh;
    margin-bottom: 2vh;
}
#social-area-links-footer a {
    margin-left: 1vh;
}
.navbar-text-footer{
    display: inline;
}
#home-landing {
    padding-top: 1.2vh;
}
#separator {
    padding-left: 2vh;
}
#copy {
    margin-top: 2vh;
    color: #FFFFFF;
    background-color:  #1F3761;
    min-height: 10vh;
}
#copy p {
    padding-top: 4vh;
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
   /* Large Devices, Wide Screens */
@media only screen and (min-width : 1920px) {
    #navbar-social-area{
        display: none;
    }

    .section-background-default {
        min-height: 97vh;
    }
    #home-landing .custom-jumbotron {
        min-height: 80vh;
    }
    #about {
        padding-top: 10vh;
    }
    .cards {
        min-height: 97vh;
    }
    #section-services, #section-clients {
        padding-top: 5vh;
    }
}

   /* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {
    #navbar-social-area{
        display: none;
    }
    #section-services .section-background-default {
        margin-top: 12vh;
        margin-bottom: 20vh;
    }
    #section-clients .section-background-default {
        margin-top: 12vh;
        margin-bottom: 20vh;
    }
    #home-landing .custom-jumbotron {
        min-height: 10vh;
    }
    .cards {
        height: 83vh;
        background: none;
    }
    #about {
        padding-top: 4vh;
    }

    #clients {
        padding-bottom: 4vh;
    }

    #team-description {
        margin-left: 6vh;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #section-services .section-background-default {
        margin-top: 12vh;
        margin-bottom: 220vh;
        background: none;
    }
    #section-clients .section-background-default {
        height: 157vh;
        margin-top: 12vh;
        margin-bottom: 20vh;
        background: none;
    }
    #home-landing .custom-jumbotron {
        min-height: 10vh;
    }
    #about {
        padding-top: 4vh;
    }
    #team-description {
        margin-left: 6vh;
    }
    .cards{
        background: none;

    }
    #map {
        width: 100%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 640px) {
    #section-services .section-background-default {
        margin-bottom: 220vh;
        background: none;
    }
    #section-clients .section-background-default {
        margin-top: 12vh;
        margin-bottom: 20vh;
        background: none;
    }
    #home-landing .custom-jumbotron {
        min-height: 10vh;
    }
    #about {
        padding-top: 4vh;
    }
    #team-description {
        margin-left: 4vh;
    }
    #map {
        width: 100%;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    #section-services .section-background-default {
        margin-bottom: 300vh;
    }
    #section-clients .section-background-default {
        height: 110vh;
    }
    #home-landing .custom-jumbotron {
        min-height: 10vh;
    }
    #about {
        padding-top: 4vh;
    }
    .cards{
        background: none;

    }
    #map {
        width: 100%;
    }
}

