(135 intermediate revisions by 2 users not shown) | |||
Line 47: | Line 47: | ||
/* TABLA HA */ | /* TABLA HA */ | ||
+ | |||
+ | .divTabla{ | ||
+ | width:100% !important; | ||
+ | } | ||
.tableHec{ | .tableHec{ | ||
Line 54: | Line 58: | ||
box-shadow: 0 0 0 1px #ececec; | box-shadow: 0 0 0 1px #ececec; | ||
margin-left: 0 !important; | margin-left: 0 !important; | ||
+ | } | ||
+ | |||
+ | .tableBetty{ | ||
+ | overflow: hidden; | ||
+ | border-collapse: collapse; | ||
+ | border: none !important; | ||
+ | box-shadow: 0 0 0 1px #ececec; | ||
+ | margin-left: 0 !important; | ||
+ | text-align: center !important | ||
+ | } | ||
+ | |||
+ | .tdAlb { | ||
+ | border: none !important; | ||
+ | padding-top: 1em !important; | ||
+ | padding-bottom: 1em !important; | ||
+ | font-size: 13px; | ||
+ | border-right: 1px solid #eaeaea !important | ||
} | } | ||
Line 87: | Line 108: | ||
padding-top: 1em !important; | padding-top: 1em !important; | ||
padding-bottom: 1em !important; | padding-bottom: 1em !important; | ||
− | |||
} | } | ||
Line 201: | Line 221: | ||
border-bottom-right-radius: 0.4rem; | border-bottom-right-radius: 0.4rem; | ||
} | } | ||
+ | |||
+ | .accordion{ | ||
+ | list-style-type: none !important; | ||
+ | padding-left: 0 !important; | ||
+ | margin-left: 0 !important; | ||
+ | overflow: initial; | ||
+ | height: auto !important; | ||
+ | margin-bottom: 1em !important; | ||
+ | } | ||
+ | |||
+ | .accordion__title{ | ||
+ | margin-bottom: 0 !important; | ||
+ | opacity: 1 !important; | ||
+ | background: #3e90c5 !important; | ||
+ | color: #fff !important; | ||
+ | border: 1px solid #3e90c5 !important; | ||
+ | } | ||
+ | |||
+ | .accordion__element{ | ||
+ | margin-bottom: 0.5em !important | ||
+ | } | ||
+ | |||
+ | .accordion accordion-1:last-child{ | ||
+ | margin-bottom: 1.8em !important | ||
+ | } | ||
+ | |||
+ | .accordion-1 li.active .accordion__title{ | ||
+ | border-bottom-left-radius: 0 !important; | ||
+ | border-bottom-right-radius: 0 !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | .accordion__content{ | ||
+ | border: 1px solid #cecece !important; | ||
+ | border-radius: 4px !important; | ||
+ | border-top-left-radius: 0 !important; | ||
+ | border-top-right-radius: 0 !important; | ||
+ | padding-left: 1.5em !important; | ||
+ | max-height: 100%; | ||
+ | max-width: 100%; | ||
+ | |||
+ | } | ||
+ | |||
+ | .accordion li.active .accordion__content{ | ||
+ | padding: 1.5em !important; | ||
+ | max-height: 100% !important | ||
+ | } | ||
+ | |||
+ | .accordion .accordion__title:before{ | ||
+ | color: #fff !important; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* MODAL TEST */ | ||
+ | |||
+ | |||
+ | .modalDialog { | ||
+ | position: fixed !important; | ||
+ | font-family: Arial, Helvetica, sans-serif !important; | ||
+ | top: 0 !important; | ||
+ | right: 0 !important; | ||
+ | bottom: 0 !important; | ||
+ | left: 0 !important; | ||
+ | background: rgba(0,0,0,0.8) !important; | ||
+ | z-index: 99999 !important; | ||
+ | opacity:0 !important; | ||
+ | -webkit-transition: opacity 200ms ease-in !important; | ||
+ | -moz-transition: opacity 200ms ease-in !important; | ||
+ | transition: opacity 200ms ease-in !important; | ||
+ | pointer-events: none !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | .modalDialog:target { | ||
+ | opacity:1 !important; | ||
+ | pointer-events: auto !important; | ||
+ | } | ||
+ | |||
+ | .modalDialog > div { | ||
+ | width: 400px !important; | ||
+ | position: relative !important; | ||
+ | margin: 10% auto !important; | ||
+ | padding: 5px 20px 13px 20px !important; | ||
+ | border-radius: 10px !important; | ||
+ | background: #fff !important; | ||
+ | background: -moz-linear-gradient(#fff, #999) !important; | ||
+ | background: -webkit-linear-gradient(#fff, #999) !important; | ||
+ | background: -o-linear-gradient(#fff, #999) !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* PROGRESS BAR */ | ||
+ | |||
+ | |||
+ | .header { | ||
+ | position: fixed; | ||
+ | top: 13.3%; | ||
+ | z-index: 100; | ||
+ | width: 100%; | ||
+ | background-color: #f1f1f1; | ||
+ | } | ||
+ | |||
+ | /* The progress container (grey background) */ | ||
+ | .progress-container { | ||
+ | width: 100%; | ||
+ | height: 5px; | ||
+ | background: #fff; | ||
+ | } | ||
+ | |||
+ | /* The progress bar (scroll indicator) */ | ||
+ | .progress-bar { | ||
+ | height: 5px; | ||
+ | background: #fdc516; | ||
+ | width: 0%; | ||
+ | } | ||
+ | |||
+ | .p{ | ||
+ | padding-bottom: 1em !important; | ||
+ | } | ||
+ | |||
+ | .hashlink:before{ | ||
+ | display:block; | ||
+ | position:relative; | ||
+ | margin-top: -200px; | ||
+ | height:200px; | ||
+ | content: " "; | ||
+ | visibility:hidden; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* ATTRIBUTIONS */ | ||
+ | |||
+ | .ulHec{ | ||
+ | padding-bottom: 1em !important; | ||
+ | list-style: none !important; | ||
+ | padding-left: 0em !important | ||
+ | } | ||
+ | |||
+ | .fotosAttr{ | ||
+ | margin-top: 0 !important; | ||
+ | } | ||
+ | |||
+ | .anchorOffset{ | ||
+ | |||
+ | display: block !important; | ||
+ | position: relative !important; | ||
+ | top: -135px !important; | ||
+ | visibility: hidden !important; | ||
+ | |||
+ | } | ||
+ | |||
+ | .rowAttr{ | ||
+ | padding-left: 15px; | ||
+ | position: relative; | ||
+ | bottom: 0.8em; | ||
+ | } | ||
+ | |||
+ | @media only screen and (max-width: 768px) { | ||
+ | .fotosAttr{ | ||
+ | height: 150px; | ||
+ | width: 150px; | ||
+ | } | ||
+ | .h3Attr{ | ||
+ | text-align: center; | ||
+ | } | ||
+ | .col9Attr{ | ||
+ | padding-left: 1.5em !important; | ||
+ | } | ||
+ | .col9Phone{ | ||
+ | padding-left: 15px !important; | ||
+ | padding-right: 15px !important; | ||
+ | } | ||
+ | .pieDeImagen{ | ||
+ | padding-left: 7em !important; | ||
+ | } | ||
+ | .newsDiv{ | ||
+ | top: 6em !important; | ||
+ | left: 0em !important; | ||
+ | padding-right: 2em !important; | ||
+ | } | ||
+ | .newsHeader{ | ||
+ | font-size: 1em !important; | ||
+ | } | ||
+ | .newsP{ | ||
+ | font-size: 0.6em !important; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | h5{ | ||
+ | margin-bottom: 0.2em !important | ||
+ | } | ||
+ | |||
+ | |||
+ | ::-moz-selection { background: #ffc600; } | ||
+ | ::selection { background: #ffc600;; } | ||
+ | |||
+ | |||
+ | .aparece { | ||
+ | opacity: 0; | ||
+ | transition: opacity 0s ease-in 600ms, opacity 600ms; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | .aparece-hover:hover .aparece { | ||
+ | opacity: 1; | ||
+ | transition: opacity 0s ease-in 600ms, opacity 600ms; | ||
+ | } | ||
+ | |||
+ | .linkSinPadding{ | ||
+ | padding-right: 0 !important; | ||
+ | } | ||
+ | |||
+ | .lb-outerContainer { | ||
+ | background-color: transparent !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
Latest revision as of 21:22, 6 December 2018