#faq{display:flex;align-items:center;min-height:100vh}#faq .cont{display:flex;flex-direction:row;width:100%}#faq .izq{position:relative;background-color:#c7cccf;display:flex;justify-content:flex-end;align-items:center;width:40%}#faq .izq::after{content:'';display:block;position:absolute;background-color:#ffffff88;width:80px;height:100%;right:0}#faq .izq img{object-fit:cover;height:100%}#faq h3{color:#2f3e4c;font-size:2.2em}#faq .der{background-color:#eff0f2;padding:4.5em 2em 2em 4.5em;width:100%}#faq .der .cont-faqs{padding:2em 0 0 4em}#faq .der .cont-faqs h2.pregunta{background-color:#e2e3e5;padding:.5em 1.3em;font-size:1.1em;color:#777;width:max-content;display:block;border-radius:32px;font-weight:400;margin-bottom:1.2em;cursor:pointer;transition:all .3s ease}#faq .der .cont-faqs h2.pregunta.touch,#faq .der .cont-faqs h2.pregunta:hover.touch{color:#0065ff}#faq .der .cont-faqs h2.pregunta:hover{background-color:#ddd;color:#555}#faq .der .cont-faqs .res{max-height:0;padding:0 2em 1em 2em;overflow:hidden;opacity:0;transition:max-height .8s ease,opacity .8s ease}#faq .der .cont-faqs .res.ver{max-height:2000px;opacity:1}#faq .der .cont-faqs .res p{display:block;transition:all .3s ease;font-size:1.2em}#faq .der .cont-faqs .res.ver p{display:block}#faq p{font-family:Lora,serif;padding-bottom:1.3em;line-height:1.5em}@media(max-width:900px){#faq{zoom:80%;min-height:auto}#faq .cont{display:flex;justify-content:space-between;flex-direction:column;zoom:100%}#faq .izq{width:100%;justify-content:center}#faq .der{padding:4.5em 1.6em 2em 1.6em}#faq .der .cont-faqs{padding:2em 0 0 2em}#faq .izq::after{content:'';display:block;position:absolute;background-color:#ffffff88;height:80px;width:100%;bottom:0}#faq .izq img{object-fit:cover;height:200px;width:100%}}