/*
* Theme Name: Algarve Encantos
* Author: Daniel Silva
* Text Domain: Algarve Encantos
* Domain Path: /languages
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body,
html {
    font-family: 'Abhaya Libre', serif;
    display: block;
    height: 100%;
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    box-sizing: border-box;
    background: white;
    z-index: 9999;
}

.menu-main-container, .menu-container{
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
}
#navbar-nav {
    display: flex;
    width: 100%;
    margin-left: 40px;
    align-items: center;
}
.menu-main-menu-container,
.top-right-menu {
    display: none;
    align-items: center;
}

.btn-cta{
    background: #199ed9;
    color: white !important;
    font-size: 18px !important;
    padding:10px 40px;
    border-radius: 20px;
    margin-left: 20px;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    font-family: "BauhausStd";
}
.btn-cta.orange {
    background:  #f17f22;;
}



.icon-menu-mobile {
    display: block;
    position: fixed;
    top: 14px;
    right: 20px;
    background: white;
    width: 24px;
    height: 16px;
    cursor: pointer;
    z-index: 9999;
    padding: 16px 12px;
    border-radius: 100%;
    /*
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.2);
    */
    transition: all 0.3s linear;
}
.phon-mobile {
    position: absolute;
    bottom: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
    color: white;
    text-decoration: none;
}
.phon-mobile i {
    margin-right: 10px;
}
.icon-menu-mobile.active {
    right: calc(50% - 25px);

}
.bar {
    width: 24px;
    position: absolute;
    height: 3px;
    border-radius: 20%;
    background: #00b8e8;
    transition:  all 0.3s linear;
}
.top-bar{
    top:16px;
}
.middle-bar{
    top:22px;
    opacity: 1;
}
.bottom-bar{
    top:28px;
}
.servi-form #wpcf7-f159-o1,.servi-form form, #wpcf7-f159-o1{
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}
.icon-menu-mobile.active .top-bar{
    transform: rotate(45deg);
    top: 22px;
}
.icon-menu-mobile.active .middle-bar{
    opacity: 0;
}
.icon-menu-mobile.active .bottom-bar{
    transform: rotate(-45deg);
    top: 22px;
}

.mobile-menu-container{
    position: absolute;
    bottom: 20px;
    right: 20px;
    height:0;
    width: 20px;
    background: none;
    border-radius: 100%;
    transition:  all 0.2s linear;
    display: none;
}
.mobile-menu-container.active
{
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: 1;
    display: block;
    background: linear-gradient(180deg, rgba(110,191,233,0.9) 0%, rgba(26,39,104,0.9) 130%);

    height: 100%;
    position: fixed;
    border-radius: 0;
    z-index: 9998;

}

.mobile-menu-container.active .menu-main-menu-container {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 100%;

}


.mobile-menu-container ul {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.mobile-menu-container ul li ul {
    display: flex !important;
    background: transparent !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    padding: 0 !important;
}
.mobile-menu-container ul li {
    list-style: none;
    margin-top: 10px;
}
.mobile-menu-container ul li a {
    text-decoration: none;
    color: white !important;
    font-size: 20px !important;
    margin-bottom: 10px;
    display: block;
}

#navbar-nav li {
    display: flex;
    align-content: center;
    margin-right: 20px;
    flex-direction: column;
    position: relative;
}

#navbar-nav li a, .top-right-menu a{
    text-decoration: none;
    color: #1a1a1a;
    font-size: 16px;
}
.top-right-menu  .btn-cta {
    display: none;
}
#navbar-nav li ul {
    display: none;
    flex-direction: column;
    padding: 20px 0;
    position: absolute;
    top: 20px;
    left: -20px;
    width: 460px;
    background: white;
    padding-left: 20px;
}
#navbar-nav li:hover > ul{
    display: flex;
}
#navbar-nav li > ul li {
    margin-bottom: 10px;
}

.top-right-menu i {
    color: #199ed9;
    margin-right: 10px
}




.main-img {
    width: 100%;
    min-height: 425px;
    top: 70px;
    position: absolute;
    z-index: -1;
    object-fit: cover;
    object-position: right;
}

#main-banner {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    align-items: center;
    height: auto;
    min-height: 425px;
}

.main-right-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 150px;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: right;
}
.main-right-info h2{
    color: #f17f22;
    font-size: 18px;
    font-family: BauhausStd;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.main-right-info h2 span {
    width: 40px;
    height: 4px;
    background: #f17f22;
    display: block;
    margin-left: 10px;
    position: relative;
}
@font-face {
    font-family: BauhausStd;
    src: url("https://algarve-encantos.pt/wp-content/themes/algarveencantos/font/BauhausStd-Medium.otf");
}
.main-right-info h1{
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: right;
    font-family: "BauhausStd";
}
.section-title  {
    font-family: "BauhausStd";
}
.main-right-info h4{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 400px;
}
.main-right-services {
    display: none;
    position: relative;
    margin-top: 20px;
}
.main-right-services a:not(:last-child){
    margin-right: 20px;
}


.main-right-services a{
    position: relative;
    display: block;
    height: 227px;

    text-decoration: none;
}
.main-right-services a div{
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: rgba(255,255,255,0.7);
    border-radius: 25px;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none;
    color: black;
    opacity: 0;
}
.main-right-services a div span {
    font-weight: 500;
    line-height: 18px;
}

.main-right-services a:hover div {
   opacity: 1;
    transition: 0.3s linear;
}
.main-right-services a div h2 {
    margin-top: 20px;
}
.title-section{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;

}
.dash-title {
    display: flex;
    color: #199ed9;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    font-family: "BauhausStd";
}
.container-about h3{
    font-family: "BauhausStd";
}
.dash-title span {
    width: 40px;
    height: 4px;
    background:#199ed9;
    display: block;
    margin-right: 10px;
    position: relative;
}
.section-title {
    font-size: 28px;
    font-weight: 600;
    margin-top: 10px;
}




.sobre-col {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
}
#about {
    display: block;
    position: relative;
    width: 100%;
    min-height: 550px;
    margin-top: 15px;
}

.main-img-about {


    position: absolute;
    top: 20px;
    right: 0;
    width: 55%;
    border-radius: 65%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.container-about {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 120px;
    box-sizing: border-box;
}
.container-about .title-section {
    margin-bottom: 40px;
}
.container-about p {
    display: block;
    position: relative;
    max-width: 575px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
.container-about a {
    color:  #f17f22;
    text-decoration: none;
}
.container-about a i {
    margin-left: 10px;
}


#testemunho{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 40px;
}
strong{
    font-weight: 700;
}
.bubble span {
    position: relative;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    color: #34495e;
    line-height: 22px;
    padding-left: 70px;
    padding-right: 70px;
    text-align: center;
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 90px;
}
.bubble span:before, .bubble span:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    padding: 10px;
    line-height: 1;
    color: #34495e;
}
.bubble span:before {
    top: -40px;
    left: 10px;
}
.bubble span:after {
    content: "\201D";
    right: 10px;
    bottom: -60px;
}
.slick-list {

}
.bubble cite {
    font-size: 22px;
    color: #34495e;
    font-weight: 600;
    margin-top: 10px;
}
.slick-prev:before, .slick-next:before {
    color: #34495e !important;
}

.slick-prev, .slick-next{
    display: none !important;
}







.servicos {
    margin-bottom: 50px;
    display: block;
    position: relative;
}

.servico-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-end;
}
.servico-item-info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;

}
.servico-item.reverse {

    flex-direction: column;
    align-items: flex-start;

}

/*.servico-item.reverse .servico-item-info {
    padding-left: 0;
    padding-right: calc( (100% - 1280px) / 2)
}
.servico-item-info{
    padding-left: calc( (100% - 1280px) / 2)
}*/
.servico-item h2 {
    color: #199ed9;
    font-weight: 700;
    font-size: 18px;
    padding-left:calc( (100vw - 1295px) / 2)
}
.servico-item span {
    width: 60%;
    height: 4px;
    display: block;
    background: #199ed9;
    margin-top: 10px;
}
.servico-item.reverse .servico-item-info h2 {
    padding-left: 0;
    padding-right: calc( (100vw - 1295px) / 2)
}
.servico-item.reverse .servico-item-info {
    align-items: flex-end;
}
.servico-item ul{
    margin-top: 20px;
    padding-left: calc( (100vw - 1295px) / 2);
    margin-left: 30px;
}
.servico-item.reverse  .servico-item-info ul {
    padding-left: 0;
    width: 90%;
}

.servico-item ul li {
    list-style: disc;
    color: #199ed9;
    font-size: 16px;
    line-height: 20px;
}
.servico-item img {
    width: 100%;
    max-width: 95%;
    margin-top: 20px;
}

#map {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
#map img {
    cursor: zoom-in;
}






.servi-form{
    display: flex;
    position: relative;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-height: 600px;
}

.servi-form img{
    width: 100%;
    position:absolute;
}
.container {
    position: relative;


    width: calc(100% - 40px);
    max-width: 900px;
    height: 40%;


    max-height: 600px;
    margin: 0 auto;
    display: block;
    border-radius: 30px;
    overflow: hidden;
}
.container .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 900px 100%;
}
.container .background-img {
    background-image: url("https://algarve-encantos.pt/wp-content/themes/algarveencantos/img/clean.jpg");
}
.container .foreground-img {
    background-image: url("https://algarve-encantos.pt/wp-content/themes/algarveencantos/img/dirt.jpg");
    width: 50%;
}
.container .slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0);
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
}
.container .slider::-moz-range-thumb {
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
}
.container .slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.container .slider-button:after {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5d5d5d;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}
.container .slider-button:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5d5d5d;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
}


.rgpd {
    display: block;
    margin-top: 10px;
}


.servico-formulario {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 20px;
    box-sizing: border-box;

}
.servico-formulario-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: column;
}
.servico-formulario-info label {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    margin-bottom: 20px;
}
.servico-formulario-info label input{
    border: 0;
    border-bottom: 2px solid black;
    padding: 6px 12px;
    width: 100%;
    max-width: 260px;
}

.slider-content .slick-prev, .slider-content .slick-next{
    display: inline-block !important;
    z-index: 1;
}
.slider-content .slick-prev:before, .slider-content .slick-next:before{
    font-size: 36px;
    color: white !important;
    opacity: 1;
}
.slider-content .slick-prev {
    left: 20px;

}
.slider-content .slick-next {
    right: 20px;
}
.slider-content .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
}

.slider-content .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f060";
}
.faq {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.accordion {
    background-color:  #199ed9;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 20px;
}

.panel {
    padding: 20px;
    box-sizing: border-box;
    background-color: white;
    display: none;
    overflow: hidden;
    padding-top: 0;
}
.panel p a {
    text-decoration: none;
    color: #f17f22;
}
button.accordion:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after{
    content: "\2212";
}

.copyright {
    background: #199ed9;
    color: white;
    text-align: center;
    padding: 0 20px;
    padding-top: 40px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 16px;
}
.copyright a {
    text-decoration: none;
    color: white;
}
.logos {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
}
footer {
    background:#199ed9;
    margin-top: 60px;
}
.footer-container {
    width: 100%;
    max-width: 1280px;
    display: flex;
     padding: 20px 0;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-container ul {
    margin-top: 20px;
    max-width: 225px;
}
.footer-container ul li {
    color: white;
    margin-bottom: 10px;
    line-height: 20px;
}
.footer-container ul li:first-child{
    margin-bottom: 30px;
    font-weight: 600;
}
.footer-container ul li a {
    text-decoration: none;
    color: white;
}





.list-serv {
    margin-bottom: 20px;
    margin-left: 20px;
}



.list-serv  li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #199ed9; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.main-img-serv {
    max-height: 580px ;
}

.page-servico {
    height: 100%;
    max-height: 580px ;
    justify-content: flex-start !important;
}
.page-servico .main-right-info {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
    box-sizing: border-box;
}
.page-servico .main-right-info h2 {
    color: white;
    font-size: 6px;
}
.page-servico .main-right-info h2 a {
    text-decoration: none;
    color: white;
    margin: 0 5px;
    font-weight: 400;
}
.page-servico .main-right-info h1 {
    color: white;
    font-size: 28px;
    text-align: left;
}
.page-servico .main-right-info h4 {
    color: white;
    max-width: 620px;
    text-align: left;
    font-weight: 400;
    margin-top: 5px;
}


.slider-container-content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 60px;
}
.slider-container-content img {
    width: 100%;
    object-fit: cover;
    max-height: 590px;

}
.slider-content {
    padding: 0 20px;
    box-sizing: border-box;
}
.contact-form {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    overflow: hidden;
    margin-top: 120px;
}
.form-row{
    display: flex;
    align-items: center;
    width: 100%;
    MAX-WIDTH: 700PX;

}
.form-column {
    display: flex;
    flex-direction: column;
    width: calc(100%/3);
}
.form-column h4{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 14px;
}
.circle{
    width: 15px;
    height: 15px;
    background: white;
    border:1px solid  #199ed9;
    border-radius: 50%;
}
.line {
    width: 100%;
    height: 2px;
    background:#199ed9;
    opacity: 0.5;
}
.form-column.active .circle {
    background:#199ed9;
}
.form-column.active .line {
    opacity: 1;
}
#steps {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    margin-top: 40px;
}
#steps label{
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    position: relative;
}
#steps label input,#steps label textarea {
    margin-top: 10px;
    border: 1px solid;
    padding: 6px 12px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.step1 {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    width: 100%;
}
.step1.hide {
    display: none;
}
.step1 button {
    padding:14px 0;
    margin-bottom: 20px;
    border: 0;
    background:  rgba(12,136,180,0.5);
    color: white;

}
.step2 .wpcf7-submit {
    margin-left: 0 !important;
    padding: 6px 40px !important;
}
.step2 {
    display: none;
}

.step2.active{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.form-default, .form-emprego {
    display: none;
}

.form-default.active{
    display: block;
    width: 100%;
    max-width: 600px;
    position: relative;
}
.form-emprego.active{
    display: block;
    width: 100%;
    max-width: 600px;
    position: relative;
}

.social-side-bar {
    position: fixed;
    top: 50%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    background: white;
    font-size: 26px;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    z-index: 9999999;
}
.social-side-bar a {
    text-decoration: none;
    color: #199ed9;
    margin-bottom: 10px;
}
.social-side-bar a:last-child{
    margin-bottom: 0;
}
@media screen  and (min-width: 768px){
    .menu-main-menu-container, .top-right-menu {
        display: flex;
    }
    .main-right-services {
        display: flex;
    }
    .main-img {
        top: 15px;
        height: 100%;
    }
    .icon-menu-mobile {
        display: none;
    }
    .main-right-info {
        margin-top: 0;
    }
    #main-banner {
        height: 100%;
    }
    .main-img-about{
        position: absolute;
        top: 0;
        right: 0;
        width: 55%;
        height: auto;
        border-radius: 0;
    }
    .servico-item {
        flex-direction: row;
        align-items: center !important;
    }
    .servico-item-info {
        width: 43%;
    }
    .servico-item img {
        width: 100%;
        max-width: 50%;
        margin-top: 0;
    }
    .container {
        width: 100%;
        max-width: 900px;
        height: 100%;
    }
    .servico-formulario-info {
        flex-direction: row;
    }
    .footer-container {
        justify-content: space-around;
        flex-direction: row;
    }

    .servi-form {
        max-height: initial;
    }
    .servico-item.reverse {
        flex-direction: row-reverse;
    }
    .servico-item.reverse  .servico-item-info ul {
        margin-left: 0px;
        margin-right: 30px;

    }
    .page-servico .main-right-info h2 {
        font-size:12px;
    }
    .page-servico .main-right-info h1 {
        font-size: 38px;
    }
    .sobre-col {
        flex-direction: row;
    }
    .sobre-col-ccont{
        padding-left: 40px;
    }
    .contact-form {
        margin-top: 20px;
    }
    .form-column h4{
        font-size: 18px;
    }
    .circle{
        width: 20px;
        height: 20px;
    }
}
@media screen  and (min-width: 1080px) {
    #navbar-nav li a, .top-right-menu a {
        font-size: 18px;
    }
    .btn-cta{
        font-size: 18px !important;
    }
    .main-right-info h1 {
        font-size: 48px;
    }
    .main-right-info h4 {
        font-size: 24px;
    }
}

@media screen  and (min-width: 1260px) {
    .top-right-menu .btn-cta {
        display: block;
    }
    .main-img-serv {
        max-height: 720px ;
    }
    .page-servico{
        max-height: 720px ;
    }
}
