.destacado{min-height:400px;background-position:center center;background-repeat:no-repeat;background-size:cover;padding-top:120px;margin-bottom:60px;}
.destacado strong{display:block;font-size:32px;font-weight:900;color:#fff;line-height:1.2;letter-spacing:-.01em;text-shadow:2px 2px #073b93;text-align:center;}

.faq .fila{display:grid;grid-template-columns:1fr 1fr;}
.faq .col-3{padding:0 20px;}
.acordeon{margin-top:20px;}
.acordeon .elemento{margin-bottom:30px;}
.acordeon .elemento button[aria-expanded="true"]{border-bottom:1px solid #4cadc9;}
.acordeon button{position:relative;display:block;text-align:left;width:100%;padding:1em 32px 1em 10px;font-size:1.1rem;font-weight:400;border:none;outline:none;background:#4cadc9;color:#fff;font-weight:bold;}
.acordeon button:hover, .acordeon button:focus{cursor:pointer;color:#000;}
.acordeon button .tit{padding:1em 1.5em 1em 0;}
.acordeon button .icon{display:inline-block;position:absolute;top:18px;right:10px;width:22px;height:22px;border:1px solid;border-radius:22px;}
.acordeon button .icon::before{display:block;position:absolute;content:"";top:9px;left:5px;width:10px;height:2px;background:currentColor;}
.acordeon button .icon::after{display:block;position:absolute;content:"";top:5px;left:9px;width:2px;height:10px;background:currentColor;}
.acordeon .elemento button[aria-expanded="true"]{color:#000;}
.acordeon .elemento button[aria-expanded="true"] .icon::after{width:0;}
.acordeon .elemento button[aria-expanded="true"] + .respuesta{opacity:1;max-height:500px;transition:all 200ms linear;padding:20px;background-color:rgb(248, 248, 248);}
.acordeon .elemento button[aria-expanded="false"] + .respuesta{transition:all 200ms linear;}
.respuesta{opacity:0;max-height:0;transition:opacity 200ms linear, max-height 200ms linear;}
.respuesta p{font-size:1rem;font-weight:300;}

.pie-preguntas{border-top:1px solid #f0f0f0;}
.pie-preguntas p{display:block;text-align:center;font-size:26px;font-weight:500;margin-top:30px;}

/*responsive*/
@media only screen and (max-width: 768px){
	.faq .fila{grid-template-columns:1fr;}
}