/*Aquí van las fonts*/
@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Funnel+Display:wght@300..800&family=Gantari:ital,wght@0,100..900;1,100..900&family=Gayathri:wght@100;400;700&family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Gugi&family=Hammersmith+One&family=Heebo:wght@100..900&family=Londrina+Solid:wght@100;300;400;900&display=swap');

/**/



*{box-sizing: border-box;}
html,body{
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
    line-height: 1.5;
    background-color: #ffffff;
    color: black;
    scrollbar-width: thin;
    scrollbar-color: #0E2340 #ffffff;
    z-index: 0;
}
b
{
  color: #1a92c1;
}
button
{
  border: none;
}


/* Etiquetas */
h1{
  /* font-family: "Londrina Solid", sans-serif; */
  font-size: 4rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
    
}
h2{
  text-align: center;
  Font-size: 3rem;
  font-family: "Hammersmith One", sans-serif; 
  font-weight: normal;
  color: #02102A;
  margin: 0;
  text-transform: uppercase;
}
h3
{
  font-family: "Afacad Flux", sans-serif;
  /* text-align: center; */
}
a
{
  font-family: sansation, sans-serif;
}
/*  */


/*  */


/* Navegación */
nav{
  /* background-color: white; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 10vh;
    padding: 0px 10%;
    box-sizing: border-box;
    letter-spacing: 2px;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
    position: fixed;
    top: 0vh;
    z-index: 4;
    transition: 500ms;

   }


   nav.scrolled
   {
    transition: 500ms;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

   }
    nav.scrolled ul li a
    {
      color: #010e01;
    }
     nav.scrolled .active
     {
      color: white;
     }



#logo{
  display: flex;
  flex-direction: row;
  padding: 0px 0;
}
#logo img{
  margin-top: 3px;
}
#logo a{
  text-decoration: none;
  margin-top: 20px;
  margin-left: 20px;
}
ul {
  list-style-type: none;
  padding: 0;
  margin-top: 13px;
  display: flex;
}
ul li a {
  /* font-family:"Gugi", sans-serif; */
  transition: 900ms;
  display: block;
  color: #ffffff;
  padding: 8px 16px;
  font-size: 18px;
  text-decoration: none;
}
ul li a:hover {
  transition: 900ms;
  border-bottom: solid 2px #ffffff;
}
ul li a:active {
  border-bottom: solid 2px #0e4011;
}
.active{
  background-color:#167b2c;
  color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.658);
  border-radius: 30px;
  font-weight:300;
}
.active:hover{
  background-color: #0E2340;
}



/*iconos del nav cuando es pequeño*/
.btn-nav-phone{
  border-radius: 10px;
  padding: 1px 12px;
  font-size: 3rem;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  transition: 500ms;
}
nav.scrolled ul .btn-nav-phone
{
  color: #02102A;
  transition: 500ms;
}
.btn-nav-phone:hover{
 
  cursor: pointer;
}
/**/





/*barra lateral de celular*/
.sidenav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 15px;
    text-align: center;
    background-color: #02102A;
}
.sidenav a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color: #ffffff;
    display: block;
    transition: 500ms;

}
.sidenav a:hover{
  transition: 500ms;
    background-color: #ffffff;
    color: #02102A;
}
.sidenav .closebtn{
    text-align: right;
    font-size: 50px;
    margin-right: 30px;
    color: #ffffff;
}
/*  */


/**/


/* header */
.hero {

  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 60px 20px;
  color: white;
  /* background-color: #00b4d8; */
  /* background: linear-gradient(135deg, #0d3b66 50%, transparent 50%);
*/
}

.hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 120%;
  background-image: url('/img/fondo.jpeg'); /* Use your existing background image */
  background-size: cover;
  background-position: center;
  will-change: transform;
  /* overflow: hidden; */
  z-index: 1;
}


.hero::after
{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, #010e01 50%, #000000c7 50%);
  z-index: 2;


}
.hero-content, .hero-image, .hero-floating-services
{
  z-index: 3;
}
.hero-content {
  position: relative;
  top: 20vh;
  height: 86vh;
  flex: 1 1 50%;
  max-width: 600px;
  /* background-color: #050E1B; */
}

.hero-content .badge {
  background-color: #1b9110;
  color: #fffb00;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 15px;
}

.hero-content h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero-content h1 span {
  color: #F3C009;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #d1d1d1;
}

.hero-trust {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.hero-trust .trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}











/*  */



/* cards */ 
.services-intro
{
  margin: 5% 5%;
  background-color: #031800;
  padding: 20px;
  border-radius: 20px;
  text-align: justify;
  color:#ffffff;
}
.our
{
  color: #00b4d8;
  font-size: 2.5rem;
  text-align: center;
}
#services
{
  margin-top: 8%;
 z-index: 0;
  /* background-color: #5B0C10; */
}
.cont-card{
    display: flex;  
    position: relative;
    /* overflow: hidden; */
    flex-wrap: wrap;
    margin: 5 auto;
    padding: 30px;
    justify-content: center;
    z-index: 0;
    /* background-color: #637ff0; */
}




/*  */


.future-section{
    width:100%;
    padding:100px 8%;
    background:
    radial-gradient(circle at top left, rgba(0, 120, 36, 0.12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(0,0,0,.08), transparent 30%),
    #f5f5f5;

    position:relative;
    overflow:hidden;
}

/* TITLE */

.future-title{
    text-align:center;
    margin-bottom:70px;
}

.future-title h2{
    font-size:4rem;
    font-weight:800;
    letter-spacing:3px;
    color:#18400e;
    margin-bottom:20px;
}

.title-line{
    max-width:1200px;
    height:6px;
    border-radius:20px;
    background:linear-gradient(to right,#343907,#979917);
    margin:auto;
}

/* CONTAINER */

.future-container{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

/* CARD */

.future-card{
    position:relative;

    padding:45px;
    border-radius:30px;

    background:rgba(255,255,255,0.6);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,0.5);

    box-shadow:
    0 10px 40px rgba(0,0,0,.08);

    transition:.4s ease;

    overflow:hidden;
}

/* GLOW */

.card-glow{
    position:absolute;
    width:220px;
    height:220px;
    background:rgba(251, 255, 0, 0.08);
    border-radius:50%;
    top:-80px;
    right:-80px;
    filter:blur(30px);
}

/* HOVER */

.future-card:hover{
    transform:translateY(-10px);
    box-shadow:
    0 20px 50px rgba(0,0,0,.15);
}

/* TEXT */

.future-card h3{
    font-size:2rem;
    margin-bottom:25px;
    color:#18400e;
    position:relative;
    z-index:2;
}

.future-card p{
    font-size:1.08rem;
    line-height:2;
    color:#222;
    margin-bottom:20px;
    position:relative;
    z-index:2;
}



#cv-container{
    max-width:1400px;
    margin:5% 5%;
    display:grid;
    grid-template-columns:340px 1fr;
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

/* SIDEBAR */

.sidebar{
    background:linear-gradient(180deg,#031100,#18400e);
    color:white;
    padding:40px 30px;
    position:relative;
    overflow:hidden;
}

/* .sidebar::before{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    background:radial-gradient(circle,#74eb2533,transparent);
    top:-150px;
    left:-10px;
} */

.profile-image{
    width:180px;
    height:180px;
    margin:auto;
    border-radius:50%;
    overflow:hidden;
    border:4px solid #F3C009;
    position:relative;
    z-index:2;
}

.profile-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.name-box{
    text-align:center;
    margin-top:25px;
}

.name-box h1{
    font-size:2rem;
    font-weight:700;
}

.name-box h2{
    color:#127a17;
    font-size:2.2rem;
    margin-bottom:10px;
}
.content h2
{
  color: #071a02;
}

.name-box p{
    color:#cbd5e1;
    line-height:1.5;
}

.sidebar-section{
    margin-top:45px;
}

.sidebar-section h3{
    font-size:1.1rem;
    margin-bottom:20px;
    color:#45c425;
    display:flex;
    align-items:center;
    gap:10px;
}

.info-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:18px;
    color:#e2e8f0;
}

.sidebar-section ul{
    list-style:none;
    flex-direction:column;
}

.sidebar-section ul li{
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
    color:#ffffff;
}

.language-box{
    margin-top:20px;
}

.progress-bar{
    width:100%;
    height:8px;
    background:#213b1e;
    border-radius:20px;
    margin:10px 0;
    overflow:hidden;
}

.progress{
    width:70%;
    height:100%;
    background:linear-gradient(90deg,#25eb2f,#65fa60);
}

/* CONTENT */

.content{
    padding:60px;
    background:#ffffff;
}

.content-section{
    margin-bottom:55px;
}

.content-section h2{
    font-size:2rem;
    margin-bottom:20px;
    position:relative;
}

.content-section p{
    color:#4b5563;
    line-height:1.9;
    font-size:1rem;
}

.section-title{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:25px;
}

.section-title i{
    width:55px;
    height:55px;
    background:#18400e;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.2rem;
}

.card{
    background:#f8fafc;
    padding:30px;
    border-radius:20px;
    border:1px solid #e5e7eb;
}

.card h3{
    margin-bottom:15px;
}

.card ul{
    padding-left:20px;
}

.card li{
    margin-bottom:10px;
    color:#4b5563;
}

.strength-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:20px;
}

.strength-item{
    background:#f8fafc;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:30px 20px;
    text-align:center;
    transition:.3s;
}

.strength-item:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(0,0,0,.08);
}

.strength-item i{
    font-size:2rem;
    color:#18400e;
    margin-bottom:15px;
}

.strength-item span{
    font-weight:500;
}



/* footer */
footer{
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #010e01;
  align-items: center;
  justify-content: center;
}





footer p
{
  text-align: center;
  color: #ffffff;
}
.dwm
{
  color: #cfffb9;
}
.schedule p
{
  text-align: left;
}
footer hr
{
  color: #ffffff;
}


.fa-brands
{
    transition: 500ms;
  color: #D4D9FD;
  font-size: 2rem;
  margin: 10px;
}
.fa-brands:hover
{
  transition: 500ms;
  color: #4883BA;
}



 .container-fluid{
    margin: 120px 0 100px 0;
  }
.form-detail{
  font-size: 0.9em;
  font-style: italic;
  color: rgb(170, 170, 170);
}
#floatingTextarea{
  height: 15vh;
  background-color: white;
  }
.form-check{
  color: #000000;
}
/* Animacion para las tarjetas de servicios. */


 
/* Extra small devices (phones, 576px and down) */
@media (max-width: 576px) {
  .hero-floating-services
  {
    display: none;
  }
  .service-item i
{
  font-size: 2rem;
}

.location-container
{
  flex-direction: column;
  margin: auto 5%;
}
  .location-text
  {
    font-size: 1.5rem;
  }
  h2
  {
    font-size: 2rem;
  }
 /* p{
    font-size: 1.1rem;
  }  */
 nav{
    padding: 0 2%;
    justify-content: space-around;

  }
  .hidden{
    display: none;
  }
  
  
  .footer-content{
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
  }
  #location{
    padding: 15% 0;
  }

  .map-container
{
  width: 100%;
  margin: 5% auto;
  /* margin: 0 5%; */
}
.descriptionCard h3{
    font-size: 1.5rem;
  }
  .imageCard{
height: 350px;
}


footer>div
{
  flex-direction: column;
}
.card
{
flex: 0 0 100%;  
}
header
{
  flex-direction: column;
}
h1
{
  font-size: 2.5rem;
}
/* .header-texto
{
  margin: 14vh 5%;
} */
.header-texto p
{
  font-size: 1.2rem;
  text-align: justify;
}

.header-btns a
{
  margin: 20px 10px;
  font-size: 1.2rem;
}
/* .header-texto
{
  margin-top: 10vh;
} */


}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .hidden{
    display: none;
  }
  .card
  {
    flex: 0 0 47%;  
  }
  header
  {
    flex-direction: column;
  }
  
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* .form-hidden {
        display: none; 
    } */
  header
{
  flex-direction: row;
}
  nav{
    padding: 0 5%;
  }
  .hidden{
    display: none;
  }
  header{
  width: 100%;
  }
  .linksHeader{
    text-align: center;
  }
#services{
    padding: 0 2%;
  } 


   #location{
    padding: 3%;
  }
    .text-conteiner {
    /* width: 100%; */
    padding-right: 3%;
    font-size: 1.1rem;
    text-align: justify;
  }
  .contact{
    width: 80%;
    margin-top: 5%;
  }
  footer{
    padding: 10% 5%;
  }
   .container-fluid{
    margin: 150px 0 150px 0;
  }
  /* header
{
  flex-direction: column;
} */
  /* .map-container
  {
    width: 100%;
  } */
}
@media (max-width:768px)
{
  .content{
        padding:35px 25px;
    }

    .name-box h1{
        font-size:1.5rem;
    }

    .name-box h2{
        font-size:1.8rem;
    }

    .content-section h2{
        font-size:1.5rem;
    }

    .strength-grid{
        grid-template-columns:1fr 1fr;
    }


  .hero {
    flex-direction: column;
    text-align: center;
  }

  .hero-content {
    margin-bottom: 20px;
  }

  .hero-floating-services {
    padding-bottom:15%;
    width: 90%;
  }
  .iconos
{
  display: flex;
  justify-content: center;
}
.contact p,h3
{
  text-align: center;
}
 .map-container
  {
    width: 100%;
  }
  footer>div
{
  flex-direction: column;
}
  /* .form-hidden {
        display: none; 
    
  } */


}
@media(max-width:992px)
{
  .hero {
    flex-direction: column;
    text-align: center;
  }
  .btn-contact 
  {
    display: flex;
    margin: 10px auto;
  }
 .contact-form-container
{
  display: none;
}
.future-container{
        grid-template-columns:1fr;
    }

    .future-title h2{
        font-size:2.5rem;
    }

    .future-card{
        padding:35px;
    }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* .form-hidden
  {
    display: none;
  } */
  /* .card
  {
    flex: 0 0 20%;  
  } */
nav{
    padding: 0 3%;
  }
.hidden{
    display: flex;
  }
.btn-nav-phone{
    display: none;
  }
  header{  
  width: 100%;
  }
.a-getQuote{
  font-size: 1.1rem;
 }
.btn-service{
  display: inline-block; 
  width: 45%;
  font-size: 1rem;
 }
  #services{
    padding: 0 3%;
  }
  


.descriptionCard p{
    font-size: 1rem;
  }
.descriptionCard h2{
    font-size: 1.1rem;
  }
  #location{
    padding: 3%;
  }
  .text-conteiner {
    font-size: 1rem;
  }  
  .contact{
    width: 39%;
    margin-top: 0%;
  }
    footer{
    padding: 5% 3%;
  }
.container-fluid{
    margin: 120px 0 150px 0;
  }
  header
{
  flex-direction:row;
}
  
}
@media(max-width:1100px)
{
   #cv-container{
        grid-template-columns:1fr;
        margin: 5% 5%;
    }

    .sidebar{
        text-align:center;
    }

    .info-item{
        justify-content:center;
    }

}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  
  .card
  {
    flex: 0 0 20%;  
  }
  nav{
    padding: 0 10%;
  }
.btn-service{
  font-size: 1.2rem;
 }
#flecha{
  font-size:40px;
 }
#services{
    padding: 0 5%;
  }


.descriptionCard p{
    font-size: 1rem;
  }
.descriptionCard h2{
    font-size: 1.1rem;
  }
  #location{
    padding: 3%;
  }
  .text-conteiner {
    font-size: 1.2rem;
  }
  footer{
    padding: 5% 10%;
  }    
}
 /* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

.text1Header{
    width: 60%;
  }
.img-title{
    width: 38%;
  }
/* section p{
    font-size: 1.3rem;
  } */
#services{
    padding: 0 5%;
  }
  
  .descriptionCard p{
    font-size: 1.1rem;
  }
  .descriptionCard h2{
    font-size: 1.4rem;
  }
  section h1{
    font-size: 3rem;
  }
    #location{
    padding: 3%;
  }
  .text-conteiner {
    font-size: 1.2rem;
  }
  .contact{
    width: 30%;
  } 
}




