@font-face {
  font-family: "font_1";
  src: url("fonts/Questrial-Regular.ttf");
}
.font_1{
  font-family: "font_1"!important;
}

@font-face {
  font-family: "font_2";
  src: url("fonts/AdobeHandwriting-Ernie.ttf");
}
.font_2{
  font-family: "font_2"!important;
}
@font-face {
  font-family: "font_3";
  src: url("fonts/KeplerStdLightCnDisp.otf");
}
.font_3{
  font-family: "font_3"!important;
}
@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;
  background: #2c2c0c;
}

.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:hover{
 transform: scale(1.15);
}
.buttonAction {
  margin: auto;
  display: block;
  background: #212105;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 1000000px;
  width: 110px;
  height: 110px;
  line-height: 111px;
  transition: transform .3s ease;
}
.home {
  width: 100%;
  height: 100vh;
  min-height: 470px;
  margin: auto;
  background-size: 100%;
  display: flex;
  align-items: center;
  backdrop-filter: invert(1);
  -webkit-backdrop-filter: invert(1);
  background: url(images/bg.jpg) 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 *{
  color: #e8e3b9!important;
  font-family: "font_1" !important;
}
.leyend {
  margin: 0;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #e8e3b9;
  font-family: "font_1" !important;
  position: relative;
  top: 4px;
  left: 16px;
}
.leyend2 *{
  color: #f7f4e6!important;
  font-family: "font_2"!important;
}
.leyend2 {
  margin: 0;
  color: #f7f4e6;
  font-family: "font_2"!important;
  font-size: 40px;
  text-align: center;
  height: 50px;
  line-height: 65px;
  transform: scale(1.5) rotate(-7deg);
}
.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 {
  width: 100%;
  margin: auto;
  background: #2c2c0c;
  color: white;
}

.menulogo {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  justify-content: space-between;
}
.logo {
  width: 140px;
  height: 40px;
  background: url(images/logo.png) no-repeat;
  background-size: 100%;
}
.menu {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
.div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm, .swal2-confirm.swal2-styled {
  background-color: #222008!important;
}
.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: #212105;
  z-index: 1000;
  box-shadow: 0px 0px 25px -15px black;
  transition: transform 0.3s ease;
  transform: translateY(-110px);
  min-height: 70px;
}
.showHeader {
  transform: translateY(0px) !important;
}

header .menu {
}
header .logo {
  top: 16px;
  position: relative;
}
header .menu .opt {
  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;
  color: white;
  border-radius: 1000px;
  padding: 10px 16px;
  top: 0;
  right: 0;
  cursor: pointer;
  padding-left: 50px;
  height: 70px;
  width: 70px;
  padding: 0;
}
.menuMobile img {
  filter: invert(1);
  width: 21px;
  height: 21px;
  margin: auto;
}

#splash {
  background: #222008;
  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: 200px;
  height: 60px;
  background: url(images/logo.png) center no-repeat;
  background-size: 100%;
  top: -10px;
  position: relative;
}
.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: #2c2c0c;
  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 ------ */
/* ################### */


.ex-responsive{
display: none;
      width: 100%;
}
.ex-ex-8{
  width: 100%;
}

@media (max-width: 700px) {
  .copyrigth{
    text-align:center!important;
  }
  .footer3>div{
    max-width: 100%!important;
    margin: 30px 0px;
}
.footer3{
    flex-direction: column!important;
}
  .button-menu{
    left: 0;
    right: 0!important;
    margin: auto;
  }
  .ex-responsive{
    display: block;
  }
  .gallery{
    display: none;
  }
  #experiencia .text{
      margin: auto!important;
      left: 0!important;
      right: 0!important;
      width: calc(100% - 20px)!important;
      position: relative!important;
  }
  .text-2{
        font-size: 24px!important;
    top: 0!important;
  }
  .box-home{
    position: relative!important;
    transform: unset!important;
  }
  .home {
    background: url(images/bg.jpg) no-repeat center center;
    background-size: cover;
  }
  header .logo {
    left: 10px;
  }
  .menuMobile {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  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;
  }
.contacto-boxed{
    display: flex;
    flex-direction: column;
    align-items: center;
}
  .img-contact{display:none;}
 #contacto iframe{
    top: unset!important;
    left: unset!important;
    transform: unset!important;
    width: 100%!important;
}
  #contacto{
    height: auto!important;
}
  #contacto form{
    left: unset!important;
    top: unset!important;
    transform: unset!important;
    width: calc(100% - 30px)!important;
}
  .contacto-boxed>*{
    position: relative!important;
}
  .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);
}
.leyend3 *{
color: #e8e3b9!important;
    font-family: "font_3"!important;
}
.leyend3{
  text-align: center;
  color: #e8e3b9;
    font-family: "font_3"!important;
    font-size: 62px;
}
.logo-home{
    width: 160px;
    top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    filter: drop-shadow(0px 0px 10px black) drop-shadow(0px 0px 10px black);
}

.box-home{
  position: absolute;
  transform: translateX(-290px);
}

.full-h{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#contacto{
    background: #f4ecdb;
}
#nosotros{
    background: url(images/texture.png);
    background-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nosotros-boxed{}
.center-nosotros{
    background: #212105;
    margin: auto;
    position: relative;
    top: -30px;
    padding: 20px;
    width: calc(100% - 80px);
    max-width: 420px;
    font-size: 21px;
    letter-spacing: 0px;
}
.center-nosotros .text{
    color: #e8e3b9;
    font-family: 'font_1'!important;
}
.center-nosotros .text-2{
    font-family: 'font_2';
    color: #f7f4e6;
    text-align: center;
    font-size: 36px;
    height: 50px;
    transform: rotate(-6deg);
    position: relative;
    top: -15px;
}

#experiencia{
    background: #2c2d1a;
    /* overflow: hidden; */
}

#experiencia .text{
    color: #e8e3b9;
    position: absolute;
    width: 340px;
    letter-spacing: 1px;
    top: 100px;
}

#experiencia button{
    position: absolute;
    top: 710px;
    right: 100px;
    width: 210px;
}
#experiencia .boxed{
  height: 100vh;
  top: -30px;
}

.palm{
    position: absolute;
    top: 40px;
    left: 0;
    height: 120%;
    transform: translateX(-30%);
}
.gall-1{
    width: 210px;
    position: absolute;
    left: 400px;
    top: 145px;
}

.gall-2{
  width: 210px;
  position: absolute;
  left: 400px;
  top: 312px;
}

.gall-3{
  width: 410px;
  position: absolute;
  left: 200px;
  top: 532px;
}
.gall-4{
  width: 410px;
  position: absolute;
  left: 200px;
  top: 532px;
}
.gall-5{
  width: 210px;
  position: absolute;
  left: 630px;
  top: 222px;
}
.gall-6{
  width: 210px;
  position: absolute;
  left: 630px;
  top: 462px;
}
.gall-7{
  width: 210px;
  position: absolute;
  left: 860px;
  top: 85px;
}
.gall-8{
  width: 210px;
  position: absolute;
  left: 860px;
  top: 249px;
}
.gall-9{
  width: 210px;
  position: absolute;
  left: 860px;
  top: 489px;
}
.gall-10{
  width: 340px;
  position: absolute;
  left: 40px;
  top: 308px;
}
.gallery{
    position: relative;
    top: -10px;
    left: -20px;
}
.button-menu{
  position: absolute;
  top: 690px;
  right: 80px;
  width: 230px;
  cursor: pointer;
}

.n1{
    position: absolute;
    width: 480px;
    top: calc(50% - -160px);
    left: calc(50% - 360px);
    transform: translate(-50%, -50%);
}
.n2{
    position: absolute;
    width: 600px;
    margin: auto;
    top: calc(50% - 160px);
    left: calc(50% - 270px);
    transform: translate(-50%, -50%);
}
.n3{
    position: absolute;
    width: 440px;
    top: calc(50% - 0px);
    left: calc(50% - -324px);
    transform: translate(-50%, -50%);
}

.inicio-ver-mas:hover{
  transform: scale(1.1)!important;
}
.inicio-ver-mas{
  transform: scale(0);
}

#contacto{}
#contacto .text{
    font-family: "font_3" !important;
    color: #959455;
    font-size: 44px;
    text-align: center;
}
#contacto form{
    background: #fbf5e6;
    display: flex;
    flex-direction: column;
    width: 340px;
    padding: 40px 30px;
    position: absolute;
    left: calc(50% - 270px);
    position: relative;
    transform: translate(-50%, 50%);
    top: -110px;
    z-index: 2;
}
#contacto label{
    border: 1.5px solid #959455;
    margin-bottom: 10px;
    overflow: hidden;
}
#contacto input, #contacto textarea{
    background: transparent;
    border: 0;
    color: #959455;
    width: 100%;
    padding: 10px;
    letter-spacing: 1.5px;
}
input::placeholder, textarea::placeholder {
  color: #959455;
}
#contacto iframe{
    border: none;
    position: absolute;
    top: calc(50% + -50px);
    left: calc(50% + 26px);
    transform: translate(-50%, 50%);
    z-index: 1;
    width: 670px;
    height: 350px;
}
#contacto button{
    color: white;
    background: #959455;
    border: none;
    padding: 10px;
    width: 130px;
    margin: auto;
    margin-right: 0;
    letter-spacing: 3px;
    line-height: 20px;
    padding-top: 11px;
    cursor: pointer;
}

.img-contact{
    width: 400px;
    position: absolute;
    left: calc(50% - -160px);
    top: calc(60% - 47px);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.footer3{padding: 30px 0px;display: flex;flex-direction: row;justify-content: flex-start;}

.footer3 .text{color: #e8e3b9;font-size: 14px;}
.footer3 .text-bold{color: #e8e3b9;font-weight: bold;}
.footer3 > div{max-width: calc(100% / 3);width: 100%;padding: 7px;}
.logo-footer{
    width: 110px;
    margin-bottom: 15px;
}

.copyrigth{
    color: #e8e3b9;
    text-align: right;
    padding-bottom: 30px;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 1.5px;
}
.copyrigth strong{
    color: #e8e3b9;
    cursor: pointer;
}
.redes{}
.redes img{
    padding: 5px;
    width: 30px;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    left: -5px;
}
.ic-loc{
    padding-left: 20px;
    background: url(images/f-location.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position-y: 38px;
}
.ic-tel{
    padding-left: 20px;
    background: url(images/f-tel.png);
    background-repeat: no-repeat;
    background-size: 14px;
    cursor: pointer;
}