/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 20 de mai de 2020, 16:26:32
    Author     : marcos.rizzi
*/

.highlight p{
    text-align: center;
    font-size: 34px;
}

.intro_section h3{
    max-width: 100% !important;
}

.img-post {
    height: 300px;
    background-size: cover;
    background-position: center;
}

.img-post-full {
    margin-top: 20px;
    max-height: 600px;
}

.intro_section h3 {
    max-width: 85%;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 0 30px;
}

.intro_section .slide_description_wrapper::before {
    height: auto !important;
}

.intro_section .product {
    text-align: center;
}

.intro_section .product h2 {
    font-size: 18px;
    /* text-shadow: 0px 0px 5px #000; */
}

.intro_section .product img {
    max-height: 150px;
    max-width: 150px !important;
    margin-bottom: 20px;
    /* box-shadow: 0px 0px 20px #000; */
}

.intro_section .product .btn {
    padding: 0px;
}

.line-grey {
    border-bottom: 3px solid #f5f5f5;
    height: 10px;
    margin: 10px 0px;
}

.logo img{
    margin-top: 10px;
    max-height: 45px;
}

@media (min-width: 1400px) {
    .intro_section .product img {
        max-height: 300px;
    }
}

@media (max-width: 992px) {
    .intro_section {
        max-height: none;
        height: auto;
        padding: 0px 0px;
        display: block;
    }

    .intro_section h3 {
        max-width: none;
    }

    .intro_section>img {
        display: none;
    }

    .intro_section .slide_description_wrapper {
        height: auto;
    }

    .img-post {
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .page_header_wrapper .col-sm-12 {
        min-height: 0;
    }

}