@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,800');

body {
    /* background: url('../images/home.png') no-repeat center top; */
    font-family: 'Raleway';
    overflow-x: hidden;
    height: 100%;
}

.container {
    min-height: 100%;
    /* overflow: hidden; */
    margin: 0 auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* Menu */

.base-header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
}

.linha-menu {
    height: 45px;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.linha-menu .logo {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.linha-menu .menu, .linha-menu .social {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}


.base-header .menu {
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 10000;
}

.base-header .menu ul {
    margin: 0;
    padding: 0;
}

.base-header .menu > ul > li {
    margin: 0;
    display: inline-block;
    position: relative;
    padding: 10px 20px;
}

.base-header .menu > ul > li ul li {
    margin: 0;
    display: inline-block;
    position: relative;
    padding: 0px 10px;
}


.base-header .menu > ul > li > a:hover {
    color: #a1a4a8;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.base-header .menu > ul > li:first-child > a:hover {
    cursor: context-menu;
}

.base-header .menu > ul > li > .active {
    color: #909295;
}

.base-header .menu ul li a {
    white-space: nowrap;
}

.base-header .menu > ul > li > ul {
    display: none;
    border: 1px solid #DFDFE0;
    background-color: white;
    position: absolute;
    top: 35px;
    left: 50%;
    margin: 0;
    padding: 5px 0;
    z-index: 1000;
    width: 220px;
}

.base-header .menu > ul > li:hover > ul {
    display: inline-block;
    z-index: 1000;
}

.base-header .menu > ul > li > ul > li {
    display: block;
    margin: 0;
    padding: 0;
}

.base-header .menu > ul > li > ul > li > a {
    font-size: 12px;
    color: black;
    text-decoration: none;
    text-align: left;
    display: block;
    padding: 3px 20px;
}

.base-header .menu > ul > li > ul > li ul li a {
    font-size: 10px;
    color: #8F9093;
    text-decoration: none;
    text-align: left;
    display: block;
    padding: 3px 20px;
    font-family: Raleway;
}


.base-header .menu > ul > li > ul li a:hover {
    background: url('../images/greater.png') no-repeat left 9px center;
}

.base-header .menu > ul > li > a {
    font-size: 14px;
    color: black;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}

.base-header .social a {
    display: inline-block;
    border: 1px #DFDFE0 solid;
    color: black;
    font-size: 11px;
    width: 24px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 5px;
}

.base-header .social a:last-child {
    margin-right: 0;
}

.base-header .logo {
    text-align: center;
}

hr {
    display: block;
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border: 0.5px #6D6E71 solid;
    width: 70px;
}

.footer {
    text-align: left;
    background-color: #414042;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-inner {
    position: relative;
    padding: 30px 120px;
}

.footer-inner .row .coluna > h1 {
    font-size: 28px;
    font-weight: 800;
    color: #000000;
}

.footer-inner .row .coluna > ul {
    margin: 0;
    padding: 0;
}

.footer-inner .row .coluna > ul > li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    padding: 0 5px;
}

.footer-inner .row .coluna > ul > li > a {
    font-size: 16px;
    color: #808082;
    display: block;
    text-decoration: none;
    padding-bottom: 8px;
}

.footer-inner .row .coluna .social > ul {
    top: 80px;
    left: 0;
    margin: 0;
    padding: 0;
    display: flex;
}

.footer-inner .row .coluna .social > ul > li {
    list-style: none;
}

.footer-inner .row .coluna .social > ul > li > a {
    display: block;
    position: relative;
    color: #808082;
    width: 48px;
    height: 48px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    margin: 0 4px 0 0;
    border: #808082 1px solid;
}

.footer-inner .row .coluna .social > ul > li > a:hover {
    color: #515153;
    border: #515153 1px solid;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-inner .row .coluna > ul > li > a:hover {
    color: #515153;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-inner .row .coluna .contacto {
    padding-top: 5px;
}

.footer-inner .row .coluna .contacto > p {
    padding-top: 5px;
    font-size: 8px;
    color: #6D6E71
}

/* Topicos */

section {
    position: relative;
}

.section-topic {
    left: 0;
    right: 0;
    top: 0;
    padding: 60px 0 0 0;
}

.section-topic .square-topic {
    position: relative;
    margin: 0 auto;
    border: 1px #C0C0C1 solid;
    width: 124px;
    height: 124px;
}

.section-topic .square-topic-text {
    position: relative;
    margin: 0 auto;
    top: -95px;
    width: 100%;
    height: auto;
    text-align: center;
}

.section-topic .square-topic-text > h1 {
    color: #909295;
    font-size: 30px;
    padding: 0;
    margin: 0;
    z-index: 5;
    margin: 0 auto;
}

.section-topic .square-topic-text > h2 {
    color: #000000;
    font-size: 33px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    z-index: 5;
    margin: 0 auto;
}

.section-topic .square-topic .air-plane-top, .air-plane-top-magazine {
    position: absolute;
    top: -60px;
    left: -450px;
}

.air-plane-top-magazine {
    top: -90px;
}

/* Section text */

.section-text {
    left: 0;
    top: 0;
    text-align: center;
}

.section-text p {
    font-size: 13px;
    color: #58595B;
}

.section-background {
    background: url('../images/backgoundhome.jpg') no-repeat top;
    background-size: 100%;
}


/* @media(max-width: 1299.99px) {
    .section-background {
        background-size: 130%;
    }
}
@media(max-width: 1031.99px) {
    .section-background {
        background-size: 150%;
    }
} */

.section-no-background {
    left: 0;
    top: 0;
    height: auto;
}

.picture-square-text {
    background-color: #EEEFEF;
}

.picture-square-text .title {
    text-align: center;
    width: 100%;
    padding: 20px 55px;
}

.picture-square-text .text {
    height: 160px;
    overflow-y: auto;
    margin: 20px 0;
    padding: 0 55px;
}

.picture-square-text .text.not-niceScroll {
    height: auto;
}

.picture-square-text .text p {
    line-height: 18px;
}


.picture-square-text .title > ul {
    margin: 0;
    padding-left: 70px;
    text-align: left;
}

.picture-square-text .title > ul > li {
    margin: 0;
    padding: 0;

    position: relative;
    color: #909295;
    font-size: 13px;
}

@media (max-width: 992px) {
    .picture-square-text .title {
        padding-top: 10px;
    }
}

.picture-square-text .title .title-left {
    color: #909295;
    font-size: 35px;
    line-height: 35px;
    font-weight: normal;
    padding: 0;
}

.picture-square-text .title .title-right {
    color: #000000;
    font-size: 35px;
    line-height: 35px;
    font-weight: bolder;
    padding: 0;
}

.picture-square-text .subttitle {
    text-align: center;
    width: 100%;
}

.picture-square-text .subttitle > a {
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 20px;
    letter-spacing: 2.5px;
}

.picture-square-text .subttitle > a:hover {
    color: #909295;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.picture-square-text .subttitle > h5, .subttitle > h6 {
    color: #000000;
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 20;
    margin: 5px;
    letter-spacing: 2.5px;
}

.picture-square-text .subttitle > h6 {
    margin: 0px;
}

.text, .text-left, .text-justified, .text-expirience {
    padding: 30px 55px;
    color: #6D6E71;
    font-size: 14px;
    text-align: center;
}

.text-expirience {
    padding: 5px 35px;
}

.text-left {
    text-align: left;
    padding: 20px 0px;
}

.text-justified {
    text-align: justify;
    padding: 20px 0px;
}


.picture-square-text .text-justified {
    height: 190px;
    overflow-y: auto;
    padding: 0px 55px;
    margin-top: 10px;
    float: left;
    width: 100%;
}

.picture-square-text .text-justified p {
    line-height: 19px;
}


.picture-square-text .saber-mais {
    position: relative;
    margin: 0 50px;
    border: 1px #C0C0C1 solid;
    width: 36px;
    height: 36px;
    display: inline-block;
}

.picture-square-text .saber-mais .saber-mais-text {
    position: absolute;
    top: 0px;
    left: -50%;
    padding-top: 5px;
    text-align: center;
    white-space: nowrap;
}

.picture-square-text .saber-mais .saber-mais-text > a {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    z-index: 5;
    text-decoration: none;
}

.picture-square-text-icon, .picture-square-text-icon-left, .picture-square-text-icon-center {
    margin: 20px;
    height: 60px;
    width: 100px;
    right: -20px;
    top: -5px;
    position: absolute;
}

.picture-square-text-icon img, .picture-square-text-icon-left img, .picture-square-text-icon-center img {
    max-height: 50px;
}

.picture-square-text-icon-left {
    left: -20px;
}

.picture-square-text-icon-center {
    left: 40%;
}

.section-down-home, .section-down-destination-kenya, .section-down-sobre, .section-down-contacto, .section-down-magazine {
    left: 0;
    top: 0;
    right: 0;
    background: url('../images/backgoundhome2.jpg') no-repeat bottom;
    background-size: 100%;
    padding-bottom: 300px;
    height: 867px;
}

.section-down-destination-kenya {
    background: url('../images/backgoundkenya.jpg') no-repeat bottom;
    height: 1079px;
}

.section-down-sobre {
    background: url('../images/backgroundsobre.jpg') no-repeat bottom;
    height: 1280px;
}

.section-down-contacto {
    background: url('../images/backgroundcontacto.jpg') no-repeat bottom;
    height: 1280px;
}

.section-down-acommodation {
    background: url('../images/backgroundacommodations.jpg') no-repeat bottom;
    height: 1080px;
}

.section-down-magazine {
    background: url('../images/backgroundmagazine.jpg') no-repeat bottom;
    height: 1080px;
}

.section-down-africa {
    background: url('../images/backgroundafrica.jpg') no-repeat bottom;
    height: 768px;
}

.section-down-destination-brasil {
    background: url('../images/destinos/brasil/backgroundamazonia.jpg') no-repeat bottom;
    height: 1125px;
}

.section-down-destination-tanzania {
    background: url('../images/destinos/tanzania/tanzania_footer.jpg') no-repeat bottom;
    height: 1280px;
}

.section-down-destination-europa {
    background: url('../images/backgroundeuropa.jpg') no-repeat bottom;
    height: 768px;
}

.section-down-destination-oporto {
    background: url('../images/backgroundeuropa.jpg') no-repeat bottom;
    height: 768px;
}

.botao-caroucel-personalizado {
    padding: 3px;
    background-color: black;
    top: 45%
}

.full-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.full-image-square {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


@media (min-width: 1200px) {
    .row.same-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .row.same-height > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

}


@media (min-width: 992px) {
    .full-image-square {
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .full-image-square {
        height: 400px;
        width: 100%;
    }

    .picture-square-text .text {
        padding: 0 0;
    }

    .picture-square-text .title {
        padding: 20px 20px;
    }

}

@media (max-width: 992px) {
    .full-image-square {
        height: 410px;
        width: 100%;
    }
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.footer .airplane-grande-rodape {
    position: absolute;
    margin-top: 30px;
    left: 0;
}

.footer .airplane-pequeno-rodape {
    position: absolute;
    margin-top: -2px;
    right: 0;
}

#form_newsletter div {
    float: left;
}

#newsletter-field {
    float: left;
    background-color: transparent;
    border-left: #808082 1px solid;
    border-top: #808082 1px solid;
    border-bottom: #808082 1px solid;
    border-right: none;
    border-radius: 0;
    width: calc(100% - 40px);
    height: 40px;
    padding: 10px;
    font-size: 13px;
    color: #808082;
}

input[type=text], input[type=email] {
    border-radius: 0px;
    background: transparent;
    border: #CCCCCC 1px solid;
    color: #909295;
    font-size: 14px;
    height: 55px;
    padding: 10px;
}

textarea {
    overflow: auto;
    outline: none;
    resize: none;
}

#text-area {
    border-radius: 0px;
    background: transparent;
}

input[type=text]:hover, input[type=email]:hover, textarea:hover {
    border: #808082 1px solid;
}

input[type="submit"] {
    float: left;
    height: 40px;
    width: 40px;
    background: url('../images/arrowrightnewslatter.png') no-repeat center;
    background-size: 100%;
    background-color: #B4B5B3;
    border: 0;
    color: #B4B5B3;
}

.btn-primary {
    background-color: #808082;
    border-radius: 0;
    border: none;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    height: 55px;
}

.btn-primary:hover {
    background-color: #B4B5B3;
}

.btn-primary:active {
    background-color: #B4B5B3;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #B4B5B3 !important;
    border-color: #B4B5B3;
}

.footer .footer-webhouse {
    border-top: #4B4A4C 1px solid;
    padding: 0 120px;
    margin: 0;
    height: 70px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer .footer-webhouse .rights {
    color: #A4A6A9;
}

.footer .footer-webhouse .made-with-love {
    text-align: right;
    color: #A4A6A9;
}

.footer .footer-webhouse .made-with-love > i {
    color: white;
}

.footer .footer-webhouse a {
    color: #A4A6A9;
}

.footer .footer-webhouse a:hover {
    text-decoration: none;
    opacity: 0.75;
}


.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.laguage-button {
    border: 1px #DFDFE0 solid;
    background: transparent;
    color: rgb(96, 98, 100);
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 1px;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

.laguage-button:hover {
    text-decoration: none;
}

.laguage-button:focus {
    outline: 0
}


.spacer-10 {
    width: 100%;
    height: 10px;
    clear: both;
}

.spacer-15 {
    width: 100%;
    height: 15px;
    clear: both;
}


.spacer-20 {
    width: 100%;
    height: 20px;
    clear: both;
}

.spacer-30 {
    width: 100%;
    height: 30px;
    clear: both;
}

.spacer-50 {
    width: 100%;
    height: 50px;
    clear: both;
}

.spacer-100 {
    width: 100%;
    height: 100px;
    clear: both;
}

.spacer-120 {
    width: 100%;
    height: 120px;
    clear: both;
}

.spacer-150 {
    width: 100%;
    height: 150px;
    clear: both;
}

.spacer-200 {
    width: 100%;
    height: 200px;
    clear: both;
}

.hr-wrapper {
    margin: 10px auto;
    padding: 0;
}

.europa-experiences {
    position: relative;
}

.europa-experiences .topo-white {
    position: absolute;
    top: -75px;
    height: 75px;
    width: 100%;
    background: rgba(242, 246, 248, 0);
    background: -moz-linear-gradient(top, rgba(242, 246, 248, 0) 0%, rgba(216, 225, 231, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242, 246, 248, 0)), color-stop(0%, rgba(216, 225, 231, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(242, 246, 248, 0) 0%, rgba(216, 225, 231, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(242, 246, 248, 0) 0%, rgba(216, 225, 231, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(242, 246, 248, 0) 0%, rgba(216, 225, 231, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(242, 246, 248, 0) 0%, rgba(216, 225, 231, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6f8', endColorstr='#ffffff', GradientType=0);
}


.container-bottom-white {
    position: relative;
}


.bottom-white {
    position: absolute;
    bottom: 0;
    height: 75px;
    width: 100%;
    background: rgba(242, 246, 248, 0);
    background: -moz-linear-gradient(top, rgba(242, 246, 248, 0) 0%, rgba(216, 225, 231, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242, 246, 248, 0)), color-stop(0%, rgba(216, 225, 231, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(242, 246, 248, 0) 0%, rgba(216, 225, 231, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(242, 246, 248, 0) 0%, rgba(216, 225, 231, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(242, 246, 248, 0) 0%, rgba(216, 225, 231, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(242, 246, 248, 0) 0%, rgba(216, 225, 231, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6f8', endColorstr='#ffffff', GradientType=0);
}


.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px;

}

@keyframes fadeIn {
    from {
        opacity: 0.1;
    }
}

.preloader img {
    max-height: 70px;
    animation: fadeIn 1000ms infinite alternate;
}

.grecaptcha-badge {
    z-index: 10;

}

.material-scrolltop.reveal {
    width: 45px;
    height: 45px;
}

.material-scrolltop {
    background-color: #666666;
    bottom: 15px;
    right: 15px;
}

.material-scrolltop:hover {
    background-color: #999999;
}

.material-scrolltop::before {
    background: #999999;
}

.tooltip {
    width: 135px;
}

.tooltip.top .tooltip-inner {
    max-width: 100% !important;
    padding: 5px;
    border-radius: 0px;
    font-size: 8px;
    text-transform: uppercase;
}

#msgCookie {
    background: #FFF;
    bottom: 0;
    color: #58595B;
    font-size: 12px;
    display: none;
    padding: 15px;
    width: 100%;
    z-index: 1001;
    border: 1px solid #CCC;
    position: fixed;
    left: 0;
}

#msgCookie a {
    color: #58595B;
    font-weight: 700
}

#msgCookie a:hover {
    color: #666;
}

#msgCookie .mensagem {
    display: block;
    position: initial;
    margin-top: 5px
}

#msgCookie .btn-close {
    padding: 5px 15px;
    background-color: #CCC;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin-left: 10px;
    float: right;
    width: 120px;
    text-align: center
}

#msgCookie .btn-close:hover {
    background-color: #000;
    color: #CCC;
    text-decoration: none;
}

.menuMobile {
    position: fixed;
    text-align: center;
    padding: 10px 0 5px 0;
    float: left;
    width: 100%;
    background-color: #ffffff;
    z-index: 99999;
}

.menuMobile .butao {
    position: absolute;
    left: 10px;
    top: 13px;
    z-index: 1001;

}

.menuMobile .butao i {
    color: #000;
    font-size: 20px;
    transition: transform 1s ease-in-out 0s;
}

.menuMobile .butao i:hover {
    color: #333333;
    transform: rotate(180deg);
}

.menuMobile .logotipo a {
    display: inline-block;
}

.menuMobile .logotipo img {
    max-height: 35px;
    margin: 0 auto;
}

.control-altura-menu {
    width: 100%;
    height: 45px;
    clear: both;
}

.mm-slideout {
    z-index: auto;
}

.grecaptcha-badge {
    display: none;
}

#lightbox {
    z-index: 10;
}

.no-action {
    pointer-events: none;
}

.carousel {
    clear: both;
}


@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

    .footer-inner {
        position: relative;
        padding: 30px 0px;
    }

    .footer .footer-webhouse {
        padding: 0;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    /* MENU */
    .base-header {
        padding: 0;
    }

    .linha-menu {
        margin: 15px 0 20px 0;
        height: auto;
        justify-content: center;
    }

    .linha-menu .social {
        justify-content: center;
    }

    /* END MENU */
    .footer-inner {
        position: relative;
        padding: 30px 0px;
    }

    .footer .footer-webhouse {
        padding: 0;
    }
}

@media (max-width: 767px) {
    /* MENU */
    .base-header {
        padding: 0;
    }

    .linha-menu {
        margin: 15px 0 20px 0;
        height: auto;
        justify-content: center;
    }

    .linha-menu .social {
        justify-content: center;
    }

    /* END MENU */
    .footer .footer-webhouse {
        padding: 0;
    }

    .footer-inner {
        position: relative;
        padding: 30px 0px;
    }

    .footer-inner {
        text-align: center;
    }

    .footer-inner .row .coluna .social > ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: stretch;
    }

    .footer .footer-webhouse {
        height: auto;
    }

    .footer .footer-webhouse .rights, .footer .footer-webhouse .made-with-love {
        text-align: center;
    }
}


.enquire-now-btn {
    border: 1px #DFDFE0 solid;
    text-align: center;
    padding: 2px 10px;
}

.enquire-now-btn:hover {
    color: #fff !important;
    background-color: #1b1e21;
    border-color: #1b1e21;
}