/* Media queries */
@media (min-width: 992px) {
  .hero h1 {
    font-size: 72px;
    text-align: start;
  }
  .services h2 {
    font-size: 44px;
    text-align: start;
  }
  #particles-js p,
  .company p {
    font-size: 22px;
  }
  .trabajo .carousel,
  .trabajo .carousel-inner {
    height: 800px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero h1 {
    font-size: 56px;
    text-align: start;
  }
  .services h2 {
    font-size: 28px;
    text-align: start;
  }
  #particles-js p,
  .company p {
    font-size: 18px;
  }
  .trabajo .carousel,
  .trabajo .carousel-inner {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  .hero h1 {
    font-size: 44px;
    text-align: center;
  }
  .services h2 {
    font-size: 22px;
    text-align: center;
  }
  .services {
    margin: -300px 0 0 0 !important;
  }
  #particles-js p,
  .company p {
    font-size: 16px;
  }
  .trabajo .carousel,
  .trabajo .carousel-inner {
    height: 500px;
  }
}
/* Web fonts */
@font-face {
  font-family: "Gotham";
  src: local("Gotham-Bold"), url("../fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: local("Gotham-Medium"),
    url("../fonts/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: local("Gotham-Light"),
    url("../fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Global */
.hero h1,
.services h2,
#particles-js h2,
.company h2,
.company h3 {
  font-family: "Gotham";
  font-weight: bold;
  text-transform: uppercase;
}
#particles-js p,
.company p {
  font-family: "Gotham";
  font-weight: 300;
}
body {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(33, 33, 33, 0.9) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  color: #fff !important;
}
/* Navmenu */
nav {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(33, 33, 33, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  height: 100px;
  font-family: "Gotham";
  font-weight: bold;
  z-index: 99;
}
nav .container-fluid {
  width: 90%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(33, 33, 33, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}
.navbar-brand img {
  height: 40px;
}
.navbar-nav {
  margin: 0 0 0 auto;
}
.nav-link {
  color: #fff !important;
  text-transform: uppercase;
  margin: 0 10px !important;
}
.dropdown-item {
  margin: 0 0 !important;
  color: #000 !important;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  nav .container-fluid {
    width: 100%;
  }
}
/* Footer */
footer {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(33, 33, 33, 0.9) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}
footer .container {
  padding: 44px 22px;
}
@media screen and (max-width: 768px) {
  footer .container {
    padding: 44px 22px 0 22px;
  }
  footer .container .col-lg-4,
  footer .container .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 0 44px 0;
  }
}
footer h4 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 18px 0;
}
footer ul {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}
footer .social {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
footer .social li a svg {
  background: #2157eb;
  height: 22px;
  width: 22px;
  padding: 10px;
  border-radius: 100%;
}
footer li a {
  color: #fff;
  text-decoration: none;
}
footer li a:hover {
  color: #999;
}
footer li a svg {
  margin: 0 10px 0 0;
}
footer img {
  height: 200px;
  width: 200px;
}
.copyright {
  background: #222;
  padding: 10px 22px;
  margin: 0 0;
  text-align: center;
}
.copyright a {
  color: #fff;
  text-decoration: none;
}

/* Servicois */
.accordion-item {
  margin: 44px 0 0 0;
  border: none !important;
}
.accordion-button {
  color: #fff !important;
  font-weight: 600;
  padding: 1rem 4rem !important;
}
.accordion-button div {
  font-size: 28px;
}
.accordion-button span {
  font-size: 14px;
}

/* Título de la página */
.banner {
  height: 500px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.banner .col {
  padding: 5% 10%;
}
.banner h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
}

/* Contenido de la página en empresa */
.company {
  margin: 100px 0;
  padding: 0x 22px;
}
.company h3 {
  margin: 44px 0 0 0;
}

/* Sección de íconos */
.iconos {
  background: #1b46bf;
  padding: 44px 0;
}
.iconos .col-md-4 {
  height: 100px;
  padding: 22px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: top;
}
.iconos .col-md-4 span {
  font-size: 18px;
}
.iconos .col-md-4 span b {
  font-size: 44px;
}
.iconos .col-md-4 svg {
  font-size: 44px;
  margin: 0 10px 0 0;
}

/* Whatsapp */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 0px #999;
  z-index: 100;
}
.my-float {
  margin-top: 16px;
}

/* Contact form */
.form-container {
  padding: 100px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-container h2 {
  text-align: center;
  color: #fff;
}
.form-container p {
  color: #fff;
  text-align: center;
}
.form-container form {
  width: 800px;
  margin: 44px 0 0 0;
}
.form-container form .field {
  width: 100%;
  padding: 10px 18px;
  margin: 4px 0px;
  border: 1px solid #ccc;
  outline: none;
  transition: 0.2s;
}
.form-container .radio-inputs {
  padding: 20px 0;
}
.form-container .radio-inputs input[type="radio"] {
  height: 18px;
  width: 18px;
  margin: 0 14px 0 0;
}
.form-container .radio-inputs label {
  margin: 0 14px 0 0;
}
.form-container textarea {
  min-height: 150px;
}
.form-container form input[type="submit"] {
  background: #1b46bf;
  padding: 10px 22px;
  font-size: 22px;
  border: none;
  width: 100%;
  color: #fff;
  border-radius: 4px;
  margin-top: 12px;
}

/* Sección trabajo realizado */
.trabajo {
  margin: 100px 0 0 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(11, 11, 11, 0.9) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  padding: 44px 0 0 0;
}
.trabajo p {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 0 0 44px 0;
}

.trabajo .carousel-indicators {
  bottom: 10px;
}
.trabajo .carousel-item {
  position: relative;
  height: 100%;
}
.trabajo .carousel-item img {
  position: absolute;
  top: 50%;
  height: 100%;
  width: auto;
  object-fit: contain;
  transform: translateY(-50%);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(11, 11, 11, 0.9) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

/* Hero */
.hero .carousel-item {
  height: 100vh;
}
.hero .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.hero .carousel-caption {
  bottom: 0 !important;
  transform: translate(0, -80%);
}
.hero .carousel-caption img {
  width: 100%;
  height: 100%;
}
.hero .carousel-item-1 {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.2) 80%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    url("assets/images/slider_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero .carousel-item-2 {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.2) 80%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    url("assets/images/slider_2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero .carousel-item-3 {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.2) 80%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    url("assets/images/slider_3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Services */
.services {
  position: relative;
  margin: -350px 0 0 0;
  z-index: 9;
  width: 90%;
}
.services .col-lg-5,
.services .col-lg-2 {
  margin: 0 0;
  padding: 0 0;
}
.services .col-lg-5 a,
.services .col-lg-2 a {
  margin: 22px 10px;
  border-radius: 33px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding: 22px;
  box-shadow: 0px 0px 10px 10px rgba(22, 22, 22, 0.9);
  text-decoration: none;
}
/* Particles JS */
#particles-js {
  width: 100%;
  height: 500px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(11, 11, 11, 0.9) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}
#particles-js .container {
  position: absolute;
  transform: translate(10%, 200px);
  color: #fff;
}

/*  */
.accordion {
  margin: 100px 0;
}
.accordion-body {
  color: #000;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 22px;
  margin: 100px 0;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
