body {
    background: #fcfcfc;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'Roboto', sans-serif;
}

#floater {
    position: absolute;
    top: 100px;
    right: 1px;
    width: 100px;
    height: 100px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    z-index: 1;
    padding: 10px;
    color: white;
    background-color: #4c4c4c;
    border: none;
    text-align: center;
    box-sizing: border-box;
}
.btn-group-sm .btn-fab{
  position: fixed !important;
  right: 29px;
}
.btn-group .btn-fab{
  position: fixed !important;
  right: 20px;
}
#main{
    bottom: 20px;
    background-color: #4b4c4c;
    border: none  
}
#mail{
  bottom: 80px
}
#sms{
  bottom: 125px
}
#autre{
  bottom: 170px
}

.margin {
    margin-bottom: 40px;
    margin-top: 40px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #ddbd20;
    text-decoration: none;
}

.breadcrumb {
    background: #4c4c4c;
    margin-top: 40px;
    margin-bottom: 40px;
}

.section {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 2px;
    margin-right: 2px;
}

.sectionDois {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sectionTres {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.breadcrumb-item.active {
    color: #fff;
    font-size: 18px;
}

/* SIZES media queries */
@media (min-width: 576px) {
    .chefefoto {
        width: 200px;
        height: 200px;
    }

}

@media (min-width: 768px) {
    .media-body {
        font-size: 20px;
        text-align: justify;
        padding-right: 20px;
        padding-top: 30px;
        padding-left: 20px;
    }

    .navbar {
        background: transparent;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {}



@media (max-width: 575.98px) {}


@media (max-width: 767.98px) {
    .media-body {
        font-size: 20px;
        text-align: justify;
        padding-right: 20px;
        padding-top: 30px;
        padding-left: 20px;
    }

    .navbar {
        background: transparent;
    }


}

@media (max-width: 991.98px) {

    .carousel-caption p {
        display: none;
    }

    .carousel-caption h5 {
        font-size: 14px !important;
    }

    .carousel-caption .morebtn {
        background: #ddbd20;
        color: #fff;
        text-shadow: none;
        font-size: 14px;
        width: 100px;
        height: auto;
    }

}

@media (max-width: 1199.98px) {}

/* END SIZES media queries */

.morebtn .btn-light {
    margin-top: 20px;
    background: #ddbd20;
    color: #fff;
}

.blog-header {
    padding-bottom: 20px;
    padding-top: 20px;
}

.logo {
    width: 180px;

}

.socialIcons {
    margin-right: 66px;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.navbar {
    background: #4c4c4c;
    border-radius: 4px;
    color:#fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #ddbd20;
}

.nav-item {
    margin-right: 22px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {

    color: #fff;

}
.socialicon {
    width: 26px;
    height: 26px;
    margin-left: 80px;
}

.socialicon:hover {
    transform: scale(1.04);
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ddbd20;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 90px;
    transition: width .3s;
}

.cool-link2::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ddbd20;
    transition: width .3s;
    color: #fff;
}

.cool-link2:hover::after {
    width: auto !important;
    transition: width .3s;
}

.langEn {
    background: url(../img/flags/english_lang.svg) no-repeat;
    width: 30px;
    height: 30px;
    padding: 0;
}

.langEn:hover {
    background: url(../img/flags/english_hover.svg) no-repeat;
    width: 30px;
    height: 30px;
    padding: 0;
}

.langPt {
    background: url(../img/flags/pt_lang.svg) no-repeat;
    width: 30px;
    height: 30px;
    padding: 0;
}

.langPt:hover {
    background: url(../img/flags/pt_hover.svg) no-repeat;
    width: 30px;
    height: 30px;
    padding: 0;
}


.search {
    position: absolute;
    right: 0%;
    background: #6d6d6d;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 12px;
    padding-left: 12px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 60px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: #000 1.4px -1.4px, #000 -1.4px 1.4px, #000 1.4px 1.4px, #000 -1.4px -1.4px;
    font-size: 22px;
    /*font-family: “Segoe UI”, Arial, Helvetica, sans-serif;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.carousel-caption h5 {
    font-size: 36px;
    text-shadow: #000 1.4px -1.4px, #000 -1.4px 1.4px, #000 1.4px 1.4px, #000 -1.4px -1.4px;
    /*font-family: “Segoe UI”, Arial, Helvetica, sans-serif;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.carousel-caption .morebtn {
    background: #ddbd20;
    color: #fff;
    text-shadow: none;
}

.media-body {
    font-size: 20px;
    text-align: justify;
}

.chefefoto {
    width: auto;
    height: auto;
}

.pro-cards {
    border: none;
    text-align: center;
    transition: transform .2s;
    background: transparent;
}

.pro-cards:hover {
    transform: scale(1.04);
}

.cartaonovo:hover {
    transform: scale(1.02);
}

.footer {
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #a9a9ac;
    margin-top: 40px;
    position: sticky;
}


/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    height: 200px;
}

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* END Slider */

/* TEAM CARDS */
.chefe {
    margin-bottom: 40px;
}

.teamphoto {
    width: auto;
    height: 280px;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffectTwo {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 20px 20px;
}

.hovereffectTwo .overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 25%;
    padding: 60px 20px;
}



.hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect a,
.hovereffect p {
    color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    font-size: 24px;
}

.hovereffect:hover a,
.hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffectTwo:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffectTwo a,
.hovereffectTwo p {
    color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    font-size: 16px;
}

.hovereffectTwo:hover a,
.hovereffectTwo:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Counter cards */
.cardcounter {
    border: none;
    background: transparent;
    margin-bottom: 16px;
}

.cardcouterimg {
    width: 60px;
    height: auto;
    text-align: center;
}

.count {
    color: #000;
    font-size: 36px;
}

/* Footer */
.text-muted {
    text-align: center;
    margin-top: 60px;
}

/* 
*
*
*ANTONIO MOSQUITO PAGE 
* O GRUPO PAGE
*
*
**/


.description {
    font-size: 18px;
    text-align: justify;
}

.banerImg {
    width: auto;
    height: 50%;
}

.banerImgEN {
    width: auto;
    height: 50%;
}

.mapaImg {
    width: 100%;
    height: 550px;
}

.grupoplogo {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.antonio {
    border-radius: 10px;
    height: 400px;
}

.antonioEN {
    border-radius: 10px;
    height: 400px;
}

/* FORM LOGIN */
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 180px;
}

/* NEGOCIOS PAGE */


.gallery-title:after {
    content: "";
    position: absolute;
    width: 50px;
    left: 46.5%;
    height: 25px;
}

.filter-button {
    width: 240px;
    height: 64px;
    margin: 8px;
}

.filter-button2 {
    width: 180px;
    height: 34px;
}

.filter-button:hover {
    transform: scale(1.04);
}

.btn-default:active .filter-button:active {
    background-color: #ddbd20;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

/* NOTICIAS */

.noticiacard {
    padding-top: 40px;
    padding-bottom: 20px;
}

.cartaonoticia {
    background: rgb(85, 65, 39);
    border: none;
    border-radius: 20px;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
}

.notcorpo {
    padding-top: 16px;
    color: #000;
}

.verfullnoticia {
    background: #4c4c4c;
    color: #fff;
    border: none;
}

.corponoticiacomp {
    background: #fcfcfc;
    border: none;
    margin-bottom: 40px;
    margin-top: 20px;
}

.noticia-completa {
    color: #000;
    text-align: justify;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 60px;
    padding-bottom: 20px;
}

.noticiaCard {
    margin-bottom: 20px;
}

.textonotcomp {
    text-align: justify;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.btnvoltarant {
    text-align: center;
    padding-top: 20px;
}

.voltarBtn {
    background: #4c4c4c;
    color: #fff;
    border: none;
}

.voltarBtn:hover {
    background: #4c4c4c;
    color: #ddbd20;
    border: none;
}

.datanoticia {
    font-size: 12px;
}

.notimg {
    padding-bottom: 20px;
    text-align: center;
}


/* noticias home page */

.containerNoticias {
    padding-left: 20px;
    padding-right: 20px;
}


.tituloNoticias {
    padding-top: 50px;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    color: #000;
}


.hotelcard {
    background: rgba(76, 76, 76, 0.08);
    border-color: #4c4c4c;
    border-width: 1px;
    border-radius: 2%;
}

.card-img-top {
    border-radius: 0px;
}

.card-deck {
    margin-bottom: 60px;
    margin-top: 40px;
}

.titulocard {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 22px;
}

/* LANG */

#lang {
    background: #f2f2f2;
    position: fixed;
    right: 0;
    top: 50px;
    padding: 10px;
    border-radius: 8px 0 0 8px;
}

#lang a {
    text-decoration: none;
}

#lang ul {
    margin: 0;
    padding: 0;
}

#lang ul li {
    list-style-type: none;
}
