@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*@import url('https://fonts.cdnfonts.com/css/beyond-wonderland');*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Spartan", sans-serif;
}

html {
  scroll-behavior: smooth;
}

/* Global Styles */

h1 {
  font-size: 50px;
  line-height: 64px;
  color: #222;
}

h2 {
  font-size: 46px;
  line-height: 54px;
  color: #222;
}

h4 {
  font-size: 20px;
  color: #222;
}

h6 {
  font-weight: 700;
  font-size: 12px;
}

p {
  font-size: 20px;
  color: #465b52;
  margin: 20px 0 20px 0;
}

.section-p1 {
  padding: 40px 80px;
}


.section-p1news {
  padding: 40px 80px;
}

button.normal {
font-size: 14px;
font-weight: 600;
padding: 15px 30px;
color: black;
background-color: #fff;
border-radius: 4px;
cursor: pointer;
border: none;
outline: none;
transition: 0.2s;
}
button.white {
  font-size: 13px;
  font-weight: 600;
  padding: 11px 18px;
  color:#fff;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #fff;
  outline: none;
  transition: 0.2s;
  }

.section-m1 {
  margin: 40px 0;
}

body {
  width: 100%;
}

 /* header start parte del menu*/ 
#header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:  20px 20px;
  background: #E3E6F3;
  box-shadow:  0 5px 15px rgba(0, 0, 0, 0.06);
  z-index:999;
  position: sticky;
  top:0;
  left: 0;
 }

  #bodymain {
  width:75%;
  margin: auto;
 }


 #header a{
  height: auto;
  width: 30%;
 }

 #header img {
  width: 100%;
  height: auto;
 }

#navbar{
  display: flex;
  align-items: center;
  justify-content: center;

 }
#navbar li {
  list-style: none;
  padding: 0 20px;
  position: relative;
 }


 
#navbar li a{
text-decoration: none;
font-size: 20px;
font-weight: 600;
color: #1a1a1a;
transition: 0.3s ease;
}
#navbar li a:hover, 
#navbar li a.active{
  color:#088178;
}
#navbar li a.active::after,
#navbar li a:hover::after {

  content:"";
  width: 30%;
  height: 2px;
  background: #088178;
  position: absolute;
  bottom: -4px;
  left: 20px;

}

#mobile{
  display: none;
  align-items: center;
}

#close{ 
  display: none;
  }

/* Home Page */

#hero{
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: top 25% right 0;
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: center;

}

#hero img{
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: top 25% right 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

}

#hero h4{
  padding-bottom: 15px;
}
#hero h4{
 color :#088178;
}
#hero button{
  background-image:  url("img/button.png");
  background-color: transparent;
  color: #088178;
  border: 0;
  padding: 14px 80px 14px 65px;
background-repeat: no-repeat;
cursor:pointer;
font-weight: 700;
font-size: 15px;
}

#about-head{
    display: flow;
    align-items: center;
}

#about-head h2{
  font-family: "Beyond Wonderland", sans-serif;
  font-weight: 200;
}

#about-head video{
   width: 20%;
   height: auto; 
   transform: translateX(200%)
}

#about-head div{
    padding-left:40px;
}

#newsletter{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-image: url(img/banner/b3.webp);
  background-size: contain;
  background-position: 20% 30%;
}
#newsletter h4{
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

#newsletter p{
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 10px 0 10px 0;
}

#newsletter .form{
  display: flex;
  width: 40%;
}

#newsletter input{
  height: 3.125rem;
  padding: 0 1.25rem;
  font-size: 14px;
  width: 100%;
  border: 1px solid transparent;
  border-radius:  4px;
  outline: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  
}

#newsletter button{
  background-color: #088178;
  color: #fff;
  white-space: nowrap;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #E3E6F3;
  }
  footer .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 100px;
    margin-right: 20px;
  }
  footer .logo{
    margin-bottom:30px;
    margin-top: 30px;
    width: 60%;
    height: auto;
  }
  footer h4{
    font-size: 14px;
    padding-bottom: 20px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif; /* Agrega la fuente Work Sans */
  }
  footer p{
    font-size: 13px;
    margin: 0 0 18px 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif; /* Agrega la fuente Work Sans */
  }

  footer p strong{
    font-size: 13px;
    margin: 0 0 18px 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif; /* Agrega la fuente Work Sans */
  }

  footer a{
    font-size: 13px;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif; /* Agrega la fuente Work Sans */
  }
  footer .follow{
  color:#465b52;
  padding-right: 4px;
  cursor: pointer;
  }
  
  footer .install .row img{
    border: 1px solid #088178;
    border-radius: 6px;
  }
  footer .install img{
    margin: 10px 0 15px 0;
  }

  footer .follow i {
    font-size: 60px;
  }

  footer .follow i:hover,
  footer a:hover {
    color: #088178;
  }
  footer .copyright{
    width: 100%;
    text-align: center;
    margin-top: 540px;
  }




/* Start Media Query */

/* Start Media Query */



  @media (max-width:1025px){

    html, body {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
     }

     p {
      font-size: 20px;
      color: #465b52;
      margin: 20px 0 20px 0;
    }

    #bodymain {
    width:100%;
    margin: auto;
   }
  
  
   #header a{
    height: auto;
    width: 50%;
   }

    #navbar {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      position: fixed;
      top: 0;
      right: -300px;
      height: 100vh;
      width: 180px;
      background-color: #E3E6F3;
      box-shadow: 0 40PX 60PX rgba(0, 0, 0, 0.01);
      padding: 80PX 0 0 10PX;
      transition: 0.3s;
    }
  
    #navbar.active {
    right: 0px;
    }

    #navbar li{
    margin-bottom: 25px;
    }

    #mobile{
    display: flex;
    align-items: center;
    }

    #close{ 
    display: initial;
    position: absolute;
    top: 30px;
    left: 30px; color: #222;
    font-size: 24px;
    }

    #about-head {
      display: flow;
      align-items: center;
    }

    #newsletter .form {
      width: 70%;
  }

    footer .col {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 15px;
      margin-left: 20px;
      margin-top: 30px;
      margin-right: 20px;
    }

    footer .copyright {
      width: 100%;
      text-align: center;
      margin-top: 300px;
    }

    #about-head video{
      width: 100%;
      height: auto; 
      transform: translateX(0%)
    }

    .fa-solid, .fas {
  font-weight: 900;
  font-size: 45px;
}

}

@media (max-width:480px){
  html, body {
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
  }

  #bodymain {
    width:100%;
    margin: auto;
   }
  
  
   #header a{
    height: auto;
    width: 50%;
   }

  .section-p1news {
    padding: 20px;
  }

  p {
    font-size: 14px;
    color: #465b52;
    margin: 00px 0 0px 0;
  }

  .fa-solid, .fas {
    font-weight: 900;
    font-size: 25px;
  }

  #newsletter {
    padding: 40px 20px;
  }
  
  
  #newsletter .form {
    width: 100%;
  }


  footer .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-top: 30px;
    margin-right: 20px;
  }

  footer .follow i {
    font-size: 30px;
  }

  footer .copyright {
    width: 100%;
    text-align: center;
    margin-top: 100px;
  }

  #about-head{
    flex-direction: column;
  }

  .section-p1 {
    padding: 0px 0px;
  }

  #about-head div{
    padding:10px 40px 10px 40px;
  }

  #about-head video{
    width: 100%;
    height: auto; 
  }

  #about-head video{
    width: 100%;
    height: auto; 
    transform: translateX(0%)
  }

  }

 
