@import url(https://fonts.googleapis.com/css?family=Montserrat);
@font-face {
    font-family: 'PFBeauSansPro-Regular';
    src: url('font/PFBeauSansPro-Regular.woff');

}

@font-face {
    font-family: 'PFBeauSansPro-Bold';
    src: url('font/PFBeauSansPro-Bold.woff');

}


/*basic reset*/
* {margin: 0; padding: 0;}

html {
	height: 100%;
	/*Image only BG fallback*/
	overflow-x: hidden!important;
	/*background = gradient + image pattern combo*/
	/* background: 
		linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6)); */
	justify-content: center;
	margin: 0 auto;
}
body {
    overflow: hidden!important;
    font-family: Sans-Serif;
    font-family: montserrat, arial, verdana;
    background: #E5F6E7;
}
/*form styles*/
#msform {
	width: 100%;
	margin: 50px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	/* background: white; */
	border: 0 none;
	border-radius: 3px;
	/* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
	padding: 20px 30px;
	box-sizing: border-box;
	width: 100%;
	/* margin: 0 25%; */
	
	/*stacking fieldsets above each other*/
	position: relative;
}
#msform .submit-final{
	margin-top:3rem;
}
#msform fieldset p{
	padding-bottom:1rem;
	text-align: left;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	/* width: 100%; */
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
	width: 100%;
	border-radius: 17px;
	height: 50%;
	font-family: 'PFBeauSansPro-Regular';
	margin-top: 17%;
	font-size: 1.5rem;
	right: 9%;
	font-family: 'PFBeauSansPro-Regular';
}
/*buttons*/
#msform .action-button {
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 1rem 3rem;
    margin: 1rem 0.5rem;
    text-decoration: none;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: 'PFBeauSansPro-Regular';
    border-radius: 7px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar .active{
	color: #43ac34;
	font-family: 'PFBeauSansPro-Bold';
}
#progressbar li {
	list-style-type: none;
	color: #444444;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
	font-family: 'PFBeauSansPro-Regular';
	font-size: 1.5em;
	text-transform: unset;
	z-index: 2;
	/* height: 6rem; */
}
#progressbar li:after {
	content:   "\00a0 ";
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: #444444;
	border-radius: 100%;
	margin: 0 auto 5px auto;
	padding: 1re;
	margin-top: 1rem;
	z-index: -10;
	position: relative;
}
/*progressbar connectors*/
#progressbar li:before {
	content: '';
	width: 98%;
	height: 5px;
	margin-left: 0.5rem;
	background: #44444440;
	position: absolute;
	left: -50%;
	top: 4.4rem;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:before {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: #27ae60;
}

.menu-container {
    position: relative;
    display: flex;
    padding: 20px;
    margin-bottom: 20px;
    color: #ff0000;
    justify-content: end;
    color: #232323;
    z-index: 1;
    user-select: none;
    -webkit-user-select: none;
    left: auto;
    float: right;
}

.menu-logo {
    line-height: 0;
    margin: 0 20px;
}

.menu-logo img {
    /* max-width: 10rem; */
    max-height: 5rem;
    flex-shrink: 0;
}

.menu-container a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'PFBeauSansPro-Bold';
    /* font-family: 'PFBeauSansPro-Regular'; */
    text-transform: uppercase;
}

.menu-container a:hover {
    color: #43ac34;
}

.menu-container input {
    display: block;
    width: 35px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

/* Burger Menu */
.menu-container span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #CDCDCD;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

.menu-container span:first-child {
    transform-origin: 0% 0%;
}

.menu-container span:nth-child(3) {
    transform-origin: 0% 100%;
}

.menu-container input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(3px, -1px);
    background: #232323;
}

.menu-container input:checked~span:nth-child(4) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.menu-container input:checked~span:nth-child(3) {
    transform: rotate(-45deg) translate(-5px, 11px);
}

.menu ul {
    list-style: none;
}

.menu li {
    padding: 10px 0;
    font-size: 22px;
}
    .menu-container a i {
        padding: 0rem 0.5rem;
    }
#msform fieldset .mariposa-1{
	
position: absolute;
	
top: 21%;
	
left: 10%;
	
width: 9%;
}
#msform fieldset .mariposa-2{
	
position: absolute;
	
top: 28%;
	
right: 9%;
	
width: 12%;
}
#msform fieldset .mariposa-3{
	
position: absolute;
	
transform: rotateY(180deg);
	
top: 19%;
	
right: 9%;
}
#msform fieldset .mariposa-4{
	
width: 13%;
	
position: absolute;
	
left: 4%;
	
top: 5%;
}
#msform fieldset .mariposa-5{
	
width: 13%;
	
position: absolute;
	
right: 4%;
	
top: 29%;
}
@media only screen and (max-width: 767px) {
	.flor-desktop{
    display: block;
}
.flor-mobile{
    display: none;
}
    .menu-container {
        /* flex-direction: column; */
        /* align-items: flex-end; */
    }

    .menu-logo {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .menu-logo img {
        max-height: 3rem;
        margin-top: 1rem;
    }

    .menu {
        /* position: absolute; */
        /* width: 325px; */
        top: 0;
        right: 100vw;
        /* padding: 75px 50px 50px; */
        /* background: #e8f7e9; */
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translateX(0%);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        justify-content: center;
    }

    .menu-container input:checked~.menu {
        right: 0;
    }
}

@media only screen and (min-width: 768px) {
  /*  .menu-container {
        width: 100%;
    }

    .menu-container a {
        color: #444444;
    }
    .menu-container a i {
        padding: 0rem 0.5rem;
    }

    .menu-container input {
        display: none;
    }

    /* Burger Menu */
    .menu-container span {
        display: none;
    }

    .menu {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: auto;
    }

    .menu ul {
        display: flex;
    }

    .menu li {
        padding: 0 20px;
    }
*/
}
@media (max-width:769px){
		#progressbar li {
	list-style-type: none;
	color: #444444;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
	font-family: 'PFBeauSansPro-Regular';
	font-size: 1.5em;
	text-transform: unset;
	z-index: 2;
	/* height: 6rem; */
}
	#msform .action-button {
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 2.75vw 8vw;
	margin: 1rem 0.5rem;
	text-decoration: none;
	font-size: 4vw;
	text-transform: uppercase;
	font-family: 'PFBeauSansPro-Regular';
	border-radius: 7px;
}
}