/*************************************
KAIPI THEME
**************************************/

/* FONTS */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');


/* SELECTION
-------------------------------------------------- */
::-moz-selection { /* Code for Firefox */
	background: #d5d5d5;
	color: #000;
}

::selection {
	background:  #d5d5d5;
	color: #000;
}

/* 404, INDEX, SINGLE
-------------------------------------------------- */
.message-theme{
	padding-top: 12rem;
	min-height:41rem;
}

.page{
    padding-top: 14rem;
}
.error-page{
	padding-top:3.571rem;
}
.error-page-content{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	height: 100vh;
}
.error-page svg{
	max-width: 28rem;
}

/*********************  RESET *************************/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html, body{
	overflow-x: hidden;
}

body{
	font-size: 14px; /* base */
	font-family:  'DM Sans';
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	background-color: white;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #ffffff;
	font-family:  'DM Sans';
}

p{
	line-height: 2rem;
	font-size: 1.143rem;
	margin:1.071rem 0;
	color: #ffffff;
}

/* HEADER
-------------------------------------------------- */
.main-navigation{
	list-style: none;
	width: 100%;
	text-align: center;
	padding: 0;
}

.main-navigation .icons li {
    display: inline-block;
	width: 60%;
    margin: 2px; /* Ajuste esse valor conforme necessário */
}

.main-navigation a {
    padding: 0; /* Remove qualquer padding extra dos links */
}


.main-navigation li{
	transition: background-color .3s;
	margin: 8px;
    /*width: 182px;*/
}
 
.main-navigation li a:link,
.main-navigation li a:visited{
	/*border:1px solid #616069;*/
	padding: 8.45px 8px;
	color: #ffffff;
	text-decoration:none;
	font-weight: 500;
	font-family: 'DM Sans';
	font-size: 142%; 
	transition: color .2s;
    display: block;
}

.main-navigation li a:hover,
.main-navigation li a:focus,
.main-navigation li a:active{
	color: #fff;
    background-color: #616069;
}

header{
	padding: 18px 18px;
}
 
header img{
	margin: 0 0 40px 0;
}
 
/* HERO
-------------------------------------------------- */
.hero{
	padding-top: 30px;
	padding-bottom: 60px;
	background-color: #fff;
	min-height:80vh;
}


/*** Ajustes Alexandra ***/

html{
	text-rendering: optimizeLegibility;
}


.home-image-presentation{
	width: 100%;
	max-width: 520px;
}


.container-relative{
	position: relative;
}


/* BUTTON
-------------------------------------------------- */
.button-area{
	z-index: 5;
	position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    padding: 44px 45px;
    background: rgba(248, 248, 248, 0.6);
	border: 2px solid #FFFFFF;
	backdrop-filter: blur(6px);
}
 
.button-area a:link,
.button-area a:visited,
.button-area a:focus{
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 200%;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

.button-area a:hover{
	color: #616069;
	transition: color .2s;
}

.button-prise:link,
.button-prise:visited,
.button-prise:focus{
	background-color: #616069;
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 171%;
	padding: 19px 45px; 
	text-decoration: none;
	color: #fff;
	margin-bottom: 30px;
    
    margin-left: 30px; /* gutter */
    margin-right: 30px; /* gutter */
}

.button-prise-area{
	margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


/* PRESENTATION
-------------------------------------------------- */
.long-text p{
	margin: 0;
	font-style: italic;
	font-size: 140%;
	line-height: 26px; /* 26px */
}

.long-text p strong{
	font-style: normal;
}

#presentation img {
    width: 100%;
    margin-bottom: 35px;
}

#accessibilite p{
    line-height: 26.04px;
    font-size: 138%;/*142*/
    margin: 0;
}

#accessibilite p strong{
    color:#616069;
}


#accessibilite hr{
    background-color: #616069;
    margin: 30px 0;
}

.container-relative{
    padding: 0 45px; /* geral */
}

.row-footer{
    /*padding: 0 30px;*/
}

/** fim ajustes **/

.r-hero{
    margin-top: -120px;
}


/* CONSULTATION
-------------------------------------------------- */

#consultation{
	padding: 0;
}

.consultation-text p{
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 142%;
	line-height: 26px;
	color: #616069;
}

.consultation-text-price{
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 214%; /*32px*/
	line-height: 39px;
	color: #616069;
}


/* accessibilite
-------------------------------------------------- */

.accessibilite-text{
	padding-top: 100px;
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	color: #616069;
}

.ac-hr{
	/*background-color:black;*/
}

.accessibilite-maps{
	margin-top: 20px;
}


/* SECTIONS DESKTOP
-------------------------------------------------------------------------------------------- */

@media screen and (min-width: 900px) {

    .r-hero{
        margin-top: -240;
        width: 90vw;
        padding-left: 10vw;
    }

    .con-hero{
        width: 90vw;
        margin: 0;
    }

    /* MAIN */
	.consultation-text p{
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	color: #616069;
	}
	
	.paginas-text p{
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: black;
	}	

    /* ACCESSIBILITE */
    .accessibilite-text, .accessibilite-maps{
        padding-top: 140px;	
    }

}


/* PRESENTATION */

#presentation, #consultation, #accessibilite{
	display: none;
}


/* SECTION GENERAL
-------------------------------------------------- */
.section-vh{
	align-items: center;
	justify-content: center;
	display: flex;
}
/* TITTLES */
.section-tittle{
	margin:0;
	padding-bottom: 2.143rem;
	font-size: 2.857rem;
	font-family:  Jost-Medium;
}

.section-tittle{
    font-size: 2.143rem;
}
 
/* FOOTER
-------------------------------------------------- */
footer{
	background-color: #D3D3D3;
	padding: 6px;
	font-family: 'DM Sans';
	font-size:14px;
	font-weight: 400;
}


/* ARCHIVE */
.widget-area .widget-title{
font-size: 1.214rem;
}
.widget-area ul{
padding: 0;
margin: 0 0 1.071rem 0;
list-style: none;
}
.widget-area li a,article .entry-meta a{
color: #212121;
font-family: sans-serif;
}

/* RESPONSIVO
-------------------------------------------------- */

/* Forçar o estilo do Spectra a ser carregado corretamente */
.spectra-slider-class {
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
}
