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

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

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

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

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

.boxed {
  max-width: calc(1200px - 200px);
  margin: auto;
  position: relative;
  width: calc(100% - 60px);
  padding: 0px 30px;
  display: flex;
  justify-content: space-between;
}
.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: 100%;
  height: 100vh;
  min-height: 470px;
  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/bg.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 *{
  color: white;
}
footer {
  margin: auto;
  background: #232322;
  color: white;
  padding: 10px;
  overflow: hidden;
}

.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%;
  background-position-y: 29px;
}
.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: #f4f0e8;
  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;
}


.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: #232322;
  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: #232322;
  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) {
  .line-footer{
    bottom: -210px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}
#contacto > .boxed>div{
    width: 100%;
    text-align: center;
}
  #contacto > .boxed{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gridServices{
    display: flex;
    flex-direction: column;
}
header .boxed .logo{
    width: 150px;
    top: -1px;
}
  header .boxed {
 width: 100%;
}
.gridServices>div img{
    margin-bottom: 20px;
}
  .gridServices>div{
    width: calc(100% - 60px);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
  .boxedNosotros>div{
    width: 100%;
}
  .doodleNosotros{
    width: 60%!important;
    right: 0!important;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 40px;
}
  .boxedNosotros{
    display: flex!important;
    flex-direction: column;
    padding-top: 70px!important;
}
  .boxedHome *{
    text-align: center!important;
  }
  .home {
    background: url(images/bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  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;
  }
  #servicios .boxed{
    display: flex;
    flex-direction: column;
}
  .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);
}

.text-1 {text-align: left;color: white;font-size: 44px;line-height: 41px;margin-bottom: 10px;}
.text-2 {text-align: left;color: white;font-size: 17px;}

.boxedHome{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  margin-bottom: 60px;
  text-shadow: 0px 0px 30px rgb(0 0 0 / 52%);
}


.textNosotros {width: 50%;display: flex;flex-direction: column;justify-content: center;}
.titleNosotros {font-size: 48px;margin-bottom: 20px;}
.descNosotros {font-family: 'f1';}
.doodleNosotros {width: calc(50% - 100px);background: url(images/textura.png);padding: 50px;right: -30px;position: relative;background-size: 410px;}
.imgNosotros {width: 100%;}


.boxedNosotros{
    display: flex;
    margin: auto;
}
#nosotros{
  min-height: 100vh;
  display: flex;
}
#servicios{
}
.clasLineService {width: 100%;height: 1px;background: rgb(0 0 0 / 50%);position: relative;top: 50px;}
.titleServices {font-size: 48px;background: #f5f0e8;width: 200px;padding: 10px;}
.gridServices {display: flex;flex-wrap: wrap;margin-bottom: 100px;margin-top: 50px;}
.serviceGrid {display: flex;width: calc(50% - 60px);justify-content: flex-start;flex-direction: row;padding: 30px;}
.imgService {margin: auto;margin-left: 0;}
.infoService {width: 100%;margin-left: 20px;}
.titleService {font-size: 21px;margin-bottom: 15px;}
.descService {font-family: 'f1';font-size: 14px;}

.gridColor{
    background: #ece5d9;
}
#servicios .boxed {
  display: flex;
  flex-direction: column;
}

.leftInfo {width: 50%;position: relative;z-index: 2;}
.titleFooter {font-size: 54px;margin-bottom: 20px;font-family: "f2";}
.nameFoo {font-family: "f3";font-size: 26px;margin-bottom: 20px;}
.Address {margin-bottom: 30px;}
.bold {font-family: "f3";margin-bottom: 5px;}
.rightInfo {width: 50%;margin-top: 60px;position: relative;z-index: 2;}
.imgFooter{
    width: 210px;
    margin: auto;
    display: block;
}
.mt80{
  margin-top: 80px!important;
}
.mb80{
  margin-bottom: 80px!important;
}
.line-footer{
    position: absolute;
    bottom: -120px;
    right: -10px;
    width: 600px;
    z-index: 1;
}