@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap);.nombre h3,.nombre span{font-size:24px;font-style:italic;font-weight:800;line-height:normal}#anuncioBtn .btn-overlay,#anuncioBtn::before{position:absolute;background:radial-gradient(circle,rgba(255,255,255,.2),rgba(255,255,255,0) 80%);transition:transform .3s;z-index:0}*{padding:0;margin:0;text-decoration:none;list-style:none;box-sizing:border-box;font-family:sans-serif}.section-carousel{background-size:cover;background-position:center center;height:calc(100vh - 80px)}.carousel-inner{height:500px;max-height:700px}.carousel-inner .carousel-caption{margin-bottom:36%}.img-fluid{max-width:100%;max-height:400px;object-fit:cover;width:auto;height:auto;display:block;margin:0 auto}.nombre span{color:var(--secundario)}.nombre h3{color:var(--claro)}@media screen and (min-width:768px){.app-movil .btn{width:155px;height:52px}}@media screen and (max-width:767px){.app-movil .btn{width:100px;height:32px}}@media screen and (max-width:850px){.carousel-inner .carousel-caption{margin-bottom:10%}}#anuncioBtn{transition:background-color .3s,transform .3s,box-shadow .3s;position:relative;z-index:1}#anuncioBtn:hover{transform:scale(1.06);box-shadow:0 4px 8px rgba(0,0,0,.3)}#anuncioBtn .btn-overlay{top:50%;left:50%;width:300%;height:300%;transform:translate(-50%,-50%) scale(0);border-radius:50%}#anuncioBtn:hover .btn-overlay{transform:translate(-50%,-50%) scale(1)}#anuncioBtn::before{content:"";top:0;left:0;right:0;bottom:0;border-radius:12px;transform:scale(0)}#anuncioBtn:hover::before{transform:scale(1)}.btn-close{background:0 0;border:none;width:36px;height:36px;padding:0;font-size:1.8em;color:#fff;opacity:1;filter:invert()}.btn-close:hover{transform:scale(1.2)}