/* WEBDTI - BANNER  */

/* IMAGEM DO BANNER */
.banner-container {
    width: 100vw;   
    height: 30vh; 
    background: url("../images/professor1.jpg") no-repeat;
    background-size: cover;
    background-position: center 0;
    background-color: rgb(0, 72, 84); 
   /* background-color: rgb(90, 0, 0); */
    background-blend-mode: luminosity;  
} 
.titulo {
     font-size: 1.9em;
     font-family:sans-serif;
     color:#ccc;
     margin-top: 5px;
	 border-top: 2px #ccc solid;
	 padding-top: 10px;
}
.subtitulo {
     text-align: center;
     font-size: 1.07em;
     font-family: sans-serif;
     color:antiquewhite;
     margin-top: 15px;
}
/* Ícone Vestibular sobre o Banner (lado esquerdo). */

div.banner-container #icone_destaque {
    /* Ícone oculto, comentar 'opacity' para exibi-lo... */
    /* opacity: 0; */
    margin-top: 15px; 
    margin-left: 5vw;   
    width: 60px; 
    height: auto;
}
div.banner-container a#banner {
    display: block;
}
/* logo ADS... */
div.banner-container a#banner figure#webdti {
    display: block; 
    width: 25%;
    max-width: 350px;
    margin: auto;
    margin-top: 40px;
}

/* Animacao do logo 'WEBADS' */

figure#webdti img {
    border: none; 
    opacity: .85;
    animation: myanima .5s;
    animation-iteration-count: 2; 
}
@keyframes myanima {
  0% {height: 7%;}    
  25% {height: 13%;}    
  50% {height: 23%;}
  75% {height: 13%;}
  100% {height: 7%;}
}
figure#webdti {
   /* transform: skewY(3deg); */
   margin-left: 12%;    
}

/* ************ RESPONSIVO ************* */
/*
@media screen and (min-width: 600px){
  div.banner-container a#banner figure#webdti {
        margin-left: 70%;
    } 
}
*/
@media screen and (min-width: 680px){
   div.banner-container #icone_destaque {   
      width: 85px; 
      height: auto;
      margin-left: 3%;
   } 
   div.banner-container a#banner figure#webdti {
        width: 20%;
        /* margin-top: 120px; */
    }    
}
@media screen and (min-width: 800px){
   .banner-container {
       height: 35vh;
    }
    /*
    div.banner-container a#banner figure#webdti {
        margin-top: 160px;
    } 
    */
}  
@media screen and (min-width: 1000px){
   .banner-container {
       height: 40vh;
       max-width: auto;
       background-position: center 40%;
    }
    /*
     div.banner-container a#banner figure#webdti {
        margin-top: 200px;
    } 
    */
}  
@media screen and (min-width: 1400px){   
    .banner-container {
       height: 50vh; 
    }
    div.banner-container #icone_destaque {   
      width: 100px; 
      margin-left: 5vw;    
    } 
   
     div.banner-container a#banner figure#webdti {
        margin-top: 80px;
    } 
  
} 
