body{
    background-image: url(../img/bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#home {
    color: white;
}

footer p a {
 margin: 15px , 15px;
}

.img-expositor{
    width: 45%;
    text-align: center;
    margin: 5px;
}

.titulo-home{
    background-color: black;
    font-size: 25px;
    text-align: center;
    color: white;
}

.navbar-light .navbar-nav .nav-link {
    color:white!important;
}

.voltar{
    color:#4db5de;
    font-size: 30px;
    text-decoration: none;
    padding: 10px;
}

.azul{
    background-color:#4db5de;
    color: white;
}

.botoes-footer{
    margin-top: 20px;
    text-align: center;
   
}


#patrocinadores{
    margin-bottom: 300px;
    margin-top: 50px;
}

#banner1{
    position: absolute;
    width: 11%;
    height: 70%;
    z-index: 3;
    top: 9%;
    left: 10%;
    cursor: zoom-in;
}

#banner1 > .btn,
#banner2 > .btn {
    cursor: zoom-in;
    box-shadow: none;
    position: relative;
}


.plus {
    position: absolute;
    left: 0 ;
    right: 0;
    margin: 0 auto;
    top: 50%;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    font-size: 2rem;
}

#banner2 {
    position: absolute;
    width: 10%;
    height: 65%;
    z-index: 3;
    top: 20%;
    right: 12%;
}

.btn {

}

#site{
    position: absolute;
    width: 25%;
    height: 50%;
    z-index: 3;
    top: 5%;
    right: 51%;
    
}

#sitecook{
    position: absolute;
    width: 20%;
    height: 42%;
    z-index: 3;
    top: 5%;
    right: 51%;
    
}

#conhecacook{
    position: absolute;
    width: 20%;
    height: 13%;
    z-index: 3;
    top: 45%;
    right: 51%;
    
}
.video{
    position: absolute;
    width: 110px;
    height: 230px;
    z-index: 3;
    top:11%;
    right:41%;
}

.videocook{
    position: absolute;
    width: 121px;
    z-index: 3;
    top: 25%;
    right: 45%;
}

.patrocinadordesktop{
    width: 330px; 
    margin: 15px;
}

#conteudoestands{
    position: relative;
}


@media (max-width: 767px) {
    
    .video{
        position: absolute;
        width: 10%!important;
        height: 230px;
        z-index: 3;
        top:11%;
        right:40%;
    }

    .patrocinadormobile{
        margin-left: 0!important;
        margin-right: 0!important;
    }

   
    .logoreduzido{
        width: 300px!important;
    }
    
}



@media (max-width: 568px){
    .video{
        position: absolute;
        width: 10%!important;
        height: 200px;
        z-index: 3;
        top:7%;
        right:40%;
    }
    
    .videocook{
        position: absolute;
        width: 10%!important;
        height: 230px;
        z-index: 3;
        top: 26%;
        right: 45%;
    }

    .botoescook{
        width: 100%;
        margin-bottom: 5px;
    }
}

