@charset "utf-8";

html {
  font-size: 1rem;
}

body {
  background: #333333;
  scroll-snap-type: y proximity;
  overflow-y: hidden;
  overflow-x: hidden;
}

#emt-loader-overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 100 !important;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: #333333;
  /* Black fallback color */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  overflow-y: hidden;
  display: block;
}

.emt-loader-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100 !important;
}

.emt-loader-container > div {
  position: relative;
  height: inherit;
  bottom: 50px;
}

.emt-loader-wrapper {
  position: relative;
  height: inherit;
  top: 50%;
}

/*Page Loader*/
#emt-loader {
  max-width: 120px;
  max-height: 120px;
  margin: 0 0 0 0px;
  border: 10px solid #f3f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #fa9332;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Add animation to "page content" */
.emt-animate-prev {
  position: relative;
}

.emt-animate {
  position: relative;
  -webkit-animation-name: emt-animate;
  -webkit-animation-duration: 1s;
  animation-name: emt-animate;
  animation-duration: 1s;
}

@-webkit-keyframes emt-animate {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes emt-animate {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#emt-masterDiv {
  display: block;
}

.emt-masthead {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0 !important;
  background: transparent;
}

.emt-alter-masthead {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0 !important;
  background: transparent;
}

.emt-nav {
  background: #fa9332;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.emt-alter-nav {
  background: #fa9332 !important;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.emt-logo-containter {
  position: relative;
  /*text-align: center!important;*/
}

.emt-logo-nav {
  position: relative;
  width: 320px;
  padding: 10px;
  /*text-align: center;*/
}

/*

.emt-logo-nav-1 {

	position: absolute;

	width: 460px;

	padding: 10px;

	left: 0px;

	top: 0px;

	-webkit-transition: opacity 0.3s ease-in;

    -moz-transition: opacity 0.3s ease-in;

    -ms-transition: opacity 0.3s ease-in;

    -o-transition: opacity 0.3s ease-in;

    transition: opacity 0.3s ease-in;

	opacity: 1;

}





.emt-logo-nav-1:hover,.emt-logo-nav-1:focus

{

	position: absolute;

	width: 460px;

	padding: 10px;

	left: 0px;

	top: 0px;

	-webkit-transition: opacity 0.3s ease-in;

    -moz-transition: opacity 0.3s ease-in;

    -ms-transition: opacity 0.3s ease-in;

    -o-transition: opacity 0.3s ease-in;

    transition: opacity 0.3s ease-in;

	opacity: 0;

}

*/
.emt-toggler-brand {
  /*text-align: left;*/
  width: 50% !important;
}

.emt-toggler {
  text-align: right;
  width: 50% !important;
}

.emt-navbar-nav {
  text-align: right;
  margin-bottom: 15px;
}

.emt-nav-font {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
}

.emt-navbar-nav > li > a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.emt-navbar-nav > li > a:hover, .emt-navbar-nav > li > a:focus {
  color: #333333 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.emt-banner {
  position: relative;
  margin: 0px;
  padding: 0px;
  z-index: 0 !important;
}

.emt-banner-img {
  position: relative !important;
  width: 100% !important;
  z-index: -1 !important;
}

.emt-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fa9332;
  /*background-color: rgba(250,147,50,0.50);

  background-color: $emtdarkcolor;*/
  background-color: rgba(51, 51, 51, 0.5);
  text-shadow: 0px 4px 5px #2f302b;
}

.emt-banner-text > h1 {
  text-align: center;
  color: white;
  font-family: "Work Sans", sans-serif;
  margin: 0px;
  padding: 0px;
}

.emt-orange-box {
  height: auto;
  width: auto;
  position: relative;
  z-index: 0 !important;
  background: #fa9332;
}

.emt-description-text {
  text-align: center;
  color: white;
  font-family: "Work Sans", sans-serif;
  margin: 0px;
  padding: 20px 0px;
}

.emt-white-box {
  height: auto;
  width: auto;
  position: relative;
  z-index: 0 !important;
  background: #ffffff;
}

.emt-white-box-text {
  text-align: center;
  color: #333333;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  padding: 20px 20px;
}

.emt-white-box-text-left {
  text-align: left;
  color: #333333;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  padding: 0px;
}

.emt-orange-box-text {
  text-align: center;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  padding: 20px 20px;
}

.emt-orange-box-text-left {
  text-align: left;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  padding: 0px;
}

.emt-orange-box-text-left-li {
  text-align: left;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  padding: 0px;
}

.emt-orange-box-text-left-ul {
  text-align: left;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  padding: 20px 0px;
}

.emt-hidden-text {
  text-align: center;
  color: transparent;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 2px;
}

.emt-footer {
  width: 100%;
  height: auto;
  background: #333333;
  text-align: center;
  position: relative !important;
  z-index: 0 !important;
}

.emt-footer-text {
  text-decoration: none;
  color: gray;
  padding: 15px 0px;
  vertical-align: middle;
  margin: 0px;
  font-family: "Rubik", sans-serif;
  font-size: large;
}

.emt-footer-text-hl {
  text-decoration: none;
  color: gray;
  padding: 15px 0px;
  vertical-align: middle;
  margin: 0px;
  font-family: "Rubik", sans-serif;
  font-size: large;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.emt-footer-text-hl:hover, .emt-footer-text-hl:focus {
  text-decoration: none;
  color: white;
  padding: 15px 0px;
  vertical-align: middle;
  margin: 0px;
  font-family: "Rubik", sans-serif;
  font-size: large;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.emt-logo-footer {
  width: 150px;
  padding: 15px;
  filter: opacity(0.75);
  -webkit-filter: opacity(0.75);
}

.emt-serv-icon {
  position: relative;
  width: 150px;
  padding: 15px;
}

.emt-serv-icon-small {
  width: 60px !important;
  padding: 0px;
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 0%;
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 2;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: #333333;
  /* Black fallback color */
  background-color: rgba(51, 51, 51, 0.9);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  overflow-y: auto;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 15%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  height: 80%;
  text-align: center;
  /* Centered text/links */
  margin-top: 0px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */
  overflow-y: hidden;
}

.overlay-content > div, .overlay-content > div > div, .overlay-content > div > div > div {
  position: relative;
  height: 100%;
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */
}

.overlay h4 {
  text-align: center;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  margin: 0px;
  padding: 20px 20px;
}

.overlay h5, .overlay p {
  text-align: left;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  padding: 20px 20px;
  font-size: large;
}

.emt-priv-body {
  background: #333333;
  overflow-y: auto;
}

.emt-priv-iframe {
  width: 100%;
  height: inherit;
  border: transparent;
  overflow-y: hidden;
}

.emt-aviso-priv h4 {
  text-align: center;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  margin: 0px;
  padding: 20px 20px;
}

.emt-aviso-priv h5, .emt-aviso-priv p {
  text-align: left;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  padding: 20px 20px;
  font-size: large;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.emt-icon {
  text-align: center;
  padding: 0px 20px;
  margin: 0px;
  color: #fa9332 !important;
}

#map {
  height: 400px;
  width: 100%;
}

.form-control:focus {
  border-color: #fa9332;
  box-shadow: 0px 0px 0px 4px rgba(250, 147, 50, 0.7);
}

.emt-btn-contact {
  background: #fa9332 !important;
  border-color: #fa9332 !important;
  margin-bottom: 20px;
}

#btnsubmit:focus, #btnsubmit:hover {
  box-shadow: 0px 0px 0px 4px rgba(51, 51, 51, 0.7) !important;
}

#message-warning {
  color: red;
  display: none;
  background: transparent;
  padding: 24px 24px;
  margin-bottom: 36px;
  width: 85%;
}

#message-success {
  color: green;
  display: none;
  background: transparent;
  padding: 24px 24px;
  margin-bottom: 36px;
  width: 85%;
}

#loader-form {
  display: none;
  color: #fa9332 !important;
  border-right-color: #333333 !important;
}

#contact-section {
  padding-bottom: 15px;
}

.emt-serv-box {
  height: auto;
  width: 100%;
  position: relative;
  background: lightgray;
  padding: 10px 10px;
  margin-bottom: 30px;
}

.emt-serv-box-bordered {
  height: auto;
  width: 100%;
  position: relative;
  background: lightgray;
  border: 5px solid white;
  padding: 0;
}

.emt-img-serv {
  width: 100%;
  position: relative;
}

.emt-padding-updown {
  padding-top: 20px;
  padding-bottom: 20px;
}

.emt-btn-orange {
  background: #fa9332 !important;
  border-color: #fa9332 !important;
  color: white !important;
  margin: 20px 20px !important;
}

@keyframes buttonshadow {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.95, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
.emt-btn-showcase {
  background: white !important;
  border-color: white !important;
  color: rgba(49, 49, 46, 0.932) !important;
  margin: 5px 5px 5px 5px !important;
  font-size: 15pt;
  animation: buttonshadow 3s infinite;
}

.emt-btn-showcase-2 {
  background: white !important;
  border-color: #6f3fbb !important;
  color: #6f3fbb !important;
  margin: 5px 5px 5px 5px !important;
}

.emt-btn-orange:hover, .emt-btn-orange:focus {
  box-shadow: 0px 0px 0px 4px rgba(51, 51, 51, 0.7) !important;
}

.emt-btn-showcase:hover, .emt-btn-showcase:focus {
  box-shadow: 0px 0px 4px 4px rgba(209, 201, 152, 0.733) !important;
}

.emt-btn-showcase-2:hover, .emt-btn-showcase-2:focus {
  box-shadow: 0px 0px 4px 4px #6f3fbb !important;
}

.emt-btn-white {
  background: white !important;
  border-color: white !important;
  color: #fa9332 !important;
  margin: 20px 20px !important;
}

.emt-btn-white:hover, .emt-btn-white:focus {
  box-shadow: 0px 0px 0px 4px rgba(51, 51, 51, 0.7) !important;
}

.emt-brand {
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}

/* Container for image text */
.emt-caption-container {
  position: relative;
  text-align: center;
  background-color: #333333;
  padding: 0px 0px;
  color: white;
  width: 100% !important;
  height: 5vh !important;
}

@media (min-width: 1024px) {
  .emt-nav {
    background: transparent;
    background: black;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="$emtwhitecolor",GradientType=1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .emt-masthead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1 !important;
    background: transparent;
  }

  .emt-alter-masthead {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0 !important;
    background: transparent;
  }

  .emt-navbar-nav {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
  }

  .emt-navbar-nav > li > a:hover, .emt-navbar-nav > li > a:focus {
    color: #fa9332 !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .emt-navbar-nav > li > a.emt-alter-nav-font:hover, .emt-navbar-nav > li > a.emt-alter-nav-font:focus {
    color: #333333 !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .emt-brand {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }

  .emt-slide {
    position: relative !important;
    width: 100% !important;
    height: 100vh !important;
    background-color: transparent;
    z-index: 0 !important;
  }

  .emt-carousel {
    position: fixed !important;
    z-index: -1 !important;
    height: 100vh !important;
    width: 100% !important;
  }

  .emt-slide-img {
    position: relative !important;
    object-fit: cover;
    width: 100% !important;
    height: 100vh !important;
    z-index: -2 !important;
  }

  .emt-slide-img-2 {
    position: relative !important;
    object-fit: cover;
    width: 100% !important;
    height: 85vh !important;
    z-index: -2 !important;
  }

  .emt-showcase-container {
    position: relative !important;
    width: 100% !important;
    height: 70vh !important;
    background-color: transparent;
    z-index: -1 !important;
  }

  .emt-showcase-img {
    position: fixed !important;
    top: 0;
    object-fit: cover;
    width: 100% !important;
    height: 100vh !important;
    z-index: -1 !important;
  }

  .navbar-expand-custom {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
  }

  .navbar-expand-custom .navbar-nav {
    flex-direction: row !important;
  }

  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
  }

  .navbar-expand-custom .navbar-toggler {
    display: none !important;
  }

  .emt-showcase-font-alt-title {
    font-size: 20pt !important;
  }

  .emt-showcase-font-alt-list {
    font-size: 18pt !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 1rem;
  }

  .emt-nav-font {
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 1.5rem;
  }

  .emt-nav-font {
    font-size: 1rem;
  }
}
@media (min-width: 561px) {
  .emt-showcase-container {
    position: relative !important;
    top: 0;
    height: 70vh;
    background-color: transparent;
    z-index: -1 !important;
  }

  .emt-showcase-img {
    position: fixed !important;
    top: 0;
    object-fit: cover;
    width: 100% !important;
    height: 100vh !important;
    z-index: -1 !important;
  }
}
@media (max-width: 560px) {
  .emt-logo-nav {
    position: relative;
    width: 100%;
    /*text-align: center;*/
    padding: 10px 0px;
  }

  .emt-logo-footer {
    width: 30%;
    padding: 15px 0px;
  }

  .emt-brand {
    text-align: center;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }

  .emt-toggler-brand {
    /*text-align: center;*/
    width: 100% !important;
  }

  .emt-toggler {
    text-align: center;
    width: 100% !important;
  }

  .emt-navbar-nav {
    text-align: center;
  }

  html {
    font-size: 1rem;
  }

  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }

  .emt-banner-img {
    object-fit: cover !important;
    position: relative;
    width: 100%;
    height: 25vh !important;
    z-index: -1;
  }

  .emt-slide-img {
    position: relative !important;
    object-fit: cover;
    width: 100% !important;
    height: 60vh !important;
    z-index: -2 !important;
  }

  .emt-slide-img-2 {
    position: relative !important;
    object-fit: cover;
    width: 100% !important;
    height: 85vh !important;
    z-index: -2 !important;
  }

  .emt-showcase-container {
    position: relative !important;
    top: 0;
    height: 70vh;
    background-color: transparent;
    z-index: -1 !important;
  }

  .emt-showcase-img {
    position: fixed !important;
    top: 0;
    object-fit: cover;
    width: 100% !important;
    height: 100vh !important;
    z-index: -1 !important;
  }

  .emt-carousel-caption {
    width: 50% !important;
    height: 40% !important;
  }

  .emt-carousel-caption-showcase {
    width: 70% !important;
    height: 40% !important;
  }

  .emt-caption-heading {
    font-size: 6vw !important;
  }

  .emt-caption-heading-showcase {
    font-size: 8vw !important;
  }

  .emt-caption-text {
    font-size: 5vw !important;
  }

  .emt-btn-showcase {
    font-size: 10pt;
  }

  .emt-caption-container {
    position: relative;
    text-align: center;
    background-color: #333333;
    padding: 0px 0px;
    color: white;
    width: 100% !important;
    height: 5vh !important;
  }

  #emt-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    /*font-size: 5vw;*/
  }

  .emt-showcase-font-alt-title {
    font-size: 20pt !important;
  }

  .emt-showcase-font-alt-list {
    font-size: 18pt !important;
  }

  .emt-showcase-brand-font {
    font-size: 40pt !important;
    line-height: 45pt !important;
  }

  .emt-showcase-brand-font-ini {
    font-size: 60pt !important;
  }

  .emt-showcase-title {
    font-size: 20pt !important;
  }

  .emt-showcase-brand-font-index {
    font-size: 14vw !important;
    line-height: 15vw !important;
  }

  .emt-showcase-brand-font-ini-index {
    font-size: 16vw !important;
  }
}
@media (max-width: 920px) and (max-height: 560px) {
  .emt-caption-container {
    position: relative;
    text-align: center;
    background-color: #333333;
    padding: 0px 0px;
    color: white;
    width: 100% !important;
    height: 5vh !important;
  }

  #emt-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-size: 4vh;
  }
}
@media (max-width: 560px) and (max-height: 560px) {
  .emt-caption-heading, .emt-caption-heading-showcase {
    font-size: 3.5vw !important;
  }

  .emt-caption-text {
    font-size: 2.5vw !important;
  }

  .emt-btn-showcase {
    font-size: 10pt;
  }

  #emt-caption {
    font-size: 3vmin;
  }
}
/*End of 560px*/
h1, h2, h3, h4, h5 {
  color: white;
  margin: 0;
}

.emt-white-box-text-orange {
  text-align: center;
  color: #fa9332 !important;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  padding: 20px 20px;
}

.emt-white-box-text-left-orange {
  text-align: left;
  color: #fa9332 !important;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  padding: 0px;
}

.emt-logo-2-med {
  width: 220px;
  padding: 20px;
  margin: 10px;
}

.emt-btn-white-2 {
  background: white !important;
  border-color: white !important;
  color: #fa9332 !important;
  margin: 20px 0px !important;
}

.emt-btn-white-2:hover, .emt-btn-white-2:focus {
  box-shadow: 0px 0px 0px 4px rgba(51, 51, 51, 0.7) !important;
}

/*Slideshow gallery custom classes*/
/* Position the image container (needed to position the left and right arrows) */
.emt-gallery-container {
  position: relative;
  /*height: 100vh!important;*/
  z-index: 0 !important;
  scroll-snap-align: start end !important;
}

/* Hide the images by default */
.emt-gallery-slides {
  display: none;
}

.emt-slide-img {
  width: 100%;
}

.emt-slide-img-2 {
  position: relative !important;
  object-fit: cover;
  width: 100% !important;
  height: 85vh !important;
  z-index: -2 !important;
}

.emt-slide-thumb {
  position: relative !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 10vh !important;
}

/* Add a pointer when hovering over the thumbnail images */
.emt-cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.emt-prev,
.emt-next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white !important;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: transparent !important;
}

/* Position the "next button" to the right */
.emt-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.emt-prev:hover,
.emt-next:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* Number text (1/3 etc) */
.emt-numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.emt-gal-row {
  margin: 0px !important;
  width: 100% !important;
  height: 10vh !important;
}

.emt-gal-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.emt-gal-col {
  float: left;
  width: 20%;
}

/* Add a transparency effect for thumnbail images */
.emt-demo {
  opacity: 0.6;
}

.emt-active,
.emt-demo:hover {
  opacity: 1;
}

#emt-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
}

#emt-gallery-swipe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
}

.emt-gallery-container-slideshow {
  position: relative;
  /*height: 75vh!important;*/
}

.emt-orange-box-text-right {
  text-align: right;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  padding: 0px;
}

.emt-divider {
  width: 100%;
  border: 1px solid #ffffff;
  background: white;
}

.emt-white-box-text-right {
  text-align: right;
  color: #333333;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  padding: 0px;
}

.emt-comer-icon {
  position: relative;
  padding: 15px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  width: 175px;
  filter: opacity(70%) !important;
  -webkit-filter: opacity(70%) !important;
}

.emt-comer-icon:hover {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  width: 185px;
  filter: opacity(100%) !important;
  -webkit-filter: opacity(100%) !important;
}

.emt-carousel-caption {
  width: 60%;
  height: 30%;
  background: #333333;
  background: rgba(51, 51, 51, 0.65);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 30px 20px #333333;
  -moz-box-shadow: 0px 0px 30px 20px #333333;
  box-shadow: 0px 0px 30px 20px #333333;
}

.emt-carousel-caption-showcase {
  width: 60%;
  height: 40%;
  background: rgba(155, 152, 152, 0);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 30px 20px #8a888800;
  -moz-box-shadow: 0px 0px 30px 20px #8a888800;
  box-shadow: 0px 0px 30px 20px #8a888800;
}

.emt-caption-wrapper {
  position: relative;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.emt-caption-text {
  text-align: center;
  color: #fa9332 !important;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
  font-size: 2.5vw;
  margin: 0px;
  padding: 0px 30px;
}

.emt-caption-heading {
  text-align: center;
  color: #ffffff !important;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 4vw;
  margin: 0px;
  padding: 0px 20px;
}

.emt-caption-heading-showcase {
  text-align: center;
  color: white !important;
  font-family: "Courgette", cursive;
  font-weight: 700;
  font-size: 4vw;
  margin: 0px;
  padding: 0px 20px;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.911);
}

.emt-img-logo-quien {
  position: relative;
  width: 100%;
  padding: 20px 0px;
}

.emt-white-box-text-justify {
  text-align: center;
  color: #333333;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  padding: 20px 0px;
}

.emt-white-box-text-right-orange {
  text-align: right;
  color: #fa9332 !important;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  padding: 0px;
}

.emt-white-box-text-orange-slim {
  text-align: center;
  color: #fa9332 !important;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  padding: 0px;
}

.emt-white-box-text-slim {
  text-align: center;
  color: #333333;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  padding: 0px;
}

.emt-gray-box {
  height: auto;
  width: auto;
  position: relative;
  z-index: 0 !important;
  background: #656565;
}

.emt-logo-gray {
  width: 250px;
  padding: 20px 0px;
}

.emt-slideshow-thumbs-wrapper {
  position: relative !important;
  width: 100% !important;
  height: 10vh !important;
}

.y-snap {
  scroll-snap-align: y mandatory !important;
}

.emt-brands-box {
  height: auto;
  width: auto;
  position: relative;
  z-index: 0 !important;
  background: #FFF4DA;
}

.emt-nosotros {
  border-radius: 10px;
  border: 10px dashed #fa9332 !important;
}

.emt-showcase-title {
  text-align: center;
  text-shadow: 0px 4px 5px #2f302b;
  margin-top: 40px;
  margin-bottom: 20px;
}

.emt-showcase-brand-font, .emt-showcase-brand-font-index {
  font-family: "Quintessential", cursive;
  font-size: 80pt;
  line-height: 80pt;
  text-shadow: 0px -2px 1px #2f302b3b;
  background: -webkit-linear-gradient(180deg, #cba309 0%, #eff78e 100%);
  background: -o-linear-gradient(180deg, #cba309 0%, #eff78e 100%);
  background: -moz-linear-gradient(180deg, #cba309 0%, #eff78e 100%);
  background: linear-gradient(180deg, #cba309 0%, #eff78e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.emt-showcase-brand-margins {
  margin-top: 70px;
  margin-bottom: 20px;
}

.emt-showcase-brand-font-ini, .emt-showcase-brand-font-ini-index {
  font-family: "Yellowtail", cursive;
  font-size: 100pt;
}

.emt-showcase-brand-font-index {
  font-size: 8vw;
  line-height: 9vw;
  text-align: left !important;
}

.emt-showcase-brand-font-ini-index {
  font-size: 10vw;
}

.emt-showcase-box {
  height: auto;
  width: 100%;
  position: relative;
  background: -webkit-linear-gradient(0deg, #6f3fbb 0%, #373caf 80%);
  background: -o-linear-gradient(0deg, #6f3fbb 0%, #373caf 80%);
  background: -moz-linear-gradient(0deg, #6f3fbb 0%, #373caf 80%);
  background: linear-gradient(0deg, #6f3fbb 0%, #373caf 80%);
  padding: 10px 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.emt-showcase-border-box {
  padding: 0px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  text-align: center;
  height: auto;
  width: 100%;
  position: relative;
}

.emt-showcase-font {
  font-family: "Yeseva One", cursive;
}

.emt-showcase-font-p {
  margin-top: 10px;
  font-family: "Barlow Condensed", sans-serif;
  color: white;
}

.emt-showcase-font-alt-title, .emt-showcase-font-alt-list {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  color: #6f3fbb;
  font-size: 18pt;
}

.emt-showcase-font-alt-list {
  font-weight: normal;
  font-size: 16pt;
  padding-inline-start: 25px !important;
}

.emt-showcase-icon-style {
  color: white;
  margin: 5px;
}

.emt-showcase-gallery, .emt-showcase-units {
  background: -webkit-linear-gradient(0deg, #6f3fbb 0%, #373caf 80%);
  background: -o-linear-gradient(0deg, #6f3fbb 0%, #373caf 80%);
  background: -moz-linear-gradient(0deg, #6f3fbb 0%, #373caf 80%);
  background: linear-gradient(0deg, #6f3fbb 0%, #373caf 80%);
  width: 100%;
  height: auto;
  overflow: hidden;
}

.emt-showcase-units {
  background: white !important;
}

.emt-img-showcase, .emt-img-showcase-units {
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 10px solid white;
}

.emt-img-showcase-units {
  border: 10px solid #6f3fbb !important;
}

/*# sourceMappingURL=style.css.map */
