@media only screen and (min-width : 992px) {
    .container-fluid {
        padding-left: 40px;
        padding-right: 15px;
    }

    .md-padding-right-40 {
        padding-right: 40px;
    }

    .md-padding-left-50 {
        padding-left: 50px;
    }
}


.pesquisa {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.formulario {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left:30px;
    display:flex;
    flex-wrap:wrap;
}

    .formulario > div {
        position: relative;
    }

    @media(max-width:991px) {
        .formulario {
            margin-left: 00px;
        }
    }

    @media(max-width:575px) {
        .formulario {
            width: 100%;
        }
            .formulario > div {
                width: 100%;
                position:relative;
            }
    }

    #clearSearch {
    position: absolute;
    right: 25px;
    top: 7px;
}
@media(max-width:575px) {
    #clearSearch {
        position: absolute;
        right: 15px;
        top: 7px;
    }
}

.formulario input {
    border-radius: 15px;
    padding: 5px 5px 5px 35px;
    min-width: 200px;
    max-width: 200px;
    margin-right: 15px;
}

.formulario #estado {
    margin-right: 15px;
}
    .formulario select {
        border-radius: 15px;
        padding: 5px 5px 5px 5px;
        min-width: 200px;
        max-width: 200px;
    }


@media(max-width:575px) {
    .formulario input {
        min-width: 100%;
        margin-right: 0px;
        margin-bottom:15px;
    }

    .formulario #estado {
        min-width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .formulario select {
        min-width: 100%;
        margin-right: 0px;
    }
}


#pesquisarBotao {
    position: absolute;
    left: 5px;
    top: 5px;
    background: transparent;
    border: none;
}

.vercontacto {
    cursor: pointer;
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

    .slick-dots li {
        text-indent: -99999px;
        width: 16px;
        height: 16px;
        margin: 0 10px;
        border-radius: 8px;
        cursor:pointer;
    }
	
	.slick-dots li:only-child {
        display: none;
    }


        @media only screen and (max-width : 992px) {
            .featured-block {
        margin-bottom: 20px;
    }

    .hide-sm {
        display: none;
    }

    .img-news {
        display: block !important;
        float: none !important;
        margin-bottom: 10px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .sm-padding-left-20 {
        padding-left: 20px;
    }

    .sm-text-right {
        text-align: right;
    }
}

@media only screen and (max-width : 768px) {
    .xs-margin-top-20 {
        margin-top: 20px;
    }

    .xs-margin-bottom-0 {
        margin-bottom: 0px;
    }

    .xs-center {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .xs-text-right {
        text-align: right;
    }
}

@media only screen and (max-width : 360px) {
    .social {
        width: 30px !important;
        height: 30px !important;
        font-size: 16px !important;
    }

    .btn-form {
        padding: 10px 30px !important;
    }

    .social > i {
        line-height: 30px !important;
    }
}

.boxContactoTop {
    font-size: 17px;
    font-family: 'Open Sans'
}

body {
    overflow-x: hidden;
}

.representations > div > div > div > a > div {
    border: 1px solid gray
}

.header [class^="icomoon-"] {
    color: gray;
}

.header-slider h2 {
    font-size: 40px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: bold;
}

.no-decoration {
    text-decoration: none;
    cursor: default;
}

    .no-decoration:hover {
        text-decoration: none;
        cursor: default;
    }

.header-slider h3 {
    font-size: 28px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-align: left;
}

.header-slider {
    background-size: cover;
    background-position: center center;
    height: 550px;
}

.header-slider-content {
    height: 550px;
    background: rgba(0,0,0,0.15);
}

    .header-slider-content .btn-form:hover {
        text-decoration: none;
        color: white;
    }

.content a:hover {
    text-decoration: none;
}

#more-addresses {
    cursor: pointer;
}

.footer {
    background-color: rgb(24,24,24);
    min-height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.equipment-wrapper:hover .equipment-content {
    background-color: #DBE2E8;
}

.footer p {
    color: white;
    font-size: 14px;
    margin-bottom: 0px;
}

.footer a {
    color: white;
    font-size: 14px;
    margin-bottom: 0px;
    text-decoration: underline;
}

.form-control {
    border-radius: 0px;
    box-shadow: none;
}

.footer a:hover {
}

.font-white {
    color: #FFFFFF;
}


.social {
    color: white;
    background-color: rgb(180,180,180);
    width: 35px;
    height: 35px;
    display: inline-block;
    font-size: 22px;
    border-radius: 50%;
}

.fa-ul > li {
    font-size: 17px;
}

    .fa-ul > li > i {
        font-size: 26px;
        margin-top: -5px;
    }

.social:hover {
    color: white;
}

.social > i {
    text-align: center;
    line-height: 35px;
    display: inline-block;
    width: 100%;
}

.col-skinny-padding {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.row-skinny-fix {
    margin-left: -2px !important;
    margin-right: -2px !important;
}

.representation {
    background-color: #FFFFFF;
    padding-bottom: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #d6d6d6;
    background-size: contain;
}

.featured-block {
    background: rgba(100,100,100, 0.30);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.featured-block-overlay {
    background: rgba(0,0,0, 0.23);
}

.logo {
    font-size: 42px;
    font-weight: 400;
}

.featured-block-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}

    .featured-block-content h2 {
        font-size: 35px;
        font-family: "Open Sans";
        color: rgb(255, 255, 255);
        z-index: 100;
        text-align: center;
        font-weight: bold;
    }

    .featured-block-content p {
        font-size: 20px;
        font-family: "Open Sans";
        color: rgb(255, 255, 255);
        text-align: center;
        font-weight: 400;
    }

a {
    text-decoration: none;
    color: rgb(38, 44, 57);
}

    a:hover {
        text-decoration: underline;
    }


.featured-block-overlay:before {
    content: "";
    display: block;
    padding-bottom: 450px;
}

.contacts-top {
    font-size: 17px;
    font-family: "Open Sans";
    color: rgb(43, 43, 55);
    text-align: left;
    font-weight: bold;
    margin-top: 40px;
    padding-left: 10px;
}

#contact-map {
    margin-top: 20px;
    width: 100%;
    height: 250px;
}

#other-adresses {
    display: none;
}

.other-adresses {
    margin-top: 10px;
    line-height: 23px;
}

.load-more {
    margin-bottom: 20px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.2s all;
}
    /*
.load-more:hover{
	margin-bottom: 20px;
	margin-top:20px;
	cursor: pointer;
}*/

    .load-more > p {
        font-size: 16px;
        font-family: "Open Sans";
        color: rgb(38, 44, 57);
        font-weight: bold;
        text-align: center;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .load-more > i {
        text-align: center;
        display: block;
        font-size: 26px
    }


.equipment {
    margin-top: 20px;
    margin-bottom: 20px;
}

.equipment-wrapper {
    border: 1px solid rgb(200,200,200);
    position:relative;
}

.img-news {
    max-width: 100%;
}

.news h2 {
    text-align: left;
    font-size: 35px;
    font-family: "Open Sans";
}

.news p {
    font-size: 20px;
    line-height: 25px;
    font-family: "Open Sans";
    text-align: left;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 20px;
}

.news .btn-form {
    border: 1px solid white;
    border-radius: 4px;
}

.img-news {
    float: right;
    margin-right: 0px;
    max-width: 100%;
    margin-left: 15px;
    margin-bottom: 15px;
}

.img-news-with-hover {
    float: right;
    position: relative;
    margin-left: 15px;
    cursor: pointer;
    margin-bottom: 15px;
}

    .img-news-with-hover:hover .iconMore {
        background-color: rgba(0,0,0,0.5);
        background-image: url('/microsites/img/iconMais.png');
        position: absolute;
        height: 100%;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background-position: center;
        background-repeat: no-repeat;
    }

.news img:after {
    content: " ";
    clear: both;
}

.equipment-header {
    background-size: cover;
    background-position: center center;
    padding-top: 80%;
}

.equipment-header img {
    position: absolute;
    left: -11px;
    top: 5px;
}

    .equipment-header .promocao {
        position: absolute;
        right: 5px;
        top: 5px;
        background: #FF0000;
        color: #fff;
        padding: 5px;
    }


.btn-form {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 40px;
    border: none;
    border-radius: 2px;
    font-size: 20px;
    text-align: center;
}

    .btn-form:hover {
        opacity: 0.8;
    }




.equipment-content {
    height: 132px;
    background-color: white;
    padding: 10px;
}

    .equipment-content p, .equipment-content span {
        font-size: 16px;
        font-family: "Open Sans";
        color: rgb(38, 44, 57);
        margin-bottom: 0px;
        /*display:block;*/
    }

    .equipment-content .price {
        position: absolute;
        font-size: 20px;
        font-family: "Open Sans";
        font-weight: bold;
        display: block;
        bottom: 8px;
    }


.font-normal {
    font-size: 17px;
    font-family: "Open Sans";
    color: rgb(38, 44, 57);
}


li.phone-icon {
    background: url('../images/phone-icon.png') no-repeat left top;
    padding-left: 35px;
    line-height: 26px;
    list-style: none;
    margin-top: 20px;
}

li.location-icon {
    background: url('../images/location-icon.png') no-repeat left top;
    padding-left: 35px;
    line-height: 26px;
    list-style: none;
    margin-top: 20px;
}

h2 {
    font-size: 30px;
    font-family: "Open Sans";
    color: rgb(0,0,0);
    font-weight: 400;
}

p {
    font-family: "Open Sans";
    color: rgb(38, 44, 57);
    text-align: left;
    font-weight: 400;
}

li {
    font-size: 17px;
    font-family: "Open Sans";
    color: rgb(38, 44, 57);
    text-align: left;
    margin-bottom: 25px;
}

.bold {
    font-weight: bold !important;
}
/*.bold:hover{color:#ccc;}*/

.cursor-pointer {
    cursor: pointer !important;
}

/* MARGINS / PADDINGS */
.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-40 {
    margin-right: 50px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-x-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.padding-right-40 {
    padding-right: 50px !important;
}

.padding-bottom-10 {
    padding-right: 10px !important;
}

.padding-bottom-20 {
    padding-right: 20px !important;
}

.padding-bottom-30 {
    padding-right: 30px !important;
}

.padding-bottom-40 {
    padding-right: 40px !important;
}

.padding-bottom-50 {
    padding-right: 50px !important;
}
