@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&family=Roboto:wght@400;500;700&family=Tinos&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	position: relative;
}

a {
	text-decoration: none;
}

.navbar {
	background: #F5F5F5;
	width: 100%;
}

.navbar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	padding: 25px 0;
	width: 90%;
}

.navbar .container .list {
	display: flex;
	gap: 25px;
	list-style: none;
}

.navbar .container button {
	display: none;
}

.navbar .container .list li a {
	color: #0B414A;
	font-family: 'Arimo', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	padding-bottom: 10px;
}

.navbar .container .list li a:hover {
	border-bottom: 3px solid #C49D71;
}

.sidebar {
	display: none;
	background: #ffffff;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.sidebar button {
	display: block;
	background: transparent;
	border: 0;
	outline: none;
}

.sidebar button svg {
	color: #0B414A;
}

.sidebar .list {
	display: flex;
	flex-direction: column;
	gap: 25px;
	list-style: none;
}

.sidebar .list li a {
	color: #0B414A;
	font-family: 'Arimo', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	padding-bottom: 10px;
}

.start-banner {
	background-image: url('../images/header/banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 90vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.start-banner img {
	max-width: 100%;
}

.start-banner p {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #6E5C46;
}

.start-banner p strong {
	font-family: 'Tinos';
    font-style: bold;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.mission-section {
	background: #F5F5F5;
	width: 100%;
}

.mission-section .container {
	display: flex;
	overflow: hidden;
	width: 100%;
}

.mission-section .container .info {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	padding: 4%;
}

.mission-section .container .info .subtitle {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: #C49D71;
	text-align: left;
}

.mission-section .container .info .title {
	font-family: 'Tinos';
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: 65px;
	color: #6E5C46;
	margin-bottom: 6%;
}

.mission-section .container .info .texts {
	font-family: 'Arimo';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #6E5C46;
}

.mission-section .container .info a {
	background: linear-gradient(270.07deg, #C49D71 -38.02%, #EFE0D0 47.3%, #FEF7F1 99.74%);
	color: #6E5C46;
	font-family: 'Arimo';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10%;
}

.mission-section .container img {
	max-width: 100%;
}

.mission-section .banner {
	background: #0B414A;
	padding: 5% 0;
	width: 100%;
}

.mission-section .banner .content {
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.mission-section .banner .content .item {
	color: #fff;
	font-family: 'Tinos';
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
}

.mission-section .banner .content .item .title {
	font-weight: 400;
	font-size: 50px;
	line-height: 50px;
}

.mission-section .banner .content .item .title span {
	color: #C49D71;
}

.mission-section .banner .content .border-right {
	border-right: 2px solid #C49D71;
	padding-right: 7%;
}

.team-section {
	background: #F5F5F5;
	width: 100%;
}

.team-section .container {
	display: flex;
	margin: auto;
	padding: 5% 0;
	width: 90%;
}

.team-section .container .images {
	display: flex;
	flex-direction: column;
}

.team-section .container .images img {
	width: 65%;
	margin: auto;
	max-width: 100%;
}

.team-section .container .images .spacing {
	margin-bottom: 30px;
}

.team-section .container .info {
	width: 50%;
}

.team-section .container .info .subtitle {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: #C49D71;
}

.team-section .container .info .title {
	font-family: 'Tinos';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 55px;
	color: #6E5C46;
	margin-bottom: 3%;
}

.team-section .container .info .texts {
	font-family: 'Arimo';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #6E5C46;
	margin-bottom: 3%;
}

.team-section .container .info .box {
	border: 3px solid #C49D71;
	font-family: 'Tinos';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 35px;
	color: #C49D71;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 3%;
}

.team-section .container .info .list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	list-style: none;
	margin-bottom: 3%;
}

.team-section .container .info .list li {
	background: #E7D4BE;
	border-radius: 5px;
	color: #6E5C46;
	font-family: 'Arimo';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	padding: 12px;
	text-transform: uppercase;
}

.features-section {
	background: linear-gradient(180deg, rgba(231, 212, 190, 0.4) 0%, rgba(231, 212, 190, 0) 100%);
	position: relative;
	width: 100%;
}

.features-section .button {
	background: #C49D71;
	border-radius: 50px;
	color: #FFFFFF;
	font-family: 'Arimo';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	padding: 14px;
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	margin: auto;
	width: 270px;
}

.features-section .container {
	margin: auto;
	padding: 5% 0;
	width: 90%;
}

.features-section .container .title {
	color: #6E5C46;
	font-family: 'Tinos';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 55px;
	text-align: center;
}

.features-section .container .button-simple {
	background: #C49D71;
	border-radius: 50px;
	color: #FFFFFF;
	display: block;
	font-family: 'Arimo';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	padding: 14px;
	margin-top: 4%;
	margin-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
	width: 270px;
}

.features-section .container .grid {
	grid-row-gap: 50px;
	justify-content: center;
}

.features-section .container .grid .item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.features-section .container .grid .item img {
	max-width: 100%;
}

.features-section .container .grid .item .texts .title {
	color: #6E5C46;
	font-family: 'Tinos';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 20px;
}

.features-section .container .grid .item .texts .content {
	color: #6E5C46;
	font-family: 'Tinos';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	width: 65%;
}

.features-section .container .cards {
	margin: 5%;
	justify-content: center;
	column-gap: 30px;
}

.features-section .container .cards .card .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(270.07deg, #C49D71 -38.02%, #EFE0D0 47.3%, #FEF7F1 99.74%);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 20px;
}

.features-section .container .cards .card .header h1 {
	font-family: 'Tinos';
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 20px;
	color: #6E5C46;
}

.features-section .container .cards .card .body {
	background: #0B414A;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 30px;
	height: 70%;
}

.features-section .container .cards .card .body p {
	font-family: 'Arimo';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
}

.services-banner-section {
	background: #C49D71;
	width: 100%;
}

.services-banner-section .container {
	width: 90%;
	padding: 40px 0;
	color: #FFFFFF;
}

.services-banner-section .container .row {
	align-items: center;
}

.services-banner-section .container .row div .title {
	font-family: 'Tinos';
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: 65px;
	text-transform: uppercase;
}

.services-banner-section .container .row div .subtitle {
	font-family: 'Tinos';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;	
}

.services-banner-section .container .row div .text {
	font-family: 'Arimo';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
}

.services-section {
	background: #F5F5F5;
	width: 100%;
}

.services-section .banner {
	position: relative;
	width: 100%;
}

.services-section .banner .wallpaper {
	max-width: 100%;
}

.services-section .banner .logo {
	position: absolute;
	bottom: -10%;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}

.services-section .container {
	width: 90%;
	margin-top: 100px;
	padding-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}

.services-section .container .row {
	justify-content: center;
	grid-row-gap: 50px;
}

.services-section .container .row .card {
	background: #FFFFFF;
	box-shadow: 4px 4px 8px 3px rgba(110, 92, 70, 0.25);
	padding: 16px;
}

.services-section .container .row .card .header img {
	max-width: 100%;
}

.services-section .container .row .card .body {
	padding: 10px;
}

.services-section .container .row .card .body .category {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #C49D71;
}

.services-section .container .row .card .body .title {
	font-family: 'Tinos';
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 25px;
	color: #6E5C46;
	margin-top: 10px;
	margin-bottom: 16px;
}

.services-section .container .row .card .body .list {
	font-family: 'Arimo';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #6E5C46;
	margin-left: 16px;
}

.services-section .container .row .card .body .list .sublist {
	margin-top: 16px;
}

.services-section .container .row .card .body .nested-list {
	font-family: 'Arimo';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #6E5C46;
	margin-left: 35px;
}

.contact-section {
	background-image: url('../images/contact/banner.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 65vh;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.contact-section .button {
 	background: #C49D71;
	border-radius: 50px;
	color: #FFFFFF;
	font-family: 'Arimo';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	padding: 14px;
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	margin: auto;
	width: 270px;
}

.contact-section .container {
	width: 90%;
}

.contact-section .container .row {
	padding-top: 0;
	justify-content: center;
	gap: 30px;
}

.contact-section .container .row .iframe {
	text-align: center;
}

.contact-section .container .row .iframe img {
	max-width: 100%;
}

.contact-section .container .row .info {
	width: 100%;
}

.contact-section .container .row .info .list {
	list-style: none;
}

.contact-section .container .row .info .list li {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 20px;
}

.contact-section .container .row .info .list .border-bottom {
	border-bottom: 2px solid #0B414A;
}

.contact-section .container .row .info .list li img {
	max-width: 100%;
}

.contact-section .container .row .info .list li p, .contact-section .container .row .info .list li p a {
	font-family: 'Arimo';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	color: #6E5C46;
}

footer {
	background: #0B414A;
	padding: 40px 0;
	width: 100%;
}

footer .container {
	width: 90%;
}

footer .container .row {
	align-items: center;
	grid-row-gap: 20px;
}

footer .container .row div p {
	font-family: 'Arimo';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #FEF7F1;
}

footer .container .row div .text-left {
	text-align: left;
}

footer .container .row div .text-right {
	text-align: right;
}

footer .container .row div img {
	max-width: 100%;
	text-align: center;
}

/*btn float whatsapp*/
.btn-whatsapp {
	background-color: #25D366;
	padding: 17px 20px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 5;
	border-radius: 50px;
}

.btn-whatsapp svg {
	color: #fff;
	width: 30px;
}

.btn-whatsapp:hover {
  color: #ffffff;
  background: #8AF0B0;
}

.btn-whatsapp:focus {
  color: #ffffff;
  background: #25D366;
}

/*reponsive*/
@media only screen and (max-width: 1024px) {
    .start-banner {
    	height: 45vh;
    }

    .team-section .container .info .title {
    	font-size: 25px;
    	line-height: 25px;
    }

    .team-section .container .info .box {
    	font-size: 14px;
    	line-height: 14px;
    }

    .features-section .container .grid {
    	margin-left: 5%;
    }

    .features-section .container .cards {
    	grid-row-gap: 30px;
    }

    .mission-section .banner .content .item .title {
    	font-size: 35px;
    	line-height: 35px;
    }

    .services-banner-section .container .row {
    	grid-row-gap: 20px;
    }

    .services-banner-section .container .row div .title {
    	font-size: 35px;
    	line-height: 35px;
    }

    .services-section .container .row {
    	grid-column-gap: 50px;
    }

    .contact-section {
    	height: 30vh;
    }
}

@media only screen and (max-width: 1023px) {
    .services-banner-section .container .row .hidden {
    	display: none;
    }

    .services-section .container .row .hidden {
    	display: none;
    }

    .contact-section {
    	margin-top: 0;
    	height: 65vh;
    }

    .contact-section .container .row .info .list {
    	margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {

	.navbar .container .list {
		display: none;
	}

	.navbar .container button {
		display: block;
		background: transparent;
		border: 0;
		outline: none;
	}

	.navbar .container button svg {
		color: #0B414A;
	}

	.mission-section .container {
		flex-direction: column;
	}

	.mission-section .banner .content {
		flex-direction: column;
		grid-row-gap: 30px;
	}

	.mission-section .banner .content .border-right {
		border-right: none;
		border-bottom: 2px solid #C49D71;
    	padding-right: 0;
    	padding-bottom: 30px;
	}

	.team-section .container {
		flex-direction: column;
		grid-row-gap: 30px;
	}

	.team-section .container .info {
		width: 100%;
	}

	.features-section .container .title {
		font-size: 32px;
    	line-height: 45px;
	}

	.services-section .banner .logo {
		bottom: -15%;
	}

	.contact-section {
		height: auto;
		background-size: cover;
		padding: 50px 20px;
	}

	.contact-section .container .row {
		gap: 30px;
	}

	.contact-section .container .row .info .list {
		margin-top: 0;
	}

	footer .container .row {
		grid-row-gap: 40px;
	}

	footer .container .row div {
		text-align: center !important;
	}

	footer .container .row div p {
		text-align: center !important;
	}
}

@media only screen and (max-width: 500px) {
	.start-banner {
		height: 90vh;
	}

	.start-banner img {
		width: 70%;
	}

	.mission-section .container .info {
		padding: 15% 10%;
	}

	.mission-section .container .info .title {
		font-size: 25px;
    	line-height: 25px;
	}

	.mission-section .banner {
		padding: 10% 0;
	} 

	.team-section .container {
		padding-bottom: 10%;
	}

	.team-section .container .info {
		padding: 5%;
		padding-bottom: 10%;
	}

	.team-section .container .info .texts {
		margin-bottom: 10%;
	}

	.team-section .container .info .box {
		margin-bottom: 10%;
	}

	.team-section .container .info .list {
		margin-bottom: 10%;
	}

	.features-section .container {
    	padding: 10% 0;
	}

	.features-section .container .grid {
		margin-left: 10%;
	}

	.features-section .container .cards {
		padding-top: 10%;
	}

	.services-section .banner .logo {
		bottom: -25%;
    	width: 30%;
	}

	.btn-whatsapp {
		bottom: 20px;
    	right: 10px;
	}
}