strong{font-weight:bold;}
html,
body{
    margin:0;
    padding:0;
	font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5{    font-family: 'Montserrat', sans-serif;}

.padding-page{    padding-top: 120px;}
/*-------------------------------------- HEADER --------------------------------------*/
header{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 2000;
    height:130px;
}
.top-nav{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: fixed;
}
.div-logo{text-align: center;}
.logo img{
    margin-top: 40px;
}

.ul{margin-bottom: 0;}
li {
    font-size: inherit;
    float: left;
}
li a{color: white;}
.entry-content li{
    float: unset;
}
a:focus, a:hover {color: #ef7a0e;}
nav{
    margin:0 auto;
    display:block;
}
nav ul li{
    float: left;
    list-style: none;
    padding: 0 0;
}
nav ul li a{
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    line-height: 100%;
}
.social-menu li a{
    font-size: 21px;
}
.social-block{
    position: absolute;
    top: 20px;
    right: 0;
}
.header{
    background: none;
    transition: all 1s ease;
}
.header-scrolled{
    background: white!important;
    transition: all 1s ease;
    height: 90px;
}

.header-scrolled .header-menu {top: 80px;}
.header-scrolled .logo img {margin-top: 14px;}

.header-menu{
    position: fixed;
    top: 120px;
    width: 100%;
    height: 50px;
    background: #A72C32;
}
.menu{ justify-content: center;}
.menu-a{margin: 0 35px; font-family: 'Caveat Brush', cursive;}
.menu-a a{font-size: 32px;}
.menu .button, .menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem .5rem;
}
.container{
    max-width: 1170px;
    margin: 0 auto;
    display: block;
    position: relative;
    width: 100%;
}
.mid-container{
    max-width: 970px;
    margin: 0 auto;
    display: block;
    position: relative;
    width: 100%;
}
.min-container{
    max-width: 735px;
    margin: 0 auto;
    display: block;
    position: relative;
    width: 100%;
}
  
  
#menu-burger-mobile{
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 35px;
    color: white;
    background: #1e0a25;
    padding: 3px 8px;
}
  .mobile-menu{display:none;}
  .active{display: block;}
  .fa-times{display:none;}
  .fa-bars{display:block;}
  .active .fa-times{display:block;}
  .active .fa-bars{display:none;}

  .mobile-menu .social-menu li {
    width: 22%;
    margin-right: 0;
    justify-content: center;
    text-align: center;
    display: flex;
    border: none;
}
  .mobile-menu .social-menu li a {
    background: #EF7A0F;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 8px 5px;
    line-height: 1.6;
    color: white;
}
/* */
.intro,
.section-1, .section-2,.section-3, .section-4, .section-5, .section-6, .section-7
{position:relative; }

#intro,
#section-1,  #section-4, #section-5, #section-6, #section-7
{position:absolute; top:-200px;}

#section-2
{position:absolute; top:-180px;}

#section-3
{position:absolute; top:-200px;}

/*-------------------------------------- HERO  --------------------------------------*/
.hero{
    padding-top: 100px;
    background:url("images/site3.png");
    background-size: cover;    
    background-position: center center;
    background-repeat: no-repeat;
    height: 70vh;
    width: 100%;
    position: relative;
}
.nav-anim{
    text-align: center;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom: 100px;
    animation-name: anima-seta;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes anima-seta {
	from {bottom: 100px;}
	to {bottom: 40px;}
}

/*-------------------------------------- INTRO --------------------------------------*/
.intro{
    text-align: center;
    padding: 50px 0;
    background: #1E0A25;
    color: white;
    margin: -1px 0;
}
.intro .count{
    font-family: 'Caveat Brush', cursive;
    font-size:70px;
    line-height: 1;
}
.intro .count-info{
    font-family: 'Caveat Brush', cursive;
    font-size:32px;
    line-height: 1;
}
.intro h2{
    font-family: 'Caveat Brush', cursive;
    font-size: 60px;
    line-height: 1;
    margin: 70px 0 20px;
}
.intro p{
    font-size: 18px;
}

/*-------------------------------------- Section 1 --------------------------------------*/
.section-1{
    text-align: center;
    padding:85px 0;
    background-color: white;
    background-image: url(images/rroxo-normal.png);
    background-size: 2560px;
    background-position: top center;
    background-repeat: no-repeat;
    margin: -1px 0;
}

.section-1 h2{
    font-family: 'Caveat Brush', cursive;
    font-size: 60px;
    color:#1E0A25;
    text-align: center;
    width: 100%;
}

.section-1 p{
    font-size: 18px;
    color:#1E0A25;
    text-align: justify;
}

    .grid-bloco img{
        transition: 1s ease;
    }
        
    .grid-bloco img:hover{
    -webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
    transition: 1s ease;
    }


.grid-option-name{    
    color:#1E0A25;
    padding-bottom:5px;
    font-size:26px;
    margin: 0 auto;
    line-height: 1.2;
}


/*-------------------------------------- Section 2 --------------------------------------*/
.section-2{   
    text-align: center;
    margin: -1px 0;}

.slide-1{
    background:url(images/rbranco-normal.png), url(images/rroxo-inv.png), url(images/image-teste.png);
    background-size: 2560px, 2560px, cover;
    background-position: top center, bottom center, center center;
    background-repeat: no-repeat, no-repeat, no-repeat; 
    min-height: 725px!important; 
    padding:85px 0;    
}
.slide-2{
    background:url(images/rbranco-normal.png), url(images/rroxo-inv.png), url(images/IMG_0527-min.JPG);
    background-size: 2560px, 2560px, cover;
    background-position: top center, bottom center, center center;
    background-repeat: no-repeat, no-repeat, no-repeat; 
    min-height: 725px!important;   
    padding:85px 0;      
}
.slide-3{
    background:url(images/rbranco-normal.png), url(images/rroxo-inv.png), url(images/IMG_0551-min.JPG);
    background-size: 2560px, 2560px, cover;
    background-position: top center, bottom center, center center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    min-height: 725px!important; 
    padding:85px 0;       
}

.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}

.section-2 h2{
    font-family: 'Caveat Brush', cursive;
    font-size: 60px;
    color:white;
    width: 100%;
    line-height: 1;
    margin-right: 28%;
    margin-top: 7%;
}




/*-------------------------------------- Section 3 --------------------------------------*/
.section-3{
    background-color: #1E0A25;
    background-size: cover;
    padding:85px 0;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    color:white;
    margin: -1px 0;
}


.section-3 h2{
    font-family: 'Caveat Brush', cursive;
    font-size: 60px;
    color:white;
    text-align: center;
    width: 100%;
}

.section-3 p{
    font-size: 18px;
    color:white;
    text-align: justify;
}

/*-------------------------------------- Section 4 --------------------------------------*/
.section-4{
    background:url(images/rroxo-normal.png), url(images/rroxo-inv.png), url(images/capulana-1.jpg);
    background-size: 2560px, 2560px, cover;
    background-position: top center, bottom center,  center center; 
    background-repeat: no-repeat, no-repeat, no-repeat;
    display: block;
    text-align: center;
    color:white;
    text-align: center;
    padding:85px 0; 
}

.section-4 h2{
    font-family: 'Caveat Brush', cursive;
    font-size: 60px;
    color:white;
    text-align: center;
    width: 100%;
}

.section-4 p{
    font-size: 18px;
    color:white;
    text-align: justify;
}

.voluntario{
    border: 2px solid white;
    padding:35px;
    color:white;
    /* max-width: 550px; */
    margin:35px 0;
    position: relative;
}

.voluntario::before, .voluntario::after{
    content:"''";
    font-weight: bold;
    font-size:20px;
    position: absolute;
}
.voluntario::before{
    left: 8px;
}
.voluntario::after{
    right: 10px;
}

.voluntario-l{
    border: 2px solid white;
  
}
.voluntario-r{
    border: 2px solid white;   
}
/*-------------------------------------- Section 6 --------------------------------------*/
.section-6{
    margin:50px auto; 
}


/*-------------------------------------- Footer --------------------------------------*/
footer{
    padding:20px 0;
    color:white;
    background: #1e0a25;
}
.footer-context{
    margin-bottom: 70px;
}
footer h2{
    font-family: 'Caveat Brush', cursive;
    font-size: 60px;
    color: white;
    text-align: center;
    width: 100%;
    line-height: 1;
}
footer h3{
    font-family: 'Caveat Brush', cursive;
    font-size: 40px;
    color: white;
    text-align: center;
    width: 100%;
    line-height: 1;
}
footer h4{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    line-height: 1;
    font-weight: bold;
}


.morada-links, .contactos-links, .social-links{
    padding:10px 0;
}

.morada-links a, .contactos-links a, .social-links a{
    margin:5px 0;
}

.footer-links{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    line-height: 1.3;
    text-align: center;
    width: 100%;
    margin:5px 0;
}

.contactos-links .footer-links, .social-links .footer-links{
    margin: 10px 0;
    display: block;
    text-align: left;
    line-height: 1;
}

footer a{
    color:white;
    font-weight:100;  
}

.logo-links{
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
}
.footer-brand a{
    font-size: 18px;
    margin:10px 0;
    font-weight: regular;
}
.footer-dev{
    font-size: 13px;
    margin:10px 0;   
}
.footer-dev a{
    font-weight: bold;

}




.mobile {display:none;}
.desktop{display: block;}
.banner{
    height: 70vh;
    margin: 0;
    z-index: -1;
    display: block;
}


/*-------------------------------------- MEDIA QUERIES ------------------------------ */


@media screen and (max-width: 1170px) { 
    .mobile {display:block;}
.desktop{display: none;}
header {
    position: fixed;
    height: auto;
    padding-bottom: 7px;
}
.header-menu {
    position: fixed;
    top: 20px;
    width: 100%;
    height: 50px;
    background: none;
}
.logo img {
    margin-top: 15px;
    width: 210px;
    height: auto;
    margin-left: 10px;
}.menu .button, .menu a {
    padding: .3rem;
}
nav ul li a {
    font-size: 16px;
}

    .menu-block {
        position: relative;
        background: #3b1c38;
        top: 45px;
        padding: 30px;
    }
    .menu-a {
        width: 100%;
        margin: 10px 0;
    }
    .menu-b {
        width: 100%;
        padding: 5px;
        border-bottom: 1px solid orange;
        margin: 6px 25px;
    }
  
    .intro h1 {font-size: 28px;}
    .grid-option-name {font-size: 28px;line-height: 1;}
 


    .intro,
    .section-1,
    .section-3,    
    .section-4{
        padding: 50px;
    }
    
    .slide-1{
        background:url(images/rbranco-normal.png), url(images/rroxo-inv.png), url(images/image-slide.png);
        background-size: 2560px, 2560px, cover;
        background-position: top center, bottom center, center center;
        background-repeat: no-repeat, no-repeat, no-repeat;        
    }
    .slide-2{
        background:url(images/rbranco-normal.png), url(images/rroxo-inv.png), url(images/IMG_0551-min.JPG);
        background-size: 2560px, 2560px, cover;
        background-position: top center, bottom center, center center;
        background-repeat: no-repeat, no-repeat, no-repeat;       
    }
    .slide-3{
        background:url(images/rbranco-normal.png), url(images/rroxo-inv.png), url(images/IMG_0527-min.JPG);
        background-size: 2560px, 2560px, cover;
        background-position: top center, bottom center, center center;
        background-repeat: no-repeat, no-repeat, no-repeat;        
    }

    .section-2 h2 {
        margin: 10% auto;
    }

    .intro h2, .section-1 h2, .section-2 h2, .section-3 h2, .section-4 h2 {
        font-size: 40px;
        padding-top: 38px;
    }
    
    footer {
        padding: 20px;
        height: auto;
    }
    
    .social-links {
        float: unset;
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 20px 0;
    }
    .social-links a {
        float: unset;
        margin: 0 9px;
    }
    .form-text {font-size: 23px;}
  
}