@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600;700&display=swap");
#principal-nav a {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  transition: 0.5s;
}
#principal-nav a:hover {
  font-size: 22px;
  color: #777777;
  text-shadow: #000000 1px 0 10px;
}
#principal-nav a .company__logo {
  width: 350px;
  height: 66px;
  margin: 5px 0 0 50px;
}

.navbar-nav {
  margin: 0 50px 0 0;
}

.navbar-toggler {
  margin: 0 50px 0 0;
}

.dropdown-menu {
  margin-top: 30% !important;
  padding: 25% !important;
}

@media screen and (max-width: 768px) {
  body #principal-nav a .company__logo {
    width: 150px;
    height: 40px;
    margin: 5px 0 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .dropdown-menu {
    margin-top: 0% !important;
    padding: 0% !important;
  }
}

@media screen and (max-width: 768px) {
  .dropdown-item {
    font-size: 15px !important;
  }
}

.footer {
  display: inline-flex;
  padding: 2% 21% 3% 21% !important;
  background: #333333;
  color: #ffffff;
  align-items: center;
}
.footer__info {
  display: inline-flex;
  gap: 5%;
}
.footer__list {
  list-style: none;
  margin-top: 20%;
}
.footer__ico {
  max-width: 24px;
}
.footer__ico:hover {
  max-width: 22px;
}
.footer__description {
  color: #ffffff;
  font-size: 16px;
  margin-top: 2%;
}
.footer__link {
  text-decoration: none;
  color: #ffffff;
}
.footer__link:hover {
  text-shadow: #ffffff 1px 0 10px;
}

@media screen and (max-width: 768px) {
  body .footer__description {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    display: inline-block;
    text-align: center;
    padding: 10% 5% 5% 5%;
  }
}
.footer__info {
  padding: 0;
}

@media screen and (max-width: 768px) {
  body .carousel-item {
    height: 600px;
  }
  body .carousel-text {
    font-size: 2rem;
    margin-top: -250px;
  }
  body #carouselImage {
    height: inherit;
    background-size: cover;
  }
  body .us {
    padding: 0;
    margin: 0;
  }
  body .us__title {
    font-size: 1.75rem;
    color: #333333;
    text-align: center;
    padding-top: 20%;
  }
  body .us__description {
    color: #333333;
    text-align: center;
    font-size: 16px;
    padding-top: 5%;
    margin-bottom: 25%;
  }
  body .service {
    background-color: #DDDDDD;
    height: 1150px;
    align-items: center;
    padding: 25% 5% 25% 5%;
  }
  body .service__flip {
    width: 300px;
  }
  body .service__flip > .front,
  body .service__flip > .back {
    height: 300px;
  }
  body .service__description {
    font-size: 0.75rem;
  }
  body .connection__section {
    margin: 3% 0 3% 0;
  }
  body .connection__section .connection__title {
    font-size: 24px;
  }
  body .connection__section #connection__button {
    font-size: 20px;
  }
  body .contact__head {
    padding-top: 50%;
    padding-bottom: 25%;
  }
  body .contact__title {
    font-size: 28px;
  }
  body .contact__description {
    font-size: 20px;
  }
  body .contact__background {
    margin-top: 15%;
    margin-bottom: 15%;
    padding: 0 5% 0 5%;
  }
}

* {
  font-family: "montserrat";
}

h1 {
  color: #333333;
  font-size: 3.75rem;
}

h2 {
  color: #333333;
  font-size: 3rem;
}

h3 {
  color: #333333;
  font-size: 2.5rem;
}

h4 {
  color: #333333;
  font-size: 2rem;
}

h5 {
  color: #333333;
  font-size: 1.5rem;
}

h6 {
  color: #777777;
  font-size: 1.25rem;
}

p {
  color: #777777;
  font-size: 1rem;
}

.carousel-text {
  color: #ffffff;
  font-size: 3.75rem;
  font-weight: bold;
  margin-top: -500;
  text-shadow: #000000 1px 0 10px;
}

.us {
  padding: 0 10% 0 10%;
  margin: 5% 0 10% 0;
}
.us__title {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  padding-top: 7%;
}
.us__description {
  font-size: 1.5rem;
  text-align: center;
  padding-top: 5%;
}

.service {
  background-image: url(/img/redDatos.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #dddddd;
  height: 800px;
  align-items: center;
  padding: 0 10% 0 10%;
  animation-name: serviceAnimation;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.service__title {
  font-weight: 600;
  text-align: center;
  margin-top: 40%;
  text-shadow: #000000 1px 0 10px;
}
.service__description {
  color: #ffffff;
  text-align: center;
  padding: 0 5% 0 5%;
  margin-top: 3%;
}
.service__flip {
  position: relative;
  display: inline-block;
  width: 400px;
}
.service__flip > .front,
.service__flip > .back {
  display: block;
  color: #ffffff;
  width: inherit;
  background-size: cover !important;
  background-position: center !important;
  height: 400px;
  padding: 1em 2em;
  background: #333333;
  border-radius: 25px;
}

.service__flip {
  position: relative;
}
.service__flip > .front,
.service__flip > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}
.service__flip > .front {
  transform: rotateY(0deg);
}
.service__flip > .back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
}
.service__flip:hover > .front {
  transform: rotateY(180deg);
}
.service__flip:hover > .back {
  opacity: 1;
  transform: rotateY(0deg);
}

@keyframes serviceAnimation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 50% -50%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.connection__section {
  background-image: url(/img/backgroundContact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 15%;
  padding-bottom: 15%;
}
.connection__section .connection__title {
  color: #ffffff;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 5%;
  text-shadow: #000000 1px 0 10px;
}
.connection__section .connection__link {
  text-decoration: none;
  color: #ffffff;
}
.connection__section .connection__link:hover {
  text-shadow: #ffffff 1px 0 10px;
}
.connection__section .connection__link:hover {
  text-shadow: none;
}
.connection__section #connection__button {
  background-color: #13C0E5;
  border-color: #13C0E5;
  box-shadow: #000000 1px 0 10px;
  border-radius: 10px;
  padding: 1% 10% 1% 10%;
  font-size: 28px;
  font-weight: 600;
  transition: 0.5s;
}
.connection__section #connection__button:hover {
  background-color: #084E5E;
  border-color: #084E5E;
  padding: 1.25% 10.25% 1.25% 10.25%;
}

.contact__head {
  background-image: url(/img/backgroundKeyboard.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-top: 15%;
  padding-bottom: 10%;
  text-shadow: #000000 1px 0 10px;
}
.contact__title {
  font-size: 72px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.contact__description {
  color: #ffffff;
  text-align: center;
  margin-top: 1%;
}
.contact__background {
  background-image: url(/img/redDatos.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5% 20% 5% 20%;
  animation-name: contactAnimation;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes contactAnimation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 25% 25%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.contact #boton {
  background-color: #13C0E5;
  border-color: #13C0E5;
  box-shadow: #000000 1px 0 10px;
  border-radius: 10px;
  padding: 1% 10% 1% 10%;
  font-size: 28px;
  font-weight: 600;
  transition: 0.5s;
  color: #ffffff;
}
.contact #boton:hover {
  background-color: #084E5E;
  border-color: #084E5E;
  padding: 1.25% 10.25% 1.25% 10.25%;
}

#mensajeEnvio {
  font-size: 1.5rem;
}

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