html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

    font-family: 'Ropa Sans', sans-serif;

}

body{

    color: #f2e2a7;
    width: 100%;
    overflow-x: hidden;
    background-color: #27363b;
}

main{ width: 100%;  overflow-x: hidden;}

.trans{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.trans_btn{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.header{
    width: 100%;
    height: 900px;
    background: #27363b url("images/header-bg.png") no-repeat top center;
    top: -900px;
    position: absolute;
}

.header.final{
    top: -150px
}
.header.final2{
    -webkit-animation: animCorda 16s infinite alternate;
}
.header img{  display: block; position: absolute;}


.wrapper-mop{
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;

}


.anunciante{
    left: -457px;
    top: -500px;
}

.anunciante.final{
   top: 50px
}
.anunciante.final2{
    -webkit-animation: animCorda 10s infinite alternate;
}
#estende{
    left: 288px; top: -300px;

}

#estende.final{
    top: 180px;
}
#estende.final2{
    -webkit-animation: animBody2 10s infinite alternate;
}

#camisola{
    left: -71px; top: 434px;
    -webkit-animation: animCamisola 6s infinite alternate;
}
#projecto{
    left: -71px; top: 434px;
}

#body{
    left: 856px; top: 597px;
    -webkit-animation: animBody 6s infinite alternate;
}

#cueca{
    left: 1066px; top: 547px;
    -webkit-animation: animBody2 6s infinite alternate;
}


@keyframes animCorda {
    0%,
    100%,
    50%{
        transform: translateY(0)  rotate(0deg);

    }
    25% {
        transform: translateY(-3px)  rotate(-0.5deg);
    }
    75% {
        transform: translateY(4px) rotate(0.5deg);;
    }
}

@keyframes animCamisola {
    0%,
    100%,
    50%{

        transform: translateY(0)  rotate(0deg);

    }
    25% {
        transform: translateY(-5px)  rotate(-6deg);
    }
    75% {
        transform: translateY(5px) rotate(4deg);;
    }
}

@keyframes animBody {
     0%,
     100%,
     50%{

         transform: translateY(0)  translateX(0);
     }
     25% {

         transform: translateY(5px) translateX(-5px);
     }
     75% {
         transform: translateY(-2px)  translateX(7px);
     }
 }

@keyframes animBody2 {
    0%,
    100%,
    50%{

        transform: translateY(0)  translateX(0);
    }
    25% {
        transform: translateY(-2px)  translateX(7px);

    }
    75% {
        transform: translateY(5px) translateX(-5px);

    }
}




/*

******************************************************************************************************************
 */

.video-box{
    width: 1000px;
    height: 600px;

    margin: 0 auto;
    position: relative;
}

.video-box img{width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; }
.video-box iframe{width: 95%; height: 93%; position: absolute; margin: auto; top:0; bottom: 0; right: 0; left: 0;}





.header-form{
    background: url("images/header-form.png") no-repeat top center;
    width: 100%;
    height: 140px;

}

.header-form2{
    background: url("images/header-form-2.png") no-repeat top center;
    width: 100%;
    height: 136px;

}


.form{
    width: 730px;
    height: 300px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;


}



.form input{
    width: 100%;
    background-color: #f2e2a7;
    color: #27363b;
    border: none;
    outline: none;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
}

.form input.error{
    background-color: #eb4960;
}



textarea{
    width: 100%;
    background-color: #f2e2a7;
    color: #27363b;
    border: none;
    outline: none;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    min-height: 100px;
    margin-right: 80px;
    display: block;
    resize: none;

}

textarea.error{
    background-color: #eb4960;
}

.form-row{
    float: none;
    clear: both;
    margin-bottom: 5px;
    overflow: hidden;
    margin-left: -80px;
}

.form-row2{
    margin-bottom: 9px;
}

.form-col1{
    float: left;
    width: 30%;
    margin-right: 10px;
    text-align: right;
    line-height: 30px;
}

.form-col2{
    float: left;
    width: 60%;
    text-align: left;
}

.info-box {

    width: 100%;
    text-align: center;
    margin-top: -100px;
    z-index: 9999999;
    position: relative;

}
.info {
    
    width: 700px;
    text-align: justify;
    font-size: 20px;
    margin:0 auto;
    
}

.info a{
    color:inherit;
}

.form-col3{
    float: left;
    width: 15%;
    text-align: left;
}
.form-col4{
    float: left;
    width: 30%;
    text-align: right;
    line-height: 30px;

}
.form-col5{
    float: left;
    width: 40%;
    text-align: right;
    line-height: 30px;
    margin-right: 5%;

}

.form-col6{
    float: left;
    width: 15%;

}


.form-col7{
    float: left;
    width: 25%;

}

.form-col8{
    float: left;
    width: 75%;
    text-align: center;
    font-size: 14px;

}
.form-col6 input{
    background-color: #eb4960;
    color: #f2e2a7;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
text-transform: uppercase;
cursor: pointer;
    font-size: 15px;
    line-height: 20px;
}

.form-col6 input:hover{
    color: #eb4960;
    background-color: #f2e2a7;
}


footer{
    background-color: #eb4960;
    line-height: 20px;
    font-size: 15px;
    text-transform: uppercase;
}

footer .conent-footer{
    width: 600px;
    margin: 0 auto;
    padding: 40px;
    letter-spacing: 1px;
    position: relative;
}

footer .conent-footer a{

    color: #f2e2a7;
}


footer .conent-footer a:hover{

    color: #27363b;
}


footer img{
    display: block; position: absolute; height: 50px;
    right: 0; top:0; bottom: 0; margin: auto; left: 0;

}



.video-player.nossa_hidden, .form.nossa_hidden{
    transform: scale(0.6);
    opacity: 0;
}

.video-player.nossa_visible, .form.nossa_visible{
    transform: scale(1);
    opacity: 1;
}

.header-form.nossa_hidden{
    transform: translateY(-5px)  rotate(-6deg);
    opacity: 0;
}

.header-form.nossa_visible{
    transform: translateY(0px)  rotate(0deg);
    opacity: 1;
}


.mobile{
    display: none!important;
}
.desktop{
    display: block!important;
}


.email-sucess, .email-sucess2{
    text-align: center;
    transform: translateY(0px) scale(0.4) ;
    opacity: 0;
    font-size: 20px;
}

.email-sucess.final, .email-sucess2.final  {
    opacity: 1;
    transform: translateY(95px) scale(1);
}



@media (min-width: 800px) and (max-width: 1200px) {

}

@media all and (max-width: 800px) {
    .mobile{
        display: block!important;
    }
    .desktop{
        display: none!important;
    }

    .email-sucess.final {
        transform: translateY(60vw) scale(1);
        font-size: 6vw;
    }

    .header{
        width: 100%;

        background: none;
        top: -900px;
        position: relative;
        height: 120vw;
    }

    .header-bg-mob{
        width: 100%;
    }
    .header.final{
        top: 0px
    }

    .anunciante {
        left: -73vw;
        top: -500px;
        width: 251vw;
    }

    .anunciante.final {
        top: -5vw;
    }

    #estende {
        left: 13vw;
        width: 75vw;
        top: -300px;
    }

    #estende.final {
        top: 6vw;
    }

    #camisola, #projecto {
        left: -25vw;
        top: 12vw;
        width: 95vw;
    }

    #body {
        left: 61vw;
        top: 57vw;
        width: 17vw;
    }

    #cueca {
        left: 84vw;
        top: 50vw;
        width: 15vw;
    }

    .video-box {
        width: 96vw;
        height: 69vw;
    }

    .header-form{
        background: transparent;
        height: auto;
    }
    .header-form-bg-mobile{
        width: 100%;
    }

    .form{
        width: 90%;
        height: auto;
        margin: 6vw auto;
        font-size: 24px;
    }

    .form-row{

        margin: 0px;
    }

    .form-col1, .form-col2, .form-col3, .form-col4, .form-col5, .form-col6, .form-col7, .form-col8, .form-col9{
        float: none;
        width: 100%;

        text-align: left;
        line-height: 30px;
        margin-bottom: 0vw;
    }
    .form-col8{

        text-align: center;
    }


    .form-row input{
        width: 93%;

        margin-bottom: 3vw;
    }

    footer .conent-footer {
        width: 80%;
        padding: 5vw 0vw;
    }

    .info {
        width: 80%;
        text-align: justify;
        font-size: 16px;
        margin: 0 auto;
        padding-bottom: 20px;
    }


}


.saiba-mais {
    text-align: center;

    padding: 50px;
  padding-bottom: 0;
}

.saiba-mais a{
    background-color: #f2e2a7;
    color: #27363b;
    text-align: center;
    padding: 5px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
}

.saiba-mais a:hover{
    background-color: #eb4960;
}

@media all and (max-width: 800px) {
    .saiba-mais {
        padding: 50px!important;
        padding-bottom: 20px!important;

    }

}


.modal-box{

    position: fixed;
    z-index: 100;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    top: 0; left: 0;

    transform: rotate(0deg) scale(1);

    opacity: 1;
    pointer-events: auto;

    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;

    display: flex;
    align-items: center;
    justify-content: center;

}
.modal-box.close{
    opacity: 0;
    pointer-events: none;
    transform: rotate(0deg) scale(1.4);
}
.close-modal{

    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    transform-origin: center center;
    cursor: pointer;
    transform: rotate(0deg);
    background-color: #f2e2a7;
}



.close-modal:hover{
    transform: rotate(360deg);
    background-color: #eb4960;
}

.close-modal div{
 font-size: 80px;
    transform: rotate(45deg);
    display: block;
    transform-origin: center center;
    top: -18px;
    left: 10px;
    position: absolute;
    color: #27363b;
    pointer-events: none;
}

.modal-box-text{
    font-size: 20px;
    background-color: #27363b;
    padding: 100px 30px 30px;
    border-radius: 10px;

    position: relative;
    max-width: 700px;

}

@media all and (max-width: 800px) {

    .modal-box{

    }

    .modal-box-text{
        width: 100%; height: 100%;
        border-radius: 0px;
        position: fixed;
        top: 0px; left: 0px;

        padding: 100px 0px 0px;

        max-width: 100%;

        overflow-y: scroll;
    }

    .modal-box-text .txt{
        padding: 30px;
        display: block;

    }

    .spacer{
        height: 120px;
    }
}


.tooltip{
    background-color: #eb4960;
    color: #27363b;
    text-align: center;
    padding: 5px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;

    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 0; left: 0;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
