body{background-color:#fff}.galeria-section{position:relative;height:400px;background-image:url(/img/faqs.jpeg);background-size:cover;background-position:cover;background-attachment:fixed}.galeria-overlay,.galeria-section{width:100%;display:flex;justify-content:center;align-items:center}.galeria-overlay{position:absolute;height:100%;background-color:rgba(0,0,0,.4)}.galeria-title{margin-top:50px;color:white;font-size:2.5rem;font-weight:700;text-align:center;z-index:1}@media (max-width:768px){.galeria-title{font-size:2rem}.galeria-section{height:300px}}@media (max-width:480px){.galeria-title{font-size:1.5rem}.galeria-section{height:250px}}.contenedor_faqs{width:80%;font-family:Codec;font-weight:700;margin-bottom:100px}.faq-item{border-bottom:1px solid #e0e0e0;background-color:#f8f8f8;padding:15px 10px;margin-bottom:10px;border-radius:5px}.faq-question{font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-question:hover{color:#7a004d}.faq-answer{font-size:.95rem;color:#555;margin-top:10px;max-height:0;overflow:hidden}.faq-answer,.faq-answer.show{transition:max-height .3s ease-in-out}.faq-answer.show{max-height:1000px}.arrow{border:solid #555;border-width:0 2px 2px 0;display:inline-block;padding:5px;transition:transform .3s ease}.down{transform:rotate(45deg);-webkit-transform:rotate(45deg)}.up{transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}@media (max-width:768px){.contenedor_faqs{width:100%}.faq-question{font-size:1rem}.faq-answer{font-size:.9rem}}