/*Fuentes generales de la pagina*/ @font-face { font-family: 'regular'; src: url('https://assets.findme.digital/fonts/Roboto-Light.eot'); src: url('https://assets.findme.digital/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('https://assets.findme.digital/fonts/Roboto-Light.woff2') format('woff2'), url('https://assets.findme.digital/fonts/Roboto-Light.woff') format('woff'), url('https://assets.findme.digital/fonts/Roboto-Light.ttf') format('truetype'), url('https://assets.findme.digital/fonts/Roboto-Light.svg') format('svg'); font-weight: normal; font-style: normal; font-display:swap; } @font-face { font-family: 'title'; src: url('https://assets.findme.digital/fonts/Roboto-Medium.eot'); src: url('https://assets.findme.digital/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('https://assets.findme.digital/fonts/Roboto-Medium.woff2') format('woff2'), url('https://assets.findme.digital/fonts/Roboto-Medium.woff') format('woff'), url('https://assets.findme.digital/fonts/Roboto-Medium.ttf') format('truetype'), url('https://assets.findme.digital/fonts/Roboto-Medium.svg') format('svg'); font-weight: normal; font-style: normal; font-display:swap; } /*==========================================*/ /*Estilos Genericos para contenido*/ /*==========================================*/ h1, h2, h3, h4{ font-family:'title',helvetica,verdana,sans-serif;} h1{font-size: 2.1rem;} h2{font-size: 1.75rem;} h3{font-size: 1.4rem;} h4{font-size: 1.2rem;} .boton{ background-color:rgba(20,20,20,1);border-radius: 8px;color:rgba(255,255,255,1);font-family:'regular',helvetica,verdana,sans-serif;font-weight:bold;text-align:center;border: 1px solid rgba(35,35,35,0);line-height:0.8em;} .boton:hover{ background-color:rgba(243,243,243,1);} .titulo{ font-family:'title',helvetica,verdana,sans-serif; color:rgba(20,20,20,1);} .vinculo{ color:rgba(91,91,91,1); text-decoration:underline;} .vinculo:hover{ color:rgba(20,20,20,1);} .caja{ border: 1px solid rgba(213,213,213,1); border-radius: 8px;} .resaltado{ color:rgba(20,20,20,1); font-weight: bold; } .separador{ border-bottom: 1px solid rgba(213,213,213,1);} /*======================================*/ /*Estilos Header*/ /*======================================*/ body{ font-family:'regular',helvetica,verdana,sans-serif; color:rgba(50,50,50,1); font-size: 1.03em;} .header{ background-color:rgba(255,255,255,1); box-shadow: 0 0px 7px 2px rgba(0,0,0,.20);} /*-----------------------------------------------------*/ .header .header-informacion{ background-color:rgba(112,220,99,1); text-align:right; } .header .header-informacion div:first-child{ border-right: 1px solid rgba(35,35,35,1); } .header .header-informacion-scrl div:first-child{ border-right: 1px solid rgba(40,56,101,1); } .header .header-informacion a{ color:rgba(91,91,91,1); } .header .header-informacion a:hover{ color:rgba(20,20,20,1); text-decoration:underline; } .header .header-informacion-scrl a{ color:rgba(91,91,91,1); font-size:.9em; } .header .header-informacion-scrl a:hover{ color:rgba(20,20,20,1); text-decoration:underline; } /*------------------------------------------------------*/ .header .header-logo{ text-align:center; } /*-------------------------------------------------------*/ .header .header-menu .header-option{ font-family:'title',helvetica,verdana,sans-serif; color:rgba(20,20,20,1); text-align:center; padding: 0; border-bottom: solid 3px rgba(20,20,20,0); } .header .header-menu .header-option:hover{ border-bottom: solid 3px rgba(20,20,20,1); background-color:rgba(243,243,243,1); } .header .header-menu-scrl .header-option > a, .header .header-menu-scrl .header-option > span{ padding-top: 8px; } .header .header-menu .header-option > a:hover{ color:rgba(91,91,91,1); } .header .header-menu .header-option-active{ border-bottom: solid 3px rgba(20,20,20,1); } /*------------------------------------------------------------------------*/ /*Menu ajustado a contenedor padre*/ /*------------------------------------------------------------------------*/ .header .header-menu .header-option .header-subcont-simple{ background-color:rgba(255,255,255,1); box-shadow: 0 0px 7px 2px rgba(0,0,0,.20); } .header .header-menu .header-option .header-subcont-simple .header-suboption{ text-align:left; font-size:.9em; } .header .header-menu .header-option .header-subcont-simple .header-suboption:hover{ background-color:rgba(243,243,243,1); color:rgba(91,91,91,1); } /*----------------------------------------------------------*/ /*Menu idioma*/ /*----------------------------------------------------------*/ /*======================================*/ /*Footer*/ /*======================================*/ .footer{ background-color: rgba(249,249,249,1); border-top: 1px solid rgba(213,213,213,1);} /*---------------------------------------------------------------------------*/ .footer-logo{ text-align:left; } /*-------------------------------------------------------------------------------*/ .footer-informacion{ color:rgba(20,20,20,1); line-height: 1.8em; text-align:left; } .footer-informacion div .fcont_marker:before{ color:rgba(20,20,20,1); font-size: 1.4em; } .footer-informacion div .fcont_email:before{ color:rgba(20,20,20,1); font-size: 1.1em; } .footer-informacion div .fcont_phone:before{ color:rgba(20,20,20,1); font-size: 1.2em; } .footer-informacion div .fcont_whatsapp:before{ color:rgba(20,20,20,1); font-size: 1.3em; } .footer-informacion div .fcont_mobile:before{ color:rgba(20,20,20,1); font-size: 1.6em; } .footer-informacion div .fcont_clock:before{ font-size: 2em; } .footer-informacion div a{ color:rgba(91,91,91,1); } .footer-informacion div a:hover{ text-decoration:underline; color:rgba(20,20,20,1); } /*-------------------------------------------------------------------------------------*/ .footer-social{ text-align:left; } .footer-social div a{ background-color:rgba(255,255,255,1); border-radius: 50%; color:rgba(91,91,91,1); border: 1px solid rgba(97,97,97,1); font-size: 1.55em; line-height: 45px; text-align:center; width: 100%; height: 100%; } .footer-social div a:hover{ background-color:rgba(243,243,243,1); color:rgba(20,20,20,1); border: 1px solid rgba(35,35,35,1); } /*----------------------------------------------------------------------------------------*/ .footer-navegacion-option{ border-bottom: 1px solid rgba(213,213,213,1); line-height: 1.8em; text-align:left; } .footer-navegacion-option a{ color:rgba(91,91,91,1); } .footer-navegacion-option a:hover{ color:rgba(20,20,20,1); } /*------------------------------------------------------*/ .footer-pie{ background-color:rgba(20,20,20,1); color:rgba(255,255,255,1); font-size: 0.7em; } .footer-pie-copy{ text-transform:none; } .footer-pie-findme{ text-align:left; } /*======================================*/ /*Pop-up Galeria de imagenes*/ /*======================================*/ .General-galeria-contenedor{ text-align:center; } .General-galeria-capa{ background-color: rgba(0,0,0,.86); } .General-galeria-titulo{ color: rgba(255,255,255,0); font-size: 1.85em; } .General-galeria-img{ border-radius: 8px;line-height: 0; } .General-galeria-descripcion{ font-size: 1.55em; color:rgba(255,255,255,1); } .General-galeria-icon-left, .General-galeria-icon-right{ font-size: 1.55em; color:rgba(255,255,255,1); }