.sofia-sans {
    font-family: "Sofia Sans", sans-serif;

  }
  :root{
    --color:#0d9dff;
    --secundary:#043D75;
    --secundary-bold:#03284d;
    --shadow:  
    2.6px 0px 1.9px -18px rgba(0, 0, 0, 0.023),
    6px 0px 4.5px -18px rgba(0, 0, 0, 0.026),
    10.8px 0px 8.1px -18px rgba(0, 0, 0, 0.027),
    18px 0px 13.5px -18px rgba(0, 0, 0, 0.027),
    29.6px 0px 22.2px -18px rgba(0, 0, 0, 0.027),
    51.8px 0px 38.8px -18px rgba(0, 0, 0, 0.028),
    112px 0px 84px -18px rgba(0, 0, 0, 0.03);
    --shadow2:2.6px 0px 1.9px -18px rgb(0 0 0 / 88%), 6px 0px 4.5px -18px rgb(0 0 0 / 93%), 10.8px 0px 8.1px -18px rgb(0 0 0 / 92%), 18px 0px 13.5px -18px rgb(0 0 0 / 88%), 29.6px 0px 22.2px -18px rgb(0 0 0 / 0%), 51.8px 0px 38.8px -18px rgb(0 0 0 / 0%), 112px 0px 84px -18px rgb(0 0 0 / 0%);
  }
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "DM Sans", sans-serif;
 /*   background-color: #f9fdff;*/
 background: transparent;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;

  }
  
  html {
    height: 100%;
    scroll-behavior: smooth;

  }
  
  body {
    font-size: 1.2rem;
    min-height: 100%;
    
  }
  
  .grid-container > * {
  
    padding: 0px;
    text-align: center;
  } .grid-section > * {
    box-shadow: -1px 1px 7px 0px rgb(255, 255, 255);
    
    padding: 10px;
    text-align: center;
  }
  
  header {
    grid-area: header;
    align-items: center;
    width: 100%;
    height: 10%;
    justify-content: space-between;
    display: flex 
;
    flex-direction: row;
    position: fixed;
    background:  #f9fdff;
  }
  
  
  
  
  main {
    grid-area: main;
    width: 100%;
    height: 98%;

  }#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; /* Para que quede en el fondo */
}

  
  footer {
       grid-area: footer;
    color: black;
    width: 100%;
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-size: 11px;
    background: var(--secundary-bold);
    margin-top: 73px;
    padding: 93px !important;
  }
  footer a{
          background: transparent;
    color: white;
  }footer span{
      color: #a9a9a9;
  }
  .section-1{
      background: transparent;
  }
  .grid-container {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template:
      "header"  10%
   
      "main"    auto
    
      "footer"  10%;
  }
  .header-img{
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }.header-img img{
    width: 50%;
    height: 100%;
    object-fit: cover;
  }.header-img span{
    font-size: 23px;
    color: var(--color);
    font-weight: 500;
  }
  .header-menu{
    width: 70%;
    height: 100%;
    display: flex
;
    align-items: center;
    gap: 59px;
    padding-right: 119px;
    justify-content: flex-end;
  }
  .header-btn{
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }.img-secundary-inicio{
    width: 19% !important;
    height: 271px !important;
    position: absolute;
    object-fit: contain !important;
    border-radius: 1rem;
    right: 83px;
    top: 431px;
  }
  .header-menu a{
    outline: none;
    border: none;
    text-decoration: none;
    color: #043D75;
    font-size: 17px;
    font-weight: 400;
  }.a-btn{
    outline: none;
    border: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-contacto{
    width: 140px;
    height: 48px;
    border: none;
    text-decoration: none;
    outline: none;
    background: var(--color);
    border-radius: 6rem;
    color: white;
    display: flex
;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .section-1{
    width: 100%;
    height: 750px;
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 29px;
  }
  .text-content-section-1{
    width: 50%;
    height: 100%;
    display: flex
;
gap: 20px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 16px;

  }.text-content-section-1 span{
    font-size: 51px;
    font-weight: 700;
    color: #043D75;
  }.text-content-section-1 p{
    font-size: 17px;
    text-align: justify;
    color: #353535;
  
  }.img-content-section-1{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

  }.img-content-section-1 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }.text-content-section-1 a{
    width: 150px;
    height: 40px;
    background-color: var(--color);
    color: white;
    font-size: 15px;
    margin-top: 15px;
    border-radius: 0.35rem;
  }
  .section-2{
    width: 100%;
    height: 620px;
    background-color: #0061c05e;
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .linea{
    width: 200px;
    height: 2px;
    background-color: #043D75;
  }
 .text-content-section-2{
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
  flex-direction: column;
  background-color: transparent;
 }span, p{
  background-color: transparent;
 }
 .text-content-section-2 span{
    font-size: 51px;
    color: var(--secundary-bold);
    font-weight: bold;
 } .text-content-section-2 p{
    width: 50%;
    font-size: 15px;
    color: white;
 }.obj-content-section-2{
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 77px;
    padding: 70px;
    background-color: transparent;


 }.card-section-2
 {
    width: 25%;
    height: 100%;
    border-radius: 0.35rem;
    display: flex
;
 background: white;;
    flex-direction: column;
    box-shadow: var(--shadow2);
    justify-content: center;
    padding: 10px;
    gap: 27px;

 }.card-section-2 p{
    font-size: 15px;
    text-align: center;
    width: 100%;
    height: 115px;
    color: var(--secundary-bold);

 }
 .card-section-2 i{
    font-size: 82px;
    color: var(--color);
 }
 .card-section-2 span{
    font-size: 20px;
    font-weight: 600;
    color: var(--secundary);
 }
 .section-3{
    width: 100%;
    height: 1500px;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
 }
 .text-content-section-3 span{
    font-size: 51px;
    color: var(--color);
    font-weight: bold;
 } .text-content-section-3 p{
    width: 50%;
    font-size: 15px;
    color: var(--secundary);
 }
 .text-content-section-3{
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
  flex-direction: column;
 }
 .obj-content-section-3{
    width: 100%;
    height: auto;
    display: flex
;
flex-wrap: wrap;
    gap: 29px;
    padding: 70px;
 }.card-section-3{
    width: 75%;
    height:310px;
    border-radius: 0.35rem;
    display: flex
;
    flex-direction: column;
    box-shadow: var(--shadow);
    justify-content: center;
    padding: 10px;
    gap:9px;
 }
 .card-section-3 i{
    font-size: 17px;
    color: var(--color);
 }
 .card-section-3 span{
    font-size: 20px;
    font-weight: 600;
    color: var(--secundary);
    background-color: transparent;
 }
.card-section-3 p{
    background-color: transparent;
    font-size: 15px;
    gap: 8px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.trans-back{
    background-color: transparent;
}.c-primary{
    color: var(--color);
}.c-w{
    color: white !important;
}
.section-4{
    width: 100%;
    height: 1500px;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
 }
 .text-content-section-4{
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
  flex-direction: column;
 }
 .text-content-section-4 span{
    font-size: 51px;
    color: var(--color);
    font-weight: bold;
 } .text-content-section-4 p{
    width: 50%;
    font-size: 15px;
    color: var(--secundary);
 }
 .btn-menu{
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border: none;
  outline: none;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: var(--color);

}.btn-menu i{
  font-size: 15px;
  color: white;
  background-color: transparent;
}
.card-section-3 p {

color: var(--secundary);
}
 @media (max-width: 600px) {
      .card-modal-alerta{
        width: 93% !important;
    }.card-body input {
    width: 100%;
    height: 72px !important;
    }
     .card-modal{
    width: 90% !important;
    height: 73% !important;
  }.card-body{
    padding: 18px !important;
  }
  .card-body button {
    height: 35px;
  }
  #section-1{
    width: 100%;
    height: 11%;
    padding: 10px;
    display: flex;
    flex-direction: column;
  grid-area: section-1;
  }#section-2{
    grid-area: section-2;
    padding: 10px;
    width: 100%;
    height: 31%;
    justify-content: flex-start;
  }#section-3{
    grid-area: section-3;
    width: 100%;
    height: 30%;
    padding: 10px;
  }.section-4{
    height: 20%;
    margin-top: 60px;
    
  }
  .text-content-section-1 span {
    font-size: 35px;
  }
  .btn-menu{
    display: flex;
    position: fixed;
  }
  .text-content-section-1 span {
  
    text-align: left;
  }
  .text-content-section-2 span {
    font-size: 34px;
  }
  .text-content-section-2 p {
    width: 100%;
  }.card-section-2 p {
    font-size: 16px;
  }
  #header{
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    position: fixed;
    z-index: 9999;
  }.header-menu {
padding: 0;
flex-direction: column;
  }.header-btn {
   width: 56%;
  }

  .text-content-section-1 {
  width: 100%;
  justify-content: flex-start;
  }
  .text-content-section-2 {
    width: 100%;
    height: 20%;
  }
  .text-content-section-1 p {
    font-size: 18px;
    color: var(--secundary);

  }
  .img-content-section-1 {
    width: 99%;
    height: 100%;
    display: none;
  }
  .text-content-section-1 a {
    width: 124px;
    height: 46px;
  }
  .obj-content-section-2 {
  flex-wrap: wrap;
  gap: 21px;
padding: 10px;
align-content: flex-start;
justify-content: space-evenly;
align-items: flex-start;
height: auto;
}
  .card-section-2 {
    width: 100%;
    height: 25%;
    gap: 0;
  }
  .text-content-section-2 p {
    width: 100%;
    font-size: 18px;
  }
  .obj-content-section-3 {
padding: 10px;
  }
  .card-section-3 {
    width: 100%;
box-shadow: none;
  }
  .card-section-3 {
    width: 100% !important;
    height: 291px;
    left: 0 !important;
  }
  .text-content-section-3 span {
    font-size: 34px;
  }
  .text-content-section-3 p {
    width: 100%;
  }
  .text-content-section-4 span {
    font-size: 34px;
  }
  .text-content-section-4 p {
    width: 100%;
  }
  .card-section-2 i {
    font-size: 70px;
  }
 }
 @media (min-width: 768px) and (max-width: 1024px) {
     .card-modal{
    width: 38% !important;

  }.card-body{
    padding: 18px !important;
  }
  
  .card-body button {
    height: 35px;
  }
.section-2{
  height: 859px;
  flex-direction: row;
}.img-secundary-inicio{
  width: 19% !important;
    height: 189px !important;
    position: absolute;
    object-fit: contain !important;
    border-radius: 1rem;
    right: 42px;
    top: 432px;
}
.text-content-section-3 span {
  font-size: 34px;

}
.text-content-section-4 span {
  font-size: 34px;

}
.card-section-3 {
  height: 237px;
}
.section-3 {
  width: 100%;
  height: 1300px;

}
.obj-content-section-3 {
padding:0;
}
.section-4 {
  width: 100%;
  height: 1200px;
}
.btn-contacto {
  width: 140px;
  height: 39px;
  font-size: 12px;
}
.header-btn {
  width: 14%;
}

.text-content-section-2 {
  width: 63%;
  gap: 44px;
}
  .text-content-section-1 span {
  text-align: left;
  }
  .obj-content-section-2 {
    flex-wrap: wrap;
    gap: 16px;
    padding: 11px;
    align-content: center;
    height: 100%;
  }
  .text-content-section-2 span {
    font-size: 40px;
  }
  .card-section-2 {
 
    width: 40%;
    height: 36%;

  }
  .card-section-2 p {
    font-size: 12px;
    text-align: justify;

  }
  .header-menu {
padding-right: 72px;
  }
  .card-section-2 i {
    font-size: 45px;
  }
  .header-menu a {
font-size: 12px;
  }
  .header-img span {
    font-size: 16px;
    font-weight: 600;
   }
  }
  
  