@font-face {
    font-family: 'EM-Amsi';
    src: url('../EM-Amsi.Pro/EM-Amsi.Pro/TTF/AmsiPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'EM-Amsi';
    src: url('../EM-Amsi.Pro/EM-Amsi.Pro/TTF/AmsiPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'EM-Amsi';
    src: url('../EM-Amsi.Pro/EM-Amsi.Pro/TTF/AmsiPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  }

  @font-face {
    font-family: 'EM-Amsi';
    src: url('../EM-Amsi.Pro/EM-Amsi.Pro/TTF/AmsiPro-Light.ttf') format('truetype');
    font-weight: 300; /* Peso para light */
    font-style: normal;
  }

  .medium-text {
    font-family: 'EM-Amsi', sans-serif;
    font-weight: 500;
  }
  
  /* Clase para aplicar la fuente light */
  .amsi-light {
    font-family: 'EM-Amsi', sans-serif;
    font-weight: 300 !important;
  }
  
  body {
    font-family: 'EM-Amsi', sans-serif; 
  }
  .text-list-servis {
    font-weight: 500;
  }
  .novedades-title{
    font-weight: bold;
    font-size: 61px;
  }
  .contact-title{
    font-weight: bold;
    font-size: 57px;
  }
  .title-about {
    font-weight: bold;
    font-size: 34px;
    margin-left: 2vw;
  }
  .post-text {
    font-size: 29px;
    width: 32vw;
  }
  @media (min-width: 1799px) {
    .item-footer {
      font-size: 22px !important;
      font-weight: 200;
    }
    
  }
  .nav-link {
    font-weight: bold;
  }
  .navbar{
      width: 100%;
      height: 110px;
      background-image: url('../../img BG/fondomenu.png');
      background-size: 100% 100%;
      background-position:bottom center; 
      background-repeat: no-repeat;
  }
    .navbar-nav .nav-item {
      padding-right: 20px;
    }

    [data-lightbox="service"] img {
      width: 100%;
      height: auto;
      max-width: 1500px;
      max-height: 700px;
      object-fit: cover;
  }
  
    .hero-section {
      width: 100%;
      background-image: url('../../img BG/fondoinicio.png');
      background-size: 100% 100% ;
      background-position:bottom center; 
      background-repeat: no-repeat;
      color: white;
      padding: 10vw 0;
    }
    .about-section {
      width: 100%;
      background-image: url('../../img BG/fondogobierno.png');
      background-size: 100% 100%;
      background-position:top bottom ; 
      background-repeat: no-repeat;
      padding: 60px 0;
    }
    .contact-section {
      background-color: #f8f9fa;
      padding: 60px 0;
    }
    .info-section {
      background-color: #ffffff;
      padding: 60px 0;
    }
    .novedades-section {
      background-color: #f8f9fa;
      padding: 60px 0;
    }
    .footer {
      background-color: #0B144E;
      color: white;
      padding: 20px 0;
    }
    .img-loot{
      padding: 0px 10px;
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
    }
    .img-fluid{
      padding: 3px 3.5px;
    }
    .img-custom-size-about{
      width: 12vw;
    }
    /* .col-md-6{
      padding: 0px 50px;
    } */
    .pr{
      display: inline-flex;
      justify-content: center;
    }
    .border-img1{
      background-image: url('../../img BG/goldborder.png');
      background-size: 100% 100%;
      background-position:top bottom ; 
      background-repeat: no-repeat;
      margin: 0 0 0 0;
    }
    .border-img1-2{
      background-image: url('../../img BG/goldborder.png');
      background-size: 100% 100%;
      background-position:top bottom ; 
      background-repeat: no-repeat;
      margin: 0 0 10px 0;
    }
    .border-img2{
      background-image: url('../../img BG/goldborder.png');
      background-size: 100% 100%;
      background-position:top bottom ; 
      background-repeat: no-repeat;
      margin: 0 0 0 0;
    }
    .border-img2-2{
      background-image: url('../../img BG/goldborder.png');
      background-size: 100% 100%;
      background-position:top bottom ; 
      background-repeat: no-repeat;
      margin: 10px 0 0 0;
    }
  
    .contact-section{
      background-image: url('../../img BG/Captura de pantalla 2024-08-21 202514.png');
      background-size: 100% 100% ;
      background-position:bottom center; 
      background-repeat: no-repeat;
      width: 100%;
      height: 750px;
    }
  
    .services-section{
      background-size: 100% 100% ;
      background-position:bottom center; 
      background-repeat: no-repeat;
      width: 100%;
    }
    /* .nav-link{
      color: #fda900;
    } */
    .text-section{
      color: #B8860B;
      display: inline-flex;
      align-items: center;
      margin: 10px;
      font-size: 43px;
      font-weight: bold;
    }
    .title-service{
      font-weight: bold;
      font-size: 61px;
    }
    .text-container{
      align-items: center;
      display: flex;
      justify-content: left;
      margin-left: 50px;
    }
    @media (max-width: 1799px) {
      .text-container{
        align-items: center;
        display: flex;
        justify-content: left;
        margin-left: 0px !important;
      }
    }
    .text{
      display: inline-flex;
      flex-direction: row;
      align-items: center;
    }
    .list{
      display: inline-flex;
      flex-direction: row;
      justify-content:left;
      align-items: center;
    }
    .list2{
      display: inline-flex;
      flex-direction: row;
      justify-content:left;
      align-items: center;
    }
  
    .text-list{
      margin: 0 0 0 5px;
    }
  
    .container-list{
      display: inline-flex;
      flex-direction: column;
    }
  
    .text-list-servis{
      margin: 0 0 0 5px;
      color: #B8860B;
      display: inline-flex;
      text-align: left;
      align-items: center;
      margin: 10px;
      font-size: 20px;
      font-weight: 700px;
    }
  
    .servis-list{
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      margin: 0 20px;
    }
    .text-img{
      margin: 0 20px;
    }
    .container-servis{
      display: inline-flex;
      flex-direction: row;
      justify-content: space-around;
    }
  
    .carrusel-img{
      margin: 0 50px;
    }
  
    .cont{
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin-top: 3vw;
    }
    .multi {
      padding: 1vw 0;
    }
    .centrada-imagen {
      display: flex;
      justify-content: left; 
      align-items: center; 
      margin: 20px 0; 
  }
  
  .imagen-centrada {
      max-height: 100%; 
      height: auto; 
      width: auto; 
  }
    .container1{
      margin: 0;
      padding: 0;
    }
  
    .izquierda, .derecha{
      display: inline-flex;
      justify-content: center;
      align-items: center;
    }
  
    .container-partes{
      display: inline-flex;
      justify-content: space-between;
      flex-direction: row;
    }
  
    .img-carsa{
      width: 100%;
      height: 100%;
    }
  
  
    /*mensaje*/
  
    .main-container {
      display: flex;
      justify-content: space-between;
      padding: 50px;
      background-color: #fff;
  }
  
  .section-left {
      background-color: #00124c;
      color: white;
      border-radius: 20px;
      padding: 30px;
      flex: 1;
      margin-right: 20px;
  }
  
  .section-left h1 {
      font-size: 36px;
      margin-bottom: 20px;
      color: #ffca28;
  }
  
  .section-left p {
      font-size: 18px;
      margin-bottom: 20px;
  }
  
  .vacancy-title {
      font-size: 30px;
      font-weight: bold;
      color: #ffca28;
      margin-bottom: 20px;
  }
  
  .vacancy-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }
  
  .vacancy-item {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
  }
  
  .icon-vacancy {
      margin-right: 10px;
      font-size: 24px;
  }
  
  .section-right {
      flex: 1;
      padding: 30px;
  }
  
  .section-right h2 {
      font-size: 28px;
      margin-bottom: 20px;
      color: #00124c;
  }
  
  .input-group {
      margin-bottom: 15px;
  }
  
  .input-group input,
  .input-group textarea {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 5px;
  }
  
  .input-group textarea {
      height: 100px;
  }
  
  .action-buttons {
      display: flex;
      justify-content: space-between;
  }
  
  .action-buttons button {
      background-color: #ffca28;
      border: none;
      padding: 10px 20px;
      font-size: 16px;
      border-radius: 5px;
      cursor: pointer;
  }
  
  .carousel-item {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  @media (min-width: 1400px) and (max-width: 1799px) {
    .text-section {
      font-size: 30px !important;
    }
    .custom-margin-about {
      font-size: 14px !important;
    }
    .custom-space-slider {
      padding: 110px 0;
    }
  }

  .boton-amarillo {
    border-radius: 10vw;
  }