
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Reset*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

/* Main Styling*/
html,
html{
  scroll-behavior: smooth;
}
body {
    font-family: 'Inter', sans-serif;}

   

a {
    text-decoration: none;
}

body {
    background: #ffffff;
}
  
img {
width: 100%;
}

header {
    width: 100%;
    height: 70px;
    background:#000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    border-radius: 0 0 0px 0px;
    margin: 0 auto;
    
}

.logo {
    width: 120px;
    margin-top: 8px;
}

nav .logo {
    display: none;
}

nav ul {
    display: flex;
    font-size: 16px;
}

nav ul li a {
    color: #8D8D8D;
    display: block;
    margin: 0 2px;
    font-weight: 600;
    padding: 8px 18px;
    transition: 0.2s;
    border-radius: 50px;
}

nav ul li a:hover {
    background: #FF8009;
    color: #fff;
}

nav ul li a.active {
    background: #FF8009;
    color: #fff;
}

.hamburger {
    display: none;
    height: fit-content;
    cursor: pointer;
    padding: 3px 8px;
    border-radius: 5px;
    transition: 0.2s;
}
.hamburger:hover {
    background: #FF8009;
}
.hamburger .line {
    width: 30px;
    height: 2px;
    margin: 6px 0;
    background: #ffffff;
}
@media only screen and (max-width: 1100px) {
    header {
        width: 100%;
        padding: 0 20px;
    }
    nav {
        position: absolute;
        left: -300px;
        top: 0;
        z-index: 999;
        width: 280px;
        height: 100vh;
        border-radius: 0 0 50px 0px;
        background-color: #000000;
        transition: 0.2s;
        box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.09);
    }
    #nav_check:checked ~ nav {
        left: 0;
    }
    nav .logo {
        display: block;
        height: 70px;
        display: flex;
        align-items: center;
        margin-left: 30px;
    }
    nav ul {
        display: block;
        padding: 0 20px;
        margin-top: 30px;
    }
    nav ul li a {
        margin-bottom: 5px;
        padding: 15px;
        border-radius: 5px;
    }
    .hamburger {
        display: block;
    }
}
/* <!-- NAV-BAR --> */

























/*primary color*/
.bg-cream {
    background-color: #FF8009;
}

/*font*/
body {
    font-family: 'Inter', sans-serif;
}

.bg-yellow-500 {
    background-color: #000000;
}
.text-black-500 {
color: #000000;
}
.text-yellow-500 {
    color: #FF8009;
}

.text-white{
    color: #fff;
}
.floating { 
    animation-name: floating; 
    animation-duration: 3s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out;
} 
@keyframes floating { 
    0% { transform: translate(0, 0px); } 
    50% { transform: translate(0, 8px); } 
    100% { transform: translate(0, -0px); }  
} 
.floating-4 { 
    animation-name: floating; 
    animation-duration: 4s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out;
} 
@keyframes floating-4 { 
    0% { transform: translate(0, 0px); } 
    50% { transform: translate(0, 8px); } 
    100% { transform: translate(0, -0px); }  
}
.text-darken {
    color: #ffffff;
}




.s-headingss h1{
	color: rgb(0, 0, 0);
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0px;
  margin-top: 0px;
  border-radius: 50px;
  text-align: center;
  padding-bottom: 10px;
}
.s-headingss p{
	color: rgb(0, 0, 0);
	font-size: 35px;
	font-weight: 700;
	margin: 20px;
	text-align: center;
  padding-top: 25px;
    
}

.Formulario h1{
  color: rgb(0, 0, 0);
      font-size: 45px;
      font-weight: 700;
      letter-spacing: 1px;
      margin: 0px;
      margin-top: 0px;
      
      border-radius: 50px;
      text-align: center;
      padding-top: 25px;
      padding-bottom: 25px;
}

Fomulario{
  height: 100vh;
  width: 100vw;
  padding-top: 450px;
  display: flex;
  justify-content: center;
  padding-bottom: 300px;

}

form{
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  place-items: center;
  padding-bottom: 50px;
  background-color: #ffffff;
  border-radius: 80px 80px 0 0;
  
}

input,
select,
textarea{
  text-align: center;
  font-size: 20px;
  padding: 1.4rem;
  background: rgb(0, 0, 0);
  border: 1px solid #fff ;
  color: #000;
  border-radius: 80px;
  margin-top: 10px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
}

button{
  margin-top: 15px;
  font-size: 20px;
  padding: 2.5rem;
  border-radius: 80px;
  background-color: #FF8009;
  color: #fff;
  border: #fff;
}





.news{
  padding-bottom: 50px;
}

.contenedor{
  width: 80%;
  margin: 0 auto;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 125px;
}
.contenedor img{
  width: 100%;
  align-items: center;
  padding-bottom: 100px;
}



footer{
    width: 100%;
    padding: 0px 0px;
    background-size: cover;
    background: rgb(0, 0, 0);
    border-radius:50px 50px 0px 0px;
  }
  
  .container__footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding-top: 100px;
  }
  
  .box__footer{
    display: flex;
    flex-direction: column;
    padding: 40px;
  }
  
  .box__footer .logo img{
    width: 180px;
  }
  
  .box__footer .terms{
    max-width: 350px;
    margin-top: 20px;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    text-align: justify;
  
  }
  
  .box__footer h2{
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
  }
  
  .box__footer a{
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
  }
  
  .box__footer a:hover{
    opacity: 0.8;
  }
  
  .box__footer a .fab{
    font-size: 20px;
  }
  
  .box__copyright{
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0px 40px;
  }
  
  .box__copyright p{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
  }
  
  .box__copyright hr{
    border: none;
    height: 1px;
    background-color: #fff;
  }
  