@font-face {
  font-family: f1;
  src: url(RedHatDisplay-Light.ttf);
}
@font-face {
  font-family: f2;
  src: url(RedHatDisplay-Regular.ttf);
}
@font-face {
  font-family: f3;
  src: url(RedHatDisplay-Bold.ttf);
}

* {
  font-family: f2;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

#home {
  width: 100%;
  height: 100vh;
  background: url(home.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.fullHegight {
}
.boxed {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.gradientWhite {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, transparent 65%, white 80%);
}

#home > .boxed {
  height: 100vh;
}

#main-carousel {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px;
}
#main-carousel .owl-stage-outer,
#main-carousel .owl-stage,
#main-carousel .item,
#main-carousel .owl-item {
  height: 100%;
}
#main-carousel .item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#main-carousel .item > div {
  width: 100%;
  max-width: 440px;
  text-align: right;
  padding-bottom: 30px;
  padding-right: 40px;
  padding-left: 40px;
}

#main-carousel .titleCarousel {
  font-family: f3;
  font-size: 41px;
  font-weight: bold;
  color: #2c4c9a;
  line-height: 39px;
}
#main-carousel .descCarousel {
  font-family: f1;
  font-size: 27px;
  color: #636363;
}
#main-carousel .owl-dots {
  margin-bottom: 80px;
}
.owl-dot.active span {
  background: #2c4c9a !important;
  opacity: 1 !important;
}
.owl-dot span {
  width: 50px !important;
  height: 3px !important;
  border-radius: 0px !important;
  background: #868686 !important;
  opacity: 0.6;
}
.owl-nav span {
  font-size: 35px;
  font-family: unset;
  color: #2c4c9a;
  font-weight: bold;
  opacity: 0.85;
}
.owl-nav span:hover {
  opacity: 1;
}
#main-carousel .owl-prev {
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
}
#main-carousel .owl-next {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
}
.titleForm {
  display: block;
  width: 100%;
  font-family: f3;
  font-size: 32px;
  letter-spacing: 10px;
  color: #e42721;
  margin-bottom: 20px;
}
* {
  outline: none !important;
  letter-spacing: -0.5px;
}
strong {
  font-family: f3;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: calc(100% - 20px);
  padding: 10px;
}
header .logo {
  width: 150px;
  height: 84px;
  background: url(logo.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
header .options {
}
header .options a.active {
  font-family: f3;
  opacity: 1;
}
header .options a:hover {
  font-family: f3;
  opacity: 1;
}
header .options a {
  text-decoration: none;
  padding: 10px 30px;
  color: #2c4c9a;
  opacity: 0.8;
  cursor: pointer;
}
header .boxed {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.fixedHeader {
  position: fixed;
  background: white;
  box-shadow: 0px 0px 20px -12px black;
}
@media (max-width: 800px) {
  .contactInfo {
    padding: 40px 10px !important;
    text-align: center;
  }
  .contacInfoFooter {
    margin: 30px 0px;
    padding: 0px 10px;
  }
  #contact .boxed {
    display: flex;
    flex-direction: column;
  }
  .bgfooter2 {
    background: #d23c2e !important;
    height: 380px !important;
  }
  .titleForm,
  .titleScreen {
    font-size: 25px !important;
  }
  .contactForm {
    padding: 10px !important;
    margin-bottom: 60px;
    margin-top: 30px;
  }
  #contact label {
    width: 100% !important;
  }
  .contactBox {
    display: flex;
    flex-direction: column;
  }
  .bgfooter1 {
    height: 220px !important;
  }
  header .options {
    display: none;
  }
  .menuMobile {
    display: block !important;
  }
  .centerContent {
    display: flex !important;
    flex-direction: column !important;
  }
  .aboutGrid {
    max-width: 100% !important;
    display: block !important;
    width: calc(100% - 40px) !important;
    margin-bottom: 13px;
  }
  .missionnvision {
    margin: 0px !important;
  }
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 100000000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
#menu a {
  color: #636363;
  text-decoration: none;
  font-size: 40px;
  font-weight: bold;
  padding: 10px 70px;
  text-align: center;
}

.close {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 30px;
  cursor: pointer;
  transform: scale(0.4);
  opacity: 0.6;
}

.menumovil {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.menuMobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(44 76 154);
  color: white;
  border-radius: 1000px;
  padding: 16px 25px;
  top: 15px;
  right: 25px;
  cursor: pointer;
  padding-left: 50px;
  font-size: 14px;
}
.menuMobile img {
  filter: invert(1);
  width: 17px;
  height: 17px;
  position: absolute;
  left: 23px;
  top: 16.5px;
}

#about {
  background: url(sea.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
}
.centerContent {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  padding: 0px 10px;
}
.aboutGrid {
  background: white;
  padding: 50px 20px;
  position: relative;
  max-width: 50%;
  width: 100%;
  color: #2c4c9a;
  text-align: center;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.line_red {
  position: absolute;
  width: 260px;
}
.iconsAbout {
  width: 170px;
  margin: auto;
  display: block;
  margin-bottom: 0;
}
.missionnvision {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 13px;
  position: relative;
}
.mission {
  background: white;
  padding: 50px 20px;
  position: relative;
  color: #2c4c9a;
  text-align: center;
  font-size: 15px;
}
.vision {
  margin-top: 13px;
  background: white;
  padding: 50px 20px;
  position: relative;
  color: #2c4c9a;
  text-align: center;
  font-size: 15px;
}

.aboutGrid .line_red {
  top: -20px;
  left: -119px;
}
.missionnvision .line_red {
  transform: scale3d(-1, -1, 1);
  right: -119px;
  top: 412px;
}

.titleAbout {
  font-size: 30px;
  text-align: center;
  font-family: "f3";
  margin: 10px auto;
  border-bottom: 4px solid red;
  width: 170px;
  padding: 5px 0px;
  color: #2c4c9a;
}
.centerAboutUs {
}

.screen {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
}

.titleScreen {
  display: block;
  text-align: center;
  width: 100%;
  font-family: f3;
  font-size: 32px;
  letter-spacing: 10px;
  color: #e42721;
  margin-bottom: 20px;
}

.productSlider {
}
#products {
  padding: 50px 0px;
}

#product-carousel {
}
#product-carousel .item {
  padding: 10px;
}
#product-carousel .item > div {
  box-shadow: 0px 0px 20px -12px black;
  height: 240px;
  border-radius: 10pt;
  position: relative;
  background: url(product.png) no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: flex-end;
}

#product-carousel .titleCarousel {
  color: white;
  font-family: f3;
  font-size: 30px;
}
#product-carousel .descCarousel {
  color: white;
}
.gradientText {
  background: linear-gradient(0deg, rgb(0 0 0 / 70%), transparent);
  padding: 20px;
  padding-top: 40px;
}

#splash {
  background: white;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000000000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: transform 1s ease;
  box-shadow: 0px 20px 20px rgb(0 0 0 / 30%), 0px 0px 20px rgb(0 0 0 / 10%);
}
#splash .centerContent {
  width: 250px;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
}
.logoSplash {
  width: 250px;
  height: 80px;
  background: url(logo.svg) center no-repeat;
  background-size: 140px;
  position: relative;
  top: -50px;
}
.bar {
  position: absolute;
  top: 50px;
  width: 220px;
  border-radius: 100px;
  background: #e7e7e7;
  height: 2px;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
}
.progress {
  position: absolute;
  top: 0px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #e42721;
  transition: width 2.5s ease;
}
.certs {
  display: block;
}
.color1 {
  color: #636363 !important;
}
.certs img {
  width: 90%;
  margin: auto;
  display: block;
  max-width: 800px;
}

.vertical {
  display: flex !important;
  flex-direction: column !important;
}
.txt-center {
  text-align: center;
}
.screen {
}
#contact {
  position: relative;
}
.bgfooter1 {
  width: 100%;
  height: 380px;
  background: url(contact.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  overflow: hidden;
}
.contactBox {
  width: 100%;
  background: white;
  box-shadow: 0px 0px 20px -12px black;
  display: flex;
  z-index: 1;
  position: relative;
  top: 110px;
  max-width: 1100px;
  top: 160px;
  margin-bottom: 580px;
}
.contactForm button {
  display: block;
  width: 100%;
  background: #2c4c9a;
  border: none;
  color: white;
  font-size: 18px;
  padding: 9px;
  width: 170px;
  cursor: pointer;
}
.contactForm {
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
}
.contactInfo {
  background: #2c4c9a;
  color: white;
  padding: 50px;
}
.titleFotterContact {
  font-family: "f3";
  margin-bottom: 50px;
  font-size: 20px;
  letter-spacing: 4px;
}
.address {
  margin-bottom: 50px;
}
.phones {
}
.bgfooter2 {
  width: 100%;
  height: 330px;
  background: url(footer.png) no-repeat;
  position: absolute;
  bottom: -40px;
  left: 0;
  background-size: 100%;
  overflow: hidden;
  z-index: 4;
  background-position-y: -26px;
  padding-top: 20px;
}
.logoFooter {
  width: 150px;
  height: 84px;
  background: url(logo.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  filter: brightness(100);
}
.contacInfoFooter > span {
  display: block;
  font-family: f3;
  width: 200px;
  margin: auto;
  border-bottom: 1px solid white;
  margin-bottom: 20px;
  padding-bottom: 6px;
  font-size: 18px;
}
.contacInfoFooter {
  text-align: center;
}
.cr {
}
#contact input,
#contact textarea {
  color: #636363;
  border: none;
  border-bottom: 1px solid #636363;
  font-size: 22px;
  outline: none !important;
  margin-top: 4px;
}
#contact label {
  width: 40%;
  display: flex;
  flex-direction: column;
  margin: 20px 30px;
  margin-left: 0px;
  color: #636363;
}
#root {
  overflow: hidden;
}
#contact .button {
  width: 100%;
}
#contact .boxed {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

#contact strong {
  margin-top: 20px;
  display: block;
}
