:root{
    --cor-vermelha: #FF0038;
    --cor-branca: #FFF;
    --cor-cinza: #333333;
    --cor-vermelha-hover: #FF5E82;
    --cor-cinza-hover: #666666;
}

body{
    overflow-x: hidden;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Tahoma, Verdana, sans-serif;
}

#topo{
    display: flex;
    justify-content: space-between;
    min-height: 100px;

    @media (max-width:1130px) {
        justify-content: center;
        flex-wrap: wrap;
    }
    .logo{
        margin-left: 10px;
        margin-top: 10px;
        img{
            width: 200px;
        }
        a:active, a:focus{
            outline: none;
        }
    }

    .navegacao{
        margin-left: 20px;
        ul {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 40px;
            li {
                list-style: none;
                margin-right: 15px;
                border-right: solid 1px #333333;
                padding-right: 15px;
                #btninicio{
                    background-image: url('../imagens/icohome.png');
                    padding-left: 30px;
                    background-repeat: no-repeat;                    
                }
                #btneventos{
                    background-image: url('../imagens/icoeventos.png');
                    padding-left: 30px;
                    background-repeat: no-repeat;                    
                }
                #btnsoufotografo{
                    background-image: url('../imagens/icofotografo.png');
                    padding-left: 30px;
                    background-repeat: no-repeat;                    
                }
                #btnproximoseventos{
                    background-image: url('../imagens/icoeventosfuturos.png');
                    padding-left: 30px;
                    background-repeat: no-repeat;                    
                }
                a{
                    font-size: 22px;
                    text-decoration: none;
                    color: #333333;
                    display: flex;
                    min-width: max-content;
                }
                a:hover{
                    color: var(--cor-vermelha);
                }
            }
            li:last-child{
                border-right: none;
            }
            
        }
        
    }

    .menucliente{
        ul {
            display: flex;
            justify-content: space-between;
            list-style: none;
            margin-top: 40px;
        }

        a{
            font-size: 22px;
            text-decoration: none;
            color: #FFF;
            text-decoration: none;
        }
        li:last-child{
        margin-right: 10px;
        }
        .btnEntrar{
            background-color: var(--cor-vermelha);
            padding: 5px 10px;
            border-radius: 5px;
            margin-right: 10px;
        }
        .btnEntrar:hover{
            background-color: var(--cor-vermelha-hover);
        }
        .btnCadastrar{
            background-color: var(--cor-cinza);
            padding: 5px 10px;
            border-radius: 5px;
        }
        .btnCadastrar:hover{
            background-color: var(--cor-cinza-hover);
        }
    }

}

#conteudo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

#rodape{

    height: 250px;
    background-color: var(--cor-vermelha);
    color: #FFF;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    .container{
        display: flex;
        justify-content: space-between;
        width: 90%;
        max-width: 1400px;
        margin-left: 15px;
        h2{
            font-size: 20px;
            margin-bottom: 20px;
            margin-top: 10px;
        }
        li{
            list-style: none;
            margin-bottom: 3px;
            a{
                text-decoration: none;
                color: #FFF;
                font-size: 15px;
                font-weight: normal;
                color: #FFF;
            }
            a:hover{
                color: var(--cor-cinza);
            }
        }
    }
    .direitos{
        display: flex;
        font-size: 18px;
        justify-content: center;
        align-items: center;
        margin-top:50px;
    }
    
}

#inicio{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    .banner{
        img{
            margin-top: 10px;
            width: 100%;
        }
    }
    .busca{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        border: solid 1px var(--cor-cinza-hover);
        border-radius: 25px;
        min-width: 500px;
        max-width: 800px;
        margin-top: 20px;
        box-sizing: border-box;
        height: 50px;
        
        form{
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            input{
                width: 80%;
                padding: 10px;
                border: none;
                border-radius: 20px;
                font-size: 20px;

            }
            input:active, input:focus{
                outline: none;
            }
            button{
                color: var(--cor-cinza);
                padding: 10px;
                border: none;
                font-size: 20px;
                background-color: transparent;
            }
            button:hover{
                color: #000;
            }
            select{
                height: 30px;
                margin-right: 5px;
                padding: 2px;
                margin-bottom: 0px;
                border: none;
                border-radius: 10px;
                font-size: 20px;
                background-color: var(--cor-vermelha);
                color: #FFF;                
                option{
                    background-color: #FFF;
                    color: var(--cor-cinza);
                    font-size: 15px;
                    padding: 5px;
                    border: none;
                    border-radius: 5px;
                    span{
                        width: 100%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }
                }
                option:active, option:focus{
                    outline: none;
                }
            }
        }
    }
    #ultimoseventos{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        border: 1px solid transparent;
        border-image: linear-gradient(to right, transparent, var(--cor-cinza-hover), transparent) 1;
        border-bottom: none;
        margin-top: 20px;
        h2{
            margin-top: 20px;
            margin-bottom: 20px;
            font-size: 30px;
            color: var(--cor-cinza);
        };
    }
    .vitrine{
        width: 100vw;
        max-width: 1400px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        .itemvitrine{
            width: 250px;
            height: 350px;
            margin: 10px;

            .foto{
                .marca{
                    z-index: 1;
                    position: absolute;
                    margin-top: 20px;
                    width: 50px;
                    height: 50px;
                    background-image: url(../imagens/marcacima.png);
                    background-repeat: no-repeat;
                    margin-left: 180px;
                }
                img{
                    margin: 0px;
                    position: absolute;
                    width: 250px;
                    height: 250px;
                    z-index: 0;
                }
            }
            .datalocal{
                position: absolute;
                margin-top: 240px;
                height: 25px;
                width: 250px;
                z-index: 1;
                display: flex;
                justify-content: space-between;
                align-items: center;
                .data{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 15px;
                    font-weight: bold;
                    height: 30px;
                    background-color: black;
                    color: #FFF;
                    padding-right: 15px;
                    border-bottom-right-radius: 20px;
                    border-top-right-radius: 5px;
                    padding-left: 5px;
                }
                .local{
                    display: flex;
                    align-items: center;
                    font-size: 11px;
                    padding-top: 2px;
                    padding-bottom: 2px;
                    text-align: right;
                    max-width: 120px;
                    min-height: 22px;
                    padding-left: 15px;
                    background-color: #FFF;
                    border-top-left-radius: 10px;
                    border-bottom-left-radius: 10px;
                    background-image: url(../imagens/fundolocal.png);
                    background-repeat: no-repeat;
                    background-position-x: 2px;
                    background-position-y: center;
                    padding-right: 2px;
                }
            }
            .catnome{
                background-color: var(--cor-vermelha);
                position: absolute;
                border-top: solid 5px #FFF;
                width: 250px;
                height: 100px;
                margin-top: 250px;
                z-index: 0;
                padding-top: 15px;
                text-align: left;
                
                .categoria{
                    width: 200px;
                    margin-right: auto;
                    margin-left: auto;
                    font-size: 10px;
                    color: #FFF;
                    margin-top: 10px;
                }
                .nome{
                    width: 200px;
                    margin-right: auto;
                    margin-left: auto;
                    font-size: 18px;
                    color: #FFF;
                    font-weight: bold;
                }
            }
        }
    }
    #proximoseventos{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        h2{
            margin-top: 20px;
            margin-bottom: 20px;
            font-size: 30px;
            color: var(--cor-cinza);
            spam{
                font-size: 20px;
            }
        };
    }
    .vitrineproximo{
        width: 100vw;
        max-width: 1400px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        .itemproximo{
            width: 180px;
            height: 240px;
            margin: 10px;

            .foto{
                position: absolute;
                width: 180px;
                height: 180px;
                background-image: url(../imagens/cimaeventofuturo.png);
                background-repeat: no-repeat;
                .marca{
                    z-index: 2;
                    position: absolute;
                    width: 35px;
                    height: 35px;
                    background-image: url(../imagens/marcacimaproximos.png);
                    background-repeat: no-repeat;
                    margin-top: 10px;
                    margin-left: 140px;
                }
                img{
                    margin: 0px;
                    position: absolute;
                    width:  180px;
                    height: 180px;
                    z-index: 1;
                }
            }
            .datalocal{
                position: absolute;
                margin-top: 165px;
                height: 25px;
                width: 180px;
                z-index: 1;
                display: flex;
                justify-content: space-between;
                align-items: center;
                .data{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 10px;
                    font-weight: bold;
                    height: 30px;
                    background-color: black;
                    color: #FFF;
                    padding-right: 15px;
                    border-bottom-right-radius: 20px;
                    border-top-right-radius: 5px;
                    padding-left: 5px;
                }
                .local{
                    display: flex;
                    align-items: center;
                    font-size: 9px;
                    padding-top: 2px;
                    padding-bottom: 2px;
                    text-align: right;
                    max-width: 80px;
                    min-height: 22px;
                    padding-left: 15px;
                    background-color: #FFF;
                    border-top-left-radius: 10px;
                    border-bottom-left-radius: 10px;
                    background-image: url(../imagens/fundolocal.png);
                    background-repeat: no-repeat;
                    background-position-x: 2px;
                    background-position-y: center;
                    padding-right: 2px;
                }
            }
            .catnome{
                background-color: var(--cor-vermelha);
                position: absolute;
                border-top: solid 5px #FFF;
                width: 180px;
                height: 60px;
                margin-top: 180px;
                z-index: 0;
                padding-top: 10px;
                text-align: left;
                
                .categoria{
                    width: 160px;
                    margin-right: auto;
                    margin-left: auto;
                    font-size: 8px;
                    color: #FFF;

                }
                .nome{
                    width: 160px;
                    margin-right: auto;
                    margin-left: auto;
                    font-size: 12px;
                    color: #FFF;
                    font-weight: bold;
                }
            }
        }
    
    }
    .vertodos{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
        padding-bottom: 20px;
        border: 1px solid transparent;
        border-image: linear-gradient(to right, transparent, var(--cor-cinza-hover), transparent) 1;
        border-top: none;
        h2{ 
            a{
                text-decoration: none;
                color: var(--cor-vermelha);
                font-size: 20px;
            }
            a:hover{
                color: var(--cor-vermelha-hover);
            }
        }
    }
    .comofunciona{
        width: 100%;
        border: 1px solid transparent;
        border-image: linear-gradient(to right, transparent, var(--cor-cinza-hover), transparent) 1;
        border-top: none;
        h2{
            color: var(--cor-cinza);
            text-align: center;
            margin-top: 20px;
        }
        .paipasso{
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            margin-top: 20px;
            width: 100%;
            .passo{           
                max-width: 300px;
                margin-right: 15px;
                min-width: 150px;
                height: 200px;
                h2{
                    color: var(--cor-vermelha);
                    font-size: 25px;
                    text-align: left;
                    span{
                        border: solid 1px var(--cor-vermelha);
                        padding: 2px 8px;
                        margin-right: 10px;
                        border-radius: 25px;
                    }
                }
                p{
                    margin-top: 5px;
                    font-size: 20px;
                    text-align: left;
                }
            }
        }

    }
}

#eventos{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1000px;
    max-width: 1400px;
    .banner{
        height: 100px;
        width: 100%;
        max-width: 1400px;
        background-color: var(--cor-vermelha);
    }
    .busca{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        border: solid 1px var(--cor-cinza-hover);
        border-radius: 25px;
        min-width: 500px;
        max-width: 800px;
        margin-top: 20px;
        margin-bottom: 20px;
        box-sizing: border-box;
        height: 50px;
        form{
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            input{
                width: 80%;
                padding: 10px;
                border: none;
                border-radius: 20px;
                font-size: 20px;

            }
            input:active, input:focus{
                outline: none;
            }
            button{
                color: var(--cor-cinza);
                padding: 10px;
                border: none;
                font-size: 20px;
                background-color: transparent;
            }
            button:hover{
                color: #000;
            }
            select{
                height: 30px;
                margin-right: 5px;
                padding: 2px;
                margin-bottom: 0px;
                border: none;
                border-radius: 10px;
                font-size: 20px;
                background-color: var(--cor-vermelha);
                color: #FFF;                
                option{
                    background-color: #FFF;
                    color: var(--cor-cinza);
                    font-size: 15px;
                    padding: 5px;
                    border: none;
                    border-radius: 5px;
                    span{
                        width: 100%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }
                }
                option:active, option:focus{
                    outline: none;
                }
            }
        }
    }
    .vitrine{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        height: 400px;
        width: 100%;
        border: 1px solid transparent;
        border-image: linear-gradient(to right, transparent, var(--cor-cinza-hover), transparent) 1;
        border-bottom: none;
        margin-top: 20px;
        .evento{
            width: 250px;
            height: 350px;
            margin: 10px;

            .foto{
                .marca{
                    z-index: 1;
                    position: absolute;
                    margin-top: 20px;
                    width: 50px;
                    height: 50px;
                    background-image: url(../imagens/marcacima.png);
                    background-repeat: no-repeat;
                    margin-left: 180px;
                }
                img{
                    margin: 0px;
                    position: absolute;
                    width: 250px;
                    height: 250px;
                    z-index: 0;
                }
            }
            .datalocal{
                position: absolute;
                margin-top: 240px;
                height: 25px;
                width: 250px;
                z-index: 1;
                display: flex;
                justify-content: space-between;
                align-items: center;
                .data{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 15px;
                    font-weight: bold;
                    height: 30px;
                    background-color: black;
                    color: #FFF;
                    padding-right: 15px;
                    border-bottom-right-radius: 20px;
                    border-top-right-radius: 5px;
                    padding-left: 5px;
                }
                .local{
                    display: flex;
                    align-items: center;
                    font-size: 11px;
                    padding-top: 2px;
                    padding-bottom: 2px;
                    text-align: right;
                    max-width: 120px;
                    min-height: 22px;
                    padding-left: 15px;
                    background-color: #FFF;
                    border-top-left-radius: 10px;
                    border-bottom-left-radius: 10px;
                    background-image: url(../imagens/fundolocal.png);
                    background-repeat: no-repeat;
                    background-position-x: 2px;
                    background-position-y: center;
                    padding-right: 2px;
                }
            }
            .catnome{
                background-color: var(--cor-vermelha);
                position: absolute;
                border-top: solid 5px #FFF;
                width: 250px;
                height: 100px;
                margin-top: 250px;
                z-index: 0;
                padding-top: 15px;
                text-align: left;
                
                .categoria{
                    width: 200px;
                    margin-right: auto;
                    margin-left: auto;
                    font-size: 10px;
                    color: #FFF;
                    margin-top: 10px;
                }
                .nome{
                    width: 200px;
                    margin-right: auto;
                    margin-left: auto;
                    font-size: 18px;
                    color: #FFF;
                    font-weight: bold;
                }
            }
        }
    }
}
