@media (max-width: 480px){
    .carousel-caption{
        display: none;
    }
}

@media (max-width: 767px) {
    .topo{
        background: #eee;
        padding-bottom: 15px;
    }

    .logo-menu img{
        margin: 15px auto;;

    }


    /*Carossel*/
    .carousel{
        margin-top: 15px;
    }

    .carousel-caption {
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 90%;
    }

    .carousel-indicators {
        bottom: -24px;
    }

    /*Icones topo*/
    .bloco-icones-topo{
        margin-top: 50px;
    }

    /*Galeria de fotos*/
    .mais{
        margin-top: 23%;
    }


    /*Footer*/
    .dados-contato{
        margin-bottom: 30px;
    }

    /*Ver todos*/
    .box-img-detalhamento-ver-todos{
        margin-top: 15px;
    }

    .box-titulo-detalhamento-ver-todos h2{
        margin-top: 0;
    }

    .box-titulo-detalhamento-ver-todos{
        text-align: center;
    }

    .box-texto-detalhamento-ver-todos{
        text-align: center;
        margin-top: 20px;
    }
}


@media (min-width: 768px) {

    .logo-menu img{
        margin: auto;

    }

    .navbar-nav{
        margin-top: 20px;
    }

    .nav>li>a {
        padding: 10px 16.45px;
    }

    /*Carossel*/
    .slide-topo{
        margin-top: 25px;
    }

    .carousel-caption {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 60%;
    }

    .carousel-indicators {
        bottom: -31px;
    }

    /*Icones topo*/
    .bloco-icones-topo{
        margin-top: 123px;
    }

    .box-icones-topo h4{
        font-size: 14px;
    }

    /*Galeria de fotos*/
    .mais{
        margin-top: 13%;
    }

    /*Bloco Vantagens*/

    .box-icones-vantagens {
        min-height: 173px;
    }

    /*Pagaina ver todos*/
    .topo-ver-todos {
        margin-top: 25px;
    }

    .box-titulo-detalhamento-ver-todos{
        margin-left: 30px;
        display: inline-block;
        text-align: center;
    }

    .box-img-detalhamento-ver-todos{
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    .topo{
        position: fixed;
        width: 100%;
        z-index: 9999;
        background-color: #fff;
    }

    .logo-menu img{
        margin-left:0;

    }

    .navbar-nav{
        margin-top: 10px;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }


    /*Carossel*/
    .slide-topo {
        margin-top: 19%;
    }


    .carousel-caption {
        width: 50%;
    }


    /*Icones topo*/
    .box-icones-topo h4{
        font-size: 18px;
    }

    /*Galeria de fotos*/
    .mais{
        margin-top: 11%;
    }


    /*Pagaina ver todos*/
    .topo-ver-todos {
        margin-top: 14%;
        display: inline-block;
        width: 100%;
    }

    .box-img-detalhamento-ver-todos{
        margin-top: 16%;
    }

    .box-texto-detalhamento-ver-todos{
        margin-top: 38px;
    }
}


@media (min-width: 1200px) {
    .box-icones-vantagens {
        min-height: 0;
    }

    /*Pagaina ver todos*/
    .topo-ver-todos {
        margin-top: 9%;
    }

    /*Galeria de fotos*/
    .mais{
        margin-top: 21%;
    }


}