@font-face {
  font-family: "Gotham Black";
  src: url(../fonts/GothamBlack.eot);
  src: url(../fonts/GothamBlack.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamBlack.otf) format("opentype"), url(../fonts/GothamBlack.woff) format("woff"), url(../fonts/GothamBlack.woff2) format("woff2"), url(../fonts/GothamBlack.ttf) format("truetype"), url(../fonts/GothamBlack.svg) format("svg");
}
@font-face {
  font-family: "Gotham Bold";
  src: url(../fonts/GothamBold.eot);
  src: url(../fonts/GothamBold.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamBold.otf) format("opentype"), url(../fonts/GothamBold.woff) format("woff"), url(../fonts/GothamBold.woff2) format("woff2"), url(../fonts/GothamBold.ttf) format("truetype"), url(../fonts/GothamBold.svg) format("svg");
}
@font-face {
  font-family: "Gotham Book";
  src: url(../fonts/GothamBook.eot);
  src: url(../fonts/GothamBook.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamBook.otf) format("opentype"), url(../fonts/GothamBook.woff) format("woff"), url(../fonts/GothamBook.woff2) format("woff2"), url(../fonts/GothamBook.ttf) format("truetype"), url(../fonts/GothamBook.svg) format("svg");
}
@font-face {
  font-family: "Gotham Light";
  src: url(../fonts/GothamLight.eot);
  src: url(../fonts/GothamLight.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamLight.otf) format("opentype"), url(../fonts/GothamLight.woff) format("woff"), url(../fonts/GothamLight.woff2) format("woff2"), url(../fonts/GothamLight.ttf) format("truetype"), url(../fonts/GothamLight.svg) format("svg");
}
/* VERDE OSCURO */
/* VERDE CLARO*/
*:focus, button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

html {
  scroll-padding-top: 4rem;
  overflow-x: hidden;
}

body {
  font-family: "Gotham Book";
  line-height: 1.8;
  cursor: url("../images/cursor-lata.png"), url("../images/cursor-lata.cur"), default; /* Older browsers and Firefox */
  overflow-x: hidden;
}

section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 700;
  color: #000;
  font-size: 15px;
  transition: 0.3s;
  letter-spacing: -0.8px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #00504C;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #00504C;
}
.navbar-light .navbar-toggler {
  border: 0;
}

.container {
  position: relative;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h6, .h6 {
  font-family: "Gotham Black";
  color: #000;
}

h5, .h5 {
  font-family: "Gotham Bold";
}

h1, .h1 {
  font-size: calc(2.2rem + 0.9vw);
}

.text-xl {
  font-size: 24px;
}

div i {
  font-size: 30px;
}

.gap-2 {
  gap: 8px;
}

.text-lg {
	font-size: 20px;
}

.font-bold {
  font-family: "Gotham Black";
}

.text-center {
  text-align: center;
}

strong, .strong {
  font-weight: 600;
}

.highlight {
  color: #68A968;
}

.bg-highlight {
  background-color: #68A968;
}

.w-fit {
  width: fit-content;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.mt-n80 {
  margin-top: -80px;
}

.mr-3 {
  margin-right: 12px;
}

.mr-4 {
  margin-right: 16px;
}

.ml-8 {
  margin-left: 32px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.decoration-none {
  text-decoration: none;
}

.dot {
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 100%;
  margin: 11px 20px 11px 4px;
  flex-shrink: 0;
}

.btn-inscription {
  display: flex;
  align-items: center;
  background-color: #68A968;
  border: 2px solid #fff;
  position: fixed; 
  bottom: 40px;
  right: 40px;
  padding: 4px 8px;
  gap: 8px;
  z-index: 999;
}

.iframe-container {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background-color: rgba(200, 200, 200, 0.5);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.6);
}

:root {
  scrollbar-color: rgba(0, 0, 0, 0.6) rgba(255, 255, 255, 0.1) !important;
  scrollbar-width: thin !important;
}

.btn-primary {
  background-color: #00504C;
  border: 0;
  font-weight: 600;
  cursor: url("../images/cursor-lata-2.png"), url("../images/cursor-lata-2.cur"), default; /* Older browsers and Firefox */
  border-radius: 0px;
  padding: 10px 20px !important;
  color: #FFF !important;
}
.btn-primary:hover {
  background-color: #003734;
}
.btn-primary:focus {
  background-color: #00504C;
}

.btn-link {
  padding: 0;
  color: #68A968;
}
.btn-link:hover {
  color: #5a9e5a;
}

.btn-more {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #68A968;
}
.btn-more i {
  font-size: 25px;
  margin-right: 10px;
}

a {
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  color: #1B26BC;
  cursor: url("../images/cursor-lata-2.png"), url("../images/cursor-lata-2.cur"), default; /* Older browsers and Firefox */
}

button {
  cursor: url("../images/cursor-lata-2.png"), url("../images/cursor-lata-2.cur"), default !important; /* Older browsers and Firefox */
}

.color1 {
  color: #00504C;
}

.color2 {
  color: #68A968;
}

.bg-color1 {
  background-color: #00504C;
}

.bg-color2 {
  background-color: #68A968;
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-white {
  background-color: #ffffff;
}

.bg-trama {
  background-image: url(../images/misc-30.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.w-full {
  width: 100%;
}

.vh-75 {
  height: 75vh;
}

.flecha-doble {
  position: absolute;
  top: -6%;
  left: 14%;
  width: 15%;
  z-index: 2;
}

.flecha-verde {
  position: absolute;
  bottom: -30px;
  right: -10px;
  width: 80px;
  z-index: 0;
}

.left-100px {
  left: -100px;
}

.right-100px {
  right: -100px;
}

.right-50px {
  right: -50px;
}

.right-auto {
  right: 0;
  left: 0;
  margin: auto;
}

.bottom-50px {
  bottom: -50px;
}

.top-100px {
  top: -100px;
}

.right-0px {
  right: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-n1 {
  z-index: -1;
}

/* ROTATE ANIMATION */
@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate-animation {
  animation: rotate-animation 25s infinite linear;
}

/* FLOATING ANIMATION */
@keyframes Floatingy {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0px, 25px);
  }
  to {
    transform: translate(0, 0px);
  }
}
@keyframes Floatingx {
  from {
    transform: translate(25px, 0px);
  }
  65% {
    transform: translate(0, 0);
  }
  to {
    transform: translate(25px, 0px);
  }
}
.floatingx {
  animation: Floatingx 7s infinite ease-in-out;
}

.floatingy {
  animation: Floatingy 25s infinite ease-in-out;
}

#hero {
  margin-top: 72px;
}
#hero .caption {
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  color: #FFF;
}
#hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero .ratio {
  min-height: 500px;
}
#hero .ratio::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 31, 31, 0.5);
}
#hero .logos {
  position: absolute;
  top: 50px;
  left: 15px;
}

ul.list {
  padding-left: 23px;
  margin-bottom: 0;
}
ul.list li {
  list-style: none;
  text-indent: -12px;
  margin-bottom: 8px;
}
ul.list li i {
  position: relative;
  top: 2px;
  font-size: 20px;
}

ol.alpha {
  list-style: lower-alpha;
}

ol.roman {
  list-style: upper-roman;
}
ol.roman li {
  margin-bottom: 15px;
}

#programa .card:hover {
  transform: scale(1.1);
}

#programa .owl-carousel.owl-drag .owl-item, #testimonios .owl-carousel.owl-drag .owl-item {
  padding: 20px;
}

@media (max-width: 991px) {
  #testimonios .owl-testimonios .owl-item .item {
    height: inherit !important;
  }
}

.modal-content {
  border-radius: 25px;
  padding: 50px;
}
.modal-content .btn-close {
  position: absolute;
  right: 50px;
  top: 35px;
}

#beneficios .owl-next {
  right: -30px;
}
#beneficios .owl-prev {
  left: -30px;
}

#proceso-selectivo .card {
  border: 1px solid #f7f7f7;
  border-radius: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  flex: none;
  width: 100%;
  margin-right: 27px;
  padding: 44px;
}
#proceso-selectivo .card:hover {
  transform: scale(1.1);
}

#pq-trabajar .owl-nav, #beneficios .owl-nav {
  position: relative;
  margin-top: 0;
  display: flex;
  justify-content: center;
  height: 64px;
  width: 100%;
}
#pq-trabajar .owl-nav .owl-next, #beneficios .owl-nav .owl-next {
  position: relative;
  right: 0;
  bottom: 0;
}
#pq-trabajar .owl-nav .owl-prev, #beneficios .owl-nav .owl-prev {
  position: relative;
  left: 0;
  bottom: 0;
}

.card {
  border: 0;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.card .card-text {
  font-size: 15px;
  line-height: 1.4;
}

.accordion-button {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
}

.accordion-button:not(.collapsed) {
  background-color: #00504C;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2378bd20'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.responsive-tabs {
  padding: 0;
  margin-top: 49px;
  z-index: 2;
}
.responsive-tabs .nav-tabs {
  display: none;
}
.responsive-tabs .nav-tabs .nav-link {
  border-radius: 0;
  color: #FFF;
  font-size: 18px;
}
.responsive-tabs .nav-tabs .nav-link.active {
  border-radius: 0;
  color: #00504C;
  font-size: 18px;
  font-weight: 600;
}
.responsive-tabs .tab-pane {
  margin-bottom: 10px;
  border-radius: 0;
}
.responsive-tabs .tab-pane .card-header {
  padding: 0;
  background-color: #FFF;
}
.responsive-tabs .tab-pane .card-header a {
  display: block;
  padding: 0.5rem 1rem;
  color: #68A968 !important;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.responsive-tabs .tab-pane .card-header a.collapsed {
  color: #00504C !important;
}

.owl-carousel .list li {
  line-height: 1.4;
}
.owl-carousel .owl-nav {
  margin-top: 0;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  background: #68A968 !important;
  border-color: #68A968 !important;
  color: #FFF !important;
}
.owl-carousel .owl-next, .owl-carousel .owl-prev {
  background-color: #fff !important;
  border-radius: 100% !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  width: 54px;
  height: 54px;
  position: absolute;
  top: calc(50% - 27px);
  outline: 0;
  font-size: 35px !important;
  color: #68A968 !important;
  border: 1px solid #eee !important;
  transition: all 0.3s ease-in-out !important;
}
.owl-carousel .owl-next span, .owl-carousel .owl-prev span {
  position: relative;
  top: -8px;
}
.owl-carousel .owl-next {
  right: -60px;
  padding-left: 10px !important;
}
.owl-carousel .owl-prev {
  left: -60px;
  padding-right: 10px !important;
}
@media (max-width: 600px) {
  .owl-carousel .owl-next, .owl-carousel .owl-prev {
    position: relative;
    top: auto;
    bottom: -30px;
  }
  .owl-carousel .owl-next {
    right: 0;
  }
  .owl-carousel .owl-prev {
    left: 0;
  }
}

.owl-proceso .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 10px 0;
  position: absolute;
  left: 0;
  right: 0;
}

.owl-testimonios .owl-stage {
  display: flex;
}
.owl-testimonios .owl-stage p {
  line-height: 1.5;
}

.flip-box {
  position: relative;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  cursor: url("../images/cursor-lata-2.png"), url("../images/cursor-lata-2.cur"), default !important; /* Older browsers and Firefox */
}

.flip-box-item {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-item-front,
.flip-box-item-back {
  border-radius: 0px;
  min-height: 300px;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
  box-shadow: 0 0rem 0.6rem rgba(0, 0, 0, 0.03) !important;
}

.flip-box-item-front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.flip-box-item:hover .flip-box-item-front {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}

.flip-box-item-back {
  position: absolute;
  background-color: #00504C;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}

.flip-box-item:hover .flip-box-item-back {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.flip-box-item .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 50px 30px;
  outline: 1px solid transparent;
  perspective: inherit;
  z-index: -1;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}
.flip-box-item .inner p {
  font-size: 14px;
  line-height: 1.2;
}
.flip-box-item .inner p:last-child {
  margin-bottom: 0;
}
.flip-box-item .inner p.h4 {
  font-size: 18px;
}

.areas {
  padding: 150px 0;
  background-image: url("../images/marcas-overlay.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.brands {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}

.brands::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/marcas.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.chester {
  right: -65px;
  bottom: -25px;
  z-index: 9;
}

footer .social-media a {
  font-size: 20px;
  color: #00504C;
  margin: 0 5px;
  text-decoration: none;
  cursor: url("../images/cursor-lata-2.png"), url("../images/cursor-lata-2.cur"), default; /* Older browsers and Firefox */
}
footer .social-media a:hover {
  color: #003734;
}
footer a {
  font-size: 13px;
}

/* FOOTER CHESTER */
.chester {
  right: 0px;
  bottom: 101px;
}

@media (min-width: 400px) {
  .chester {
    right: 0px;
    bottom: 60px;
  }
}
@media (min-width: 768px) {
  .chester {
    right: 0px;
    bottom: 64px;
  }
  .responsive-tabs .nav-tabs {
    display: flex;
  }
  .responsive-tabs .card {
    border: none;
  }
  .responsive-tabs .card .card-header {
    display: none;
  }
  .responsive-tabs .card > .collapse {
    display: block;
  }
}
@media (min-width: 992px) {
  .img-absolute {
    position: absolute;
    bottom: 0px;
  }
  .chico {
    bottom: -4rem;
  }
  .chica-pepsi {
    margin-left: -100px;
  }
  .chica-quaker {
    right: 120px;
  }
  .chester {
    right: -10px;
    bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .chester {
    right: -65px;
    bottom: -24px;
  }
}
@media (max-width: 575px) {
  .chester {
    right: 0px;
    bottom: 96px;
    width: 170px;
  }
}
@media (max-width: 767px) {
  .responsive-tabs .tab-pane {
    display: block !important;
    opacity: 1;
  }
}
@media only screen and (max-device-width: 1024px) {
  .areas {
    background-attachment: scroll !important;
  }
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}