/* header|nav */
*{
    font-family: 'Roboto Slab', serif;
    text-decoration: none;
}

.logo{
    width: 160px; 
}

.top_nav{
    background-color: #bb0606;
    border-bottom: solid 1px #bb0606;
}

.menu_item{
    color: white;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700;
}

.menu_item:hover{
    color: #bb0606;
    background-color: white;
    transition:0.5s; 
}


/* HERO */ 
.hero{
    width: 100vw; 
    height: 100vh;
    background-color: blue;
    background-image: url(img/carousel_1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 5%;
}

#hero_txt{
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-top: 10%;
    text-shadow: 2px 3px 5px #313131;
}

#hero_txt2{
    color: white;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 3px 5px #313131;
    background-color: #bb0606;
    padding: 1%;
}



/* sobre */

.sobre{
    background-color: #f9f9f9;
}

.sobre h3 { 
    margin-top: 4%;
    padding: 5px 13px 5px 13px; 
    font-weight: 700;
    font-size:1.5em;
    text-transform: uppercase;
    color: white;
    background-color: #bb0606;
    
}

.sobre_leonardo {  /*coluna que fala sobre leonardo*/
    padding: 2% 7% 2% 7%;
}

.perfil{
    width:200px; 
    border-radius: 50%;
    margin-top: 10%;
}

.sobre_leonardo h6{
    margin-top: 5%; 
    padding: 5px;
    font-weight: 700;
    color: white;
    background-color: #bb0606;
}

.sobre_leonardo p{ 
    font-size: 0.8em;
    padding-top: 3%;
}

.sobre_pc input{
    background-color: #bb0606;
    font-size: 0.8em;
    color: white;
    border: none;
    border-radius: 3px; 
    padding: 5px 13px; 
    margin-top: 4%;
}

.sobre_pc input:hover{
    transition: 0.5s;
    font-weight: 700;
    padding:5px 125px;
}

.sobre_pc {  /*coluna que fala sobre Personal China*/
    padding: 15% 7% 15% 3%;
    font-size: 0.8em;
    padding-top: 3%;
}
.sobre_pc h6{
    margin-top: 48%; 
    padding: 5px;
    font-weight: 700;
    color: white;
    background-color: #bb0606;
}

.sobre_pc li{
    font-size: 1.3em;
}



/* SERVIÇOS */ 
.servicos{
    background-color: #bb0606;
    color: white; 
    padding: 2% 7%;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 700;
}

.servicos h3{ 
    margin-top: 4%;
    padding: 5px 13px 5px 13px; 
    font-weight: 700;
    font-size:1.8em;
    background-color: white;
    color: #bb0606; 
}

.servicos i{
    font-size: 5em;
}

.segunda_linha{
    padding: 1% 12% 4% 12%; 
}

/* parallax */ 
.parallax{
    background-image: url(img/bg_china.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding : 5%;
}

.parallax h3{
    margin-top: 2%;
    padding: 5px 5px 5px 5px; 
    font-weight: 700;
    font-size: 1.8em;
    background-color: white;
    color: #bb0606; 
    text-transform: uppercase;
    text-align: center;
    margin-top: 20%;
}

.china_info{
    background-color: #000000; 
    opacity: 0.8;
    color: white;
    padding: 2% ;
    font-size: 0.9em;
}

.china_info p{
    opacity: 1;
}

/* pacotes */

.effectcard:hover{ /* efeito hover */
    background-color: #e1e1e1;
}

.pacotes{
    padding: 3% 10% 7% 10%;
    background-color: #f9f9f9;
    border-bottom: solid 3px #bb0606;
}

.pacotes h3 { 
    margin-top: 4%;
    margin-bottom: 4%;
    padding: 5px 13px 5px 13px; 
    font-weight: 700;
    font-size:1.5em;
    text-transform: uppercase;
    color: white;
    background-color: #bb0606;
}

.pacotes h4 {
    font-size: 0.8em;
    font-weight: 700; 
    text-transform: uppercase; 
    text-indent: 20px; 
    color: #bb0606;
}

.pacotes p, ul{
    text-indent: 20px;
    font-size: 0.8em;
}

.pacotes button{  /* button do card / accordion */
    color: #bb0606;
}

.pacotes button:hover{
    text-decoration: none;
    font-weight: 700;
    transition: 0.8s;
    color: #000000; 
}

        /* -----   PAGINAS DE PACOTES */ 
        .pacote_pagina h3{
            margin-top: 1%;
            margin-bottom: 2%;
            padding: 5px 13px 5px 13px; 
            font-weight: 700;
            font-size:1.5em;
            text-transform: uppercase;
            color: white;
            background-color: #bb0606;
        }

        .pacote_pagina{
            padding: 5%;
            text-align: justify;
            background-color: #f9f9f9;
        }

        .pacote_pagina h4{
            font-size: 0.9em;
            font-weight: 700; 
            text-transform: uppercase; 
            text-indent: 20px; 
            color: #bb0606;
            padding-top: 2%;
        }

        .pacote_pagina p{
            font-size: 0.8em;
        }

        .pacote_pagina ul{
            text-align: justify;
        }

        .pacote_pagina a{
            margin-left: 44%;
            margin-top: 30px;
        }

        .pacote_pagina button{
            background-color: #bb0606;
            color: white;
            font-size: 0.9em;
            border: none;
            border-radius: 10px;
            padding: 8px 25px; 
            box-shadow: 3px 3px 3px #313131; 
        }

        .pacote_pagina button:hover{
            box-shadow: 1px 1px 2px #313131;
            background-color: #800404;
        }


/* FORM CONTATO */ 

.contato{
    background-color: #f9f9f9;
    padding: 3%; 
}

.contato h3{
    margin-top: 1%;
    margin-bottom: 4%;
    padding: 5px 13px 5px 13px; 
    font-weight: 700;
    font-size:1.5em;
    text-transform: uppercase;
    color: white;
    background-color: #bb0606;
}

.contato input{
    border-radius: 5px; 
    border: 1px solid #bb0606;
    margin: 1px 5px 10px 5px; 
    padding: 2px 10px ;
}

.contato fieldset{
    margin: 20px 0; 
}

.contato legend{
    font-size: 1em;
    font-weight: 700;
}

.contato textarea{
    width: 300px;
    height: 250px;
    border-radius: 5px; 
    border: 1px solid #bb0606;
}

#inpsub{
    background-color: #bb0606;
    color: white; 
    margin-top: 5%; 
    padding: 3px 20px; 
}

#inpsub:hover{
    background-color: #800404; 
    
}





/* FOOTER */ 

.rodape{
    background-color: #bb0606; 
    color: white; 
    font-size: 0.8em; 
    padding: 2% 4%; 
    
}
footer{
    background-color: #800404;
    color: white; 
    font-size: 0.5em;
    padding: 12px 1px 1px 1px; 
}

.rodape li{
    list-style-type: none;
    font-size: 13px;
    color: #cfcfcf;
    padding-top: 5px;

}

.rodape .contact img{
    width: 17px;
    margin-left: 10px;
}

.rodape img{
    width: 200px;
}







/* breakpoints */
    /*hero*/ 
    @media screen and (max-width: 480px) {
        #hero_txt {
            font-size: 20px;
            margin-top: 40%;
        }
        #hero_txt2 {
            font-size: 15px;
            margin-top: 10%;
            padding: 3%;
        }

        .sobre h3{
            font-size: 1em;
        }

        .sobre_pc{
            padding: 15% 7% 15% 7%;
        }

        .sobre_pc h6{
            margin-bottom: 8%;
        }

        .parallax{
            padding: 8%;
        }

        .parallax p{
            padding: 2%;
        }

        .parallax h3{
            margin-bottom: 18%;
        }

        .servicos{
            padding-bottom: 0;
        }

        .segunda_linha{
            padding-top: 0;
        }

        .contato{
            font-size: 12px;
        }
        .contato textarea{
            width: 230px;
            height: 150px;
    }


    