/* CSS Document */
@font-face {
  font-family: "iCielCadena";
  src: url("fonts/iCielCadena1.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: "OpenSans";
  src: url("fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Georgia";
  src: url("fonts/Georgia-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}


@font-face {
  font-family: "MyriadPro";
  src: url("fonts/MyriadPro-Bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "MyriadPro";
  src: url("fonts/MyriadPro-Regular.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "UTM Avo";
  src: url("fonts/UTM-Avo.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "UTM Avo";
  src: url("fonts/UTM-AvoItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "UTM Avo";
  src: url("fonts/UTM-AvoBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "UTM Avo";
  src: url("fonts/UTM-AvoBold_Italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-family: "UTM Avo";
  font-size: 16px;
  color: #111;
  /* background-color: #1DE76D; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: 0.4s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  transition: 0.4s;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

p {
  line-height: 1.4;
}

::-webkit-scrollbar {
  display: none;
}


.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

.container2 {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 20px;
}

#wrapper {
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  width: 1920px;
  position: relative;
}

#mainmenu {
  padding: 0px 0;
  background: #fff;
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

#mainmenu .navbar-expand-lg {
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#mainmenu .navbar-brand {
  display: flex;
  padding: 5px 0;
  margin: 0;
  opacity: 1;
  align-items: center;
}

.menu-fix .navbar-brand {
  opacity: 1 !important;
}

#navbarmenu ul {
  margin-right: 27px !important;
  display: flex;
  align-items: center;
}

#navbarmenu ul li {
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0px 6px;
}

#navbarmenu .line {
  background: #fff;
  display: inline-block;
  height: 18px;
  width: 1.1px;
}

#navbarmenu ul li:last-child {
  padding-right: 0;
}

#navbarmenu ul li a {
  font-family: "OpenSans";
  font-size: 13px;
  line-height: 22px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0px;
  padding: 6px 17px;
}

#navbarmenu ul li .color-change-3 {
  animation: color-change-3 1s infinite;
}


#navbarmenu ul li a:hover,
#navbarmenu ul li a.current,
#mainmenu.menu-fix #navbarmenu ul li a:hover {
  color: #FCCC2B;
}

#navbarmenu ul li .dropdown-menu {
  padding: 0;
  margin: 0;
}

#navbarmenu ul li .dropdown-menu a {
  padding: 13px 20px;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  color: #333;
}

#navbarmenu ul li .dropdown-menu a:focus {
  background: #fff;
}

#mainmenu.menu-fix {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
  ;
}

.logo-fix {
  display: none;
}

#mainmenu.menu-fix ul li a {
  color: #000;
}

#menuToggle {
  display: flex;
  flex-direction: column;
  /* position: relative; */
  left: 4px;
  top: 2px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span {
  display: flex;
  width: 29px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #037541;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 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;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-1px, 0px);
  background: #037541;
}

#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(1px, 0px);
}

#menu {
  position: absolute;
  top: 0;
  width: 299px;
  min-height: 100vh;
  box-shadow: 0 0 10px #85888C;
  /* margin: -20px 0 0 0; */
  padding: 113px 0px 0 21px;
  background-color: #F5F6FA;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(30%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
  padding: 17px 0;
  transition-delay: 2s;
}

#menuToggle input:checked~ul {
  transform: translate(-66%, 0);
}

#menu li a {
  font-family: "OpenSans";
  font-size: 15px;
  color: #037541;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  text-transform: uppercase;
}

.submenu {
  display: none;
  padding-left: 20px;
}

.submenu a {
  font-size: 18px;
}

.submenu-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.submenu-open .submenu-icon {
  transform: rotate(180deg);
}

.submenu a {
  font-size: 18px;
}

.hoverBoxSubMb .submenu li {
  padding: 14px 0 0 0 !important;
}

.hoverBoxSubMb .submenu li a {
  font-size: 17px !important;
  text-wrap: nowrap;
  margin: 0 0 0 -17px;
}

.notification {
  display: none;
  padding: 103px 73px 0 26px;
}

.notification p {
  font-family: "UTM Avo";
  font-weight: bold;
  font-style: italic;
  font-size: 23px;
  color: #602e04;
  text-align: center;
}


#banner {
  background: url(images2/bg-banner.png) no-repeat top center;
  background-size: cover;
  position: relative;
  min-height: 749px;
  z-index: 9;
  padding: 95px 0 0 0;
}

#banner .contentBanner {
  display: flex;
  align-items: center;
  position: relative;
}

.text1Banner {
  max-width: 525px;
}

.text2Banner {
  max-width: 528px;
  margin: -25px 0 0 0;
}

.text3Banner {
  max-width: 523px;
  margin: -15px 0 0 0;
}

.text4Banner {
  max-width: 336px;
  margin: 0px auto 0 auto;
  position: relative;
  top: -7px;
  left: 25px;
}

.text5Banner {
  max-width: 327px;
  margin: -45px auto 0 auto;
}

#banner .contentL {
  display: grid;
  margin: 0 0 0 65px;
}

#banner .human {
  display: grid;
  max-width: 377px;
  margin: 20px 0 -97px -69px;
  position: relative;
  z-index: 9;
}

#banner .textSub {
  font-family: "OpenSans";
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  margin: 0px 0 0px -24px;
  position: relative;
  top: 6px;
}

#formdk {
  position: absolute;
  top: 30px;
  right: 0;
  max-width: 375px;
}

#formdk .text1 {
  font-family: "MyriadPro";
  color: #fff;
  font-size: 26px;
  line-height: 30px;
}

#formdk .text1 span {
  font-size: 28px;
  font-weight: bold;
}

#formdk .formdkContent {
  max-width: 375px;
  background-color: #ffffff9e;
  padding: 15px 40px 15px 49px;
  border-radius: 36px;
}


#formdk .form-box {
  width: 100%;
}

#formdk .info-form {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 27px;
}



#formdk .subform {
  color: #006837;
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat-Black";
  font-style: italic;
  font-weight: bold;
}




#formdk input[type="text"],
#formdk input[type="tel"],
#formdk input[type="email"],
#formdk input[type="number"] {
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  font-weight: bold;
  font-size: 19px;
  line-height: 38px;
  font-family: "OpenSans";
  width: 100%;
  color: #000;
  position: relative;
  padding: 0 0 0 3px;
  font-weight: 500;
  z-index: 99999;
}

#formdk select {
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  font-weight: bold;
  font-size: 19px;
  line-height: 38px;
  font-family: "OpenSans";
  width: 100%;
  color: #000;
  position: relative;
  padding: 8px 0 5px 0px;
  font-weight: 500;
  z-index: 99999;
}

.phoneClass {
  position: absolute;
  z-index: 9;
  border: none;
  background: transparent;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  font-family: "UTM Avo";
  color: #21AE6C;
}


#formdk select option {
  color: rgb(0 0 0 / 70%);
  padding: 5px;
}

#formdk-mb input[type="text"],
#formdk-mb input[type="tel"],
#formdk-mb input[type="email"],
#formdk-mb input[type="number"] {
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  font-weight: 500;
  width: 100%;
  color: #21AE6C;
  position: relative;
  padding: 0 0 0 3px;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 38px;
  font-family: "OpenSans";
}

#formdk-mb .selectInput {
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  font-weight: 500;
  font-size: 19px;
  line-height: 38px;
  font-family: "OpenSans";
  width: 100%;
  color: #000;
  position: relative;
  padding: 0 0 0 0px;
  text-transform: uppercase;
}

#formdk-mb .selectInput option {
  color: rgb(0 0 0 / 70%);
  padding: 5px;
}

#formdk-mb .boxBg {
  margin: 0 0 25px 0;
}

#formdk-mb .boxCheck p {
  font-weight: bold;
  font-family: "UTM Avo";
  color: #21AE6C;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  text-transform: uppercase;
  margin: 9px 0 0 3px;
}

#formdk-mb .checkbox-wrapper-18 {
  margin: 0 0 0 -55px;
}

#formdk-mb .checkbox-wrapper-18 {
  margin: 0 0 0 -55px;
}

#formdk-mb .boxCheck {
  display: grid;
  gap: 16px;
}

#formdk-mb .boxYes {
  margin: 10px 0 0 0;
  padding: 0 3px;
}

#formdk-mb .boxYes p {
  text-align: justify;
}

#formdk-mb .checkbox-wrapper-18 .round label span {
  text-transform: uppercase;
}

.phoneClassMb {
  font-family: "iCielCadena", sans-serif;
  position: absolute;
  z-index: 9;
  font-size: 16px;
  color: #21AE6C;
  margin: 11px 0 0 14px
}

/* #formdk-mb {
  position: absolute;
  top: 184px;
  left: 0;
  padding: 0 20px;
  max-width: 100%;
  width: 100%;
} */


#formdk .select-box {
  position: relative;
  overflow: hidden;
}

#formdk .form-checkBox {
  display: flex;
  text-align: left;
}

#formdk .form-checkBox p {
  font-family: "OpenSans" !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  font-style: italic !important;
  text-transform: uppercase !important;
  color: #fff !important;
  width: 230px;
  padding: 13px 0 0 0;
}

#formdk .checkBox-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#formdk .checkBox-flex label {
  color: #0c832f;
  font-family: "OpenSans";
  font-weight: 700;
  font-size: 13px;
  font-style: italic;
  text-transform: uppercase;
  cursor: pointer;
}

#formdk .select-box:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 16px;
  z-index: 2;
  color: rgb(0 0 0 / 70%);
}

::-webkit-input-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

#formdk-mb::placeholder {
  color: #000;
}

.boxYes {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 10px 0 0 0;
  padding: 0 18px;
}

.boxYes .check {
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  margin: 0px 0 0 0;
  position: relative;
  top: 5px;
}

.boxYes p {
  font-family: "UTM Avo";
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  text-align: left;
  color: #000;
  font-style: italic;
}

.boxYes p a {
  font-weight: bold;
  color: #000;
}

.bg-check {
  background: #006837;
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.btnhid {
  border-radius: 35px;
  display: flex;
  margin: 15px auto 0 auto;
  padding: 13px 30px 12px 30px;
  width: fit-content;
  background: #F9E861;
  background: linear-gradient(180deg, rgba(249, 232, 97, 1) 0%, rgba(246, 202, 89, 1) 48%, rgba(249, 232, 97, 1) 100%);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: #000;
  transition: all .5s ease;
  position: relative;
  z-index: 9999;
  animation: swing-left-right 3s ease-in-out infinite;
}

.btnhid:hover {
  transform: scale(1.05);
}

.boxCheck {
  display: flex;
  margin: -7px 0 0 0;
  align-items: center;
  gap: 31px;
}

.boxCheck p {
  font-weight: bold;
  font-family: "UTM Avo";
  color: #21AE6C;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}

.checkBox label {
  cursor: pointer;
}

.checkbox-wrapper-18 {
  display: flex;
  gap: 45px;
  justify-content: center;
}

.checkbox-wrapper-18 .round {
  position: relative;
}

.checkbox-wrapper-18 .round label {
  background-color: #fff;
  border: 1px solid #21AE6C;
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  width: 15px;
  display: block;
  margin: -20px 0 0 0;
}

.checkbox-wrapper-18 .round label span {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  font-family: "UTM Avo";
  color: #21AE6C;
  margin: 0px 0 0 20px;
  white-space: nowrap;
  position: relative;
  top: -5px;
}

.checkbox-wrapper-18 .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 8px;
}

.checkbox-wrapper-18 .round input[type="radio"] {
  /* visibility: hidden; */
  /* display: none; */
  opacity: 0;
}

.checkbox-wrapper-18 .round input[type="radio"]:checked+label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.checkbox-wrapper-18 .round input[type="radio"]:checked+label:after {
  opacity: 1;
}


/* .btnhid .bg-button {
  width: 228px;
  height: 35px;
  position: absolute;
  background: rgb(237, 84, 32);
  background: linear-gradient(0deg, rgba(237, 84, 32, 1) 17%, rgba(243, 129, 26, 1) 76%, rgba(248, 172, 21, 1) 100%);
  top: 6px;
  left: 6px;
  border-radius: 50px 50px 0 0;
  animation: color-change-3 1.5s infinite;
} */

#formdk input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  font-size: 10px;
  width: 16px;
  height: 20px;
  /* margin: 0 !important; */
  cursor: pointer;
}


#formdk button[type="submit"],
#process1 {
  font-family: "OpenSans";
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  position: relative;
  border: none;
  align-items: center;
  background: none;
  margin: 0 auto 0 auto;
  display: flex;
  transition: all .5s ease;
}


#formdk button:hover {
  /* color: #D30000 !important; */
}

#formdk button span {
  font-family: "Montserrat-Black";
  letter-spacing: 1.5px;
}

#formdk #process1 span {
  letter-spacing: 1.5px;
}

#formdk-mb button[type="submit"],
#process {
  color: #fff;
  border: none;
  border-radius: 35px;
  margin: 15px auto 0 auto;
  padding: 13px 45px 17px 45px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-size: 19px;
  line-height: 24px;
  font-family: "UTM Avo";
  font-weight: bold;
  justify-content: center;
  text-transform: uppercase;
  display: flex;
  background: #F9E861;
  background: linear-gradient(180deg, rgba(249, 232, 97, 1) 0%, rgba(246, 202, 89, 1) 48%, rgba(249, 232, 97, 1) 100%);
}

#formdk-mb button span {
  /* padding: 15px 0 0 0; */
}

/* 
#formdk-mb #process span {
  margin: 0 auto;
  line-height: 27px;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  color: #FAE920;
  font-family: "UTM Avo";
  font-weight: 600;
} */

/* #formdk button[type="submit"]:hover {
  color: #FAE920 !important;
}

#formdk-mb button[type="submit"]:hover {
  color: #FAE920 !important;
} */

#formdk button:focus {
  outline: none;
}

.section-button {
  background: rgb(247, 134, 183);
  background: linear-gradient(180deg, rgba(247, 134, 183, 1) 0%, rgba(204, 14, 123, 1) 58%);
  width: fit-content;
  padding: 12px 33px 16px 33px;
  border-radius: 49px;
  position: absolute;
  z-index: 9;
  border: 5px solid #1aad67;
  bottom: -248px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  cursor: pointer;
  transition: all .5s ease;
  /* animation: color-change-2 1.5s infinite; */
}

.section-button:hover {
  border: 5px solid #fff;
  background: linear-gradient(180deg, rgba(61, 179, 127, 1) 9%, rgba(50, 156, 108, 1) 39%, rgba(28, 109, 68, 1) 100%);
}

.section-button a {
  display: grid;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 36px;
  line-height: 31px;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-family: "UTM Avo";
}

/* .section-button a:hover {
  color: #FAE920 !important
} */


#section1 {
  background: url(images2/bg-01.png) no-repeat center top;
  background-size: cover;
  margin: 0px 0 0 0;
  position: relative;
  min-height: 1414px;
  padding: 5px 0 0 0;
}

#section1 .titleSec1 {
  display: flex;
  margin: 0 auto;
}

#section1 .contentLSec1 {
  position: relative;
  display: grid;
  margin: -67px 0 0 -41px;
}

#section1 .iconBook {
  position: absolute;
  top: -55px;
  left: 17px;
}

#section1 .iconsGift {
  margin: 0 0 0 44px;
}

#section1 .contentSec1 {
  position: relative;
}

.cap {
  position: absolute;
  top: 119px;
  right: 201px;
  transform: rotate(-15deg);
  animation: floating 3s ease-in-out infinite;
}

.hopbut {
  position: absolute;
  bottom: 66px;
  right: 248px;
  transform: rotate(21deg);
  animation: pulsate-bck 3s ease-in-out infinite;
}

.goi {
  position: absolute;
  bottom: 0px;
  right: 34px;
  transform: rotate(21deg);
  animation: bounce-gentle 3s ease-in-out infinite;
}

.nap {
  position: absolute;
  top: -170px;
  right: -61px;
  z-index: 9;
  max-width: 245px;
}

.vocher {
  position: absolute;
  right: 0;
  top: 81px;
  animation: balloon 5s ease-in-out infinite;
}

.containerGau {
  max-width: 1305px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.contentGau {
  margin: -60px 0 0 0;
}

#section1 .bgIcon {
  display: flex;
  margin: 0 auto;
  max-width: 1305px;
}

#section1 .boxButtonTree1 {
  display: flex;
  justify-content: center;
  margin: -55px 0 0 60px;
  transition: all .5s ease;
  cursor: pointer;
  position: relative;
  z-index: 99;
}

#section1 .boxTree3 {
  position: absolute;
  bottom: 0;
  right: 227px;
}

#section1 .boxButtonTree3 {
  margin: -2px 0 0 -52px;
  transition: all .5s ease;
  cursor: pointer;
  position: relative;
}

#section1 .gauIcon {
  position: absolute;
  bottom: 76px;
  left: 130px;
}

#section1 .gauIcon {
  max-width: 218px;
}

.buttonTreeHover:hover {
  transform: scale(1.05);
}

#section1 .boxTree1 {
  position: absolute;
  top: 114px;
  right: 246px;
}

#section1 .boxTree2 {
  position: absolute;
  top: 49.5%;
  transform: translateY(-50%);
  left: 230px;
}

#section1 .boxTree2 img {
  max-width: 453px;
}

#section1 .boxButtonTree2 {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0px 0 0px -98px;
  transition: all .5s ease;
  cursor: pointer;
  top: -57px;
}

#section1 .boxGift {
  position: absolute;
  right: 170px;
  top: 52%;
  transform: translateY(-50%);
}

#section1 .boxiconBooks {
  display: flex;
  justify-content: center;
  transition: all .5s ease;
  cursor: pointer;
  position: relative;
  top: 4px;
}

#modalImg {
  display: none;
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background: #000000c9;
  top: 0;
  z-index: 9999;
}

.modalImg {
  display: flex;
  justify-content: center;
}

.imgModal {
  max-width: 35%;
}

#closeModal {
  position: relative;
  top: -40px;
  color: #fff;
  right: 1px;
  font-size: 22px;
  cursor: pointer;
  font-weight: 700;
}

#closeModal:hover {
  color: #FCCC2B;
}

.contentModal {
  display: flex;
  margin: 56px auto 0 auto;
  justify-content: center;
}

.buttonCustom a {
  color: #006837 !important;
}

.buttonCustom:hover {
  background: linear-gradient(180deg, rgba(61, 179, 127, 1) 9%, rgba(50, 156, 108, 1) 39%, rgba(28, 109, 68, 1) 100%) !important;
}

.buttonCustom:hover a {
  color: #fff !important;
}

@-webkit-keyframes rotate-right-ccw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transform-origin: right;
    transform-origin: right;
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}

@keyframes rotate-right-ccw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transform-origin: right;
    transform-origin: right;
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}

@-webkit-keyframes rotate-left-ccw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

@keyframes rotate-left-ccw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}



/* 
.boxSlider .owl-next:before {
  content: url(images2/next.png);
}

.boxSlider .owl-prev:before {
  content: url(images2/prev.png);
} */

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #94EFD9;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #007042;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: unset;
}


#footer {
  background: #006633;
  padding: 50px 0;
  color: #fff;
  font-size: 14px;
}


.footer {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #33855c;
}

#footer .row {
  display: flex;
  gap: 70px;
}

.footer h3 {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
}

#footer h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}

#footer a {
  color: #fff;
}

#footer .itemAdd {
  padding: 7px 71px 0px 0;
}

#copyright {
  background: #008d45;
  padding: 15px 0 20px;
  color: #fff;
  font-size: 14px;
}

#copyright .row {
  display: flex;
  justify-content: space-between;

}

#copyright .boxWrap {
  display: flex;
  gap: 20px;
}

#copyright a {
  color: #fff;
}

#copyright img {
  float: left;
  margin-right: 6px;
  height: 19px;
}



#thankyou {
  padding: 150px 0 80px 0;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #063;
}

#thankyou h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'UTM Avo';
}

a.callus img {
  width: 120px;
  height: 120px;
}

#wrapper-mb {
  overflow: hidden;
  width: 430px;
  max-width: 100%;
  margin: 0 auto;
}

#mainmenu-mb {
  padding: 0;
  position: fixed;
  /* top: 10px; */
  z-index: 99;
  width: 100%;
  left: 0;
  background: #fff;
}

#mainmenu-mb .navbar-expand-lg {
  padding: 0;
}

#mainmenu-mb .navbar-brand {
  padding: 10px 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

#mainmenu-mb .navbar-brand img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 110px;
}

#navbarmenu-mb ul {
  float: right;
  text-align: right;
  margin-right: 0 !important;
  display: block;
  width: 100%;
}

#navbarmenu-mb ul li {
  display: inline-block;
}

#navbarmenu-mb ul li a {
  padding: 25px 10px 25px;
  color: #086b2a;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: italic;
}

#navbarmenu-mb ul li a:hover,
#navbarmenu-mb ul li a.current {
  color: #086b2a;
}

#navbarmenu-mb ul li .dropdown-menu {
  padding: 0;
  margin: 0;
}

#navbarmenu-mb ul li .dropdown-menu a {
  padding: 13px 20px;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
}

#navbarmenu-mb ul li .dropdown-menu a:focus {
  background: #fff;
}

#mainmenu-mb .navbar-toggler {
  border: none;
  border-radius: 0;
  margin-top: 0px;
  float: right;
  padding-right: 0;
}

#mainmenu-mb .navbar-toggler {
  color: #016703;
  font-size: 28px;
}

#mainmenu-mb .navbar-toggler:focus {
  outline: none;
}

#navbarmenu-mb ul {
  margin-top: 0;
  padding-bottom: 10px;
}

#navbarmenu-mb ul li a {
  padding: 12px 0;
}

#mainmenu-mb {
  padding: 0;
}

#mainmenu-mb .navbar.navbar-expand-lg {
  padding: 0;
}

#navbarmenu-mb ul li {
  display: block;
}

#navbarmenu-mb ul li a:hover {
  background: none;
}

#navbarmenu-mb ul li .dropdown-menu {
  border: none;
  border-radius: 0;
  text-align: right;
}

#navbarmenu-mb ul li .dropdown-menu a {
  padding: 12px 0;
}

#mainmenu-mb.menu-fix {
  position: fixed;
  width: 430px;
  top: 0;
  max-width: 100%;
  z-index: 999;
  /* background: rgba(19, 91, 79, 0.8); */
  background: #fff;
  left: 50%;
  transform: translate(-50%, 0%);

}

#mainmenu-mb .navmb.active .navbg {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

#mainmenu-mb .navmb .navbar-box {
  width: 270px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translate(-110%, 0px);
  transition: all 0.6s ease-in-out 0s;
  -ms-transform: translate(-110%, 0px);
  -webkit-transform: translate(-110%, 0px);
  overflow: auto;
  background: #fff;
  text-align: center;
  opacity: 0;
}

#mainmenu-mb .navmb.active .navbar-box {
  transform: translate(0, 0px);
  transition: all 0.6s ease-in-out 0s;
  -ms-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  opacity: 1;
}

#mainmenu-mb .navmb a {
  display: block;
  float: none;
  text-align: center;
  padding: 20px 0;
  text-transform: uppercase;
}

#mainmenu-mb .navmb a img {
  margin: 0 auto;
  float: none;
}

#mainmenu-mb .navbar-nav a {
  font-size: 21px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  top: 2px;
  font-family: "iCielCadena", sans-serif;
}

#mainmenu-mb .navmb ul li {
  border-top: 1px dotted #dad2d2;
}

#mainmenu-mb .navmb ul li a {
  padding: 12px 30px;
  font-size: 15px;
  display: block;
  color: #422666;
  text-align: left;
}

#banner-mb {
  background: url(images2/bg-bannerMb.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  min-height: 420px;
  padding: 0px 20px 0 20px;
  position: relative;
  z-index: 9;
  margin: 59px 0 0 0;
}

#banner-mb .humanMB {
  max-width: 173px;
  position: absolute;
  bottom: 0;
  left: -15px;
}

.text1BannerMb {
  max-width: 100%;
  display: flex;
  padding: 5px 0 0 0;
  margin: 0px auto 0 auto;
}

.text2BannerMb {
  max-width: 286px;
  display: flex;
  margin: -21px 0 0 auto;
}

.text3BannerMb {
  max-width: 255px;
  display: flex;
  margin: 5px -18px 0 auto;
}

.text5BannerMb {
  max-width: 237px;
  display: flex;
  margin: -24px 15px 0 auto;
}

.text6BannerMb {
  display: flex;
  max-width: 271px;
  margin: 10px 0 0 auto;
}

#formdk-mb .formdkContent {
  background: #4CB37C;
  background: linear-gradient(45deg, rgba(76, 179, 124, 1) 0%, rgba(218, 241, 225, 1) 49%, rgba(255, 255, 255, 1) 100%);
  padding: 17px 30px 23px 30px;
  border-radius: 36px;
}


#formdk-mb .checkBox-flex {
  padding: 21px 0 0 0;
}

#formdk-mb .checkBox-flex label {
  color: #fff;
  font-family: "OpenSans";
  font-weight: 700;
  font-size: 17px;
  font-style: italic;
  text-transform: uppercase;
  cursor: pointer;
}

#formdk-mb .info-form {
  /* display: grid;
  justify-content: center;
  grid-column-gap: 5px;
  grid-row-gap: 6px */
}

#formdk-mb .subform {
  color: #006837;
  margin: 7px 0px 4px 0;
  font-size: 2.8vw;
  line-height: 4.4vw;
  font-family: "Montserrat-Black";
  font-weight: 500;
}



#section1-mb {
  background: url(images2/bg-01Mb.png) no-repeat center top;
  background-size: cover;
  min-height: 700px;
  margin: -11px 0 0 0;
  padding: 0 20px;
}

#section1-mb .text3Mb {
  display: flex;
  margin: 0 auto;
  width: 203px;
}

#section1-mb .text1Mb {
  width: 203px;
  display: flex;
  margin: 0 0 0 auto;
  padding: 50px 0 50px 0;
}

.boxImg2 {
  position: relative;
}

#section1-mb .boxImg2::before {
  content: "";
  background: url(images2/humanmb1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 237px;
  height: 292px;
  top: -273px;
  position: absolute;
}

#section1-mb .text2Mb {
  width: 218px;
  position: relative;
}

#section2-mb {
  position: relative;
  margin: -260px 0 0 0;
}

#section2-mb .titleSec2Mb {
  position: absolute;
  top: 177px;
  left: 0;
  padding: 0 20px;

}

.imgBook {
  position: absolute;
  top: 5px;
  z-index: 9;
  left: 50%;
  max-width: 171px;
  transform: translateX(-50%);
}

.section-button-mb {
  max-width: fit-content;
  padding: 15px 30px 14px 30px;
  border-radius: 49px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  cursor: pointer;
  transition: all .5s ease;
  background: #F9E861;
  background: linear-gradient(180deg, rgba(249, 232, 97, 1) 0%, rgba(246, 202, 89, 1) 48%, rgba(249, 232, 97, 1) 100%);
  display: flex;
  margin: -132px auto 0 auto;
}

.section-button-mb a {
  display: block;
  text-transform: uppercase;
  border-radius: 21px;
  cursor: pointer;
  text-align: center;
  -moz-appearance: none;
  font-size: 17px;
  line-height: 21px;
  color: #000 !important;
  font-weight: bold;
  font-family: "UTM Avo";
  font-family: "OpenSans";
}


#section3-mb {
  background: url(images2/bg-01Mb.png) no-repeat center top;
  background-size: cover;
  min-height: 700px;
  margin: -130px 0 0 0;
  padding: 0 20px;
}

.iconGiftMb {
  margin: 150px 0 0 0px;
}

.titleSec3Mb {
  margin: 30px 0 0 0;
}

.bgBoxGiftMb {
  margin: -2px 0 0 0;
}

#section4-mb {
  background: url(images2/bg-01Mb.png) no-repeat center top;
  background-size: cover;
  min-height: 460px;
  margin: -130px 0 0 0;
  padding: 0 20px;
}

.titleSec4Mb {
  margin: 140px 0 -39px 0;
}

#section4-mb .contentSec4 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#section4-mb .imgGauMb {
  max-width: 200px;
}

#section5-mb {
  background: url(images2/bg-05Mb.png) no-repeat center top;
  background-size: cover;
  min-height: 1000px;
  margin: -2px 0 0 0;
  padding: 0 20px;
}

.contentSec5Mb {
  padding: 7px 0 0 0;
  position: relative;
}

.lineMb {
  max-width: 360px;
  margin: 0 auto;
  display: flex;
}

.tree1Mb {
  /* position: absolute;
  top: 15px; */
}

.imgBandoMb {
  max-width: 165px;
  margin: 0 0 25px 0;
}

.boxTree2Mb {
  margin: -11px -20px 0 -20px;
}

.boxTree3Mb {
  margin: 0 -20px;
}

.tree1Mb {
  display: flex;
  margin: 0 auto;
}

.tree2Mb {
  display: flex;
  margin: 0 auto;
}

.tree3Mb {
  display: flex;
  margin: 0 auto;
}

.buttonTree1Mb {
  max-width: 209px;
  margin: 38px auto -27px auto;
  display: flex;
}

.buttonTree2Mb {
  max-width: 209px;
  margin: 0 auto;
  display: flex;
}

.buttonTree3Mb {
  max-width: 209px;
  margin: 0 auto;
  display: flex;
}

.custom-button-mb {
  margin: -50px auto 0 auto;
  z-index: 99;
  position: relative;
}

.custom-button-tree3Mb {
  margin: -8px auto 0 auto;
  position: relative;
  z-index: 9;
}

#section6-mb {
  background: url(images2/bg-05Mb.png) no-repeat center top;
  background-size: cover;
  min-height: 600px;
  margin: -2px 0 0 0;
  padding: 0 20px;
}

.titleSec6Mb {
  display: flex;
  margin: 0 auto;
  padding: 10px 0 0 0;
}

.imgSec6 {
  display: flex;
  margin: 30px auto 0 auto;
}

.buttonSec6Mb {
  max-width: 254px;
  margin: 22px auto 0 auto;
  display: flex;
}


.blinktext {
  -webkit-animation: color-change 0.8s infinite;
  -moz-animation: color-change 0.8s infinite;
  -o-animation: color-change 0.8s infinite;
  -ms-animation: color-change 0.8s infinite;
  animation: color-change 0.8s infinite;
}

.blinkBgCorrect {
  -webkit-animation: bg-change-correct 0.8s infinite;
  -moz-animation: bg-change-correct 0.8s infinite;
  -o-animation: bg-change-correct 0.8s infinite;
  -ms-animation: bg-change-correct 0.8s infinite;
  animation: bg-change-correct 0.8s infinite;
}


.blinktextCorrect {
  -webkit-animation: color-change-correct 0.8s infinite;
  -moz-animation: color-change-correct 0.8s infinite;
  -o-animation: color-change-correct 0.8s infinite;
  -ms-animation: color-change-correct 0.8s infinite;
  animation: color-change-correct 0.8s infinite;
}

.tabs {
  border: none;
  border-radius: 5px;
  margin: 40px 0 0 0;
  font-family: "OpenSans";
  font-weight: 800;
  font-size: 14px;
}

.tabs-title {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 15px;
  justify-content: center;
  padding: 0 0 20px 0;
}

.tabs .tablink {
  padding: 10px 25px;
  font-family: "OpenSans";
  font-weight: 800;
  font-size: 14px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  color: #1D8F55;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.tr-class {
  background: #008d45;
  color: #fff;
  padding: 16px 0 !important;
  line-height: 23px;
  vertical-align: middle !important;
  font-size: 17px;
}

.tabcontent table tbody tr td {
  line-height: 27px;
  vertical-align: middle !important;
  font-weight: 500;
  font-family: "OpenSans";
  font-size: 16px;
  color: #008d45;
}

.color-bg {
  background-color: #faff00;
  font-weight: 700;
}


@-webkit-keyframes swing-left-right {

  0%,
  100% {
    -webkit-transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(5px);
  }
}

@-moz-keyframes swing-left-right {

  0%,
  100% {
    -webkit-transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(5px);
  }
}

@-o-keyframes swing-left-right {

  0%,
  100% {
    -webkit-transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(5px);
  }
}

@keyframes swing-left-right {

  0%,
  100% {
    -webkit-transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(5px);
  }
}



@-webkit-keyframes color-change {
  0% {
    color: #000
  }


  50% {
    color: #222222;
  }

  100% {
    color: #000;
  }
}

@-moz-keyframes color-change {
  0% {
    color: #000
  }


  50% {
    color: #222222;
  }

  100% {
    color: #000
  }
}

@-ms-keyframes color-change {
  0% {
    color: #000
  }


  50% {
    color: #222222;
  }

  100% {
    color: #000
  }
}

@-o-keyframes color-change {
  0% {
    color: #000
  }


  50% {
    color: #222222;
  }

  100% {
    color: #000
  }
}

@keyframes color-change {
  0% {
    color: #000
  }

  50% {
    color: #222222;
  }

  100% {
    color: #000
  }
}

@-webkit-keyframes bounce-gentle {

  0%,
  100% {
    -webkit-transform: translateY(0) scale(1);
  }

  25% {
    -webkit-transform: translateY(-10px) scale(1.02);
  }

  75% {
    -webkit-transform: translateY(-5px) scale(0.98);
  }
}

@-moz-keyframes bounce-gentle {

  0%,
  100% {
    -moz-transform: translateY(0) scale(1);
  }

  25% {
    -moz-transform: translateY(-10px) scale(1.02);
  }

  75% {
    -moz-transform: translateY(-5px) scale(0.98);
  }
}

@-o-keyframes bounce-gentle {

  0%,
  100% {
    -o-transform: translateY(0) scale(1);
  }

  25% {
    -o-transform: translateY(-10px) scale(1.02);
  }

  75% {
    -o-transform: translateY(-5px) scale(0.98);
  }
}

@keyframes bounce-gentle {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  25% {
    transform: translateY(-10px) scale(1.02);
  }

  75% {
    transform: translateY(-5px) scale(0.98);
  }
}


.balloon {
  position: fixed;
  left: 15px;
  bottom: 30px;
  cursor: pointer;
  z-index: 99999;
  -webkit-animation: balloon 5s ease-in-out infinite;
  -moz-animation: balloon 5s ease-in-out infinite;
  -o-animation: balloon 5s ease-in-out infinite;
  animation: balloon 5s ease-in-out infinite;
}

@-webkit-keyframes balloon {

  0%,
  100% {
    -webkit-transform: translateY(0) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateY(-20px) rotate(2deg);
  }
}

@-moz-keyframes balloon {

  0%,
  100% {
    -moz-transform: translateY(0) rotate(-2deg);
  }

  50% {
    -moz-transform: translateY(-20px) rotate(2deg);
  }
}

@-o-keyframes balloon {

  0%,
  100% {
    -o-transform: translateY(0) rotate(-2deg);
  }

  50% {
    -o-transform: translateY(-20px) rotate(2deg);
  }
}

@keyframes balloon {

  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-20px) rotate(2deg);
  }
}


@keyframes pulsate-bck {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}


@-webkit-keyframes floating {

  0%,
  100% {
    -webkit-transform: translateY(0) rotate(1deg);
  }

  50% {
    -webkit-transform: translateY(-15px) rotate(-1deg);
  }
}

@-moz-keyframes floating {

  0%,
  100% {
    -moz-transform: translateY(0) rotate(1deg);
  }

  50% {
    -moz-transform: translateY(-15px) rotate(-1deg);
  }
}

@-o-keyframes floating {

  0%,
  100% {
    -o-transform: translateY(0) rotate(1deg);
  }

  50% {
    -o-transform: translateY(-15px) rotate(-1deg);
  }
}

@keyframes floating {

  0%,
  100% {
    transform: translateY(0) rotate(1deg);
  }

  50% {
    transform: translateY(-15px) rotate(-1deg);
  }
}

.bgImgModal1Mb {
  display: none;
}

.menuToggleCustom {
  display: none !important;
}

.navbar-collapse {
  display: block !important;
}

.titleFooter {
  font-size: 20px;
}

.ulFooter {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 17px 0 14px 0;
}

@media (min-width:500px) {
  .tabs-title {
    display: flex;
  }

}


@media (max-width:1600px) {
  .imgModal {
    max-width: 30%;
  }
}

@media (min-width:1600px) {
  .container-custom {
    margin: 0 auto 0 auto;
    max-width: 1170px;
    padding: 0;
  }

  .item-custom {
    margin: 0 0 0 35px !important;
  }
}


@media(max-width:768px) {
  a.callus img {
    width: 85px;
    height: 85px;
  }

  #footer {
    margin: -1px 0 0 0;
    padding: 29px 0 24px 0;
  }

  #footer .row {
    display: grid !important;
    gap: 0px;
  }

  #footer h4 {
    margin: 18px 0 18px 0;
  }

  #footer .boxWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    font-family: "UTM Avo";
  }

  #copyright .row {
    display: grid;
    justify-content: center;
    gap: 10px;
  }

  .modal {
    z-index: 999999;
  }


}

@media(max-width:1300px) {}

@media(max-width:1500px) {}

@media(max-width:1650px) {}

@media(max-width:1740px) {}

@media(min-width:430px) {}

@media(max-width:530px) {
  .navbar-collapse {
    display: none !important;
  }

  .menuToggleCustom {
    display: block !important;
  }

  .nemuCustom {
    /* margin: -35px 0 0 0 !important; */
  }

  .contentModal {
    margin: 90px auto 0 auto;
  }

  .modalImg {
    padding: 0 20px;
  }

  .imgModal {
    max-width: 100%;
    margin: 0 -15px 0 0;
    position: relative;
    z-index: 999;
  }

  #closeModal {
    position: relative;
    top: -40px;
    color: #fff;
    right: 8px;
    font-size: 22px;
    cursor: pointer;
    font-weight: 700;
  }
}

@media(max-width:414px) {
  #section2-mb .titleSec2Mb {
    top: 166px;
  }

  #section5-mb {
    min-height: 980px;
  }
}

@media(max-width:390px) {
  #footer {
    margin: 0px 0 0 0;
  }

  #banner-mb .humanMB {
    max-width: 168px;
    position: absolute;
    bottom: 0px;
    left: -20px;
  }

  #section2-mb .titleSec2Mb {
    top: 165px;
  }

  #section5-mb {
    min-height: 920px;
  }

  #section6-mb {
    min-height: 560px;
  }
}

@media(max-width:375px) {

  .boxfooter1 {
    padding: 8px 0 3px 0 !important;
  }

  #section2-mb .titleSec2Mb {
    top: 155px;
  }

  #section5-mb {
    min-height: 885px;
  }

  #section6-mb {
    min-height: 540px;
  }
}


.row-headers-background {
  display: none;
}