@font-face {
  font-family: "f0";
  src: url("fonts/Gilroy-Thin.ttf");
}

@font-face {
  font-family: "f1";
  src: url("fonts/Gilroy-Light.ttf");
}

@font-face {
  font-family: "f2";
  src: url("fonts/Gilroy-Regular.ttf");
}

@font-face {
  font-family: "f3";
  src: url("fonts/Gilroy-Bold.ttf");
}
* {
  font-family: "f2";
  color: #242322;
  outline: none !important;
}
html,
body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
}

.formQuote input {
  border: none;
  border-radius: 5px;
  padding: 10px;
}
@media (max-width: 1100px) {
}

.boxed {
  max-width: calc(1200px - 200px);
  margin: auto;
  position: relative;
  width: 100%;
  padding: 0px 30px;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.header .logo {
  width: 200px;
  height: 120px;
  background: white;
  border-radius: 20pt;
  position: relative;
  top: -20px;
  left: 40px;
  box-shadow: 0px 20px 20px rgb(0 0 0 / 30%), 0px 0px 20px rgb(0 0 0 / 10%);
}
.header .logo .imageLogo {
  background: url(logowhite.png) center;
  width: 100%;
  height: 100%;
  background-size: 170px;
  background-repeat: no-repeat;
  position: relative;
  top: 9px;
  right: -3px;
}
.buttonAction {
  margin: auto;
  display: block;
  background: linear-gradient(0deg, #8b0006, #d00006);
  color: white;
  border: none;
  padding: 15px 25px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
}
.home {
  width: calc(100% - 20px);
  height: calc(100vh - 20px);
  min-height: 470px;
  border-radius: 20pt;
  margin: auto;
  margin-top: 10px;
  background-size: 100%;
  display: flex;
  align-items: center;
  backdrop-filter: invert(1);
  -webkit-backdrop-filter: invert(1);
  background: url(images/ab2.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
}
.leyend {
  margin: 0;
  color: white;
  font-family: "f0";
  font-size: 40px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.leyend2 {
  margin: 0;
  color: white;
  font-family: "f3";
  font-size: 40px;
  border-top: 1px solid white;
  padding-top: 15px;
  text-transform: uppercase;
  text-align: center;
}
.c-red {
  color: #ff1219;
  font-family: "f3";
}

.logoHome {
  cursor: pointer;
  max-width: 380px;
  filter: brightness(100000);
  width: 100%;
}
.services h3 {
  text-align: center;
  font-size: 46px;
  margin-bottom: 15px;
  font-family: "f3";
}
.services {
}
.one-service {
  padding: 20px;
  background: linear-gradient(0deg, #042352, #012f78);
  border-radius: 25px;
  color: white;
  font-size: 18px;
  min-height: 310px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.listServices {
  width: 50%;
}
.serv * {
  color: white !important;
}
.serv img {
  filter: invert(1);
}
.serv {
  color: white;
  padding: 12px 15px;
  background: linear-gradient(0deg, rgb(0 0 0 / 20%), rgb(255 255 255 / 20%));
  margin: 10px 0px;
  border-radius: 15px;
  display: flex;
  color: white;
  gap: 10px;
}
.galleryService {
  width: 50%;
  height: 100px;
  background: gray;
  border-radius: 25px;
  height: 320px;
  background: url(images/split.png) center;
  background-size: cover;
  border: 1px solid white;
}

.steps3 {
  text-align: center;
  margin-top: 0px;
  position: relative;
  top: -10px;
  font-size: 21px;
  color: #012e74;
}

.stepsServices {
  max-width: 600px;
  gap: 30px;
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.step {
  border-radius: 25px;
  box-shadow: 0px 0px 25px -15px black;
  background: white;
  padding: 18px;
  position: relative;
  display: flex;
  gap: 18px;
  flex-direction: row;
}
.stepFloat {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(0deg, #8b0006, #d00006);
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  top: -25px;
  right: -10px;
  font-family: "f3";
}
.picture {
  width: 50%;
  height: 160px;
  background: gray;
  border-radius: 18px;
  background: url(images/step1.png) center;
  background-size: cover;
}
.info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.title {
  font-size: x-large;
  font-family: "f3";
  color: #012e74;
}
.subtitle {
}
.description {
  font-size: 14px;
  font-family: "f1";
}
.infoTop {
}

footer {
  border-radius: 20pt;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: calc(100% - 40px);
  margin: auto;
  background: linear-gradient(0deg, #042352, #012f78);
  color: white;
  padding: 10px;
}

.menulogo {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  justify-content: space-between;
}
.logo {
  width: 210px;
  height: 70px;
  background: url(images/logo.png) no-repeat;
  background-size: 100%;
  filter: brightness(100000);
  background-position-x: -10px;
}
.menu {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
.div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #012f78;
}
.opt {
  color: white;
  cursor: pointer;
}
.infoContact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.infoText {
  display: flex;
  gap: 40px;
  align-items: flex-end;
}
.infoBox {
}
.infoBox .title {
  color: white;
  font-size: 14px;
}
.desc {
  color: white !important;
  font-size: 16px;
  font-family: "f1";
}
.infoSocial {
  display: flex;
  margin-top: 20px;
  justify-content: space-evenly;
  flex-direction: row;
  gap: 15px;
}
.socialLink {
  color: white;
  margin: auto;
  background: #00183f;
  border-radius: 10000px;
  width: 50px;
  height: 50px;
  display: flex;
  cursor: pointer;
}
.socialLink img {
  width: 28px;
  margin: auto;
  display: block;
  height: unset;
  filter: invert(1);
}
.by {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  border-top: 0.5px solid white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.company {
  color: white;
  font-size: 12px;
}
.dev {
  color: white;
  font-size: 12px;
}

.formQuote {
  width: 300px;
  background: rgb(255 255 255 / 30%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

  border-radius: 10pt;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.infoTexts .title {
  color: white;
  font-size: x-large;
  margin-bottom: 5px;
}
#modalQuote {
  background: url(images/pic1.webp) no-repeat center center;
  background-size: cover;
  border-radius: 20pt;
  overflow: hidden;
  margin-bottom: 40px;
}
.capColor {
  background: linear-gradient(0deg, rgb(4 35 82 / 70%), rgb(1 47 120 / 70%));
  height: 300px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
}
.contentForm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.phoneInfo {
}
.phoneInfo .phone {
  color: white;
  font-size: x-large;
}
.phoneInfo .descPhone {
  color: white;
}
.formQuote .title {
  background: linear-gradient(0deg, #8b0006, #d00006);
  color: white;
  font-size: large;
  text-align: center;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.formQuote select {
  width: calc(100% - 20px);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.formQuote label {
  color: white;
  font-size: 14px;
  font-family: "f1";
  margin-bottom: 10px;
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
}
.formQuote button {
  margin-bottom: 15px;
  margin-top: 10px;
}
.formQuote textarea {
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  width: calc(100% - 20px);
}
header {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 1000;
  box-shadow: 0px 0px 25px -15px black;
  transition: transform 0.3s ease;
  transform: translateY(-110px);
}
.showHeader {
  transform: translateY(0px) !important;
}

header .menu {
}
header .logo {
  filter: none;
  top: -5px;
  position: relative;
}
header .menu .opt {
  color: #242322;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .boxed {
  display: flex;
  justify-content: space-between;
}

.menuMobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(0 0 0 / 50%);
  color: white;
  border-radius: 1000px;
  padding: 10px 16px;
  top: 15px;
  right: 25px;
  cursor: pointer;
  padding-left: 50px;
}
.menuMobile img {
  filter: invert(1);
  width: 21px;
  height: 21px;
  position: absolute;
  left: 17px;
  top: 11px;
}

#splash {
  background: linear-gradient(0deg, #042352, #012f78);
  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%);
}
.centerContent {
  width: 250px;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
}
.logoSplash {
  width: 250px;
  height: 60px;
  background: url(images/logowhite.png) center no-repeat;
  background-size: 100%;
  filter: brightness(100000);
}
.bar {
  position: absolute;
  top: 70px;
  width: 220px;
  border-radius: 100px;
  background: rgb(255 255 255 / 50%);
  height: 2px;
  margin: auto;
  display: block;
}
.progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: white;
  transition: width 2.5s ease;
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #042352, #012f78);
  width: 100%;
  height: 100%;
  z-index: 100000000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
#menu a {
  color: white;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 20px;
  text-align: center;
  line-height: 38px;
}

.close {
  filter: invert(1);
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 30px;
  cursor: pointer;
  transform: scale(0.4);
}
.menumovil {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
footer .logo {
  background: url(images/logowhite.png) no-repeat;
  background-size: 100%;
}
.dqiKFy {
  font-weight: bold !important;
  color: white !important;
  font-size: 22px !important;
}
/* ################### */
/* ------ MEDIA ------ */
/* ################### */
@media (max-width: 700px) {
  .home {
    background: url(images/ab2.png) no-repeat center center;
    background-size: cover;
  }
  header .logo {
    left: 10px;
  }
  .menuMobile {
    display: block;
  }
  header .menu {
    display: none;
  }
  .logoHome {
    position: absolute;
    top: 30px;
    max-width: 250px !important;
  }
  .leyend {
    font-size: 22px !important;
    font-family: "f1" !important;
    margin-top: 60px !important;
  }
  .leyend2 {
    font-size: 32px !important;
  }

  .services h3 {
    font-size: xx-large;
  }
  .boxed {
    padding: 0px;
  }
  .one-service {
    display: flex;
    flex-direction: column;
    width: calc(100% - 60px);
    margin: auto;
  }
  .listServices {
    width: 100%;
  }
  .galleryService {
    width: 100% !important
                  ;
  }

  .stepsServices {
    width: calc(100% - 20px);
  }
  .infoTop .title {
    font-size: larger;
  }
  .subtitle {
    font-size: medium;
  }
  .description {
    font-size: smaller;
  }
  .contentForm {
    display: none;
  }
  .capColor {
    display: flex;
    justify-content: center;
  }
  .menulogo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .infoContact {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 0.5px solid white;
    padding-top: 15px;
  }
  .infoText {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .infoBox {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  #modalQuote {
    width: calc(100% - 20px);
    margin: auto;
    margin-bottom: 30px;
  }
}

.modalInfoContact {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0 0 0 / 80%);
  z-index: 10000000;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

  display: none;
}
.modalInfoContact .formQuote {
}
.closeBtn {
  position: absolute;
  top: 5.5px;
  right: 5px;
  width: 30px;
  cursor: pointer;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000000000;
}
.closeBtn img {
  width: 20px;
  height: unset;
  margin: auto;
  filter: invert(1);
}
