@font-face {
    font-family: 'Atica Light';
    src: url('/fonts/Atica-Regular.eot');
    src: url('/fonts/Atica-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Atica-Regular.woff2') format('woff2'),
        url('/fonts/Atica-Regular.woff') format('woff'),
        url('/fonts/Atica-Regular.ttf') format('truetype'),
        url('/fonts/Atica-Regular.svg#Atica-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atica Regular';
    src: url('/fonts/Atica-Regular.eot');
    src: url('/fonts/Atica-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Atica-Regular.woff2') format('woff2'),
        url('/fonts/Atica-Regular.woff') format('woff'),
        url('/fonts/Atica-Regular.ttf') format('truetype'),
        url('/fonts/Atica-Regular.svg#Atica-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atica Italic';
    src: url('/fonts/Atica-Italic.eot');
    src: url('/fonts/Atica-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Atica-Italic.woff2') format('woff2'),
        url('/fonts/Atica-Italic.woff') format('woff'),
        url('/fonts/Atica-Italic.ttf') format('truetype'),
        url('/fonts/Atica-Italic.svg#Atica-Italic') format('svg');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Atica Bold';
    src: url('/fonts/Atica-Bold.eot');
    src: url('/fonts/Atica-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Atica-Bold.woff2') format('woff2'),
        url('/fonts/Atica-Bold.woff') format('woff'),
        url('/fonts/Atica-Bold.ttf') format('truetype'),
        url('/fonts/Atica-Bold.svg#Atica-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



body,
html {
  padding: 0;
  margin: 0;
  margin-bottom: -3.1vw !important;
  color: #000;
  overflow-x: hidden;
  font-family: 'Atica Regular';
}

img {
  display: block;
  width: 100%;
}
img.ratio{
    aspect-ratio: 2 / 1;
    object-fit: cover;
}
img.ratio2{
    aspect-ratio: 2.44 / 1;
    object-fit: cover;
}

.clear {
  clear: both;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 1vw 3.1vw;
  box-sizing: border-box;
  max-width: 100%;
}

.bannerLogo {
    position: absolute;
    margin: 0 5% 0 5%;
    width: 90%;
    max-width: unset;
    bottom: 0;
}
.bannerLogo2 {
    width: 50%;
    bottom: 0;
    max-width: unset;
    margin: 1vw auto 0 auto;
}
.home {
  background: #FF5B41;
  overflow-x: hidden;
}

.home.page-template-pagina-sobre-nos {
  background: #A2E4BF;
}

.home.post-type-archive {
  background: #fff;
}

.logoSvg {
  width: 10%;
}

.header {}

.menu-content {
  position: absolute;
  top: 100px;
  right: 0px;
  width: 20%;
  height: auto;
  min-height: 100px;
}

.hamburger {
  cursor: pointer;
  width: 3vw;
  height: 7vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px;
  position: absolute;
  top: 0px;
  right: 3vw;
  z-index: 998;
}

.hamburger span {
  width: 100%;
  height: 3px;
  background-color: black;
  border-radius: 2px;
}

.hamburger.active span:first-child {
  transform: rotate(45deg) translateY(4px);
}

.hamburger.active span:last-child {
  transform: rotate(-45deg) translateY(-4px);
}

.menu-content {
  display: none;
  background: #f5f5f5;
  padding: 0;
  border-top: 1px solid #ccc;
  z-index: 999;
}

.menu-content a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5vw;
  text-decoration: none;
  padding: 0.5vw 0vw;
}

.menu-content a img.mi1 {
  width: 20%;
  margin: auto;
}

.menu-content a img.mi2 {
  width: 10%;
  float: right;
}

.menu-content a.c0 {
  color: #000;
  background: #A2E4BF;
}

.menu-content a.c1 {
  color: #A2E4BF;
  background: #000;
}

.menu-content a.c2 {
  color: #000;
  background: #FF5B41;
  border-bottom: 1px solid #000;
}

.menu-content a.right {
    text-align: right;
    padding-right: 1vw;
    float: right;
    width: 50%;
    min-height:31px;
}

.alignLeftMenu {
    display: inline;
    float: left;
    width: 50%;
    background: #A2E4BF;
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 8px;          /* espaço entre bandeiras */
}

.lang-switcher img {
  display: block;
  height: 18px;      /* ajusta ao teu menu */
  width: auto;
}

.lang-switcher .is-active img {
  outline: 2px solid currentColor;
  border-radius: 2px;
}

.alignLeftMenu ul,
.lang-switcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;     /* põe as <li> lado a lado */
  gap: 8px;
}

.alignLeftMenu li a img { height: 18px; width: auto; display: block; }

.lang-flag{
    width: auto !important;
    padding-left: 5% !important;
}

header {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}

.homeBanner {
  position: relative;
}

.homeText {
  font-size: 3.5vw;
  text-align: center;
  padding: 3vw 0 2vw 0;
  line-height: 3.5vw;
}

.homePic1 {
  position: relative;
  text-align: center;
  margin-bottom: -0.5vw;
}

.homeC2A1 {
  position: relative;
  background: #A2E4BF;
  font-size: 4.5vw;
  line-height: 4.25vw;
  text-align: center;
  padding: 2vw 0 2vw 0;
}

.homeC2A2 {
  position: relative;
  background: #000;
  color: #A2E4BF;
  font-size: 4.5vw;
  line-height: 4.75vw;
  text-align: center;
  padding: 2vw 0 2vw 0;
}

.homeC2A3 {
  position: relative;
  font-size: 3vw;
  text-align: center;
  padding: 0;
}

.bottomButton {
  position: Absolute;
  bottom: 0;
  left: calc(50% - 10vw);
  width: 20vw;
  font-size: 1.5vw;
  padding: 0.5vw 1vw;
  text-decoration: none;
  line-height: 2vw;
}

.bottomButton:hover {
  text-decoration: underline;
}

.bottomButton.style0 {
  background: #000;
  color: #fff;
}

.bottomButton.style1 {
  background: #FF5B41;
  color: #000;
}

.bottomButton.style2 {
  background: #A2E4BF;
  color: #000;
}

.bottomButton.style3 {
  color: #FF5B41;
  background: #000;
}

.homeEnd {
  position: relative;
  font-size: 1vw;
  text-align: center;
  padding: 5vw 0 5vw 0;
}

.div33 {
  width: calc(100% / 3);
  float: left;
}

.div50 {
  width: 50%;
  float: left;
}

.div66 {
  width: calc(100% / 3 * 2);
  float: left;
}

.right {
  text-align: right;
  float: right;
}

.size1 {
  width: 40%;
}

footer {
  color: #FF5B41;
}

.footerColor1 {
  background: #A2E4BF;
  display: flex;
  justify-content: flex-end;
  padding: 2vw;
  margin-top: 3vw;
}

.footerColor2 {
  background: #000;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.social-icons img {
  height: 30px;
  width: auto;
  display: block;
}

#backToTop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: url(/wp-content/uploads/2025/08/download.png) center center no-repeat #000;
    background-size:contain;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    width:3.1vw;
    height:3.1vw;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 999;
    border: none;
    border-radius: 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

#backToTop svg {
  display: block;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}

.sn-section1{
    background: #FF5B41;
    text-align:center;
}

.sn-section1 .title{
    display: inline-block;
    background: #000;
    color: #A2E4BF;
    margin: auto;
    font-size: 2vw;
    padding: 3vw 8vw 2.5vw 8vw;
}

.sn-section1 .title h1{
    padding: 0;
    margin:0;
    font-weight: normal;
}

.sn-section1 .text{
    font-size: 1.6vw;
    padding: 1vw 8vw;
    line-height: 2vw;
}


.sn-section2 {
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

.sn_banner_1{
    background: #000;
    padding: 2vw;
    margin-left: 0;
}

.sn_banner_1 .snb1{
    font-family: 'Atica Light';
    display: block;
    color:#A2E4BF;
    font-size: 2.5vw;
    margin-bottom:0.5vw;
}

.sn_banner_1 .snb2{
    font-family: 'Atica Light';
    display: block;
    color: #FF5B41;
    font-size: 2vw;
}

.sn_banner_2{
    background: #fff;
    padding: 2vw;
}

.sn_banner_2 .snb1{
    font-family: 'Atica Light';
    display: block;
    color:#000;
    font-size: 2.5vw;
    margin-bottom:0.5vw;
}

.sn_banner_2 .snb2{
    font-family: 'Atica Light';
    display: block;
    color: #FF5B41;
    font-size: 2vw;
}

.sn_banner_3{
    background: #FF5B41;
    padding: 2vw;
    margin-left: 0;
}

.sn_banner_3 .snb1{
    font-family: 'Atica Light';
    display: block;
    color:#A2E4BF;
    font-size: 2.5vw;
    margin-bottom:0.5vw;
}

.sn_banner_3 .snb2{
    font-family: 'Atica Light';
    display: block;
    color: #fff;
    font-size: 2vw;
}

.sn_banner_4{
    background: #A2E4BF;
    padding: 2vw;
}

.sn_banner_4 .snb1{
    font-family: 'Atica Light';
    display: block;
    color:#000;
    font-size: 2.5vw;
    margin-bottom:0.5vw;
}

.sn_banner_4 .snb2{
    font-family: 'Atica Light';
    display: block;
    color: #FF5B41;
    font-size: 2vw;
}

.sn_banner_5{
    background: #fff;
    padding: 2vw;
    margin-left: 0;
}

.sn_banner_5 .snb1{
    font-family: 'Atica Light';
    display: block;
    color:#FF5B41;
    font-size: 2.5vw;
    margin-bottom:0.5vw;
}

.sn_banner_5 .snb2{
    font-family: 'Atica Light';
    display: block;
    color: #000;
    font-size: 2vw;
}

.sn_banner_6{
    background: #000;
    padding: 2vw;
}

.sn_banner_6 .snb1{
    display: block;
    color:#FF5B41;
    font-size: 2.5vw;
    margin-bottom:0.5vw;
}

.sn_banner_6 .snb2{
    font-family: 'Atica Light';
    display: block;
    color: #fff;
    font-size: 2vw;
}
.sn-section3 {
    background: #FF5B41;
    height: 127vw;
    position: relative;
    top: 0;
    overflow: hidden;
}

.blackBg{
    background:#000;
}

.div33.margin1{
    font-size: 3vw;
    padding: 2vw 0vw 0vw 4vw;
}
.div33.margin1 span{
    display:block;
    font-size: 2vw;
    margin-top:1vw;
}
.div33.margin2, .div33.margin4{
    text-align: right;
    font-size: 3vw;
    padding: 13vw 4vw 0vw 4vw;
    color:#fff;
}
.div33.margin2 p, .div33.margin4 p{
    font-size: 1.6vw;
    margin-top:0;
}
.div33.margin2 span, .div33.margin4 span{
    display:block;
    font-size: 2vw;
    margin-top:1vw;
}
.div33.margin3{
    color:#fff;
    font-size: 3vw;
    padding: 13vw 0vw 0vw 4vw;
}
.div33.margin3 p{
    font-size: 1.6vw;
    margin-top:0;
}
.div33.margin3 span{
    display:block;
    font-size: 2vw;
    margin-top:1vw;
}
.order1{
    position:relative;
    z-index:99;
}
.order2{
    z-index:98;
    position:relative;
    top: -10vw;
}
.order3{
    z-index:98;
    position:relative;
    top: -20vw;
}
.order4{
    z-index:97;
    position:relative;
    top: -30vw;
}

.sn-section4 {
    position: relative;
    background: #FF5B41;
    font-size:1.6vw;
    line-height: 2vw;
    text-align: center;
}

.sn-section4 h3{
    position: relative;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 2vw 3vw;
    text-decoration: none;
    font-size: 3vw;
    line-height: 4vw;
    margin:auto;
    background: #A2E4BF;
}

.sn-section4 p{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 80vw;
    padding: 1vw 2vw;
    text-decoration: none;
    margin:auto;
    font-size:2vw;
    line-height: 2.6vw;
}


.sn-section5 {
    position: relative;
    background: #fff;
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
}
.sn-section5 h3{
    position: relative;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 1vw 4vw;
    text-decoration: none;
    font-size: 2vw;
    line-height: 3vw;
    margin:auto;
    background: #A2E4BF;
}


.sn-section5 p{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 80vw;
    padding: 1vw 2vw;
    text-decoration: none;
    margin:auto;
}


.sn-section6 {
    position: relative;
    background: #fff;
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
}

.sn-section6 h5{
    font-family: 'Atica Light';
    position: absolute;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 2vw 4vw;
    text-decoration: none;
    font-size: 3vw;
    line-height: 3.6vw;
    margin:auto;
    color: #FF5B41;
    background: #000;
    top:0;
    left: calc(50% - 18vw);
    z-index: 99;
    width: 36vw;
}
.sn-section6 img{
    position:relative;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    display: block;
    
}

.sn-section7 {
    position: relative;
    background: #000;
    color:#fff;
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
}
.sn-section7 h5{
    position: relative;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 1vw 4vw;
    text-decoration: none;
    font-size: 2vw;
    line-height: 3vw;
    margin:auto;
    color:#000;
    background: #A2E4BF;
}
.sn-section7 p{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 80vw;
    padding: 1vw 2vw;
    text-decoration: none;
    margin:auto;
}


.sn-section8 {
    position: relative;
    background: #FF5B41;
    color:#fff;
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
}
.sn-section8 h5{
    position: relative;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 1vw 4vw;
    text-decoration: none;
    font-size: 2vw;
    line-height: 3vw;
    margin:auto;
    color:#000;
    background: #A2E4BF;
}
.sn-section8 p{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 80vw;
    padding: 1vw 2vw;
    text-decoration: none;
    margin:auto;
}
.sn-section8 img{
    padding: 20px;
    box-sizing: border-box;
}


.sn-section9 {
    position: relative;
    background: #fff;
    color:#fff;
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
}
.sn-section9 h5{
    position: relative;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 1vw 4vw;
    text-decoration: none;
    font-size: 2vw;
    line-height: 3vw;
    margin:auto;
    color:#000;
    background: #A2E4BF;
}
.sn-section9 p{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 80vw;
    padding: 1vw 2vw;
    text-decoration: none;
    margin:auto;
}
.sn-section9 img{
    padding: 20px;
    box-sizing: border-box;
}


.sn-section10 {
    position: relative;
    background: #000;
    color:#fff;
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
}
.sn-section10 h5{
    position: relative;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 1vw 4vw;
    text-decoration: none;
    font-size: 2vw;
    line-height: 3vw;
    margin:auto;
    color:#000;
    background: #A2E4BF;
}
.sn-section10 p{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 80vw;
    padding: 1vw 2vw;
    text-decoration: none;
    margin:auto;
}



.pr-section1 {
  position: relative;
}

.pr-section2 {
    position: relative;
    background: #A2E4BF;
    font-size:1.6vw;
    line-height: 2vw;
    text-align: center;
    padding: 1vw;
}

.pr-section2 h1{
    display: inline-block;
    padding: 1vw 2vw;
    margin: 0;
    font-size: 3vw;
    line-height: 3vw;
    background: #000;
    color: #FF5B41;
    margin-top: -1vw;
}

.pr-section2 p{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 50vw;
    padding: 1vw 2vw;
    text-decoration: none;
    margin:auto;
}

.listagemImovel {
    position: relative;
    width: 50%;
    aspect-ratio: 3 / 2;
    background-size: cover;
    background-repeat: none;
}

.imovelBottomTitle {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1vw 2vw;
    display: flex;
    justify-content: space-between;
}

.imovelBottomTitle a{
    color:#fff;
    text-decoration:none;
}

.listagemImovel.cor1 .imovelBottomTitle {
    background: #A2E4BF;
}

.listagemImovel.cor1 .imovelBottomTitle a{
    color:#000;
}

.listagemImovel.cor2 .imovelBottomTitle {
    background: #000;
}

.listagemImovel.cor2 .imovelBottomTitle a{
    color:#A2E4BF;
}

.listagemImovel.cor3 .imovelBottomTitle {
    background: #FF5B41;
}

.listagemImovel.cor3 .imovelBottomTitle a{
    color:#fff;
}

.plus-icon {
    height: 100%;
    aspect-ratio: 1 / 1;
    background: #FF5B41;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.3s;
    width: 4vw;
    position: relative;
    margin-top: -1vw;
    margin-right: -2vw;
    margin-bottom: -1vw;
}

.plus-icon:hover {
    background: #000;
    color:#A2E4BF !important;
}

.price-filter-bar {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px;
    background: #FF5B41;
    color: #000;
    flex-wrap: wrap;
    font-size:1vw;
}


.price-label {
  font-weight: bold;
  font-size: 1rem;
  white-space: nowrap;
}

#price-slider {
  width: 40%;
  height: 1px;
  background: black;
  position: relative;
  margin: 0; /* remove margens padrão */
}

#price-slider .noUi-connect {
  background: black;
}

#price-slider .noUi-base,
#price-slider .noUi-origin {
  background: transparent;
}

#price-slider .noUi-handle {
  width: 14px;
  height: 14px;
  background: black;
  border: none;
  top: -7px; /* para centrar verticalmente no traço de 1px */
  cursor: pointer;
  box-shadow: none;
}

#price-slider .noUi-handle::before,
#price-slider .noUi-handle::after {
  display: none;
}


.price-label {
  font-weight: bold;
  white-space: nowrap;
}

.price-value {
    min-width: 80px;
    text-align: center;
    font-size: 1vw;
}

.filter1{
    font-size: 1vw;
}
.filter2{
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px;
    background: #000;
    color: #A2E4BF;
    flex-wrap: wrap;
    font-size: 1vw;
}

.filter2 select {
    width: 100%;
    padding: 0px 0px 1px 0px;
    font-size: 1.3vw;
    border: transparent;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    background-image: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#333"><path d="M7 10l5 5 5-5H7z"/></svg>);
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: #FF5B41;
}

.filter2 select:focus {
    outline: none;
    border-color: #0073e6;
    box-shadow: 0 0 5px rgba(0, 115, 230, 0.5);
}

.filter2 select::-ms-expand {
    display: none;
}
.wp-singular.imovel-template-default.single.single-imovel{
    background: #fff;
}


.si-section1 .title {
    text-align: center;
    width: 100%;
    background: #000;
    padding: 1vw;
    color: #A2E4BF;
}
.si-section1 .title h1 {
    font-weight: 100;
}

.si-section2{
    background: #A2E4BF;
    text-align: center;
}

.si-section2 .marcacao {
    background: #FF5B41;
    display: inline-block;
    margin: auto;
    padding: 1vw 2vw;
}

.si-section2 .area {
    display: inline-block;
    margin: auto;
}

.si-section2 .area1 {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: url(/wp-content/uploads/2025/07/house.svg) center center no-repeat transparent;
    background-size: contain;
    width: 7vw;
    height: 7vw;
    color: #fff;
    text-align: center;
    padding-bottom: 1vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.si-section2 .area1 p {
    margin: 0;
    font-size: 1.2vw;
    line-height: 1;
}
.si-section2 label {
    font-weight: 700;
}





.si-section3{
    background: #fff;
}

.si-section3 .fullImage{
    width:100%;
    aspect-ratio: 2 / 1; /* largura 2x maior que altura */
    object-fit: cover;   /* opcional, útil para <img> */
    display: block;
}
.si-section3 .halfImage {
    width: calc(50% - 0.5vw);
    aspect-ratio: 2 / 1; /* largura 2x maior que altura */
    object-fit: cover;   /* opcional, útil para <img> */
    display: block;
}

.si-section3 .halfImage.mk1{
    margin-top: 1vw;
    margin-right: 0.25vw;
    float:left;
}
.si-section3 .halfImage.mk2{
    margin-top: 1vw;
    margin-left: 0.25vw;
    float:right;
}

.si-section5 span.title {
    background: #FF5B41;
    display: block;
    text-align: center;
    font-size: 2.5vw;
    line-height: 5vw;
}

.form1{
    
}

.form1 p{
    margin:0;
    padding:0;
    line-height:0;
}

.form1 .line1 {
    text-align: center;
    display: block;
    padding: 1vw;
    background: #000;
}
.form1 .line2 {
    text-align: center;
    display: block;
    padding: 1vw;
    background: #A2E4BF;
}
.form1 .line3 {
    text-align: center;
    display: block;
    padding: 1vw;
    background: #000;
}
.form1 .line4, .form1 .line5 {
    text-align: center;
    display: block;
    padding: 1vw;
    background: #A2E4BF;
}

.form1 .line5 {
    padding-bottom: 0;
}
.form1 input, .form1 textarea{
    background: transparent;
    border: none;
    width:40vw;
}
.form1 .line5 .wpcf7-submit {
    background: #000;
    color: #FF5B41;
    border: none;
    border-radius:0;
    width:15vw;
}


input::placeholder,
textarea::placeholder {
  color: #999;
  text-align: center;
}

.wpcf7-not-valid-tip {
    color: #FF5B41;
    font-size: 1vw;
    padding-top: 1vw;
}

.wpcf7-response-output{
    border: none !important;
    text-align: center;
}

.si-section4 {
    text-align: center;
    padding: 5vw 15vw;
}

body.page-template-pagina-contactos{
  background: linear-gradient(
    to bottom,
    #FF5B41 0px,
    #FF5B41 500px,
    #FFF 500px,
    #FFF 100%
  );
}

.co_text{
    position:relative;
    text-align:center;
    margin:0vw -3.1vw;
    background: #FF5B41;
}
.co_text_inside{
    padding:5vw 26.2vw;
    background: #FF5B41;
    width: calc(100% - 6.2vw);
    margin: 0 3.1vw;
}

.co_form{
    position:relative;
    text-align:center;
    margin:0vw -3.1vw;
    background: #FF5B41;
}
.co_form_inside{
    background: #FF5B41;
    width: calc(100% - 6.2vw);
    margin: 0 3.1vw;
}

.co_image1{
    position: relative;
    text-align:center;
    padding: 0;
    margin:0vw -3.1vw;
    background: #fff;
}

.co_image1 img{
    margin:0vw 3.1vw;
    width:calc(100% - 6.2vw);
}

.co_text2{
    position:relative;
    text-align:center;
    margin:0vw -3.1vw;
    background: #fff;
}
.co_text2_inside{
    padding:5vw 26.2vw;
    background: #A2E4BF;
    width: calc(100% - 6.2vw);
    margin: 0 3.1vw;
    font-size: 3vw;
    line-height: 3.6vw;
}

.co_text3{
    position:relative;
    text-align:center;
    margin:0vw -3.1vw;
    background: #fff;
}
.co_text3_inside{
    padding:5vw 16.2vw;
    width: calc(100% - 6.2vw);
    margin: 0 3.1vw;;
    font-size: 2vw;
    line-height: 2.6vw;
}

@media (max-width: 768px) {
    body {
        font-size: 4vw;
        line-height: 5vw;
        text-align: center;
    }
    img.ratio, img.ratio2{
        aspect-ratio: 1 / 1.5;
        object-fit: cover;
    }
    .logoSvg {
        width: 30%;
    }
    
    #backToTop {
        width:10vw;
        height:10vw;
    }
    .homeC2A1, .homeC2A2 {
        font-size: 6.75vw;
        line-height: 7.25vw;
    }
    .bottomButton {
        width: 50vw;
        left: calc(50% - 25vw);
        font-size: 4vw;
        line-height: 5vw;
    }
    .homeEnd .div50{
        width:100%;
        clear:both;
        text-align: center;
    }
    .size1, .size1.right {
        width: 80%;
        margin:auto;
        float:none;
        clear:both;
        text-align: center;
        margin-top:10vw;
    }
    .size1.right {
        margin-bottom:7vw;
    }
    .homeEnd {
        font-size: 4vw;
        line-height: 5vw;
    }
    .social-icons {
        width: 100%;
    	display: flex;
    	justify-content: center;
    	gap: 10px;
    }
    footer .div50, footer .div50.right{
        float:unset;
        clear:both;
        width: 100%;
        text-align: center;
    }
    .hamburger {
        width: 11vw;
        height: 10vw;
        top: 10vw;
        right: 3vw;
    }
    .menu-content {
        top: 0;
        right: 0px;
        width: 100%;
    }
    .menu-content a {
        font-size: 4.5vw;
        padding: 5vw 0vw;
    }
}
