@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;600;700;800;900&display=swap);.mi-navbar{display:flex;justify-content:space-between;width:100%;height:64px;background:#2b9453;box-shadow:0 2px 10px 0 #0007}.mi-navbar .menu-btn{display:flex;justify-content:center;align-items:center;width:64px;cursor:pointer;background:#0000;transition:background .15s}.mi-navbar .menu-btn:hover{background:rgba(255,255,255,.15)}.mi-navbar .menu-btn:active{background:rgba(0,0,0,.15)}.mi-navbar .menu-btn i{color:#fff;font-size:30px}.mi-navbar .logo{height:100%;padding:8px}.mi-navbar .logo img{height:100%;cursor:pointer;transition:filter .1s}.mi-navbar .logo img:hover{filter:brightness(1.1)}.mi-navbar .titulo{display:flex;align-items:center;font-family:Montserrat,sans-serif;text-transform:uppercase;font-weight:600;font-size:1.8rem;color:#fff}.mi-navbar .titulo.hide-on-med-and-up{padding-right:20px;font-size:1.3rem;text-align:right}main{min-height:calc(100vh - 64px);padding:24px 5% 24px 5%}#sec-video{display:flex;flex-direction:column;align-items:center}#sec-video .container-video{width:960px;height:540px;background:#eee}@media (max-width:1100px){#sec-video .container-video{width:640px;height:360px}}@media (max-width:750px){#sec-video .container-video{width:400px;height:225px}}@media (max-width:490px){#sec-video .container-video{width:320px;height:180px}}#sec-video #video{width:100%;height:100%;box-shadow:0 2px 6px 0 rgba(0,0,0,.5)}#sec-360{display:flex;flex-direction:column;align-items:center;justify-content:center}#sec-360 .container-360{width:960px;height:540px}@media (max-width:1100px){#sec-360 .container-360{width:640px;height:360px}}@media (max-width:750px){#sec-360 .container-360{width:400px;height:225px}}@media (max-width:490px){#sec-360 .container-360{width:320px;height:180px}}#sec-360 #foto360{width:100%;height:100%;box-shadow:0 2px 6px 0 rgba(0,0,0,.5)}#sec-foto{display:flex;flex-direction:column;align-items:center;justify-content:center}#sec-foto .galeria{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}#sec-foto .galeria img{height:200px;margin:8px;box-shadow:0 2px 6px 0 rgba(0,0,0,.5);flex-grow:1;object-fit:cover;cursor:pointer;transition:.15s}@media (max-width:1100px){#sec-foto .galeria img{height:170px}}@media (max-width:750px){#sec-foto .galeria img{height:120px}}@media (max-width:490px){#sec-foto .galeria img{height:80px}}@media (hover:hover) and (pointer:fine){#sec-foto .galeria img:hover{transform:scale(1.1,1.1);filter:brightness(1.3)}}.division{width:100%;height:2px;margin:24px 0;background:rgba(0,0,0,.2)}.container-miniaturas{width:100%;display:flex;justify-content:center;flex-wrap:wrap}.miniatura{display:flex;flex-direction:column;justify-content:flex-end;margin:16px;width:180px}.miniatura .titulo{width:100%;text-align:center;font-weight:700;margin-bottom:10px}.miniatura .imagen{width:100%;height:101px;background:#eee;box-shadow:0 2px 6px 0 rgba(0,0,0,.4);cursor:pointer;transition:transform .1s}.miniatura .imagen:hover{transform:scale(1.1,1.1)}.miniatura .imagen:hover img{filter:brightness(1.15) saturate(.9)}.miniatura .imagen img{width:100%;height:100%;object-fit:cover;transition:filter .2s}footer.page-footer{padding-left:4%;padding-right:4%;font-family:Roboto;background:url(/assets/fondo-footer.62d7c156.jpg) rgba(0,0,0,.7);background-position-x:center;background-position-y:top;background-size:cover;background-blend-mode:multiply;background-attachment:fixed}footer.page-footer .footer-contacto li{margin-bottom:15px}footer.page-footer .footer-contacto li>*{vertical-align:middle}footer.page-footer .footer-contacto li .texto{display:inline}footer.page-footer .footer-areas li{padding-bottom:15px;font-size:13px}footer.page-footer .footer-redes{display:flex;width:100%;justify-content:center}footer.page-footer .footer-redes img{margin:10px;transition:transform .15s,filter .3s}footer.page-footer .footer-redes img:hover{transform:scale(1.2,1.2);filter:contrast(80%) brightness(130%)}footer.page-footer .logo-footer{transition:transform .15s,filter .25s}footer.page-footer .logo-footer:hover{transform:scale(1.1,1.1);filter:contrast(90%) brightness(115%)}footer.page-footer .footer-copyright .convenios{display:flex;flex-wrap:wrap;justify-content:flex-end;width:100%}footer.page-footer .footer-copyright .convenios .conv{flex-grow:1;text-align:center}footer.page-footer .footer-copyright .convenios .conv img{height:80px}footer.page-footer .footer-divider{width:100%;height:2px;background-color:rgba(255,255,255,.2)}.pre-loader{width:100%;height:100vh;position:fixed;background:#ddd;display:flex;justify-content:center;align-items:center}body:not(.wait) .pre-loader{animation:hide-preloader .8s forwards}@keyframes hide-preloader{from{opacity:1}to{opacity:.2;visibility:hidden}}*,::after,::before{margin:0;padding:0;box-sizing:border-box}body{overflow-y:scroll}