@font-face {
  font-family: 'Cutive-Regular';
  src: url('../fonts/Cutive-Regular.ttf');
}

@font-face {
  font-family: 'LondrinaSolid-Thin';
  src: url('../fonts/LondrinaSolid-Thin.ttf');
}

@font-face {
  font-family: 'LondrinaSolid-Regular';
  src: url('../fonts/LondrinaSolid-Regular.ttf');
}

@font-face {
  font-family: 'LondrinaSolid-Light';
  src: url('../fonts/LondrinaSolid-Light.ttf');
}

@font-face {
  font-family: 'LondrinaSolid-Black';
  src: url('../fonts/LondrinaSolid-Black.ttf');
}



input:focus,
textarea:focus,
select:focus {
	outline: none;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
}

@-webkit-keyframes pulse {
  0% { -webkit-transform: scale(1); }
  50% { -webkit-transform: scale(1.1); }
  100% { -webkit-transform: scale(1); }
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}


#preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: #dcf2ea;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader {
  text-align: center;
}

.preloader-img {
  object-fit: contain;
  animation: pulse 2s linear infinite;
}


.cloud-1,
.cloud-2 {
  width: 7%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.page-template-template-homepage .cloud-2,
.page-template-template-products .cloud-2,
.single-product .cloud-2 {
  display: none;
}

.page-template-template-about .cloud-1,
.page-template-template-contact .cloud-1 {
  display: none;
}


.shaddow::after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.25);
}


ul {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}


ul, ol {
  list-style: none;
}


input {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

header {
  z-index: 10;
  padding: 40px 0 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}


.header_scroll {
  position: fixed;
  top: 0;
  animation: smoothScrollX 1s forwards;
  top: 0px;
  border-bottom: 1px solid #a8b7b2;
}

@keyframes smoothScrollX {
    0% {
        transform: translateY(-70px);
    }
    100% {
        transform: translateY(0px);
    }
}

.anime-logo-1 {
  display: none;
}

.header_scroll .anime-logo-1 {
  display: block;
}

.page-template-template-homepage header {
  background: #dcf2ea;
}

.page-template-template-products header,
.single-product header {
  background: #D9EFE9;
}

.page-template-template-about header,
.page-template-template-contact header {
  background: #FFFCFA;
}


.header_scroll  {
  top: 0;
  padding: 10px 0;
  background: #FFFCFA !important;
}

.header_scroll .anime-logo-0 {
  display: none;
}


.header_scroll .menu li {
  padding: 8% 0px !important;
}

.header_scroll .logo {
  top: auto !important;
}

main {
  overflow: hidden;
}

.pd-top {
  padding-top: 175px;
}


.header-wrap {
  position: relative;
  padding: 0 23.5%;
}

.header-wrap .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 5;
}


.header-wrap .menu {
  display: flex;
  align-items: center;
}

.header-wrap .menu li {
    margin: 0 2.5vw;
    padding: 15% 0px;
}

.header-wrap .menu li a {
  font-family: 'Cutive-Regular';
  font-size: 0.83vw;
  line-height: 1.66vw;
  padding-bottom: 5px;
}

.header-wrap .menu li:hover a {
  border-bottom: 1px solid;
}

.current-menu-item a {
  border-bottom: 1px solid;
}

.mob-btn {
  display: none;
}


/* Video */

.video_section {
  position: relative;
}

.deskVideo {
	display: block;
}

.mobileVideo {
	display: none !important;
}

.v_text {
  position: absolute;
  top: 6%;
  text-align: center;
  width: 100%;
}

.v_text h1,
.v_text h2,
.v_text h3,
.v_text h4,
.v_text h5 {
  font-family: 'LondrinaSolid-Regular';
  font-size: 4.68vw;
  line-height: 5.05vw;
  margin: 0;
  color: #234A9A;
  font-weight: normal;
  margin-bottom: 10px;
}

.video_section p {
  margin: 0;
  font-family: 'Cutive-Regular';
  font-size: 0.78vw;
  line-height: 1.61vw;
  color: #484243;
}

.video_section video {
    width: 77%;
    height: 100%;
    display: block;
    margin: auto;
    pointer-events: none;
}

.r_v_img {
    position: absolute;
    right: -3%;
    top: 64%;
}

.l_v_img {
    position: absolute;
    left: -2.5%;
    top: 40%;
}

/* Home product */

.h_product .pr_grid {
  display: inherit !important;
}

.slick-arrow,
.slick-next,
.slick-dots {
  display: none !important;
}

.prslider {
  width: 67%;
  margin: auto;
}

.h_product {
  position: relative;
}

.prslider.pr_grid {
  padding: 3.5% 0 7% !important;
}

.h_product .swiper-button-next {
  right: 13% !important;
  left: auto;
  margin-top: 0px;
}

.h_product .swiper-button-prev {
  left: 13% !important;
  left: auto;
  margin-top: 0px;
}


.swiper-button-next:after {
  width: 2.6vw;
  min-width: 2.6vw;
  height: 2.6vw;
  line-height: 2.7vw;
  border-radius: 50%;
  box-shadow: 0px 3px 6px #00000029;
  display: inline-block;
  background: #fff;
  font-size: .9375vw;
  font-weight: 500;
  color: #6e542b;
}

.swiper-button-prev:after {
  width: 2.6vw;
  min-width: 2.6vw;
  height: 2.6vw;
  line-height: 2.7vw;
  border-radius: 50%;
  box-shadow: 0px 3px 6px #00000029;
  display: inline-block;
  background: #fff;
  font-size: .9375vw;
  font-weight: 500;
  color: #6e542b;
}


.h_product {
  text-align: center;
  background-color: #dcf2ea;
  padding: 1.5% 0;
}

.heading {
  width: 100%;
  position: relative;
  max-width: 67%;
  margin: auto;
}

.heading h1 {
  color: #CD3F6B;
  font-family: 'LondrinaSolid-Regular';
  font-weight: normal;
  font-size: 2.70vw;
  line-height: 4.47vw;
  margin: 0;
  padding: 0 5%;
  display: inline-block;
  background: #dcf2ea;
  position: relative;
}

.l_line {
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  top: 50%;
}

.pr_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.h_product .pr_grid {
	padding: 3.5% 16.5% 7%;
}

.pr_grid .item {
  background: #FFF6ED 0% 0% no-repeat padding-box;
  border: 2px solid #234A9A;
  overflow: hidden;
}

.pr_grid .product_img {
  /*padding: 20px 20px 10px;*/
  display: block;
}

.pr_grid .product_img img {
  height: 280px;
  object-fit: contain;
}

.product_details {
  border-top: 2px solid #234A9A;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product_details::after {
  content: '';
  position: absolute;
  width: 100%;
  background: #234A9A;
  right: 0;
  bottom: -100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}


.pr_grid .item:hover .product_details::after {
  bottom: 0;
}

.product_details h3 {
  font-size: 0.83vw;
  line-height: 1.35vw;
  font-family: 'Cutive-Regular';
  font-weight: normal;
  color: #234A9A;
  width: 75%;
  margin: auto;
  position: relative;
  z-index: 5;
  top: 2px;
}

.pr_grid .item:hover .product_details h3 {
  color: #fff;
}




/* Crunches homepage */

.crunches {
  background: #FFFCFA;
  padding: 7.5% 0 6%;
  text-align: center;
}

.crunches .heading h1 {
  background: transparent;
}

.crunches .heading {
  max-width: 100%;
}

.crunches p {
  font-size: 0.88vw;
  line-height: 1.61vw;
  font-family: 'Cutive-Regular';
  font-weight: normal;
  color: #231F20;
}

.crunc_img {
  position: relative;
  max-width: 67%;
  margin: auto;
}

.c_img_main {
	width: 61%;
  margin: 3% auto;
  position: relative;
  z-index: 5;
}

.c_line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* Product page */

.page-template-template-products main {
  background: #D9EFE9;
  text-align: center;
}

.product_page {
	padding: 2% 16.5% 9%;
}

.product_page .pr_grid {
	padding-top: 4%;
}

.product_page .heading h1 {
  background: transparent;
  color: #234A9A;
  font-size: 3.38vw;
  line-height: 4.47vw;
}

.product_page .heading p {
  font-family: 'Cutive-Regular';
  font-size: 0.78vw;
  line-height: 1.61vw;
  margin: 0;
  padding-top: 0.5%;
}

.product_page .heading {
  display: inline-block;
  color: #484243;
}

/* Single page */

.product_title-mobile {
  display: none;
}

.single-product main {
  background: #D9EFE9;
}

.single-flex-wrap {
  padding: 4.7% 16.5% 7%;
}

.storefront-product-pagination,
.single-product .post-edit-link {
  display: none !important;
}

.single-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.single-product-desc,
.single-pr-img {
  width: 50%;
}

.single-pr-img {
  padding-right: 5%;
}

.single-product-desc .product_title {
  font-family: 'LondrinaSolid-Regular';
  font-weight: normal;
  font-size: 2.70vw;
  line-height: 3vw;
  color: #234A9A;
  margin: 0;
}

.single-product-desc .woocommerce-product-details__short-description {
  font-size: 0.88vw;
  line-height: 1.61vw;
  color: #231F20;
  font-family: 'Cutive-Regular';
}

.single_atributes {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 6% 0;
}

.single_atributes li {
  margin-right: 10%;
}

.single_atributes li:last-child {
  margin-right: 0;
}


.single_atributes li p {
  margin: 0;
  color: #231F20;
  font-size: 0.88vw;
  font-family: 'Cutive-Regular';
  text-transform: initial;
}

.single_atributes li div {
  color: #8A9894;
  font-size: 0.625vw;
  font-family: 'Cutive-Regular';
  margin-bottom: 10px;
  text-transform: uppercase;
}


.product-social-share ul {
  display: flex;
  margin-top: 7px;
}

.mobile_share {
	display: none;
}

.product-social-share,
.wplogout-social-wrapper {
  margin-bottom: 0 !important;
}

.product-social-share ul li {
  margin-right: 20px;
}

.product-social-share ul li a {
  font-size: 0.88vw;
  color: #231F20;
}

/* About page */

.page-template-template-about main {
	background: #FFFCFA;
}

.about-us {
   padding: 4% 16.5% 7%;
}

.a-left {
	width: 46%;
}

.a-right {
  width: 54%;
  position: relative;
  top: -30px;
  left: 0;
}

.a-right img {
  min-width: 110%;
}


.a-left h1 {
	font-size: 3.125vw;
	color: #CD3F6B;
	line-height: 4.47vw;
	font-family: 'LondrinaSolid-Regular';
	font-weight: normal;
	margin: 0;
  padding-bottom: 3%;
}

.a-left p {
	color: #231F20;
	font-size: 0.88vw;
	line-height: 1.61vw;
	font-family: 'Cutive-Regular';
}

.about-list li {
	width: 33.333%;
	text-align: center;
}

.about-list li h2 {
	color: #CD3F6B;
	font-size: 1.82vw;
	line-height: 4vw;
	font-family: 'LondrinaSolid-Regular';
	font-weight: normal;
	margin: 0;
}

.about-list li p {
  color: #231F20;
  font-size: 0.88vw;
  line-height: 1.61vw;
  font-family: 'Cutive-Regular';
  width: 81%;
  margin: 0 auto;
}


/* Contact */

.mobile_map {
  display: none;
}

.page-template-template-contact main {
	background: #FFFCFA;
}

.mobile_form {
	display: none !important;
}

.contact-wrap {
  padding: 3.5% 16.5% 7%;
}

.c_map {
  width: 33%;
}

.c_info {
  width: 67%;
  padding-left: 10.5%;
}

.c_info h1 {
	color: #234A9A;
	font-size: 3.0vw;
	line-height: 4.47vw;
	font-family: 'LondrinaSolid-Regular';
	font-weight: normal;
	margin: 0;
  margin-top: -3%;
}

.c_info_list {
	display: flex;
  justify-content: space-between;
  margin-top: 4%;
}

.c_info_list span {
	display: block;
	font-size: 0.72vw;
	line-height: 1.97vw;
	color: #CD3F6B;
	font-family: 'Cutive-Regular';
}

.c_info_list p,
.c_info_list a {
	margin: 0;
	font-size: 0.83vw;
	color: #231F20;
	line-height: 1.66vw;
	font-family: 'Cutive-Regular';
}

.c_social a {
  font-size: 1vw;
  margin-right: 5%;
}

/* Form */

.custom-form {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #234A9A;
  margin-top: 8%;
}


.form-group {
  position:relative;
  width: 50%;
}

.form-group.full {
	width: 100%;
}


.custom-form label {
	font-family: 'Cutive-Regular';
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.83vw;
    color: #231F20;
	opacity: 0.4;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.custom-form .full label {
	 top: 25%;
}

.custom-form input {
	width: 100%;
    display: inline-block;
    font-family: 'Cutive-Regular';
    padding: 17px 15px 0;
    margin: 0;
    font-size: 0.83vw;
    background: none;
    border: 0;
    border: 1px solid #234A9A;
    color: #333;
    height: 3.84vw;
    box-shadow: none;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: #F1F7F4;
    -webkit-appearance: none;
    border-radius: 0;
    line-height: 5;
}

.custom-form textarea {
	width: 100%;
    display: inline-block;
    font-family: 'Cutive-Regular';
    padding: 0 15px;
    margin: 0;
    font-size: 0.83vw;
    background: none;
    border: 0;
    border: 1px solid #234A9A;
    box-shadow: none;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    line-height: 5;
    display: block;
    background: #F1F7F4;
    height: 8vw;
}

.custom-form input:focus + label,
.custom-form input.has-value + label,
.custom-form textarea:focus + label,
.custom-form textarea.has-value + label {
    top: 38%;
    font-size: 0.52vw;
    color: #3B3B3B;
	opacity: 0.5;
}

.custom-form textarea:focus + label {
    top: 15%
}

.custom-form textarea.has-value + label {
  top: 15%;
}

.custom-form input:focus::-webkit-input-placeholder {
    color: transparent;
}

.has-value,
.custom-form input:focus,
.custom-form textarea:focus  {
	background: #FFFFFF !important;
}

.custom-form button {
	background: #234A9A;
	text-align: center;
	width: 100%;
	display: block;
	border: none;
	color: #fff;
	font-size: 1.04vw;
	font-family: 'LondrinaSolid-Regular';
	font-weight: normal;
	height: 3.48vw;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.custom-form button:hover {
	background: #fff;
	color: #234A9A;
}


/* Footer */

footer {
  display: flex;
  align-items: center;
  background: #CD3F6B;
  padding: 3.7% 16.5%;
}

.copy,
.f_social {
	width: 15%;
}

.f_social {
	justify-content: flex-end;
}

.f_wrap {
  width: 100%;
}

.f_wrap p {
  margin: 0;
}

.f_wrap p, 
.f_wrap a {
  color: #fff;
  font-family: 'Cutive-Regular';
  font-size: 0.83vw;
}

.f_wrap a {
  padding: 0 35px;
}

.f_social a {
  padding: 0;
}

.f_social i {
  font-size: 19px;
}

.f_social li {
  margin-left: 20px;
}


/* === FLEX GRID  === */


.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1600px) {
  .v_text {
    top: 12%;
  }
  .video_section video {
    padding-top: 3%;
  }
  .product_page {
    padding: 5% 16.5% 9%;
  }
  .single-flex-wrap {
    padding: 6% 16.5% 7%;
  }
  .about-us {
    padding: 7% 16.5% 7%;
  }
  .contact-wrap {
    padding: 7% 16.5% 7%;
  }
  .anime-logo-1 {
    width: 90%;
  }
  .pd-top {
    padding-top: 140px;
  }
}

@media only screen and (max-width: 1250px) {
	.header-wrap .logo {
		width: 100px;
	}
}

