
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');


body{
    font-family: 'Poppins',sans-serif;
  }

  
  .btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}

.container{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    /* padding: var(--padding-container); */

  }

  .subtitle{
    padding-top: 50px;
  }

  .hero{
    width: 100%;
    /* height: 100vh;
    min-height: 600px; */
    max-height: 800px;
    position: relative;
    display: grid;
    grid-template-rows: 100px 1fr;
    color: white;
  }






  .hero{
    width: 100%;
    /* height: 100vh;
    min-height: 600px; */
    max-height: 800px;
    position: relative;
    display: grid;
    grid-template-rows: 100px 1fr;
    color: white;
  }

  .hero::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #0000008c 0%, #0000008c 100%), url(../IMG/consulta_fondo.jpg);
    background-size: cover;
    background-position: center;
    /* clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 80%, 80% 90%, 50% 100%, 20% 90%, 0 80%, 0% 35%, 0 0); */
    z-index: -1;
  }
  .hero_container{
    max-width: 800px;
    --pading-container:0;
    display: grid;
    grid-auto-rows: max-content ;
    align-content: center;
    gap: 1em;
    padding-bottom: 100px;
    text-align: center;
  }

  .hero_title{
    font-size: 3rem;
    
  }
  .hero_paragraph{
    font-size: 20px;

    color: #fff; /* Color del texto */

 /
  }



  /* NAV */
  .nav{
    --padding-container:0;
    height: 100%;
    display: flex;
    align-items: center;
  }


  .nav_title{
    font-weight: 300;
  }

  .nav_items{
    list-style: none;
  }



  .nav_link,.nav_links2{
    margin-left: auto;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 2em;
  }

  .nav_links{
    color :white;
    text-decoration: none;
  }
  .nav_links2{
    color: black;
    text-decoration: none;
  }


  .nav_menu{
    margin-left: auto;
    cursor: pointer;
    display: none;
  }


  .nav_img{
    display: block;
    width: 30px;
  }



  .nav_close{
    display: var(--show, none);
  }

  .footer_inputs{
    margin-top: 10px;
    display: grid;
    overflow: hidden;
    justify-content: center;
  
    gap: 1em;
  }

  .title_knowledge{
    display: grid;
    justify-content: center;
    margin-top: 50px;
    color: rgb(0, 26, 73);
  }
  .title_knowledge2{
    display: grid;
    justify-content: center;
    margin-top: 50px;
    color: white;
    background-color: rgb(0, 122, 134) ;
  }

  .field{
    display: grid;
    justify-content: center;
    font-size: 1rem;
  }

  .texto_field{
    margin: 50px;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }
  
   .footer_input{
    background-color: #fff;
    height: 50px;
    width: 500px;
    display: block;
    padding-left: 10px;
    border-radius: 6px;
    font-size: 1rem;
    outline: none;
    border: 1px solid black;
    margin-right: 16px;
  }

  
  .footer_submit{

    display: block;
    height: 50px;
    padding: 0 20px;
    background-color: #dc4a6f;
    border: none;
    font-size: 1rem;
    color: #fff;
    border-radius: 6px;
   

  }  




  


  .knowledge {
   
    background-position: 0 0, 10px 10px;
    overflow: hidden;
}

.knowledge2{
  background-image: url(../IMG/fondo_reserva.jpg);


   background-size: cover;

  z-index: -1;
}

.knowledge__container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    align-items: center;
}

.knowledge__picture{
    max-width: 500px;
}

.knowledge__paragraph{
    line-height: 1.7;
    margin-bottom: 15px;
}

.knowledge__img{
    width: 100%;
    display: block;
}

.knowledege__texts{
  display: grid;
  text-align: center;
  justify-content: center;
}

.subtitle{
  color: var(--color-title);
  font-size: 1.5rem;
  margin-bottom: 25px;
}



.barra_esperamos{
  background-color: #007A86;
  color: #007A86;
}
.fondo_esperamos{
  width: 100;
  background-image: linear-gradient( #0000002c 0%, #0000002c 100%), url(../IMG/WhatsApp\ Image\ 2024-02-02\ at\ 5.57.39\ PM.jpeg);
  background-position: center;
  height: 600px;
  display: flex;
 align-items: end;
 justify-content: center;
 font-size: 4em;
 color: white;
 padding-bottom: 40px;
 -webkit-text-stroke: 1px palevioletred; /* Ancho y color del borde */

}

  


  
.footer{
  background-color: #007A86;
}

.footer_title{
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 30px;
}

.footer_title, .footer_newsletter{
  color: #fff;
}

.footer_container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 60px;
}

.nav--footer{
  padding-bottom: 20px;
  display: grid;
  gap: 1em;
  grid-auto-flow: row;
  height: 100%;
}

.nav_link--footer{
  display: flex;
  margin: 0;
  margin-right: 20px;
  flex-wrap: wrap;
}
.footer{
  background-color: #007A86;
  padding-top: 100px;
}

.footer_title{
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 30px;
}

.footer_title, .footer_newsletter{
  color: #fff;
}

.footer_container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 60px;
}

.nav--footer{
  padding-bottom: 20px;
  display: grid;
  gap: 1em;
  grid-auto-flow: row;
  height: 100%;
}


.nav_links_footer{
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.nav_link--footer{
  display: flex;
  margin: 0;
  margin-right: 20px;
  flex-wrap: wrap;
}

.footer_copy{
  --padding-container: 30px 0 30px;
  text-align: center;
  color: #fff;

}

.footer_copyrigth{
  font-weight: 300;
}

.footer_icons{
  display: inline-flex;
  
}

.footer_img{
  width: 30px;
}

.footer_ubicacion{
  color: white;
  align-items: center;
}
.footer_ubi{
  align-items: center;
  padding-bottom: 20px;
}

@media(max-width:800px){
  .nav_menu{
    display: block;
  }
  .nav{
    padding-right: 10px;
  }

  .nav_link--menu{
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: .7s opacity;
  }
  .nav_link--show{
    --show: block;
    opacity: 1;
    pointer-events: unset;
  }

  .nav_close{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    cursor: pointer;
  }

.hero_title{
  font-size: 3rem;
}

.title_knowledge{
  font-size: 1.5em;
}

.subtitle{
  font-size: 1.5rem;
}

.knowledge__container{
  grid-template-columns: 1fr;
}

.fondo_esperamos{
  font-size: 3.5rem;
}

.footer_submit{

  display: inline-block;
  height: 50px;
  padding: 0 20px;

  border: none;
  font-size: 1rem;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 50px;
  margin-left: 0;

}  


.footer_input{
  background-color: #fff;
  height: 50px;
  width: 250px;
  display: block;
  padding-left: 10px;
  border-radius: 6px;
  font-size: 1rem;
  outline: none;
  border: 1px solid black;
  margin-right: 16px;
}

.footer_inputs{
  gap: 1em;
  justify-items: center;
  align-items: center;
  flex-direction: column;
}



.footer_title{
  margin-right: 20px;
  margin-left: 20px;
}

.footer_container{
  padding-top: 20;
}

.nav_link--footer{
  margin-left: 20px;
}

.footer{
  padding-top: 50px;
}

}