*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}

.centro{
    width: 90%;
    margin: 0 5%;
}

.centro h2{
    font-size: 1em;
    margin-bottom: 15px;
}

.topo{
    width: 100%;
    margin-bottom: 40px;
}

.topo img{
    width: 100%;
    margin-bottom: 20px;
}

.box{
    width: 30%;
    float: left;
    margin: 10px 0;
}

.divisa{
    width: 5%;
    height: 5px;
    float: left;
}

.box img{
    width: 100%;
}

.separa{
    width: 100%;
    height: 2px;
    clear: both;
}

.box2{
    width: 33%;
    margin-top: 50px;
}

.box2 img{
    width: 40%;
    margin-right: 10%;
    float: left;
}

h5{
    font-size: 1em;
    padding-top: 15px;
}

table{
    border-bottom: 1px solid #ccc;
    width: 100%;
}

table tr td{
    width: 50%;
    padding: 4px;
}

.carousel input {
    position: absolute;
    left: -10000px;
    }

    .carousel {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    }

    .carousel__stage {
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    transition: text-indent 500ms;
    position: relative;
    }

    .carousel__item {
    display: inline-block;
    text-indent: 0;
    width: 100%;
    height: 100%;
    }

    .carousel__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

    .carousel__control {
    display: none;
    position: absolute;
    top: 45%;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    font-size: 1rem;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    }

    .carousel__prev {
    left: 0;
    }

    .carousel__prev::after {
    content: ' << ';
    display: inline-block;
    }

    .carousel__next {
    right: 0;
    }

    .carousel__next::after {
    content: ' >> ';
    display: inline-block;
    }

    #carousel1:checked ~ .carousel__stage {
    text-indent: 0;
    }

    #carousel2:checked ~ .carousel__stage {
    text-indent: -100%;
    }

    #carousel3:checked ~ .carousel__stage {
    text-indent: -200%;
    }

    #carousel4:checked ~ .carousel__stage {
    text-indent: -300%;
    }

    #carousel1:checked ~ .carousel__stage .carousel__item:nth-child(1) .carousel__control,
    #carousel2:checked ~ .carousel__stage .carousel__item:nth-child(2) .carousel__control,
    #carousel3:checked ~ .carousel__stage .carousel__item:nth-child(3) .carousel__control,
    #carousel4:checked ~ .carousel__stage .carousel__item:nth-child(4) .carousel__control {
    display: block;
    }

    .bxx{
        width: 22%;
        float: left;
    }

    .byy{
        width: 2.66%;
        float: left;
        height: 1px;;
    }

    .bxx img{
        width: 100%;
    }



@media(max-width:800px) {

    .centro{
        width: 95%;
        margin: 10px 2.5%;
    } 

    .box{
        width: 100%;
    }

    .bxx{
        width: 100%;
        float: left;
    }

    .byy{
        display: none;
    }

}
