body {
    background-color: #1b203f;
}
.custom-menu {
    background-color: #1b203f;
}

.custom-icon {
    width: 48px;
    height: 48px;
}

.custom-icon-big {
  width: 60px;
  height: 60px;
}

.custom-icon-gps {
  display: block;
  width: 60%;
  margin-left: 50%;
  margin-top: 30%;
}

.main-title {
    background-color: #0d3e69;
    max-width: 100%;
    z-index: 0;
}

.header {
    background-image: url("Fotos/encabezado.png");
    background-position: center center;
    background-repeat:no-repeat;
    background-size: 1320px;
}

.slogan {
    height: auto;
    max-width: 100%;
    padding: 10px;
    z-index: 0;
}

.custom-row {
    height: 120px;
    z-index: 0;
}

.contacto {
    background-image: url("Fotos/contacto.png");
    background-position: center center;
    background-repeat:no-repeat;
    background-size: 1320px;
}

.footer {
    background-color: white;
    color: #1b203f;
    text-align: end;
}

.blue-text {
    color: #1b203f;
}

.titulo-quienes-somos {
  margin: 0px 50px;
}

.quienes-somos{
    background-image: url("Fondos/inicio_quienes_somos_2.webp");
    background-position: center center;
    background-repeat:no-repeat;
    background-size: 1320px;
    color: white;
}

.texto-quienes-somos {
    background-color: #1E84A8;
    width: 800px;
    padding: 10px 10px;
    margin: 200px 20px;
    z-index: 9;
    text-align: justify;
    text-justify: inter-word;
    font-size: 1.2em;
}

.contenedor-texto-quienes-somos {
    position: relative;
    height: 100px;
    z-index: 9;
}
.foto-quienes-somos {
  margin: auto 500px;
}
 .nuestros-servicios {
    background-image: url("Fondos/inicio_nuestros_servicios.webp");
    background-position: center center;
    background-repeat:no-repeat;
    background-size: 1320px;
    color: white;
 }

 .servicios {
     background-color: white;
     color: black;
 }

 .carrusel {
     background-color: white;
 }

 .download-button {
    background-color: #1b203f;
    text-decoration: none;
    color: white;
 }

 .button-container {
     width: 150px;
     height: auto;
     background-color: #1b203f;
     color: white;
     padding: 15px 25px;
     text-decoration: none;
     border-style: solid;
     border-color: white;
     margin: auto 920px;
     z-index: 9;
 }

 .button-container-sm {
  width: 130px;
  height: auto;
  background-color: #1b203f;
  color: white;
  padding: 15px 25px;
  text-decoration: none;
  border-style: solid;
  border-color: white;
}

 /* Slider */
.slick-slide {
    margin: 0px 20px;
  }
  
  .logo-carousel {
    overflow: inherit;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
  }
  
  .slick-slide img {
    width: 100%;
  }
  
  .slick-track::before,
  .slick-track::after {
    display: table;
    content: '';
  }
  
  .slick-track::after {
    clear: both;
  }
  
  .slick-track {
    padding: 1rem 0;
    margin-top: 0 auto;
  }
  
  .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .slick-slide.slick-loading img {
    display: none;
  }
  
  .slick-slide.dragging img {
    pointer-events: none;
  }
  
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  
  .slick-arrow {
    position: absolute;
    top: 50%;
    background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
    color: #fff;
    filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
    border: none;
    width: 2rem;
    height: 1.5rem;
    text-indent: -10000px;
    margin-top: -16px;
    z-index: 99;
  }
  
  .slick-arrow.slick-next {
    right: -40px;
    transform: rotate(180deg);
  }
  
  .slick-arrow.slick-prev {
    left: -40px;
  }
  
  /* Media Queries */
  
  @media (max-width: 768px) {
    .slick-arrow {
      width: 1rem;
      height: 1rem;
    }
  }
    
  .row {
    overflow: hidden;
  }

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #1b203f !important;
}

.algunos-proyectos {
  background-image: url("Fondos/inicio_proyectos.webp");
  background-position: center center;
  background-repeat:no-repeat;
  background-size: 1320px;
  color: white;
}

.objeto-proyecto {
  background-color: #0d3e69;
  color: white;
  margin-bottom: 20px;
  padding: 10px 10px;
}

.titulo {
  text-align:center;
  color: white;
}

.form-text {
  text-align: justify;
  text-justify: inter-word;
}

.email-text {
  margin-top: 10px;
}