img {
    padding-top: 10px;
    padding-bottom: 10px;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.designpor {
    margin-top: 15px;
}

body {
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0px;
}

p {
    color: #585858; /* esta cor tem um contraste de 7.11 de acordo com o nível AAA do WCAG*/
    font-size: 16px;
    line-height: 20px;
    font-weight: 100;
}

.primary-white-button a {
    display: inline-block;
    background-color: #fff;
    font-size: 13px;
    padding: 12px 18px;
    color: #121212;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
    font-family: roboto, sans-serif;
}

.primary-blue-button a {
    display: inline-block;
    background-color: #33c1cf;
    font-size: 15px;
    margin-top: 20px;
    padding: 12px 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color: transparent;

    text-align: center;
    line-height: 40px;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
}

.navbar-brand {
    line-height: 80px;
    padding: 0px;
}

.navbar-nav > li{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-nav > li > a.inscrevete{
    background-color: #333;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    line-height: 1;
    padding: 10px 20px;
}

.navbar-nav > li > a {
    /* color: #fff!important; */
    color: #333;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: none;
    padding: 0px;
    letter-spacing: 0.5px;
}

.navbar-nav > li {
    margin-left: 45px;
}
.navbar-brand > img {
    width: 260px;
}
.logotopo{
    padding-top: 7px; /*AJUSTAR PARA A DISTANCIA DO LOGO AO TOPO DO NAVBAR*/
}
@media (max-width: 385px) {
    .navbar-brand > img {
        width: 180px;
    }
    
    .logotopo{
        padding-top: 10px; /*AJUSTAR PARA A DISTANCIA DO LOGO AO TOPO DO NAVBAR*/
    }
}

.header.active .navbar-nav > li > a {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: none;
    color: #121212!important;
}

.header.active .navbar-nav > li > a.inscrevete{
    color: #fff!important;
}

.header.active {
    background-color: rgba(250, 250, 250, 0.98);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.navbar-brand {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff!important;
    transition: all 0.5s;

}

.header.active .navbar-brand {
    color: #121212!important;
}

.header .navbar-brand {
    font-weight: 500;
}

.navbar-inverse {
    background-image: none;
    background-color: transparent;
}

.header .navbar {
    margin: 0;
    border: none;
}

.page-section {
    padding: 80px 0;
}

.navbar-inverse .navbar-toggle {
    margin-top: 22px;
    border-color: #f7c552;
    background-color: #f7c552;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #f7c552;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}



@media (min-width: 730px) {
    .navbar-nav {
        float: right;
    }
}

@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}

.parallax-content {
    width: 100%;
    min-height: 90vh;
    background-size: cover;
}


/*-----------------*/

.baner-content {
    width: 100%;
    padding-top: 60vh;
    padding-left: 7vh;
    background-image: url(../img/2-gif-banner.gif);
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .baner-content {
        background-position: center center !important;
    }
}
@media (min-width: 768px) { 
    .baner-content {
        /*background-position: -50px center !important;*/
        background-position: center center !important;
    }
}
/*-----------------*/


.baner-content .text-content {
    text-align: center;
    margin-bottom: 1
}

.baner-content .text-content h2 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}


.baner-content .text-content .primary-white-button {
    margin-top: 25px;
}


#about {
    padding: 50px 0px;
    background: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#about div {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    text-align: center;
}




#about .service-item {
    text-align: center;
    margin-top: 30px;
}

#about .service-item .icon {
    width: 50%;
    height: 110px;
    display: inline-block;
    text-align: center;
    line-height: 104px;
}

#about .service-item h4 {
    margin-bottom: 30px;
    margin-top: 45px;
    font-size: 17px;
    font-weight: 500;
    color: black;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}





.section-seperator {
    background: white;
    padding: 10px
}


#textoprograma {
    font-family: 'Roboto Condensed', sans-serif;
    color: #0a613b;
    font-size: 28px;
    text-align: center;
}


#corprograma {
    /* background-color: #0a613b; */
    height: 10px;
    /* padding-bottom:55px; */
    

}

#programa {
    /* background-color: #0a613b; */
    height: 60px;
    margin-bottom: 40px;
}



@media (min-width: 768px) {
    #Finalistaporumdia {
        margin-bottom: 80px;
    }
    #fila2-1 {
        margin-bottom: 20px;
    }
    #fila2-3 {
        margin-bottom: 40px;
    }
}


#imgprograma1 {
    padding-bottom: 60px;
}

#imgprograma2 {
    padding-top: 60px;
    padding-bottom: 0px;
}

#imgprograma3 {
    padding-top: 60px;
}

#imgprograma4 {
    padding-bottom: 0px;
    padding-top: 60px;
}

#imgprograma5 {
    padding-bottom: 60px;
}

#imgprograma6 {
    padding-top: 60px;
    padding-bottom: 60px;
}





.content-md h5{
    font-size: 16px;
    
}




#portfolio {
    padding: 60px;
    text-align: center;
}

.vid-container iframe {
    text-align: center;
    width: 700px;
    margin-bottom: -8px;
}

@media (max-width: 768px) {
    .vid-container iframe {
        width: 100%;
    }


}

@media (max-width: 414px) {
.vid-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px; height: 0; overflow: hidden;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


}

@media (max-width: 320px) {
.vid-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px; height: 0; overflow: hidden;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


}


#testimonial {
    background-color: #0a613b;
    text-align: center;
    padding: 40px 0px;
    padding-left: -80px;
    padding-right: -80px;
}

#testimonial .testimonials-item1 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 30px;
    margin-bottom: 25px;
    margin-left: 20px;
    margin-right: 20px;
}

#testimonial .testimonials-item1 h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 30px;
    margin-bottom: 25px;
}


#testimonial .testimonials-item1 h5 {
    font-weight: 400;
    
}

#testimonial .testimonials-item1 span {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.5px;

}

#testimonial .testimonials-item1 p {
    font-size: 14px;
    color: #9a9a9a;
    font-weight: 200;
    background-color: #fff;
    padding: 30px;
    border-radius: 50px;
    margin-top: 39px;

}

#testimonial .testimonials-item h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 30px;
    margin-bottom: 25px;
}

#testimonial .testimonials-item span {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.5px;

}

#testimonial .testimonials-item p {
    font-size: 14px;
    color: #9a9a9a;
    font-weight: 200;
    background-color: #fff;
    padding: 30px;
    border-radius: 50px;
    position: center;
    margin-left: 20px;
    margin-right: 20px;
}

.owl-pagination {
    margin-top: 20px;
    opacity: 1;
    display: inline-block;
}

.owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}


footer {
    margin-top: -6px;
    background-color: #373a3c;
    padding: 50px 0px;
}

footer .logo a {
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    color: #fff!important;
    font-size: 21px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1px;
}

footer .logo p {
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    margin-bottom: -10px;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

footer .logo span {
    font-weight: 600;
    color: #11925a;
}


footer .contact-info h4 {
    margin-top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

footer .contact-info ul li {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
    margin-bottom: -15px;
}

footer .contact-info ul li em {
    font-style: normal;
    font-weight: 500;
}


footer .contact-info1 h4 {
    margin-top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

footer .contact-info1 ul li {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
    margin-bottom: -15px;
}

footer .contact-info1 ul li em {
    font-style: normal;
    font-weight: 500;
}


footer .contact-info2 h4 {
    margin-top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

footer .contact-info2 ul li {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
    margin-bottom: -15px;
}

footer .contact-info2 ul li em {
    font-style: normal;
    font-weight: 500;
}


footer .connect-us #Santander {
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 5px;
}

footer .connect-us #Transdev {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
}

footer .connect-us #Banquetes {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
   
}


@media (min-width:991px) {
    footer .connect-us #Santander,
    footer .connect-us #Transdev,
    footer .connect-us #Banquetes{
       padding: 0px;
        padding-bottom: 15px;
    }
}


footer .connect-us ul li {
    margin-top: 10px;
    display:inline-flex;
    margin-right: 2px;
}

footer .connect-us ul li a {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    color: #373a3c;
    font-size: 11px;
    transition: all 0.3s;
}

footer .connect-us ul li a:hover {
    background-color: #0a613b;
}


.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}


@media (min-width:991px) {
    .grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
    }
}

@media (max-width:991px) {
    .grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px;
    }
}

@media (max-width:768px) {
    .grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 50px;
        text-align: left;
        padding-left: 0px;
        padding-right: 0px;
    }
}



@media (max-width: 991px) {

    .baner-content .text-content p {
        padding: 0px 15%;
    }


    #about .service-item {
        margin-bottom: 30px;
        display: grid;
    }

    
@media (max-width: 768px) {
    #about .row1 {
        display: flex;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    #about .service-item{
        padding: 5px
    }
}
    

    .projects-holder {
        text-align: center;
        padding: 15px 0px;
    }

    #blog .section-heading {
        text-align: center;
        padding-top: 100px;
        padding-bottom: 100px;
        background-color: rgba(0, 0, 0, 0.5);
        margin-left: -15px;
        padding-left: 0vh;
        margin-right: -15px;
        padding-right: 0vh;
        overflow: hidden!important;
    }

    #blog .section-heading .line-dec {
        margin: 20px auto 15px auto;
    }

    #blog .section-heading p {
        padding: 0px 30px;
    }

    .tabs {
        padding: 0px 45px;
    }

    #first-tab-group {
        margin-bottom: 30px;
    }

    #contact-us .section-heading p {
        padding: 0px 10%;
    }

    footer {
        text-align: center;
    }

    footer .logo {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(250, 250, 250, 0.1);
    }

    footer .logo {
        margin-bottom: 10px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(250, 250, 250, 0.1);
    }
    .logo p {
        margin-top: 20px;
    }

    footer .location {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(250, 250, 250, 0.1);
    }


    footer .contact-info {
        padding-bottom: 30px;
        border-bottom: px solid rgba(250, 250, 250, 0.1);

    }

    footer .contact-info ul li {
        margin-right: 10px;
        margin-left: 10px;
    }

    footer .contact-info1 {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(250, 250, 250, 0.1);

    }

    footer .contact-info1 ul li {
        margin-right: 10px;
        margin-left: 10px;
    }

    footer .contact-info2 {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(250, 250, 250, 0.1);

    }

    footer .contact-info2 ul li {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    .baner-content .text-content p {
        padding: 0px 10%;
    }
    #main-nav {
        margin-left: -15px;
        margin-right: -15px;
        border-top: none;
        margin-top: 15px;
        background-color: rgba(250, 250, 250, 0.95);
    }

    .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-inverse .navbar-nav > li {
        margin-left: 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navbar-inverse .navbar-nav > li:last-child {
        border-bottom: none;
    }


    .navbar-inverse .navbar-nav > li > a {
        font-family: 'Roboto', sans-serif!important;
        /* line-height: 55px; */
        /* color: #343434!important; */
    }

}

@media (max-width: 385px) {

    footer .location ul li {
        display: block;
    }

    footer .location ul li:first-child {
        margin-right: 0px;
        padding-right: 0px;
        border-right: none;
    }

}

@media (max-width: 768px) {
    #textoprograma{
        padding-left: 8px;
    }
}
@media (min-width: 992px){
    .contact-info1{
        margin-top: 44px;
        
    }
}
