/* FOLHA DE ESTILOS - GUILHERME CASSIO */

.catalogo-img img.img-responsive {
    width: 100%;
    height: 350px;
}

.catalogo-nome {
    height: 120px;
}

/* Estilo para a tabela nutricional */
.nutrition-table {
    border: 1px solid #dee2e6;
}

.nutrition-table .card-header {
    font-weight: 600;
}

/* Espaçamentos */
.featured-image {
    margin-bottom: 1.5rem;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.marcas {
    list-style: none;
    padding-left: 0px;
    display: table;
    background-color: #fff;
    padding-bottom: 20px;
    margin-top: 30px;
    border-radius: 30px 0px;
    border: 5px solid #f48220;
}

.marcas li {
    float: left;
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 30px;
}

#about {
    background-color: #fff;
}

#about h2 {
    color: #000;
    font-size: 44px;
    line-height: 1;
}

#about h2 > span {
    color: #ed6c1a;
}

#nossas-unidades {
    background-color: #fff;
}

#nossas-unidades h2 {
    color: #000;
    font-size: 44px;
    line-height: 1;
}

#nossas-unidades h2 > span {
    color: #ed6c1a;
}

.entry-content iframe {
    width: 100% !important;
    height: 500px;
}

/* Responsividade */
@media (max-width: 767.98px) {
    .col-md-5, 
    .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .nutrition-table {
        margin-top: 2rem;
    }

    #cta h2 {
        margin-top: 0;
        color: #fff;
        padding: 0px !important;
        font-size: 30px !important;
    }

    #cta p {
        color: #fff;
        font-size: 16px;
        padding: 0px !important;
        font-size: 16px !important;
        margin-top: 20px;
        line-height: 25px !important;
        margin-bottom: 30px;
    }

    #cta2 {
        /* background: #242a33 url(../img/fundo-catalogo-racoes.png) no-repeat 50% 50%; */
        background: #242a33 url(../img/background-textura-verde.jpg) no-repeat 50% 50%;
        background-size: cover;
        color: #fff;
        padding-top: 70px;
        padding-bottom: 30px;
        height: auto;
        background-color: #1b2c19;
    }

    .marcas {
        margin-bottom: 50px;
    }

    .marcas li {
        margin-right: 40px;
        margin-left: 40px;
        margin-top: 30px;
        float: none;
    }

    #blog .blog-post.blog-media .entry-thumbnail {
        margin: 0px;
        position: relative;
    }

    .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        display: block;
        max-width: 100%;
        height: auto;
        width: 100%;
        margin-bottom: 10px;
    }

    .video-empresa {
        padding: 20px !important;
    }

    .entry-content iframe {
        width: 100% !important;
        height: 250px;
    }
}