/* @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");
} */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
* {
  font-family: "Archivo", sans-serif;
  color: #242322;
  outline: none !important;
}
html,
body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

.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: 620px;
  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/wallpaper.png) no-repeat center center;
  -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: 170px;
  height: 60px;
  background: url(images/logo.png) no-repeat;
  background-size: 100%;
  background-position-y: 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 {display: flex;gap: 20px;margin-top: 30px;}
.socialLink img {
}
.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%;
  z-index: 1000;
  transition: background, transform, 0.3s ease;
  transform: translateY(-110px);
}
.showHeader {
  transform: translateY(0px) !important;
}

header .menu {
}
header .logo {
  filter: none;
  top: 1px;
  position: relative;
}
header .menu .opt {
  color: white;
  height: 70px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  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: 8px;
}

#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: #3475b7;
  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) {
  .wallpaper{
    display: block!important;
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .title-t{
    font-size: 22px!important;
}
  .chat-w{
    width: 100%!important;
}
  .lema{
    margin-top: 80px;
}
  .img-s{
    width: 100%!important;
}
  .grid-img{
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}
  .grid-azul{
    display: flex!important;
    flex-direction: column;
}
.boxed-s-img{
    padding: 0!important;
    margin-top: 310px;
}
  .grid-azul > div{}
  .s-right{
    background: #235f9c;
}
  .title-ventajas{
    font-size: 30px!important;
    text-align: center!important;
    padding: 10px;
}
  .boxed-vv > div{
    width: calc(100% - 45px);
}
  .boxed-vv {display: flex;flex-direction: column;}
  .img-mision{
    top: 0!important;
    margin-bottom: 40px;
    width: 100%!important;
    right: 0!important;
}
  .img-mision-right{
    right: unset!important;
    left: 0!important;
    margin-top: 25px;
  }
  .button-mision{margin:0!important}
  .line-yellow{display: none;}
  .box-mision{
    display: flex!important;
    flex-direction: column;
}
  .grid-trabajos{
    display: flex!important;
    flex-wrap: wrap;
}
  .grid-s img{
    width: 250px!important;
}
  .grid-service{
    display: flex!important;
    flex-wrap: wrap;
    flex-direction: column;
}
  .titleNosotros{
    font-size: 31px!important;
}
  .textNosotros{
    display: flex!important;
    flex-direction: column!important;
    width: 100%!important;
}
  .line-footer{
    bottom: -210px!important;
}
#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;
}
  .text-promotion{left: 0!important;font-size: 22px!important;}
  .boxedNosotros>div{
    /* width: 100%; */
}
  .doodleNosotros{
    width: 100%!important;
    right: 0!important;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 0px!important;
}
  .boxedNosotros{
    display: flex!important;
    flex-direction: column;
    padding-top: 70px!important;
}
.text-1{
  font-size: 32px!important;
}

  .boxedHome *{
    text-align: center!important;
    margin: auto;
  }
  .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;
  }
  #servicios .boxed{
    display: flex;
    flex-direction: column;
}
  .bg-mision{
    width: 100%!important;
}
  .boxed-vv{}
  .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 div{color: white;}
.text-1 {text-align: left;color: white;font-size: 44px;line-height: 41px;margin-top: 100px;font-weight: 800;letter-spacing: 2px;}
.text-2 {text-align: left;color: white;font-size: 17px;margin-top: 40px;border: 1px solid #dca743;display: block;width: 160px;text-align: center;padding: 10px 12px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;cursor: pointer;}

.boxedHome{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-bottom: 60px;
}


.textNosotros {width: 50%;display: flex;flex-direction: column;justify-content: center;margin-top: top;}
.titleNosotros {font-size: 48px;margin-bottom: 20px;margin-top: 40px;color: #3375b7;font-weight: 900;}
.titleNosotros small{
    font-size: 16px;
    display: block;
    color: #404d56;
    font-weight: 400;
}
.descNosotros {
    color: #404d56;
}
.doodleNosotros {width: calc(50% - 100px);background: url(images/textura.png);padding: 50px;right: -30px;position: relative;background-size: 410px;}
.imgNosotros {width: 100%;border-bottom-right-radius: 50px;border-top-left-radius: 50px;}


.boxedNosotros{
    display: flex;
    margin: auto;
    margin-top: 100px;
}
#nosotros{
  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;
  z-index: 2;
}

.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;
}

.header-active{
  background: #3475b7;
  box-shadow: 0px 0px 25px -15px black;
}

.wp-link{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    cursor: pointer;
    width: 70px;
    box-shadow: 0px 0px 20px -5px #00b23a;
}
.text-promotion{
    position: absolute;
    top: -160px;
    left: 30px;
    background: #3475b7;
    color: white;
    padding: 20px 25px;
    font-size: 31px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
}

.line-yellow{
    position: absolute;
    right: 0;
    top: -100px;
    width: 50px;
}
.contact-blue{
  background: #3475b7;
  color: white;
  width: 150px;
  margin-top: 40px;
  text-align: center;
  padding: 10px;
  letter-spacing: 1px;
  cursor: pointer;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
}

#yello-section{
    background: #f4b948;
}
.boxed-yellow{display: flex;flex-direction: column;align-content: flex-start;align-items: flex-start;}
.title-yellow{
    color: white;
    font-weight: bold;
    border-bottom: 2px solid #3475b7;
    padding-bottom: 6px;
    font-size: 30px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
}
.grid-service{
    display: flex;
    margin: auto;
    margin-bottom: 70px;
    margin-top: 50px;
    justify-content: space-between;
    width: 100%;
}
.grid-s{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: auto;
    color: white;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    justify-content: center;
}
.grid-s img{
    width: 100%;
}
#trabajo{}
#trabajo .boxed{
    display: flex;
    flex-direction: column;
}
#trabajo .title-trabajo{
    font-size: 48px;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #3375b7;
    font-weight: 900;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.grid-trabajos{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
    margin-top: 30px;
}
.grid-t{
    width: 250px;
    text-align: center;
    background: #e8e8e8;
    color: #3375b7;
    font-weight: 600;
    font-size: 21px;
    top: 40px;
    position: relative;
}
.grid-t img{
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}
.grid-t button{
    display: block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 1000px;
    border: none;
    color: white;
    background: #3375b7;
    padding: 10px 20px;
    cursor: pointer;
}
.bg-mision{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 270px);
  height: 100%;
  background: #3375b7;
}
.bg-mision-right{
  right: 0;
  left: unset!important;
}
.box-mision {
}
.left-mision {
}
.title-mision {color: white;font-weight: 900;text-align: left;margin-top: 60px;margin-bottom: 60px;font-size: 41px;}
.desc-mision {color: white;font-size: 20px;line-height: 30px;}
.button-mision {
    margin-top: 30px;
    margin-bottom: 90px;
    color: #f4b948;
    background: transparent;
    border: 1px solid;
    border-radius: 1000px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
.right-mision {
}
.img-mision {width: 500px;position: relative;top: 92px;right: -43px;border-bottom-right-radius: 50px;border-top-left-radius: 50px;}
#mision{
    position: relative;
}
.img-mision-right{
    right: unset;
    left: -43px;
}
.grid-about{position: relative;}


.vision-valores {
}


.box-vv {width: calc(50% - 70px);background: #e8e8e8;margin-top: 40px;margin-bottom: 40px;text-align: justify;padding: 20px;}
.title-vv {font-size: 26px;margin: 20px 0px;font-weight: bold;color: #f4b948;}
.desc-vv, .desc-vv * {color: #3375b7;}
.desc-vv li {
    margin-bottom: 10px;
}

.title-ventajas{
  font-size: 48px;
  margin-bottom: 20px;
  margin-top: 40px;
  color: #3375b7;
  font-weight: 900;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 540px;
  text-align: left;
  width: 100%;
}
.grid-v{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 100%;
    gap: 70px;
}
.grid-v img{
    max-width: 650px;
    width: 100%;
    margin: auto;
}

#ventajas .boxed{
  width:100%;
}
#servicios{
  
}

.boxed-servicios {
}
.grid-azul {background: #3375b7;display: flex;height: 200px;align-items: center;border-bottom-right-radius: 50px;border-top-left-radius: 50px;}
.s-left {color: yellow;font-size: 26px;margin: 20px 0px;font-weight: bold;color: #f4b948;display: flex;flex-direction: column;align-items: center;width: 430px;border-right: 3px solid #f4b948;height: 80px;justify-content: center;}
.left-span {color: white;font-size: 14px;letter-spacing: 3px;margin-bottom: 5px;}
.s-right {width: 100%;padding: 20px;color: white;}
.grid-img {display: flex;flex-wrap: wrap;justify-content: center;gap: 25px;}
.img-s {width: 45%;}

.boxed-s-img{
    background: #f0f0f0;
    position: relative;
    top: -90px;
    z-index: 1;
    padding-top: 150px;
}
#testimonios{
    background: #3375b7;
    padding-top: 80px;
}

.title-t {color: #ffb71b;font-size: 44px;font-weight: bold;width: 500px;margin-bottom: 40px;}
.boxed-t {display: flex;flex-direction: column;padding-bottom: 70px;align-content: flex-start;}
.t-img {width: 150px;}
.test {color: white;margin: 30px 0px;}
.logo-sc {width: 100px;}

#contacto{
    background: #3375b7;
    margin-top: 110px;
    padding-bottom: 310px;
    position: relative;
}
.chat-w{}
.chat-w {position: relative;z-index: 2;width: 500px;margin: auto;color: rgb(0 0 0 / 50%);top: -70px;filter: drop-shadow(0px 15px 10px rgb(0 0 0 / 20%));cursor: pointer;}
.boxed {
}
.info-contact {color: white;font-size: 18px;display: flex;flex-direction: row;align-items: center;}
.img-contact {height: 28px;cursor: pointer;}
.lema {width: 280px;display: block;float: right;}
.b-contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.wallpaper{
  display: none;
}
.desc-mision *{color: white;}
.shadow{
  box-shadow: 0px 0px 40px -15px #001d3b;
}

#splash {
  background: linear-gradient(#3475b7, #0d437a);
  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: 100px;
  height: 90px;
  background: url(images/logo.png) center no-repeat;
  background-size: 100%;
  position: relative;
  top: -40px;
}
.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;
}