body{
	background: rgb(255,253,199);
background: radial-gradient(circle, rgba(255,253,199,1) 0%, rgba(199,217,109,1) 100%);
}
*{
	font-family: verdana;
	font-size: 20px;
}
h1{
	font-size: 30px;
	text-align: center;
	color: #CA6F1E ;
}
h2{
	text-align: justify;
	color: #935116  ;
}
.c{
	margin-left: 80vh;
}



.header{ /* Navbar */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1.3rem 10%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 100;
}

.header::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #b49a66;
	z-index: -1;
}

.logo { /* El texto (logo) de ithink en la navbar */
	font-size: 25px;
	color: white;
	text-decoration: none;
	font-weight: 700;
	font-family: Verdana;
}

.navbar i { /* Iconos de la navbar */
	font-size: 1.5rem;
}

.navbar a{ /* Textos de la navbar (ej: temas) */
	font-size: 1.15rem;
	color: white;
	text-decoration: none;
	font-weight: 550;
	margin-left: 2.5rem;
	position: relative;
	font-family: Verdana;
}

.navbar a::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0%;
	height: 0.125rem;
	background: white;
	transition: .3s;
}

.navbar a:hover::before {
	width: 100%;
}

#check {
	display: none;
}

.icons { /* Icono de menu para responsivo */
	position: absolute;
	right: 5%;
	font-size: 2.5rem; 
	color: white;
	cursor: pointer;
	display: none;
}





.nav{
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-color: #b49a66;
}
.nav-logo a{
    color: white;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
     margin: 0;
    padding: 0;
  
}
.nav-logo p{
    color: white;
    font-size: 25px;
    font-weight: 600;
}
.nav-menu ul{
    display: flex;
}
.nav-menu ul li{
    list-style-type: none;
}
.nav-menu ul li .link{
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    padding-bottom: 15px;
    margin: 0 25px;
}


.btn:hover{
    background: rgba(255, 255, 255, 0.3);
}
#registerBtn{
    margin-left: 15px;
}
.btn.white-btn{
    background: rgba(255, 255, 255, 0.7);
}
.btn.btn.white-btn:hover{
    background: rgba(255, 255, 255, 0.5);
}
.nav-menu-btn{
    display: none;
}
.form-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 512px;
    height: 420px;
    overflow: hidden;
    z-index: 2;
}
.btnnn{
    cursor: pointer;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    height: 50px;
    width: 100%;
    padding: 0 10px 0 13px;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    transition: .2s ease;
    position: relative;
    top:  0px;
    left: 170px;
}







@media (max-width: 768px) {
 
    .nav-menu ul li .link{
    text-decoration: none;
    font-size: 17px;
    color: brown;
    padding-bottom: 15px;
    margin: 0 25px;
}
.c{
	margin-left: 5vh;
}
li{
	font-size: 15px;
}

    .container {
        width: 90%; /* Reducir el ancho del contenedor en pantallas pequeñas */
    }

   .container {
        width: 90%; /* Reducir el ancho del contenedor en pantallas pequeñas */
    }
    
   

    /* Ocultar las imágenes arriba y abajo en dispositivos móviles */
   
    
    .nav-button {
        display: none;
    }

    .nav-menu.responsive {
        top: 100px;
    }

    .nav-menu {
        position: absolute;
        top: -800px;
        display: flex;
        justify-content: center;
        background: rgba(255, 255, 255, 0.2);
        width: 100%;
        height: 90vh;
        backdrop-filter: blur(20px);
        transition: .3s;
    }

    .nav-menu ul {
        flex-direction: column;
        text-align: center;
    }

    .nav-menu-btn {
        display: block;
    }

    .nav-menu-btn i {
        font-size: 25px;
        color: #fff;
        padding: 10px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        cursor: pointer;
        transition: .3s;

    }

    .nav-menu-btn i:hover {
        background: rgba(255, 255, 255, 0.15);
    }
    .nav-menu ul li .link {
        text-decoration: none;
        font-size: 17px;
        color: brown;
        padding-bottom: 15px;
        margin: 0 25px;
    }

    .container {
        width: 90%; /* Reducir el ancho del contenedor en pantallas pequeñas */
    }

   
    .nav-button {
        display: none;
    }

    .nav-menu.responsive {
        top: 100px;
    }

    .nav-menu {
        position: absolute;
        top: -800px;
        display: flex;
        justify-content: center;
        background: rgba(255, 255, 255, 0.2);
        width: 100%;
        height: 90vh;
        backdrop-filter: blur(20px);
        transition: .3s;
    }

    .nav-menu ul {
        flex-direction: column;
        text-align: center;
    }

    .nav-menu-btn {
        display: block;
    }

    .nav-menu-btn i {
        font-size: 25px;
        color: #fff;
        padding: 10px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        cursor: pointer;
        transition: .3s;
    }

    .nav-menu-btn i:hover {
        background: rgba(255, 255, 255, 0.15);
    }
    #check:checked~.icons #menu-icon {
		display: none;
	}

	.icons #close-icon {
		display: none;
	}

	#check:checked~.icons #close-icon {
		display: block;
	}

	.navbar{
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 0;
		background: #b49a66;
		box-shadow: 0 .5rem 1rem black;
		overflow: hidden;
		transition: .3s ease;
	}

	#check:checked~.navbar {
		height: 17.7rem;
	}

	.navbar a{
		display: block;
		font-size: 1.1rem;
		margin: 1.5rem 0;
		text-align: center;
		transform: translateY(-50px);
		transition: .3s ease;
	}

	#check:checked~.navbar a {
		transform: translateY(0);
	}
}
}

    
}
}



































