.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//lacompaniavalparaiso.cl/wp-content/themes/compania/owlcarousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.lightspeed-box {
visibility: hidden;
opacity: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 0;
height: 0;
margin: auto;
position: fixed;
background-color: rgba(0, 0, 0, 0.84);
z-index: 30;
-webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: scale(0);
transform: scale(0);
}
.lightspeed-box.lsb-active {
visibility: visible;
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: fixed;
width: 100%;
height: 100%;
}
.lightspeed-box .lsb-content {
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
text-align: center;
margin: auto;
padding: 20px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
height: 100%;
}
.lightspeed-box .lsb-image-container {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.lightspeed-box .lsb-noimage {
opacity: 0;
}
.lightspeed-box img.lsb-image {
position: relative;
max-height: 0%;
max-width: 0%;
cursor: pointer;
min-width: 0;
min-height: 0;
margin: auto;
-webkit-transition: all 0.95s cubic-bezier(0.12, 0.58, 0.26, 0.99);
transition: all 0.95s cubic-bezier(0.12, 0.58, 0.26, 0.99);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-o-object-fit: scale-down;
object-fit: scale-down;
}
.lightspeed-box img.lsb-image.lsb-image-loaded {
max-height: 100%;
max-width: 100%;
min-height: 1px;
border-radius: 3px;
}
.lightspeed-box .lsb-no-image-found {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: none;
height: 100%;
width: 100%;
padding: 10px;
margin: auto;
overflow: visible;
color: #ffffff;
text-align: center;
cursor: pointer;
}
.lightspeed-box .lsb-no-image-found .no-found-msg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transform: translateY(50%);
transform: translateY(50%);
margin: 0 auto;
}
.lightspeed-box .lsb-control-panel {
position: absolute;
bottom: 5px;
right: 50%;
-webkit-transform: translateX(50%);
transform: translateX(50%);
z-index: 2;
margin-bottom: 20px;
background: rgba(0, 0, 0, 0.64);
border-radius: 3px;
opacity: 0.5;
}
.lightspeed-box .lsb-control-panel:hover {
opacity: 1;
}
.lightspeed-box .lsb-panel-button {
display: inline-block;
cursor: pointer;
width: 21px;
height: 28px;
margin: 6px 6px 0 6px;
position: relative;
}
.lightspeed-box .lsb-panel-button:not(:last-child) {
margin-right: 10px;
}
.lightspeed-box .lsb-panel-button:hover svg {
opacity: 1;
}
.lightspeed-box .lsb-panel-button svg {
position: absolute;
width: 21px;
opacity: 0.5;
top: 0;
left: 0;
}
.lightspeed-box .lsb-panel-button svg:last-child {
top: -1px;
}
.lightspeed-box .lsb-pause svg {
opacity: 1;
}
.lightspeed-box .lsb-download {
text-decoration: underline;
}
.lightspeed-box .lsb-header {
position: absolute;
top: 9px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 32;
margin: 0;
padding: 0;
display: block;
background: transparent;
}
.lightspeed-box .lsb-image-title {
display: block;
padding: 5px 10px;
border-radius: 3px;
font-size: 14px;
text-shadow: 0 1px 4px #000000;
color: #ffffff;
background: rgba(0, 0, 0, 0.32);
-webkit-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
opacity: 0;
}
.lightspeed-box .lsb-image-title:not(:empty) {
opacity: 1;
}
.lightspeed-box .lsb-image-title.lsb-image-notitle {
opacity: 0;
}
.lightspeed-box .lsb-image-count {
display: block;
margin-right: 5px;
font-weight: 500;
color: #ffffff;
font-size: 11px;
text-shadow: 0 1px 4px #000000;
background: transparent;
}
.lightspeed-box .lsb-control {
cursor: pointer;
color: #ffffff;
overflow: visible;
text-shadow: 0 0 2px #000;
}
.lightspeed-box .lsb-control:hover {
color: #ffffff;
text-shadow: 0 0 2px #000, 0 0 20px #ffffff;
}
.lightspeed-box .lsb-control:hover svg {
opacity: 1;
}
.lightspeed-box .lsb-prev,
.lightspeed-box .lsb-next {
position: absolute;
width: 20%;
height: 100%;
top: 0;
z-index: 2;
}
.lightspeed-box .lsb-prev svg,
.lightspeed-box .lsb-next svg {
width: 21px;
height: 100%;
opacity: 0.5;
position: absolute;
}
.lightspeed-box .lsb-prev {
left: 0;
}
.lightspeed-box .lsb-prev svg {
left: 35px;
}
.lightspeed-box .lsb-prev svg:last-child {
left: 36px;
}
.lightspeed-box .lsb-next {
right: 0;
}
.lightspeed-box .lsb-next svg {
right: 35px;
}
.lightspeed-box .lsb-next svg:last-child {
right: 36px;
}
.lightspeed-box .lsb-close {
position: absolute;
top: 0;
right: 0;
width: 25%;
height: 25%;
z-index: 3;
text-align: right;
}
.lightspeed-box .lsb-close svg {
width: 21px;
height: 28px;
opacity: 0.5;
position: absolute;
top: 25px;
right: 35px;
}
.lightspeed-box .lsb-close svg:last-child {
top: 24px;
}
.waitingicon {
margin: auto;
width: 70px;
height: 70px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.waitingicon .waitingicon-circle {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.waitingicon .waitingicon-circle::before {
content: '';
display: block;
margin: 0 auto;
width: 12px;
height: 12px;
background-color: #ffffff;
border-radius: 50%;
-webkit-animation: waitingiconSicrleDelay 1.2s infinite ease-in-out both;
animation: waitingiconSicrleDelay 1.2s infinite ease-in-out both;
}
.waitingicon .waitingicon-circle:nth-child(1) {
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}
.waitingicon .waitingicon-circle:nth-child(1)::before {
-webkit-animation-delay: -1.3s;
animation-delay: -1.3s;
}
.waitingicon .waitingicon-circle:nth-child(2) {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
}
.waitingicon .waitingicon-circle:nth-child(2)::before {
-webkit-animation-delay: -1.4s;
animation-delay: -1.4s;
}
.waitingicon .waitingicon-circle:nth-child(3) {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.waitingicon .waitingicon-circle:nth-child(3)::before {
-webkit-animation-delay: -1.5s;
animation-delay: -1.5s;
}
.waitingicon .waitingicon-circle:nth-child(4) {
-webkit-transform: rotate(120deg);
transform: rotate(120deg);
}
.waitingicon .waitingicon-circle:nth-child(4)::before {
-webkit-animation-delay: -1.6s;
animation-delay: -1.6s;
}
.waitingicon .waitingicon-circle:nth-child(5) {
-webkit-transform: rotate(150deg);
transform: rotate(150deg);
}
.waitingicon .waitingicon-circle:nth-child(5)::before {
-webkit-animation-delay: -1.7s;
animation-delay: -1.7s;
}
.waitingicon .waitingicon-circle:nth-child(6) {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.waitingicon .waitingicon-circle:nth-child(6)::before {
-webkit-animation-delay: -1.8s;
animation-delay: -1.8s;
}
.waitingicon .waitingicon-circle:nth-child(7) {
-webkit-transform: rotate(210deg);
transform: rotate(210deg);
}
.waitingicon .waitingicon-circle:nth-child(7)::before {
-webkit-animation-delay: -1.9s;
animation-delay: -1.9s;
}
.waitingicon .waitingicon-circle:nth-child(8) {
-webkit-transform: rotate(240deg);
transform: rotate(240deg);
}
.waitingicon .waitingicon-circle:nth-child(8)::before {
-webkit-animation-delay: -2s;
animation-delay: -2s;
}
.waitingicon .waitingicon-circle:nth-child(9) {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.waitingicon .waitingicon-circle:nth-child(9)::before {
-webkit-animation-delay: -2.1s;
animation-delay: -2.1s;
}
.waitingicon .waitingicon-circle:nth-child(10) {
-webkit-transform: rotate(300deg);
transform: rotate(300deg);
}
.waitingicon .waitingicon-circle:nth-child(10)::before {
-webkit-animation-delay: -2.2s;
animation-delay: -2.2s;
}
.waitingicon .waitingicon-circle:nth-child(11) {
-webkit-transform: rotate(330deg);
transform: rotate(330deg);
}
.waitingicon .waitingicon-circle:nth-child(11)::before {
-webkit-animation-delay: -2.3s;
animation-delay: -2.3s;
}
.waitingicon .waitingicon-circle:nth-child(12) {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.waitingicon .waitingicon-circle:nth-child(12)::before {
-webkit-animation-delay: -2.4s;
animation-delay: -2.4s;
}
@-webkit-keyframes waitingiconSicrleDelay {
0%,
39%,
100% {
opacity: 0;
}
40% {
opacity: 1;
}
}
@keyframes waitingiconSicrleDelay {
0%,
39%,
100% {
opacity: 0;
}
40% {
opacity: 1;
}
}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
position: relative;
z-index: 0;
}
.page-template-default main{
margin-top: 120px;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
color: #7b6a59;
}
a:hover{
color:#323331;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
li{
font-weight: 300;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
background-color: white;
flex-direction: column;
}
.main-navigation ul ul li{
display: block;
float: none;
width: 100%;
padding: 8px 0;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
font-size: 14px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} body{
font-family: 'Fira Sans', sans-serif;
}
p{
font-weight: 300;
} .home-page-slider {
display: block;
width: 100%;
*zoom:1;position: relative;
min-height: 80vh;
margin-top: 120px;
}
.is-sticky .home-page-slider{
margin-top: 70px;
}
.home-page-slider:after {
content: "";
display: table;
clear: both
}
.home-page-slider ul {
display: block;
*zoom:1}
.home-page-slider ul:after {
content: "";
display: table;
clear: both
}
.home-page-slider ul li {
position: relative;
height: 650px;
background: #ccc;
display: block;
background-size: 1600px !important;
background-position: center bottom !important
}
.home-page-slider .slider-content {
position: absolute;
z-index: 10;
display: block;
bottom: 80px;
width: 70%;
margin-left: 15%;
margin-right: 15%;
text-decoration: none;
*zoom:1}
.home-page-slider .slider-content:after {
content: "";
display: table;
clear: both
}
.home-page-slider .slider-content span {
display: block;
font-family: "Montserrat",sans-serif;
color: #fff;
font-size: 1em;
text-align: center;
padding: 0;
line-height: 1;
text-transform: uppercase;
text-shadow: 0 0 10px #000;
font-weight: 700;
}
.home-page-slider .slider-content .line-1 {
font-size: 3em;
margin: 375px 0 5px 0
}
.home-page-slider .slider-content .line-2 {
font-size: 2em;
margin: 0 0 20px 0
}
.home-page-slider .slider-content a {
display: block;
padding: 10px 0 10px 0;
width: 35%;
color: #fff;
text-decoration: none;
border: 1px solid #fff;
font-size: 1.1em;
text-align: center;
margin: 0 auto;
font-family: "Roboto Slab",serif
}
.home-page-slider .slider-content a:hover {
color: #ed822a;
border: 1px solid #ed822a;
background: rgba(255,255,255,0.85)
}
.home-page-slider ul li .background-image {
position: relative;
z-index: 50;
display: block;
width: 100%
}
.home-page-slider ul li .background-image img {
display: block;
margin: 0;
padding: 0;
width: 100%
}
.unslider-fade {
min-height: 300%;
height: 600px;
max-height: 600px
} .vimeo-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
pointer-events: none;
overflow: hidden;
}
.vimeo-wrapper iframe {
width: 100%;
height: 56.25vw; min-height: 80vh;
min-width: 177.77vh; position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} .post, .page {
margin: 0;
}
#masthead{
position: fixed;
top: 0px;
width: 100%;
}
.site-header{
height: 120px;
background-color: white;
padding-top: 10px;
z-index: 11;
position: relative;
}
.is-sticky .site-header{
height: 70px;
transition: all 300ms ease;
}
.is-sticky .site-header .site-branding img{
width: 42px;
}
.is-sticky .site-header .main-navigation{
margin-top: 8px;
}
.site-branding{
float: left;
background-color: white;
}
.site-branding img{
width: 85px;
transition: all .2s ease-in;
}
@keyframes hide_underline {
0% {
width: calc(100% + 6px);
left: unset;
right: -3px
}
to {
width: 0;
left: unset;
right: -3px
}
}
.main-navigation{
float: left;
width: auto;
margin-top: 45px;
margin-left: 60px;
}
.main-navigation a{
font-family: 'Cabin', sans-serif;
padding: 5px 15px;
color: #323331;
text-transform: uppercase; }
.main-navigation a:before {
content: "";
position: absolute;
bottom: 10px;
height: 6px;
left: -3px;
right: unset;
width: 0;
background-color: #cfc42a;
z-index: -1;
transition: all .23s cubic-bezier(0,.8,.69,1);
opacity: 1
}
.main-navigation .sub-menu a:before, .main-navigation .social a:before{
bottom: 17px;
display: none;
}
.main-navigation a:hover:before {
-webkit-animation: show_underline 375ms;
animation: show_underline 375ms;
width: calc(100% + 6px);
opacity: 1
}
.main-navigation a:hover{ }
section h2 {
text-align: center;
text-transform: uppercase;
font-family: 'Cabin', sans-serif;
font-weight: 400;
color:  #80807d;
padding: 5px 15px;
width: fit-content;
}
.actividades{
padding: 45px 0;
}
.post__card{
position: relative;
}
.post__badge{
position: absolute;
top: 0;
background-color: black;
color: white;
padding: 10px;
right: 0;
}
.post__thumbnail{
margin-bottom: 15px;
}
.post__title{
font-size: 22px;
line-height: 24px;
}
.post__title a{
color: #a2866d;
text-decoration: none;
font-family: 'Fira Sans';
font-weight: 700;
}
.post__meta-data{
margin-bottom: 10px;
}
.entry-summary {
margin-top: 0;
font-size: 16px;
font-family: 'Fira Sans';
font-weight: 300;
}
.post__read-more, .post__read-more:visited{
color: white;
background-color: #323331;
width: 130px;
text-align: center;
display: block;
margin-top: 10px;
border-radius: 0;
text-transform: uppercase;
text-decoration: none;
padding: 10px 15px;
margin-bottom: 15px;
font-size: 14px;
}
.link-more{
display: none;
}
.instagram{ padding: 45px 0;
margin-top: 45px;
border-bottom:1px solid rgba(207, 196, 42, .5);
overflow: hidden;
}
.instagram a h3{
color: #ffffff!important;
padding-left: 12px;
background-color: #80807d;
width: fit-content;
padding: 5px 15px 15px 15px;
position: relative;
left: -15px;
position: relative;
}
.ig-title-a{
position: relative;
}
.instagram .ig-title-a:before{
content: "";
position: absolute;
width: 100%;
height: 1px;
background-color: rgba(207, 196, 42, .5);
top: 30px;
}
.instagram .fab{
font-size: 40px;
position: relative;
top: 6px;
}
.arroba{
font-size: 20px;
top: -3px;
position: relative;
}
.instagram .btn{
width: 100px;
margin: 0 auto;
text-align: center;
display: block;
margin-top: 45px;
border-radius: 0;
text-transform: uppercase;
}
a.btn, a.btn:hover{
color: white;
background-color: #a2866d;
}
.mapa{
padding: 60px 0 0 0;
}
.mapa .dos{ }
.menu-item i._mi{
font-size: 24px;
}
.menu-item.social a{
transition: color .25s;
color: #323331;
}
.menu-item.social a:hover{
color:#cfc42a;
} footer{
margin-top: 0px;
background-color: #80807d;
color: white;
padding: 30px 0;
}
.home footer{
margin-top: 30px;
}
footer a, footer a:visited{
color: white;
transition: color .25s;
}
footer a:hover {
color:#424242;
}
footer p{
font-size: 12px!important;
margin-bottom: 8px;
}
footer .logo{
width: 90px;
float: left;
margin-right: 15px;
}
a h3, a:visited h3{
color: #575757;
}
.colab img{
display: inline-block;
max-height: 80px;
margin: 0 10px;
}
.colab img:hover{
opacity: .6;
}
footer .redes{
float: left;
}
footer .redes .fab{
font-size: 24px;
margin-right: 15px;
}
footer .copyright p{
text-align: left;
}
footer ul.footer-menu {
float: right;
list-style: none;
margin: 0;
padding: 0;
margin-top: 42px;
}
footer ul.footer-menu li{
display: inline-block;
float: left;
}
footer ul.footer-menu li a{
text-decoration: none;
font-size: 12px;
}
footer ul.footer-menu li a:hover{
color: white;
}
.mec-single-event .mec-event-social li.mec-event-social-icon a{
border-radius: 20px!important;
background-color: #cfc42a!important;
transition: all .2s ease-in;
}
.mec-single-event .mec-event-social li.mec-event-social-icon a:hover{
background-color: #aaa125!important;
transition: all .2s ease-in;
}
.mec-events-meta-group.mec-events-meta-group-countdown, .mec-events-gcal.mec-events-button{
background: #cfc42b;
color: white!important;
}
.colorskin-custom .mec-events-meta-group-countdown .mec-end-counts h3{
color: white!important;
} #banner-eventos .content-eventos {
width: 90%;
margin: 0 5%;
padding: 10px 0 50px
}
#banner-eventos .content-eventos .evento {
width: calc((100% - 20px)/4);
float: left;
border-left: solid 5px #80807d;
transition: .3s
}
#banner-eventos .content-eventos .evento:hover {
transform: scale(1.1);
}
#banner-eventos .content-eventos .evento .date {
font-family: montserrat;
color: #80807d;
width: 100px;
float: left;
text-align: center
}
#banner-eventos .content-eventos .evento .date .day {
font-size: 53px;
font-weight: 700;
float: left;
width: 100%;
line-height: 37px;
margin-bottom: 7px
}
#banner-eventos .content-eventos .evento .date .month {
font-size: 23px;
font-weight: 500;
float: left;
width: 100%
}
#banner-eventos .content-eventos .evento .date .year {
font-size: 23px;
font-weight: 700;
float: left;
width: 100%;
line-height: 28px
}
#banner-eventos .content-eventos .evento .info {
width: calc(100% - 120px);
float: left;
color: #333;
margin-right: 20px
}
#banner-eventos .content-eventos .evento .info .title {
font-size: 17px;
font-weight: 700;
text-transform: uppercase;
color: #000
}
#banner-eventos .content-eventos .evento .info .tecnica,#banner-eventos .content-eventos .evento .info .artist {
font-size: 15px;
font-weight: 400;
text-transform: uppercase
}
#banner-eventos .content-eventos .evento .info .tecnica {
margin-bottom: 5px
}
#banner-eventos .content-eventos .evento .info .derection,#banner-eventos .content-eventos .evento .info .time {
font-size: 14px;
font-weight: 400;
font-family: roboto
}
#destacados{
}
#destacados .dest{
position: relative;
min-height: 700px;
background-size: 70%;
background-position: center right;
}
#destacados a{
position: absolute;
display: inline-block;
color: white;
top: 0;
background-color: rgb(207 196 42 / 100%);
padding-left: 75px;
padding-right: 20px;
padding-top: 60px;
height: 100%;
width: 30%;
left: 0;
text-decoration: none;
}
#destacados a h4{
color:white;
text-transform: uppercase;
font-size: 36px;
font-weight: 600;
}
.entry-title{
text-transform: uppercase; color: white;
width: fit-content;
padding: 5px 10px;
position: absolute;
left: 50%;
transform: translateX(-50%);  top: 50%;
margin-top: -25px;
font-weight: 400;
}
.post-thumbnail {
position: absolute;
top: 50%;
margin-top: -36%;
width: 100%;
}
.post-thumbnail img{
width: 100%;
max-width: inherit;
opacity: .6;
}
.deco{
background-image: url(//lacompaniavalparaiso.cl/wp-content/themes/compania/images/deco_04.png);
background-size: contain;
height: 80px;
margin-top: 40px;
}
.mec-container{
margin-top: 30px;
}
.mec-container [class*=col-] img{
width: 100%;
}
.mec-credit-url{
display: none!important;
}
label, input{
width: 100%;
}
.wpcf7{
max-width: 700px;
margin: 0 auto;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
border: 1px solid;
border-color: #80807d;
border-radius: 0;
background: #80807d;
color: white;
line-height: 1;
padding: 15px;
font-weight: bold;
font-size: 18px;
} .owl-carousel .owl-nav {
overflow: hidden;
height: 0px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background: #5110e9;
}
.owl-carousel .nav-button {
height: 50px;
width: 25px;
cursor: pointer;
position: absolute;
top: 45%!important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
pointer-events: none;
opacity: 0.25;
}
.owl-carousel .owl-prev {
left: 25px;
}
.owl-carousel .owl-next {
right: 25px;
}
.owl-theme .owl-nav [class*=owl-] {
color: #ffffff;
font-size: 39px;
line-height: 39px;
background:  #80807d;
border-radius: 0px;
padding: 4px 5px;
}
.owl-carousel .prev-carousel:hover {
background-position: 0px -53px;
}
.owl-carousel .next-carousel:hover {
background-position: -24px -53px;
} .mec-events-template-default{
padding-top: 120px;
}
.is-sticky.mec-events-template-default{
padding-top: 70px;
} .mc4wp-form-submitted .mc4wp-form-fields{
display: none;
}
.mc4wp-response{
padding: 30px 0 0 0;
}
#suscribete{
margin-top: 160px;	
}
.suscribete .contendor{
width: 50%;
margin: 0 auto;
border: 2px solid black;
padding: 30px;
}
@media screen and (max-width: 1380px) {
.colab span{
display: block;
margin-bottom: 15px;
}
}
@media screen and (max-width: 1200px) {
.unslider-fade {
height:525px
}
.home-page-slider ul li {
height: 525px;
background-size: 1200px !important;
background-position: right bottom
}
.home-page-slider ul li .slider-content {
bottom: 60px
}
.home-page-slider ul li .slider-content .line-1 {
margin: 325px 0 5px 0
}
}
@media screen and (max-width: 960px) {
.unslider-fade {
height:425px
}
.home-page-slider ul li {
height: 425px;
background-size: 960px !important;
background-position: right bottom
}
.home-page-slider ul li .slider-content .line-1 {
font-size: 2em
}
.home-page-slider ul li .slider-content .line-2 {
font-size: 1.6em
}
.home-page-slider ul li .slider-content a {
font-size: 1.6em
}
}
@media screen and (max-width: 768px) {
.unslider-fade {
height:325px
}
.home-page-slider ul li {
background-size: 768px !important;
background-position: right bottom;
height: 325px
}
.home-page-slider ul li .slider-content .line-1 {
font-size: 2em;
margin-top: 175px
}
.home-page-slider ul li .slider-content .line-2 {
font-size: 1.6em
}
.home-page-slider ul li .slider-content a {
font-size: .6em
}
#nav-icon4 {
width: 60px;
height: 45px;
position: relative;
margin: 0px auto;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
#nav-icon4 span {
display: block;
position: absolute;
height: 9px;
width: 100%;
background: #64625f;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
top: 18px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
top: 36px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: -3px;
left: 8px;
}
#nav-icon4.open span:nth-child(2) {
width: 0%;
opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 39px;
left: 8px;
}
}
@media screen and (max-width: 640px) {
.unslider-fade {
height:240px
}
.home-page-slider ul li {
background-size: 640px !important;
background-position: center center;
height: 240px
}
.home-page-slider ul li .slider-content {
width: 80%;
bottom: 0;
margin-left: 0;
margin-right: 0;
padding: 0 10% 50px 10%;
top: 0;
background: rgba(0,0,0,0.5)
}
.home-page-slider ul li .slider-content .line-1 {
margin-top: 100px;
font-size: 1.8em
}
.home-page-slider ul li .slider-content .line-2 {
font-size: 1em;
margin: 0 0 10px 0
}
.home-page-slider ul li .slider-content a {
width: 50%;
font-size: .6em
}
#banner-eventos .content-eventos .evento {
width: calc(100% - 5px);
margin-left: 5%;
margin: 10px 0;
margin-bottom: 50px;
}
.instagram a h3{
font-size: 16px;
}
header.site-header{
height: 80px!important;
}
.is-sticky header.site-header{
height: 80px!important;
}
.is-sticky .site-header .site-branding img {
width: 50px;
}
.site-branding {
margin-left: 10px;
}
.site-branding img{
width: 50px;
}
.menu-toggle {
position: absolute;
right: 30px;
top: 32px;
background: transparent;
border: none;
padding: 0;
zoom: .7;
}
.main-navigation{
background-color: white;
width: 100%;
margin: 0;
padding: 0;
width: 100%;
}
.main-navigation a {
text-align: center;
padding: 5px 0;
}
.mapa h2{
margin-top: 15px;
}
.home-page-slider{
min-height: 60vh;
margin-top: 80px;
}
.vimeo-wrapper{
height: 100%;
}
.vimeo-wrapper iframe{
min-height: 60vh;
}
.mapa .dos{
padding: 0 18px;
}
footer .logo {
width: 70px;
float: none;
margin: 0 auto;
display: block;
margin-bottom: 15px;
}
footer p {
font-size: 13px!important;
display: block;
float: none;
text-align: center;
}
.menu-principal-container{
width: 100%;
position: absolute;
background: white;
left: 0;
top: 80px;
border-bottom: 1px solid #e0e0e0;
}
.main-navigation ul ul.sub-menu{
width: 100%;
position: relative;
background: white;
left: 0;
top: inherit;
border-bottom: 1px solid #e0e0e0;
background-color: #ececec;
display: block;
float: none;
max-width: 100%;
box-shadow: none;
}
.main-navigation ul ul li {
display: block;
float: none;
width: 100%;
padding: 2px 0;
}
.main-navigation ul ul a{
width: 100%;
text-align: center;
font-size: 12px;
background-color: transparent;
}
#menu-item-24, #menu-item-25, #menu-item-26{
display: inline-block;
}
.menu-toggle, .main-navigation.toggled ul{
text-align: center;
}
.menu-item i._mi{
font-size: 30px;
margin: 10px 10px 15px 10px;
}
.entry-title{
font-size: 18px;
}
.page-content, .entry-content, .entry-summary{
margin-top: 0px;
}
.dest{
min-height: 300px!important;
height: 300px;
}
.owl-carousel .nav-button {
top: 28%!important;
}
#destacados a {
position: absolute;
display: inline-block;
color: white;
top: inherit;
height: 29%;
width: 100%;
left: 0;
text-decoration: none;
bottom: 0;
padding-left: 30px;
padding-top: 10px;
}
.owl-carousel .nav-button {
height: 50px;
width: 25px;
cursor: pointer;
position: absolute;
top: 28%!important;
}
.instagram .fab {
font-size: 30px;
position: relative;
top: 5px;
}
.arroba {
font-size: 15px;
top: -1px;
position: relative;
margin-right: 2px;
}
.mec-wrap .mec-single-title, .single-mec-events .mec-wrap.mec-no-access-error h1{
font-size: 24px;
color: #80807d;
}
.colab{
text-align: center;
}
.colab span {
display: block;
margin-bottom: 15px;
padding-top: 30px;
}
.colab img {
display: inline-block;
max-height: 60px;
margin: 0px 15px;
}
footer .redes{
float: none;
text-align: center;
margin: 45px 0 0 0;
}
.entry-header{
height:200px!important;
margin-bottom: 30px!important;
}
.post-thumbnail{
margin-top: -34%;
}
.page-template-default main{
margin-top: 70px;
}
.instagram{
margin-top: 0px;
}
.deco {
background-size: 300%;
height: 90px;
margin-top: 30px;
background-repeat: repeat-x;
}
.mapa {
padding: 45px 0 0 0;
}
.mec-events-template-default{
padding-top: 80px;
}
.mec-container {
width: 330px;
}
#destacados .dest{
background-size: cover;
background-position: center center;
}
.suscribete .container_form .email input{
width: 300px!important;
font-size: 16px!important;
}
.suscribete .container_form .email .icon{
left: 25px!important;
}
.suscribete .container_form .email button{
position: relative!important;
right: 0!important;
transform: inherit!important;
font-size: 16px!important;
}
.suscribete .contendor{
width: 100%;
margin: 0 auto;
border: 2px solid black;
padding: 30px;
height: 310px;
}
.suscribete h5{
font-size: 14px;
}
#destacados a h4{
font-size: 26px;
line-height: 28px;
}
}
@media screen and (max-width: 360px) {
.home-page-slider ul li .slider-content .line-1 {
letter-spacing:0;
font-size: 1.6em
}
.home-page-slider ul li .slider-content .line-2 {
letter-spacing: 0;
font-size: .8em
}
.home-page-slider ul li .slider-content a {
width: 70%;
font-size: .6em
}
}@-ms-viewport {
width: auto;
}
.lgc-clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.lgc-grid-container:before, .lgc-grid-5:before, .lgc-mobile-grid-5:before, .lgc-tablet-grid-5:before, .lgc-grid-10:before, .lgc-mobile-grid-10:before, .lgc-tablet-grid-10:before, .lgc-grid-15:before, .lgc-mobile-grid-15:before, .lgc-tablet-grid-15:before, .lgc-grid-20:before, .lgc-mobile-grid-20:before, .lgc-tablet-grid-20:before, .lgc-grid-25:before, .lgc-mobile-grid-25:before, .lgc-tablet-grid-25:before, .lgc-grid-30:before, .lgc-mobile-grid-30:before, .lgc-tablet-grid-30:before, .lgc-grid-35:before, .lgc-mobile-grid-35:before, .lgc-tablet-grid-35:before, .lgc-grid-40:before, .lgc-mobile-grid-40:before, .lgc-tablet-grid-40:before, .lgc-grid-45:before, .lgc-mobile-grid-45:before, .lgc-tablet-grid-45:before, .lgc-grid-50:before, .lgc-mobile-grid-50:before, .lgc-tablet-grid-50:before, .lgc-grid-55:before, .lgc-mobile-grid-55:before, .lgc-tablet-grid-55:before, .lgc-grid-60:before, .lgc-mobile-grid-60:before, .lgc-tablet-grid-60:before, .lgc-grid-65:before, .lgc-mobile-grid-65:before, .lgc-tablet-grid-65:before, .lgc-grid-70:before, .lgc-mobile-grid-70:before, .lgc-tablet-grid-70:before, .lgc-grid-75:before, .lgc-mobile-grid-75:before, .lgc-tablet-grid-75:before, .lgc-grid-80:before, .lgc-mobile-grid-80:before, .lgc-tablet-grid-80:before, .lgc-grid-85:before, .lgc-mobile-grid-85:before, .lgc-tablet-grid-85:before, .lgc-grid-90:before, .lgc-mobile-grid-90:before, .lgc-tablet-grid-90:before, .lgc-grid-95:before, .lgc-mobile-grid-95:before, .lgc-tablet-grid-95:before, .lgc-grid-100:before, .lgc-mobile-grid-100:before, .lgc-tablet-grid-100:before, .lgc-grid-33:before, .lgc-mobile-grid-33:before, .lgc-tablet-grid-33:before, .lgc-grid-66:before, .lgc-mobile-grid-66:before, .lgc-tablet-grid-66:before, .lgc-clearfix:before,
.lgc-grid-container:after,
.lgc-grid-5:after,
.lgc-mobile-grid-5:after,
.lgc-tablet-grid-5:after,
.lgc-grid-10:after,
.lgc-mobile-grid-10:after,
.lgc-tablet-grid-10:after,
.lgc-grid-15:after,
.lgc-mobile-grid-15:after,
.lgc-tablet-grid-15:after,
.lgc-grid-20:after,
.lgc-mobile-grid-20:after,
.lgc-tablet-grid-20:after,
.lgc-grid-25:after,
.lgc-mobile-grid-25:after,
.lgc-tablet-grid-25:after,
.lgc-grid-30:after,
.lgc-mobile-grid-30:after,
.lgc-tablet-grid-30:after,
.lgc-grid-35:after,
.lgc-mobile-grid-35:after,
.lgc-tablet-grid-35:after,
.lgc-grid-40:after,
.lgc-mobile-grid-40:after,
.lgc-tablet-grid-40:after,
.lgc-grid-45:after,
.lgc-mobile-grid-45:after,
.lgc-tablet-grid-45:after,
.lgc-grid-50:after,
.lgc-mobile-grid-50:after,
.lgc-tablet-grid-50:after,
.lgc-grid-55:after,
.lgc-mobile-grid-55:after,
.lgc-tablet-grid-55:after,
.lgc-grid-60:after,
.lgc-mobile-grid-60:after,
.lgc-tablet-grid-60:after,
.lgc-grid-65:after,
.lgc-mobile-grid-65:after,
.lgc-tablet-grid-65:after,
.lgc-grid-70:after,
.lgc-mobile-grid-70:after,
.lgc-tablet-grid-70:after,
.lgc-grid-75:after,
.lgc-mobile-grid-75:after,
.lgc-tablet-grid-75:after,
.lgc-grid-80:after,
.lgc-mobile-grid-80:after,
.lgc-tablet-grid-80:after,
.lgc-grid-85:after,
.lgc-mobile-grid-85:after,
.lgc-tablet-grid-85:after,
.lgc-grid-90:after,
.lgc-mobile-grid-90:after,
.lgc-tablet-grid-90:after,
.lgc-grid-95:after,
.lgc-mobile-grid-95:after,
.lgc-tablet-grid-95:after,
.lgc-grid-100:after,
.lgc-mobile-grid-100:after,
.lgc-tablet-grid-100:after,
.lgc-grid-33:after,
.lgc-mobile-grid-33:after,
.lgc-tablet-grid-33:after,
.lgc-grid-66:after,
.lgc-mobile-grid-66:after,
.lgc-tablet-grid-66:after,
.lgc-clearfix:after {
content: ".";
display: block;
overflow: hidden;
visibility: hidden;
font-size: 0;
line-height: 0;
width: 0;
height: 0;
}
.lgc-grid-container:after, .lgc-grid-5:after, .lgc-mobile-grid-5:after, .lgc-tablet-grid-5:after, .lgc-grid-10:after, .lgc-mobile-grid-10:after, .lgc-tablet-grid-10:after, .lgc-grid-15:after, .lgc-mobile-grid-15:after, .lgc-tablet-grid-15:after, .lgc-grid-20:after, .lgc-mobile-grid-20:after, .lgc-tablet-grid-20:after, .lgc-grid-25:after, .lgc-mobile-grid-25:after, .lgc-tablet-grid-25:after, .lgc-grid-30:after, .lgc-mobile-grid-30:after, .lgc-tablet-grid-30:after, .lgc-grid-35:after, .lgc-mobile-grid-35:after, .lgc-tablet-grid-35:after, .lgc-grid-40:after, .lgc-mobile-grid-40:after, .lgc-tablet-grid-40:after, .lgc-grid-45:after, .lgc-mobile-grid-45:after, .lgc-tablet-grid-45:after, .lgc-grid-50:after, .lgc-mobile-grid-50:after, .lgc-tablet-grid-50:after, .lgc-grid-55:after, .lgc-mobile-grid-55:after, .lgc-tablet-grid-55:after, .lgc-grid-60:after, .lgc-mobile-grid-60:after, .lgc-tablet-grid-60:after, .lgc-grid-65:after, .lgc-mobile-grid-65:after, .lgc-tablet-grid-65:after, .lgc-grid-70:after, .lgc-mobile-grid-70:after, .lgc-tablet-grid-70:after, .lgc-grid-75:after, .lgc-mobile-grid-75:after, .lgc-tablet-grid-75:after, .lgc-grid-80:after, .lgc-mobile-grid-80:after, .lgc-tablet-grid-80:after, .lgc-grid-85:after, .lgc-mobile-grid-85:after, .lgc-tablet-grid-85:after, .lgc-grid-90:after, .lgc-mobile-grid-90:after, .lgc-tablet-grid-90:after, .lgc-grid-95:after, .lgc-mobile-grid-95:after, .lgc-tablet-grid-95:after, .lgc-grid-100:after, .lgc-mobile-grid-100:after, .lgc-tablet-grid-100:after, .lgc-grid-33:after, .lgc-mobile-grid-33:after, .lgc-tablet-grid-33:after, .lgc-grid-66:after, .lgc-mobile-grid-66:after, .lgc-tablet-grid-66:after, .lgc-clearfix:after {
clear: both;
}
.lgc-grid-container {
margin-left: auto;
margin-right: auto;
max-width: 1200px;
padding-left: 10px;
padding-right: 10px;
}
.lgc-grid-5, .lgc-mobile-grid-5, .lgc-tablet-grid-5, .lgc-grid-10, .lgc-mobile-grid-10, .lgc-tablet-grid-10, .lgc-grid-15, .lgc-mobile-grid-15, .lgc-tablet-grid-15, .lgc-grid-20, .lgc-mobile-grid-20, .lgc-tablet-grid-20, .lgc-grid-25, .lgc-mobile-grid-25, .lgc-tablet-grid-25, .lgc-grid-30, .lgc-mobile-grid-30, .lgc-tablet-grid-30, .lgc-grid-35, .lgc-mobile-grid-35, .lgc-tablet-grid-35, .lgc-grid-40, .lgc-mobile-grid-40, .lgc-tablet-grid-40, .lgc-grid-45, .lgc-mobile-grid-45, .lgc-tablet-grid-45, .lgc-grid-50, .lgc-mobile-grid-50, .lgc-tablet-grid-50, .lgc-grid-55, .lgc-mobile-grid-55, .lgc-tablet-grid-55, .lgc-grid-60, .lgc-mobile-grid-60, .lgc-tablet-grid-60, .lgc-grid-65, .lgc-mobile-grid-65, .lgc-tablet-grid-65, .lgc-grid-70, .lgc-mobile-grid-70, .lgc-tablet-grid-70, .lgc-grid-75, .lgc-mobile-grid-75, .lgc-tablet-grid-75, .lgc-grid-80, .lgc-mobile-grid-80, .lgc-tablet-grid-80, .lgc-grid-85, .lgc-mobile-grid-85, .lgc-tablet-grid-85, .lgc-grid-90, .lgc-mobile-grid-90, .lgc-tablet-grid-90, .lgc-grid-95, .lgc-mobile-grid-95, .lgc-tablet-grid-95, .lgc-grid-100, .lgc-mobile-grid-100, .lgc-tablet-grid-100, .lgc-grid-33, .lgc-mobile-grid-33, .lgc-tablet-grid-33, .lgc-grid-66, .lgc-mobile-grid-66, .lgc-tablet-grid-66 {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
}
.lgc-grid-parent {
padding-left: 0;
padding-right: 0;
}
.lgc-grid-offset {
margin-left: -10px;
margin-right: -10px;
}
@media (max-width: 767px) {
.mobile-push-5, .lgc-mobile-pull-5, .lgc-mobile-push-10, .lgc-mobile-pull-10, .lgc-mobile-push-15, .lgc-mobile-pull-15, .lgc-mobile-push-20, .lgc-mobile-pull-20, .lgc-mobile-push-25, .lgc-mobile-pull-25, .lgc-mobile-push-30, .lgc-mobile-pull-30, .lgc-mobile-push-35, .lgc-mobile-pull-35, .lgc-mobile-push-40, .lgc-mobile-pull-40, .lgc-mobile-push-45, .lgc-mobile-pull-45, .lgc-mobile-push-50, .lgc-mobile-pull-50, .lgc-mobile-push-55, .lgc-mobile-pull-55, .lgc-mobile-push-60, .lgc-mobile-pull-60, .lgc-mobile-push-65, .lgc-mobile-pull-65, .lgc-mobile-push-70, .lgc-mobile-pull-70, .lgc-mobile-push-75, .lgc-mobile-pull-75, .lgc-mobile-push-80, .lgc-mobile-pull-80, .lgc-mobile-push-85, .lgc-mobile-pull-85, .lgc-mobile-push-90, .lgc-mobile-pull-90, .lgc-mobile-push-95, .lgc-mobile-pull-95, .lgc-mobile-push-33, .lgc-mobile-pull-33, .lgc-mobile-push-66, .lgc-mobile-pull-66 {
position: relative;
}
.lgc-hide-on-mobile {
display: none !important;
}
.lgc-mobile-grid-5 {
float: left;
width: 5%;
}
.lgc-mobile-prefix-5 {
margin-left: 5%;
}
.lgc-mobile-suffix-5 {
margin-right: 5%;
}
.lgc-mobile-push-5 {
left: 5%;
}
.lgc-mobile-pull-5 {
left: -5%;
}
.lgc-mobile-grid-10 {
float: left;
width: 10%;
}
.lgc-mobile-prefix-10 {
margin-left: 10%;
}
.lgc-mobile-suffix-10 {
margin-right: 10%;
}
.lgc-mobile-push-10 {
left: 10%;
}
.lgc-mobile-pull-10 {
left: -10%;
}
.lgc-mobile-grid-15 {
float: left;
width: 15%;
}
.lgc-mobile-prefix-15 {
margin-left: 15%;
}
.lgc-mobile-suffix-15 {
margin-right: 15%;
}
.lgc-mobile-push-15 {
left: 15%;
}
.lgc-mobile-pull-15 {
left: -15%;
}
.lgc-mobile-grid-20 {
float: left;
width: 20%;
}
.lgc-mobile-prefix-20 {
margin-left: 20%;
}
.lgc-mobile-suffix-20 {
margin-right: 20%;
}
.lgc-mobile-push-20 {
left: 20%;
}
.lgc-mobile-pull-20 {
left: -20%;
}
.lgc-mobile-grid-25 {
float: left;
width: 25%;
}
.lgc-mobile-prefix-25 {
margin-left: 25%;
}
.lgc-mobile-suffix-25 {
margin-right: 25%;
}
.lgc-mobile-push-25 {
left: 25%;
}
.lgc-mobile-pull-25 {
left: -25%;
}
.lgc-mobile-grid-30 {
float: left;
width: 30%;
}
.lgc-mobile-prefix-30 {
margin-left: 30%;
}
.lgc-mobile-suffix-30 {
margin-right: 30%;
}
.lgc-mobile-push-30 {
left: 30%;
}
.lgc-mobile-pull-30 {
left: -30%;
}
.lgc-mobile-grid-35 {
float: left;
width: 35%;
}
.lgc-mobile-prefix-35 {
margin-left: 35%;
}
.lgc-mobile-suffix-35 {
margin-right: 35%;
}
.lgc-mobile-push-35 {
left: 35%;
}
.lgc-mobile-pull-35 {
left: -35%;
}
.lgc-mobile-grid-40 {
float: left;
width: 40%;
}
.lgc-mobile-prefix-40 {
margin-left: 40%;
}
.lgc-mobile-suffix-40 {
margin-right: 40%;
}
.lgc-mobile-push-40 {
left: 40%;
}
.lgc-mobile-pull-40 {
left: -40%;
}
.lgc-mobile-grid-45 {
float: left;
width: 45%;
}
.lgc-mobile-prefix-45 {
margin-left: 45%;
}
.lgc-mobile-suffix-45 {
margin-right: 45%;
}
.lgc-mobile-push-45 {
left: 45%;
}
.lgc-mobile-pull-45 {
left: -45%;
}
.lgc-mobile-grid-50 {
float: left;
width: 50%;
}
.lgc-mobile-prefix-50 {
margin-left: 50%;
}
.lgc-mobile-suffix-50 {
margin-right: 50%;
}
.lgc-mobile-push-50 {
left: 50%;
}
.lgc-mobile-pull-50 {
left: -50%;
}
.lgc-mobile-grid-55 {
float: left;
width: 55%;
}
.lgc-mobile-prefix-55 {
margin-left: 55%;
}
.lgc-mobile-suffix-55 {
margin-right: 55%;
}
.lgc-mobile-push-55 {
left: 55%;
}
.lgc-mobile-pull-55 {
left: -55%;
}
.lgc-mobile-grid-60 {
float: left;
width: 60%;
}
.lgc-mobile-prefix-60 {
margin-left: 60%;
}
.lgc-mobile-suffix-60 {
margin-right: 60%;
}
.lgc-mobile-push-60 {
left: 60%;
}
.lgc-mobile-pull-60 {
left: -60%;
}
.lgc-mobile-grid-65 {
float: left;
width: 65%;
}
.lgc-mobile-prefix-65 {
margin-left: 65%;
}
.lgc-mobile-suffix-65 {
margin-right: 65%;
}
.lgc-mobile-push-65 {
left: 65%;
}
.lgc-mobile-pull-65 {
left: -65%;
}
.lgc-mobile-grid-70 {
float: left;
width: 70%;
}
.lgc-mobile-prefix-70 {
margin-left: 70%;
}
.lgc-mobile-suffix-70 {
margin-right: 70%;
}
.lgc-mobile-push-70 {
left: 70%;
}
.lgc-mobile-pull-70 {
left: -70%;
}
.lgc-mobile-grid-75 {
float: left;
width: 75%;
}
.lgc-mobile-prefix-75 {
margin-left: 75%;
}
.lgc-mobile-suffix-75 {
margin-right: 75%;
}
.lgc-mobile-push-75 {
left: 75%;
}
.lgc-mobile-pull-75 {
left: -75%;
}
.lgc-mobile-grid-80 {
float: left;
width: 80%;
}
.lgc-mobile-prefix-80 {
margin-left: 80%;
}
.lgc-mobile-suffix-80 {
margin-right: 80%;
}
.lgc-mobile-push-80 {
left: 80%;
}
.lgc-mobile-pull-80 {
left: -80%;
}
.lgc-mobile-grid-85 {
float: left;
width: 85%;
}
.lgc-mobile-prefix-85 {
margin-left: 85%;
}
.lgc-mobile-suffix-85 {
margin-right: 85%;
}
.lgc-mobile-push-85 {
left: 85%;
}
.lgc-mobile-pull-85 {
left: -85%;
}
.lgc-mobile-grid-90 {
float: left;
width: 90%;
}
.lgc-mobile-prefix-90 {
margin-left: 90%;
}
.lgc-mobile-suffix-90 {
margin-right: 90%;
}
.lgc-mobile-push-90 {
left: 90%;
}
.lgc-mobile-pull-90 {
left: -90%;
}
.lgc-mobile-grid-95 {
float: left;
width: 95%;
}
.lgc-mobile-prefix-95 {
margin-left: 95%;
}
.lgc-mobile-suffix-95 {
margin-right: 95%;
}
.lgc-mobile-push-95 {
left: 95%;
}
.lgc-mobile-pull-95 {
left: -95%;
}
.lgc-mobile-grid-33 {
float: left;
width: 33.33333%;
}
.lgc-mobile-prefix-33 {
margin-left: 33.33333%;
}
.lgc-mobile-suffix-33 {
margin-right: 33.33333%;
}
.lgc-mobile-push-33 {
left: 33.33333%;
}
.lgc-mobile-pull-33 {
left: -33.33333%;
}
.lgc-mobile-grid-66 {
float: left;
width: 66.66667%;
}
.lgc-mobile-prefix-66 {
margin-left: 66.66667%;
}
.lgc-mobile-suffix-66 {
margin-right: 66.66667%;
}
.lgc-mobile-push-66 {
left: 66.66667%;
}
.lgc-mobile-pull-66 {
left: -66.66667%;
}
.lgc-mobile-grid-100 {
clear: both;
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1025px) {
.tablet-push-5, .lgc-tablet-pull-5, .lgc-tablet-push-10, .lgc-tablet-pull-10, .lgc-tablet-push-15, .lgc-tablet-pull-15, .lgc-tablet-push-20, .lgc-tablet-pull-20, .lgc-tablet-push-25, .lgc-tablet-pull-25, .lgc-tablet-push-30, .lgc-tablet-pull-30, .lgc-tablet-push-35, .lgc-tablet-pull-35, .lgc-tablet-push-40, .lgc-tablet-pull-40, .lgc-tablet-push-45, .lgc-tablet-pull-45, .lgc-tablet-push-50, .lgc-tablet-pull-50, .lgc-tablet-push-55, .lgc-tablet-pull-55, .lgc-tablet-push-60, .lgc-tablet-pull-60, .lgc-tablet-push-65, .lgc-tablet-pull-65, .lgc-tablet-push-70, .lgc-tablet-pull-70, .lgc-tablet-push-75, .lgc-tablet-pull-75, .lgc-tablet-push-80, .lgc-tablet-pull-80, .lgc-tablet-push-85, .lgc-tablet-pull-85, .lgc-tablet-push-90, .lgc-tablet-pull-90, .lgc-tablet-push-95, .lgc-tablet-pull-95, .lgc-tablet-push-33, .lgc-tablet-pull-33, .lgc-tablet-push-66, .lgc-tablet-pull-66 {
position: relative;
}
.lgc-hide-on-tablet {
display: none !important;
}
.lgc-tablet-grid-5 {
float: left;
width: 5%;
}
.lgc-tablet-prefix-5 {
margin-left: 5%;
}
.lgc-tablet-suffix-5 {
margin-right: 5%;
}
.lgc-tablet-push-5 {
left: 5%;
}
.lgc-tablet-pull-5 {
left: -5%;
}
.lgc-tablet-grid-10 {
float: left;
width: 10%;
}
.lgc-tablet-prefix-10 {
margin-left: 10%;
}
.lgc-tablet-suffix-10 {
margin-right: 10%;
}
.lgc-tablet-push-10 {
left: 10%;
}
.lgc-tablet-pull-10 {
left: -10%;
}
.lgc-tablet-grid-15 {
float: left;
width: 15%;
}
.lgc-tablet-prefix-15 {
margin-left: 15%;
}
.lgc-tablet-suffix-15 {
margin-right: 15%;
}
.lgc-tablet-push-15 {
left: 15%;
}
.lgc-tablet-pull-15 {
left: -15%;
}
.lgc-tablet-grid-20 {
float: left;
width: 20%;
}
.lgc-tablet-prefix-20 {
margin-left: 20%;
}
.lgc-tablet-suffix-20 {
margin-right: 20%;
}
.lgc-tablet-push-20 {
left: 20%;
}
.lgc-tablet-pull-20 {
left: -20%;
}
.lgc-tablet-grid-25 {
float: left;
width: 25%;
}
.lgc-tablet-prefix-25 {
margin-left: 25%;
}
.lgc-tablet-suffix-25 {
margin-right: 25%;
}
.lgc-tablet-push-25 {
left: 25%;
}
.lgc-tablet-pull-25 {
left: -25%;
}
.lgc-tablet-grid-30 {
float: left;
width: 30%;
}
.lgc-tablet-prefix-30 {
margin-left: 30%;
}
.lgc-tablet-suffix-30 {
margin-right: 30%;
}
.lgc-tablet-push-30 {
left: 30%;
}
.lgc-tablet-pull-30 {
left: -30%;
}
.lgc-tablet-grid-35 {
float: left;
width: 35%;
}
.lgc-tablet-prefix-35 {
margin-left: 35%;
}
.lgc-tablet-suffix-35 {
margin-right: 35%;
}
.lgc-tablet-push-35 {
left: 35%;
}
.lgc-tablet-pull-35 {
left: -35%;
}
.lgc-tablet-grid-40 {
float: left;
width: 40%;
}
.lgc-tablet-prefix-40 {
margin-left: 40%;
}
.lgc-tablet-suffix-40 {
margin-right: 40%;
}
.lgc-tablet-push-40 {
left: 40%;
}
.lgc-tablet-pull-40 {
left: -40%;
}
.lgc-tablet-grid-45 {
float: left;
width: 45%;
}
.lgc-tablet-prefix-45 {
margin-left: 45%;
}
.lgc-tablet-suffix-45 {
margin-right: 45%;
}
.lgc-tablet-push-45 {
left: 45%;
}
.lgc-tablet-pull-45 {
left: -45%;
}
.lgc-tablet-grid-50 {
float: left;
width: 50%;
}
.lgc-tablet-prefix-50 {
margin-left: 50%;
}
.lgc-tablet-suffix-50 {
margin-right: 50%;
}
.lgc-tablet-push-50 {
left: 50%;
}
.lgc-tablet-pull-50 {
left: -50%;
}
.lgc-tablet-grid-55 {
float: left;
width: 55%;
}
.lgc-tablet-prefix-55 {
margin-left: 55%;
}
.lgc-tablet-suffix-55 {
margin-right: 55%;
}
.lgc-tablet-push-55 {
left: 55%;
}
.lgc-tablet-pull-55 {
left: -55%;
}
.lgc-tablet-grid-60 {
float: left;
width: 60%;
}
.lgc-tablet-prefix-60 {
margin-left: 60%;
}
.lgc-tablet-suffix-60 {
margin-right: 60%;
}
.lgc-tablet-push-60 {
left: 60%;
}
.lgc-tablet-pull-60 {
left: -60%;
}
.lgc-tablet-grid-65 {
float: left;
width: 65%;
}
.lgc-tablet-prefix-65 {
margin-left: 65%;
}
.lgc-tablet-suffix-65 {
margin-right: 65%;
}
.lgc-tablet-push-65 {
left: 65%;
}
.lgc-tablet-pull-65 {
left: -65%;
}
.lgc-tablet-grid-70 {
float: left;
width: 70%;
}
.lgc-tablet-prefix-70 {
margin-left: 70%;
}
.lgc-tablet-suffix-70 {
margin-right: 70%;
}
.lgc-tablet-push-70 {
left: 70%;
}
.lgc-tablet-pull-70 {
left: -70%;
}
.lgc-tablet-grid-75 {
float: left;
width: 75%;
}
.lgc-tablet-prefix-75 {
margin-left: 75%;
}
.lgc-tablet-suffix-75 {
margin-right: 75%;
}
.lgc-tablet-push-75 {
left: 75%;
}
.lgc-tablet-pull-75 {
left: -75%;
}
.lgc-tablet-grid-80 {
float: left;
width: 80%;
}
.lgc-tablet-prefix-80 {
margin-left: 80%;
}
.lgc-tablet-suffix-80 {
margin-right: 80%;
}
.lgc-tablet-push-80 {
left: 80%;
}
.lgc-tablet-pull-80 {
left: -80%;
}
.lgc-tablet-grid-85 {
float: left;
width: 85%;
}
.lgc-tablet-prefix-85 {
margin-left: 85%;
}
.lgc-tablet-suffix-85 {
margin-right: 85%;
}
.lgc-tablet-push-85 {
left: 85%;
}
.lgc-tablet-pull-85 {
left: -85%;
}
.lgc-tablet-grid-90 {
float: left;
width: 90%;
}
.lgc-tablet-prefix-90 {
margin-left: 90%;
}
.lgc-tablet-suffix-90 {
margin-right: 90%;
}
.lgc-tablet-push-90 {
left: 90%;
}
.lgc-tablet-pull-90 {
left: -90%;
}
.lgc-tablet-grid-95 {
float: left;
width: 95%;
}
.lgc-tablet-prefix-95 {
margin-left: 95%;
}
.lgc-tablet-suffix-95 {
margin-right: 95%;
}
.lgc-tablet-push-95 {
left: 95%;
}
.lgc-tablet-pull-95 {
left: -95%;
}
.lgc-tablet-grid-33 {
float: left;
width: 33.33333%;
}
.lgc-tablet-prefix-33 {
margin-left: 33.33333%;
}
.lgc-tablet-suffix-33 {
margin-right: 33.33333%;
}
.lgc-tablet-push-33 {
left: 33.33333%;
}
.lgc-tablet-pull-33 {
left: -33.33333%;
}
.lgc-tablet-grid-66 {
float: left;
width: 66.66667%;
}
.lgc-tablet-prefix-66 {
margin-left: 66.66667%;
}
.lgc-tablet-suffix-66 {
margin-right: 66.66667%;
}
.lgc-tablet-push-66 {
left: 66.66667%;
}
.lgc-tablet-pull-66 {
left: -66.66667%;
}
.lgc-tablet-grid-100 {
clear: both;
width: 100%;
}
}
@media (min-width: 1025px) {
.push-5, .lgc-pull-5, .lgc-push-10, .lgc-pull-10, .lgc-push-15, .lgc-pull-15, .lgc-push-20, .lgc-pull-20, .lgc-push-25, .lgc-pull-25, .lgc-push-30, .lgc-pull-30, .lgc-push-35, .lgc-pull-35, .lgc-push-40, .lgc-pull-40, .lgc-push-45, .lgc-pull-45, .lgc-push-50, .lgc-pull-50, .lgc-push-55, .lgc-pull-55, .lgc-push-60, .lgc-pull-60, .lgc-push-65, .lgc-pull-65, .lgc-push-70, .lgc-pull-70, .lgc-push-75, .lgc-pull-75, .lgc-push-80, .lgc-pull-80, .lgc-push-85, .lgc-pull-85, .lgc-push-90, .lgc-pull-90, .lgc-push-95, .lgc-pull-95, .lgc-push-33, .lgc-pull-33, .lgc-push-66, .lgc-pull-66 {
position: relative;
}
.lgc-hide-on-desktop {
display: none !important;
}
.lgc-grid-5 {
float: left;
width: 5%;
}
.lgc-prefix-5 {
margin-left: 5%;
}
.lgc-suffix-5 {
margin-right: 5%;
}
.lgc-push-5 {
left: 5%;
}
.lgc-pull-5 {
left: -5%;
}
.lgc-grid-10 {
float: left;
width: 10%;
}
.lgc-prefix-10 {
margin-left: 10%;
}
.lgc-suffix-10 {
margin-right: 10%;
}
.lgc-push-10 {
left: 10%;
}
.lgc-pull-10 {
left: -10%;
}
.lgc-grid-15 {
float: left;
width: 15%;
}
.lgc-prefix-15 {
margin-left: 15%;
}
.lgc-suffix-15 {
margin-right: 15%;
}
.lgc-push-15 {
left: 15%;
}
.lgc-pull-15 {
left: -15%;
}
.lgc-grid-20 {
float: left;
width: 20%;
}
.lgc-prefix-20 {
margin-left: 20%;
}
.lgc-suffix-20 {
margin-right: 20%;
}
.lgc-push-20 {
left: 20%;
}
.lgc-pull-20 {
left: -20%;
}
.lgc-grid-25 {
float: left;
width: 25%;
}
.lgc-prefix-25 {
margin-left: 25%;
}
.lgc-suffix-25 {
margin-right: 25%;
}
.lgc-push-25 {
left: 25%;
}
.lgc-pull-25 {
left: -25%;
}
.lgc-grid-30 {
float: left;
width: 30%;
}
.lgc-prefix-30 {
margin-left: 30%;
}
.lgc-suffix-30 {
margin-right: 30%;
}
.lgc-push-30 {
left: 30%;
}
.lgc-pull-30 {
left: -30%;
}
.lgc-grid-35 {
float: left;
width: 35%;
}
.lgc-prefix-35 {
margin-left: 35%;
}
.lgc-suffix-35 {
margin-right: 35%;
}
.lgc-push-35 {
left: 35%;
}
.lgc-pull-35 {
left: -35%;
}
.lgc-grid-40 {
float: left;
width: 40%;
}
.lgc-prefix-40 {
margin-left: 40%;
}
.lgc-suffix-40 {
margin-right: 40%;
}
.lgc-push-40 {
left: 40%;
}
.lgc-pull-40 {
left: -40%;
}
.lgc-grid-45 {
float: left;
width: 45%;
}
.lgc-prefix-45 {
margin-left: 45%;
}
.lgc-suffix-45 {
margin-right: 45%;
}
.lgc-push-45 {
left: 45%;
}
.lgc-pull-45 {
left: -45%;
}
.lgc-grid-50 {
float: left;
width: 50%;
}
.lgc-prefix-50 {
margin-left: 50%;
}
.lgc-suffix-50 {
margin-right: 50%;
}
.lgc-push-50 {
left: 50%;
}
.lgc-pull-50 {
left: -50%;
}
.lgc-grid-55 {
float: left;
width: 55%;
}
.lgc-prefix-55 {
margin-left: 55%;
}
.lgc-suffix-55 {
margin-right: 55%;
}
.lgc-push-55 {
left: 55%;
}
.lgc-pull-55 {
left: -55%;
}
.lgc-grid-60 {
float: left;
width: 60%;
}
.lgc-prefix-60 {
margin-left: 60%;
}
.lgc-suffix-60 {
margin-right: 60%;
}
.lgc-push-60 {
left: 60%;
}
.lgc-pull-60 {
left: -60%;
}
.lgc-grid-65 {
float: left;
width: 65%;
}
.lgc-prefix-65 {
margin-left: 65%;
}
.lgc-suffix-65 {
margin-right: 65%;
}
.lgc-push-65 {
left: 65%;
}
.lgc-pull-65 {
left: -65%;
}
.lgc-grid-70 {
float: left;
width: 70%;
}
.lgc-prefix-70 {
margin-left: 70%;
}
.lgc-suffix-70 {
margin-right: 70%;
}
.lgc-push-70 {
left: 70%;
}
.lgc-pull-70 {
left: -70%;
}
.lgc-grid-75 {
float: left;
width: 75%;
}
.lgc-prefix-75 {
margin-left: 75%;
}
.lgc-suffix-75 {
margin-right: 75%;
}
.lgc-push-75 {
left: 75%;
}
.lgc-pull-75 {
left: -75%;
}
.lgc-grid-80 {
float: left;
width: 80%;
}
.lgc-prefix-80 {
margin-left: 80%;
}
.lgc-suffix-80 {
margin-right: 80%;
}
.lgc-push-80 {
left: 80%;
}
.lgc-pull-80 {
left: -80%;
}
.lgc-grid-85 {
float: left;
width: 85%;
}
.lgc-prefix-85 {
margin-left: 85%;
}
.lgc-suffix-85 {
margin-right: 85%;
}
.lgc-push-85 {
left: 85%;
}
.lgc-pull-85 {
left: -85%;
}
.lgc-grid-90 {
float: left;
width: 90%;
}
.lgc-prefix-90 {
margin-left: 90%;
}
.lgc-suffix-90 {
margin-right: 90%;
}
.lgc-push-90 {
left: 90%;
}
.lgc-pull-90 {
left: -90%;
}
.lgc-grid-95 {
float: left;
width: 95%;
}
.lgc-prefix-95 {
margin-left: 95%;
}
.lgc-suffix-95 {
margin-right: 95%;
}
.lgc-push-95 {
left: 95%;
}
.lgc-pull-95 {
left: -95%;
}
.lgc-grid-33 {
float: left;
width: 33.33333%;
}
.lgc-prefix-33 {
margin-left: 33.33333%;
}
.lgc-suffix-33 {
margin-right: 33.33333%;
}
.lgc-push-33 {
left: 33.33333%;
}
.lgc-pull-33 {
left: -33.33333%;
}
.lgc-grid-66 {
float: left;
width: 66.66667%;
}
.lgc-prefix-66 {
margin-left: 66.66667%;
}
.lgc-suffix-66 {
margin-right: 66.66667%;
}
.lgc-push-66 {
left: 66.66667%;
}
.lgc-pull-66 {
left: -66.66667%;
}
.lgc-grid-100 {
clear: both;
width: 100%;
}
} .lgc-column p {
margin-bottom: 1.5em;
}
.inside-grid-column {
padding: 0 10px 0 10px;
margin-bottom: 1.5em;
}
.inside-grid-column > p:last-child {
margin-bottom: 0;
}
@media (max-width:767px) {
.lgc-mobile-grid-100 .inside-grid-column {
padding: 0;
}
}
@media (max-width: 1024px) {
.lgc-clear {
display: none;
}
}