﻿html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;   
    font-style: normal;
}

header,
section {
    min-height: 100%;
}


p, h3, h4 {
    font-family: 'Roboto', 'Helvetica', 'Arial',sans-serif !important;
    font-style: normal;
}




h2 {
  
    font-size: 18px;
}
@media (max-width: 768px) {
    h2 {
       
        font-size: 16px;
    }
}


.containerListaEvento{
    max-width:1320px;
    margin:auto;
}

.containerDataCardEvento{
    padding:6px;
}


.evento-image a {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
}

    .evento-image img {
        width: 100%;
        height: 100%;
    }


      

    .btn-orange {
        background-color: #F26522;
        color: #FFF;
    }

  
    .title-banner {
        color: #FFF;
    }

    .carousel {
        width: 100%;
    }

.carousel-item {
    max-width: 1920px;
    max-height: 535px;
    width: calc(100vw);
    height: calc(100vw*0.278645833);
    min-height: 5px;
   
}
#imagemBanner {
    max-width: 1920px;
    max-height: 535px;
    width: 100%;
    height: calc(100vw*0.278645833);
   
}
.evento-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: calc(270px*1.33333333333);
}
#imagemDestaque{
    display:none;
}
.evento-item {
    cursor: pointer;
    margin: 30px;
    height: 100%;
    width: 270px;
}

.textHome {
    font-size: 32px;
    text-align: center;
    position: relative;
    font-weight: 600;
}
    .textHome:before {
        content: '';      
        width: 30px;
        position: absolute;
        bottom: -21px;
        left: 0;
        right: 0;
        margin: 0px auto;
        z-index: 1;
    }
    .textHome:after {
        content: '';
        width: 170px;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: 0px auto;
    }
    .textoLocal {
        line-height: 22px;
        font-size: 13px;
        text-align: left;
        padding-left: 20px;
        margin-left: 50px;
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

.evento-item-box {
    background-color: #FFF;
    margin: 0;
    padding: 0;
    border-radius: 20px;
}
.evento-item-conteudo {
    text-align: start;
    margin-left:16px; 
    padding-top: 20px;
    padding-bottom: 10px;
}
    .evento-item-conteudo a {
        font-size: 18px;      
    }



    .evento-item-conteudo p {
        margin-top: 5px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .evento-item-conteudo p {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .divTextoCard {
        width: 100%;
        height: 80px;
        margin-top: 20px;
        color: #808080;
    }

@media (max-width: 1320px) {
        .containerListaEvento {
            max-width: 978px;
            margin: auto;
        }

        .evento-image {          
            height: calc(270px*1.33333333333);
        }

        .evento-item {
            cursor: pointer;
            margin: 28px;
            height: 100%;
            width:270px;
        }
        .containerDataCardEvento{
            font-size:14px;
        }
        .textHome {
            font-size: 28px;
            text-align: center;
            position: relative;
            font-weight: 600;
        }
    }

@media (max-width: 978px) {
    .containerListaEvento {
        max-width: 100%;
        margin: auto;
    }

    .evento-image {
        height: calc((100vw * 0.3333333333 - 56px) *1.33333333333);
    }

    .evento-item {
        cursor: pointer;
        margin: 28px;
        height: 100%;
        width: calc(100vw * 0.3333333333 - 56px);
    }
}
@media (max-width: 768px) {
    .evento-image {
        height: calc((100vw * 0.5 - 56px) *1.33333333333);
    }

    .evento-item {
        cursor: pointer;
        margin: 28px;
        height: 100%;
        width: calc(100vw * 0.5 - 56px);
    }
}


@media(max-width: 640px){
    #imagemBanner{
        display:none;
    }
    #imagemDestaque {
        display: block;
        max-width: 640px;
        max-height: 535px;
        width: calc(100vw);
        height: calc(100vw*0.8359375);
    }
    .carousel-item {
        max-width: 640px;
        max-height: 535px;
        width: calc(100vw);
        height: calc(100vw*0.8359375);
    }
}

@media (max-width: 462px) {
    .containerListaEvento {
        max-width: 326px;
        margin: auto;
    }
    .evento-image {
        height: calc(270px *1.33333333333);
    }

    .evento-item {
        cursor: pointer;
        margin: 28px;
        height: 100%;
        width: 270px;
    }
}
    /*@media (max-width: 767px) {
        .carousel-indicators {
            bottom: 0;
        }

        .carousel-control-prev-icon, .carousel-control-next-icon {
            width: 10px;
            height: 10px;
        }

        .pt-5, .py-5 {
            padding-top: 10px;
        }
    }*/


   

