@charset "utf-8";
@media screen and (min-width: 900px) and (max-width: 1023px){
.box-all  {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	position: absolute;
	display: none;
}
.box-all-t {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	position: absolute;
}
.box-all-m {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	position: absolute;
	display: none;
}


.banner {
	float: left;
	height: auto;
	width: 100%;
}


.myimg {
    height: inherit;
}
.navbar {
	position: fixed;
	bottom: 0;
	width: 50%;
	text-align: center;
	float: left;
	height: auto;
	margin-bottom: 5%;
	margin-right: 25%;
	margin-left: 25%;
}
.navbar ul {
}
.navbar ul li {
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1rem;
	line-height: 120%;
	list-style-type: none;
	text-align: center;
	padding-left: 5%;
}


.navbar li ul.dropupmenu {
	display: none;
	list-style-type: circle;
	min-width: 160px;
	
}
.navbar li:hover ul.dropupmenu {
	display: block;
	position: absolute;
	bottom: 40px;
	border-bottom: none;
	background-color: #069;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.navbar li:hover li{
	
	float:none;
	background:none;
	border:none;
	}



/* Style the links inside the navigation bar */
.navbar ul li a {
	display: block;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
}

/* Change the color of links on hover */
.navbar ul li a:hover {
	color: black;
}

/* Add a green background color to the active link */
.navbar ul li a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the navbar on small screens */
.navbar ul li .icon {
  display: none;
}
.logo {
	text-align: center;
	float: left;
	height: auto;
	width: 50%;
	position: fixed;
	overflow: hidden;
	top: 23vh;
	z-index: 4;
	margin-right: 25%;
	margin-left: 25%;
	animation: title ease 1s ;
}
@keyframes title{
  0% {
	  opacity:0;
     transform: translate(px, 0px);
  }
   50% {
	  opacity:0;
    transform: translate(0px, 30px);
  }
  100% {
	  opacity:1;
    transform: translate(0px, 0px);
  }
}
.logo img {
	height: auto;
	width: 5rem;
}
.logo-2 {
	text-align: center;
	float: left;
	height: auto;
	width: 50%;
	position: fixed;
	overflow: hidden;
	top: 10vh;
	z-index: 5;
	margin-right: 25%;
	margin-left: 25%;
	animation: title ease 1s ;
}

.logo-2 img {
	height: auto;
	width: 5rem;
}
.logo-about {
	text-align: center;
	float: right;
	height: auto;
	width: 50%;
	position: fixed;
	overflow: hidden;
	top: 25vh;
	z-index: 5;
	margin-right: 0px;
	right: 0px;
	animation: logo-about ease 4s ;
}
@keyframes logo-about{
  0% {
	  opacity:0;
     transform: translate(px, 0px);
  }
   50% {
	  opacity:0;
    transform: translate(0px, 30px);
  }
  100% {
	  opacity:1;
    transform: translate(0px, 0px);
  }
}
.logo-about img {
	height: auto;
	width: 5rem;
}
.logo-contact {
	text-align: center;
	float: right;
	height: auto;
	width: 50%;
	position: fixed;
	overflow: hidden;
	top: 8vh;
	z-index: 5;
	margin-right: 0px;
	right: 0px;
	animation: logo-contact ease 4s ;
}
@keyframes logo-contact{
  0% {
	  opacity:0;
     transform: translate(px, 0px);
  }
   50% {
	  opacity:0;
    transform: translate(0px, 30px);
  }
  100% {
	  opacity:1;
    transform: translate(0px, 0px);
  }
}
.logo-contact img {
	height: auto;
	width: 5rem;
}
.logo-gallery {
	text-align: center;
	float: right;
	height: auto;
	width: 50%;
	position: fixed;
	overflow: hidden;
	top: 10vh;
	z-index: 5;
	margin-right: 0px;
	right: 0px;
	animation: title ease 5s ;
}
.logo-gallery img {
	height: auto;
	width: 5rem;
}
.title {
	font-family: mrseavespetitecapspetitecaps;
	font-size: 1.2rem;
	overflow: hidden;
	position: fixed;
	width: 50%;
	text-align: center;
	float: left;
	height: auto;
	top: 38vh;
	text-transform: uppercase;
	color: #ededed;
	line-height: 120%;
	letter-spacing: 3px;
	z-index: 3;
	margin-right: 25%;
	margin-left: 25%;
	animation: title ease 2s ;
}


.title-sub {
	font-family: adorabouton;
	font-size: 6rem;
	overflow: hidden;
	position: fixed;
	width: 50%;
	text-align: center;
	float: left;
	height: auto;
	top: 41vh;
	color: #ededed;
	line-height: 160%;
	z-index: 2;
	margin-right: 25%;
	margin-left: 25%;
	
	animation: title ease 3s ;
}

.title-sub-2 {
	font-family: mrseavespetitecapspetitecaps;
	font-size: 1.2rem;
	overflow: hidden;
	position: fixed;
	width: 50%;
	text-align: center;
	float: left;
	height: auto;
	top: 65vh;
	text-transform: uppercase;
	color: #ededed;
	line-height: 120%;
	letter-spacing: 3px;
	z-index: 1;
	margin-right: 25%;
	margin-left: 25%;
	animation: title ease 4s ;
}

.box-bg-menu-01 {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0%;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	z-index: 2;
	float: left;
}
.box-bg-menu-02 {
	background-color: rgba(202, 191, 186, 0.7);
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0%;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	z-index: 2;
	float: left;
}


.box-menu {
	margin-right: auto;
	margin-left: 6%;
	height: auto;
	width: 90%;
	float: left;
}
.box-menu-m {
	margin-right: auto;
	margin-left: 6%;
	height: auto;
	width: 90%;
	float: left;
	display: none;
}

.menu-list {
	float: left;
	height: auto;
	width: 14.5%;
	margin-right: 2%;
	margin-left: 2%;
	font-family: assassin;
	font-size: 1rem;
	color: #f0eee4;
	line-height: 120%;
	text-align: center;
}
.menu-list a {
	color: #f0eee4;
	text-decoration: none;
	font-family: assassin;
	text-shadow: 1px 1px 1px #636363;
}
.menu-list a:hover {
	color: #80716d;
	text-decoration: none;
	font-family: assassin;
}

.menu-list-02 {
	float: left;
	height: auto;
	width: 14.5%;
	margin-right: 2%;
	margin-left: 2%;
	font-family: assassin;
	font-size: 1rem;
	color: #80716d;
	line-height: 120%;
	text-align: center;
}
.menu-list-02 a {
	color: #80716d;
	text-decoration: none;
	font-family: assassin;

}
.menu-list-02 a:hover {
	color: #f0eee4;
	text-decoration: none;
	font-family: assassin;
}

.icon-list {
	float: left;
	height: auto;
	width: 1%;
	color: #f0eee4;
}
.icon-list-02 {
	float: left;
	height: auto;
	width: 1%;
	color: #80716d;
}
.dropbtn {
	background-color: transparent;
	font-family: assassin;
	font-size: 1rem;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #f0eee4;
	text-align: left;
	text-shadow: 1px 1px 1px #636363;
}

.dropbtn:hover {
	background-color: transparent;
	font-family: assassin;
	font-size: 1rem;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #80716d;
	text-align: left;
}
.dropbtn-02 {
	background-color: transparent;
	font-family: assassin;
	font-size: 1rem;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #80716d;
	text-align: left;

}

.dropbtn-02:hover {
	background-color: transparent;
	font-family: assassin;
	font-size: 1rem;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #f0eee4;
	text-align: left;
}


.dropup {
	position: relative;
	display: inline-block;
	z-index: 99999;
	
}


.dropup-content {
	display: none;
	position: absolute;
	background-color: rgba(128, 113, 109, 0.9);
	min-width: 300px;
	bottom: 50px;
	z-index: 9999;
	height: auto;
	width: 350px;
	transform-origin: top center;
	animation: scaleZ 300ms ease-in-out forwards;
	margin-left: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;
}
@keyframes scaleZ {
     0% {
        transform: translateZ(200px) transLateY(40px)
    }
    80% {
        transform: translateZ(-10px) transLateY(0px)
    }
    100% {
        transform: translateZ(0px) transLateY(0px)
    }
}

.dropup-content a {
	color: #faf4e8;
	text-decoration: none;
	display: block;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
	text-transform: uppercase;
	font-size: 1rem;
	text-shadow: none;
}

.dropup-content a:hover {
	color: #645d57;	 
}


.dropup-content :after {
	padding-bottom: -50px;
	
}
.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {

}
.title-list {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2rem;
	float: left;
	height: auto;
	width: 80%;
	text-transform: uppercase;
	color: #FFF;
	margin-top: 10%;
	margin-left: 3%;
	margin-bottom: 5%;
}
.dot {
	height: 10px;
	width: 10px;
	background-color: #faf4e8;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}
.dot:hover{
	height: 10px;
	width: 10px;
	background-color: #645d57;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	}
.a01 {
	float: left;
	height: auto;
	width: 100%;
	cursor: pointer;
	margin-bottom: -35px;
	opacity: 0.9;
	position: fixed;
	bottom: 0px;
}
.a01 img {
	height: auto;
	width: 10%;
}
.box-product {
	float: left;
	height: auto;
	width: 30%;
	overflow: hidden;
	position: fixed;
	left: 0px;
	z-index: 999;
	margin-top: 40vh;
	margin-left: 10%;
}


.title-about {
	font-family: assassin;
	font-size: 1.4rem;
	line-height: 120%;
	color: #3c3c3b;
	text-align: center;
	float: left;
	height: auto;
	width: 100px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 8vh;
	margin-left: 8vh;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b1aa92;
	border-bottom-color: #b1aa92;
	padding-top: 3px;
	padding-bottom: 3px;
	animation: title-about ease 4s ;
}
@keyframes title-about{
  0% {
	  opacity:0;
     transform: translate(px, 0px);
  }
   50% {
	  opacity:0;
    transform: translate(0px, 30px);
  }
  100% {
	  opacity:1;
    transform: translate(0px, 0px);
  }
}

.box-about {
	float: right;
	height: auto;
	width: 40%;
	overflow: hidden;
	position: fixed;
	z-index: 10;
	padding-top: 1%;
	padding-bottom: 1%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #645d57;
	border-bottom-color: #645d57;
	margin-top: 35vh;
	margin-right: 4vh;
	right: 0px;
	animation: l-01 ease 5s ;
}
@keyframes l-01{
  0% {
	  opacity:0;
     transform: translate(px, 0px);
  }
   50% {
	  opacity:0;
    transform: translate(0px, 30px);
  }
  100% {
	  opacity:1;
    transform: translate(0px, 0px);
  }
}

.text-about {
	font-family: addingtoncf-light;
	font-size: 1rem;
	line-height: 140%;
	color: #645d57;
	float: left;
	height: auto;
	width: 100%;
	white-space: wrap;
	text-align: justify;
}


.title-product {
	font-family: assassin;
	font-size: 1.4rem;
	line-height: 120%;
	color: #3c3c3b;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 3px;
	animation: title ease 2s ;
}


.title-product-2 {
	font-family: assassin;
	font-size: 1.2rem;
	line-height: 120%;
	color: #3c3c3b;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 3px;
	animation: title ease 3s ;
}
.line-product {
	float: left;
	height: auto;
	width: 20%;
	margin-left: 40%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #878787;
	margin-top: 2%;
	margin-bottom: 2%;
	animation: title ease 4s ;
}
.link-product {
	float: left;
	height: auto;
	width: 100%;
	color: #3c3c3b;
	font-family: bodonimoda;
	font-size: 1rem;
	line-height: 120%;
	text-align: center;
	letter-spacing: 4px;
	animation: title ease 5s ;
}


.link-product a {
	color: #3c3c3b;
	text-decoration: none;
}
.link-product a:hover {
	color: #80716d;
	text-decoration: none;
}
.order {
	float: right;
	height: auto;
	width: 150px;
	color: #3c3c3b;
	font-family: bodonimoda;
	font-size: 1rem;
	line-height: 120%;
	text-align: center;
	letter-spacing: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	z-index: 999;
	position: fixed;
	bottom: 18%;
	overflow: hidden;
	right: 20%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b1aa92;
	border-bottom-color: #b1aa92;
	animation: title ease 8s ;
}


.order a {
	color: #3c3c3b;
	text-decoration: none;
}
.order a:hover {
	color: #80716d;
	text-decoration: none;
}
.title-contact {
	font-family: assassin;
	font-size: 1.4rem;
	line-height: 120%;
	color: #3c3c3b;
	text-align: center;
	float: left;
	height: auto;
	width: 135px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #878787;
	border-bottom-color: #878787;
	position: relative;
	z-index: 9999;
	margin-top: 10rem;
	margin-left: 15%;
	animation: title-about ease 4s ;
}
@keyframes title-contact{
  0% {
	  opacity:0;
     transform: translate(px, 0px);
  }
   50% {
	  opacity:0;
    transform: translate(0px, 30px);
  }
  100% {
	  opacity:1;
    transform: translate(0px, 0px);
  }
}

.box-form {
	float: left;
	height: auto;
	width: 30%;
	position: fixed;
	z-index: 1;
	margin-top: 20vh;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b1aa92;
	padding-right: 5%;
	margin-left: 15%;
	animation: l-02 ease 5s ;
}
@keyframes l-02{
  0% {
	  opacity:0;
     transform: translate(px, 0px);
  }
   50% {
	  opacity:0;
    transform: translate(0px, 30px);
  }
  100% {
	  opacity:1;
    transform: translate(0px, 0px);
  }
}
.box-form-list {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 3%;
}
.title-form {
	font-family: addingtoncf-light;
	font-size: 1rem;
	line-height: 120%;
	color: #645d57;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 1%;
}
.cap {
	font-family: addingtoncf-light;
	font-size: 1rem;
	line-height: 120%;
	color: #645d57;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 1%;
}
.cap img {
	height: auto;
	width: 100%;
}


.input-form {
	float: left;
	height: auto;
	width: 100%;
}
.btn-input {
	font-family: addingtoncf-light;
	font-size: 1rem;
	background-color: #c0b8b0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: auto;
	width: 95%;
	padding-top: 2%;
	padding-right: 10px;
	padding-bottom: 2%;
	padding-left: 10px;
	color: #333;
}
.btn-input-02 {
	font-family: addingtoncf-light;
	font-size: 1rem;
	background-color: #c0b8b0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 5em;
	width: 95%;
	padding-top: 2%;
	padding-right: 10px;
	padding-bottom: 2%;
	padding-left: 10px;
	color: #333;
}
.send {
	text-align: right;
	float: right;
	width: 20%;
	margin-top: 2%;
	font-family: addingtoncf-light;
	line-height: 120%;
	color: #645d57;
	height: auto;
}
.btn-send:hover {
	color: #9B938C;
	text-decoration: none;
}
.btn-send {
	text-align: right;
	float: left;
	width: 100%;
	margin-top: 2%;
	font-family: addingtoncf-light;
	line-height: 120%;
	color: #645d57;
	height: auto;
	background-color: transparent;
	background-image: url(transparent);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 1rem;
}

.box-contact {
	float: right;
	height: auto;
	width: 40%;
	overflow: hidden;
	position: fixed;
	left: 55%;
	z-index: 2;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 20vh;
	animation: l-03 ease 5s ;
}
@keyframes l-03{
  0% {
	  opacity:0;
     transform: translate(px, 0px);
  }
   50% {
	  opacity:0;
    transform: translate(0px, 30px);
  }
  100% {
	  opacity:1;
    transform: translate(0px, 0px);
  }
}

.text-contact-01 {
	font-family: bodonimoda;
	color: #645d57;
	float: left;
	width: 80%;
	line-height: 140%;
	font-weight: normal;
	padding-top: 1%;
	padding-left: 15%;
	height: auto;
	background-image: url(../images/icon-01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2.5rem;
	margin-bottom: 2%;
	padding-bottom: 1%;
	font-size: 1rem;
}
.text-contact-01 a {
	color: #645d57;
	text-decoration: none;
}
.text-contact-01 a:hover {
	color: #9B938C;
	text-decoration: none;
}
.text-contact-02 {
	font-family: bodonimoda;
	color: #645d57;
	float: left;
	width: 80%;
	line-height: 140%;
	font-weight: normal;
	padding-top: 1%;
	padding-left: 15%;
	height: auto;
	background-image: url(../images/icon-02.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2.5rem;
	margin-bottom: 2%;
	padding-bottom: 1%;
	font-size: 1rem;
}
.text-contact-02 a {
	color: #645d57;
	text-decoration: none;
}
.text-contact-02 a:hover {
	color: #9B938C;
	text-decoration: none;
}


.text-contact-03 {
	font-family: bodonimoda;
	color: #645d57;
	float: left;
	width: 80%;
	line-height: 140%;
	font-weight: normal;
	padding-top: 3%;
	padding-left: 15%;
	height: 35px;
	background-image: url(../images/icon-03.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2.5rem;
	margin-bottom: 0%;
	padding-bottom: 1%;
	font-size: 1rem;
}
.text-contact-04 {
	font-family: bodonimoda;
	color: #645d57;
	float: left;
	width: 80%;
	line-height: 140%;
	font-weight: normal;
	padding-top: 3%;
	padding-left: 15%;
	height: 35px;
	background-image: url(../images/icon-04.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2.5rem;
	margin-bottom: 0%;
	padding-bottom: 1%;
	font-size: 1rem;
}
.text-contact-04 a {
	color: #645d57;
	text-decoration: none;
}
.text-contact-04 a:hover {
	color: #9B938C;
	text-decoration: none;
}


.text-contact-05 {
	font-family: bodonimoda;
	color: #645d57;
	float: left;
	width: 80%;
	line-height: 140%;
	font-weight: normal;
	padding-top: 3%;
	padding-left: 15%;
	height: 35px;
	background-image: url(../images/icon-05.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2.5rem;
	margin-bottom: 0%;
	padding-bottom: 1%;
	font-size: 1rem;
}
.text-contact-05 a {
	color: #645d57;
	text-decoration: none;
}
.text-contact-05 a:hover {
	color: #9B938C;
	text-decoration: none;
}


.text-contact-06 {
	font-family: bodonimoda;
	color: #645d57;
	float: left;
	width: 80%;
	line-height: 140%;
	font-weight: normal;
	padding-top: 3%;
	padding-left: 15%;
	height: 35px;
	background-image: url(../images/icon-06.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2.5rem;
	margin-bottom: 0%;
	padding-bottom: 1%;
	font-size: 1rem;
}
.text-contact-06 a {
	color: #645d57;
	text-decoration: none;
}
.text-contact-06 a:hover {
	color: #9B938C;
	text-decoration: none;
}


.text-contact-07 {
	font-family: bodonimoda;
	color: #645d57;
	float: left;
	width: 80%;
	line-height: 140%;
	font-weight: normal;
	padding-top: 3%;
	padding-left: 15%;
	height: 35px;
	background-image: url(../images/icon-07.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2.5rem;
	margin-bottom: 0%;
	padding-bottom: 1%;
	font-size: 1rem;
}
.text-contact-07 a {
	color: #645d57;
	text-decoration: none;
}
.text-contact-07 a:hover {
	color: #9B938C;
	text-decoration: none;
}


.box-gallery {
	float: right;
	height: 40%;
	width: 40%;
	overflow: scroll;
	position: fixed;
	z-index: 2;
	top: 25vh;
	scrollbar-width: none;
	border: 1px solid #80716d;
	right: 5%;
	animation: title ease 5s ;
}
.picture-gallery {
	float: left;
	height: auto;
	width: 28%;
	margin: 2.5%;
}
.picture-gallery img {
	height: auto;
	width: 100%;
}
}
