@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Roboto:400,700";*{padding:0;margin:0;box-sizing:border-box}header{display:flex;justify-content:space-between;align-items:center;padding:33px 0}header picture{width:220px;height:auto}header picture img{display:flex;align-self:end}header nav ul{display:flex;gap:50px}header nav li{list-style:none}header a{font-size:18px;text-decoration:none;color:#000}header .btn{background-color:#9b9a78;width:145px;height:60px;border:none}header .btn a{color:#fff}header .btn a:hover{color:#000}header .home a{color:#9b9a78}.menu a{font-size:18px;text-decoration:none}.menu a:hover{text-decoration:underline}.busqueda{display:flex;align-items:center;gap:30px}.busqueda div.search button{background-color:transparent;border:none}.busqueda>a{color:#9b9a78}.busqueda>a:hover{color:#000}.busqueda img{background-color:#fff}.busqueda input{width:0;opacity:0;padding:0;border:none;outline:none;transition:width .3s ease,opacity .2s ease}.busqueda.active input{width:160px;opacity:1;padding:4px 8px;border-bottom:1px solid #c4bebe}main{height:588px}main .hero{display:flex;width:100%;flex-direction:column;align-items:end;background-image:url(/assets/Placeholder-C4xp3za0.jpg);background-size:960px 560px;background-repeat:no-repeat;position:relative}main .hero-conten{margin-top:95px;background-color:#fff9;position:relative;bottom:25px;left:70px;width:780px;height:419px;display:flex;flex-direction:column;gap:40px;align-items:start;padding:46px 20px 54px 46px}main .hero-conten h1{position:relative;font-size:56px;font-family:"Heading 1";line-height:72px}main .hero-conten h1 span{position:relative;bottom:9px;left:15px;display:inline-flex;justify-content:center;align-items:center}main .hero-conten p{font-size:23px;color:#909090}main .hero-list{margin-top:3px}main .hero-list ul{width:428px;height:78px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;justify-content:start;gap:32px 20px}main .hero-list ul li{display:flex;gap:10px;list-style:none;text-align:center;font-size:15px}main .hero-info{display:flex;gap:30px;margin-top:35px}main .hero-info div{width:512px;height:240px;padding:27px 96px}main .hero-info div img{width:60px;height:60px}main .hero-info div h3{font-weight:400}main .hero-info div p{color:#909090}html *{font-family:Poppins,sans-serif}body{overflow-x:hidden;max-width:1500px;margin-left:auto;margin-right:auto}.nav-check{display:none}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:4px;margin-left:auto}.hamburger span{display:block;width:24px;height:2px;background:#000;transition:all .28s ease;transform-origin:center}.mobile-nav{background:#fff;border-bottom:2px solid #f0f0f0;overflow:hidden;max-height:0;visibility:hidden;transition:max-height .35s ease,visibility .35s}.mobile-nav ul{list-style:none;padding:0 20px;margin:0;display:flex;flex-direction:column}.mobile-nav ul li{border-bottom:1px solid #f0f0f0}.mobile-nav ul li a{display:block;padding:14px 0;font-size:16px;font-weight:500;text-decoration:none;color:#000}.mobile-nav ul li a:hover{color:#f4a261}.mobile-nav__btns{display:flex;align-items:center;gap:20px;padding:16px 20px 20px}.mobile-nav__btns a{font-size:15px;font-weight:500;color:#f4a261;text-decoration:none}.mobile-nav__btns .btn{background:#f4a261;border:none;padding:10px 24px;cursor:pointer}.mobile-nav__btns .btn a{color:#fff;font-size:14px}.nav-check:checked~.mobile-nav{max-height:400px;visibility:visible}.nav-check:checked~header .hamburger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-check:checked~header .hamburger span:nth-child(2){opacity:0}.nav-check:checked~header .hamburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){body{max-width:100%;padding:0 20px}header{flex-wrap:wrap;padding:20px 0;gap:16px}header picture{width:160px}nav.menu{display:none}nav.busqueda{display:none}.hamburger{display:flex}main{height:auto}main .hero{background-size:cover;background-position:center;align-items:flex-start;min-height:400px}main .hero-conten{width:100%;left:0;height:auto;margin-top:40px;padding:24px;gap:20px}main .hero-conten h1{font-size:36px;line-height:46px}main .hero-conten p{font-size:16px}main .hero-list{background:#ffffffd1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:20px 24px;width:100%}main .hero-list ul{width:100%;height:auto;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:14px}main .hero-info{flex-direction:column;gap:16px}main .hero-info div{width:100%;height:auto;padding:20px}}@media(max-width:480px){main{height:auto}main .hero{min-height:350px}main .hero-conten{width:100%;padding:20px!important;left:0!important;bottom:0!important;margin-top:30px}main .hero-conten h1{font-size:24px;line-height:32px}main .hero-conten p{font-size:13px}main .hero-list{padding:16px 20px}main .hero-list ul{grid-template-columns:1fr;gap:10px!important}main .hero-list ul li{font-size:13px}main .hero-info{flex-direction:column}main .hero-info div{padding:16px!important}}
