* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem; }

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

.barra-navegacion {
  background: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid orange; }
  .barra-navegacion .container a {
    border-bottom: 0.125rem solid transparent; }
    .barra-navegacion .container a img {
      height: 50px;
      width: 180px; }
  .barra-navegacion .container #menuNavegacion div a {
    color: #fff;
    border-bottom: 0.125rem solid transparent;
    position: relative; }
    .barra-navegacion .container #menuNavegacion div a:hover {
      color: #c4c4c4; }

header nav .navbar-toggler {
  background: #579cff; }

.carousel {
  border-bottom: 2px solid orange; }
  .carousel img {
    height: 100%;
    width: 100%; }

#quienes-somos {
  padding: 0px 0;
  overflow: hidden;
  background: #f0f0f0; }
  #quienes-somos .titulo {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 32px;
    color: #579CFF;
    text-align: center;
    font-weight: 400; }
  #quienes-somos .linea-divisora {
    display: block;
    width: 60px;
    height: 3px;
    background: #579CFF;
    background: linear-gradient(0deg, #579CFF 0%, #579CFF 100%);
    margin: 0 auto;
    margin-bottom: 20px; }
  #quienes-somos .imagen-principal img {
    border: solid 1px orange;
    max-width: 100%;
    height: auto; }

#quienes-somos .contenido .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px; }
#quienes-somos .contenido h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic; }
#quienes-somos .contenido p {
  line-height: 26px; }
#quienes-somos .contenido .p1:first-letter {
  margin-bottom: 0px;
  margin-left: 20px; }
#quienes-somos .contenido .p2:first-letter {
  margin-top: 20px;
  margin-left: 20px; }
#quienes-somos .contenido .p2 {
  padding-bottom: 30px; }
#quienes-somos .contenido p:last-child {
  margin-bottom: 0; }
#quienes-somos .contenido {
  padding-bottom: 10px; }
#quienes-somos .cinta {
  background-image: url("../img/cinta.webp");
  background-size: contain; }
  #quienes-somos .cinta img {
    display: block;
    margin: auto; }

@media (max-width: 768px) {
  #quienes-somos .imagen-principal {
    height: auto;
    margin-bottom: 50px; }

  #quienes-somos .imagen-principal img {
    margin-left: 0; } }
#servicios {
  background-image: url("../img/bg-section/bg-body.webp"); }

.servicios {
  margin: 0px;
  padding: 0px; }

.servicios-seccion {
  padding-top: 50px;
  padding-bottom: 90px; }
  .servicios-seccion .container-fluid {
    text-align: center;
    margin-top: 10px; }
  .servicios-seccion .caja-titulo-servicio {
    margin: auto;
    margin-top: 0;
    text-align: center; }
  .servicios-seccion .section-title {
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 300; }
  .servicios-seccion .intro {
    color: #636875;
    font-size: 16px;
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 30px; }
  .servicios-seccion .intro:first-letter {
    margin-top: 20px;
    margin-left: 40px; }
  .servicios-seccion .items-wrapper {
    margin-bottom: 60px; }
    .servicios-seccion .items-wrapper .figure-holder {
      margin-bottom: 15px;
      vertical-align: bottom; }

.cuadros-servicios:hover {
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.1); }

.modal-body {
  background-image: url("../img/bg-section/bg-body.webp"); }

.modal-header {
  background-image: url("../img/bg-section/bg-modal-title.webp"); }
  .modal-header .modal-title {
    color: white;
    margin: auto; }

.img-modal {
  width: 100%;
  height: 300px;
  margin-bottom: 20px; }

.text-modal {
  text-align: left;
  margin: 0px;
  padding: 0px; }

#mision-vision {
  background-image: url("../img/bg-section/bg-mision.webp"); }
  #mision-vision #vision img {
    border-radius: 20%; }
  #mision-vision .caja-mision-vision div img {
    margin-bottom: 15%;
    border-radius: 3px;
    width: 100%;
    vertical-align: top; }
  #mision-vision .caja-mision-vision .titulo {
    margin-top: 70px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 300; }
    #mision-vision .caja-mision-vision .titulo.mision {
      color: #fff; }
    #mision-vision .caja-mision-vision .titulo.vision {
      text-align: right;
      color: #fff; }
  #mision-vision .caja-mision-vision .parrafo-mision {
    background: rgba(87, 156, 255, 0.6);
    padding: 20px;
    color: #fff;
    line-height: 35px;
    font-weight: 800;
    font-size: 18px;
    text-align: right; }
  #mision-vision .caja-mision-vision .texto1 {
    padding-right: 0px; }
  #mision-vision .caja-mision-vision .parrafo-vision {
    background: rgba(87, 156, 255, 0.2);
    padding: 20px;
    color: #fff;
    line-height: 35px;
    font-weight: 800;
    font-size: 18px;
    text-align: left; }
  #mision-vision .caja-mision-vision .texto2 {
    padding-left: 0px; }

#valores {
  background-image: url("../img/bg-section/bg-body.webp");
  padding: 60px 0 0 0;
  overflow: hidden; }

#valores .features-img {
  text-align: center;
  padding-top: 20px; }

#valores .features-img {
  padding-top: 120px;
  margin-top: -200px; }

#valores .features-img img {
  max-width: 100%;
  margin-top: 100px; }

#valores .box {
  margin-bottom: 15px;
  text-align: center; }

#valores .icon {
  margin-bottom: 10px; }

#valores .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s; }

#valores .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #FF9E3E 0%, #FF9E3E 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

#valores .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 18px; }

#valores .title {
  color: #111; }

#valores .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px; }

#valores .section-description {
  padding-bottom: 10px; }

.section-header .section-title {
  font-size: 32px;
  color: #579CFF;
  text-align: center;
  font-weight: 400; }

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px; }

.caja {
  padding: 20px; }

.texto-tecnolgias {
  padding: 20px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  margin-top: 4px; }

.p-tecnologias:first-letter {
  margin-top: 20px;
  margin-left: 40px; }

#tecnologias img {
  height: 80%;
  width: 80%; }

#contacto {
  background: url("../img/bg-section/bg-contacto1.webp");
  min-height: 525px; }

.text-uppercase {
  padding-top: 50px; }

.ui {
  min-height: 300px;
  background: rgba(0, 0, 0, 0.2); }

.piePagina {
  background: #b0aeb8c2;
  color: #000; }
  .piePagina p {
    margin: 0px; }

.card-body {
  background: rgba(0, 0, 0, 0.1);
  min-height: 350px; }

.titul-c {
  margin-top: 10%; }

.conct {
  color: #579CFF; }

/*# sourceMappingURL=estilos.css.map */
