@import url('https://fonts.googleapis.com/css2?family=Kabrio+Soft+Book&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');
@font-face {
  font-family: 'Kabrio Soft Regular';
  src: url('../fonts/Kabrio-Soft-Regular-trial.ttf') format('truetype');
}
@font-face {
  font-family: 'Kabrio Soft Book';
  src: url('../fonts/Kabrio-Soft-Book-trial.ttf') format('truetype');
}
@font-face {
  font-family: 'Kabrio Soft Light';
  src: url('../fonts/Kabrio-Soft-Light-trial.ttf') format('truetype');
}
@font-face {
  font-family: 'Kabrio Soft Bold';
  src: url('../fonts/Kabrio-Soft-Bold-trial.ttf') format('truetype');
}
@font-face {
  font-family: 'Kabrio Soft Bold Italic';
  src: url('../fonts/Kabrio-Soft-Bold-Italic-trial.ttf') format('truetype');
}
@font-face {
  font-family: 'Kabrio Soft Bold Italic Concorde';
  src: url('../fonts/Kabrio-Soft-Bold-Italic-CONCORDE.ttf') format('truetype');
}
.numeros {
    font-family: 'Kabrio Soft Bold Italic Concorde', sans-serif !important;
}
.carousel-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.banner-hero {
    padding-top:0px; min-height: 459px !important;
}

.carousel-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 48px;
    color: #000;
}

.carousel-prev {
    left: 0;
}

.carousel-next {
    right: 0;
}
@media only screen and (max-width: 767px) {
  .carousel-container {
    height: 200px;
  }
  .banner-hero {
    padding-top:0px; min-height: 240px !important;
}
  
}
.cs-hero_secondary_title {
  text-align: left;
  margin-left: 140px;
  color: #000000 !important;
  font-family: 'Kabrio Soft Bold', sans-serif !important;
  font-size: 38px !important;
 
}
.cs-hero_secondary_title_dos {
  text-align: left;
  margin-left: 208px;
  color: #000000 !important;
  font-family: 'Kabrio Soft Bold', sans-serif !important;
  font-size: 38px !important;
 
}
@media only screen and (max-width: 767px) {
  .cs-hero_secondary_title {
    text-align: center;
    margin-left: 0;
    font-size: 25px !important;
  }
  .cs-hero_secondary_title_dos {
    text-align: center;
    margin-left: 0;
    font-size: 25px !important;
  }
}

@font-face {
  font-family: 'Caramel';
  src: url('../fonts/Caramel and Vanilla.ttf') format('truetype');
}

.cs-hero_title {
  text-align: left;
  margin-left: -22px;
  font-family: 'Caramel', sans-serif;
  color: black;
  font-weight: 700;
  font-size: 116px !important;
  line-height: 112px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cs-img_slogan {
  width: 250px; 
    justify-content: center;
    align-items: center;
    margin-right: 35%;
}

@media only screen and (max-width: 767px) {
  .cs-hero_title {
    text-align: center;
    margin-left: 0;
    font-size: 58px !important;
    line-height: 56px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cs-img_slogan {
  width: 100px; 
    justify-content: center;
    align-items: center;
    margin-right: 0;
}
  .cs-hero_subtitle_moda_optionl {


  text-align:left !important;
  margin-left: 42px !important;
 
}
.cs-hero_subtitle_modal_option_strong {
  font-family: 'Kabrio Soft Bold Italic Concorde', sans-serif;
 
  font-weight: 300 !important;
  font-size:16px;
  color: #000000;
  font-size:19px;
  text-align:left !important;
  margin-top: 0;
  margin-bottom: 32px;
}
}

.cs-hero_subtitle_dos {
  font-family: 'Kabrio Soft Light', sans-serif;
 
  
  line-height: 32px;
  color: #000000;
  text-align: left;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 32px;
}
.cs-hero_subtitle_dos_bold {
  font-family: 'Kabrio Soft Bold', sans-serif;
 text-align:center;
  
  line-height: 32px;
  color: #000000;
  
  margin-left: 15px;
  margin-top: 0;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .cs-hero_subtitle_dos {
    font-size: 18px;
    line-height: 24px;
    margin-left: 20px;
    text-align: center;
  }
}
.custom {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
  color: #FFFFFF;
  background-color: red;
  padding: 0 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  transition: background-color 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .custom {
    display: block;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 48px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .custom {
    margin-left: 100px;
  }
}

.custom:hover {
  background-color: #FF0000;
}

.custom span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
}
.custom-btn {
  display: inline-block;
  background-color: red;
  color: white;
  font-family: 'Kabrio Soft Bold', sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  padding: 0px 10px 0px 10px;
  border-radius: 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .custom-btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0px 10px 0px 10px;
    margin-left: 80px;
margin-right: 80px;
  }
   .cs-hero_subtitle_modal {
  font-family: 'Kabrio Soft Light', sans-serif;
 
  font-weight: 300 !important;
  font-size:16px;
  color: #000000;
  font-size:18px !important;
  text-align:center !important;
  margin-top: 0;
  margin-bottom: 32px;
}
.cs-hero_title_modal {

  margin-bottom: 12px !important;
}
.cs-hero.cs-style1 .cs-hero_img_bg {
    position: absolute;
    height: 325px;
    width: 349px;
    top: -38px;
    border-radius: 89%;
}
}

@media only screen and (min-width: 768px) {
  .custom-btn {
    display: inline-block;
    margin-left: 139px;
  }
 
}
.spanbutton {
  display: inline-block;
  padding: 10px 20px;
  background-color: black;
  color: white;
  border-radius: 10px;
  text-align: center !important;
  text-decoration: none;
  cursor: pointer;
  font-size: 35px;
  margin-right:auto !important;
  margin-left:auto !important;
  font-family: 'Kabrio Soft Book', sans-serif !important;
}
.spanbutton-option {
  display: inline-block;
  padding: 0px 20px;
  background-color: black;
  color: white;
  border-radius: 10px;
  text-align: center !important;
  text-decoration: none;
  cursor: pointer;
  font-size: 45px;
  margin-right:auto !important;
  margin-left:auto !important;
  font-family: 'Kabrio Soft Bold Italic Concorde', sans-serif !important;
  margin-bottom: 0px !important;
}
.spanbutton-option-dos {
  display: inline-block;
  padding: 0px 20px;
  background-color: black;
  color: white;
  border-radius: 10px;
  text-align: center !important;
  text-decoration: none;
  cursor: pointer;
  font-size: 45px;
  margin-right:auto !important;
  margin-left:auto !important;
  font-family: 'Kabrio Soft Bold Italic', sans-serif !important;
  margin-bottom: 0px !important;
}
.cs-hero_subtitle_card {
  font-family: 'Kabrio Soft Light', sans-serif;
 
  font-weight: 300 !important;
  font-size:16px;
  color: #000000;
  
  text-align:left !important;
  margin-top: 0;
  margin-bottom: 32px;
}
.cs-hero_subtitle_modal {
  font-family: 'Kabrio Soft Light', sans-serif;
 
  font-weight: 300 !important;
  font-size:16px;
  color: #000000;
  font-size:25px;
  text-align:center !important;
  margin-top: 0;
  margin-bottom: 32px;
}
.cs-hero_subtitle_modal {
  font-family: 'Kabrio Soft Light', sans-serif;
 
  font-weight: 300 !important;
  font-size:16px;
  color: #000000;

  text-align:center !important;
  margin-top: 0;
  margin-bottom: 32px;
  padding-right: 18px;
padding-left: 18px;
}
.cs-hero_subtitle_moda_optionl {
  font-family: 'Kabrio Soft Light', sans-serif;
 
  font-weight: 300 !important;
  font-size:20px;
  color: #000000;

  text-align:center;
  margin-top: 0;
  margin-bottom:0px !important;
}
.cs-hero_subtitle_modal_option_strong {
  font-family: 'Kabrio Soft Bold Italic Concorde', sans-serif;
 
  font-weight: 300 !important;
  font-size:16px;
  color: #000000;
  font-size:19px;
  text-align:center !important;
  margin-top: 0;
  margin-bottom: 32px;
}
.cs-hero_subtitle_modal_option_down {
  font-family: 'Kabrio Soft Bold Italic', sans-serif;
 
  font-weight: 300 !important;
  font-size:16px;
  color: #000000;
  font-size:19px;
  text-align:center !important;
  margin-top: 0;
  margin-bottom: 32px;
}
.image-container {
  display: flex;
  justify-content: center;
}

.centered-image {
  display: block;
  margin: 0 auto;
  width: 250px;
  margin-bottom: 0px !important;
  text-align: center !important;
  margin-top: 50px;
  

}
.centered-image_expresos {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 330px;
  margin-bottom: 0px !important;
  text-align: center !important;
  
  
}
.cs-hero_title_modal {
  font-family: 'Kabrio Soft Bold', sans-serif;
 
  font-weight: 300 !important;
  font-size:16px;
  color: #000000;
  
  text-align:center !important;
  margin-top: 0;
  margin-bottom: 22px;
}

.cs-hero_subtitle_card_shadows {
  width:260px; 
  margin-bottom:20px;
  margin-top:20px;
  box-shadow: 8px 6px 14px rgba(0, 0, 0, 0.5);
}
.button-container {
  display: flex;
  justify-content: center;
}

.custom-button-option {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: black;
  color: white;
  text-decoration: none;
}
.custom-button-option-dos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 50px;
  border-radius: 20px;
  background-color: black;
  color: white;
  text-decoration: none;
}

.button-icon {
  margin-right: 5px;
}


.carousel {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-inner {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.video {
  width: 100%;
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.video iframe {
  width: 100%;
  height: 300px;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  padding: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}
.trabaja {
  margin-top:30px; font-size: 55px !important; font-family: 'Kabrio Soft Bold Italic', sans-serif !important; text-align: center !important;
  color: black;
}
.trabaja-subtitle {
  margin-top:40px; font-size: 32px !important; font-family: 'Kabrio Soft Light', sans-serif !important; text-align: center !important;
  color: black;
}
@media screen and (max-width: 600px) {
  .video iframe {
    height: 200px;
  }
}
  .centered-section {
      text-align: center;
      justify-content: center;
    align-items: center;
    }

    .centered-section .mobile {
      display: none;
    }

    .centered-section .desktop {
      display: none;
    }

    @media (max-width: 767px) {
      .centered-section .mobile {
        display: initial;
        max-width: 100%;
        height: auto;
        justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
      }
      .trabaja {
  margin-top:30px; font-size: 30px !important; font-family: 'Kabrio Soft Bold Italic', sans-serif !important; text-align: center !important;
  color: black;
}
.trabaja-subtitle {
  margin-top:30px; margin-right:30px; margin-left:30px; font-size: 18px !important; font-family: 'Kabrio Soft Light', sans-serif !important; text-align: center !important;
  color: black;
}
    }

    @media (min-width: 768px) {
      .centered-section .desktop {
        display: initial;
        max-width: 100%;
        height: auto;
        justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
      }
    }

