﻿@media (max-width: 479px) {
    .bg-fixed.bg-img-1 {
        background-position: 55% 0 !important;
    }
	

}

@media (max-width: 991px) {
    .brand-logo-light {
        display: none;
    }
}

@media (min-width: 990px) {
    .bg-img-2 {
        background-size: cover;
        background-position: 0 70% !important
    }
}


    footer .footer-info a, footer .footer-info a[href^="tel:"] {
        font-size: 30px;
        font-family: "Montserrat", sans-serif;
        line-height: 50px;
    }



        footer .footer-info a i {
            font-style: normal
        }

    footer .footer-info {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    footer .copyright a {
        font-size: 14px;
    }

    .rd-mailform textarea.form-input {
        height: 100px;
    }

    .rd-mailform .form-input {
        padding: 7px 19px 20px 19px;
        line-height: 10px;
    }

    .rd-mailform .button-primary {
        color: #67acbc;
        background: #fff;
    }

        .rd-mailform .button-primary:hover {
            color: #fff;
            background: rgba(0, 0, 0, 0.3);
        }

    .contato h3 {
        margin: 20px 0 -15px 0
    }

    .contato .form-input {
        line-height: 1.5rem !important
    }

    @media (min-width: 768px) {
        .copyright {
            position: absolute;
            bottom: 10px
        }
    }

    .frota .inset-2 {
        padding-top: 30px !important
    }

        .frota .inset-2 ul.list {
            font-size: 14px;
            margin-top: 0
        }

            .frota .inset-2 ul.list h6 {
                font-size: 16px;
                text-transform: uppercase
            }

    .form-input.error {
        border: solid 2px #e74c3c !important
    }

.aviso .alert {
    font-size: 48px;
    color: #eb0a0a;
    text-align: center;
    min-width: 400px;
    width: 100%;
    font-weight: bold;
    border: solid 6px #ff6a00;
    line-height: 48px
}

.aviso .text-info {
    font-size:22px;
    color: #000!important;
    text-align: center;
}

.aviso .text-tel {
    font-size: 18px;
    color: #000 !important;
    text-align: center;
    padding: 20px 0;
    margin-top:20px;
    background-color: #f1f1f1;
    border: solid 1px #ccc;
    font-weight:bold
}

.aviso .text-tel i {
   color:#eb0a0a;
   font-style:normal
}

    .aviso .text-tel span {
        border: solid 1px #eb0a0a;
        padding: 10px
    }

@media (max-width: 479px) {
    .aviso .alert {
        font-size: 36px;
        min-width: 300px;
        line-height: 36px
    }
    .aviso .text-tel {
        font-size: 14px;     
        
    }
}