:root {
  --purple: #6046CD;
  --cchc: #185BC1;
}
@font-face {
  font-family: 'gilroyblack';
  src: 
    url('assets/fonts/gilroy-black-webfont.woff2') format('woff2'), 
    url('assets2020/landings/cuadrodehonor/css/assets/fonts/gilroy-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroybold';
  src: 
    url('assets/fonts/gilroy-bold-webfont.woff2') format('woff2'), 
    url('assets2020/landings/cuadrodehonor/css/assets/fonts/gilroy-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroyextrabold';
  src: 
    url('assets/fonts/gilroy-extrabold-webfont.woff2') format('woff2'), 
    url('assets/fonts/gilroy-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroyregular';
  src: 
    url('assets2020/landings/cuadrodehonor/css/assets/fonts/gilroy-regular-webfont.woff2') format('woff2'), 
    url('assets2020/landings/cuadrodehonor/css/assets/fonts/gilroy-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gilroysemibold';
  src: 
    url('assets2020/landings/cuadrodehonor/css/assets/fonts/gilroy-semibold-webfont.woff2') format('woff2'), 
    url('assets2020/landings/cuadrodehonor/css/assets/fonts/gilroy-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
p {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
}
p b, p strong {
  color: var(--cchc);
}
.container.container-920 {
  max-width: 920px;
}
.title {
  font-size: 32px;
  color: var(--purple);
  font-family: 'gilroyextrabold', sans-serif;
}
.horizon {
  padding: 50px 0;
}
.pb-50 {
  padding-bottom: 50px;
}
.w-290 {
  width: 290px;
}
.arrow-shape {
  position: relative;
}
.arrow-shape:after {
  position: absolute;
  content: url('assets/images/shape.svg');
  right: -30px;
  top: -40px;
}
.border-radius-bottom-left-120 {
  border-bottom-left-radius: 120px;
  overflow: hidden;
}
.button {
  background-color: var(--purple);
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'gilroyblack', sans-serif;
  padding: 18px 44px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--purple);
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
}
.button:hover {
  background-color: transparent;
  transition: 0.2s linear all;
  color: var(--purple);
  cursor: pointer;
}
.button svg path {
  transition: 0.2s linear all;
}
.button:hover svg path{
  fill: var(--purple);
}
.button.button-outline {
  background-color: transparent;
  transition: 0.2s linear all;
  color: var(--purple);
}
.button.button-outline:hover {
  background-color: var(--purple);
  color: #fff;
}
.button.disabled {
  display: none;
}
.bit-thumb-player figure {
  margin: 0;
  position: relative;
}
.bit-thumb-player figure img {
  width: 100%;
}

.bit-thumb-player figure span {
  position: absolute;
  right: 27px;
  bottom: 18px;
}

.modal {
  background: rgba(113,91,209,0.8);
}

.modal-dialog .modal-body::before {
  content: none;
}

.grid-sizer {
  width: 31.555%;
}

.grid-item { 
  width: 31.555%; 
  margin-bottom: 24px;
  height: 168px;
}

.grid-item:hover {
  cursor: pointer;
}

.grid-item-h2 {
  height: 386.2px;
}

.enterprise .nav {
  justify-content: center;
  gap: 30px;
}

.enterprise .nav-pills .nav-link {
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.13);
  border-radius: 12px;
  padding: 16px 42px;
  background-color: var(--purple);
  color: #fff;
  text-transform: uppercase;
  font-family: 'gilroybold', sans-serif;
}

.enterprise .nav-pills .nav-link.active, 
.enterprise .nav-pills .show > .nav-link {
  color: var(--purple);
  background-color: #fff;
}

.enterprise .tab-content {
  background-color: #F6F6F6;
}

.enterprise.bg-half {
  margin-top: -26px;
}

.enterprise.bg-half .tab-content {
  padding: 120px 0;
}

.card-company {
  background-color: #fff;
  border-radius: 12px;
  padding: 21px 20px;
  display: block;
  height: 100%;
  min-height: 70px;
}

.modal-header {
  background-color: transparent;
  border: none;
  justify-content: flex-end;
  border-radius: 0;
  position: relative;
  padding: 0;
  height: 40px;
}

.modal-header button {
  background: transparent;
  border: 0;
  font-size: 25px;
  position: absolute;
  right: -40px;
  transition: 0.1s linear all;
  color: #fff;
}

.modal-header button:hover {
  cursor: pointer;
}

.modal-header button:before {
  content: "\2715";
}

.modal-dialog {
  max-width: 80%!important;
  justify-content: center;
}
.modal-dialog .modal-content {
  max-width: 800px!important;
  background-color: transparent;
  border: none;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(113,91,209,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: transparent;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  font-size: 25px;
  position: absolute;
  right: -40px;
  transition: 0.1s linear all;
  color: #fff;
}

.modal__close:hover {
  cursor: pointer;
  opacity: 0.8;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

#gal .modal__container {
  padding: 30px 60px;
  max-width: 800px;
  max-height: 640px;
  height: 800px;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

#gal .slick-slide img {
  width: 100%;
}

#gal button.slick-arrow.slick-prev:before {
  content: url('assets/images/arrow-l-m.svg?v=2.0')!important;
}

#gal button.slick-arrow.slick-next:before {
  content: url('assets/images/arrow-2.svg?v=2.0')!important;
}

#gal .slick-next {
  right: -35px;
}

#gal .slick-prev {
  left: -35px;
}

#mobileGallery {
  display: none;
}

@media screen and (max-width: 1080px) {
  .container.container-920,
  .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 912px) {

  .container.container-920,
  .container {
    max-width: 85%;
  }

  .horizon {
    overflow: hidden;
    padding: 30px 0;
  }

  .arrow-shape:after {
    content: url('assets/images/shape-mobile.svg');
    right: -4px;
    top: -18px;
  }

  #desktopGallery, .d-mobile-none {
    display: none!important;
  }

  #mobileGallery {
    display: block;
    margin-bottom: 100px;
  }

  #mobileGallery img {
    width: 100%;
  }

  #mobileGallery .slick-dots {
    bottom: -46px;
  }

  #mobileGallery .slick-dots li button:before {
    font-size: 16px;
    color: var(--purple)
  }

  #mobileGallery .slick-next:before,
  #mobileGallery .slick-prev:before {
    color: var(--purple);
    font-size: 30px;
  }

  .font-purple b{
    color: #6046CD;
  }

  #gal .modal__container {
    padding: 30px 0;
  }

  #gal .slick-dots {
    bottom: -75px;
  }

  #gal .slick-dots li button:before {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .enterprise .nav {
    gap: 10px;
  }

  .enterprise .nav-pills .nav-link {
    padding: 16px 10px;
    font-size: 14px;
  }

  #gal .modal__close {
    right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .title {
    font-size: 22px;
    line-height: 25px;
  }
}

@media screen and (max-width: 420px) {
  .enterprise .nav {
    flex-direction: column;
  }

  .enterprise.bg-half {
    margin-top: -80px;
  }
} 
