/* fonts */
@font-face {
    font-family: 'Optima';
    src: url('fonts/OptimaNovaLTProRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* styles */
:root {
    --cor-bege: #d9d2c0;
    --cor-azul: #243f5d;
    --cor-marrom: #884f24;
    --cor-verde: #74734a;
}

header {
    height: 100vh;
    background-image: url('../images/background.png');
    color: var(--cor-verde);
    background-size: 100% 100%;
}

header blockquote{
    color:#504F2D;
}

header .arrow-down img,
#footer .arrow-up img{
    width: 60px;
}

h1, h2, h3, h4, h5, h6, header blockquote p {
    font-family: 'Optima', sans-serif;
}
.alert-success{
	
}

h3{
	font-size: 2rem;
}
h6 {
    font-size: 2.2rem;
	margin: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
}

header h2 {
    font-size: 1.5rem;
}

header p {
    font-size: 26px;
}

header .title {
    width: fit-content;
}

.btn-light {
    font-weight: bold;
    color: var(--cor-verde);
    background: none;
    border: none;
    border-bottom: solid 2px var(--cor-verde);
    border-radius: 0;
}

.btn-light:hover {
    background: none;
    color: var(--cor-bege);
    border-color: var(--cor-bege);
}

.btn-primary {
    background: var(--cor-azul);
    color: var(--cor-bege);
    border: solid 1px var(--cor-bege);
    padding: 0.375rem 0.95rem;
}

.btn-primary:hover {
    background: var(--cor-bege);
    color: var(--cor-azul);
    border: solid 1px var(--cor-azul);
}

.btn-secondary {
    background: var(--cor-bege);
    color: var(--cor-azul);
    border: solid 1px var(--cor-azul);
    padding: 0.375rem 0.95rem;
}

.btn-secondary:hover {
    background: var(--cor-azul);
    color: var(--cor-bege);
    border: solid 1px var(--cor-bege);
}

.bg-verde {
    background-color: var(--cor-verde);
    color: var(--cor-bege);
}

.bg-bege {
    background-color: var(--cor-bege);
    color: var(--cor-azul);
}

.bg-marrom {
    background-color: var(--cor-marrom);
    color: var(--cor-bege);
}

.bg-azul {
    background-color: var(--cor-azul);
    color: var(--cor-bege);
}
.bg-azul a{
    color: var(--cor-bege);
}
.mt-n5 {
    margin-top: -13rem!important;
}

.plus-symbol {
    font-size: 7rem;
    margin: 0px 40px 0px -40px;
    width: 0;
    padding: 0;
    font-weight: 100;
}

.menu-links {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 99;
}

.menu-links a {
    color: var(--cor-bege);
    text-decoration: none;
    padding: 10px;
    display: block;
    transition: background-color 0.3s ease;
}

.menu-links a:hover {
    background-color: #555;
}

.menu-text {
    display: none;
    color: var(--cor-verde);
    font-weight: bold;
    font-size: .9rem;
    margin-top: -9px;
    margin-bottom: -9px;
    text-align: center;
}

.menu-icon:hover .bar:nth-child(2) {
    display: none;
}

.menu-icon:hover .menu-text {
    display: block;
}

.menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    position: relative;
}

.menu-icon,.contato-btn{
    margin-top: 2rem;
}

.close-icon {
    display: none;
    cursor: pointer;
    font-size: 1.5rem;
    color: var(--cor-bege);
    margin-right: 10px;
    text-align: right;
}

.bar {
    background-color: var(--cor-verde);
    display: block;
    height: 3px;
    width: 50px;
    margin: 8px auto;
    transition: background-color 0.3s ease;
}

.menu-icon.open .bar {
    background-color: #333;
}

#introducao .item{
	transition: background-color 0.3s ease, color 0.3s ease;
}
#introducao .item.active{
	background-color: var(--cor-azul);
}
#introducao .item .texto-alt{
	display:none;
}
#introducao .item.active .texto-main{
	display:none;
}
#introducao .item.active .texto-alt{
	display:block;
}

#o-que-e-wellness-coaching img,
#quem-e-ana-salgado .itens img{

	max-width:60%;
}

#quem-e-ana-salgado h5{
    height: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

#quem-e-ana-salgado .itens p{
	font-size:11px;
}

#beneficios img.mt-n5{
    margin-top: -6rem!important;
}

#processo h4{
	font-size: 15px;
    font-weight: bold;
    border-bottom: solid 2px;
    padding-bottom: 10px;
}

#processo h4 span{
	float: right;
    font-weight: normal;
}

#contato input{
	background: none;
    border: none;
    border-bottom: solid 2px #243f5d;
    border-radius: 0;
    color: #243f5d;	
}

#contato textarea{
	background: none;
    /* border: none; */
    border: solid 2px #243f5d;
    border-radius: 0;
    color: #243f5d;
    padding: 20px;
}

#contato .btn{
   margin-left: auto;
   height: 38px;
}

#contato .arrow-up img{
    width:80px;
}

#contato .form-footer{
    display: flex;
    /* height: 400px; */
    flex-flow: row wrap;
    /* background-color: green; */
    justify-content: space-between;
    flex-direction: row;
}
#footer input{
	background: none;
    border: none;
    border-bottom: solid 2px #d9d2c0;
    border-radius: 0;
    color: #d9d2c0;	
}
#footer .btn{
	border-radius:0px;
}
#footer a{

}



@media only screen and (max-width: 767px) {
    h1{
        font-size: 2.3rem;
    }
    header {
        background-image: url('../images/background-mobile.png');
        background-size: 100% 100%;
    }
    header .col-6{
        height: fit-content;
    }
    header .h-100{
        align-content: baseline;
    }
	.logo{
		order:1;
	}
	header .arrow-down{
		order:2;
		text-align: center!important;
        position: absolute;
        bottom: 0;
        left: 0;
	}
    header .arrow-down img{
        width:80px;
    }
    .plus-symbol {
		width: 50px;
		height: 60px;
		margin: -16px 0px 36px 31px;
		line-height: 1;
		font-weight: 100;
		font-size: 3rem;
    }
	.menu-links{
		min-width: 90vw;
	}
	.menu-icon .bar{
		display:none;
	}
	.menu-icon .menu-text{
		display:block;
	}
	.btn-light{
		border: none;
		padding: 0;
	}

    #introducao h3{
        font-size: 1.5rem;
    }
	#introducao .col-6:nth-child(1){
		order:2;
	} 
	#introducao .col-12:nth-child(2){
		order:1;
	} 
	#introducao .col-12:nth-child(3){
		order:4;
	} 
	#introducao .col-6:nth-child(4){
		order:3;
	} 
	
	#o-que-e-wellness-coaching img{
		max-height: 80px;
	}
	
	#o-que-e-wellness-coaching .item{
		display:flex;
		padding:0;
	}
	#o-que-e-wellness-coaching .content{
		text-align:left;
		padding-left: 15px;
	}
	
	#beneficios img.mt-n5{
		margin-top: 0!important;
	}
	
	#beneficios .col-md-6:nth-child(3){
		order:4;
	} 

    #contactForm{
        text-align: center;
    }

    #contato #contactForm .btn{
        float:none;
    }
	#footer .arrow-up{
		text-align:center!important;
	}
	#footer .col-md-4:nth-child(2){
		order:3;
	} 
}
