.home-faqs__titulo{font-size:62px}@media screen and (max-width:1000px){.home-faqs__titulo{font-size:36px}}.home-faqs{display:flex;flex-direction:column;gap:12px}.home-faqs__titulo{grid-area:titulo}.home-faqs__descripcion{font-size:15px;grid-area:descripcion}.home-faqs__preguntas{display:flex;flex-direction:column;grid-area:preguntas}.home-faqs__pregunta{display:flex;flex-direction:column;font-size:15px}.home-faqs__titulo-pregunta{align-items:center;border-bottom:1px solid hsla(0,0%,69%,.3);color:var(--primary-blue);display:flex;font-weight:700;justify-content:space-between;list-style:none;padding:16px 12px;text-align:inherit}.home-faqs__pregunta svg{flex-shrink:0;transition:transform .3s linear}.home-faqs__pregunta input,.home-faqs__pregunta input:not(:checked)~.home-faqs__respuesta{display:none}.home-faqs__pregunta input:checked~.home-faqs__titulo-pregunta svg{transform:rotate(90deg)}.home-faqs__respuesta{padding:12px}.home-faqs__respuesta *{font:unset!important}@media screen and (max-width:800px){.home-faqs{display:flex;flex-direction:column;gap:24px}.home-faqs__descripcion,.home-faqs__titulo{text-align:center}}