/*
Theme Name:         Matriz
Description:        Matriz Theme
Version:            1.0
Author:             wevolved

Text Domain:        matriz
*/
/**************** FONTS ****************/
/* Fonts */
/* Campton Medium - OTF */
@font-face {
	font-family: "CamptonMedium";
	src: url("fonts/CamptonMedium.otf") format("opentype");
	font-weight:400;
	font-style: normal;
}

/* Campton Book - TTF */
@font-face {
	font-family: "CamptonBook";
	src: url("fonts/CamptonBook.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "GT Walsheim Light";
	src: url("fonts/GT-Walsheim-Light.ttf") format("truetype");
	font-weight:100;
	font-style: normal;
}

@font-face {
	font-family: "GT Walsheim Regular";
	src: url("fonts/GT-Walsheim-Regular.ttf") format("truetype");
	font-weight:400;
	font-style: normal;
}

@font-face {
	font-family: "1790 Royal";
	src: url("fonts/1790-Royal-Norm.ttf") format("truetype");
	font-weight:400;
	font-style: normal;
}
/* Configurações BASE */
* {
	box-sizing: border-box;
}

html,
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	/* user-select: none;  */
}

/* desativar scroll quando adicionada a classe disableScroll ao HTML */
html.disableScroll {
	overflow-y: hidden;
}

img {
	max-width: 100%;
}

/********* Alterar o scroll bar **********/
html {
	scrollbar-width: thin; /* Adjust the width of the scrollbar */
	scrollbar-color: #888 transparent; /* Adjust the color of the scrollbar */
}

/* Define the style for the scrollbar track */
html::-webkit-scrollbar {
	width: 4px; /* Adjust the width of the scrollbar */
}

/* Define the style for the scrollbar thumb */
html::-webkit-scrollbar-thumb {
	background-color: #888; /* Adjust the color of the scrollbar thumb */
	border-radius: 4px; /* Adjust the border radius of the scrollbar thumb */
}

/* Style for scrollbar track (background) */
html::-webkit-scrollbar-track {
	background-color: var(--white); /* Background color of the scrollbar track */
}
/********* FIM DE Alterar o scroll bar **********/

/**************** COMPONENTES DE FORMULARIOS **************/
/* Colocar os placeholders dos inputs com cor normal, remover o cinzento */
input::placeholder {
	color: var(--white);
	opacity: 1; /* Firefox */
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px var(--black) inset !important;
	-webkit-text-fill-color: var(--white) !important;
}

/* Change the white to any color */
.white input:-webkit-autofill,
.white input:-webkit-autofill:hover,
.white input:-webkit-autofill:focus,
.white input:-webkit-autofill:active,
.white select:-webkit-autofill,
.white select:-webkit-autofill:hover,
.white select:-webkit-autofill:focus,
.white select:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
	-webkit-text-fill-color: var(--black) !important;
}

input:focus,
select:focus {
	outline: none !important;
}

/* Remover incremento de número - Chrome, Safari, Edge, Opera  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* remover espaçamentos */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.vc_btn3-container {
	margin-bottom: 0px !important;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/******** SELECT IGUAL EM TODO O LADO ********* */
/* select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0 !important;

	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px;
	width: 35%;
	cursor: pointer;

	background: #0d98e8
		url(https://cdn1.iconfinder.com/data/icons/universal-icons-set-for-web-and-mobile/100/controls_0-12-512.png)
		no-repeat right center;
	background-size: 40px 37px;
}

select option {
	background-color: #fff;
	color: black;
}
select::-ms-expand {
	display: none;
} */
/******** SELECT IGUAL EM TODO O LADO ********* */



/* Variáveis p/ reutilizar */
:root {
	/* Cores */
	--bege: #f2f0eb;
	--castanho: #75736f;
	--vermelho: #DC7868;
	--azul: #C9E0EB;
    --castanho-claro:#98917D;
	--branco: #ffff;
}

/* Remover paddings */
.noPadding {
	padding-left: 0px;
	padding-right: 0px;
}

/* REGRAS PARA PROJETO */
body {
	/* margin:0px */
	overflow-x: hidden;
}

/* esconder badge do recaptcha */
.grecaptcha-badge {
	visibility: hidden !important;
}

/* esconder WPML no footer */
.otgs-development-site-front-end {
	display: none;
}

/* ----------------------------------- BOTÃO TELETRANSPORTE TOPO PÁGINA  ----------------------------------- */
.goUp {
	cursor: pointer;
	position: fixed;
	top: 90%;
	right: 30px;
	z-index: 9995;
	opacity: 0;
	transition: 300ms opacity linear;
}
.goUp.show {
	opacity: 1;
	transition: 300ms opacity linear;
}

html.no-scroll, 
body.no-scroll {
    overflow: hidden !important;
}
/****************************** header ************************************/
.header {
    background: transparent;
    display: flex;
    align-items: center;
    position: absolute;
	width: 100%;
}

.header-container{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.menu-container {
    position: relative;
    width: 80px;
    max-width: 100%;
}

.logo {
margin-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.logo img,
.site-logo {
    display: block;
	width: 78px;
	max-width: 100%;
}

.pagina-contato .logo img,
.pagina-contato .site-logo {
        filter: invert(0.7);
}

/* ===== BOTÃO HAMBURGUER ===== */
/* Suas classes originais mantidas */
.hamburguer-bt {    
    cursor: pointer;
    position: fixed;
    max-width: 100%;
    width: 80px;
    margin-top: 0;
    z-index: 9999;
    background: transparent;
    padding: 40px 28px 40px;
}

.hamburguer-abre {
    background: transparent;
    transition: 0.3s;
    transition-timing-function: ease-out;
    transition-delay: 0.2s;
} 

.hamburguer-bt .hamburguer-bt__stripe {
    width: 100%;
    height: 2px;
    background: var(--castanho);
    border-radius: 10px;
    margin: 1px auto;
    transition: all .3s;
    backface-visibility: hidden;
    margin-bottom: 6px;
}

/* Bottom stripe escondida (só mostra 2 linhas) */
.hamburguer-bt__stripe__bottom {
    display: none;
}

/* Top e bottom stripes (bottom está escondido, mas mantemos a classe) */
.hamburguer-bt__stripe__top, 
.hamburguer-bt__stripe__bottom {
    width: 100% !important;
    border-radius: 10px;
}

/* ===== ESTADO ON (quando vira X) ===== */
.hamburguer-bt.on .hamburguer-bt__stripe__top {
    transform: rotate(45deg) translate(0px, 0px);
    width: 100% !important;
    background: var(--bege) !important;
    border-radius: 10px;
}

.hamburguer-bt.on .hamburguer-bt__stripe__middle {
    transform: rotate(-45deg) translate(5px, -6px);
    background: var(--bege) !important;
}

/* ===== DROPDOWN MENU - CAI DE CIMA ===== */
.dropdown-menu {
    position: fixed;
    top: -120%;
    right: 0;
    left: auto;
    width: 50%;
    height: 100vh;
    background: var(--vermelho);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: top 0.5s ease-in-out;
    z-index: 1000;
    display: block;
}
.pagina-lofts .dropdown-menu {
    width: 57%; /* Ocupa metade da página */
}
.pa-language-switcher a, .pa-language-switcher span {
    text-align: left;
    text-transform: lowercase;
    font: 13px / 24px '1790 Royal';
    letter-spacing: 1.95px;
    opacity: 1;
      color:var(--lang-color) !important;
    position: relative;
    text-decoration: none;
}
.pa-language-switcher {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.pa-language-switcher__item{
  font-size:14px;
  letter-spacing:.18em;
  text-transform:uppercase;
  text-decoration:none;
  color:var(--lang-color) !important;
  line-height:1;
}

.pa-language-divider{
  width:14px;
  height:1px;
  background:var(--lang-color);
}
/* Classe active para mostrar o menu - cai de cima */
.dropdown-menu.active {
    top: -2px;
}

.dropdown-menu.active .reserve-Mn{
        position: absolute;
    bottom: 30px;
    left: 50px;
    letter-spacing: 5px;
    color: var(--bege);
    font-family: '1790 Royal';
    text-transform: lowercase;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
}

.dropdown-menu.active .reserve-icon{
    width: 35px;
    max-width: 100%;
}

/* ===== MENU WORDPRESS ===== */
.menu-hamburguer-lista {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    justify-content: center;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.menu-hamburguer-lista li {
        display: flex;
    flex-direction: row;
    gap: 60px;
    margin-bottom: 65px;
    width: 100%;                    /* Ocupa toda largura */
    text-align: center;               /* Alinha texto à esquerda */
}

.menu-hamburguer-lista li a {
    letter-spacing: 1px;
    color: var(--bege);
    font-size: 43px;
    line-height: 58px;
    font-weight: 100;
    font-family: 'Camptonedium';
    display: flex;
    margin-left: 65px;
    text-decoration: none;  
}


.menu-editor-content {
    letter-spacing: 5.77px;
    color: var(--bege);
    font-size: 15px;
    line-height: 19px;
    font-family: '1790 Royal';
    font-weight: 100;                
    text-align: left;
     display: flex;
    flex-direction: column;
    justify-content: center;
}




/****************************** slides ************************************/
.home .vc_col-sm-6, .home .vc_col-md-12 {
	min-height: 100vh !important;
}
.home .vc_column_container>.vc_column-inner{
    padding: 0 !important;
}

.slide-1-right img{
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 244px;
	max-width: 100%;
}
.slide-1 .headerExtra {
    position: absolute;
    bottom: 50px;
    right: 50px;
    left: inherit;
    transform: none;
}
.headerExtra p{
    padding-top: 5px;
    padding-bottom: 15px;
        font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 0 10px !important;
}


.headerExtra a{
        text-align: left;
    text-transform: lowercase;
    font: 13px / 24px '1790 Royal';
    letter-spacing: 1.95px;
    color: #E9715E;
    opacity: 1;
    position: relative;
    text-decoration: none;
}

.headerExtra p:first-child a:after {
        content: "";
    position: absolute;
    right: 5px;
    top: 35px;
    border-bottom: 1px solid #E9715E;
    width: 10px;
    height: 1px;
    margin: auto;
    transform: rotate(0deg);
    max-width: 100%;
}


.slide-1-right{
	background-color: var(--bege);
    min-height: 100vh ;
    position: relative;
}

.slide-1-left .vc_column-inner{
       background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
	position: absolute;
	min-height: 100vh;     	
}
.slide-1-left img{
     bottom: 5%;
	 left:5%;
	position: absolute;
    width: 150px;
    max-width: 100%;
}
.cont-text .headerExtra,
.slide-4-left .headerExtra,
.slide-3-right .headerExtra,
.slide-2-left .headerExtra {
    top: 25px;
    left: 50px;
    transform: none;
    position: absolute;
}
.slide-2-left h2{
	text-align: center;
    letter-spacing: 5.77px;
    color: var(--castanho);
    opacity: 1;
    font-family: '1790 Royal';
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 47px;
    text-transform: lowercase;
	
}
.slide-2-left p{
text-align: center;
    letter-spacing: 1px ;
    color: var(--castanho) ;
    opacity: 1 ;
    font-family: 'GT Walsheim Light';
    font-size: 22px ;
    line-height: 33px; 
    font-weight: 100;
    width: 50%;
    margin: 50px auto;
    max-width: 100%;
    
    
}
.slide-2-left{
	background-color: var(--azul);
	    align-items: center;
    display: flex;
    

}
.slide-2-right .vc_column-inner{
       background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
	position: absolute;
	min-height: 100vh;     	
}
.slide-2-right img{
    top:50%;
    transform: translateY(-50%);
    right: -145px; 
    position: absolute;
    width: 224px;
    max-width: 100%;		
 animation: girar 15s linear infinite;
}
.slide-2-right img:hover{
    animation-play-state: paused;
}
/* Definição da animação */
@keyframes girar {
    from {
        transform:translateY(-50%) rotate(0deg);
    }
    to {
        transform:translateY(-50%) rotate(360deg);
    }
}

.cont-text .headerExtra a,
.slide-4-left .headerExtra a,
.slide-3-right .headerExtra a {
  color: var(--azul);
}

.cont-text .headerExtra p:first-child a::after,
.slide-4-left .headerExtra p:first-child a::after,
.slide-3-right .headerExtra p:first-child a::after {
  border-bottom:1px solid var(--azul);
}
.slide-3-right h2{
	text-align: center;
    letter-spacing: 5.77px;
    color: var(--bege);
    opacity: 1;
    font-family: '1790 Royal';
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 47px;
    text-transform: lowercase;
	
}
.slide-3-right{
	background-color: var(--vermelho);
	    align-items: center;
    display: flex;

}

.slide-3-right p{
text-align: center;
    letter-spacing: 1px ;
    color: var(--bege) ;
    opacity: 1 ;
    font-family: 'GT Walsheim Light';
    font-weight: 100 ;
    font-size: 22px ;
    line-height: 33px ;
    font-weight: 100;
    width: 55%;
    margin: 50px auto;
    max-width: 100%;
}

.slide-3-left .vc_column-inner{
       background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
	position: absolute;
	min-height: 100vh;     	
}
.slide-3-left img{
    top:50%;
    transform: translateY(-50%);
    left: -145px; 
    position: absolute;
        width: 224px;
        max-width: 100%;
        animation: girar 15s linear infinite;	
}
.slide-3-left img:hover{
    animation-play-state: paused;
}

.slide-4-left h2{
	text-align: center;
    letter-spacing: 5.77px;
    color: var(--bege);
    opacity: 1;
    font-family: '1790 Royal';
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 47px;
    text-transform: lowercase;
	
}
.slide-4-left p{
text-align: center;
    letter-spacing: 1px ;
    color: var(--bege) ;
    opacity: 1 ;
    font-family: 'GT Walsheim Light';
    font-weight: 100 ;
    font-size: 22px ;
    line-height: 33px ;
    width: 44%;
    max-width: 100%;
    font-weight: 100;
    margin: 50px auto;
}
.slide-4-left{
	background-color: var(--castanho-claro);
	    align-items: center;
    display: flex;

}
.slide-4-right .vc_column-inner{
       background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
	position: absolute;
    min-height: 100vh;
}
.slide-4-right img{
    top:50%;
    transform: translateY(-50%);
    right: -145px;
    position: absolute;
        width: 224px;
        max-width: 100%;
        animation: girar 15s linear infinite; 	
}
.slide-4-right img:hover{
    animation-play-state: paused;
}
.slide-5{
    min-height: 100vh !important;
    background-color: var(--bege);
    display: flex;         
    justify-content: center;   
}
.slide-5 img{
   position: absolute;
    left: -60px;
    width: 190px;
    max-width: 100%; 
    bottom: 100px;
}
.envioHost {
    /* Texto */
    text-align: center;
    color: var(--castanho);
    font-family: '1790 Royal';
    text-transform: lowercase;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 5.7px;
    font-weight: 100;
    display: inline-block;
    width: 98px;
    max-width: 100%;
    height: 98px;
    border: 1px solid var(--castanho);
    border-radius: 50%;  
    background: transparent;
    padding: 10px 14px 10px 20px;  
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    word-wrap: break-word;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-5 h2 {
    text-align: center;
    letter-spacing: 6.54px;
    color: var(--castanho);
    opacity: 1;
    font-family: '1790 Royal';
    text-transform: lowercase;
    font-size: 17px;
    line-height: 26px;

    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -55%);
   
}

.slide-5 form {
    text-align: center;
    position: relative;
    display: grid;              /* Ativa flexbox */   
    margin: 0 auto;             /* Centraliza o form */
    grid-template-columns: repeat(3, 1fr); 
    opacity: 1; 
}


.slide-5 form label {         
    color: var(--castanho);
    font-family: 'GT Walsheim Light';
    font-size: 19px;
    line-height: 19px;
    text-align: center;
    font-weight: 100;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    width: 300px;
    margin-bottom: 40px;
    
}


.slide-5 form label input {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid var(--castanho);
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    padding: 5px 0;  
    max-width: 100%;            /* Pequeno padding vertical */
}

.slide-2-left .vermais p a{
    color: var(--vermelho);
}
.vermais p a{
    letter-spacing: 5px;
    color: var(--azul);
    opacity: 1;
    font-family: '1790 Royal';
    text-transform: lowercase;
    font-size: 13px;
    line-height: 24px;
    position: absolute;
    right: 40px;
    bottom: 37px;
    text-align: right;
    text-decoration: none;
}
.vermais p a img{
    width: 35px;
    max-width: 100%;
}
.slide-2-left .vermais p a img{
    filter: invert(64%) sepia(62%) saturate(1032%) hue-rotate(316deg) brightness(92%) contrast(86%);
}
.contactosB p a{
    letter-spacing: 5px;
    color: var(--azul);
    opacity: 1;
    font-family: '1790 Royal';
    text-transform: lowercase;
    font-size: 13px;
    line-height: 24px;
    position: absolute;
    right: 40px;
    bottom: 37px;
    text-align: right;
    text-decoration: none;
}
.contactosB p a img{
    width: 35px;
    max-width: 100%;
}


/****************************** Footer********************************************/
footer{
    position: relative;
    background: #ffffff;
    padding-top: 30px;
}
h3.footer-titulo{
    font: 13px / 20px '1790 Royal';
    font-weight: 100;
    margin: 0px;
    padding-top: 20px;
    letter-spacing: 1.09px;
    text-transform: none;
    color: var(--castanho);
    font-variant: small-caps;
    text-transform: lowercase;
    padding-bottom: 30px;
    letter-spacing: 5px;
    text-align: center;
}
.menu-footer-lista li a {
    text-align: left;
    font: 12px / 15px 'GT Walsheim Light';
    font-weight: 100;
    margin-bottom: 0px;
    letter-spacing: 1.09px;
    margin-bottom: 0px;
    color: var(--castanho);
    text-decoration: none;
}
.menu-footer-lista li{
    display: inline-block;

}
.menu-footer-lista {
    position: relative;
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between; 
}

  /***************************************************************************/
 /****************************** ABOUT US ***********************************/
/***************************************************************************/
body.pagina-about-us {
   background-color: var(--bege);
}
.pagina-about-us .header{
    z-index: 10;
}

 .pagina-about-us .hamburguer-bt .hamburguer-bt__stripe {
    background-color: var(--branco) ;
 }
.inicioS {
    min-height: 100vh;
    align-items: bottom;
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.tituloS h1 {
    letter-spacing: 2px;
    color: var(--branco);
    font-family: 'CamptonMedium';
   font-size: 40px;
    line-height: 47px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0px;
    margin-bottom: 0px;
    width: 28%;
    max-width: 100%;
}

.inicioS p {
    transform: matrix(0, -1, 1, 0, 0, 0) !important;
    text-align: right;
    letter-spacing: 4.29px;
    color: var(--branco);
    font-family: '1790 Royal';
    opacity: 1;
    position: absolute;
    bottom: 237px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 100 !important;
}

.inicioS p:after {
    content: '';
    width: 140px;
    max-width: 100%;
    border-bottom: 1px solid var(--branco);
    position: absolute;
    left: -170px;
    bottom: 7px;
}

.inicioS img {
   position: absolute;
    right: 48px;
    bottom: 63px;
    width: 24px;
    max-width: 100%;
}

.part1S {
    position: relative;
    min-height: 100vh; /* Altura mínima total */
    width: 100%;
    max-width: 1440px;
    margin: 0 auto !important;
    transition: opacity 2s ease, transform 2s ease;
    opacity: 0;
    padding: 0 20px; /* Adiciona padding nas laterais para mobile */
    box-sizing: border-box;
    padding-bottom: 73px;
}

.text1-part1 {
    padding-top: clamp(60px, 10vw, 140px); /* Responsivo: 60px no mobile, 140px no desktop */
    padding-bottom: clamp(20px, 4vw, 36px);
}

.text1-part1 h2 {
    letter-spacing: 5.77px;
    color: var(--castanho);
    font-size: clamp(13px, 2vw, 15px); /* Fonte responsiva */
    line-height: 1.5;
    font-family: '1790 Royal';
    text-transform: lowercase;
    margin-bottom: 35px;
    margin-top: 12px;
    width: min(38%, 300px); /* Largura máxima para não ficar muito largo */
    max-width: 100%;
    padding-top: clamp(20px, 5vw, 50px);
}

.text1-part1 p {
    letter-spacing: 0.69px;
    color: var(--castanho);
    font-family: 'GT Walsheim Light';
    font-size: clamp(16px, 2vw, 18px); /* Fonte responsiva */
    line-height: 1.6;
    font-weight: 100;
    width: min(462px, 100%);
    max-width: 100%;
}

.part1S .reserve p a {
    letter-spacing: 5px;
    color: var(--castanho);
    font-family: '1790 Royal';
    text-transform: lowercase;
    font-size: clamp(12px, 1.5vw, 13px);
    line-height: 1.5;
    margin-top: 40px;
    display: inline-block;
    text-decoration: none;
}

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

.img-red img {
    position: absolute;
    bottom: 55px;
    right: 20%;
    width: 187px;
    height: auto;
    max-width: 100%;
}

.part1-imagens {
    padding-top: clamp(60px, 10vw,80px);
    padding-bottom: clamp(20px, 4vw, 36px);
    position: relative;
}

.part1-imagens .a img {
    width: min(455px, 72%); /* Tamanho responsivo */
    position: relative;
    left: clamp(10%, 20vw, 20%);
    max-width: 100%;
    height: auto;
}

.part1-imagens .b img {
    width: min(312px, 44%); /* Tamanho responsivo */
    position: absolute;
    bottom: clamp(-87px, -8vh, -105px);
    right: 0;
    max-width: 100%;
    height: auto;
}

.costumes {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto !important;
    transition: opacity 2s ease, transform 2s ease;
    opacity: 0;
    padding: 24px 20px 0;
    box-sizing: border-box;
}

.costumes-text p {
    letter-spacing: 0.69px;
    color: var(--castanho);
    opacity: 1;
    font-family: 'GT Walsheim Light';
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.6;
    font-weight: 100;
    padding-left: clamp(20px, 6vw, 100px);
    width: min(468px, 100%);
    max-width: 100%;
}

.costumes-text h2 {
    letter-spacing: 5.77px;
    color: var(--castanho);
    opacity: 1;
    font-size: clamp(13px, 2vw, 15px);
    line-height: 1.5;
    font-family: '1790 Royal';
    text-transform: lowercase;
    margin-bottom: 35px;
    margin-top: 12px;
    padding-top: clamp(80px, 15vh, 260px);
    padding-left: clamp(20px, 6vw, 100px);
}

.img-costumes {
    position: relative;
    width: 100%;
}

.img-costumes .d img {
    width: min(536px, 80%); /* Tamanho responsivo */
    position: relative;
    margin-top: clamp(50px, 12vh, 190px);
    margin-bottom: -2px;
    max-width: 100%;
    height: auto;
}

.img-costumes .c img {
    width: min(320px, 49%);
    position: absolute;
    right: 0;
    z-index: 1;
    max-width: 100%;
    height: auto;
    bottom: 58%;
}

.dicas p{
    position: absolute;
    bottom: -126px;
    right: 150px;
    text-align: right;
    letter-spacing: 5px;
    color: var(--castanho);
    opacity: 1;
    font-size: 13px;
    line-height: 21px;
    font-family: '1790 Royal';
    text-transform: lowercase;
    width: 259px;
    max-width: 100%;
}
.dicas img{
    margin-left: 6px;
    position: absolute;
    transform: rotate(90deg);
}


.exemplo{
    background-color: var(--vermelho);
    padding-top: 170px;
    padding-bottom: 181px;
    position: relative;
}
.missao{
    width: 1440px;
    max-width: 100%;
    margin: 0 auto !important;
    
}

.exemplo h2{
text-align: left;
    letter-spacing: 5px;
    color: var(--bege);
    opacity: 1;
    font-size: 15px;
    width: 50%;
    max-width: 100%;
    line-height: 23px;
    font-family: '1790 Royal';
    text-transform: lowercase
}
.exemplo p{
       text-align: left;
    letter-spacing: 1px;
    color: var(--bege);
    opacity: 1;
    font-size: 16px;
    line-height: 23px;
    font-family: 'GT Walsheim Light';
    width: 204px;
    max-width: 100%; 
    
}
.ex{
    margin: 0 auto;
}
.ex-T{
    transition: opacity 2s ease, transform 2s ease;
    opacity: 0; 
}



.pagina-about-us .slide-5{
    background-color: var(--azul); 
}
.footer-titulo{
    background-color: var(--branco);
}

  /***************************************************************************/
 /******************************   LOFTS  ***********************************/
/***************************************************************************/

.pagina-lofts .hamburguer-bt .hamburguer-bt__stripe{
    background-color: var(--bege);
}

.pagina-lofts footer{
    display: none;
}
.pagina-contato .header,
.pagina-lofts .header{
    z-index: 9;
}
.pagina-lofts .dropdown-menu {
    box-shadow: none;
    border: none;
}

.vc_custom_1772552848446{
    overflow-y: hidden;
 height:100vh ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-lofts{
    width: 43% !important;
    max-width: 100%;
}
.lofts{
    background-color: var(--vermelho);
right: 0%;
height: 100vh !important;
width: 57% !important;
max-width: 100%;
}

.lofts h2{
        text-align: left;
    letter-spacing: 1px;
    color: #F2F0EB;
    opacity: 1;
    font: 51px / 62px 'Camptonedium';
    transform: rotate(-90deg);
    position: relative;
    text-transform: capitalize;
    font-weight: 200;
    margin: 0 auto;
    width: 50%;
    max-width: 100%;
}
.lofts h4{
    text-align: left;
    letter-spacing: 2px;
    color: #F2F0EB;
    opacity: 1;
    position: absolute;
    font: 19px / 62px '1790 Royal';
    text-transform: lowercase;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20%;
    font-weight: 100;
}

.lofts p{
        position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    letter-spacing: 1px;
    color: #F2F0EB;
    opacity: 1;
    font-size: 11px;
    line-height: 18px;
    font-family: 'GT Walsheim Light';
    text-align: center;
}

.escolhas{
        display: flex;
    height: 100vh;
    background: #DC7868;
    margin-right: -10px;
    overflow: hidden;
    align-items: center;
}
.escolhas:hover h2{
   opacity: 0.8; 
}
.escolhas h2::before{
   content: "";
    position: absolute;
    top: 18px;
    left: 350px;
    width: 30px;
    max-width: 100%;
    height: 30px;
    background-image: url(/wp-content/uploads/2026/03/Group-10@2x.png);
    background-size: cover;
    background-position: center;
    pointer-events: none;
    z-index: 1;
    display: none;
}
.escolhas:hover h2::before{
   display: block;
}

/***************************************************************************/
/*************************   LOFTS(Escolhas)  *****************************/
/*************************************************************************/

.pagina-azores .hamburguer-bt .hamburguer-bt__stripe,
.pagina-mediterraneo .hamburguer-bt .hamburguer-bt__stripe,
.pagina-industrial .hamburguer-bt .hamburguer-bt__stripe {
background-color:var(--bege);
}
.pagina-about-us .hamburguer-bt,
.pagina-contato .hamburguer-bt,
.pagina-azores .hamburguer-bt,
.pagina-mediterraneo .hamburguer-bt,
.pagina-industrial .hamburguer-bt  {
position: relative;

}
.escolhas-part1{
height: 100vh;
    background-size: cover;
    background-position: center;
}
.escolhas-vertical{
    bottom: 210px;
    left: 0px;
}
.escolhas-vertical p{
    transform: matrix(0, -1, 1, 0, 0, 0);
    text-align: right;
    letter-spacing: 4.29px;
    color: var(--branco);
    opacity: 1;
    position: absolute;
    bottom: 237px;
    font-family: '1790 Royal';
    font-size: 15px;
    line-height: 15px;
    font-weight: 100 !important;
}
.escolhas-vertical p::after{
        content: '';
    width: 140px;
    max-width: 100%;
    border-bottom: 1px solid var(--branco);
    position: absolute;
    left: -170px;
    bottom: 7px;
}

.escolhas1{
        margin-top: 221px;
    background: var(--vermelho);
    height: calc(100vh - 221px);
    position: relative;
}
.escolhas-text1{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.escolhas-text1 h1{
    text-align: left;
    letter-spacing: 0.98px;
    color: var(--bege);
    opacity: 1;
    font-family: 'CamptonMedium';
    font-size: 50px;
    line-height: 62px;
    margin: 33px 0;
}
.escolhas-text1 h3{
    text-align: left;
    letter-spacing: 5px;
    color: var(--bege);
    opacity: 1;
    font-family: '1790 Royal';
    font-size: 16px;
    line-height: 18px;
}
.escolhas-text1 p{
        text-align: left;
    letter-spacing: 1px;
    color: var(--bege);
    opacity: 1;
    font-family: 'GT Walsheim Light';
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 30px;
}
.pagina-azores .reserve p a,
.pagina-mediterraneo .reserve p a,
.pagina-industrial .reserve p a{
    letter-spacing: 5.38px;
    color: var(--azul);
    opacity: 1;
    font-family: '1790 Royal';
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    
}
.pagina-azores .reserve p img,
.pagina-mediterraneo .reserve p img,
.pagina-industrial .reserve p img{
    width: 35px;
    max-width: 100%;
}
.pagina-azores .reserve p,
.pagina-mediterraneo .reserve p,
.pagina-industrial .reserve p{
        position: absolute;
    bottom: 30px;
    right: 49px;
}
.existe{
    background: var(--branco);
    padding-top: 100px;
    padding-bottom: 100px;
    width: 1440px!important;
    max-width: 100%;
    margin: 0 auto !important;
}
.nome p{
text-align: left;
    letter-spacing: 3.13px;
    color: var(--castanho);
    opacity: 1;
    font-family: '1790 Royal';
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px !important;
}
.texto-nome p{
    text-align: left;
    letter-spacing: 1px;
    color: var(--castanho);
    opacity: 1;
    font-family: 'GT Walsheim Light';
    font-size: 16px;
    line-height: 21px;
    width: 150px;
    max-width: 100%;
    margin-bottom: 45px !important;
}
.explicacao-text{
    background-color: var(--azul);
        min-height: 100vh !important;
}
.explicacao-fundo .vc_custom_1772621414515{
 background-size: cover;
  background-position: right center; 
    min-height: 100vh !important; 
}
.text-ex {
    position: absolute;
    top: 50%;
    padding: 0px 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 100%;
}

.explicacao h2{
    color: var(--castanho);
    letter-spacing: 5.77px;
    opacity: 1;
    font-family: '1790 Royal';
    font-size: 15px;
    line-height: 23px;
    width: 150px;
    max-width: 100%;
    margin: 0px auto 47px auto;
}
.pagina-mediterraneo .explicacao h2{
    width: 250px;
    max-width: 100%;
}
.explicacao p{
    letter-spacing: 1px ;
    color: var(--castanho) ;
    opacity: 1;
    font-family: 'GT Walsheim Light';
    font-weight: 100 ;
    font-size: 19px;
    line-height:26px;
    
}
.pagina-industrial .explicacao p {
    width: 48%;
    margin: auto;
}
.explicacao img{
    position: absolute;
    bottom: -20px;
    left: 50px;
    width: 150px;
    max-width: 100%;
    z-index: 1;
}
.explicacao2 p{
letter-spacing: 6.54px;
    color: var(--castanho-claro);
    opacity: 1;
    font-family: '1790 Royal';
    font-size: 17px;
    line-height: 26px;
    text-transform: lowercase;
    width: 75%;
    max-width: 100%;
    margin: auto;
}
.pagina-industrial .explicacao2 p {
    width: 43%;
    max-width: 100%;
    margin: auto;
}
.explicacao2{
        padding-top: 136px;
    padding-bottom: 130px;
    background: var(--branco);
}


.slick-slide img {
    width: 100vw;
    display: block;
    aspect-ratio: 16 / 9;
    max-height: 100vh;
    object-fit: cover;
}

.slick-next{
    background-color: #DC7868;
    padding: 10px;
    background-image: url(/wp-content/uploads/2026/02/seta_branca_drt.png);
    position: absolute;
    top: inherit;
    left: inherit;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    width: 104px;
    height: 104px;
    opacity: 1;
    display: block !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    bottom: -52px;
    border: transparent;
    
}
.slick-prev:before, .slick-next:before {
    color: transparent;
}
.slick-prev{
    background-color: #DC7868;
    padding: 10px;
    background-image: url(/wp-content/uploads/2026/03/seta_branca_es.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    right: inherit;
    bottom: inherit;
    width: 104px;
    height: 104px;
    opacity: 1;
    display: block !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    transform: rotate(0deg);
    border: transparent;
}
/***************************************************************************/
/*******************************  CONTATO  ********************************/
/*************************************************************************/

.contato-part1{
min-height: 100vh;
    position: relative; 
    background-color: var(--bege);
}

.content-part1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px;
}
.contato-part1 h1{
        text-align: center;
    letter-spacing: 1px;
    color: var(--castanho);
    opacity: 1;
    font-family: 'GT Walsheim Light';
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 50px;
}
.comunicar{
    padding-top: 50px;
}
.comunicar p strong{
    text-align: center;
    letter-spacing: 5.38px;
    color: var(--vermelho);
    opacity: 1;
    font-family: '1790 Royal';
    text-transform: lowercase;
    font-size: 14px;
    line-height: 27px;
    font-weight: 100;
}
.comunicar a{
        text-align: center;
    letter-spacing: 1px;
    color: var(--castanho);
    opacity: 1;
    font-family: 'GT Walsheim Light';
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
}
.redes{
       bottom: 0px;
    position: absolute;
}
.contato-vertical p{
        transform: matrix(0, -1, 1, 0, 0, 0);
    text-align: right;
    letter-spacing: 4.29px;
    color: var(--vermelho);
    opacity: 1;
    position: absolute;
    bottom: 25vh;
    font-family: '1790 Royal';
    font-size: 15px;
    line-height: 15px;
    font-weight: 100 !important;
}

.contato-vertical p::after{
    content: '';
    position: absolute;
    bottom: 7px;
        border-bottom: 1px solid #E9715E;
        width: 180px;
        max-width: 200px;
    left: -200px;
}
.social{
       position: absolute;
    right: 44px;
    bottom: 40px;
}

.social a{
        letter-spacing: 5.3px;
    color: var(--castanho);
    position: relative;
    text-transform: lowercase;
    font-family: '1790 Royal';
    font-weight: 100;
    font-size: 14px;
    text-decoration: none;
}
.social a:nth-child(1):after {
    position: absolute;
    content: '';
    right: -40px;
    width: 30px;
    max-width: 100%;
    border-bottom: 1px solid var(--castanho);
    top: 10px;
}
.social a:nth-child(1) {
    margin-right: 50px;
}

.cont-text{
    min-height: 100vh !important;
    background-color:var(--vermelho) ;
    align-items: center;
    display: flex;
    transition: opacity 2s ease, transform 2s ease;
}
.text2-contato p{
    text-align: center ;
    letter-spacing: 1px ;
    color: var(--bege) ;
    opacity: 1 ;
    font-family: 'GT Walsheim Light';
    font-weight: 100 ;
    font-size: 22px ;
    line-height: 33px ;
    margin: 0px;
}
.text2-contato h2{
    width: 243px;
    max-width: 100%;
    letter-spacing: 5.77px;
    color: var(--bege);
    opacity: 1;
    font-family: '1790 Royal';
    font-size: 15px;
    line-height: 23px;
    text-transform: lowercase;
    margin:0px auto 75px auto ;
}
.cont-text .mapa {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.cont-text .mapa p a{
    letter-spacing: 5px;
    color: var(--branco);
    opacity: 1;
    font-family: '1790 Royal';
    text-transform: lowercase;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
}
.cont-text .mapa p img {
width: 35px;
max-width: 100%;
    margin-right: 5px;
    filter: unset;
}
.cont-fundo .vc_custom_1772645072620{
    min-height: 100vh !important; 
    background-size: cover;
    background-position: right center;
}

.pagina-contato .slide-5{
    background-color: var(--azul);
    transition: opacity 2s ease, transform 2s ease;
}

.slick-prev:hover,
.slick-prev:focus {
    background-color: var(--vermelho);
    background-image: url(/wp-content/uploads/2026/03/seta_branca_es.png);
background-repeat: no-repeat;
background-position: center;
    background-size: 40px;
}
.slick-next:hover,
.slick-next:focus {
    background-color: var(--vermelho);
    background-image: url(/wp-content/uploads/2026/02/seta_branca_drt.png);
background-repeat: no-repeat;
background-position: center;
    background-size: 40px;
}
/****************************** MEDIA QUERIES ************************************/
/* Intermédio 1 */
@media only screen and (max-width: 1750px) {
}
/* Intermédio 2 */
@media only screen and (max-width: 1650px) {
    .slide-2-left p{
        width: 57%;
        max-width: 100%;
    }
    .slide-3-right p{
        width: 64%;
        max-width: 100%;
    }
    .slide-4-left p{
        width: 50%;
        max-width: 100%;
    }
    .escolhas-text1 {
    width: 64%;
    max-width: 100%;
}
.explicacao p {
    font-size: 18px;
}
.lofts h2{
   width: 100%;
}
.lofts h4{
    margin-top: 42%;
}
.pagina-industrial .explicacao2 p {
    width: 58%;
    max-width: 100%;
    margin: auto;
}
}
/* HD READY - Resolução Base Desenvolvimento */
@media only screen and (max-width: 1440px) {
    .slide-2-left p{
        width: 65%;
    }
    .slide-3-right p{
        width: 71%;
    }
    .slide-4-left p{
        width: 58%;
    }

    .img-red img {
    left: 375px;
}

.escolhas-text1 {
        width: 73%;
        max-width: 100%;
    }
    .explicacao p {
    font-size: 15px;
}
}

/* Media query para menu hamburguer */
@media print, screen and (max-width: 1250px) {
     .slide-2-left p{
        width: 73%;
        font-size: 21px;
    }
    .slide-3-right p{
        width: 79%;
        font-size: 21px;
    }
    .slide-4-left p{
        width: 64%;
        font-size: 21px;
    }
    .menu-hamburguer-lista li a {
    margin-left: 0%;
    }
    .tituloS h1{
        width: 36%;
        max-width: 100%;
    }
    .lofts h2 {
    font: 48px / 62px 'Camptonedium';
    
}
.escolhas h2::before {
    left: 300px;
}
.escolhas-text1 p {
    font-size: 15px;
}
.escolhas-text1 h1 {
    font-size: 53px;
}
.explicacao2 p {
    width: 85%; 
    max-width: 100%;
        font-size: 16px;
}
.contato-part1 h1 {
    font-size: 30px;
}
.social a {
    font-size: 12px; 
}
}

/* Media query para menu hamburguer */
@media print, screen and (max-width: 1200px) {
    .tituloS h1{
        width: 44%;
        font-size: 39px;
    }
    .exemplo h2 {
    font-size: 14px;
    width: 58%;   
}
.exemplo p {
    font-size: 14px;  
}
    .escolhas-text1{
        width: 82%;
    }

    .texto-nome p{
    font-size: 15px;
}
.comunicar a {
    font-size: 14px;
}
.text2-contato p {
    font-size: 21px;
}
.pagina-industrial .explicacao p
 {
    width: 90%;
    margin: auto;
}
.pagina-industrial .explicacao2 p {
    width: 70%;
    max-width: 100%;
    margin: auto;
}
}

/*tablet landscape or old laptop */
@media print, screen and (max-width: 1024px) {
        .slide-2-left p {
        width: 78%;
        font-size: 18px;
    }
    .slide-3-right p{
        width: 85%;
        font-size: 18px;
    }
    .slide-4-left p{
        width: 69%;
        font-size: 18px;
    }

    .text1-part1 h2 {
    font-size: clamp(13px, 2vw, 14px);
}
.text1-part1 p {
    font-size: clamp(16px, 2vw, 16px);
        width: min(462px, 91%);
}
.img-red img {
    bottom: 67px;
    left: 337px;
    width: 164px;
}

    .costumes-text h2 {
    font-size: clamp(13px, 2vw, 14px);
}
.costumes-text p {
    font-size: clamp(16px, 2vw, 16px);
}
    .dicas p {
    font-size: 12px;
}
.pagina-azores .reserve p,
 .pagina-mediterraneo .reserve p,
 .pagina-industrial .reserve p {
    bottom: 10px;
}
    .escolhas-text1 p {
        font-size: 14px;
    }
    .escolhas-text1 h1 {
        font-size: 52px;
    }
}

/* Size considerado para Tablet */
@media only screen and (max-width: 991px) {
.slide-5 form label {
    width: 250px;
    margin: 40px auto;
}
.menu-hamburguer-lista li a {
    font-size: 38px;
}
.menu-editor-content {
    font-size: 11px;
}
    .text1-part1 h2 {
        font-size: clamp(13px, 2vw, 13px);
        width: min(47%, 300px)
    }
    .text1-part1 p {
        font-size: clamp(14px, 2vw, 14px);
        width: min(462px, 100%);
    }
    .costumes-text h2 {
        font-size: clamp(13px, 2vw, 13px);
        width: min(47%, 300px);
        margin-top: 0px;
    padding-top: 0;
    }
    .costumes-text p {
        font-size: clamp(14px, 2vw, 14px);
        width: min(462px, 100%);
    }
        .exemplo h2 {
        font-size: 14px;
        width: 74%;
    }
    .dicas p {
    bottom: -88px;
    right: 50px;
    }
        .img-red img {
        left: 86%;
    }
    .pagina-industrial .explicacao2 p {
    width:90%;
    max-width: 100%;
    margin: auto;
}
}
    
/* Size considerado para Tablet modo portrait*/
@media only screen and (max-width: 767.5px) {
    .escolhas-part1 {
    background-position: left;
}
    .hamburguer-bt {
    position: absolute;
    }

    .slide-1,
    .slide-3 {
    display: flex;
    flex-direction: column-reverse;
    }

    .home .vc_col-sm-6, .home .vc_col-md-12 {
    min-height: 50vh !important;
}

.slide-1-left .vc_column-inner,
.slide-2-right .vc_column-inner,
.slide-3-left .vc_column-inner,
.slide-4-right .vc_column-inner{
    height: 50vh;
    min-height: 50vh;
}
    .slide-1-left img {
        bottom: -56vh;
        z-index: 9;
        width: 110px;
    }
    .slide-1 .headerExtra,
    .slide-2 .headerExtra,
    .slide-3 .headerExtra,
    .slide-4 .headerExtra {
    top: 10px;
    left: 26px;
}
.slide-4-right img {
   display: none;
}
.tituloS h1 {
        width: 68%;
    }
    .contato-vertical{
        display: none;
    }

.text1-part1 h2 {
        width: 35%;
        margin: 50px auto;
        padding: 10px 0;
        font-size: 16px;
    }
    .text1-part1 p {
        width: 100%;
        margin:auto;
        font-size: 18px;
    }
    .part1S{
        text-align: center;
        width: 100%;
    }
    .img-red img {
        left: 0px;
        width: 125px;
        bottom: auto;
    }
    .reserve{
        text-align: right;
    }
    .part1-imagens{
        display: none;
    }
    .img-costumes .c img {
   display: none;
}

.img-costumes .d{
   text-align: center!important;
}
.img-costumes .d img{
  margin: 0%;
}
.costumes-text{
    text-align: center;
    width: 100%;
}
.costumes-text h2 {
        width: 100%;
        margin: 50px auto;
        padding: 10px 0;
        font-size: 16px;
    }
    .costumes-text p {
        width: 100%;
        margin:auto;
        font-size: 18px;
        padding: 0;
        padding-bottom: 25%;
    }
    .dicas p {
        position: absolute;
        text-align: right;
        bottom: 28px;
        margin: 75px 0;
    }
    .exemplo{
        padding-top: 115px;
    padding-bottom: 115px;
    }
    .ex-T h2{
        text-align: center;
        margin: 20px auto;
        width: 40%;
        font-size: 18px;
    }
    .ex-T p{
        text-align: center;
        margin: auto;
        width: 80%;
        margin-bottom: 45px!important;
        font-size: 17px;
        
    }
        .slide-5 form label {
        width: 90%;
    }
    .cont-text {
    min-height: 50vh !important;
}
.cont-fundo .vc_custom_1772645072620 {
    min-height: 50vh !important;
}
.cont-part2{
    display: flex;
    flex-direction: column-reverse;

}
.escolhas-vertical{
    display: none;
}
.nome p{
    text-align: center;
}
.texto-nome p{
    text-align: center;
    margin: auto;
}
.explicacao-fundo .vc_custom_1772621414515 {
    min-height: 50vh !important;
}

.vermais p a {
    bottom: 10px;
}
.slide-1 .headerExtra {
    position: absolute;
    right: inherit;
    
    }
    .slide-2-right img {
        top: -100vh;      
    }
    .slide-3-left img {
        right: -145px;    
        left: inherit;  
    }
    .contactosB p a {
        bottom: 10px;
    }
    .dropdown-menu {
    width: 100%;
}
.contato-part1 {
    margin: 0 !important;
}
.social p{
    text-align: center !important;
}
.lofts {
    height: 50vh !important;
    width: 100% !important;
    max-width: 100%;
}
.pagina-lofts .dropdown-menu{
width: 100% !important;
}
.lofts .vc_row {
    display: flex;
}
.img-lofts {
    width: 100% !important;
    max-width: 100%;
}
.img-lofts .vc_custom_1772552848446{
    height: 43vh;
 }
 .escolhas {
    display: flex;
    height: 57vh;
 }
 .lofts .wpb_raw_html a{
    top: 0 !important;
 }
 .lofts h2 {
        width: 50%;
    }
    .lofts h4 {
        margin-top: 15%;
    }
    .content-part1 {
        margin-left: 0 !important;
        margin-right: 0 !important;
}
.social {
    right: 50%;
    transform: translatex(50%);
}
    .lofts {
        height: 57vh !important;
    }
        .escolhas1 {
        margin-top: 204px;
        background: var(--vermelho);
        height: calc(100vh - 239px);
        width: 82% !important;
        left: 17%;
    }
.cont-text .mapa {
    position: absolute;
    right: 32px;
    bottom: 0px;
}
.text2-contato h2 {
    margin: 0px auto 37px auto;
}

.cont-text .headerExtra{
    display: none;
}
.inicioS {
    min-height: 80vh;
}
    .text1-part1 h2 {
        width: 35%;
        margin: 0px auto 50px;
    }
    .part1S {
    position: relative;
    min-height: 80vh;
    }
    .costumes-text p {
        font-size: 15px;
        padding-bottom: 37%;
    }
    .img-costumes .d img {
    width: min(536px, 100%);
}
}



@media only screen and (max-width: 600px) {
    .slide-2-left h2 {
        font-size: 13px;
    }
    .slide-2-left p {
        font-size: 15px;
    }
    .slide-3-right h2 {
        font-size: 13px;
    }
    .slide-3-right p {
        font-size: 15px;
    }

    .slide-4-left h2 {
        font-size: 13px;
    }
    .slide-4-left p {
        font-size: 15px;
    }
    .menu-footer-lista {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu-footer-lista li a {
    font: 11px / 15px 'GT Walsheim Light';
}
    .book {
    top: 300px;
}
.slide-5 img {
   display: none;
}
.slide-5 form {
    position: relative;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}

.slide-5 h2 {
    top: 10%;
}
.inicioS p {
  display: none;
}
    .contato-part1 h1 {
        font-size: 23px;
    }
    .escolhas-text1 h1 {
        font-size: 37px;
    }
    .text1-part1 h2 {
        width: 53%;
    }
    .lofts p {
    bottom: 20px;
}
    .lofts h2 {
        width: 85%;
    }
    .slick-next {
    width: 82px;
    height: 82px;
    background-size: 36px;
    bottom: -41px;
}
.slick-prev {
    width: 82px;
    height: 82px;
    background-size: 36px;

}
}
/* Size considerado Mobile - 430px*/
@media only screen and (max-width: 430px) {
        .lofts h2 {
        font: 42px / 62px 'Camptonedium';
    }
    .tituloS h1 {
        width: 84%;
        font-size: 38px;
    }
    .text1-part1 p {
        font-size: 15px;
    }
    .slide-5 .wpb_raw_html {
        transform: translate(4%, 20%);
    }
    .dropdown-menu.active .reserve-Mn {
    bottom: 40px;
}
    
}
/* smartphones plus */
@media only screen and (max-width: 414px) {
        .slide-2-left p {
        font-size: 13px;
    }
     .slide-3-right p {
        font-size: 13px;
    }
     .slide-4-left p {
        font-size: 13px;
    }
        .slide-2-left h2 {
        font-size: 12px;
    }
        .slide-3-right h2 {
        font-size: 12px;
    }
        .slide-4-left h2 {
        font-size: 12px;
    }
        .contato-part1 h1 {
        font-size: 20px;
    }
    .lofts p {
    bottom: 20px;
}
.escolhas-text1 p {
    padding-bottom: 70px;
}
       .lofts h2 {
        font: 37px / 62px 'Camptonedium';
    }
    .cont-text .mapa {
    position: absolute;
    right: 32px;
    bottom: 0px;
}
.text2-contato h2 {
    margin: 0px auto 37px auto;
}
    .text1-part1 h2 {
        width: 79%;
    }
        .lofts h4 {
        margin-top: 15%;
    }
    .slick-next {
    width: 72px;
    height: 72px;
    background-size: 36px;
    bottom: -36px;
}
.slick-prev {
    width: 72px;
    height: 72px;
    background-size: 36px;

}
.slide-5 h2 {
        top: 7%;
    }
}
/* smartphones normais  */
@media only screen and (max-width: 378px) {
        .contato-part1 h1 {
        font-size: 18px;
    }
      .lofts h2 {
        font: 37px / 62px 'Camptonedium';
    }
    .lofts h4 {
        margin-top: 0%;
    }
        .ex-T h2 {
        width: 50%;
        font-size: 16px;
    }
        .ex-T p {
        width: 76%;
        font-size: 16px;
    }
        .dicas p {
        font-size: 10px;
    }
        .slide-4-left h2 {
        width: 79%;
        margin: 20px auto;
    }
        .slide-5 h2 {
        width: 100%;
    }
        .slide-5 form label {
        margin: 10% auto;
    }
}
/* iphone 5 <=  */
@media only screen and (max-width: 320px) {
}
