@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Comfortaa&family=Montserrat:wght@400;700;900&display=swap');
:root {
	font-family: 'Amatic SC', cursive;
	font-family: 'Comfortaa', cursive;
    font-family: 'Montserrat', sans-serif;
	font-size: calc(16px + (6 + 6 * 0.7) * ((100vw - 320px) / 1920));
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	--size-font: calc(22px + (24 + 24 * 0.7) * ((100vw - 320px) / 1920));
	--size-indent: calc(22px + (56 - 22) * ((100vw - 320px) / (1920 - 320)));
}
html {
	scroll-behavior: smooth;
}
*,
::before,
::after {
-webkit-box-sizing: inherit;
        box-sizing: inherit;
}
body, main {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}
section {
	width: 100%;
}
h1, h2, p, div {
	margin: 0;
	padding: 0;
	color: #1e2021;
}
a {
	text-decoration: none;
	color: #1e2021;
}
/* class ----------------------------------------------------- */
.container {
	width: 80%;
	margin: 0 auto;
}
.wa_container {
	display: flex;
	justify-content: center;
}
.wa_flex {
	display: flex;
	align-items: center;
}
.whatsapp-text {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
}
/* header ---------------------------------------------- */
header {
	padding: 0.5rem 5%;
	background: #f9f7f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	z-index: 5;
}
.logo_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.logo {
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	line-height: calc(20px + (12 + 12 * 0.7) * ((100vw - 320px) / 1920));
	color: #e91e63;
	font-size: calc(22px + (14 + 14 * 0.7) * ((100vw - 320px) / 1920));
}
.descriptor {
	margin-left: calc(10px + (6 + 6 * 0.7) * ((100vw - 320px) / 1920));
	font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px) / 1920));
}
.phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.phone-icon {
	width: calc(24px + (10 + 10 * 0.7) * ((100vw - 320px) / 1920));
	height: calc(24px + (10 + 10 * 0.7) * ((100vw - 320px) / 1920));
}
.phone-icon > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.number {
	margin-left: calc(10px + (6 + 6 * 0.7) * ((100vw - 320px) / 1920));
}

/* main --------------------------------------- */
.h1_container {
	padding-top: calc(100px + (50 + 50 * 0.7) * ((100vw - 320px) / 1920));
	padding-bottom: 4rem;
	font-family: 'Montserrat', sans-serif;
	background: #f9f7f2;
}
h1 {
	font-weight: 900;
	font-size: calc(40px + (40 + 40 * 0.7) * ((100vw - 320px) / 1920));
	color: #e91e63;
	text-align: center;
	margin-bottom: 1rem;
}
.explanation {
	font-weight: 700;
	font-size: calc(18px + (10 + 10 * 0.7) * ((100vw - 320px) / 1920));
	text-align: center;
	margin-bottom: 1rem;
}
.img_down {
	display: block;
	margin: 0 auto;
	width: 1.5rem;
}
.storytelling {
	padding: 4rem 5% 4rem;
}
.storytelling_h2 {
	text-align: center;
	font-weight: 900;
	font-size: calc(24px + (20 + 20 * 0.7) * ((100vw - 320px) / 1920));
}
#service {
	padding: 4rem 5%;
}
.cta {
	font-weight: 700;
	text-align: center;
	margin-bottom: 1rem;
}
.cta_one {
	font-size: calc(18px + (8 + 8 * 0.7) * ((100vw - 320px) / 1920));
}
.cta_two {
	padding: 0 calc(0px + (200 + 200 * 0.7) * ((100vw - 320px) / 1920));;
}
.service_container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}
.service {
	border: 1px solid #1e2021;
	padding: .5rem 1rem;
	border-radius: .5rem;
	margin: .5rem;
	cursor: pointer;
}
.service:hover {
	border: 1px solid #e91e63;
	color: #e91e63;
}
.main_callto-action {
	margin-bottom: 1rem;
}
.main_buttons_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2rem;
}
.main_buttons {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.main_whatsapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	padding: .5rem 1.5rem;
	border: none;
	border-radius: 10px;
	background: #53cb60;
}
.whatsapp_icon {
	height: 1.5rem;
	margin-left: .5rem;
}
.main_wa-arrow {
	position: absolute;
	height: 120%;
	right: -1.6rem;
	top: -40%;
}

/* contacts ------------------------------------------------------- */
.contact {
	border-radius: 1.3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: -12%;
	position: relative;
	padding: 1.5em;
	background: #f9f7f2;
	-webkit-box-shadow: 3px 3px 15px #BDBDBD;
	        box-shadow: 3px 3px 15px #BDBDBD;
	z-index: 2;
}
.contact_border {
	border-radius: 1.3em;
	border: 2px solid #e91e63;
	width: 100%;
	padding: 2rem 1rem;
}
.contact_h2 {
	margin-bottom: 2rem;
}
.contact_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 2rem 0;	
}
.contact_element {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 1rem;
}
.contact_element p {
	margin: 0.5em 0;
	color: #6c6c6c;
}
.contact_element-a {
	margin: 0.5em 0;
	text-decoration: none;
	color: #1e2021;
}
.contact_element a:hover {
	color: #e91e63;
}
.contact_element img {
	margin-top: 0.5em;
	margin-right: calc(10px + (12 + 12 * 0.7) * ((100vw - 320px) / 1920));
	width: 2em;
	height: 2em;
	-o-object-fit: cover;
	   object-fit: cover;
}
.map_container {
	position: relative;
	width: 100%;
	height: calc(320px + (300 + 300 * 0.7) * ((100vw - 320px) / 1920));
	cursor: pointer;
	z-index: 0;
}
/* map ---------------------------------------- */
.map_container img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.map_popup {
	position: fixed;
	display: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, .9);
	z-index: 5;
}
.map_popup_container {
	position: relative;
	width: 90%;
	height: 80%;
}
.map_popup_close {
	position: absolute;
	width: 2rem;
	height: 2rem;
	top: -1rem;
	right: -1rem;
	cursor: pointer;
}
.map_popup_close > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.map_popup_content {
	width: 100%;
	height: 100%;
	border-radius: .5rem;
	background: #f677a2;
}
.map_popup_content iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: .5rem;
}

/* footer ------------------------------------------------------- */
footer {
	margin: 0;
	padding: 0;
	background: #f9f7f2;
}
.footer {
	padding: 0.5rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.policy {
	font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px) / 1920));
}
.policy_container {
	padding: 5%;
}