@charset "UTF-8";
/* CSS Document */

body, html {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            font-family: 'Raleway', Arial, sans-serif;
        }
        .menu {
            width: 100%;
            background-color: #002b3e;
            color: white;
            position: fixed;
            top: 0;
            left: 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 20px;
            z-index: 4;
            font-size: 12px; /* Aumentado o tamanho da fonte */
            font-weight: 200;
            text-transform: uppercase;
        }
        
        .menu a {
            color: white;
            text-decoration: none;
            margin: 0 20px; /* Aumentado o espaçamento entre itens */
        }
        .menu a:hover {
            color: #cccccc; /* Cinza claro */
        }
        .menu img {
            height: 20px; /* Ajuste conforme necessário */
            margin-right: 15px;
        }
        .hamburger {
            display: none;
            flex-direction: column;
            cursor: pointer;
        }
        .hamburger div {
            width: 25px;
            height: 3px;
            background-color: white;
            margin: 4px 0;
        }
        .menu-items {
            display: flex;
            align-items: center;
        }
        .social{
            margin-left: 25px;
        }
        .social a{
            margin: 0 3px;
        }
        @media (max-width: 768px) {
            .menu-items {
                display: none;
                flex-direction: column;
                align-items: flex-start;
                background-color: #002b3e;
                position: absolute;
                top: 55px;
                left: 0;
                width: 100%;
                z-index: 4;
                padding: 10px;
            }
            .menu-items a {
                width: 100%;
                padding: 20px 0;
                border-bottom: 1px solid white;
            }
            .menu-items.show {
                display: flex;
            }
            .social{
            margin: 20px 10px;
            }
            .social a{
                margin: 0 3px;
            }
            .social img{
                height: 35px;
            }
            .hamburger {
                display: flex;
            }
        }
        .container {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: row;
            margin-top: 0px; /* Espaço para a barra de menu mais alta */
        }
        .half {
            width: 50%;
            height: 100%;
            position: relative;
            overflow: hidden;
            
        }
        .half.horizontal {
            width: 100%;
            height: 50%;
        }
        .video-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            display: flex;
            justify-content: center;
            align-items: center;
            
        }
        .video-background iframe {
            width: 110vw;
            height: 100vh;
            border: none; /* Remove a borda */
            position: absolute;
            top: 0;
            left: -50%;
        }
        .content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            text-align: center;
            z-index: 1;
            font-size: 4em;
            font-weight: 100;
            text-transform: uppercase;
        }
        .tt1{
            text-align: center;
        }
        .tt2{
            text-align: center;
        }
        .overlay-image {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 100px;
            z-index: 10;
        }
        .link {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 3;
            display: block;
            background-color: rgba(2, 31, 44, 0.50);
            background-color: #021f2c;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#021f2c, endColorstr=#021f2c); /* IE8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#021f2c, endColorstr=#021f2c)"; /* IE8 */
            opacity: 0.50;
        }.link:hover{
            background-color: rgba(2, 31, 44, 0.85);
            opacity: 0.85;
        }
        @media (max-width: 768px) {
            .container {
                flex-direction: column;
            }
            .half {
                width: 100%;
                height: 50%;
            }
            .content {
                font-size: 1.5em;
            }
            .video-background iframe {
            width: 200Vw;
            height: 100%;
            border: none; /* Remove a borda */
            position: absolute;
            top: 0;
            left: -50%;
            }
            .tt1{
            text-align: center;
            }
            .tt2{
            text-align: center;
            }
        }
        @media (max-width: 480px) {
            .content {
                font-size: 1em;
            }
        }

/* Pagina-cursos */
.b-body{background-color: #000; background-image: url("img/cur_background.jpg"); background-repeat: repeat-y; background-position: center; color: #FFF;}

.b-video-container {
            text-align: center;
            margin-top: 120px;
        }
        .b-video-container iframe {
            width: 80%;
            height: 600px;
            max-width: 1000px;
            padding: 25px;
            background-color: #000;
        }
        .b-content {
            display: flex;
            justify-content: center;
        }
        .b-left, .b-right {
            flex: 1;
            padding: 50px;
            justify-content: center;
            line-height: 220%;
            max-width: 540px;
           
        }
        .b-left p, .b-right p {
            font-size: 1rem;
            text-align: left;
            color: #FFF;
        }
        .b-left{background-color: #111c23;}
        .b-right{background-color: #0c1317;}
        .b-img-lista {width: 18%;}
.b-right a img{width: 100%}
.b-left a img{width: 100%}

        .b-botao-comprar{
            padding: 20px; 
            background-color: #0087E1; 
            color: #FFF; 
            text-transform: uppercase; 
            font-size: 1.8rem; 
            font-weight: bold; 
            text-decoration: none; 
            cursor: pointer; 
            margin-bottom: 50px;
        }
        .b-rodape img {
                
               
                width: 100px;
                height: 100px;
                z-index: 10;
        }

.b-rodape{text-align: center; margin-top: 175px;}

/* Tornar responsivo */
        @media (max-width: 768px) {
            .b-content {
                flex-direction: column;
            }
            .b-left, .b-right {
                height: 50vh;
            }
            
            .b-video-container iframe {
            width: 80%;
            height: 300px;
            max-width: 1000px;}
            
            .b-botao-comprar{

            font-size: .8rem; 

        }
        
            
        }


/* Pagina-artista */
.art-body{
    background-color: #000;
    background-image: url("img/art__fundo_danielbordi.jpg");
    background-repeat:no-repeat;
    background-position: center top;
    background-size:cover;
    color: #FFF;
}
.art-geral{
    width: 1000px;
    padding-left: 50%;
    margin-left: -500px;
}

.art-pg1 .art-pg2 .art-pg3 .art-pg4{
    float: left;
    width: 100%;
    height: auto;
}


.art-texto-inicio {
    text-align: left;
    margin:200px 0 100px 50%;
    width: 50%;
    height: 650px;
    line-height: 160%;
}

.art-principal{
    font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L",  "serif";
    font-size: 3rem;
}



.art-box-trabalho{
    color: #FFF;
    width: 100%;
    
}

.art-trabalho1 {
    text-align: left;
    margin:100px 0 0 0;
    width: 45%;
    line-height: 160%;
    float: left
}

.art-trabalho2 {
    margin-left: 4%;
    width: 45%;
    height: auto;
    float: left;
}

.art-trabalho2 img{
    height: auto;
}


.art-pg3{
    background-color: #94a1b2;
    background-image: url("img/art__fundo_exposicao.jpg");
    background-repeat:no-repeat;
    background-position: center top;
    color: #000;
    margin-top: 0;
}
.art-box-expo{
    color: #000;
    width: 100%;
    float: left;
}

.art-exposicao {
    text-align: left;
    margin:100px 0 100px 40%;
    width: 58%;
    height: auto;
    line-height: 160%;
}

.art-ano{
    font-weight: bold;
    font-size: 1.2rem;
}

.art-mostras{
    font-size: .8rem;
}


.art-pg4{
    background-color: #111c23;
}

.art-obras{
    width: 100%;
    float: left;
}

.art-obras-texto{
    margin: 100px 10% 100px 10%;
    width: 80%;
    float: left;
}
.art-obras-imagens{
    width: 100%;
    float: left;
}

.art-obras-imagens img{
    width: 100%;
}
.art-space-bot{
    width: 60%;
    margin: 50px 20% 50px 20%;
    float: left;
}

.art-obras-btmais{
    padding: 20px; 
    background-color: #97a4b6; 
    color: #111c23; 
    text-transform: uppercase; 
    font-size: 1.0rem; 
    font-weight: bold; 
    text-decoration: none; 
    cursor: pointer; 
   
}



 @media (max-width: 768px) {
     .art-body{
       background-position: 40% 0;
    }
     
    .art-geral{
        width: 90%;
        padding-left: 0;
        margin-left: 5%;
     }
     
     .art-pg1 .art-pg2 .art-pg3 .art-pg4{
        float: left;
        width: 100%;
        height: auto;
    }
    
     .art-texto-inicio {
        text-align: left;
        margin:570px 0 100px 0;
        width: 100%;
    }
     
     
    .art-box-trabalho{
        color: #FFF; width: 100%;
        height: auto;
        margin-top: -300px;

    }
    .art-trabalho1 {
        text-align: left;
        margin:20px 0 100px 0;
         width: 100%;
    }
    .art-trabalho1 p{
            margin-left: 0;
            width: 100%;
    }

    .art-trabalho2 {
        margin: -50px 0 0 0;
        width: 100%;
        height: auto;
        float: left;
    }
     .art-trabalho2 img{
        height: auto;
         width: 90%;
         margin-left: 5%;
         margin-right: 5%;
    }
     
     .art-exposicao {
        margin:100px 5% 100px 5%;
        width: 90%;
    }
     
     .art-pg3{
        background-position: 60%;
    }
     
     .art-obras-btmais{
        padding: 20px; 
        font-size: .6rem; 
    }
     
     .art-space-bot{
        width: 90%;
        margin: 50px 5% 50px 5%;
    
    }
     .art-obras-texto{
        margin: 50px 5% 50px 5%;
        width: 90%;
        float: left;
    }
     
     
     
        }
        @media (max-width: 480px) {
            .content {
                font-size: 1em;
            }
        }





