.logo_company
{
    margin: auto
}

.logo_footer
{
    height: 250px
}


@media only screen and (min-width: 992px)
{
    .section-intro p
    {
        width: 50%;
    }
}

.btn-whatsapp
{
    display: block;
    width: 70px;
    height: 70px;
    color #fff;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}

.grid__item-link .grid__item-info h3
{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px) font-size: 16px;
    padding: 15px;
}

    .grid__item-link .grid__item-info h3:after
    {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        transition-delay: 100ms
    }

.grid__item-link .grid__item-info .grid__item-category
{
    opacity: 1;
    visibility: visible;
    transition-delay: 200ms;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.grid__item-link .grid__item-overlay
{
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

@media only screen and (max-width: 480px) and (min-width: 0px)
{
    video.responsive-ajuste
    {
        margin-left: -100px;
    }
}
/*
.overlay_accent-normal {
    
    height:30%;

}*/

/* styles for validation helpers */
.field-validation-error
{
    color: red;
    margin-left: 5px;
}

.field-validation-valid
{
    display: none;
}

input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="number"].input-validation-error,
input[type="tel"].input-validation-error,
input[type="password"].input-validation-error,
select.input-validation-error,
textarea.input-validation-error
{
    border: solid 2px red;
}

.validation-summary-errors
{
    color: red;
    margin: 10px 0 15px 0;
    padding: 0;
}

    .validation-summary-errors ul
    {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.validation-summary-valid
{
    display: none;
}

.valSummary
{
    padding-left: 23px;
    padding-bottom: 10px;
}

.validation-block
{
    clear: both;
    float: none;
    display: block;
}

/* END styles for validation helpers */

.compInfo
{
    text-align: center;
    font-size: 10px;
    color: #494949;
}

.figure-contact__property
{
    font-size: 23px;
}

/* ALERTAS DE BOOTSTRAP */

.alert
{
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading
{
    color: inherit;
}

.alert-link
{
    font-weight: 700;
}

.alert-dismissible
{
    padding-right: 4rem;
}

    .alert-dismissible .close
    {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary
{
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr
    {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link
    {
        color: #002752;
    }

.alert-secondary
{
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr
    {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link
    {
        color: #202326;
    }

.alert-success
{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr
    {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link
    {
        color: #0b2e13;
    }

.alert-info
{
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr
    {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link
    {
        color: #062c33;
    }

.alert-warning
{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr
    {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link
    {
        color: #533f03;
    }

.alert-danger
{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr
    {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link
    {
        color: #491217;
    }

.alert-light
{
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr
    {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link
    {
        color: #686868;
    }

.alert-dark
{
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr
    {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link
    {
        color: #040505;
    }
    .aside-logos__wrapper-logo {
        width: 26%;
        padding: 30px;
    }

/* END ALERTAS DE BOOTSTRAP */




@media only screen and (max-width: 768px) and (min-width: 320px) {


    .aside-logos__wrapper-logo {
        margin-top: 15px;
        margin-bottom: 15px;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        transition: all 0.5s;
        
        margin: 13px;
        width: 40%;
    }
    .col-12 {
        -ms-flex: 0 0 100%;
        flex: 50 0 49%;
        max-width: 160%;
    }

    .scroll-up__icon {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        width: 60px;
        height: 60px;
        background-color: #233D4D;
        border-radius: 100%;
        color: #fff;
        font-size: 24px;
        transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        margin-top: -90px;
        position: absolute;
        margin-left: -16px;
    }
    .figure-post__inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 80%;
    }
    .logo img {
        width: auto;
        height: 191%;
        margin-left: 43px;
        margin-top: 24px;
    }



 }


