@font-face {
  font-family: "Raleway-L";
  src: url("../fonts/Raleway-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway-EB";
  src: url("../fonts/Raleway-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway-R";
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway-SB";
  src: url("../fonts/Raleway-SemiBold.ttf") format("truetype");
}

body {
  background-image: url("../img/bg-body.png");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Raleway-L";
  overflow-x: hidden;
  min-height: 100vh;
}

main {
  flex: 1 0 auto;
}
header,
footer {
  flex: 0 0 auto;
}
header {
  position: fixed;
  z-index: 2;
  width: 100%;
}

footer {
  background-image: url("../img/Foot.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 5rem;
}

main {
  padding-top: 3rem;
}

#NewsCarousel {
  position: relative;
}

#NewsCarousel .owl-next {
  position: absolute;
  top: 45%;
  right: 0%;
}

#NewsCarousel .owl-prev {
  position: absolute;
  top: 45%;
  left: 0%;
}

#ServiciosCarousel {
  position: relative;
}

#ServiciosCarousel .owl-next {
  position: absolute;
  top: 40%;
  right: -5%;
}

#ServiciosCarousel .owl-prev {
  display: none;
}

#ClientesCarousel {
  position: relative;
}

#ClientesCarousel .owl-next {
  position: absolute;
  top: 30%;
  right: -5%;
}

#ClientesCarousel .owl-prev {
  position: absolute;
  top: 30%;
  left: -5%;
}

#CertiCarousel {
  position: relative;
}

#CertiCarousel .owl-next {
  position: absolute;
  top: 30%;
  right: -5%;
}

#CertiCarousel .owl-prev {
  position: absolute;
  top: 30%;
  left: -5%;
}

#navMenu:hover {
  cursor: pointer;
}

#navMenu > span {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 9999px;
  background-color: #00a8e3;
}

#navMenu > span:not(:last-child) {
  margin-bottom: 7px;
}

#navMenu,
#navMenu > span {
  transition: all 0.4s ease-in-out;
}

#navMenu.active {
  transition-delay: 0.8s;
  transform: rotate(45deg);
}

#navMenu.active > span:nth-child(2) {
  width: 0;
}

#navMenu.active > span:nth-child(1),
#navMenu.active > span:nth-child(3) {
  transition-delay: 0.4s;
}

#navMenu.active > span:nth-child(1) {
  transform: translateY(9px);
}

#navMenu.active > span:nth-child(3) {
  transform: translateY(-9px) rotate(90deg);
}

#Nosotros {
  display: block;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: none;
}

.modal-backdrop.show {
  opacity: 0 !important;
}

.modal-backdrop {
  /*-bs-backdrop-zindex: 1050; */
  /* --bs-backdrop-bg: #000; */
  /* --bs-backdrop-opacity: 0.5; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  /* background-color: var(--bs-backdrop-bg); */
  z-index: -1;
}
.modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ExtraB {
  font-family: "Raleway-EB";
  color: #1d70b6;
}
.ExtraB2 {
  font-family: "Raleway-EB";
}
.text-blue {
  color: #003a63;
}
.Regular {
  font-family: "Raleway-R";
}
.filtro {
  backdrop-filter: blur(4px);
}
.rota {
  color: #1d70b6;
  font-size: 1.4rem;
  rotate: 270deg;
}
.col-rot {
  flex: 0 0 auto;
  width: 20%;
}

.box2 {
  overflow: hidden;
}
.menu {
  position: fixed;
  left: -40%;
  top: 10%;
  transform: translateY(25%);
  transition: all 0.8s ease-in-out;
  width: 140px;
  height: 250px;
  border-radius: 0 2rem 2rem 0;
  background: rgb(210, 211, 211);
  background: linear-gradient(
    0deg,
    rgba(29, 112, 182, 1) 0%,
    rgba(0, 168, 227, 1) 100%
  );
  overflow: hidden;
  box-shadow: 2px 0px 5px rgb(0 0 0 / 50%);
  z-index: 2;
  display: grid;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}
.btnMenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p1 {
  font-size: 2rem;
  color: #003a63;
  text-align: center;
}
.estra {
  color: #1d70b6;
  font-weight: bolder;
  font-family: "Raleway-EB";
  letter-spacing: 3px;
}
.exp {
  letter-spacing: 8px;
}
.acerca1 {
  font-size: 2rem;
  color: #003a63;
  text-align: center;
  margin-bottom: 0;
}
.acerca2 {
  font-size: 1.5rem;
  color: #00a8e3;
  text-align: center;
  font-family: "Raleway-R";
}
.acerca3 {
  color: #003a63;
  text-align: center;
  font-size: 1rem;
  font-family: "Raleway-R";
}
.letisi {
  font-family: "Raleway-SB";
  text-align: start;
  color: rgba(42, 130, 197, 0.6);
  font-size: 0.7rem;
}
.ser1 {
  border-radius: 50px;
  height: 45rem;
  background: rgb(190, 194, 204);
  background: linear-gradient(
    135deg,
    rgba(227, 227, 227, 1) 0%,
    rgba(255, 255, 255, 1) 55%
  );
  box-shadow: inset 10px 10px 20px #b3b3b3, inset -10px -10px 20px #ffffff;
  margin-inline: 0rem;
}
.serv {
  font-family: "Raleway-EB";
  color: #1d70b6;
  font-size: 1.5rem;
  letter-spacing: 6px;
  text-align: center;
  padding-top: 1rem;
}
.servl {
  font-family: "Raleway-R";
  color: #003a63;
  font-size: 1rem;
  letter-spacing: 2px;
  list-style: none;
  padding-left: 0;
}
.card2 {
  width: 18rem;
  height: 18rem;
  border-radius: 30px;
  --bs-card-border-color: none;
  margin-inline: 0.5rem;
  margin: 1.5rem;
  background-color: white;
  color: #003764;
}
.card3 {
  width: 18rem;
  height: 18rem;
  border-radius: 30px;
  --bs-card-border-color: none;
  margin-inline: 0.5rem;
  margin: 1.5rem;
  background-color: #003764;
  color: white;
}
.imgCar {
  max-width: 15rem;
  display: block;
  margin: auto;
  padding-top: 2rem;
}
.cardtext {
  text-align: center;
  padding-top: 1rem;
  font-family: "Raleway-R";
  letter-spacing: 2px;
}
.item2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btnServicios {
  background: rgb(0, 168, 227);
  background: linear-gradient(
    90deg,
    rgba(0, 168, 227, 1) 30%,
    rgba(29, 112, 182, 1) 100%
  );
  height: 2rem;
  width: 7rem;
  border: none;
  border-radius: 20px;
  color: white;
}
.modal-content {
  background: rgb(0, 168, 227);
  background: linear-gradient(
    130deg,
    rgba(0, 168, 227, 1) 50%,
    rgba(29, 112, 182, 1) 100%
  );
  color: white;
}
.modal-header {
  border-bottom: none;
}
.cont {
  background: rgb(190, 194, 204);
  background: linear-gradient(
    135deg,
    rgba(227, 227, 227, 1) 0%,
    rgba(255, 255, 255, 1) 55%
  );
  height: 25rem;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 5rem;
  box-shadow: inset 10px 10px 20px #b3b3b3, inset -10px -10px 20px #ffffff;
}
.gen {
  font-family: "Raleway-R";
  color: #003a63;
  font-size: 1.2rem;
  text-align: justify;
}
.img12 {
  max-width: 100%;
  height: 15rem;
  padding-top: 1rem;
}
.imgCaro {
  max-width: 70%;
  height: auto;
  display: block;
  margin: auto;
}
.cint {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(221, 220, 220);
  background: linear-gradient(
    94deg,
    rgba(221, 220, 220, 1) 5%,
    rgba(255, 255, 255, 1) 34%
  );
  height: 12rem;
  border-radius: 30px;
  border: none;
  box-shadow: inset 10px 10px 20px #b3b3b3, inset -10px -10px 20px #ffffff;
}
.imgcar2 {
  width: 21.5rem !important;
  height: auto;
  display: block;
  margin: auto;
}
.imgcar3 {
  width: 16rem !important;
  height: auto;
  display: block;
  margin: auto;
}
.contac {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40rem;
  border-radius: 50px;
  background: rgb(29, 112, 182);
  background: linear-gradient(
    135deg,
    rgba(29, 112, 182, 1) 15%,
    rgba(0, 168, 227, 1) 60%
  );
}
.formu {
  height: 2.5rem;
  width: 15rem;
  border: none;
  border-radius: 0 10px 10px 0;
  padding: 1rem;
}
.input-group-text {
  background-color: white;
  border-radius: 10px 0 0 10px;
  border: none;
}
.colr {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.mensaje {
  overflow: auto;
  height: 15rem;
  border: none;
  border-radius: 20px;
  padding: 1rem;
}
.btnEnvio {
  height: 2rem;
  width: 10rem;
  color: #003a63;
  background-color: white;
  border: none;
  border-radius: 20px;
  font-size: 1.2rem;
  letter-spacing: 2px;
}
.btnDescargar{
  display: none;
}
.imgForm {
  max-width: 1.75rem;
}
.isi {
  filter: drop-shadow(0px 0px 10px #828282);
}
.center {
  text-align: center;
}
@media (max-width: 500px) {
  footer {
    background-position: center;
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .menu {
    height: 250px;
  }
}
@media (min-width: 992px) {
  main {
    padding-top: 7rem;
  }
  .menu {
    height: 280px;
  }
  .p1 {
    font-size: 3rem;
    text-align: justify;
  }
  .center {
    text-align: start;
  }
  .acerca1 {
    font-size: 3rem;
  }
  .acerca2 {
    font-size: 2rem;
  }
  .acerca3 {
    font-size: 1.3rem;
  }
  .serv {
    font-size: 3rem;
    padding-top: 0;
  }
  .servl {
    font-size: 1.2rem;
  }
  .letisi {
    text-align: center;
    font-size: 1.2rem;
  }
  .ser1 {
    height: 30rem;
  }
  .card2 {
    width: 20rem;
    height: 20rem;
    border-radius: 50px;
    margin: 2rem;
  }
  .card3 {
    width: 20rem;
    height: 20rem;
    border-radius: 50px;
    margin: 2rem;
  }
  .imgCar {
    max-width: 18rem;
  }
  .gen {
    font-size: 1.5rem;
  }
  .img12 {
    max-width: 100%;
    height: 24rem;
  }
  .mensaje {
    width: 30rem;
  }
  .rota {
    font-size: 2rem;
  }
  .cint {
    border-radius: 50px;
  }
}
#presentacion {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 5rem;
  justify-content: center;
  align-items: center;
}
