@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  font-size: 62.5%;
}

.sp {
  padding-bottom: 0rem !important;
}

header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 7rem;
}

.header-secundario {
  padding: 0.4rem 0;
  background-color: black;
  position: sticky;
  height: 7rem;
}

.nav-principal__color {
  background: linear-gradient(rgba(5, 7, 12, 0.45), rgba(5, 7, 12, 0.45));
}

.nav-secundario__color {
  background-color: black;
}

.navbar-color {
  background-color: black;
}

.icono__blanco {
  color: white;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 2.5rem;
}

.link-op:hover {
  color: black;
  opacity: 0.5;
}

.encabezado {
  font-size: 2.5rem;
}

main {
  min-height: calc(100vh - 8rem - 10rem);
}

footer {
  display: flex;
  justify-content: center;
  background-color: black;
  width: 100%;
  height: 10rem;
}

.footer__titulo {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  color: white;
  font-size: 1.6rem;
}

.footer__redes {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icono {
  color: white;
  font-size: 3rem;
  margin-left: 1rem;
}

.icono:hover {
  opacity: 0.7;
}

.copy {
  text-align: center;
  color: white;
  background-color: black;
  font-size: 1rem;
  padding-top: 0.8rem;
}

/*** INDEX ***/
.navbar-toggler {
  border: none;
}

.img-logo {
  max-width: 5rem;
  max-height: 5rem;
  width: auto;
  height: auto;
}

.text-logo-contenedor {
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  margin-left: 0.1rem;
  margin-top: 0.5rem;
  font-family: "Open Sans", sans-serif;
}

.text-logo {
  position: absolute;
  color: white;
  font-size: 1.8rem;
  bottom: -0.8rem;
  font-family: "Open Sans", sans-serif;
}

.text-srl {
  font-size: 0.8rem;
  margin-left: 0.1rem;
  font-family: "Open Sans", sans-serif;
}

.hero {
  height: 100vh;
  width: 100%;
  background: linear-gradient(rgba(5, 7, 12, 0.4), rgba(5, 7, 12, 0.4)), url(../imgs/hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.hero__titulo {
  font-size: 5rem;
  color: white;
}

.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
.hero__subtitulo {
  font-size: 2rem;
  color: white;
  margin-bottom: 5rem;
}

.icono--whatsapp {
  position: fixed;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  bottom: 3rem;
  right: 2rem;
  background: #0df053;
  color: #fff;
  border-radius: 5rem;
  text-align: center;
  font-size: 4rem;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.icono--whatsapp:hover {
  color: white;
}

.op-wp:hover {
  color: white;
  opacity: 0.8;
}

/*** SERVICIO ****/
.texto-deco {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flei {
  margin-top: 2.5rem;
  margin-left: 2rem;
  font-size: 2rem;
}

.fled {
  margin-top: 2.5rem;
  margin-right: 2rem;
  font-size: 2rem;
}

.contenedor-img {
  background-color: #023e8a;
  width: 100%;
  height: 55rem;
  margin: auto;
  padding: 3rem;
  padding-top: 4rem;
  box-shadow: 1px 9px 12px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 9px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 9px 12px 0px rgba(0, 0, 0, 0.75);
}

.img-servicio {
  height: 20rem;
  width: 100%;
  display: block;
  margin: auto;
  border-radius: 10px;
}

.servicio__titulo {
  color: white;
  text-align: center;
  font-size: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.servicio__texto {
  color: white;
  font-size: 1.5rem;
  text-align: center;
}

/*** EMPRESA ***/
.contenedor-img-empresa {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-empresa-tamaño {
  height: 40rem;
  width: 94%;
  border-bottom: 2px solid #023e8a;
  padding-bottom: 5rem;
}

.sn-color {
  color: #023e8a;
  font-size: 3rem;
}

.texto-centrado {
  height: 55rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin-top: 1rem;
}

/*** NORMATIVAS ***/
.container-nor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.img-normativa {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.container-leyes {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}

.pdf-text {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #023e8a;
  text-transform: uppercase;
}

.ul-normativas {
  list-style: circle;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.nor-link {
  text-decoration: none;
  color: black;
}

.nor-link:hover {
  color: #023e8a;
  opacity: 0.5;
}

.img-respo {
  max-width: 35rem;
  max-height: 35rem;
  height: auto;
  width: auto;
}

/*** CONTACTO ***/
.contacto {
  background-color: #023e8a;
  padding: 3rem;
  margin-bottom: 3rem;
}

.link-contacto {
  text-decoration: none;
  color: white;
}

.link-contacto:hover {
  color: white;
}

.form {
  background-color: white;
  padding: 0.9rem;
}

.contenedor-btn {
  width: 100%;
}

.contacto__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  background-color: #023e8a;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease all;
}

.contacto__btn:hover {
  color: white;
  opacity: 0.75;
}

.title-men {
  color: #023e8a;
}

.textarea-expand {
  resize: none;
}

/*** error ***/
.contenedor-404 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*** GLOBALS ***/
@media (min-width: 576px) {
  .img-logo {
    max-width: 4rem;
    max-height: 4rem;
    width: auto;
    height: auto;
  }

  .text-logo-contenedor {
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    margin-left: 0.1rem;
    margin-top: 0rem;
    font-family: "Open Sans", sans-serif;
  }

  .text-logo {
    position: absolute;
    color: white;
    font-size: 1.8rem;
    bottom: -1.2rem;
    font-family: "Open Sans", sans-serif;
  }

  .text-srl {
    font-size: 0.8rem;
    margin-left: 0.1rem;
    font-family: "Open Sans", sans-serif;
  }
}
@media (min-width: 576px) {
  .header-secundario {
    background-color: black;
    position: sticky;
    height: 6.5rem;
  }
}
@media (min-width: 576px) {
  main {
    min-height: calc(100vh - 6.5rem - 10rem);
  }
}
/*** INICIO ***/
@media (min-width: 576px) {
  .hero__titulo {
    font-size: 9rem;
    color: white;
  }

  .hero__subtitulo {
    font-size: 3rem;
    color: white;
    margin-bottom: 2rem;
  }
}
@media (min-width: 576px) {
  .icono--whatsapp {
    position: fixed;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    bottom: 3rem;
    right: 5rem;
    background: #0df053;
    color: #fff;
    border-radius: 5rem;
    text-align: center;
    font-size: 4rem;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
  }
}
/*** SERVICIOS ***/
@media (min-width: 768px) {
  /*Tablet*/
  .contenedor-img {
    background-color: #023e8a;
    width: 80%;
    height: 60rem;
    margin: auto;
    padding-top: 2.5rem;
  }

  .img-servicio {
    height: 30rem;
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 10px;
  }

  .servicio__titulo {
    color: white;
    text-align: center;
    font-size: 3rem;
    padding-top: 2rem;
  }

  .servicio__texto {
    color: white;
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  /*Computadora*/
  .img-servicio {
    height: 25rem;
  }

  .servicio__titulo {
    padding-bottom: 0.5rem;
  }
}
/*** EMPRESA ***/
@media (min-width: 576px) {
  .qs__titulo {
    font-size: 8rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .img-empresa-tamaño {
    height: 50rem;
    width: 94%;
    border-bottom: none;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .texto-centrado {
    height: 50rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
/*** NORMATIVAS ***/
@media (min-width: 576px) {
  .container-nor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .img-normativa {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    margin: 0 auto;
  }

  .container-leyes {
    margin-left: 1rem;
  }

  .pdf-text {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .li-normativas {
    width: 100%;
  }

  .ul-normativas {
    list-style: circle;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .nor-link {
    text-decoration: none;
    color: black;
  }

  .nor-link:hover {
    color: #023e8a;
    opacity: 0.5;
  }

  .img-respo {
    max-width: 52rem;
    max-height: 52rem;
    height: auto;
    width: auto;
  }
}
/*** CONTACTO ***/
@media (min-width: 576px) {
  .mapa {
    width: 500px;
  }
}

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