* {margin: 0;padding: 0;position: relative;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}

html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,abbr,address,code,em,img,small,strong,a,b,i,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,footer,header,hgroup,menu,nav,section,audio,video{background:none;border:0;font-size:100%;line-height:1;list-style:none;margin:0;padding:0;vertical-align:baseline}

a{text-decoration:none; cursor: pointer;}

table{border-collapse:collapse;border-spacing:0}

input,textarea{outline:none}

article,aside,footer,header,hgroup,menu,nav,section{display:block}

body, html {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #fff;
    background: transparent;
    height: auto;
    font-weight: 300;
}

html {
    background-image: url(/views/img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
body { 
/*    background: url(/views/img/mask.png);*/
    background-attachment: fixed;
} 

/*/////////// genericos */
a, div, h1, h2, h3, h4, h5, h6 { font-weight: inherit;}
p { line-height: 1.4em;}

h6 { display: block; padding-bottom:  5px; color: #7e7a79; font-weight: 400; font-size: 0.9em;}
h6 i { font-size: 1.2em; padding-bottom: 4px; margin-left: -4px;}
a { color: white; }

.no-desktop {
    display: none;
}
li.no-desktop {
    display: none;
}

.navigation {
    height: 230px; /* altura do menu */
}

a.btn {
    color: #e4b008;
    border: 1px solid #e4b008;
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
    display: inline-block;
    letter-spacing: 1px;
}
a:hover.btn {
    color: white;
    border-color: white;
}

input[type="text"], button[type="submit"] {
    background: transparent;
    border: 1px solid white;
    padding: 8px;
    width: 100%;
    display: block;
    color: white;
    text-align: left;
    font-size: 0.750em;
}

button[type="submit"] i {
    text-align: right;
    float: right;
    font-size: 1.2em;
}

button[type="submit"] {
    cursor: pointer;
}

button[type="submit"]:hover {
    background: white;
    color: black;
}



/* ///////////////////////// User Actions / login / */
.user-action-btns {
    position: absolute;
    right: 30px;
    top: 30px;
}
ul.user-action {
}

ul.user-action li {
    display: inline-block;
    padding: 0 3px;
}
ul.user-action li a {
    color: #e4b008;
    border: 1px solid #e4b008;
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
    display: block;
}
ul.user-action li a:hover {
    color: white;
    border: 1px solid white;
}



/* ///////////////////////// Container base */
.container {
    padding-bottom: 100px;
}

.left-box, .right-box {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 20%;
}
.left-box {
    width: 20%;
    padding-left: 40px;
    z-index: 2;
}

.left-box-content {
    min-width: 260px;
    max-width: 300px;
}

.right-box {
    display: inline-block;
    margin-right: -4px;
    width: 80%;
    padding-top: 90px;
    padding-right: 100px;
    padding-left: 100px;
}

.right-box-content {
    width: 940px;
    margin: 0 auto;
    z-index: 1;
}

.box {
    margin: 10px 0 45px 0;
}
.box:first-child {
    margin: 20px 0 0 0;
}


.newsletter input {
    margin-bottom: 6px;
}

    .newsletter p {
        font-size: 0.9em;
        padding-top: 5px;
        letter-spacing: 0.5px;
    }
        .newsletter p a {
            color: #fff;
            text-decoration: underline;
        }
        .newsletter p a:hover {
            text-decoration: none;
        }


.como {
    text-align: center;
    background: #4a4542 url(/views/img/mask2.png);
    border: 1px solid #635a55;
}

.como-wrap {
    padding: 25px;
}

    .como-wrap h3 {
        font-size: 1.3em;
        font-weight: 600;
        letter-spacing: 0.5px;
    }    

    .como-wrap p {
        font-size: 0.9em;
        font-weight: 300;
        letter-spacing: 0.5px;
    }    

    .como-wrap p span {
        font-size: 1.9em;
        font-weight: 300;
        color: #cd9c01;
        padding-top: 25px;
        padding-bottom: 3px;
        display: block;
    }

.como-mais {
    padding: 25px;
    background: #635a55;
}
    .como-mais a {
        text-decoration: underline;
        font-size: 0.9em;
    }
    .como-mais a:hover {
        text-decoration: none;
    }


.slider-box {
    padding-top: 25px;
}



/* ///////////////////////// Thumbs Capa */


    a.thumb-capa span, a.thumb-capa h1, a.thumb-capa h2, a.thumb-capa h5   {
        padding-bottom: 3px;
        display: block;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    }
    
    a.thumb-capa span {
        color: #949391;
        font-size: 0.8em;
        font-weight: 400;
        letter-spacing: 0.5px;
        padding-top: 5px; 
    }
    a.thumb-capa h1 {
        color: white;
        font-weight: 400;
        letter-spacing: 1px;
    }
    a.thumb-capa h2 {
        color: #d09d03;
        font-weight: 400;
        font-size: 0.8em;
        letter-spacing: 1px;
    }
    a.thumb-capa h5 {
        color: #cd1a30;
        font-weight: 400;
        font-size: 0.8em;
        letter-spacing: 1px;
        padding-top: 5px;
    }

span.thumb-icon-play, span.thumb-icon-camera  {
    position: absolute;
    z-index: 4;
    display: block;
    width: 170px; /*largura da thumb */
    height: 124px; /*altura da thumb */
}
span.thumb-icon-play i  {
    font-size: 5em;
    color: rgba(250,250,250,0.6);
    text-shadow: none;
    left: 50%;
    top: 20%;
    margin-left: -45px;
}
span.thumb-icon-camera i {
    font-size: 3em;
    color: rgba(250,250,250,0.6);
    text-shadow: none;
    left: 50%;
    top: 32%;
    margin-left: -28px;
}

.thumb-video img, .thumb-foto img {
    width: 170px;
}

span.cena-blocked {
    background: rgba(0,0,0,0.6);
    position: absolute;
    display: block;
    z-index: 3;
    width: 170px; /*largura da thumb */
    height: 124px; /*altura da thumb */
}
span.cena-blocked i {
    color: #c2202c;
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 1.8em;
}

/* hover */
a:hover.thumb-capa span.thumb-icon-play i, a:hover.thumb-capa span.thumb-icon-camera i {
    color: rgba(250,250,250,1);
}
a:hover.thumb-capa span.cena-blocked {
    background: rgba(0,0,0,0);
}



.slider-nav {
    border-bottom: 1px solid #656462;
    padding: 2px 0;
    margin-bottom: 12px;
}


.slider-nav p {
    font-size: 0.8em;
    letter-spacing: 1px;
    color: #a29a98;
    font-weight: 400;
    text-transform: uppercase;
}

.slider-nav p a {
    color: #d9b509;
}
.slider-nav p a:hover {
    color: white;
}


.hero {
    text-align: center;
    padding-bottom: 15px;
}


.footer {
    font-size: 0.8em;
    padding-bottom: 50px;
    padding-left: 40px;
    color: #929292;
    letter-spacing: 1px;
}
.footer a {
    color: #929292;
    text-decoration: underline;
}
.footer a:hover {
    text-decoration: none;
}

.footer.centred {
    text-align: center;
    padding: 0;
}



/*///////////////////////// INTRO */

.intro-box {
    width: 460px;
    padding-top: 5%;
    text-align: center;
    margin: 0 auto;
    
}

.intro {
    width: 460px;
    padding: 40px;
    text-align: center;
    margin: 0 auto;
    background: #4a4542 url(/views/img/mask2.png);
    border: 1px solid #635a55;
}

.intro-text {
    padding-bottom: 50px;
}

.intro-text h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.5em;
    padding: 40px 0 20px 0;
}

.intro-text a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #e4b008;
    width: 80px;
    color: #e4b008;
    margin: 0 10px;
    cursor: pointer;
}

.intro-text a:hover {
    color: white;
    border-color: white ;
}

.intro-filete {
    display: block;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    background: rgba(250,250,250,0.35);
}

.intro-info h6 {
    font-size: 1.2em;
    text-transform: uppercase;
    color: white;
    padding: 15px 0 10px;
}
.intro-info p {
    font-size: 0.8em;
    line-height: 1.4em;
    color: rgba(250,250,250,0.7);
    letter-spacing: 0.5px;
    font-weight: 200;
}





/* //////////////////// VIDEO*/

.video-title {
    padding-bottom: 15px;
}
.video-title h2 {
    font-size: 2em;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
}
.video-title h2 a {
    font-size: 0.5em;
    text-transform: uppercase;
    padding: 0 5px;
    color: #e4b008;
    display: inline-block;
}

.video-title h2 a:hover {
    color: white;
}

.video-player {
    width: 100%;
    margin: 0px auto;
}

video {
    max-width: 100%;
    height: auto;
}


/*//// Resposnsive video */
/* {max-width: 100%} /* the usual RWD shebang */
.video-js {
    width: auto !important; /* override the plugin's inline dims to let vids scale fluidly */
    height: auto !important;
}
.video-js video {position: relative !important; }
 /* The video should expand to force the height of the containing div.
 One in-flow element is good. As long as everything else in the container
 div stays `position: absolute` we're okay */
.video-js .vjs-big-play-button {
    top: 35%; /* errrr, why isn't the play button centered in the default skin? :) */
    left: 50%;
    margin: 0 0 0 -65px;
/*    margin:-4em 0 0 -6em;*/
    position: absolute;
}



.video-blocked {
    background: rgba(0,0,0,0.8);
    text-align: center;
    padding-top: 80px;
    padding-bottom: 140px;
}
.video-blocked-text {
    width: 440px;
    margin: 0 auto;
}
    .video-blocked-text i {
        font-size: 3em;
        color: #c2202c;
    }
    .video-blocked-text h4 {
        font-size: 2.4em;
        font-weight: 600;
        line-height: 1.2em;
        padding: 10px 0;
    }
    .video-blocked-text p {
        font-size: 1.1em;
        font-weight: 100;
        line-height: 1.2em;
        padding: 10px 0;
        letter-spacing: 1px;
    }

    .video-blocked-text p span {
        font-size: 0.8em;
        font-style: italic;
        padding-top: 5px;
        display: block;
    }


.video-blocked-action {
    width: 200px;
    margin: 0 auto;
    padding-top: 40px;
}
.video-blocked-action input[type='text'], .video-blocked-action button[type='submit']{
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}
.video-blocked-action input[type='text'] {
    width: 68%;

}
.video-blocked-action button[type='submit'] {
    width: 30%;
    margin-left:  3%;
    border-color: #e4b008;
    color: #e4b008;
}

.video-blocked-action button[type='submit']:hover {
    border-color: white;
    color: white;
    background: transparent;
}







/* BREVE PERFIL */
.breve-perfil {
    padding-top: 80px;
}
.breve-perfil-text, .breve-perfil-img {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}
.breve-perfil-img {
    width: 40%;
}
.breve-perfil-img img {
    width: 300px;
    height: auto;
}
.breve-perfil-text {
    width: 60%;
}

.breve-perfil-text h3 {
    font-weight: 400;
    font-size: 2em;
    padding-bottom: 10px;
}

.breve-perfil-text p {
    font-size: 0.9em;
    line-height: 1.4em;
    padding-bottom: 20px;
}


/*////////////// BREVEMENTE */
.brevemente {
    text-align: center;
}
.brevemente-logo {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 150px;
}
    .brevemente-text h1 {
        font-size: 2em;
        font-weight: 400;
        letter-spacing: 5px;
    }





/*//////////// LISTA */

.lista {
    padding-bottom: 10px;
    border-bottom: 1px solid #656462;
}

.lista > div {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 0 0px 30px 0;
}

.thumb-lista {
    width: 20%;
}

/* 
.lista > div:nth-child(5n+0) {
    padding: 0 0 30px 0;
}

*/


ul.pagination {
    float: right;
    padding-top: 10px;
}
    ul.pagination li {
        display: inline-block;
        margin: 0 1px;
    }
        ul.pagination li a {
            display: block;
            padding: 3px 5px;
            border: 1px solid #656462;
            color: #656462;
            font-size: 0.9em;
        }
        ul.pagination li a:hover {
            border: 1px solid white;
            color: white;
        }
        ul.pagination li a.activo {
            border: 1px solid white;
            color: white;
        }

        ul.pagination li a i.setas-left {
            left: -10px;
        }
        ul.pagination li a i.setas-right {
            right: -10px;
        }


.casting {
    background-image: url(/views/img/bg-casting.jpg);
    background-size: cover;
    padding: 110px 55px;

}
    .casting h1 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 2.8em;
        width: 60%;
        padding-bottom: 30px;
        letter-spacing: 1px;
    }   
    .casting h1 span {
        color: #f4bb00; 
    }
    .casting p {
        font-size: 1.1em;
        width: 60%;
        font-weight: 200;
        letter-spacing: 0.2px;
        padding-bottom: 20px;
    }
    .casting p span {
        font-style: italic;
        color: #f4bb00;
    }


.casting-form {
    padding-top: 50px
}
    .casting-form h2 {
        font-size: 2.3em;
        letter-spacing: 0.5px;
        font-weight: 400;
        padding-bottom: 5px;
        padding-top: 20px;
    }
    .casting-form p {
        font-size: 0.9em;
        color: #cecece;
        letter-spacing: 0.5px;
    }


.form-unit {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 15px;
}

    .form-unit label {
        padding-bottom: 8px;
        display: block;
        color: #bababb;
        font-size: 0.9em;
    }
    .form-unit input {
        border-color: #bababb;
    }


.p-10 { width: 10%;}
.p-15 { width: 15%;}
.p-20 { width: 20%;}
.p-25 { width: 25%;}
.p-30 { width: 30%;}
.p-35 { width: 35%;}
.p-40 { width: 40%;}
.p-50 { width: 50%;}
.p-60 { width: 60%;}
.p-70 { width: 70%;}
.p-80 { width: 80%;}
.p-90 { width: 90%;}
.p-100 { width: 100%;}


.form-unit input[type="text"].p-60 {
    width: 65%;
    display: inline-block;
    margin-right: -4px;
}
.form-unit input[type="text"].p-40 {
    width: 35%;
    display: inline-block;
    margin-right: -4px;
}

.form-unit input[type="file"] {
    border: 1px solid #bababb;
    padding: 5px 0;
    text-align: left;
    font-size: 10pt;
    font-family: 'roboto condensed';
    width: 40%;
    font-weight: 200;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
    width: 0;
    padding: 0;
    margin: 0;

}
.custom-file-input::before {
    content: 'ESCOLHA UM FICHEIRO';
    display: inline-block;
    background: transparent;
    border: 1px solid #f4bb00;
    color: #f4bb00;
    padding: 5px 12px;
    cursor: pointer;
    font-size: 10pt;
    float: right;
    right: -160px;
    position: absolute;
    top:0;
    font-weight: 200;
}
.custom-file-input:hover::before {
    border-color: white;
    color: white;
}
.custom-file-input:active::before {
    border-color: white;
    color: white;
}

textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #bababb;
    color: white;
    padding: 10px;
    font-family: 'roboto condensed', sans-serif;
    font-size: 0.9em;
    letter-spacing: 0.6px;
    font-weight: 200;
}


.form-unit button {
    float: right;
    width: 90px;
    text-transform: uppercase;
    margin-top: 50px;
    border-color: #f4bb00 ;
    color: #f4bb00;
}
.form-unit button:hover {
    border-color: white;
    color: white;
    background-color: transparent;
}



.dispositivos-intro {
    
}
.dispositivos-intro p {
    
}




/* FAQ */

    .faq h1 {
        text-transform: uppercase;
        font-size: 2.4em;
        font-weight: 500;
        padding-bottom: 40px;
    }
    .faq-pergunta {
        padding: 20px 0;
    }
    .faq-pergunta h2 {
        font-size: 1.6em;
        font-weight: 500;
        color: #e7b100;
        letter-spacing: 1px;
        padding-bottom: 8px;
    }
    .faq-pergunta p {
        font-weight: 200;
        letter-spacing: 1px;
        font-size: 0.9em;
        line-height: 1.4em;
    }
    .faq-pergunta p a {
        color: #e7b100;
        text-decoration: underline;
    }
    .faq-pergunta p a:hover {
        text-decoration: none;
    }


.mensagem {
    color: red;
}

/* COOKIES */
.cookies-box {
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    padding-top: 15px;
    z-index: 3;
}
    .cookies-box p {
        color: white;
        font-size: 1em;
        text-align: center;
    }
        .cookies-box p a {
            text-decoration: underline;
            color: #e7b100;
        }
        .cookies-box p a:hover {
            text-decoration: none;
        }


a.close-cookies {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 1.8em;
    color: #e7b100;
}
a:hover.close-cookies {
    color: white;
}



.thumb-modelo img {
    max-width: 170px;
}

.img-galeria img {
    max-width: 1200px;
    max-height: auto;
    width: 100%;
}

/* WARNING */
.warning-block {
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    text-align: center;
    padding-top: 180px;
    display: none;
}
    .warning-block > i {
        font-size: 2em;
    }
    .warning-block h2 {
        font-size: 1.6em;
        line-height: 1.4em;
        max-width: 450px;
        margin: 0 auto;
    }
    .warning-block-img {
        background: url(../img/warning-block-img.png);
        max-width: 240px;
        height: 195px;
        margin: 20px auto 30px auto;
    }
    .warning-block a {
        border: 1px solid white;
        padding: 10px;
        width: 100px;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
        line-height: 0;
    }
    .warning-block a:hover {
        background: white;
        color: black;
    }


/* DISPONIVEL EM*/
.footer-dispositivos {
    position: absolute;
    right: 35px;
    top: -12px;
}
    .footer-dispositivos p {
/*
        padding-bottom: 50px;
        padding-left: 40px;
*/
        color: #929292;
        letter-spacing: 1px;
    }



.video-player {
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}



/* RESPOSNSIVE */


/* DESKTOP */
@media screen and (max-width: 1400px) {
    .right-box-content {
        width: 840px;
    }
    
    .thumb-capa img {
        width: 95%;
    }
    
    /*tamanho dos thumbs*/
    span.thumb-icon-play, span.thumb-icon-camera  {
        width: 160px;
        height: 117px;
    }
    
    span.cena-blocked {
        width: 160px;
        height: 117px;
    }
    
        .casting h1 {
            width: 70%;
        }   
        .casting p {
            width: 70%;
        }
}

@media screen and (max-width: 1300px) {
    .left-box {
        width: 25%;
    }
    .right-box {
        width: 75%;
        padding-right: 70px;
        padding-left: 70px;
    }
    .right-box-content {
        width: 740px;
    }
    
    
    .breve-perfil-img {
        width: 40%;
        padding-right: 35px;
    }
    .breve-perfil-img img {
        width: 100%;
    } 
    
    /*tamanho dos thumbs*/
    span.thumb-icon-play, span.thumb-icon-camera  {
        width: 178px;
        height: 128px;
    }
    
    span.cena-blocked {
        width: 178px;
        height: 128px;
    }
    
        .casting h1 {
            width: 80%;
        }   
        .casting p {
            width: 80%;
        }
    
    .thumb-lista {
        width: 25%;
    }

    
}
@media screen and (max-width: 1200px) {
    .right-box-content {
        width: 640px;
    }
    
    .thumb-capa img {
        width: 95%;
    }
    
    /*tamanho dos thumbs*/
    span.thumb-icon-play, span.thumb-icon-camera  {
        width: 152px;
        height: 111px;
    }
    
    span.cena-blocked {
        width: 152px;
        height: 111px;
    }
    
    
    .casting {
        background-image: url(/views/img/bg-casting-2.jpg);
        padding: 80px 55px;

    }
        .casting h1 {
            width: 100%;
        }   
        .casting p {
            width: 100%;
        }

    .casting-form {
        padding-top: 40px
    }
    
    
}
@media screen and (max-width: 1100px) {
    .left-box {
        width: 30%;
    }
    .right-box {
        width: 70%;
        padding-right: 50px;
        padding-left: 50px;
    }
    .right-box-content {
        width: 540px;
    }
    
    .breve-perfil-img {
        width: 50%;
    }
    
    .breve-perfil-text {
        width: 50%;
    }
    
    /*tamanho dos thumbs*/
    span.thumb-icon-play, span.thumb-icon-camera  {
        width: 172px;
        height: 124px;
    }
    
    span.cena-blocked {
        width: 172px;
        height: 124px;
    }
    
    .thumb-lista {
        width: 33.33%;
    }
    
    .footer-dispositivos {
        display: none;
    }
    
}

/* TABLET */
@media screen and (max-width: 1000px) {
    /* WARNING */
    .warning-block {
        padding-top: 100px;
    }
        .warning-block h2 {
            font-size: 1.4em;
        }
    
    .warning-block-img {
        background: url(../img/warning-block-img-mobile.png);
        margin: 10px auto 20px auto;
    }
    
    .no-mobile {
        display: none;
    }
    li.no-desktop {
        display: block;
    }
    
    .left-box, .right-box {
        display: block;
        vertical-align: top;
        margin-right: 0;
        width: 100%;
    }
    .left-box {
        width: 100%;
        padding: 0px;
    }

    .left-box-content {
        min-width: inherit;
        max-width: inherit;
    }

    .right-box {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 0;
        padding-top: 120px;
    }
    .right-box-content {
        width: 840px;
    }
    
    .logo {
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        width: 50%;
        position: absolute;
        padding: 0 0 0 30px;
    }
    
    .navigation {
        position: absolute;
        right: 0;
        width: 100%;
        top: 0;
        margin: 0;
        height: 0;
    }
    
    /*tamanho dos thumbs*/
    span.thumb-icon-play, span.thumb-icon-camera  {
        width: 160px;
        height: 116px;
    }
    span.cena-blocked {
        width: 160px;
        height: 116px;
    }
    
    .casting {
        background-image: url(/views/img/bg-casting.jpg);
    }
        .casting h1 {
            width: 70%;
        }   
        .casting p {
            width: 60%;
        }
    .thumb-lista {
        width: 20%;
    }
}

/* TABLET */
@media screen and (max-width: 940px) {
    

    
    .right-box-content {
        width: 760px;
    }
    
    /*tamanho dos thumbs*/
    span.thumb-icon-play, span.thumb-icon-camera  {
        width: 181px;
        height: 131px;
    }
    span.cena-blocked {
        width: 181px;
        height: 131px;
    }
    
    .casting {
        background-image: url(/views/img/bg-casting-2.jpg);
    }
        .casting h1 {
            width:90%;
        }   
        .casting p {
            width: 70%;
        }
    .thumb-lista {
        width: 25%;
    }
}

/* TABLET */
@media screen and (max-width: 840px) {
    .right-box-content {
        width: 660px;
    }
    
    /*tamanho dos thumbs*/
    span.thumb-icon-play, span.thumb-icon-camera  {
        width: 158px;
        height: 115px;
    }
    span.cena-blocked {
        width: 158px;
        height: 115px;
    }
        .casting h1 {
            width:100%;
        }   
        .casting p {
            width: 100%;
        }
}

/* TABLET */
@media screen and (max-width: 760px) {
    .right-box-content {
        width: 560px;
    }
    
    /*tamanho dos thumbs*/
    span.thumb-icon-play, span.thumb-icon-camera  {
        width: 178px;
        height: 130px;
    }
    span.cena-blocked {
        width: 178px;
        height: 130px;
    }
    
    .thumb-lista {
        width: 33.33%;
    }

}

/* TABLET */
@media screen and (max-width: 660px) {
    
    /* WARNING */
    .warning-block {
        padding-top: 50px;
    }
        .warning-block h2 {
            font-size: 1.3em;
        }
    .right-box-content {
        width: 460px;
    }
    
    .video-title h2 {
        line-height: 0.8em;
    }
    
    /*tamanho dos thumbs*/
    span.thumb-icon-play, span.thumb-icon-camera  {
        width: 146px;
        height: 106px;
    }
    span.cena-blocked {
        width: 146px;
        height: 106px;
    }
    
    .casting {
        background-image: url(/views/img/bg-casting-3.jpg);
        padding: 50px 35px;

    }
        .casting h1 {
            text-transform: uppercase;
            font-weight: 600;
            padding-bottom: 20px;
            font-size: 2.1em;
        }  
    
    .form-unit {
        display: block;
        margin-right: 0;
        vertical-align: top;
        padding-right: 0px;
    }
    
    .p-10, .p-15, .p-20 ,.p-25, .p-30, .p-35, .p-40, .p-50, .p-60, .p-70, .p-80, .p-90, .p-100 { width: 100%;}
    
    .form-unit button {
        width: 100%;
        display: block;
        margin: 0;
    }
    .form-unit {
        width: 100%;
    }
    
}

/* TABLET */
@media screen and (max-width: 560px) {
    /* WARNING */
    .warning-block {
        padding-top: 30px;
    }
        .warning-block h2 {
            font-size: 1.2em;
        }
    
    .cookies-box {
        display: none;
    }
    
    .right-box-content {
        width: 360px;
    }
    
    .video-blocked-text {
        width: 100%;
        padding: 0 20px;
    }
        .video-blocked-text i {
            font-size: 2em;
        }
        .video-blocked-text h4 {
            font-size: 2em;
        }
        .video-blocked-text p {
            font-size: 1em;
        }
    
    

    .breve-perfil-text, .breve-perfil-img {
        display: block;
        margin-right: 0;
    }
    .breve-perfil-img {
        width: 100%;
        padding: 0;
    }

    .breve-perfil-text {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .breve-perfil-text h3 {
        font-weight: 400;
        font-size: 2em;
        padding-bottom: 10px;
    }

    .breve-perfil-text p {
        font-size: 0.9em;
        line-height: 1.4em;
        padding-bottom: 20px;
    }
    
    /*tamanho dos thumbs*/
    span.thumb-icon-play, span.thumb-icon-camera  {
        width: 171px;
        height: 124px;
    }
    span.cena-blocked {
        width: 171px;
        height: 124px;
    }
    
    .thumb-lista {
        width: 50%;
    }

}

/* MOBILE */
@media screen and (max-width: 480px) {
    /* WARNING */
    .warning-block {
        padding-top: 20px;
    }
        .warning-block h2 {
            font-size: 1.2em;
            padding-left: 20px;
            padding-right: 20px;
        }
        .warning-block-img {
            background: url(../img/warning-block-img-mobile.png) no-repeat center;
            margin: 10px auto 20px auto;
            height: 130px;
            background-size: auto 100% ;
        }
    .right-box-content {
        width: 340px;
    }
    .logo {
        padding: 0 0 0 20px;
    }
    .logo img {
        width: 180px;
    }
    
    .video-title h2 {
        font-size: 1.5em;
    }
    
    .thumb-capa img {
        width: 95%;
    }
    /*tamanho dos thumbs*/
    span.thumb-icon-play, span.thumb-icon-camera  {
        width: 162px;
        height: 118px;
    }
    span.cena-blocked {
        width: 162px;
        height: 118px;
    }
    
    .intro-box {
        width: 100%;
        padding-top: 0;
    }
    .intro {
        width: 100%;
        padding: 40px;
        margin: 0 auto;
        background: #4a4542 url(/views/img/mask2.png);
        border: 1px solid #635a55;
    }
    
    .intro-img img {
        width: 100%;
    }
    
    .faq h1 {
        font-size: 1.8em;
        padding-bottom: 20px;
    }
    
    .casting {
        padding: 40px 25px;
    }
        .casting h1 {
            text-transform: uppercase;
            font-weight: 600;
            padding-bottom: 20px;
            font-size: 1.7em;
        }  
    
}

/* MOBILE */
@media screen and (max-width: 400px) {
    .right-box-content {
        width: 280px;
    }
    
    /*tamanho dos thumbs*/
    span.thumb-icon-play, span.thumb-icon-camera  {
        width: 140px;
        height: 102px;
    }
    span.cena-blocked {
        width: 134px;
        height: 97px;
    }
    
}

/* DESKTOP FULLSCALE */
@media screen and (min-width: 1650px) { 
    .right-box-content {
        width: 1150px;
    }
    
    span.thumb-icon-play, span.thumb-icon-camera  {
        width: 220px; /*largura da thumb */
        height: 160px; /*altura da thumb */
    }
    span.thumb-icon-play i  {
        top: 30%;
        margin-left: -45px;
    }
    span.thumb-icon-camera i {
        top: 38%;
        margin-left: -28px;
    }
    
    .thumb-video img, .thumb-foto img {
        width: 220px;
    }

    span.cena-blocked {
        width: 220px; /*largura da thumb */
        height: 160px; /*altura da thumb */
    }
    
    .thumb-lista {
        width: 16.66%;
    }

    
}

