@charset "UTF-8";
/*
Theme Name: 22everard Milacku-v2023
Theme URI: https://envyus.com.au
Author: EnvyUs
Author URI: https://envyus.com.au
Description: Milacku
Version: Milacku-v2023-22.11.4
License: GNU General Public License
Text Domain: Milacku
Milacku WordPress Theme © Aug 2023
*/
.manzana, .text-manzana {
  color: #f75666;
}
.bg-manzana {
  background-color: #f75666;
}
.manzana-light, .text-manzana-light {
  color: #f2706d;
}
.bg-manzana-light {
  background-color: #f2706d;
}
.indigo, .text-indigo {
  color: #001b45;
}
.bg-indigo {
  background-color: #001b45;
}
.lila-light, .text-lila-light {
  color: #e8e5ed;
}
.bg-lila-light {
  background-color: #e8e5ed;
}
.lila, .text-lila {
  color: #b8afc7;
}
.bg-lila {
  background-color: #b8afc7;
}
.zanahoria, .text-zanahoria {
  color: #ff8049;
}
.bg-zanahoria {
  background-color: #ff8049;
}
.naranja, .text-naranja {
  color: #ffa500;
}
.bg-naranja {
  background-color: #ffa500;
}
.amarillo, .text-amarillo {
  color: #fcb937;
}
.bg-amarillo {
  background-color: #fcb937;
}
.tinta, .text-tinta {
  color: #303030;
}
.bg-tinta {
  background-color: #303030;
}
.humo, .text-humo {
  color: #f3f4ee;
}
.bg-humo {
  background-color: #f3f4ee;
}
.sombra, .text-sombra {
  color: #7e7e81;
}
.bg-sombra {
  background-color: #7e7e81;
}
.carbon, .text-carbon {
  color: #202020;
}
.bg-carbon {
  background-color: #202020;
}
.clay, .text-clay {
  color: #91855b;
}
.bg-clay {
  background-color: #91855b;
}
.clay-light, .text-clay-light {
  color: #b5ab84;
}
.bg-clay-light {
  background-color: #b5ab84;
}
@font-face {
  font-family: "Gotham Bold";
  src: url("fonts/Gotham-Bold.eot");
  src: url("fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff"), url("fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "Gotham Book";
  src: url("fonts/Gotham-Book.eot");
  src: url("fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 325;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "Gotham Light";
  src: url("fonts/Gotham-Light.eot");
  src: url("fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Light.woff2") format("woff2"), url("fonts/Gotham-Light.woff") format("woff"), url("fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
.epic {
  font-family: "Gotham Bold", sans-serif;
}
.drama {
  font-family: "Gotham Book", sans-serif;
}
.prose {
  font-family: "Gotham Light", sans-serif;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Gotham Light", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  color: #303030;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 60.5%;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 58.5%;
  }
}
h1 {
  font-family: "Gotham Book", sans-serif;
  font-size: 4.2rem;
}
h2 {
  font-family: "Gotham Book", sans-serif;
  font-size: 3.6rem;
}
h3 {
  font-family: "Gotham Light", sans-serif;
  font-size: 3.6rem;
}
h4 {
  font-family: "Gotham Book", sans-serif;
  font-size: 3.2rem;
}
h5 {
  font-family: "Gotham Book", sans-serif;
  font-size: 3rem;
}
h6 {
  font-family: "Gotham Book", sans-serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 3rem;
  }
}
p {
  margin: 0 0 0.6em 0;
}
strong {
  font-family: "Gotham Bold", sans-serif;
}
hr {
  border: 1px solid #000;
}
blockquote {
  font-family: "Gotham Light", sans-serif;
  font-size: 3.6rem;
  color: #303030;
  padding-right: 20%;
  padding-left: 2rem;
  border-left: 5px solid #202020;
}
@media screen and (max-width: 992px) {
  blockquote {
    padding-right: 0;
  }
}
a:link {
  color: #001b45;
  text-decoration: none;
}
a:visited {
  color: #001b45;
}
a:hover {
  color: #ff8049 !important;
  text-decoration: none;
}
.darkmode a:link {
  color: #fff !important;
  text-decoration: none;
}
.darkmode a:visited {
  color: #fff !important;
}
.darkmode a:hover {
  color: #ff8049 !important;
  text-decoration: none;
}
*:focus {
  outline: none !important;
}
::selection {
  background: #ffa500;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffa500;
  /* Gecko Browsers */
}
ul {
  margin-left: 0px;
  list-style: none;
  padding-left: 0px;
}
ol {
  margin-left: 0px;
}
li {
  list-style-position: inside;
  padding-top: 9px;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
}
li:last-child {
  border-bottom: none;
}
ul.standard-list {
  list-style: disc;
  padding-left: 1.5em;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
ul.standard-list li {
  list-style: disc;
  list-style-position: outside;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}
#footer-menu ul, #privacy-menu ul {
  list-style-type: none;
  font-size: 1.4rem;
  padding-left: 0px;
}
.footer-message {
  font-size: 1.2rem;
  color: #fff;
}
.footer-subscribe {
  font-family: "Gotham Bold", sans-serif;
  font-weight: 600 !important;
  font-size: 2rem;
}
.footer-subscribe--body {
  font-family: "Gotham Light", sans-serif;
}
@media screen and (max-width: 576px) {
  #footer-menu ul, #privacy-menu ul {
    font-size: 2rem;
  }
  .footer-message {
    font-size: 2rem;
  }
  .footer-subscribe {
    font-size: 2.4rem;
  }
  .footer-subscribe--body {
    font-size: 2.2rem;
  }
}
/*

███████╗ ██████╗ ███╗   ██╗████████╗                          
██╔════╝██╔═══██╗████╗  ██║╚══██╔══╝                          
█████╗  ██║   ██║██╔██╗ ██║   ██║                             
██╔══╝  ██║   ██║██║╚██╗██║   ██║                             
██║     ╚██████╔╝██║ ╚████║   ██║                             
╚═╝      ╚═════╝ ╚═╝  ╚═══╝   ╚═╝                             
                                                              
 █████╗ ██╗    ██╗███████╗███████╗ ██████╗ ███╗   ███╗███████╗
██╔══██╗██║    ██║██╔════╝██╔════╝██╔═══██╗████╗ ████║██╔════╝
███████║██║ █╗ ██║█████╗  ███████╗██║   ██║██╔████╔██║█████╗  
██╔══██║██║███╗██║██╔══╝  ╚════██║██║   ██║██║╚██╔╝██║██╔══╝  
██║  ██║╚███╔███╔╝███████╗███████║╚██████╔╝██║ ╚═╝ ██║███████╗
╚═╝  ╚═╝ ╚══╝╚══╝ ╚══════╝╚══════╝ ╚═════╝ ╚═╝     ╚═╝╚══════╝
                                                              
fontwaesome */
.fa-instagram, .fa-twitter, .fa-facebook-f, .fa-envelope, .fa-search, .fa-times, .fa-google-plus-g, .fa-linkedin-in, .fa-phone-alt {
  color: #ff8049;
  font-size: 2.7rem;
  margin-right: 10px;
}
.fa-instagram:hover, .fa-twitter:hover, .fa-facebook-f:hover, .fa-envelope:hover, .fa-search:hover, .fa-times:hover, .fa-google-plus-g:hover, .fa-linkedin-in:hover, .fa-phone-alt:hover {
  color: #ff8049;
  margin-right: 10px;
  -webkit-transform: translateY(2px);
  transform: translateY(1px);
  transition-duration: 0.4s;
}
#social-icons-lightmode .fa-facebook-f, #social-icons-lightmode .fa-twitter, #social-icons-lightmode .fa-instagram, #social-icons-lightmode .fa-linkedin-in, #social-icons-lightmode .fa-phone-alt, #social-icons-lightmode .fa-envelope {
  color: #fff;
}
#social-icons-lightmode .fa-facebook-f:hover, #social-icons-lightmode .fa-twitter:hover, #social-icons-lightmode .fa-instagram:hover, #social-icons-lightmode .fa-linkedin-in:hover, #social-icons-lightmode .fa-phone-alt:hover, #social-icons-lightmode .fa-envelope:hover {
  color: #ff8049;
}
.fa-expand {
  font-size: 2.7rem;
}
.main-tool-bar {
  height: auto;
  background: bg-cielo;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: ease 0.4s;
  z-index: 999;
}
.main-tool-bar--scrolled {
  height: 40px;
}
.scrollable-area {
  height: 200vh;
}
/* Gray Mode */
.graymode {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* Hamburger icon animation - https://mdbootstrap.com/docs/jquery/navigation/hamburger-menu/ */
.navbar-toggler {
  color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0) !important;
}
.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.animated-icon1 span {
  background: #000;
}
.animated-icon2 span {
  background: #ffffff;
}
.animated-icon3 span {
  background: #ffffff;
}
.animated-icon1 span:nth-child(1) {
  top: 0px;
}
.animated-icon1 span:nth-child(2) {
  top: 10px;
}
.animated-icon1 span:nth-child(3) {
  top: 20px;
}
.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* //end Hamburger icon animation */
/*

███╗   ██╗██╗███╗   ██╗     ██╗ █████╗      
████╗  ██║██║████╗  ██║     ██║██╔══██╗     
██╔██╗ ██║██║██╔██╗ ██║     ██║███████║     
██║╚██╗██║██║██║╚██╗██║██   ██║██╔══██║     
██║ ╚████║██║██║ ╚████║╚█████╔╝██║  ██║     
╚═╝  ╚═══╝╚═╝╚═╝  ╚═══╝ ╚════╝ ╚═╝  ╚═╝     
                                            
███████╗ ██████╗ ██████╗ ███╗   ███╗███████╗
██╔════╝██╔═══██╗██╔══██╗████╗ ████║██╔════╝
█████╗  ██║   ██║██████╔╝██╔████╔██║███████╗
██╔══╝  ██║   ██║██╔══██╗██║╚██╔╝██║╚════██║
██║     ╚██████╔╝██║  ██║██║ ╚═╝ ██║███████║
╚═╝      ╚═════╝ ╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝
                                            
NINJAFORMS  */
.field-wrap label {
  display: none;
}
.nf-pass .ninja-forms-field {
  border-color: #b8afc7 !important;
  transition: all 0.5s;
}
.nf-field-element input, .nf-field-element textarea {
  background-color: #fff !important;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 0px !important;
  border-bottom: 1px solid #000 !important;
  font-family: "Gotham Light", sans-serif;
}
.nf-field-element select {
  padding: 5px 15px;
  border-radius: 0px !important;
  border-top: 0px solid transparent !important;
  border-bottom: 1px solid #000 !important;
  font-family: "Gotham Light", sans-serif;
}
.field-wrap > div input[type="checkbox"], .field-wrap button, .field-wrap input[type="button"], .field-wrap input[type="submit"] {
  padding: 5px 15px;
  border-radius: 0px !important;
  border: 0px solid #f3f4ee;
  float: right;
  font-family: "Gotham Book", sans-serif;
  letter-spacing: 3px;
  color: #fff !important;
  text-transform: uppercase;
  background: #000 !important;
  width: 100% !important;
}
.nf-field-container .field-wrap .nf-element::placeholder {
  font-family: "Gotham Light", sans-serif !important;
  font-size: 1.5rem !important;
  letter-spacing: 1px !important;
  color: #202020 !important;
  text-transform: none;
}
.nf-form-fields-required {
  display: none;
}
.nf-field-element {
  margin-bottom: -12px !important;
  border-bottom: 1px solid #000 !important;
}
.field-wrap input[type=submit] {
  margin-top: -8px !important;
}
.field-wrap textarea {
  font-family: "Gotham Light", sans-serif !important;
  letter-spacing: 1px;
}
.nf-error-msg, .ninja-forms-req-symbol {
  color: #f75666 !important;
  padding-top: 12px;
}
.nf-form-content {
  padding: 18px 0 !important;
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  background: #f7f7f7;
  border: 1px solid #F0F0F0 !important;
  border-radius: 3px !important;
  box-shadow: none;
  color: #7e7e81;
  transition: all 0.5s;
  padding: 0px 12px !important;
}
.field-wrap input[type=submit] {
  padding: 3px 18px 0px 18px !important;
  background: #000 !important;
  border: 0px !important;
  border-radius: 3px !important;
  color: #fff !important;
  font-family: "Gotham Light", sans-serif !important;
  letter-spacing: 1px !important;
  font-weight: 400 !important;
  font-size: 1.5rem !important;
  margin-top: 6px !important;
}
@media screen and (max-width: 576px) {
  .nf-field-container .field-wrap .nf-element::placeholder {
    font-size: 2.2rem !important;
  }
}
.swiper-container {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.swiper-slide {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.swiper-slide img {
  object-fit: cover !important;
  width: 100%;
  height: auto;
}
.swiper-slide-cover video {
  object-fit: cover;
  width: 100%;
  height: auto;
}
/* Swiper nav */
.swiper-button-prev {
  color: rgba(255, 255, 255, 0.7) !important;
}
.swiper-button-next {
  color: rgba(255, 255, 255, 0.7) !important;
  padding: 0 0px 0 0;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
}
.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
}
.swiper-button-disabled {
  color: transparent !important;
}
.swiper-scrollbar-drag {
  background-image: url("/img/scroll-circle.png");
  width: 15px;
  height: 15px;
  opacity: 0.7 !important;
}
.swiper-scrollbar {
  background: rgba(255, 255, 255, 0);
  background-image: url("/img/scroll-line.png");
  height: 15px !important;
}
.swiper-headline {
  font-family: "Gotham Bold", sans-serif;
  font-weight: 700;
  font-size: 13.8rem;
  color: #ffffff;
}
.swiper-description {
  font-family: "Gotham Bold", sans-serif;
  font-size: 2.5rem;
  color: #ffffff;
  text-align: center;
}
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #fff;
}
main {
  margin: 0px 0 0 0;
  padding: 0;
  overflow-x: hidden;
}
/*

██╗      ██████╗  ██████╗  ██████╗ ███████╗
██║     ██╔═══██╗██╔════╝ ██╔═══██╗██╔════╝
██║     ██║   ██║██║  ███╗██║   ██║███████╗
██║     ██║   ██║██║   ██║██║   ██║╚════██║
███████╗╚██████╔╝╚██████╔╝╚██████╔╝███████║
╚══════╝ ╚═════╝  ╚═════╝  ╚═════╝ ╚══════╝
                                           
Logos */
#logo-change {
  position: relative;
  transition: 0.6s;
  width: 135px;
  height: auto !important;
  padding: 18px 0px;
}
.logo-constraint {
  width: auto;
  height: 100px;
}
.logo-constraint-footer {
  height: auto;
  width: 135px !important;
}
.logo-constraint-social {
  height: auto;
  width: 36px !important;
}
#logo-footer {
  position: relative;
  max-width: 135px !important;
}
/*

███    ██ ███████ ██     ██ ███████ 
████   ██ ██      ██     ██ ██      
██ ██  ██ █████   ██  █  ██ ███████ 
██  ██ ██ ██      ██ ███ ██      ██ 
██   ████ ███████  ███ ███  ███████ 
                                    
NEWS */
.newspaper {
  column-count: 2;
  column-gap: 3rem;
}
.newspaper-nobreak-inside {
  break-inside: avoid-column;
}
@media only screen and (max-width: 768px) {
  .newspaper {
    column-count: 1;
    column-gap: 3rem;
  }
}
/*# sourceMappingURL=style.css.map */