@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Oswald:500");
@import url('https://fonts.googleapis.com/css?family=Raleway:100');


.back {
        position: fixed;
         width: 100%;
         height: 100%;
         background-attachment: fixed;
         background-image: url('../../images/banner.jpg');
         background-size: cover;
         background-repeat: no-repeat;
}



nav {
        background: rgba(255,255,255,0.3);
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding-top: 25px;
        padding-bottom: 25px;
        position: fixed;
        top:0;
        left:0;
        text-align: center;
        animation: show 0.25s 0.3s ease 1 backwards;
}

#enviar:hover{
          cursor: pointer;
}

.links a {
        font-family: 'Oswald', sans-serif;
        font-weight: lighter;
        text-transform: uppercase;
        text-decoration: none;
        color: #585858;
        text-shadow: 1px 1px #cccccc;
        margin: 0 10px;
        font-size: 16px;
        letter-spacing: 1px;
        position: relative;
        display: inline-block;
}

.links a:before{
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #585858;
        top: 47%;
        animation: out 0.2s cubic-bezier(1, 0, 0.58, 0.97) 1 both;
}

.links a:hover:before {
        animation: in 0.2s cubic-bezier(1,.47,.01,.55) 1 both;
}



@keyframes in {
        0% {
                width: 0;
                left: 0;
                right: auto;
}
        100% {
                left: 0;
                right: auto;
                width: 100%;
  }
}
@keyframes out {
        0% {
                width: 100%;
                left: auto;
                right: 0;
  }
        100% {
                width: 0;
                left: auto;
                right: 0;
  }
}
@keyframes show {
        0% {
                opacity: 0;
                transform: translateY(-10px);
  }
        100% {
                opacity: 1;
                transform: translateY(0);
  }
}

nav a:nth-child(1) {
        animation: show 0.25s 0.4s ease 1 both;
}

nav a:nth-child(2) {
        animation: show 0.25s 0.5s ease 1 both;
}

nav a:nth-child(3) {
        animation: show 0.25s 0.6s ease 1 both;
}

nav a:nth-child(4) {
        animation: show 0.25s 0.7s ease 1 both;
}

nav a:nth-child(5) {
        animation: show 0.25s 0.8s ease 1 both;
}

nav a:nth-child(6) {
        animation: show 0.25s 0.9s ease 1 both;
}
nav a:nth-child(7) {
        animation: show 0.25s 1.0s ease 1 both;
}

#esquerda{
        position: absolute;
        color: #fff;
        left: 3em;
        font-size:1.2em;
        text-shadow: 1px 1px #000;
}

#direita{
        position: absolute;
        right: 3em;
        color: #fff;
        font-size: 1.2em;
        text-shadow: 1px 1px #000;

}
.conteudo-modal {
        text-align: center;
        position: fixed;
        background-color: #fff;
        opacity: 0;
        border: 1px solid black;
        width: 70%;
        max-width: 1000px;
        max-height: 600px;
        left: 50%;
        top: 50%;
        padding: 20px;
        border-radius:15px;
        -webkit-transform: translate(-50%, -400%);
        -moz-transform: translate(-50%, -400%);
        transform: translate(-50%, -400%);
        -webkit-transition: -webkit-transform 200ms ease-out;
        transition: -webkit-transform 200ms ease-out;
}

.modal:before {
        content: "";
        position: fixed;
        display: none;
        background-color: rgba(0, 0, 0, 0.9);
        top: 0;
        left: 0;
        height: 100%;
        width:100%;
}

.modal:target .conteudo-modal{
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;

}
.modal:target:before{
        display: block;
}


.conteudo-modal h6{
        text-transform: uppercase;
        font-family: "Raleway";
        font-weight: bold;
        font-size: 2em;
        margin-bottom: 0.7em;
}

.boxdescricao{
        text-align: center;
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        border-radius: 10px;
        margin-bottom: 0.7em;
}

.boxdescricao h3 {
        text-transform: uppercase;
        padding-top: 0.5em;
        color: #000;
        font-family: "Raleway";
        font-weight: bold;
        font-size: 2em;
}

.boxdescricao p {
        line-height: 1.3;
        padding-left: 3em;
        padding-right: 3em;
        color: #000;
        font-family: "Raleway";
        font-weight: bold;
        font-size: 1em;

}

.boxdescricao img{
        border-radius: 50%
}
.boxmodal {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        border-radius: 10px;
        margin-bottom: 1em;
}
.boxmodal ul li{
        display: inline-block;
        margin-right: 1.5em;
        margin-left: 1.5em;
        margin-top: 1.5em;

}

.boxmodal a{
        text-decoration: none;
        color: #000;
        font-family: "Raleway";
        font-weight: bold;
        font-size: 1.3em;
}

.boxmodal a:hover{
        text-shadow: 1px 1px #ccc;
        text-decoration: underline;
}

.boxmodal p{
        position: relative;
        left: 50%;
        text-align: left;
        font-family: "Raleway";
        font-weight: bold;
        line-height: 1.5;

}

.boxmodal p b{
        font-size: 1.5em;

}

#p1 img{

        position: absolute;
        top: 50%;
        -webkit-transform: translate(-115%, -40%);
        transform: translate(-115%, -40%);
}

#est img{
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-100%, -42%);
        transform: translate(-100%, -42%);
}

input[type=text]{
        font-family: "Raleway";
        font-weight: bold;
        font-size: 1em;
        padding-top: 7px;
        padding-left: 40px;
        width: 70%;
        margin-bottom: 2em;
        border: 2px solid #585858;
        border-radius: 5px;
        outline: none;
        padding-bottom: 5px;
}

input[type=text]:focus{
        border-color: #000;
        box-shadow:  0 0 10px 0 #585858
}

textarea {
        padding-top: 1em;
        font-family: "Raleway";
        font-weight: bold;
        font-size: 1em;
        width: 70%;
        max-width: 70%;
        height: 180px;
        max-height: 180px;
        margin-bottom: 10px;
        border: 2px solid #585858;
        border-radius: 5px;
        outline: none;
}

textarea:focus{
        border-color: #000;
        box-shadow:  0 0 10px 0 #585858
}

.iconescontato i{
        color: #fff;
        position: absolute;
        font-size: 1.5em;
        padding: 3px;
        width: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #585858;
        border-radius: 5px  0 0 5px;
}
#iconemensagem{
        border-radius:  0 0 0 0;
}
#boxmensagem{
        padding-left: 10px;
        padding-right: 30px;
        height:170pxC;
}
#separador {
        margin-left: 3em;
        margin-right: 3em;
}
#cancelar {
        font-size: 1.3em;
}
#me {
        border: 3px dotted #585858;
        padding: 1px;
}
/* BOX BRANCO*/
.banner{
        position: relative;
        z-index: -1;
        text-align: center;
 }
 .banner h1{
        width: 100%;
        position: fixed;
        top:42%;
        font-family: "Raleway";
        font-weight: lighter;
        font-size: 5em;
        color: #fff;
        text-shadow: 1px 1px #cccccc;
        animation: show 0.25s 0.9s ease 1 both;

 }

 .banner h2{
        width: 100%;
        position: fixed;
        padding-top: .5em;
        top: 52%;
        font-family: "Raleway";
        font-weight: lighter;
        font-size: 1.2em;
        color: #fff;
        animation: show 0.25s 1.1s ease-out 1 both;
 }

#composto h2{
        padding-top:0;
        font-size: 3em;

}
 footer {
        z-index: -1;
        position: fixed;
        bottom:0;
        background: rgba(255,255,255,0.15);
        width: 100%;
        border-top: 1px solid rgba(255,255,255,0.2);
        animation: show 0.25s 1.2s ease 1 both;
 }

footer ul {
        display: inline-block;
        float: right;
        padding-right: 0.7em;
 }

footer ul li{
        display: inline-block;
        padding-right: 0.5em;
        text-shadow: 1px 2px #585858

}

footer ul li a:hover{
        color: #585858;
        text-shadow: 1px 1px #262626;
}
footer p{
        font-family: "Raleway";
        text-shadow: 1px 1px #585858;
        color:#fff;
        font-weight: bold;
        float: left;
        padding-left: 1em;
        padding-top: 1.2em;
}
.icon {
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        font-size: 2.2em;
}

.icon a{
        color: #fff;
}


#hihi{
        position: absolute;
        left:0;
        bottom:0;
        border-radius: 10px;
}

.menu-lateral{
        position: fixed;
        top:0;
        left: 0;
        height: 100%;
        width: 80%;
        max-width: 300px;
}

.menu-lateral a{
        display: list-item;
        line-height: 2;
        animation: show 0.25s 0.3s ease 1 backwards;
 }

 .abre-menu, .fecha-menu{
    display: none;
    position: relative;

}
@media (max-width: 700px) {
        .back {
                background: url('../../images/banner.jpg');
                background-repeat: no-repeat;
                background-attachment: fixed;
        }
        nav{
            position: fixed;
            background: rgba(255,255,255,0.3);
            padding: 0;
            border:none;
        }

        .icon {
                font-size: 2em;
        }
        .boxdescricao h3{
                font-size: 1em;
        }
        .boxdescricao p{
                font-size: 0.7em;
                text-align: justify;
        }
        .boxdescricao img{
                height: 150px;
        }
        .links a{
                display: none;
        }
        .botao a{
            display: inline-block;
        }
        .banner h2{
                font-size: 20px;
        }
        .banner h1{
                font-size: 60px;
        }
        #separador{
                font-size: 11px;
                display: none;
        }
        #esquerda{
                color: #333333;
                text-shadow: 1px 1px #cccccc;
                top:0;
                left: 0;
                position: relative;
                font-size: 11px;
        }
        #direita{
                color:#333333;
                text-shadow: 1px 1px #cccccc;s
                top:0;
                right:0;
                position: relative;
                font-size: 11px;
        }
        #p1 img{
                display: none;
        }
        #est img{
                display: none;
        }
        .boxmodal p{
                text-align: center;
                left: 0%;
                font-size: 10px;
        }
        .boxmodal h6{
                font-size: 25px;
        }
        #hihi{
                display: none;
        }
        .boxmodal ul li{
                font-size: 10px;
        }
        .boxmodal img{
                height: 50px;
        }
        #composto h2{
                font-size: 30px;
                padding-top: 20px;
        }
        #composto h1{
                font-size: 40px;
        }
        .abre-menu{
            cursor: pointer;
            font-family: "Raleway";
            font-weight: bold;
            font-size: 1.5em;
            color:#fff;
            text-shadow: 2px 1px #000;
            height: 40px;
            border:none;
            background:none;
            z-index: 1;
            display: block;
        }
        .fecha-menu{
            display: none;
        }
        .menu-lateral a{
            font-size: 1.5em;
            display: block;
        }
        .menu-lateral .abre-menu{
            margin-bottom: 1em;
            width: 100%;
        }
        .menu-lateral {
            background: rgba(255,255,255,0.8);
        }

}
.vazio::-webkit-input-placeholder{
    color: red;
}
