
@import url('https://fonts.googleapis.com/css?family=Oswald|Open+Sans');

@font-face {
    font-family: "GalanoGrotesqueBold";
    src: url(../fonts/GalanoGrotesqueBold.otf);
}

@font-face {
    font-family: "GalanoGrotesqueBold";
    src: url(../fonts/GalanoGrotesqueBold.otf);
}

@font-face {
    font-family: "GalanoGrotesque";
    src: url("../fonts/GalanoGrotesque.otf") format("opentype");
}

/******************************************* GERAL *******************************************/

*, *:before, *:after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul{list-style: none; }
img{border: none; max-width: 100%; vertical-align: middle;}
a{text-decoration: none;}
a:hover{text-decoration: none;}
a:active{text-decoration: none;}
a img{border: 0}

object,
embed,
video,
iframe,
iframe['style']{
    max-width: 100%;
    height: auto;
}

.clear{clear: both}
.fontzero{font-size: 0px; margin: 0; padding: 0; line-height: 0}

body{
    font-family: "Open Sans";
    font-size: 16px;
}

/******************************************* HOME *******************************************/

.section-header{
    background-image: url(../img/bg-header.jpg);
    background-repeat: no-repeat;
}

.social{
    margin-top: 140px;
}

.social li{
    margin-bottom: 10px;
    float: right;

}

/* MENU */

.section-menu{
    background: rgb(43,177,224); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(43,177,224,1) 0%, rgba(122,218,221,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(43,177,224,1) 0%,rgba(122,218,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(43,177,224,1) 0%,rgba(122,218,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bb1e0', endColorstr='#7adadd',GradientType=0 ); /* IE6-9 */    
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9990;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    height: 58px;

    font-family: "GalanoGrotesque";
    font-size: 16px;
    /*text-transform: uppercase;*/
    color: #FFF;

    background: rgb(43,177,224); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(43,177,224,1) 0%, rgba(122,218,221,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(43,177,224,1) 0%,rgba(122,218,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(43,177,224,1) 0%,rgba(122,218,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bb1e0', endColorstr='#7adadd',GradientType=0 ); /* IE6-9 */
}

#cssmenu > ul {
    /*box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);*/
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu > ul > li {
    float: left;
    display: inline-block;
}

#cssmenu.align-center > ul {
    float: none;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu > ul > li > a {
    padding: 20px 15px;
    text-decoration: none;
    color: #FFFFFF;
    z-index: -1;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
    color: #ffffff;
    background: #32a9c3;
    background: rgba(0, 0, 0, 0.1);
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 35px;
}

#cssmenu > ul > li.has-sub > a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #d3eced;
    right: 17px;
    top: 28px;
}

#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
    border-top-color: #ffffff;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    top: 60px;
    padding-top: 6px;
    font-size: 13px;
    opacity: 0;
    -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
    -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
    -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
    -o-transition: top 0.2s ease, opacity 0.2s ease-in;
    transition: top 0.2s ease, opacity 0.2s ease-in;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > ul::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #ffffff;
    top: -4px;
    left: 20px;
}

#cssmenu.align-right > ul > li > ul::after {
    left: auto;
    right: 20px;
}

#cssmenu ul ul ul::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: #ffffff;
    top: 11px;
    left: -4px;
}

#cssmenu.align-right ul ul ul::after {
    border-right-color: transparent;
    border-left-color: #ffffff;
    left: auto;
    right: -4px;
}

#cssmenu > ul > li > ul {
    top: 120px;
}

#cssmenu > ul > li:hover > ul {
    top: 52px;
    left: 0;
    opacity: 1;
}

#cssmenu.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
}

#cssmenu ul ul ul {
    padding-top: 0;
    padding-left: 6px;
}

#cssmenu.align-right ul ul ul {
    padding-right: 6px;
}

#cssmenu ul ul > li:hover > ul {
    left: 180px;
    top: 0;
    opacity: 1;
}

#cssmenu.align-right ul ul > li:hover > ul {
    left: auto;
    right: 100%;
    opacity: 1;

}

#cssmenu ul ul li a {
    text-decoration: none;
    font-size: 15px;
    padding: 11px 20px;
    width: 250px;
    color: #666;
    background: #EFEFEF;
    z-index: 9999;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
    color: #0D2751;
    background-color: #EEEEEE;
}

#cssmenu ul ul li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#cssmenu ul ul li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#cssmenu > ul > li > ul::after {
    position: absolute;
    display: block;
}

#cssmenu ul ul li.has-sub > a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #777777;
    right: 17px;
    top: 14px;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    border-left-color: transparent;
    border-right-color: #777777;
    right: auto;
    left: 17px;
}

#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
    border-left-color: #333333;
}

#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
    border-right-color: #333333;
    border-left-color: transparent;
}

@media all and (max-width: 800px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        /*background: #2C9107;*/
    }
    #cssmenu > ul {
        display: none;
    }
    #cssmenu > ul.open {
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background: #FFF;
    }
    #cssmenu.align-right > ul {
        float: none;
    }
    #cssmenu.align-center > ul {
        text-align: left;
    }
    #cssmenu > ul > li,
    #cssmenu.align-right > ul > li {
        float: none;
        display: block;
    }
    #cssmenu > ul > li > a {
        /*padding: 18px 25px 18px 25px;*/
        background: #EFEFEF;
        border-right: 0;
        color: #0D2751;
    }
    #cssmenu > ul > li:hover > a,
    #cssmenu > ul > li.active > a {
        background: rgba(0, 0, 0, 0.1);
    }
    #cssmenu #menu-button {
        display: block;
        text-decoration: none;
        font-size: 13px;
        font-weight: 700;
        color: #FFFFFF;
        padding: 18px 25px 18px 25px;
        text-transform: uppercase;
        letter-spacing: 1px;
        /* background: url('images/bg.png'); */
        cursor: pointer;
    }
    #cssmenu ul ul,
    #cssmenu ul li:hover > ul,
    #cssmenu > ul > li > ul,
    #cssmenu ul ul ul,
    #cssmenu ul ul li:hover > ul,
    #cssmenu.align-right ul ul,
    #cssmenu.align-right ul li:hover > ul,
    #cssmenu.align-right > ul > li > ul,
    #cssmenu.align-right ul ul ul,
    #cssmenu.align-right ul ul li:hover > ul {
        left: 0;
        right: auto;
        top: auto;
        opacity: 1;
        width: 100%;
        padding: 0;
        position: relative;
        text-align: left;
    }
    #cssmenu ul ul li {
        width: 100%;
    }
    #cssmenu ul ul li a {
        width: 100%;
        box-shadow: none;
        padding-left: 35px;
    }
    #cssmenu ul ul ul li a {
        padding-left: 45px;
    }
    #cssmenu ul ul li:first-child > a,
    #cssmenu ul ul li:last-child > a {
        border-radius: 0;
    }
    #cssmenu #menu-button::after {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
        right: 25px;
        top: 18px;
    }
    #cssmenu #menu-button::before {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
        right: 25px;
        top: 28px;
    }
    #cssmenu > ul > li.has-sub > a::after,
    #cssmenu ul ul li.has-sub > a::after {
        display: none;
    }
}

@media (max-width: 600px){
    #cssmenu a{
        color: #000 !important;
    }
}

.section-destaque{
    height: 70vh;
}
.section-destaque h2{
    font-family: "GalanoGrotesqueBold";
    font-size: 60px;
    color: #FFF;
    text-align: right;
    margin-top: 20vh;
}

.section-destaque h2 strong{
    font-family: "GalanoGrotesqueBold";
    font-size: 80px;
}

.section-destaque h3{
    font-family: "GalanoGrotesqueBold";
    font-size: 50px;
    color: #FFF;    
    text-align: right;
}

.section-destaque h4{
    font-family: "GalanoGrotesqueBold";
    font-size: 40px;
    color: #FFF;    
    text-align: left;
    text-transform: uppercase;
    margin-top: 30vh;
}

.section-destaque .btn-arena{
    margin-top: 20px;
    border: 2px solid #FFF;
    background: #0D2751;
    color: #FFF;
}

.section-destaque .btn-arena:hover{
    margin-top: 20px;
    border: 2px solid #0D2751;
    background: #FFF;
    color: #0D2751;
}

.section-mensagem{
    padding: 50px 0px;
}

.pulse {
    animation: pulse 0.7s infinite;
    /*display: table;*/
    /*margin-top: 50px;*/
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -webkit-filter: brightness(100%);
    }
    100% {
        -webkit-transform: scale(1.1);
        -webkit-filter: brightness(200%);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        filter: brightness(100%);
    }
    100% {
        transform: scale(1.1);
        filter: brightness(200%);
    }
}

.section-mensagem h2{
    font-family: "GalanoGrotesqueBold";
    font-size: 26px;
    color: #0D2751;
    margin: 30px 0px;
}

.section-mensagem p{
    font-family: "Open Sans";
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    text-align: justify;
}

.video-palestrantes{
    max-width: 100%;
}

.section-serra{
    background-image: url(../img/bg-serra.jpg);
    background-attachment: fixed;
    height: 60vh;
}

.section-serra h2{
    font-family: "GalanoGrotesqueBold";
    font-size: 60px;
    color: #FFF;   
    text-align: right;
    margin-top: 20vh;
}

.section-serra h2 strong{
    font-size: 80px;
}

.section-palestrantes{
    padding: 50px 0px;
}

.section-palestrantes h2{
    font-family: "GalanoGrotesqueBold";
    font-size: 26px;
    color: #0D2751;
    margin: 30px 0px;  
    text-align: center;
    text-transform: uppercase;
}

.section-palestrantes h3 a{
    font-family: "GalanoGrotesqueBold";
    font-size: 22px;
    color: #0D2751;
}

.section-palestrantes p{
    font-size: 16px;
    color: #333333;
    line-height: 1.5;   
}

footer{
    /*background-image: url(../img/bg-footer.jpg);*/

    background: #04144f;
    background: -moz-linear-gradient(top,  #04144f 0%, #000000 100%);
    background: -webkit-linear-gradient(top,  #04144f 0%,#000000 100%);
    background: linear-gradient(to bottom,  #04144f 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04144f', endColorstr='#000000',GradientType=0 );

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04144f', endColorstr='#030128',GradientType=0 );

    /*height: 620px;*/
    
    padding: 20px;
}

footer .realizacao img{
    /*padding-top: 30px;*/
    /*border: 1px solid #FFF;*/
}

footer .dev{
    text-align: center;
}

footer hr{
    background: #fff;
}

footer .dev a{
    font-family: "Open Sans";
    font-size: 14px;
    color: #fff;
}

footer h4{
    color: #fff;
    text-align: center;
    line-height: 60px;
}

/******************************************* EVENTO *******************************************/

.section-evento{
    padding: 50px 0px;
}

.section-evento h1{
    font-family: "GalanoGrotesqueBold";
    font-size: 26px;
    color: #0D2751;
    margin: 30px 0px;  
}

/******************************************* TRABALHO *******************************************/

.section-trabalho{
    padding: 50px 0px;
}

.section-trabalho h1{
    font-family: "GalanoGrotesqueBold";
    font-size: 26px;
    color: #0D2751;
    margin: 30px 0px;  
}

.section-trabalho .titulo{
    margin: 20px 0px;
}

.section-trabalho p{
    line-height: 2.0 !important;
}

/******************************************* INSCRIÇÕES *******************************************/

.section-inscricoes{
    padding: 50px 0px;    
}

.section-inscricoes h1{
    font-family: "GalanoGrotesqueBold";
    font-size: 26px;
    color: #0D2751;
    margin: 30px 0px;  
    text-align: center;
}

.section-inscricoes h2{
    font-family: "GalanoGrotesqueBold";
    font-size: 26px;
    color: #0D2751;
    margin: 30px 0px;  
}

.section-inscricoes h3{
    font-family: "GalanoGrotesqueBold";
    font-size: 18px;
    color: #0D2751; 
    margin-top: 40px;
}

.section-inscricoes p{
    font-size: 16px;
    color: #333333;
    line-height: 1.5; 
    margin-bottom: 20px;    
}

.section-inscricoes p.destaque{
    color: #0D2751;
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-inscricoes table th{
    background: #0D2751;
    color: #fff;
    text-align: center;
}

.section-inscricoes .valor{
    text-align: right;
}

.btn-inscricao{
    margin-top: 35px;
    background: #0D2751;
}



/******************************************* PROGRAMAÇÃO *******************************************/

.section-programacao{
    padding: 50px 0px;    
    min-height: 40vh;
}

.section-programacao h1{
    font-family: "GalanoGrotesqueBold";
    font-size: 26px;
    color: #0D2751;
    margin: 30px 0px;  
}

.curso{
    margin: 45px 0px;
    border-bottom: 1px solid #CCC;
}

.div-programacao{
    overflow-x: scroll;
}



/******************************************* COMERCIAL *******************************************/

.section-comercial{
    padding: 50px 0px;    
    min-height: 40vh;
}

.section-comercial h1{
    font-family: "GalanoGrotesqueBold";
    font-size: 26px;
    color: #0D2751;
    margin: 30px 0px;  
}

.section-comercial h2{
    font-family: "GalanoGrotesqueBold";
    font-size: 22px;
    color: #0D2751;
    margin: 30px 0px;  
    text-align: center;
}

.chamada-patrocinio{
    margin-top: 60px;
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 20px;
    font-size: 20px !important;
}

.chamada-patrocinio a{
    color: #0D2751;
}

/******************************************* HOSPEDAGEM E TURISMO *******************************************/

.section-hospedagem{
    padding: 50px 0px;    
    min-height: 40vh;
}

.section-hospedagem h1{
    font-family: "GalanoGrotesqueBold";
    font-size: 26px;
    color: #0D2751;
    margin: 30px 0px;  
}

.section-hospedagem h2{
    font-family: "GalanoGrotesqueBold";
    font-size: 24px;
    color: #0D2751;
    margin: 30px 0px;  
}

.separador{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
    background: #DEDEDE;
}

.ratio{
    position: relative;
    padding-bottom: 56.25%;
    float: left;
    width: 100%;
    height: 0;
    margin-top: 25px;
}

.media{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.container-evento{
    margin-bottom: 60px;
}

/******************************************* INFORMAÇÕES *******************************************/

.section-informacoes{
    padding: 50px 0px;    
    min-height: 40vh;
}

.section-informacoes h1{
    font-family: "GalanoGrotesqueBold";
    font-size: 26px;
    color: #0D2751;
    margin: 30px 0px;  
}

.section-informacoes h2{
    font-family: "GalanoGrotesqueBold";
    font-size: 26px;
    color: #0D2751;
    margin: 30px 0px;  
}

.section-informacoes h3{
    font-family: "GalanoGrotesqueBold";
    font-size: 18px;
    color: #0D2751; 
    margin-top: 40px;
}

.section-informacoes p{
    font-size: 16px;
    color: #333333;
    line-height: 1.5;     
}

.mapa iframe{
    max-width: 100%;
}

/*RESPONSIVO*/

@media(max-width: 1200px){
    #cssmenu {
        height: 50px;
        font-size: 14px;
    }

    #cssmenu > ul > li > a {
        padding: 20px 10px;
        text-decoration: none;
        color: #FFF;
        z-index: -1;
    }

    #cssmenu ul ul li a {
        text-decoration: none;
        font-size: 13px;
        padding: 11px 20px;
        width: 250px;
        color: #666;
        background: #ffffff;
        z-index: 9999;
    }

}

@media(max-width: 992px){

    .social{
        margin-top: 40px;
    }

    .social li{
        width: 100%;
        margin-bottom: 10px;
        text-align: right;
        float: right;
    }

    .section-header{
        background-position: center center;
        background-size: cover;        
    }

    footer{
        height: auto;
        background-size: cover;
        background-position: center center;
    }

    footer .realizacao{
        text-align: center;
    }

    footer .dev{
        padding: 20px 0;
    }

    .realizacao{
        text-align: center;
    }

    #cssmenu {
        height: 50px;
        font-size: 14px;
    }

    #cssmenu > ul > li > a {
        padding: 20px 10px;
        text-decoration: none;
        color: #FFFFFF;
        z-index: -1;
    }

    #cssmenu ul ul li a {
        text-decoration: none;
        font-size: 13px;
        padding: 11px 20px;
        width: 250px;
        color: #666;
        background: #ffffff;
        z-index: 9999;
    }
}

@media(max-width: 801px){
    #cssmenu > ul > li > a {
        padding: 20px 10px;
        text-decoration: none;
        color: #000 !important;
        z-index: -1;
    }

    #cssmenu ul ul li a {
        text-decoration: none;
        font-size: 13px;
        padding: 11px 20px;
        width: 250px;
        color: #666;
        background: #ffffff;
        z-index: 9999;
    }
}




@media(max-width: 640px){

    .social{
        margin-top: 40px;
    }

    .social li{
        width: 100%;
        margin-bottom: 10px;
        text-align: right;
        float: right;
    }

    .section-header{
        background-position: center center;
        background-size: cover;        
    }

    .section-destaque{
        background-position: center center;
        background-size: cover;
    } 

    .section-destaque h2{
        font-size: 50px;
        margin-top: 15vh;
    }

    .section-destaque h2 strong{
        font-size: 60px;
    }

    .section-destaque h3{
        font-size: 40px;
    }

    .section-mensagem{
        padding: 20px 0;
    }

    .section-inscricoes table{
        font-size: 12px;
    }

    .section-serra{
        background-position: center center;
        background-size: cover;
    }    

    .section-serra h2{
        font-size: 40px;
    }

    .section-serra h2 strong{
        font-size: 45px;
    }

    footer{
        height: auto;
        background-size: cover;
        background-position: center center;
    }

    footer .realizacao{
        text-align: center;
    }

    footer .dev{
        padding: 20px 0;
    }

    .realizacao{
        text-align: center;
    }
}


@media(max-width: 480px){

    .social{
        margin-top: 40px;
    }

    .social li{
        width: 100%;
        margin-bottom: 10px;
        text-align: right;
        float: right;
    }

    .section-header{
        background-position: center center;
        background-size: cover;        
    }

    .section-destaque{
        background-position: center center;
        background-size: cover;
    } 

    .section-destaque h2{
        font-size: 45px;
        margin-top: 15vh;
    }

    .section-destaque h2 strong{
        font-size: 55px;
    }

    .section-destaque h3{
        font-size: 35px;
    }

    .section-mensagem{
        padding: 20px 0;
    }

    .section-serra{
        background-position: center center;
        background-size: cover;
    }    

    .section-serra h2{
        font-size: 35px;
    }

    .section-serra h2 strong{
        font-size: 40px;
    }

    footer{
        height: auto;
        background-size: cover;
        background-position: center center;
    }

    footer .realizacao{
        text-align: center;
    }

    footer .dev{
        padding: 20px 0;
    }

    .realizacao{
        text-align: center;
    }
}




@media(max-width: 375px){

    .section-header{
        background-position: center center;
        background-size: cover;        
    }

    .section-destaque{
        background-position: center center;
        background-size: cover;
    } 

    .section-destaque h2{
        font-size: 40px;
        margin-top: 15vh;
    }

    .section-destaque h2 strong{
        font-size: 50px;
    }

    .section-destaque h3{
        font-size: 30px;
    }

    .section-mensagem{
        padding: 20px 0;
    }

    .section-serra{
        background-position: center center;
        background-size: cover;
    }    

    .section-serra h2{
        font-size: 30px;
    }

    .section-serra h2 strong{
        font-size: 35px;
    }

    footer{
        height: auto;
        background-size: cover;
        background-position: center center;
    }

    footer .realizacao{
        text-align: center;
    }

    footer .dev{
        padding: 20px 0;
    }

    .realizacao{
        text-align: center;
    }
}
