@charset "UTF-8";
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
}   hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {} 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 { }
p { }
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;
}
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%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] { }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover { }
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;
}
.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;
}
.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;
}@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzAdKg.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc6CsE.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzc.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYag.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYag.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: normal;
src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: normal;
src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-stretch: normal;
src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format('truetype');
}
@font-face {
font-family: gothamlight;
src: url(//construye2025.cl/wp-content/themes/themebosscore/Fonts/GothamLight.ttf);
}
@font-face {
font-family: gothambook;
src: url(//construye2025.cl/wp-content/themes/themebosscore/Fonts/GothamBook.ttf);
}
.fuentelight {
font-family: gothamlight;
}
.fuentebook {
font-family: gothambook;
}
*,
*:before,
*:after {
box-sizing: border-box;
outline: 0;
}
.fuente1 {
font-family: Verdana, Geneva, Tahoma;
} .layerColor {
background: rgba(4, 4, 4, 0.1);
}     .transitionaditional {
-webkit-transition: 0.15s ease-in-out;
-moz-transition: 10.15s ease-in-out;
-o-transition: 0.15s ease-in-out;
transition: 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.transitionlenta {
-webkit-animation-duration: 1.9s;
animation-duration: 1.9s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.transitionlenta2 {
-webkit-animation-duration: 2.2s;
animation-duration: 2.2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.sizeborder {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
}
.cloud {
margin-top: 10px;
width: 100%;
float: left;
margin-bottom: 20px;
}
.bim .cloud p {
text-align: justify;
}
.cloud a {
border: 1px solid #e3f8ff !important;
background-color: #e3f8ff;
padding: 4px 7px 2px;
font-size: 12px!important;
font-family: Verdana, Geneva, Tahoma;
float: left;
margin: 2px 2px 5px 2px;
color: #00669e;
text-decoration: none;
list-style: none;
border-radius: 0px;
}
.cloud a:hover {
color: #009EE2 !important;
}
.tag .detBox a {
color: #00669E !important;
} body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li,
img,
input,
table,
tr,
td,
th,
textarea,
select,
a,
span,
div,
iframe,
aside,
header,
footer,
section,
article,
hgroup,
nav {
margin: 0;
padding: 0;
border: 0;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
::-moz-selection {
background-color: #000;
color: #ffffff;
}
::selection {
background-color: #000;
color: #ffffff;
} * {
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}   a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
.btn-1 {
position: relative;
padding: 8px 28px;
text-align: center;
font-size: 13px;
letter-spacing: 1px;
text-decoration: none;
color: #fff;
font-family: Verdana, Geneva, Tahoma;
background: #FF0000;
cursor: pointer;
transition: ease-out 0.7s;
border-radius: 4px;
float: left;
}
.btn-1:hover {
background: #00669E;
text-decoration: none;
list-style: none;
transition: ease-out 0.7s;
color: #fff;
}
.btn-1 .fa {
color: #fff;
}
.btn-1 .ions {
color: peru;
font-size: 20px;
position: relative;
vertical-align: middle;
}
.btn-1 .ions:hover {
transition: ease-out 0.7s;
color: #b89706;
} .entry-header {
display: none!important;
}  #homevid {
height: 100vh;
z-index: 99999;
}
#homevid .blue-box {
display: none;
}
#homevid .layer {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2;
background: rgba(10, 10, 20, 0.98);
opacity: 0.66;
}
#homevid .btnScrollBox2 {
width: 50px;
height: 50px;
position: absolute;
bottom: 80px;
left: 0;
right: 0;
margin: auto;
z-index: 9;
text-align: center;
}
#homevid .btnScrollBox2 .btnBottom {
animation: movimiento3 4.2s infinite;
}
@keyframes movimiento3 {
0% {
margin-top: 0px;
}
20% {
margin-top: 11px;
}
40% {
margin-top: 0px;
}
60% {
margin-top: 11px;
}
80% {
margin-top: 0px;
}
}
#tubular-container {
position: absolute !important;
}
#video-controls {
position: absolute;
bottom: -10px;
border: 2px solid #fff;
padding: 10px;
background: rgba(11, 11, 11, 0.99);
margin-left: 10px;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
#video-controls:hover {
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
background: rgba(11, 11, 11, 0.99);
}
.tubular-mute {
width: 24px;
height: 23px;
float: left;
background-image: url(//construye2025.cl/wp-content/themes/themebosscore/img/mute.png);
background-repeat: no-repeat;
}
.captionVideo {
width: 100%;
height: auto;
display: block;
text-align: center;
margin: auto;
position: absolute;
bottom: 40%;
z-index: 2;
}
.captionVideo .boxInfo {
position: relative;
width: 80%;
height: 100px;
z-index: 1;
text-align: center;
color: #fff;
margin: auto;
display: block; }
.captionVideo .boxInfo .simple-slider {
width: 100%;
height: 90px;
position: relative;
float: left;
margin: 0px 0px 10px 0px;
text-align: center;
}
.captionVideo .boxInfo .simple-slider .simple-slider_item {
width: 100%;
height: auto;
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-transition: opacity 2s;
transition: opacity 2s;
}
.captionVideo .boxInfo .simple-slider .simple-slider_item .text {
width: 100%;
position: absolute;
margin: auto;
left: 0;
text-align: center;
}
.captionVideo .boxInfo .simple-slider .simple-slider_item .text h1 {
color: #fff;
font-weight: bolder;
font-size: 35px;
text-align: center;
font-family: 'Open Sans', sans-serif !important;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.captionVideo .boxInfo .simple-slider .simple-slider_item .text h2 {
color: #fff;
font-weight: bolder;
font-size: 35px;
text-align: center;
font-family: 'Open Sans', sans-serif !important;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.captionVideo .boxInfo .simple-slider .simple-slider_item .text .btn-video {
text-decoration: none;
border: 2px solid #fff;
background-color: #101010;
border-radius: 0px;
margin: auto;
text-align: center;
padding: 10px 28px;
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 16px;
}
.captionVideo .boxInfo .btnMov {
width: 100%;
height: 70px;
position: relative;
float: left;
margin: 0px 0px 10px 0px;
padding-top: 0px;
text-align: center;
color: #fff;
}
.captionVideo .boxInfo .btnMov .btn {
width: 207px;
margin: auto;
text-align: center;
display: block;
}
.captionVideo .boxInfo .btnMov .btn h2 {
font-size: 15px;
font-family: 'Montserrat', sans-serif !important;
letter-spacing: 1px;
width: 200px;
font-weight: normal;
padding: 10px 30px 9px;
border: 3px solid #fff;
}
.captionVideo .boxInfo .is-hidden {
opacity: 0;
z-index: -1;
}
.captionVideo .btnScrollBox {
width: 60px;
height: 40px;
display: block;
margin: 0 auto 0px;
}
.captionVideo .btnScrollBox .btnBottom {
animation: movimiento3 2.4s infinite;
}
@keyframes movimiento3 {
0% {
margin-top: 0px;
}
20% {
margin-top: 11px;
}
40% {
margin-top: 0px;
}
60% {
margin-top: 11px;
}
80% {
margin-top: 0px;
}
}
@media (max-width: 800px) { #homevid {
display: none;
}
#homevid .blue-box {
display: none;
}
#tubular-container {
display: none!important;
position: absolute !important;
}
.captionVideo {
width: 10%;
height: 100px;
display: block;
text-align: center;
margin: auto;
position: absolute;
bottom: 20%;
z-index: 2;
display: none;
}
}  #homeMobileVideo.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 30px!important;
left: 0;
width: 100%;
} #homeMobileVideo {
display: none;
width: 100%;
height: 100vh;
z-index: 9;
}
#homeMobileVideo .swiper-slide {
width: 100%;
height: 100vh;
position: relative;
background-size: cover;
background-position: center center;
}
#homeMobileVideo .swiper-slide .boxInfo {
position: absolute;
width: 100%;
bottom: 25%;
z-index: 8;
text-align: center;
color: #fff;
}
#homeMobileVideo .swiper-slide .boxInfo h1 {
padding: 0px 30px;
}
#homeMobileVideo .swiper-slide .boxInfo h2 {
font-weight: 300;
font-style: normal;
letter-spacing: 0.22em;
display: block;
margin: 0 auto 0px;
font-size: 15px;
line-height: 23px;
font-family: 'Roboto', sans-serif;
margin-bottom: 20px;
margin-top: 20px;
}
#homeMobileVideo .swiper-slide .boxInfo .btnHome {
width: 100%;
display: flex;
}
#homeMobileVideo .swiper-slide .boxInfo .btnHome .btnBox {
margin: auto;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
#homeMobileVideo .swiper-slide .boxInfo .btnHome .btnBox a {
border: 2px solid #fff;
padding: 10px 25px;
color: #fff;
text-decoration: none;
letter-spacing: 1px;
}
#homeMobileVideo .swiper-slide .boxInfo .bdColor {
border-right: 4px solid #fdd600 !important;
color: #fff;
}
#homeMobileVideo .swiper-slide .boxInfo .btnScrollBox {
width: 60px;
height: 40px;
display: block;
margin: 0 auto 0px;
}
#homeMobileVideo .swiper-slide .boxInfo .btnScrollBox .btnBottom {
animation: movimiento3 4.2s infinite;
}
@keyframes movimiento3 {
0% {
margin-top: 0px;
}
20% {
margin-top: 11px;
}
40% {
margin-top: 0px;
}
60% {
margin-top: 11px;
}
80% {
margin-top: 0px;
}
}
#homeMobileVideo .swiper-slide .layer {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
background: rgba(4, 4, 4, 0.1);
}
#homeMobileVideo .swiper-button-prev,
#homeMobileVideo .swiper-container-rtl .swiper-button-next {
display: none;
left: 10px!important;
}
#homeMobileVideo .swiper-button-next,
#homeMobileVideo .swiper-container-rtl .swiper-button-prev {
display: none;
right: 10px!important;
}
#homeMobileVideo .swiper-pagination-bullet-active {
background-color: red;
}
@media (max-width: 800px) {
#homeMobileVideo {
display: inherit;
}
}     .boxScrollme {
float: left;
width: 100%;
padding: 80px 10vh;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.boxScrollme .scrollme {
padding: 2em;
perspective: 600px;
border: 4px solid #000;
}
.boxScrollme .scrollme .caja {
width: 150px;
height: 150px;
background-color: #000;
color: #fff;
}
.boxScrollme .scrollme .caja2 {
width: 200px;
margin-left: -130PX;
border: 2px solid orange;
}
.boxScrollme .scrollme .animateme {
transform-origin: center center center;
}
.boxScrollme .separador {
width: 100%;
height: 100px;
}  .active {
color: #fff;
}
.homeMob {
display: none;
}
.mv-daynames-table {
table-layout: fixed;
top: 0;
left: 0;
width: 100%;
background: #54f400 !important;
color: red!important;
}
.view-cap,
.view-container-border {
background-color: #4abc63 !important;
} .smalltopheader {
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
.topRedes {
position: fixed;
top: 255px;
right: 25px;
width: 55px;
z-index: 999;
display: inherit;
}
.topRedes .box {
float: left;
width: 50px;
height: 50px;
margin-bottom: 13px;
border-radius: 50%;
background-position: center center !important;
transition: 0.7s;
}
.topRedes .box:hover {
background-color: #00669E;
transition: 0.7s;
}
.topRedes .facebook {
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/redes/facebook.svg) #009EE2 no-repeat;
background-size: 1.3rem !important;
}
.topRedes .instagram {
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/redes/instagram.svg) #009EE2 no-repeat;
background-size: 1.6rem !important;
}
.topRedes .twitter {
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/redes/twitter.svg) #009EE2 no-repeat;
background-size: 1.3rem !important;
}
.topRedes .youtube {
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/redes/youtube.svg) #009EE2 no-repeat;
background-size: 1.4rem !important;
}
.topRedes .linkedin {
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/redes/linkedin.svg) #009EE2 no-repeat;
background-size: 1.5rem !important;
}
@media (max-width: 800px) {
.topRedes {
display: none;
}
} .smallscroll.posTop {
transition: all ease-in-out;
transition: 0.9s;
margin-top: 0px!important;
}
.postPage {
margin-top: 0px!important;
}
header {
margin-top: -140px;
transition: all ease-in-out;
transition: 0.5s;
position: fixed;
width: 100%;
z-index: 20;
float: left;
background-color: #fff;
font-family: Verdana, Geneva, Tahoma, sans-serif;
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
}
header .divNav {
height: 110px;
position: relative;
margin-top: 3px;
border-radius: 10px;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s; }
header .divNav .logo {
width: 210px;
z-index: 8;
position: relative;
float: left;
margin: 0px 0px 0px 0px;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
header .divNav .logo img {
width: 100%;
}
header .divNav .logoScroll {
width: 160px;
border: 11px solid #000;
z-index: 8;
position: relative;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
float: left;
margin: 15px 0px 0px 20px;
}
header .divNav .logoScroll img {
width: 100%;
}
header .divNav .menuDespl {
height: 50px;
float: right;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
header .divNav .menuDespl .menu-drown-one {
float: right;
width: 100%;
}
header .divNav .menuDespl #cssmenu,
header .divNav .menuDespl #cssmenu ul,
header .divNav .menuDespl #cssmenu ul li,
header .divNav .menuDespl #cssmenu ul li a,
header .divNav .menuDespl #cssmenu #menu-button {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
header .divNav .menuDespl #cssmenu:after,
header .divNav .menuDespl #cssmenu > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
header .divNav .menuDespl #cssmenu #menu-button {
display: none;
}
header .divNav .menuDespl #cssmenu {
margin-top: 2px;
}
header .divNav .menuDespl #cssmenu > ul > li {
float: right; }
header .divNav .menuDespl #cssmenu.align-center > ul {
font-size: 0;
text-align: center;
}
header .divNav .menuDespl #cssmenu.align-center > ul > li {
display: inline-block;
float: none;
}
header .divNav .menuDespl #cssmenu.align-center ul ul {
text-align: left;
}
header .divNav .menuDespl #cssmenu.align-right > ul > li {
float: right;
}
header .divNav .menuDespl #cssmenu > ul > li > a {
padding: 16px 15px 17px 19px;
font-size: 14px;
letter-spacing: 0.3px;
text-decoration: none;
color: #009EE2;
font-weight: 700;
}
header .divNav .menuDespl #cssmenu > ul > li > a .fa {
font-size: 9px;
}
header .divNav .menuDespl #cssmenu > ul > li > a:active {
color: red;
}
header .divNav .menuDespl #cssmenu > ul > li:hover > a {
color: #009EE2; }
header .divNav .menuDespl #cssmenu > ul > li.has-sub > a {
padding-right: 30px;
}
header .divNav .menuDespl #cssmenu > ul > li.has-sub > a:after {
position: absolute;
top: 22px;
right: 11px;
width: 8px;
height: 2px;
display: block;
background: #dddddd;
content: '';
}
header .divNav .menuDespl #cssmenu > ul > li.has-sub > a:before {
position: absolute;
top: 19px;
right: 14px;
display: block;
width: 2px;
height: 8px;
background: #dddddd;
content: '';
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
header .divNav .menuDespl #cssmenu > ul > li.has-sub:hover > a:before {
top: 23px;
height: 0;
}
header .divNav .menuDespl #cssmenu ul ul {
position: absolute;
left: -9999px;
border-top: 6px solid #8CBA51;
}
header .divNav .menuDespl #cssmenu ul ul .fa-chevron-right {
float: right;
color: orange;
font-size: 12px;
}
header .divNav .menuDespl #cssmenu ul ul ul {
position: absolute;
left: -9999px;
border-top: 0px solid transparent;
}
header .divNav .menuDespl #cssmenu.align-right ul ul {
text-align: right;
}
header .divNav .menuDespl #cssmenu ul ul li {
height: 0;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
header .divNav .menuDespl #cssmenu li:hover > ul {
left: auto;
}
header .divNav .menuDespl #cssmenu.align-right li:hover > ul {
left: auto;
right: 0;
}
header .divNav .menuDespl #cssmenu li:hover > ul > li {
height: 35px;
}
header .divNav .menuDespl #cssmenu ul ul ul {
margin-left: 100%;
top: 0;
}
header .divNav .menuDespl #cssmenu.align-right ul ul ul {
margin-left: 0;
margin-right: 100%;
}
header .divNav .menuDespl #cssmenu ul ul li a {
border-bottom: 1px solid rgba(150, 150, 150, 0.15);
padding: 11px 15px;
width: 220px; font-size: 12px;
text-decoration: none;
color: #342F2F; font-weight: 400;
background: #ffffff; font-weight: bolder;
}
header .divNav .menuDespl #cssmenu ul ul li:last-child > a,
header .divNav .menuDespl #cssmenu ul ul li.last-item > a {
border-bottom: 0;
}
header .divNav .menuDespl #cssmenu ul ul li:hover > a,
header .divNav .menuDespl #cssmenu ul ul li a:hover {
color: #ffffff;
background: #8CBA51; }
header .divNav .menuDespl #cssmenu ul ul li.has-sub > a:after {
position: absolute;
top: 16px;
right: 11px;
width: 8px;
height: 2px;
display: block;
background: #dddddd;
content: '';
}
header .divNav .menuDespl #cssmenu.align-right ul ul li.has-sub > a:after {
right: auto;
left: 11px;
}
header .divNav .menuDespl #cssmenu ul ul li.has-sub > a:before {
position: absolute;
top: 13px;
right: 14px;
display: block;
width: 2px;
height: 8px;
background: #dddddd;
content: '';
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
header .divNav .menuDespl #cssmenu.align-right ul ul li.has-sub > a:before {
right: auto;
left: 14px;
}
header .divNav .menuDespl #cssmenu ul ul > li.has-sub:hover > a:before {
top: 17px;
height: 0;
}
header .divNav .RedesHeader {
width: 68%;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
position: relative;
float: right!important;
margin-top: 17px;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
header .divNav .RedesHeader .search-Header-t {
width: 200px;
float: right;
margin-top: 0px;  }
header .divNav .RedesHeader .search-Header-t .container-1 {
padding-left: 10px;
float: left;
width: 100%;
vertical-align: middle;
white-space: nowrap;
position: relative;
}
header .divNav .RedesHeader .search-Header-t .container-1 input {
background-color: #EDEDED;
position: relative;
width: 190px;
height: 37px;
float: left;
border: none;
font-size: 13px;
color: #63717f;
font-family: Verdana, Geneva, Tahoma;
border-radius: 4px;
padding-left: 20px;
}
header .divNav .RedesHeader .search-Header-t .container-1 input[type=submit] {
margin-top: 2px;
margin-left: -40px;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/btn/lupa-w.svg) no-repeat 2px center;
position: relative;
width: 35px;
padding-left: -20px;
height: 30px;
float: left;
border: none;
transition: 0.4s;
}
header .divNav .RedesHeader .search-Header-t .container-1 input[type=submit]:hover {
margin-left: -40px;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/btn/lupa-w.svg) no-repeat 2px center;
position: relative;
width: 35px;
padding-left: -20px;
height: 30px;
float: left;
border: none;
-webkit-border-radius: 0px 2px 2px 0px;
-moz-border-radius: 0px 2px 2px 0px;
border-radius: 0px 2px 2px 0px;
transition: 0.4s;
}
header .divNav .RedesHeader .search-Header-t .container-1 input::-webkit-input-placeholder {
color: #4E4E56;
}
header .divNav .RedesHeader .search-Header-t .container-1 input:-moz-placeholder { color: #4E4E56;
}
header .divNav .RedesHeader .search-Header-t .container-1 input::-moz-placeholder { color: #4E4E56;
}
header .divNav .RedesHeader .search-Header-t .container-1 input:-ms-input-placeholder {
color: #4E4E56;
}
header .divNav .RedesHeader .search-Header-t .container-1 input:hover,
header .divNav .RedesHeader .search-Header-t .container-1 input:focus,
header .divNav .RedesHeader .search-Header-t .container-1 input:active {
outline: none;
background: #d4d4d4;
transition: 1s;
}
@media (max-width: 800px) {
.menuDespl {
display: none;
} #btnNav {
display: inherit!important;
}
header {
margin-top: 0px;
width: 100%;
height: 110px;
position: fixed;
z-index: 30;
padding: 0px 0px;
}
header .divNav {
height: 110px;
position: relative;
background-color: #fff;
margin-top: 0px;
border-radius: 0px;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
header .divNav .logo {
width: 165px;
z-index: 8;
position: relative;
float: left;
margin: 8px 0px 0px 20px;
}
header .divNav .logo img {
width: 100%;
}
header .menuDespl {
width: calc(100% - 460px);
height: 50px;
float: right;
margin-top: 38px;
}
header .menuDespl .menu-drown-one {
float: right;
width: 100%;
}
header .RedesHeader {
display: none;
}
header .search1-h {
display: none;
}
}    .contactReser {
width: 100%;
margin-top: 100px;
float: left;
margin: 40px 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box; }
.contactReser h3 {
position: relative;
font-size: 28px;
color: #FFF;
-webkit-animation-duration: 1.9s;
animation-duration: 1.9s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
z-index: 8;
font-weight: bolder;
text-align: center;
text-transform: uppercase;
margin-bottom: 15px;
margin-top: 0px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
line-height: 18px;
}
.contactReser h4 {
font-size: 17px;
color: #fff;
line-height: 17px;
text-align: center!important;
font-weight: lighter;
padding-bottom: 0px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
-webkit-animation-duration: 1.9s;
animation-duration: 1.9s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.contactReser .contact {
width: 100%;
float: left;
margin: 10px 0px;
}
.contactReser .contact #contactHome {
width: 100%;
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin-top: 0px;
padding: 0px 10px;
}
.contactReser .contact #contactHome .line.flex {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
padding-right: 0px;
}
.contactReser .contact #contactHome .line .halfLineHalf {
width: calc(50% - 2px);
display: inline-block;
}
.contactReser .contact #contactHome .line .Left {
padding-left: 1px;
}
.contactReser .contact #contactHome .line .Right {
padding-right: 1px;
}
.contactReser .contact #contactHome .line .halfLineFull {
width: calc(100% - 0px);
display: inline-block;
margin-left: 0px;
margin-right: 0px;
}
.contactReser .contact #contactHome .field {
border-radius: 4px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 0 0 0 0px;
}
.contactReser .contact #contactHome .field label {
color: #fff;
cursor: default;
}
.contactReser .contact #contactHome .field input,
.contactReser .contact #contactHome .field textarea,
.contactReser .contact #contactHome .field select {
float: left;
width: 100%;
font-size: 13px;
color: #ffffff;
line-height: 1.4;
border: 1px solid #fff;
background-color: transparent;
border-radius: 2px;
letter-spacing: 2px;
font-family: 'Roboto', sans-serif;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.contactReser .contact #contactHome .field input:focus,
.contactReser .contact #contactHome .field textarea:focus,
.contactReser .contact #contactHome .field select:focus {
color: #fff;
outline: 0;
background: rgba(255, 255, 255, 0.08);
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
.contactReser .contact #contactHome .field input {
padding: 8px 10px 8px 15px;
margin-bottom: 14px;
}
.contactReser .contact #contactHome .field select {
margin-bottom: 13px;
height: 38px!important;
padding: 8px 10px 8px 13px;
}
.contactReser .contact #contactHome .field select option {
color: #151515;
}
.contactReser .contact #contactHome .field textarea {
height: 100px;
padding: 10px 10px 10px 15px;
margin-bottom: 10px;
}
.contactReser .contact #contactHome .field input[type=submit] {
cursor: pointer;
margin-top: 11px; float: right;
width: 100%!important;
background: #101010;
font-size: 18px;
border: 1px solid #2f2f2f !important;
line-height: 10px;
font-size: 15px;
font-family: 'Roboto', sans-serif;
color: #fff;
border-radius: 0px;
padding: 20px 0px 18px;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
.contactReser .contact #contactHome .field input[type=submit]:hover {
background: #151515;
border: 1px solid #5CC54C;
color: #5CC54C;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
.contactReser .contact #contactHome .field input::placeholder,
.contactReser .contact #contactHome .field textarea::placeholder,
.contactReser .contact #contactHome .field select::placeholder {
color: #e5e5e5 !important;
}
.contactReser .contact #contactHome .campooculto {
min-height: 0px!important;
}
.contactReser .contact #contactHome input[type=submit] {
font-size: 17px;
width: 180px;
height: 43px;
padding: 1px 30px 0px;
background-color: #EF7C4D;
border-bottom: 6px solid #ef703d;
color: #ffffff;
cursor: pointer;
float: right;
font-family: 'Open Sans', sans-serif;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}   #cssmenufor,
#cssmenufor ul,
#cssmenufor ul li,
#cssmenufor ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
li.has-sub,
#cssmenufor ul li {
background-color: none;
width: 100%;
}
#cssmenufor {
width: 290px;
color: #ffffff;
}
#cssmenufor ul ul {
display: none;
}
.align-right {
float: right;
}
#cssmenufor > ul > li > a {
padding: 15px 10px;
cursor: pointer;
z-index: 2;
font-size: 13px;
font-weight: bold;
text-decoration: none;
color: #ffffff;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
border-bottom: 1px solid #325e93;
}
#cssmenufor > ul > li > a:hover,
#cssmenufor > ul > li.active > a,
#cssmenufor > ul > li.open > a {
color: #fff;
background-color: none;
}
.holder {
width: 0;
height: 0;
position: absolute;
top: 0;
right: 0;
}
.holder::after,
.holder::before {
display: block;
position: absolute;
content: "";
width: 6px;
height: 6px;
right: 20px;
z-index: 10;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.holder::after {
top: 17px;
border-top: 2px solid #ffffff;
border-left: 2px solid #ffffff;
}
#cssmenufor > ul > li > a:hover > span::after,
#cssmenufor > ul > li.active > a > span::after,
#cssmenufor > ul > li.open > a > span::after {
border-color: #eeeeee;
}
.holder::before {
top: 18px;
border-top: 2px solid;
border-left: 2px solid;
border-top-color: inherit;
border-left-color: inherit;
}
#cssmenufor ul ul li a {
cursor: pointer;
font-weight: 400;
padding: 10px 10px;
z-index: 1;
text-decoration: none;
font-size: 11px;
color: #fff;
background-color: none;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenufor ul ul li:hover > a,
#cssmenufor ul ul li.open > a,
#cssmenufor ul ul li.active > a {
background-color: none;
color: #ffffff;
}
#cssmenufor ul ul li:first-child > a {
box-shadow: none;
}
#cssmenufor ul ul ul li:first-child > a {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenufor ul ul ul li a {
padding-left: 30px;
}
#cssmenufor > ul > li > ul > li:last-child > a,
#cssmenufor > ul > li > ul > li.last > a {
border-bottom: 0;
}
#cssmenufor > ul > li > ul > li.open:last-child > a,
#cssmenufor > ul > li > ul > li.last.open > a {
border-bottom: 1px solid #32373e;
}
#cssmenufor > ul > li > ul > li.open:last-child > ul > li:last-child > a {
border-bottom: 0;
}
#cssmenufor ul ul li.has-sub > a::after {
display: block;
position: absolute;
content: "";
width: 5px;
height: 5px;
right: 20px;
z-index: 10;
top: 11.5px;
border-top: 2px solid #eeeeee;
border-left: 2px solid #eeeeee;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
#cssmenufor ul ul li.active > a::after,
#cssmenufor ul ul li.open > a::after,
#cssmenufor ul ul li > a:hover::after {
border-color: #ffffff;
}
#btnNav {
width: 30px;
height: 24px;
position: fixed;
right: 19px;
top: 67px;
z-index: 300;
display: none;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
cursor: pointer;
}
#btnNav span {
width: 100%;
height: 3px;
display: block;
position: absolute;
background: #5CC54C;
border-radius: 3px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}
#btnNav span:nth-child(1) {
top: 2px;
}
#btnNav span:nth-child(2),
#btnNav span:nth-child(3) {
top: 10px;
}
#btnNav span:nth-child(4) {
top: 18px;
}
#btnNav.open span:nth-child(1) {
top: 10px;
width: 0%;
left: 50%;
}
#btnNav.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#btnNav.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#btnNav.open span:nth-child(4) {
top: 10px;
width: 0%;
left: 50%;
}
.navMobile {
width: 100%;
height: 100%;
position: fixed;
top: -100%;
left: 0px;
z-index: 80;
opacity: 0.3;
overflow: hidden;
overflow-y: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 0px 0 30px;
background: rgba(10, 54, 120, 0.88);
color: #fff;
text-align: center;
transition: all 0.8s;  }
.navMobile .menuRespond {
width: 100%;
float: left;
position: relative;
padding: 0px 20px 0px;
}
.navMobile .containerRedesM {
height: 40px;
padding-left: 15px;
padding-right: 10px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
.navMobile .containerRedesM .redes .facebook {
width: 17px;
float: left;
margin-right: 5px;
transition: 0.5s;
}
.navMobile .containerRedesM .redes .instagram {
width: 20px;
float: left;
margin-right: 5px;
padding-top: 0px;
transition: 0.5s;
}
.navMobile .containerRedesM .redes .youtube {
width: 20px;
float: left;
margin-right: 5px;
padding-top: 1px;
transition: 0.5s;
}
.navMobile .containerRedesM .redes .twitter {
width: 20px;
float: left;
margin-right: 5px;
padding-top: 1px;
transition: 0.5s;
}
.navMobile .containerRedesM .redes .linkedin {
width: 24px;
float: left;
margin-right: 5px;
padding-top: 1px;
transition: 0.5s;
}
.navMobile .containerRedesM .redes .email {
width: 20px;
float: left;
margin-right: 5px;
padding-top: 2px;
transition: 0.5s;
}
.navMobile .containerRedesM .redes .facebook:hover {
opacity: 0.8;
}
.navMobile .containerRedesM .redes .instagram:hover {
opacity: 0.8;
}
.navMobile .containerRedesM .redes .youtube:hover {
opacity: 0.8;
}
.navMobile .containerRedesM .redes .twitter:hover {
opacity: 0.8;
}
.navMobile .containerRedesM .redes .linkedin:hover {
opacity: 0.8;
}
.navMobile .containerRedesM .redes .email:hover {
opacity: 0.8;
}
.navMobile .languageMov {
background: rgba(33, 33, 33, 0.99);
width: 100%;
height: 55px;
position: absolute;
bottom: 0;
display: block;
margin: auto;
text-align: center;
overflow: hidden;
}
.navMobile .languageMov .langCenter {
position: relative;
width: 228px;
height: 56px;
margin: auto;
}
.navMobile .languageMov .langCenter a {
text-decoration: none;
list-style: none;
color: #fff;
}
.navMobile .languageMov .langCenter .boxCl,
.navMobile .languageMov .langCenter .boxEn {
width: 110px;
float: left;
height: 55px;
}
.navMobile .languageMov .langCenter .boxCl .imgL,
.navMobile .languageMov .langCenter .boxEn .imgL {
padding: 0px 7x 0px 10px;
margin: 22px 7px 0px 35px;
}
.navMobile .languageMov .langCenter .boxCl .txtL,
.navMobile .languageMov .langCenter .boxEn .txtL {
float: left;
padding: 0px 7px 0px 0px;
margin: 19px 0px 0px 0px;
}
.navMobile .languageMov .langCenter .boxCl img,
.navMobile .languageMov .langCenter .boxEn img {
float: left;
}
.navMobile .menu {
width: 280px;
height: 300px;
position: relative;
z-index: 2;
margin: 90px auto 10px;
}
.navMobile .menu li {
display: block;
opacity: 0;
padding: 0 0px;
transition: all 1.2s;
font-family: 'Roboto', sans-serif;
}
.navMobile .menu a {
font-family: 'Roboto', sans-serif;
width: 80%;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
display: block;
margin: auto;
padding: 10px 0;
text-align: center;
color: #fff;
font-size: 16px;
text-transform: uppercase;
font-weight: normal;
text-decoration: none;
letter-spacing: 2px;
}
.navMobile .menu:hover {
opacity: 0.9;
}
.navMobile .menu:last-child {
border-bottom: 0;
}
.navMobile .menu li a.btnContactMobile {
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/nav-contact-mobile.svg) right center no-repeat;
background-size: 3%;
}
.navMobile .menu li:nth-child(1) {
margin-left: -50px;
}
.navMobile .menu li:nth-child(2) {
margin-left: -100px;
}
.navMobile .menu li:nth-child(3) {
margin-left: -150px;
}
.navMobile .menu li:nth-child(4) {
margin-left: -200px;
}
.navMobile .menu li:nth-child(5) {
margin-left: -250px;
}
.navMobile .menu li:nth-child(6) {
margin-left: -300px;
}
.navMobile .menu li:nth-child(7) {
margin-left: -350px;
}
.navMobile.open {
top: 0px;
opacity: 1;
}
.navMobile.open .menu li {
margin-left: 0px;
opacity: 1;
}
.nav-toggle {
border-radius: 50%;
position: fixed;
right: 20px;
top: 20px;
background: none;
padding: 0px;
height: 36px;
width: 36px;
cursor: pointer;
z-index: 350;
outline: none;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
.nav-toggle:hover {
border: 2px solid #6ccb1b;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.nav-toggle:hover .hamburger-icon {
background: #ffffff;
}
.nav-toggle:hover .hamburger-icon:before {
background: #ffffff;
}
.nav-toggle:hover .hamburger-icon:after {
background: #ffffff;
}
.nav-toggle:hover .hamburger-icon.close {
background: none;
}
.nav-toggle:hover .hamburger-icon.close:before {
top: 0px;
}
.nav-toggle:hover .hamburger-icon.close:after {
top: 0px;
}
.hamburger-icon {
display: inline-block;
width: 20px;
height: 2px;
position: relative;
background: #fff;
top: -4px;
}
.hamburger-icon:before,
.hamburger-icon:after {
display: inline-block;
content: '';
width: 20px;
height: 2px;
left: 0px;
position: absolute;
background: #fff;
-webkit-transition: top 0.2s 0s ease;
transition: top 0.2s 0s ease;
}
.hamburger-icon:before {
top: -7px;
}
.hamburger-icon:after {
top: 7px;
}
.hamburger-icon.close {
background: transparent;
}
.hamburger-icon.close:before {
top: 0px;
background: #ffffff;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.hamburger-icon.close:after {
top: 0px;
background: #ffffff;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
} .wpcf7-mail-sent-ok {
border: 2px solid #3e927b !important;
background-color: #ffffff !important;
padding: 20px 20px!important;
width: 70%!important;
}
div.wpcf7-response-output {
margin: 1em 0.5em 1em !important;
padding: 0.2em 1em;
border: 2px solid #ff0000;
}      .sliderMove {
width: 100%;
float: left;
}
.sliderMove #homemove {
position: relative;
float: left;
width: 100%;
}
.sliderMove #homemove .scrollUpS {
position: absolute;
bottom: 30px;
left: 20px;
width: 70px;
height: 84px;
z-index: 99999999;
}
.sliderMove #homemove .effect0 {
background-position: top center;
animation: 8s  movement0 infinite linear alternate;
background-size: 100%;
}
@-webkit-keyframes movement0 {
from {
background-size: cover;
}
to {
background-size: cover;
}
}
.sliderMove #homemove .effect1 {
background-position: top center;
animation: 8s  movement infinite linear alternate;
background-size: 110%;
background-position: center center;
}
@-webkit-keyframes movement {
from {
background-size: 110%;
background: rgba(0, 0, 0, 0.99) !important;
}
to {
background-size: 127%;
background: rgba(0, 0, 0, 0.1) !important;
}
}
.sliderMove #homemove .effect2 {
background-position: top center;
animation: 18s  move2 infinite linear alternate;
background-size: 118%;
}
@-webkit-keyframes move2 {
from {
background-position: left;
}
to {
background-position: right;
}
}
.sliderMove #homemove .effect3 {
background-position: top center;
animation: 14s  move3 infinite linear alternate;
background-size: 116%;
}
@-webkit-keyframes move3 {
from {
background-size: 117%;
}
to {
background-size: 96%;
}
}
.sliderMove #homemove .swiper-slide {
height: 600px;
position: relative;
}
.sliderMove #homemove .swiper-slide .caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 300px;
}
.sliderMove #homemove .swiper-slide .caption .boxInfo {
width: 100%;
position: absolute;
bottom: 100px;
left: 0;
right: 0;
z-index: 8;
color: #fff;
padding-left: 25px;
padding-right: 25px;
}
.sliderMove #homemove .swiper-slide .caption .boxInfo h1 {
position: relative;
width: 100%;
margin-bottom: 10px;
float: left;
font-size: 26px;
letter-spacing: 1px;
font-weight: 700;
text-align: left;
font-family: Verdana, Geneva, Tahoma;
color: #fff;
}
.sliderMove #homemove .swiper-slide .caption .boxInfo h1 span {
background: #009ee2;
padding: 0.2rem;
line-height: 2.6rem;
text-shadow: 0 0 black;
}
.sliderMove #homemove .swiper-slide .caption .boxInfo .btn-1 {
float: left;
position: relative;
margin-top: 20px;
border-radius: 4px;
}
.sliderMove #homemove .swiper-slide .caption .boxInfo .bdColor {
border-right: 4px solid #fdd600 !important;
color: #fff;
}
.sliderMove #homemove .swiper-slide .layer {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
background: rgba(4, 4, 4, 0.1);
}
.sliderMove #homemove .swiper-button-prev,
.sliderMove #homemove .swiper-container-rtl .swiper-button-next {
left: 30px;
}
.sliderMove #homemove .swiper-button-next,
.sliderMove #homemove .swiper-container-rtl .swiper-button-prev {
right: 30px;
}
.sliderMove #homemove .swiper-pagination-bullet {
width: 14px;
height: 14px;
margin: 12px 4!important;
background-color: #00669E;
opacity: 1;
border: none;
}
.sliderMove #homemove .swiper-pagination-bullet-active {
opacity: 1;
background-color: #FF0000;
bottom: -9px !important;
border: none;
}
.sliderMove .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px!important;
}
@media (max-width: 800px) {
.sliderMove {
display: none;
}
} #homeMobile {
display: none;
}
@media (max-width: 800px) { #homeMobile {
width: 100%;
height: 720px;
z-index: 9;
display: inherit;
}
#homeMobile .swiper-slide {
width: 100%;
height: 640px;
position: relative;
background-size: cover;
background-position: center center;
}
#homeMobile .swiper-slide .boxInfo {
padding: 10px 20px 5px 20px;
position: absolute;
width: 90%;
bottom: 40px;
left: 0;
right: 0;
z-index: 8;
text-align: center;
color: #fff;
}
#homeMobile .swiper-slide .boxInfo h1 {
position: relative;
width: 100%;
margin-bottom: 10px;
float: left;
font-size: 16px;
letter-spacing: 1px;
font-weight: 700;
text-align: left;
font-family: Verdana, Geneva, Tahoma;
color: #fff;
}
#homeMobile .swiper-slide .boxInfo h1 span {
background: #009ee2;
padding: 0.2rem;
line-height: 1.8rem;
text-shadow: 0 0 black;
}
#homeMobile .swiper-slide .boxInfo .bdColor {
border-right: 4px solid #fdd600 !important;
color: #fff;
}
#homeMobile .swiper-slide .boxInfo .btnScrollBox {
width: 60px;
height: 40px;
display: block;
margin: 0 auto 0px;
}
#homeMobile .swiper-slide .boxInfo .btnScrollBox .btnBottom {
animation: movimiento3 4.2s infinite;
}
@keyframes movimiento3 {
0% {
margin-top: 0px;
}
20% {
margin-top: 11px;
}
40% {
margin-top: 0px;
}
60% {
margin-top: 11px;
}
80% {
margin-top: 0px;
}
}
#homeMobile .swiper-slide .layer {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
background: rgba(4, 4, 4, 0.1);
}
#homeMobile .swiper-button-prev,
#homeMobile .swiper-container-rtl .swiper-button-next {
display: none;
}
#homeMobile .swiper-button-next,
#homeMobile .swiper-container-rtl .swiper-button-prev {
display: none;
}
#homeMobile .swiper-pagination-bullet {
width: 14px;
height: 14px;
margin: 12px 4!important;
background-color: #00669E;
opacity: 1;
border: none;
}
#homeMobile .swiper-pagination-bullet-active {
opacity: 1;
background-color: #FF0000;
bottom: -9px !important;
border: none;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px!important;
}
}   .my-modal-dos {
margin-top: 70px;
}
.my-modal-dos .modal-header .close {
color: #000;
font-size: 30px;
}
.my-modal {
margin-top: 70px;
}
.my-modal video {
width: 100%;
}
.my-modal .modal-header {
padding: 3px 6px 5px 0px;
}
.my-modal .modal-header .close {
color: #000;
font-size: 30px;
}
.my-modal .modal-body {
padding: 6px;
}
@media (max-width: 800px) {
#homePrincipalMasVideo {
height: 100vh;
}
#homePrincipalMasVideo video {
display: none;
}
#homePrincipalMasVideo h1 {
font-size: 17px;
padding: 0px 20px;
}
#homePrincipalMasVideo p {
padding: 0px 20px;
}
#homePrincipalMasVideo .btn-video {
background-color: transparent;
}
#homePrincipalMasVideo .effect5 {
background-position: top center;
background-size: 100%;
}
@-webkit-keyframes move2 {
from {
background-position: none;
}
to {
background-position: none;
}
}
#homePrincipalMasVideo .swiper-slide {
height: 100vh;
background-size: cover;
}
#homePrincipalMasVideo .swiper-slide .boxInfoVideo {
position: absolute;
top: 0;
left: 0;
bottom: 0;
z-index: 1;
width: 100%;
text-align: center;
color: #fff;
margin: auto;
display: block;
padding: 0px 0px;
}
#homePrincipalMasVideo .swiper-slide .boxInfoVideo .captionVideo2 {
display: none;
}
#homePrincipalMasVideo .swiper-slide .boxInfoVideo .captionVideo2Mobile {
background-size: cover!important;
background-position: top center;
width: 100%;
height: 100vh;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0; display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
#homePrincipalMasVideo .swiper-slide .boxInfoVideo .captionVideo2Mobile .boxVideo .btn-my-modal {
width: 110px;
height: 110px;
margin: 0px auto 10px;
position: relative;
z-index: 999999999999;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/redes/play.svg) center center no-repeat;
}
#homePrincipalMasVideo .swiper-slide .boxInfoVideo .captionVideo2Mobile .boxVideo .btn-my-modal .fa-play-circle {
color: #fff;
font-size: 73px;
}
#homePrincipalMasVideo .swiper-slide .boxInfoVideo .captionVideo2Mobile .boxVideo .btn-my-modal img {
width: 100%;
border: 1px solid red;
}
#homePrincipalMasVideo .swiper-slide .boxInfoVideo .captionVideo2Mobile .layerMobile {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
background: rgba(1, 1, 1, 0.41) !important;
}
#homePrincipalMasVideo .swiper-slide .boxInfoVideo .captionImagen {
background: rgba(1, 1, 1, 0.4) !important;
}
#homePrincipalMasVideo .swiper-button-prev,
#homePrincipalMasVideo .swiper-container-rtl .swiper-button-next {
display: none;
}
#homePrincipalMasVideo .swiper-button-next,
#homePrincipalMasVideo .swiper-container-rtl .swiper-button-prev {
display: none;
}
}  .sliderProduct {
width: 100%;
background-color: #000;
position: relative;
}
.sliderProduct .slider {
position: relative;
overflow: hidden;
width: 100%;
height: 480px;
background-size: cover;
background-position: center center;
}
.sliderProduct .slider .slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 480px;
opacity: 0;
transition: opacity 0.4s ease-in-out;
}
.sliderProduct .slider .slide .layer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.sliderProduct .slider .slide.current {
opacity: 1;
}
.sliderProduct .slider .slide .content {
position: absolute;
left: -600px;
top: 130px;
opacity: 0;
width: 50%;
color: #333;
padding: 35px 100px 35px 35px;
}
.sliderProduct .slider .slide .content h1 {
margin-bottom: 10px;
}
.sliderProduct .slider .slide .content img {
margin: auto;
text-align: center;
display: block;
position: relative;
width: 300px;
border: 1px solid #000;
float: right;
}
.sliderProduct .slider .slide.current .content {
opacity: 1;
transform: translateX(600px);
transition: all 0.7s ease-in-out 0.3s;
}
.sliderProduct .slider .slide .content2 {
position: absolute;
top: 290px;
right: 0px;
opacity: 0;
width: 50%;
color: #fff;
padding: 0px 40px 0px 0px;
}
.sliderProduct .slider .slide .content2 h1 {
float: left;
width: 100%;
border: 2px solid red;
margin-bottom: 10px;
}
.sliderProduct .slider .slide .content2 p {
float: left;
width: 100%;
border: 2px solid red;
margin-bottom: 10px;
}
.sliderProduct .slider .slide .content2 a {
position: relative;
z-index: 99999999999999999;
float: left;
width: 100%;
border: 2px solid red;
margin-bottom: 10px;
color: yellow;
}
.sliderProduct .slider .slide.current .content2 {
opacity: 1;
transform: translateY(-90px);
transition: all 0.7s ease-in-out 0.3s;
}
.sliderProduct .buttons button#next {
position: absolute;
top: 40%;
right: 35px;
}
.sliderProduct .buttons button#prev {
position: absolute;
top: 40%;
left: 35px;
}
.sliderProduct .buttons button {
border: 2px solid #fff;
background-color: transparent;
color: #fff;
cursor: pointer;
padding: 13px 15px;
border-radius: 50%;
outline: none;
}
.sliderProduct .buttons button:hover {
background-color: #fff;
color: #333;
}
@media (max-width: 500px) {
.sliderProduct {
width: 100%;
float: left;
background-color: #000;
position: relative;
margin-bottom: 100px;
}
.sliderProduct .slider {
position: relative;
overflow: hidden;
width: 100%;
height: 85vh;
background-size: cover;
background-position: center center;
}
.sliderProduct .slider .slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 85vh;
opacity: 0;
transition: opacity 0.4s ease-in-out;
}
.sliderProduct .slider .slide .layer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(74, 57, 30, 0.7);
}
.sliderProduct .slider .slide.current {
opacity: 1;
}
.sliderProduct .slider .slide .content {
position: absolute;
left: -600px;
top: 130px;
opacity: 0;
width: 100%;
color: #333;
padding: 0px 0px 0px 0px;
}
.sliderProduct .slider .slide .content h1 {
margin-bottom: 10px;
}
.sliderProduct .slider .slide .content img {
margin: auto;
text-align: center;
display: block;
position: relative;
width: 200px;
height: 200px;
border: 1px solid #000;
float: inherit;
}
.sliderProduct .slider .slide.current .content {
opacity: 1;
transform: translateX(600px);
transition: all 0.7s ease-in-out 0.3s;
}
.sliderProduct .slider .slide .content2 {
position: absolute;
bottom: 29px!important;
right: 0px;
opacity: 0;
width: 100%;
color: #fff;
padding: 0px 0px 0px 0px;
border: 2px solid red;
}
.sliderProduct .slider .slide .content2 h1 {
text-align: center;
padding: 0px 20px;
margin-bottom: 10px;
}
.sliderProduct .slider .slide.current .content2 {
opacity: 1;
transform: translateY(60px);
transition: all 0.7s ease-in-out 0.3s;
}
}
.searchPage {
background-color: #fff;
}
.searchPage .bosSearch {
padding: 70px 0px;
}
.searchPage .bosSearch .detalle {
background-color: #fff;
padding: 20px ;
border-radius: 10px;
margin-bottom: 20px;
box-shadow: 0px 3px 4px 0px rgba(136, 136, 133, 0.59);
}
.searchPage .bosSearch .detalle .title {
margin-top: 2px;
height: 90px;
font-size: 17px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 10px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.searchPage .bosSearch .detalle p {
font-size: 14px;
color: #4E4E56;
text-align: left;
font-weight: normal;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.searchPage .bosSearch .detalle .btn-search {
border: 2px solid #133a88;
text-decoration: none;
list-style: none;
font-size: 11px!important;
font-weight: 600;
color: #133a88;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
.searchPage .bosSearch .detalle .btn-search:hover {
background-color: #133a88;
color: #fff;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
} .titleTxt {
float: left;
width: 100%;
padding: 54px 0px 34px;
z-index: 9;
position: relative;
}
.titleTxt h2 {
margin-top: 20px;
font-size: 24px;
color: #009EE2;
text-align: center;
font-weight: 700;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
@media (max-width: 800px) {
.titleTxt {
padding: 0px 0px 24px;
}
.titleTxt h2 {
margin-top: 10px;
font-size: 20px;
padding-bottom: 10px;
position: relative;
}
}
.iniciativa {
position: relative;
width: 100%;
float: left;
min-height: 200px;
padding: 0px 0px;
}
.iniciativa .display {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.iniciativa .display .color1 {
background-color: #F4F4F4;
}
.iniciativa .display .color2 {
background-color: #E3F8FF;
}
.iniciativa .display .box:nth-child(1n) {
background-color: #F4F4F4;
}
.iniciativa .display .box:nth-child(1n):hover {
box-shadow: 0rem 0rem 0rem 0.5rem #eaeaea !important;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5ms;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.iniciativa .display .box:nth-child(2n) {
background-color: #E3F8FF;
}
.iniciativa .display .box:nth-child(2n):hover {
box-shadow: 0rem 0rem 0rem 0.5rem #009EE2 !important;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5ms;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.iniciativa .display .box {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
position: relative;
width: 32%;
height: 260px;
margin-bottom: 20px;
transition-duration: 0.5s;
}
.iniciativa .display .box .img {
width: 80%;
height: 160px;
margin: 40px auto 0px;
display: block;
position: relative;
}
.iniciativa .display .box .img img {
margin: auto;
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.iniciativa .display .box .ico {
position: absolute;
left: 0;
right: 0;
bottom: 18px;
width: 100%;
height: 65px;
background-position: bottom left !important;
}
@media (max-width: 800px) {
.iniciativa {
min-height: 200px;
padding: 0px 0px!important;
}
.iniciativa .display {
margin-left: 20px;
margin-right: 20px;
}
.iniciativa .display .box {
width: 100%;
height: 205px;
margin-bottom: 20px;
}
.iniciativa .display .img {
width: 80%;
height: 100px;
margin: 35px auto 0px!important;
}
}
.titleTxtBox {
width: 100%;
margin-top: 40px;
z-index: 9;
position: relative;
}
.titleTxtBox .box-1 {
width: calc(50% - 120px);
height: 150px;
float: left;
position: relative;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico3.svg) center center no-repeat;
background-position: right !important;
}
.titleTxtBox .box-2 {
width: 240px;
float: left;
margin-top: 105px;
}
.titleTxtBox .box-2 h2 {
font-size: 24px;
color: #009EE2;
text-align: center;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.titleTxtBox .box-3 {
width: calc(50% - 120px);
height: 150px;
float: left;
position: relative;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico4.svg) center center no-repeat;
background-position: left !important;
}
@media (min-width: 1640px) {
.titleTxtBox .box-1 {
background-size: 100%;
}
.titleTxtBox .box-2 {
margin-top: 117px;
}
.titleTxtBox .box-3 {
background-size: 100%;
}
}
@media (max-width: 1366px) {
.titleTxtBox .box-2 {
margin-top: 107px;
}
}
@media (max-width: 800px) {
.titleTxtBox {
margin-top: 10px;
}
.titleTxtBox .box-1 {
width: 90px;
height: 90px;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico-mobile1.svg) center center no-repeat;
background-position: left !important;
}
.titleTxtBox .box-2 {
width: calc(100% - 180px);
float: left;
margin-top: 50px;
}
.titleTxtBox .box-2 h2 {
font-size: 20px;
}
.titleTxtBox .box-3 {
width: 90px;
height: 90px;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico-mobile2.svg) center center no-repeat;
background-position: right!important;
}
}
.titleTxtBox-2 {
width: 100%;
margin-top: 40px;
z-index: 9;
position: relative;
}
.titleTxtBox-2 .box-1 {
width: calc(50% - 70px);
height: 150px;
float: left;
position: relative;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico4.svg) center center no-repeat;
background-position: right !important;
}
.titleTxtBox-2 .box-2 {
width: 140px;
float: left;
margin-top: 105px;
}
.titleTxtBox-2 .box-2 h2 {
font-size: 24px;
color: #009EE2;
text-align: center;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.titleTxtBox-2 .box-3 {
width: calc(50% - 70px);
height: 150px;
float: left;
position: relative;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico5.svg) center center no-repeat;
background-position: left !important;
}
@media (min-width: 1640px) {
.titleTxtBox-2 .box-1 {
background-size: 100%;
}
.titleTxtBox-2 .box-2 {
margin-top: 120px;
}
.titleTxtBox-2 .box-3 {
background-size: 100%;
}
}
@media (max-width: 1366px) {
.titleTxtBox-2 .box-2 {
margin-top: 109px;
}
}
@media (max-width: 1280px) {
.titleTxtBox-2 .box-2 {
margin-top: 106px;
}
}
@media (max-width: 800px) {
.titleTxtBox-2 {
margin-top: 10px;
}
.titleTxtBox-2 .box-1 {
width: 90px;
height: 90px;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico-mobile1.svg) center center no-repeat;
background-position: left !important;
}
.titleTxtBox-2 .box-2 {
width: calc(100% - 180px);
float: left;
margin-top: 50px;
}
.titleTxtBox-2 .box-2 h2 {
font-size: 20px;
}
.titleTxtBox-2 .box-3 {
width: 90px;
height: 90px;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico-mobile2.svg) center center no-repeat;
background-position: right!important;
}
}
.titleTxtBox-3 {
width: 100%;
margin-top: 0px;
z-index: 9;
position: relative;
}
.titleTxtBox-3 .box-1 {
width: calc(50% - 150px);
height: 50px;
float: left;
position: relative;
background-position: right !important;
}
.titleTxtBox-3 .box-2 {
width: 300px;
float: left;
margin-top: 10px;
}
.titleTxtBox-3 .box-2 h2 {
font-size: 24px;
color: #009EE2;
text-align: center;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.titleTxtBox-3 .box-3 {
width: calc(50% - 150px);
height: 50px;
float: left;
position: relative;
background-position: left !important;
}
@media (min-width: 1640px) {
.titleTxtBox-3 .box-1 {
background-size: 100%;
}
.titleTxtBox-3 .box-3 {
background-size: 100%;
}
}
.titleTxtBoxPage {
width: 100%;
margin-top: 40px;
z-index: 9;
position: relative;
}
.titleTxtBoxPage .box-1 {
width: calc(50% - 150px);
height: 150px;
float: left;
position: relative;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico3.svg) center center no-repeat;
background-position: right !important;
}
.titleTxtBoxPage .box-2 {
width: 300px;
float: left;
margin-top: 105px;
}
.titleTxtBoxPage .box-2 h2 {
font-size: 24px;
color: #009EE2;
text-align: center;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.titleTxtBoxPage .box-3 {
width: calc(50% - 150px);
height: 150px;
float: left;
position: relative;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico4.svg) center center no-repeat;
background-position: left !important;
}
@media (min-width: 1640px) {
.titleTxtBoxPage .box-1 {
background-size: 100%;
}
.titleTxtBoxPage .box-2 {
margin-top: 117px;
}
.titleTxtBoxPage .box-3 {
background-size: 100%;
}
}
@media (max-width: 800px) {
.titleTxtBoxPage {
margin-top: 10px;
}
.titleTxtBoxPage .box-1 {
width: 90px;
height: 90px;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico-mobile1.svg) center center no-repeat;
background-position: left !important;
}
.titleTxtBoxPage .box-2 {
width: calc(100% - 180px);
float: left;
margin-top: 50px;
}
.titleTxtBoxPage .box-2 h2 {
font-size: 20px;
}
.titleTxtBoxPage .box-3 {
width: 90px;
height: 90px;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico-mobile2.svg) center center no-repeat;
background-position: right!important;
}
}
.titleTxtBoxPage-2 {
width: 100%;
margin-top: 40px;
z-index: 9;
position: relative;
}
.titleTxtBoxPage-2 .box-1 {
width: calc(50% - 200px);
height: 150px;
float: left;
position: relative;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico3.svg) center center no-repeat;
background-position: right !important;
}
.titleTxtBoxPage-2 .box-2 {
width: 400px;
float: left;
margin-top: 105px;
}
.titleTxtBoxPage-2 .box-2 h2 {
font-size: 24px;
color: #009EE2;
text-align: center;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.titleTxtBoxPage-2 .box-3 {
width: calc(50% - 200px);
height: 150px;
float: left;
position: relative;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico4.svg) center center no-repeat;
background-position: left !important;
}
@media (min-width: 1640px) {
.titleTxtBoxPage-2 .box-1 {
background-size: 100%;
}
.titleTxtBoxPage-2 .box-2 {
margin-top: 117px;
}
.titleTxtBoxPage-2 .box-3 {
background-size: 100%;
}
}
@media (max-width: 800px) {
.titleTxtBoxPage-2 {
margin-top: 10px;
}
.titleTxtBoxPage-2 .box-1 {
width: 90px;
height: 90px;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico-mobile1.svg) center center no-repeat;
background-position: left !important;
}
.titleTxtBoxPage-2 .box-2 {
width: calc(100% - 180px);
float: left;
margin-top: 50px;
}
.titleTxtBoxPage-2 .box-2 h2 {
font-size: 20px;
}
.titleTxtBoxPage-2 .box-3 {
width: 90px;
height: 90px;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico-mobile2.svg) center center no-repeat;
background-position: right!important;
}
}
.titleTxtBoxPage-3 {
width: 100%;
margin-top: 60px;
z-index: 9;
position: relative;
}
.titleTxtBoxPage-3 .box-1 {
width: calc(50% - 110px);
height: 150px;
float: left;
position: relative;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico3.svg) center center no-repeat;
background-position: right !important;
}
.titleTxtBoxPage-3 .box-2 {
width: 220px;
float: left;
margin-top: 105px;
}
.titleTxtBoxPage-3 .box-2 h2 {
font-size: 24px;
color: #009EE2;
text-align: center;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.titleTxtBoxPage-3 .box-3 {
width: calc(50% - 110px);
height: 150px;
float: left;
position: relative;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico4.svg) center center no-repeat;
background-position: left !important;
}
@media (min-width: 1640px) {
.titleTxtBoxPage-3 .box-1 {
background-size: 100%;
}
.titleTxtBoxPage-3 .box-2 {
margin-top: 117px;
}
.titleTxtBoxPage-3 .box-3 {
background-size: 100%;
}
}
@media (max-width: 800px) {
.titleTxtBoxPage-3 {
margin-top: 10px;
}
.titleTxtBoxPage-3 .box-1 {
width: 90px;
height: 90px;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico-mobile1.svg) center center no-repeat;
background-position: left !important;
}
.titleTxtBoxPage-3 .box-2 {
width: calc(100% - 180px);
float: left;
margin-top: 50px;
}
.titleTxtBoxPage-3 .box-2 h2 {
font-size: 20px;
}
.titleTxtBoxPage-3 .box-3 {
width: 90px;
height: 90px;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/ico-mobile2.svg) center center no-repeat;
background-position: right!important;
}
}
.product-new {
float: left;
width: 100%;
padding: 30px 0px 0px;
}
.product-new .display {
padding: 0px 0px;
}
.product-new .display .content-product {
position: relative;
}
.product-new .display .content-product .item {
padding: 10px 10px;
}
.product-new .display .content-product .item .box-prod {
box-sizing: border-box;
position: relative;
padding-bottom: 12px;
padding-left: 0px!important;
width: 100%;
height: 530px;
background-color: #fff;
overflow: hidden;
border-radius: 8px;
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.23);
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.23);
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.23);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.product-new .display .content-product .item .box-prod article {
width: calc(100% - 0px);
height: 270px;
position: relative;
float: left;
overflow: hidden;
}
.product-new .display .content-product .item .box-prod article a {
text-decoration: none;
list-style: none;
}
.product-new .display .content-product .item .box-prod article .boxLink {
width: 100%;
position: absolute;
z-index: 10;
left: 0;
top: 0;
bottom: 0;
opacity: 0;
}
.product-new .display .content-product .item .box-prod article .layerFeature {
z-index: 2;
transition: all 0.4s;
}
.product-new .display .content-product .item .box-prod article .boxImg {
width: 100%;
height: 100%;
float: left;
z-index: 1;
background-size: cover;
background-position: center center;
transition: all 0.6s;
}
.product-new .display .content-product .item .box-prod article:hover .boxLink {
opacity: 1;
transition: 1.6s;
-webkit-transition: 1.6s;
-moz-transition: 1.6s;
-o-transition: 1.6s;
}
.product-new .display .content-product .item .box-prod article:hover .boxImg {
transform: scale(1.07);
}
.product-new .display .content-product .item .box-prod article:hover .layerFeature {
background: rgba(0, 0, 0, 0.1);
}
.product-new .display .content-product .item .box-prod article .layerFeature {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0);
}
.product-new .display .content-product .item .box-prod .product-name {
width: 100%;
padding: 17px 20px;
float: left;
}
.product-new .display .content-product .item .box-prod .product-name a {
color: #727272;
font-weight: 400!Important;
text-decoration: none;
list-style: none;
}
.product-new .display .content-product .item .box-prod .product-name a h3 {
margin-top: 2px;
height: 105px;
font-size: 17px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 10px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.product-new .display .content-product .item .box-prod .product-name .det {
font-size: 14px;
color: #4E4E56;
text-align: left;
font-weight: normal;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.product-new .display .owl-theme .owl-nav {
z-index: -1;
top: 200px;
position: absolute;
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
width: 100%;
}
.product-new .display .owl-carousel .owl-nav [class*="owl-"] {
background: transparent;
border-radius: 9px;
color: #404040;
margin: 2px;
padding: 16px;
display: inline-block !important;
cursor: pointer;
border-radius: 3px;
font-size: 16px;
}
.product-new .display .owl-carousel .owl-nav [class*="owl-"]:hover {
color: #000;
background-color: #fff;
}
.product-new .display .owl-carousel .owl-nav [class*="owl-"]:focus {
border: none!important;
outline: none!important;
box-shadow: none!important;
}
.product-new .display .owl-carousel button.owl-dot {
margin-top: 30px;
}
.product-new .display .owl-carousel button.owl-dot:focus {
outline: none!important;
border: 2px solid #fff !important;
}
.product-new .display .owl-carousel .owl-nav .owl-next {
float: right;
margin-right: -50px !important;
}
.product-new .display .owl-carousel .owl-nav .owl-prev {
float: left;
margin-left: -50px !important;
}
.product-new .display .owl-carousel .owl-nav .fa {
opacity: 0.6;
color: #FF0000;
padding: 10px 10px 8px;
font-size: 22px;
}
.product-new .display .owl-theme .owl-dots .owl-dot span {
width: 12px;
height: 12px;
margin: 5px 5px;
background: #00669E;
}
.product-new .display .owl-theme .owl-dots .owl-dot.active span,
.product-new .display .owl-theme .owl-dots .owl-dot:hover span {
background: #FF0000;
opacity: 1;
}
@media (max-width: 800px) {
.product-new {
padding-top: 10px;
padding-right: 0px!important;
padding-left: 0px!important;
}
.product-new .display {
padding: 0px 0px;
padding: 0px 15px!important;
}
.product-new .display .content-product .box-prod {
height: 525px!important;
}
.product-new .display .content-product .product-name {
padding: 17px 16px!important;
}
.product-new .display .content-product .product-name h3 {
height: 105px!important;
font-size: 16px!important;
}
.product-new .owl-carousel .owl-nav {
z-index: 1!important;
}
.product-new .display .owl-theme .owl-nav {
top: 150px;
}
.product-new .display .owl-carousel .owl-nav .owl-next {
float: right;
margin-right: 0px!important;
background-color: #00669E;
}
.product-new .display .owl-carousel .owl-nav .owl-prev {
float: left;
margin-left: 0px !important;
background-color: #00669E;
}
.product-new .display .owl-carousel button.owl-dot {
margin-top: 10px!important;
display: none;
}
.product-new .display .owl-carousel .owl-nav .fa {
opacity: 0.9;
color: #fff;
font-size: 16px;
padding: 10px 10px 10px;
}
.product-new .display .owl-carousel .owl-nav .fa:hover {
font-size: 16px;
color: #fff;
background-color: #00669E;
}
}
.btnBottom2 {
width: 100%;
float: left;
position: relative;
background-color: #fff;
padding-bottom: 35px;
}
.btnBottom2 .display {
position: relative;
}
.btnBottom2 .display .btn-1 {
float: right!important;
position: relative;
}
@media (max-width: 800px) {
.btnBottom2 {
width: 100%;
float: left;
position: relative;
background-color: #fff;
padding-bottom: 35px;
padding-top: 20px;
}
.btnBottom2 .display {
position: relative;
}
.btnBottom2 .display .btn-1 {
width: 120px;
float: none!important;
position: relative;
margin: auto;
display: block;
}
}   .product-new-pro {
float: left;
width: 100%;
padding: 50px 0px 0px;
position: relative;
}
.product-new-pro .display {
padding: 0px 0px;
}
.product-new-pro .fondo {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
}
.product-new-pro .fondoMobile {
display: none;
}
.product-new-pro h2 {
font-size: 24px;
color: #009EE2;
text-align: center;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
margin-bottom: 70px;
margin-top: 40px;
}
.product-new-pro .content-product-2 {
position: relative;
}
.product-new-pro .content-product-2 .item {
padding: 10px 10px;
}
.product-new-pro .content-product-2 .item .box-prod {
box-sizing: border-box;
position: relative;
padding-bottom: 12px;
padding-left: 0px!important;
width: 100%;
height: 520px;
background-color: #fff;
overflow: hidden;
border-radius: 8px;
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.product-new-pro .content-product-2 .item .box-prod article {
width: calc(100% - 0px);
height: 300px;
position: relative;
float: left;
overflow: hidden;
}
.product-new-pro .content-product-2 .item .box-prod article a {
text-decoration: none;
list-style: none;
}
.product-new-pro .content-product-2 .item .box-prod article .boxLink {
width: 100%;
position: absolute;
z-index: 10;
left: 0;
top: 0;
bottom: 0;
opacity: 0;
}
.product-new-pro .content-product-2 .item .box-prod article .layerFeature {
z-index: 2;
transition: all 0.4s;
}
.product-new-pro .content-product-2 .item .box-prod article .boxImg {
width: 100%;
height: 100%;
float: left;
z-index: 1;
background-size: cover;
background-position: center center;
transition: all 0.6s;
}
.product-new-pro .content-product-2 .item .box-prod article:hover .boxLink {
opacity: 1;
transition: 1.6s;
-webkit-transition: 1.6s;
-moz-transition: 1.6s;
-o-transition: 1.6s;
}
.product-new-pro .content-product-2 .item .box-prod article:hover .boxImg {
transform: scale(1.07);
}
.product-new-pro .content-product-2 .item .box-prod article:hover .layerFeature {
background: rgba(0, 0, 0, 0.1);
}
.product-new-pro .content-product-2 .item .box-prod article .layerFeature {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0);
}
.product-new-pro .content-product-2 .item .box-prod .product-name {
width: 100%;
height: 55px;
height: 162px;
padding: 17px 20px;
float: left;
}
.product-new-pro .content-product-2 .item .box-prod .product-name .categor {
width: 100%;
margin-bottom: 15px;
margin-top: 5px;
font-size: 13px!important;
}
.product-new-pro .content-product-2 .item .box-prod .product-name .categor .boxCat {
padding: 6px 10px;
background-color: #009EE2;
color: #fff;
font-family: Verdana, Geneva, Tahoma;
}
.product-new-pro .content-product-2 .item .box-prod .product-name a {
color: #727272;
font-weight: 400!Important;
text-decoration: none;
list-style: none;
}
.product-new-pro .content-product-2 .item .box-prod .product-name a h3 {
margin-top: 2px;
height: 65px;
font-size: 17px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 10px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.product-new-pro .content-product-2 .item .box-prod .product-name .det {
font-size: 14px;
color: #4E4E56;
text-align: left;
font-weight: normal;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.product-new-pro .owl-theme .owl-nav {
z-index: -1;
top: 160px;
position: absolute;
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
width: 100%;
}
.product-new-pro .owl-carousel .owl-nav [class*="owl-"] {
background: transparent;
border-radius: 9px;
color: #404040;
margin: 2px;
padding: 16px;
display: inline-block !important;
cursor: pointer;
border-radius: 3px;
font-size: 16px;
}
.product-new-pro .owl-carousel .owl-nav [class*="owl-"]:hover {
color: #000;
background-color: #E3F8FF;
}
.product-new-pro .owl-carousel .owl-nav [class*="owl-"]:focus {
border: none!important;
outline: none!important;
box-shadow: none!important;
}
.product-new-pro .owl-carousel button.owl-dot {
margin-top: 30px;
}
.product-new-pro .owl-carousel button.owl-dot:focus {
outline: none!important;
border: 2px solid #fff !important;
}
.product-new-pro .owl-carousel .owl-nav .owl-next {
float: right;
margin-right: -50px !important;
}
.product-new-pro .owl-carousel .owl-nav .owl-prev {
float: left;
margin-left: -50px !important;
}
.product-new-pro .owl-carousel .owl-nav .fa {
opacity: 0.6;
color: #FF0000 !important;
padding: 10px 10px 8px;
font-size: 22px;
}
.product-new-pro .owl-theme .owl-dots .owl-dot span {
width: 12px;
height: 12px;
margin: 5px 5px;
background: #00669E !important;
opacity: 1!important;
}
.product-new-pro .owl-theme .owl-dots .owl-dot.active span,
.product-new-pro .owl-theme .owl-dots .owl-dot:hover span {
background: #FF0000 !important;
opacity: 1!important;
}
@media (min-width: 1640px) {
.product-new-pro h2 {
margin-bottom: 70px;
margin-top: 70px!important;
}
}
@media (max-width: 1366px) {
.product-new-pro h2 {
margin-bottom: 40px;
margin-top: 25px!important;
}
}
@media (max-width: 998px) {
header .divNav .logo img {
margin-top: .5rem;}
}
@media (min-width: 998px) {
header .divNav .logo img {
margin-top: 1rem;}
}
@media (max-width: 1280px) {
.product-new-pro h2 {
margin-bottom: 40px;
margin-top: 25px!important;
}
}
@media (max-width: 800px) {
.product-new-pro {
padding-top: 10px;
padding-right: 0px!important;
padding-left: 0px!important;
}
.product-new-pro .display {
padding: 0px 0px;
padding: 0px 15px!important;
}
.product-new-pro .fondo {
display: none;
}
.product-new-pro .fondoMobile {
display: inherit;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
}
.product-new-pro h2 {
font-size: 20px;
color: #009EE2;
text-align: center;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
margin-bottom: 50px;
margin-top: 25px!important;
}
.product-new-pro .content-product-2 .item .box-prod .product-name a h3 {
height: 85px;
}
.product-new-pro .content-product-2 .item .box-prod {
height: 560px;
}
.product-new-pro .owl-carousel .owl-nav {
z-index: 1!important;
}
.product-new-pro .display .owl-theme .owl-nav {
top: 150px;
}
.product-new-pro .display .owl-carousel .owl-nav .owl-next {
float: right;
margin-right: 0px!important;
background-color: #00669E;
}
.product-new-pro .display .owl-carousel .owl-nav .owl-prev {
float: left;
margin-left: 0px !important;
background-color: #00669E;
}
.product-new-pro .display .owl-carousel button.owl-dot {
margin-top: 10px!important;
display: none;
}
.product-new-pro .display .owl-carousel .owl-nav .fa {
opacity: 0.9;
color: #fff !important;
font-size: 16px;
padding: 10px 10px 10px;
}
.product-new-pro .display .owl-carousel .owl-nav .fa:hover {
font-size: 16px;
color: #fff;
background-color: #00669E;
}
footer .layerfooter .contFooter .boxLogo img {
padding: 0px !important;
}
}   .product-new-pro-v {
float: left;
width: 100%;
padding: 30px 0px 0px;
position: relative;
}
.product-new-pro-v .display {
padding: 0px 0px;
}
.product-new-pro-v h2 {
font-size: 24px;
color: #009EE2;
text-align: center;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
margin-bottom: 70px;
margin-top: 40px;
}
.product-new-pro-v .content-product-3 {
position: relative;
}
.product-new-pro-v .content-product-3 .item {
padding: 10px 10px;
}
.product-new-pro-v .content-product-3 .item .box-prod {
box-sizing: border-box;
position: relative;
padding-bottom: 12px;
padding-left: 0px!important;
width: 100%;
height: 300px;
background-color: #fff;
overflow: hidden;
border-radius: 0px;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.product-new-pro-v .content-product-3 .item .box-prod article {
width: calc(100% - 0px);
height: 300px;
position: relative;
float: left;
overflow: hidden;
}
.product-new-pro-v .content-product-3 .item .box-prod article a {
text-decoration: none;
list-style: none;
}
.product-new-pro-v .owl-theme .owl-nav {
z-index: -1;
top: 140px;
position: absolute;
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
width: 100%;
}
.product-new-pro-v .owl-carousel .owl-nav [class*="owl-"] {
background: transparent;
border-radius: 9px;
color: #404040;
margin: 2px;
padding: 16px;
display: inline-block !important;
cursor: pointer;
border-radius: 3px;
font-size: 16px;
}
.product-new-pro-v .owl-carousel .owl-nav [class*="owl-"]:hover {
color: #000;
background-color: #fff;
}
.product-new-pro-v .owl-carousel .owl-nav [class*="owl-"]:focus {
border: none!important;
outline: none!important;
box-shadow: none!important;
}
.product-new-pro-v .owl-carousel button.owl-dot {
margin-top: 30px;
}
.product-new-pro-v .owl-carousel button.owl-dot:focus {
outline: none!important;
border: 2px solid #fff !important;
}
.product-new-pro-v .owl-carousel .owl-nav .owl-next {
float: right;
margin-right: -50px !important;
}
.product-new-pro-v .owl-carousel .owl-nav .owl-prev {
float: left;
margin-left: -50px !important;
}
.product-new-pro-v .owl-carousel .owl-nav .fa {
opacity: 0.6;
color: #FF0000 !important;
padding: 10px 10px 8px;
font-size: 22px;
}
.product-new-pro-v .owl-theme .owl-dots .owl-dot span {
width: 12px;
height: 12px;
margin: 5px 5px;
background: #00669E !important;
opacity: 1!important;
}
.product-new-pro-v .owl-theme .owl-dots .owl-dot.active span,
.product-new-pro-v .owl-theme .owl-dots .owl-dot:hover span {
background: #FF0000 !important;
opacity: 1!important;
}
@media (min-width: 1640px) {
.product-new-pro-v h2 {
margin-bottom: 100px;
margin-top: 80px!important;
}
}
@media (max-width: 800px) {
.product-new-pro-v {
padding-top: 10px;
padding-right: 0px!important;
padding-left: 0px!important;
}
.product-new-pro-v .display {
padding: 0px 0px;
padding: 0px 15px!important;
}
.product-new-pro-v h2 {
font-size: 20px;
color: #009EE2;
text-align: center;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
margin-bottom: 70px;
margin-top: 40px;
}
.product-new-pro-v .owl-carousel .owl-nav {
z-index: 1!important;
}
.product-new-pro-v .display .owl-theme .owl-nav {
top: 140px;
}
.product-new-pro-v .display .owl-carousel .owl-nav .owl-next {
float: right;
margin-right: 0px!important;
background-color: #00669E;
}
.product-new-pro-v .display .owl-carousel .owl-nav .owl-prev {
float: left;
margin-left: 0px !important;
background-color: #00669E;
}
.product-new-pro-v .display .owl-carousel button.owl-dot {
margin-top: 10px!important;
display: none;
}
.product-new-pro-v .display .owl-carousel .owl-nav .fa {
opacity: 0.9;
color: #fff !important;
font-size: 16px;
padding: 10px 10px 10px;
}
.product-new-pro-v .display .owl-carousel .owl-nav .fa:hover {
font-size: 16px;
color: #fff;
background-color: #00669E;
}
}
.product-new-calendar {
float: left;
width: 100%;
padding: 50px 0px 0px;
position: relative;
}
.product-new-calendar .fondo {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
}
.product-new-calendar .fondoMobile {
display: none;
}
.product-new-calendar .display {
padding: 0px 0px;
}
.product-new-calendar .fondo2 {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
}
.product-new-calendar h2 {
font-size: 24px;
color: #009EE2;
text-align: center;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
margin-bottom: 50px;
margin-top: 40px;
}
.product-new-calendar .content-product-calendar {
position: relative;
}
.product-new-calendar .content-product-calendar .item {
padding: 10px 10px;
}
.product-new-calendar .content-product-calendar .item .box-prod {
box-sizing: border-box;
position: relative;
padding-bottom: 12px;
padding-left: 0px!important;
width: 100%;
height: 530px;
background-color: #fff;
overflow: hidden;
border-radius: 8px;
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.product-new-calendar .content-product-calendar .item .box-prod article {
width: calc(100% - 0px);
padding: 0px 20px;
height: 200px;
position: relative;
float: left;
overflow: hidden;
background-position: top;
}
.product-new-calendar .content-product-calendar .item .box-prod article a {
text-decoration: none;
list-style: none;
}
.product-new-calendar .content-product-calendar .item .box-prod article .boxLink {
width: 100%;
position: absolute;
z-index: 10;
left: 0;
top: 0;
bottom: 0;
opacity: 0;
}
.product-new-calendar .content-product-calendar .item .box-prod article .layerFeature {
z-index: 2;
transition: all 0.4s;
}
.product-new-calendar .content-product-calendar .item .box-prod article .boxImg {
width: 100%;
height: 100%;
float: left;
z-index: 1;
background-size: cover;
background-position: center center;
transition: all 0.6s;
}
.product-new-calendar .content-product-calendar .item .box-prod article:hover .boxLink {
opacity: 1;
transition: 1.6s;
-webkit-transition: 1.6s;
-moz-transition: 1.6s;
-o-transition: 1.6s;
}
.product-new-calendar .content-product-calendar .item .box-prod article .layerFeature {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0);
}
.product-new-calendar .content-product-calendar .item .box-prod .product-name {
width: 100%;
padding: 17px 20px;
float: left;
}
.product-new-calendar .content-product-calendar .item .box-prod .product-name .detCalendar {
width: calc(100% - 240px);
float: left;
}
.product-new-calendar .content-product-calendar .item .box-prod .product-name .detCalendar .btn-a .btnAgenda {
width: 75px;
padding: 10px 12px;
margin-bottom: 10px;
font-size: 13px;
padding: 6px 10px;
background-color: #009EE2;
color: #fff;
font-family: Verdana, Geneva, Tahoma;
transition: 0.3s;
}
.product-new-calendar .content-product-calendar .item .box-prod .product-name .detCalendar .btn-a .btnAgenda:hover {
transition: 0.3s;
}
.product-new-calendar .content-product-calendar .item .box-prod .product-name .detCalendar a {
color: #727272;
font-weight: 400!Important;
text-decoration: none;
list-style: none;
}
.product-new-calendar .content-product-calendar .item .box-prod .product-name .detCalendar a h3 {
margin-top: 2px;
height: 90px;
font-size: 17px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 10px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.product-new-calendar .content-product-calendar .item .box-prod .product-name .fecha {
text-align: right;
width: 240px;
float: left;
color: #FF0000;
font-weight: 700;
font-family: Verdana, Geneva, Tahoma;
font-size: 16px;
}
.product-new-calendar .content-product-calendar .item .box-prod .product-name .det {
margin-top: 5px;
width: 100%;
height: 85px;
float: left;
font-size: 14px;
color: #4E4E56;
text-align: left;
font-weight: normal;
font-style: normal;
padding: 0px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.product-new-calendar .content-product-calendar .item .box-prod .product-name .det a {
width: 100%;
margin-top: 20px!important;
height: 65px;
font-size: 17px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 10px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
text-decoration: none;
list-style: none;
}
.product-new-calendar .owl-theme .owl-nav {
z-index: -1;
top: 200px;
position: absolute;
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
width: 100%;
}
.product-new-calendar .owl-carousel .owl-nav [class*="owl-"] {
background: transparent;
border-radius: 9px;
color: #404040;
margin: 2px;
padding: 16px;
display: inline-block !important;
cursor: pointer;
border-radius: 3px;
font-size: 16px;
}
.product-new-calendar .owl-carousel .owl-nav [class*="owl-"]:hover {
color: #000;
background-color: #F4F4F4;
}
.product-new-calendar .owl-carousel .owl-nav [class*="owl-"]:focus {
border: none!important;
outline: none!important;
box-shadow: none!important;
}
.product-new-calendar .owl-carousel button.owl-dot {
margin-top: 30px;
}
.product-new-calendar .owl-carousel button.owl-dot:focus {
outline: none!important;
border: 2px solid #fff !important;
}
.product-new-calendar .owl-carousel .owl-nav .owl-next {
float: right;
margin-right: -50px !important;
}
.product-new-calendar .owl-carousel .owl-nav .owl-prev {
float: left;
margin-left: -50px !important;
}
.product-new-calendar .owl-carousel .owl-nav .fa {
opacity: 0.6;
color: #FF0000;
padding: 10px 10px 8px;
font-size: 22px;
}
.product-new-calendar .owl-theme .owl-dots .owl-dot span {
width: 12px;
height: 12px;
margin: 5px 5px;
background: #00669E;
}
.product-new-calendar .owl-theme .owl-dots .owl-dot.active span,
.product-new-calendar .owl-theme .owl-dots .owl-dot:hover span {
background: #FF0000;
opacity: 1;
}
@media (min-width: 1640px) {
.product-new-calendar h2 {
margin-bottom: 70px;
margin-top: 75px!important;
}
}
@media (max-width: 1366px) {
.product-new-calendar h2 {
margin-bottom: 50px;
margin-top: 30px;
}
}
@media (max-width: 1280px) {
.product-new-calendar h2 {
margin-bottom: 50px;
margin-top: 30px;
}
}
@media (max-width: 800px) {
.product-new-calendar .content-product-calendar .item .box-prod .product-name a h3 {
height: 90px;
font-size: 16px;
}
.product-new-calendar .content-product-calendar .item .box-prod {
height: 530px;
}
.product-new-calendar {
padding-top: 20px;
margin-top: 40px;
padding-right: 0px!important;
padding-left: 0px!important;
}
.product-new-calendar h2 {
margin-bottom: 50px;
margin-top: 0px;
}
.product-new-calendar .fondo {
display: none;
}
.product-new-calendar .fondoMobile {
display: inherit;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
}
.product-new-calendar .display {
padding: 0px 0px;
padding: 0px 15px!important;
}
.product-new-calendar .owl-carousel .owl-nav {
z-index: 1!important;
}
.product-new-calendar .display .owl-theme .owl-nav {
top: 200px;
}
.product-new-calendar .display .owl-carousel .owl-nav .owl-next {
float: right;
margin-right: 0px!important;
background-color: #00669E;
}
.product-new-calendar .display .owl-carousel .owl-nav .owl-prev {
float: left;
margin-left: 0px !important;
background-color: #00669E;
}
.product-new-calendar .display .owl-carousel button.owl-dot {
margin-top: 10px!important;
display: none;
}
.product-new-calendar .display .owl-carousel .owl-nav .fa {
opacity: 0.9;
color: #fff !important;
font-size: 16px;
padding: 10px 10px 10px;
}
.product-new-calendar .display .owl-carousel .owl-nav .fa:hover {
font-size: 16px;
color: #fff;
background-color: #00669E;
}
}
.product-new-marcas {
float: left;
width: 100%;
padding: 0px 0px 70px;
}
.product-new-marcas .content-product-marcas {
position: relative;
}
.product-new-marcas .content-product-marcas .item {
padding-bottom: 10px;
}
.product-new-marcas .content-product-marcas .item .box-prod {
box-sizing: border-box;
position: relative;
padding-bottom: 12px;
padding-left: 0px!important;
width: 100%;
height: 160px;
background-color: #fff;
overflow: hidden;
border-radius: 8px;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.product-new-marcas .content-product-marcas .item .box-prod article {
width: calc(100% - 0px);
height: 160px;
position: relative;
float: left;
overflow: hidden;
padding-top: 30px;
}
.product-new-marcas .content-product-marcas .item .box-prod article .img {
width: 80%;
height: 100px;
margin: auto;
display: block;
position: relative;
}
.product-new-marcas .content-product-marcas .item .box-prod article .img img {
margin: auto;
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: 0.4s;
}
.product-new-marcas .content-product-marcas .item .box-prod article .img img:hover {
opacity: 0.75;
transition: 0.4s;
}
.product-new-marcas .owl-theme .owl-nav {
z-index: -1;
top: 45px;
position: absolute;
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
width: 100%;
}
.product-new-marcas .owl-carousel .owl-nav [class*="owl-"] {
background: transparent;
border-radius: 9px;
color: #404040;
margin: 2px;
padding: 16px;
display: inline-block !important;
cursor: pointer;
border-radius: 3px;
font-size: 16px;
}
.product-new-marcas .owl-carousel .owl-nav [class*="owl-"]:hover {
color: #000;
background-color: #fff;
}
.product-new-marcas .owl-carousel .owl-nav [class*="owl-"]:focus {
border: none!important;
outline: none!important;
box-shadow: none!important;
}
.product-new-marcas .owl-carousel button.owl-dot {
margin-top: 10px;
}
.product-new-marcas .owl-carousel button.owl-dot:focus {
outline: none!important;
border: 2px solid #fff !important;
}
.product-new-marcas .owl-carousel .owl-nav .owl-next {
float: right;
margin-right: -50px !important;
}
.product-new-marcas .owl-carousel .owl-nav .owl-prev {
float: left;
margin-left: -50px !important;
}
.product-new-marcas .owl-carousel .owl-nav .fa {
opacity: 0.6;
color: #FF0000;
padding: 10px 10px 8px;
font-size: 22px;
}
.product-new-marcas .owl-theme .owl-dots .owl-dot span {
width: 12px;
height: 12px;
margin: 5px 5px;
background: #00669E;
}
.product-new-marcas .owl-theme .owl-dots .owl-dot.active span,
.product-new-marcas .owl-theme .owl-dots .owl-dot:hover span {
background: #FF0000;
opacity: 1;
}
.product-new-marcas .owl-carousel .owl-item img {
display: block;
width: auto!important;
}
@media (max-width: 800px) {
.product-new-marcas {
padding-right: 0px!important;
}
.product-new-marcas .owl-carousel .owl-nav {
z-index: 1!important;
}
.product-new-marcas .display .owl-theme .owl-nav {
top: 55px;
}
.product-new-marcas .display .owl-carousel .owl-nav .owl-next {
float: right;
margin-right: 11px!important;
background-color: #00669E;
}
.product-new-marcas .display .owl-carousel .owl-nav .owl-prev {
float: left;
margin-left: 0px !important;
background-color: #00669E;
}
.product-new-marcas .display .owl-carousel button.owl-dot {
margin-top: 10px!important;
display: none;
}
.product-new-marcas .display .owl-carousel .owl-nav .fa {
opacity: 0.9;
color: #fff !important;
font-size: 16px;
padding: 10px 10px 10px;
}
.product-new-marcas .display .owl-carousel .owl-nav .fa:hover {
font-size: 16px;
color: #fff;
background-color: #00669E;
}
.logoMenu {
background: url(https://construye2025.cl/wp-content/uploads/2017/10/Logo_construye_10_blancoweb.svg) rgba(0, 102, 158, 0.97) no-repeat !important;
background-position: top 4px left 25px !important;
background-size: 17rem !important;
}
} .bannerPageHeader {
width: 100%;
height: 300px;
background-color: ;
position: relative;
float: left;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/page.svg) #E3F8FF no-repeat;
background-position: bottom !important;
}
.bannerPageHeader .display {
width: 100%;
height: 300px;
position: relative;
padding: 0px;
}
.bannerPageHeader .display .title {
position: absolute;
bottom: 0px;
bottom: 40px;
}
.bannerPageHeader .display .title h1 {
margin-top: 20px;
font-size: 24px;
text-align: center;
font-weight: 700;
font-style: normal;
padding-bottom: 10px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
color: #009EE2;
text-align: left;
}
.bannerPageHeader .display .title h3 {
margin-top: 10px;
font-size: 21px;
text-align: center;
font-weight: 700;
font-style: normal;
padding-bottom: 10px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
color: #00669E;
text-align: left;
}
@media (max-width: 800px) {
.bannerPageHeader {
width: 100%;
height: 200px;
background-color: ;
position: relative;
float: left;
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/xd/page.svg) #E3F8FF no-repeat;
background-size: 190%;
background-position: bottom !important;
}
.bannerPageHeader .display {
width: 100%;
height: 200px;
position: relative;
padding: 0px;
}
.bannerPageHeader .display .title {
position: absolute;
bottom: 0px;
bottom: 8px;
}
.bannerPageHeader .display .title h1 {
margin-top: 20px;
font-size: 18px;
text-align: center;
font-weight: 700;
font-style: normal;
padding-bottom: 20px;
padding-left: 10px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
color: #009EE2;
}
}
.page {
width: 100%;
float: left;
position: relative;
}
.page .display {
padding: 50px  0px;
position: relative;
}
.page .display .content {
width: 100%;
float: left;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.page .display .content .box-1 {
width: 49%;
float: left;
font-size: 14px;
color: #4E4E56;
text-align: justify;
font-weight: normal;
font-style: normal;
padding-bottom: 20px;
position: relative;
line-height: 21px;
font-family: Verdana, Geneva, Tahoma;
padding-right: 20px;
}
.page .display .content .box-1 strong {
color: #009EE2;
}
.page .display .content .box-2 {
width: 49%;
height: 300px;
float: left;
background-size: cover;
background-position: center center;
}
.page .display .content .box-2 .iframe {
width: 100%;
min-height: 270px;
background-color: #F4F4F4;
margin-bottom: 20px;
}
.page .display .content {
width: 100%;
float: left;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.page .display .content .box-3 {
width: 49%;
padding: 40px 40px;
min-height: 249px;
float: left;
font-size: 14px;
position: relative;
background-color: #E3F8FF;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}
.page .display .content .box-3 h2 {
font-size: 19px;
color: #4E4E56;
text-align: justify;
font-weight: bold;
font-style: normal;
font-family: Verdana, Geneva, Tahoma;
}
.page .display .content .box-3 h3 {
font-size: 14px;
color: #4E4E56;
text-align: justify;
font-weight: normal;
font-style: normal;
line-height: 21px;
font-family: Verdana, Geneva, Tahoma;
}
.page .display .content .box-4 {
width: 49%;
padding: 40px 40px;
min-height: 249px;
float: left;
font-size: 14px;
position: relative;
background-color: #F4F4F4;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}
.page .display .content .box-4 h2 {
font-size: 19px;
color: #4E4E56;
text-align: justify;
font-weight: bold;
font-style: normal;
font-family: Verdana, Geneva, Tahoma;
}
.page .display .content .box-4 h3 {
font-size: 14px;
color: #4E4E56;
text-align: justify;
font-weight: normal;
font-style: normal;
line-height: 21px;
font-family: Verdana, Geneva, Tahoma;
}
@media (max-width: 800px) {
.page {
width: 100%;
float: left;
position: relative;
}
.page .display {
padding: 30px  10px;
position: relative;
}
.page .display .content {
width: 100%;
float: left;
display: inherit;
}
.page .display .content .box-1 {
width: 100%!important;
padding-right: 0px;
padding-bottom: 10px;
}
.page .display .content .box-2 {
width: 100%;
height: 200px;
}
.page .display .content .box-2 .iframe {
width: 100%;
min-height: 270px;
background-color: #F4F4F4;
margin-bottom: 20px;
}
.page .display .content {
width: 100%;
float: left;
display: inherit;
}
.page .display .content .box-3 {
margin: 20px 0px;
width: 100%;
padding: 40px 40px;
min-height: 249px;
float: left;
font-size: 14px;
position: relative;
background-color: #E3F8FF;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}
.page .display .content .box-3 h2 {
font-size: 19px;
color: #4E4E56;
text-align: justify;
font-weight: bold;
font-style: normal;
font-family: Verdana, Geneva, Tahoma;
}
.page .display .content .box-3 h3 {
font-size: 14px;
color: #4E4E56;
text-align: justify;
font-weight: normal;
font-style: normal;
line-height: 21px;
font-family: Verdana, Geneva, Tahoma;
}
.page .display .content .box-4 {
width: 100%;
padding: 40px 40px;
min-height: 249px;
float: left;
font-size: 14px;
position: relative;
background-color: #F4F4F4;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}
.page .display .content .box-4 h2 {
font-size: 19px;
color: #4E4E56;
text-align: justify;
font-weight: bold;
font-style: normal;
font-family: Verdana, Geneva, Tahoma;
}
.page .display .content .box-4 h3 {
font-size: 14px;
color: #4E4E56;
text-align: justify;
font-weight: normal;
font-style: normal;
line-height: 21px;
font-family: Verdana, Geneva, Tahoma;
}
}
.pageCorfo {
width: 100%;
float: left;
position: relative;
}
.pageCorfo .display {
padding: 50px  0px;
position: relative;
}
.pageCorfo .display .contents {
width: 100%;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.pageCorfo .display .contents .box-3 {
width: 49%;
float: left;
font-size: 14px;
color: #4E4E56;
text-align: justify;
font-weight: normal;
font-style: normal;
padding-bottom: 20px;
position: relative;
line-height: 21px;
font-family: Verdana, Geneva, Tahoma;
padding-right: 20px;
}
.pageCorfo .display .contents .box-3 strong {
color: #009EE2;
}
.pageCorfo .display .contents .box-4 {
width: 49%;
height: 300px;
float: left;
background-size: cover;
background-position: center center;
}
.pageCorfo .display .contents .box-4 .iframe {
width: 100%;
min-height: 270px;
background-color: #F4F4F4;
margin-bottom: 20px;
}
.pageCorfo .display .contents .box-4 h3 {
font-size: 17px;
line-height: 22px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 10px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
@media (max-width: 800px) {
.pageCorfo {
width: 100%;
}
.pageCorfo .display {
padding: 50px  0px;
position: relative;
}
.pageCorfo .display .contents {
width: 100%;
display: inherit!important;
float: left;
}
.pageCorfo .display .contents .box-3 {
width: 100%;
font-family: Verdana, Geneva, Tahoma;
padding-right: 0px;
}
.pageCorfo .display .contents .box-4 {
padding-right: 10px;
width: 100%;
height: auto!important;
}
.pageCorfo .display .contents .box-4 .iframe {
min-height: 270px;
}
}
.subPage {
width: 100%;
float: left;
position: relative;
}
.subPage .display {
padding: 10px  0px;
position: relative;
}
.subPage .display .content {
width: 100%;
float: left;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.subPage .display .content .box-3 {
width: 100%;
padding: 40px 40px;
min-height: 149px;
float: left;
font-size: 14px;
position: relative;
background-color: #F4F4F4;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}
.subPage .display .content .box-3 h2 {
font-size: 19px;
color: #4E4E56;
text-align: justify;
font-weight: bold;
font-style: normal;
font-family: Verdana, Geneva, Tahoma;
}
.subPage .display .content .box-3 h3 {
font-size: 14px;
color: #4E4E56;
text-align: justify;
font-weight: normal;
font-style: normal;
line-height: 21px;
font-family: Verdana, Geneva, Tahoma;
}
.ejes {
position: relative;
width: 100%;
float: left;
padding: 55px 0px 40px;
}
.ejes .display {
padding: 0px;
}
.ejes .display .box-1 {
width: 20%;
float: left;
min-height: 200px;
}
.ejes .display .box-1 .img {
margin: auto;
display: block;
height: 120px;
position: relative;
}
.ejes .display .box-1 .img img {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
display: block;
margin: auto;
}
.ejes .display .box-1 .details {
width: 100%;
font-size: 19px;
color: #4E4E56;
text-align: center;
font-weight: bold;
font-style: normal;
padding: 0px 30px;
font-family: Verdana, Geneva, Tahoma;
}
@media (max-width: 800px) {
.ejes {
padding: 35px 0px 20px;
}
.ejes .display {
padding: 0px;
}
.ejes .display .box-1 {
width: 50%;
min-height: 200px;
}
.ejes .display .box-1 .img {
height: 100px;
position: relative;
}
.ejes .display .box-1 .details {
font-size: 14px;
}
}
.subPageConsejo {
width: 100%;
float: left;
position: relative;
}
.subPageConsejo .display {
padding: 40px  0px 0px;
position: relative;
}
.subPageConsejo .display .content {
margin-bottom: 10px;
width: 100%;
float: left;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.subPageConsejo .display .content .box-3 {
width: 100%;
padding: 20px 0px;
min-height: 149px;
float: left;
position: relative;
background-color: #fff;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}
.subPageConsejo .display .content .box-3 h2 {
font-size: 20px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
text-decoration: none;
list-style: none;
margin-bottom: 20px;
margin-top: 10px;
}
.subPageConsejo .display .content .box-3 .details {
width: 100%;
float: left;
}
.subPageConsejo .display .content .box-3 .details .boxImg {
float: left!important;
width: 20%;
height: 170px;
padding: 10px;
position: relative;
background-color: #fff;
}
.subPageConsejo .display .content .box-3 .details .boxImg img {
background-color: #fff;
max-width: 70%;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
display: block;
}
@media (max-width: 800px) {
.subPageConsejo {
width: 100%;
float: left;
position: relative;
}
.subPageConsejo .display {
padding: 20px  0px 0px;
position: relative;
}
.subPageConsejo .display .content {
margin-bottom: 10px;
}
.subPageConsejo .display .content .box-3 {
width: 100%;
padding: 0px 0px;
min-height: 149px;
}
.subPageConsejo .display .content .box-3 h2 {
font-size: 17px;
line-height: 21px;
margin-bottom: 10px;
margin-top: 10px;
}
.subPageConsejo .display .content .box-3 .details .boxImg {
width: 33%;
height: 100px;
padding: 10px;
}
.subPageConsejo .display .content .box-3 .details .boxImg img {
max-width: 80%;
}
}
.comite {
position: relative;
}
.comite .display {
padding: 0px;
border: 1px solid #000;
}
.historia {
float: left;
width: 100%;
margin-top: 40px;
padding: 0px 0px 10px;
background-color: #fff;
position: relative;
}
.historia .fondo {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
display: inherit;
}
.historia .fondoMobile {
display: none;
}
.historia h2 {
font-size: 24px;
color: #009EE2;
text-align: center;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
margin-bottom: 70px;
margin-top: 40px;
}
.historia .display {
position: relative;
padding: 30px 0px 70px;
}
@media (min-width: 1640px) {
.historia h2 {
margin-bottom: 60px;
margin-top: 130px;
}
}
@media (max-width: 1400px) {
.historia h2 {
margin-bottom: 50px;
margin-top: 80px;
}
}
@media (max-width: 1366px) {
.historia h2 {
margin-bottom: 60px;
margin-top: 70px;
}
}
@media (max-width: 1280px) {
.historia h2 {
margin-bottom: 60px;
margin-top: 70px;
}
}
@media (max-width: 800px) {
.historia h2 {
margin-bottom: 70px;
margin-top: 20px;
}
.historia .fondo {
display: none!important;
}
.historia .fondoMobile {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
display: inherit;
}
}
#poststuff h2.sp-tab__section_title_745,
h2.sp-tab__section_title_745,
.editor-styles-wrapper .wp-block h2.sp-tab__section_title_745 {
display: none!important;
}
#sp-wp-tabs-wrapper_745 .sp-tab__nav-tabs .sp-tab__nav-item.show .sp-tab__nav-link,
#sp-wp-tabs-wrapper_745 .sp-tab__nav-tabs .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active,
#sp-wp-tabs-wrapper_745.sp-tab__lay-default label .sp-tab__card-header {
background-color: #00669e !important;
border-radius: 11px 11px 0px 0px!important;
padding: 12px 25px 8px!important;
font-family: Verdana, Geneva, Tahoma !important;
}
#sp-wp-tabs-wrapper_745 .sp-tab__nav-tabs .sp-tab__nav-link {
border-top: 1px solid #ffffff !important;
border-left: 1px solid #ffffff !important;
border-right: 1px solid #ffffff !important;
background-color: #fff !important;
border-radius: 11px 11px 0px 0px!important;
padding: 10px 25px!important;
font-family: Verdana, Geneva, Tahoma !important;
}
#sp-wp-tabs-wrapper_745.sp-tab__lay-default ul .sp-tab__nav-item,
#sp-wp-tabs-wrapper_745.sp-tab__lay-default label.collapsed .sp-tab__card-header {
background-color: #E3F8FF !important;
}
#sp-wp-tabs-wrapper_745 .sp-tab__nav-tabs .sp-tab__nav-link.sp-tab__active .sp-tab__tab_title,
#sp-wp-tabs-wrapper_745.sp-tab__lay-default label .sp-tab__card-header {
color: #fff !important;
font-size: 19px!important;
font-weight: bold!important;
font-family: Verdana, Geneva, Tahoma !important;
}
#sp-wp-tabs-wrapper_745.sp-tab__lay-default ul .sp-tab__nav-item .sp-tab__tab_title,
#sp-wp-tabs-wrapper_745.sp-tab__lay-default label.collapsed .sp-tab__card-header {
color: #00669E !important;
font-size: 19px!important;
font-weight: bold!important;
font-family: Verdana, Geneva, Tahoma !important;
}
#sp-wp-tabs-wrapper_745.sp-tab__lay-default .sp-tab__tab-content .sp-tab__tab-pane {
font-weight: normal!important;
font-style: normal!important;
font-size: 14px!important;
line-height: 21px!important;
color: #fff !important;
padding: 40px 41px!important;
font-family: Verdana, Geneva, Tahoma !important;
background-color: #00669e !important;
}
@media (max-width: 800px) {
#sp-wp-tabs-wrapper_745 .sp-tab__nav-tabs .sp-tab__nav-link {
border: 1px solid #cccccc;
height: 100%;
padding: 2px 25px 2px!important;
background-color: #F4F4F4 !important;
border-radius: 2px!important;
}
#sp-wp-tabs-wrapper_745 .sp-tab__nav-tabs .sp-tab__nav-item.show .sp-tab__nav-link,
#sp-wp-tabs-wrapper_745 .sp-tab__nav-tabs .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active,
#sp-wp-tabs-wrapper_745.sp-tab__lay-default label .sp-tab__card-header {
border-radius: 2px!important;
padding: 2px 25px 2px!important;
}
}
.cont {
position: relative;
float: left;
width: 100%;
padding: 20px 0px 0px;
margin-top: 50px;
}
.cont .display {
padding: 0px;
position: relative;
}
.cont .display .boxCont {
width: 100%;
position: relative;
padding-bottom: 40px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.cont .display .boxCont .box {
float: left;
width: 48%;
}
.cont .display .boxCont .box .title {
font-size: 22px;
color: #1D1D1B;
text-align: left;
font-weight: 700;
font-style: normal;
position: relative;
padding-top: 5px;
margin-bottom: 15px;
font-family: Verdana, Geneva, Tahoma;
}
.cont .display .boxCont .box .color {
background-color: #E3F8FF;
border: 3px solid #E3F8FF !important;
}
.cont .display .boxCont .box .contador {
width: 50%;
height: 150px;
border: 3px solid #009EE2;
float: left;
}
.cont .display .boxCont .box .contador .contador_cantidad {
font-size: 70px;
color: #009EE2;
font-family: Verdana, Geneva, Tahoma;
font-weight: bolder;
text-align: center;
}
.cont .display .boxCont .box .contador .text {
text-align: center;
font-size: 19px;
color: #009EE2;
font-weight: bold;
font-style: normal;
font-family: Verdana, Geneva, Tahoma;
}
@media (max-width: 800px) {
.cont {
width: 100%;
padding: 20px 0px 0px;
margin-top: 50px;
}
.cont .display {
padding: 0px;
}
.cont .display .boxCont {
width: 100%;
position: relative;
display: inherit;
}
.cont .display .boxCont .box {
width: 100%;
margin-bottom: 40px;
}
.cont .display .boxCont .box .title {
text-align: center;
}
}
.cont-2 {
position: relative;
float: left;
width: 100%;
padding: 20px 0px 0px;
}
.cont-2 .display {
padding: 0px;
position: relative;
}
.cont-2 .display .boxCont {
width: 100%;
position: relative;
padding-bottom: 40px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.cont-2 .display .boxCont .box {
float: left;
width: 48%;
}
.cont-2 .display .boxCont .box .title {
font-size: 22px;
color: #1D1D1B;
text-align: left;
font-weight: 700;
font-style: normal;
position: relative;
padding-top: 5px;
margin-bottom: 15px;
font-family: Verdana, Geneva, Tahoma;
}
.cont-2 .display .boxCont .box .color {
background-color: #E3F8FF;
border: 3px solid #E3F8FF !important;
}
.cont-2 .display .boxCont .box .contador-dos {
width: 50%;
height: 150px;
border: 3px solid #009EE2;
float: left;
}
.cont-2 .display .boxCont .box .contador-dos .contador_cantidad-dos {
font-size: 70px;
color: #009EE2;
font-family: Verdana, Geneva, Tahoma;
font-weight: bolder;
text-align: center;
}
.cont-2 .display .boxCont .box .contador-dos .text {
text-align: center;
font-size: 19px;
color: #009EE2;
font-weight: bold;
font-style: normal;
font-family: Verdana, Geneva, Tahoma;
}
@media (max-width: 800px) {
.cont-2 {
width: 100%;
padding: 0px 0px 0px;
margin-top: 0px;
}
.cont-2 .display {
padding: 0px;
}
.cont-2 .display .boxCont {
width: 100%;
position: relative;
display: inherit;
}
.cont-2 .display .boxCont .box {
width: 100%;
margin-bottom: 40px;
}
.cont-2 .display .boxCont .box .title {
text-align: center;
}
}
.cont-3 {
position: relative;
float: left;
width: 100%;
padding: 20px 0px 0px;
}
.cont-3 .display {
padding: 0px;
position: relative;
}
.cont-3 .display .boxCont {
width: 100%;
position: relative;
padding-bottom: 40px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.cont-3 .display .boxCont .box {
float: left;
width: 48%;
}
.cont-3 .display .boxCont .box .title {
font-size: 22px;
color: #1D1D1B;
text-align: left;
font-weight: 700;
font-style: normal;
position: relative;
padding-top: 5px;
margin-bottom: 15px;
font-family: Verdana, Geneva, Tahoma;
}
.cont-3 .display .boxCont .box .color {
background-color: #E3F8FF;
border: 3px solid #E3F8FF !important;
}
.cont-3 .display .boxCont .box .contador-tres {
width: 50%;
height: 150px;
border: 3px solid #009EE2;
float: left;
}
.cont-3 .display .boxCont .box .contador-tres .contador_cantidad-tres {
font-size: 70px;
color: #009EE2;
font-family: Verdana, Geneva, Tahoma;
font-weight: bolder;
text-align: center;
}
.cont-3 .display .boxCont .box .contador-tres .text {
text-align: center;
font-size: 19px;
color: #009EE2;
font-weight: bold;
font-style: normal;
font-family: Verdana, Geneva, Tahoma;
}
@media (max-width: 800px) {
.cont-3 {
width: 100%;
padding: 0px 0px 0px;
margin-top: 0px;
}
.cont-3 .display {
padding: 0px;
}
.cont-3 .display .boxCont {
width: 100%;
position: relative;
display: inherit!important;
}
.cont-3 .display .boxCont .box {
width: 100%;
margin-bottom: 40px;
}
.cont-3 .display .boxCont .box .title {
text-align: center;
}
}
.cont-4 {
position: relative;
float: left;
width: 100%;
padding: 40px 0px 40px;
}
.cont-4 .display {
padding: 0px;
position: relative;
}
.cont-4 .display .boxCont {
width: 100%;
position: relative;
padding-bottom: 50px;
}
.cont-4 .display .boxCont .box {
float: left;
width: 100%;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.cont-4 .display .boxCont .box .contador-cuatro {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
width: 48%;
height: 150px;
border: 3px solid #009EE2;
float: left;
padding-left: 40px;
}
.cont-4 .display .boxCont .box .contador-cuatro .contador_cantidad-cuatro {
font-size: 70px;
color: #009EE2;
font-family: Verdana, Geneva, Tahoma;
font-weight: bolder;
text-align: left;
}
.cont-4 .display .boxCont .box .contador-cuatro .text {
position: relative;
text-align: left;
font-size: 19px;
color: #009EE2;
font-weight: bold;
font-style: normal;
font-family: Verdana, Geneva, Tahoma;
}
.cont-4 .display .boxCont .box .contador-cuatro .text .mt {
position: absolute;
left: 105px;
top: -48px;
width: 50px;
height: 50px;
}
.cont-4 .display .boxCont .box .contador-cuatro .text .mt2 {
position: absolute;
left: 158px;
top: -48px;
width: 50px;
height: 50px;
}
@media (max-width: 800px) {
.cont-4 {
padding: 40px 0px 40px;
}
.cont-4 .display {
padding: 0px;
}
.cont-4 .display .boxCont {
width: 100%;
position: relative;
padding-bottom: 50px;
}
.cont-4 .display .boxCont .box {
width: 100%;
display: inherit!important;
}
.cont-4 .display .boxCont .box .contador-cuatro {
width: 100%;
margin-bottom: 20px;
height: 180px;
}
}
.pageDet {
position: relative;
padding: 50px 0px 70px;
}
.pageDet .title {
float: left;
width: 100%;
margin-bottom: 25px;
padding-top: 10px;
}
.pageDet .title .img {
width: 75px;
float: left;
}
.pageDet .detBox {
color: #003280;
font-size: 15px;
font-family: gothambook;
line-height: 22px;
padding: 0px!important;
}
.pageDet .detBox h2 {
font-size: 21px;
line-height: 22px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.pageDet .detBox .Date {
width: 100%;
float: left;
font-size: 14px;
color: #009EE2;
text-align: justify;
font-weight: 600;
font-style: normal;
padding-bottom: 7px;
padding-top: 2px;
position: relative;
line-height: 21px;
font-family: Verdana, Geneva, Tahoma;
padding-right: 20px;
}
.pageDet .detBox .det {
line-height: 21px;
font-size: 14px;
color: #4E4E56;
text-align: left;
font-weight: normal;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
padding-right: 30px;
}
.pageDet .detBox .det strong {
color: #009EE2;
}
.pageDet .detBox .det img {
margin-bottom: 14px;
margin-top: 10px;
}
.pageDet .detBox .det a {
color: #009EE2;
text-decoration: none;
list-style: none;
}
.pageDet .detBox .det .categor {
width: 100%;
margin-bottom: 15px;
margin-top: 5px;
font-size: 13px!important;
}
.pageDet .detBox .det .categor .boxCat {
padding: 6px 10px;
background-color: #009EE2;
color: #fff;
font-family: Verdana, Geneva, Tahoma;
}
.pageDet .detBox .det table {
table-layout: fixed;
width: 100%;
border-collapse: collapse;
}
.pageDet .detBox .det thead th:nth-child(1) {
width: 30%;
}
.pageDet .detBox .det thead th:nth-child(2) {
width: 20%;
}
.pageDet .detBox .det thead th:nth-child(3) {
width: 15%;
}
.pageDet .detBox .det thead th:nth-child(4) {
width: 35%;
}
.pageDet .detBox .det th,
.pageDet .detBox .det td {
padding-top: 15px;
padding-left: 10px;
}
.pageDet .detBox .det tbody tr:nth-child(odd) {
background-color: #E3F8FF;
}
.pageDet .detBox .det tbody tr:nth-child(even) {
background-color: #fff;
}
.pageDet .detBox .det tbody tr {
background-image: url(//construye2025.cl/wp-content/themes/themebosscore/css/noise.png);
}
.pageDet .sideBox h4 {
margin-top: 2px;
height: 40px;
font-size: 17px;
line-height: 21px;
color: #009EE2;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 12px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.pageDet .sideBox .boxSidebar {
width: 100%;
float: left;
border-bottom: 1px solid #E3F8FF;
margin-bottom: 20px;
}
.pageDet .sideBox .boxSidebar .boxImg {
width: 60px;
height: 60px;
float: left;
background-size: cover;
background-position: center center;
}
.pageDet .sideBox .boxSidebar .boxDetails {
width: calc(100% - 60px);
float: left;
padding-left: 10px;
text-align: left;
position: relative;
line-height: 17px;
padding-bottom: 15px;
}
.pageDet .sideBox .boxSidebar .boxDetails a {
text-decoration: none;
list-style: none;
font-size: 14px;
line-height: 17px;
color: #00669E;
font-family: Verdana, Geneva, Tahoma;
font-weight: 500;
font-style: normal;
}
@media (max-width: 800px) {
.pageDet {
padding: 30px 0px 70px;
}
.pageDet .detBox .det {
padding-right: 0px;
}
}
.singleIniciativas {
position: relative;
padding: 50px 0px 70px;
}
.singleIniciativas .title {
float: left;
width: 100%;
margin-bottom: 25px;
padding-top: 10px;
}
.singleIniciativas .title .img {
width: 75px;
float: left;
}
.singleIniciativas .detBox {
width: 100%;
color: #003280;
font-size: 15px;
font-family: gothambook;
line-height: 22px;
padding: 0px!important;
}
.singleIniciativas .detBox .imgBanner {
float: left;
margin-bottom: 50px;
}
.singleIniciativas .detBox h2 {
font-size: 17px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.singleIniciativas .detBox .det {
width: 100%;
float: left;
line-height: 21px;
font-size: 14px;
color: #4E4E56;
text-align: left;
font-weight: normal;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
padding-right: 30px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.singleIniciativas .detBox .det .boxDet {
width: 50%;
float: left;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}
.singleIniciativas .detBox .det .boxDet ul {
margin-left: 18px;
}
.singleIniciativas .detBox .det .boxDet strong {
color: #009EE2;
}
.singleIniciativas .detBox .det .boxDet h3 {
color: #00669E;
font-size: 17px;
line-height: 21px;
text-align: left;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
margin-bottom: 10px;
margin-top: 20px;
}
.singleIniciativas .detBox .det .boxDet .texto {
padding-right: 60px;
font-size: 14px;
color: #4E4E56;
text-align: left;
font-weight: normal;
font-style: normal;
padding-bottom: 30px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.singleIniciativas .detBox .det .boxDet img {
margin-bottom: 14px;
margin-top: 10px;
}
.singleIniciativas .detBox .det .boxDet a {
color: #009EE2;
text-decoration: none;
list-style: none;
}
.singleIniciativas .detBox .det .btnBox {
width: 100%;
display: block;
}
.singleIniciativas .detBox .det .categor {
width: 100%;
margin-bottom: 15px;
margin-top: 5px;
font-size: 13px!important;
}
.singleIniciativas .detBox .det .categor .boxCat {
padding: 6px 10px;
background-color: #009EE2;
color: #fff;
font-family: Verdana, Geneva, Tahoma;
}
.singleIniciativas .detBox .det table {
table-layout: fixed;
width: 100%;
border-collapse: collapse;
}
.singleIniciativas .detBox .det thead th:nth-child(1) {
width: 30%;
}
.singleIniciativas .detBox .det thead th:nth-child(2) {
width: 20%;
}
.singleIniciativas .detBox .det thead th:nth-child(3) {
width: 15%;
}
.singleIniciativas .detBox .det thead th:nth-child(4) {
width: 35%;
}
.singleIniciativas .detBox .det th,
.singleIniciativas .detBox .det td {
padding-top: 15px;
padding-left: 10px;
}
.singleIniciativas .detBox .det tbody tr:nth-child(odd) {
background-color: #E3F8FF;
}
.singleIniciativas .detBox .det tbody tr:nth-child(even) {
background-color: #fff;
}
.singleIniciativas .detBox .det tbody tr {
background-image: url(//construye2025.cl/wp-content/themes/themebosscore/css/noise.png);
}
@media (max-width: 800px) {
.singleIniciativas {
padding: 50px 20px 70px!important;
}
.singleIniciativas .detBox .imgBanner {
float: left;
margin-bottom: 10px;
}
.singleIniciativas .detBox .det {
padding-right: 0px;
}
.singleIniciativas .detBox .det .boxDet {
width: 100%;
}
.singleIniciativas .detBox .det .boxDet .texto {
padding-right: 0px;
padding-bottom: 10px;
}
.singleIniciativas .detBox .det .boxDet img {
margin-bottom: 14px;
margin-top: 10px;
}
}
.productPage {
float: left;
width: 100%;
padding: 30px 0px 60px 0px;
}
.productPage .post2 {
max-width: 1190px!important;
}
.productPage .post2 .content-product {
width: 100%;
position: relative;
}
.productPage .post2 .content-product .box-prod {
box-sizing: border-box;
position: relative;
padding-bottom: 12px;
width: calc(50% - 20px);
margin-left: 10px;
margin-right: 10px;
margin-bottom: 25px;
float: left;
height: 545px;
background-color: #fff;
overflow: hidden;
border-radius: 10px;
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.productPage .post2 .content-product .box-prod article {
width: calc(100% - 0px);
height: 300px;
position: relative;
float: left;
overflow: hidden;
}
.productPage .post2 .content-product .box-prod article a {
text-decoration: none;
list-style: none;
}
.productPage .post2 .content-product .box-prod article .boxLink {
width: 100%;
position: absolute;
z-index: 10;
left: 0;
top: 0;
bottom: 0;
opacity: 0;
}
.productPage .post2 .content-product .box-prod article .layerFeature {
z-index: 2;
transition: all 0.4s;
}
.productPage .post2 .content-product .box-prod article .boxImg {
width: 100%;
height: 100%;
float: left;
z-index: 1;
background-size: cover;
background-position: center center;
transition: all 0.6s;
}
.productPage .post2 .content-product .box-prod article:hover .boxLink {
opacity: 1;
transition: 1.6s;
-webkit-transition: 1.6s;
-moz-transition: 1.6s;
-o-transition: 1.6s;
}
.productPage .post2 .content-product .box-prod article:hover .layerFeature {
background: rgba(0, 0, 0, 0.1);
}
.productPage .post2 .content-product .box-prod article .layerFeature {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0);
}
.productPage .post2 .content-product .box-prod .product-name {
width: 100%;
height: 55px;
height: 162px;
padding: 17px 20px;
float: left;
}
.productPage .post2 .content-product .box-prod .product-name .categor {
width: 100%;
margin-bottom: 15px;
margin-top: 5px;
font-size: 13px!important;
}
.productPage .post2 .content-product .box-prod .product-name .categor .boxCat {
padding: 6px 10px;
background-color: #009EE2;
color: #fff;
font-family: Verdana, Geneva, Tahoma;
}
.productPage .post2 .content-product .box-prod .product-name a {
color: #727272;
font-weight: 400!Important;
text-decoration: none;
list-style: none;
}
.productPage .post2 .content-product .box-prod .product-name a h3 {
margin-top: 2px;
height: 94px;
font-size: 17px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 10px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.productPage .post2 .content-product .box-prod .product-name .det {
font-size: 14px;
color: #4E4E56;
text-align: left;
font-weight: normal;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.productPage .post2 .content-product .box-prod .product-name .Date {
width: 100%;
float: left;
font-size: 14px;
color: #009EE2;
text-align: justify;
font-weight: 600;
font-style: normal;
padding-bottom: 7px;
padding-top: 2px;
position: relative;
line-height: 21px;
font-family: Verdana, Geneva, Tahoma;
padding-right: 20px;
}
@media (max-width: 800px) {
.productPage {
float: left;
width: 100%;
padding: 30px 0px 60px 0px;
}
.productPage .post2 {
max-width: 1190px!important;
padding-left: 0px!important;
padding-right: 0px!important;
}
.productPage .post2 .content-product {
width: 100%;
position: relative;
}
.productPage .post2 .content-product .box-prod {
box-sizing: border-box;
position: relative;
padding-bottom: 12px;
width: calc(100% - 0px);
margin-left: 0px;
margin-right: 0px;
margin-bottom: 25px;
float: left;
height: 520px;
background-color: #fff;
overflow: hidden;
border-radius: 10px;
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.productPage .post2 .content-product .box-prod article {
width: calc(100% - 0px);
height: 250px;
position: relative;
float: left;
overflow: hidden;
}
.productPage .post2 .content-product .box-prod article a {
text-decoration: none;
list-style: none;
}
.productPage .post2 .content-product .box-prod article .boxLink {
width: 100%;
position: absolute;
z-index: 10;
left: 0;
top: 0;
bottom: 0;
opacity: 0;
}
.productPage .post2 .content-product .box-prod article .layerFeature {
z-index: 2;
transition: all 0.4s;
}
.productPage .post2 .content-product .box-prod article .boxImg {
width: 100%;
height: 100%;
float: left;
z-index: 1;
background-size: cover;
background-position: center center;
transition: all 0.6s;
}
.productPage .post2 .content-product .box-prod article:hover .boxLink {
opacity: 1;
transition: 1.6s;
-webkit-transition: 1.6s;
-moz-transition: 1.6s;
-o-transition: 1.6s;
}
.productPage .post2 .content-product .box-prod article:hover .layerFeature {
background: rgba(0, 0, 0, 0.1);
}
.productPage .post2 .content-product .box-prod article .layerFeature {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0);
}
.productPage .post2 .content-product .box-prod .product-name {
width: 100%;
height: 55px;
height: 162px;
padding: 17px 20px;
float: left;
}
.productPage .post2 .content-product .box-prod .product-name a {
color: #727272;
font-weight: 400!Important;
text-decoration: none;
list-style: none;
}
.productPage .post2 .content-product .box-prod .product-name a h3 {
font-size: 16px;
line-height: 21px;
padding-bottom: 10px;
}
.productPage .post2 .content-product .box-prod .product-name .det {
font-size: 14px;
color: #4E4E56;
text-align: left;
font-weight: normal;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
}
.tapPageVehiculo {
width: 100%;
margin: auto;
float: left;
padding: 40px 10vh 0px;
}
.tapPageVehiculo .subtitulomenu {
display: block;
width: 300px;
height: 44px;
float: left;
background-color: #000;
text-align: left;
padding-left: 20px;
padding-top: 3px;
margin: auto;
font-size: 26px;
font-weight: 700;
color: #fff;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.tapPageVehiculo .subtitulomenu .colorY {
color: #52B942;
}
.tapPageVehiculo .texbox {
width: 100%;
margin: 0 auto;
}
.tapPageVehiculo .texbox .vertical-tabs-container {
float: left;
width: 100%;
min-height: 100px;
}
.tapPageVehiculo .texbox .vertical-tabs-container .vertical-tabs {
background-color: #000;
float: left;
width: 100%;
height: 60px;
padding: 10px 20px;
}
.tapPageVehiculo .texbox .vertical-tabs-container .vertical-tab {
color: #fff;
width: 170px;
height: 40px;
border-left: 1px solid #414141;
float: left;
text-align: center;
padding: 7px 10px;
display: block;
background-color: #000;
cursor: pointer;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
.tapPageVehiculo .texbox .vertical-tabs-container .is-active {
background: #1c1c1c;
border-left: solid #52B942;
}
.tapPageVehiculo .texbox .vertical-tab-content:not(:first-child) {
display: none;
}
.tapPageVehiculo .texbox .vertical-tab-content-container {
float: left;
width: 100%;
min-height: 200px;
padding: 20px 0px 0px;
color: #000;
font-size: 22px;
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas {
float: left;
width: 100%;
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box {
width: 100%;
min-height: 200px;
float: left;
margin-bottom: 20px;
padding-bottom: 20px; }
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTienda {
width: calc(35% - 0px);
height: 260px;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
float: left;
position: relative;
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTienda .galeriatwo {
width: 100%;
float: left;
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTienda .galeriatwo .boxImgCon {
width: calc(100% - 0px);
height: 260px;
position: relative;
float: left;
overflow: hidden;
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTienda .galeriatwo .boxImgCon a {
text-decoration: none;
list-style: none;
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTienda .galeriatwo .boxImgCon .boxLink {
width: 100%;
position: absolute;
padding-top: 25px;
z-index: 10;
left: 0;
top: 0;
bottom: 0;
opacity: 0;
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTienda .galeriatwo .boxImgCon .boxLink .text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTienda .galeriatwo .boxImgCon .boxLink .text h2 {
padding: 0 40px;
text-align: center;
margin-bottom: 15px;
font-family: 'Roboto', sans-serif;
letter-spacing: 1px;
color: #fff;
font-size: 22px;
font-weight: 600;
line-height: 25px;
transition: all 0.4s;
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTienda .galeriatwo .boxImgCon .boxLink .text .btn {
text-align: center;
margin: auto!important;
display: block;
width: 90px;
padding: 4px 20px 4px;
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTienda .galeriatwo .boxImgCon .layerFeature {
z-index: 2;
transition: all 0.4s;
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTienda .galeriatwo .boxImgCon .boxImg {
width: 100%;
height: 100%;
float: left;
z-index: 1;
background-size: cover;
background-position: center center;
transition: all 0.6s;
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTienda .galeriatwo .boxImgCon:hover .boxLink {
opacity: 1;
transition: 1.6s;
-webkit-transition: 1.6s;
-moz-transition: 1.6s;
-o-transition: 1.6s;
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTienda .galeriatwo .boxImgCon:hover .boxImg {
transform: scale(1.07);
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTienda .galeriatwo .boxImgCon:hover .layerFeature {
background: rgba(40, 50, 76, 0.9);
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTienda .galeriatwo .boxImgCon .layerFeature {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background: rgba(25, 25, 27, 0.25);
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTitle {
width: calc(65% - 0px);
padding: 20px 20px 20px 20px;
float: left;
min-height: 260px;
background-color: #fafafa;
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTitle h2 {
color: black;
font-family: 'Roboto', sans-serif;
text-align: left;
font-size: 22px;
font-weight: bold;
margin-bottom: 8px;
text-transform: uppercase;
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTitle .wysiwyg {
color: #6C6E70;
font-family: 'Roboto', sans-serif;
text-align: left;
font-size: 16px;
line-height: 23px;
font-weight: normal;
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTitle .btn {
width: 150px;
background-color: #000;
border-left: 5px solid yellow;
margin-top: 20px;
font-family: 'Roboto', sans-serif;
float: left;
padding: 10px 20px 10px;
font-weight: normal;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
.tapPageVehiculo .texbox .vertical-tab-content-container #boxRutas .box .boxTitle .btn:hover {
width: 170px;
background-color: yellow;
border-left: 6px solid  yellow;
color: #fff;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
.boxNews {
display: inherit!important;
}
.boxNews .texbox {
width: 100%;
margin: 0px auto 0px;
}
.boxNews .texbox .vertical-tabs-container {
margin-top: 50px;
float: left;
width: 100%;
min-height: 100px;
}
.boxNews .texbox .vertical-tabs-container .boxs {
width: 25%;
height: 510px;
float: left;
padding: 0px 10px 0px 10px;
overflow: hidden;
}
.boxNews .texbox .vertical-tabs-container .boxs .title {
font-size: 17px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 5px;
}
.boxNews .texbox .vertical-tabs-container .boxs img {
-webkit-box-shadow: -1px 0px 6px 0px rgba(8, 8, 8, 0.14);
-moz-box-shadow: -1px 0px 6px 0px rgba(8, 8, 8, 0.14);
box-shadow: -1px 0px 6px 0px rgba(8, 8, 8, 0.14);
width: 100%;
}
.boxNews .texbox .vertical-tabs-container .vertical-tabs {
float: left;
width: 100%;
height: 50px;
}
.boxNews .texbox .vertical-tabs-container .vertical-tab {
text-align: center;
width: 162px;
height: 50px;
border-right: 1px solid #E3F8FF;
border-top: 1px solid #E3F8FF;
border-left: 1px solid #E3F8FF;
float: left;
padding: 14px;
font-size: 14px;
display: block;
background-color: #00669E;
color: #fff;
font-family: Verdana, Geneva, Tahoma;
font-weight: 600;
cursor: pointer;
}
.boxNews .texbox .vertical-tabs-container .vertical-tab:hover {
background: #00669E;
color: #E3F8FF;
}
.boxNews .texbox .vertical-tabs-container .vertical-tab .fa {
color: #fff;
font-size: 27px;
text-align: center;
}
.boxNews .texbox .vertical-tabs-container .vertical-tab .fa-picture-o {
display: block;
text-align: center;
margin: auto;
}
.boxNews .texbox .vertical-tabs-container .vertical-tab .fa-youtube-play {
display: block;
text-align: center;
margin: auto;
}
.boxNews .texbox .vertical-tabs-container .vertical-tab .fa-map-marker {
display: block;
text-align: center;
margin: auto;
}
.boxNews .texbox .vertical-tabs-container .is-active {
background: #00669E;
color: #fff;
}
.boxNews .texbox .vertical-tab-content:not(:first-child) {
display: none;
}
.boxNews .texbox .vertical-tab-content-container {
float: left;
width: 100%;
background-color: #fff;
padding: 20px 0px 20px;
color: #000;
font-size: 22px;
}
.boxNewsTwo {
display: none;
}
.boxNewsTwo .texbox {
width: 100%;
margin: 0px auto 0px;
}
.boxNewsTwo .texbox .vertical-tabs-container {
margin-top: 50px;
float: left;
width: 100%;
min-height: 100px;
padding: 10px;
}
.boxNewsTwo .texbox .vertical-tabs-container .boxs {
width: 100%;
float: left;
padding: 0px 10px 0px 0px;
}
.boxNewsTwo .texbox .vertical-tabs-container .boxs .title {
font-size: 17px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
margin-bottom: 10px;
padding-left: 10px;
padding-top: 10px;
margin-top: 10px;
}
.boxNewsTwo .texbox .vertical-tabs-container .boxs img {
width: 100%;
-webkit-box-shadow: -1px 0px 6px 0px rgba(8, 8, 8, 0.14);
-moz-box-shadow: -1px 0px 6px 0px rgba(8, 8, 8, 0.14);
box-shadow: -1px 0px 6px 0px rgba(8, 8, 8, 0.14);
}
.boxNewsTwo .texbox .vertical-tabs-container .vertical-tabs {
float: left;
width: 100%;
height: 50px;
}
.boxNewsTwo .texbox .vertical-tabs-container .vertical-tab-s {
text-align: center;
width: 52px;
height: 50px;
border-right: 1px solid #E3F8FF;
border-top: 1px solid #E3F8FF;
border-left: 1px solid #E3F8FF;
float: left;
padding: 15px 3px;
font-size: 13px;
display: block;
background-color: #fff;
color: #00669E;
font-family: Verdana, Geneva, Tahoma;
font-weight: 600;
letter-spacing: -1px;
cursor: pointer;
}
.boxNewsTwo .texbox .vertical-tabs-container .vertical-tab-s:hover {
background: #00669E;
color: #fff;
}
.boxNewsTwo .texbox .vertical-tabs-container .vertical-tab-s .fa {
color: #fff;
font-size: 27px;
text-align: center;
}
.boxNewsTwo .texbox .vertical-tabs-container .vertical-tab-s .fa-picture-o {
display: block;
text-align: center;
margin: auto;
}
.boxNewsTwo .texbox .vertical-tabs-container .vertical-tab-s .fa-youtube-play {
display: block;
text-align: center;
margin: auto;
}
.boxNewsTwo .texbox .vertical-tabs-container .vertical-tab-s .fa-map-marker {
display: block;
text-align: center;
margin: auto;
}
.boxNewsTwo .texbox .vertical-tabs-container .is-active-s {
background: #00669E;
color: #fff;
}
.boxNewsTwo .texbox .vertical-tab-content-s:not(:first-child) {
display: none;
}
.boxNewsTwo .texbox .vertical-tab-content-container {
float: left;
width: 100%;
background-color: #fff;
padding: 20px 0px 20px;
color: #000;
font-size: 22px;
}
@media (max-width: 800px) {
.boxNews {
display: none!important;
}
.boxNewsTwo {
display: inherit;
}
}
.productPageVideo {
float: left;
width: 100%;
padding: 30px 0px 60px 0px;
}
.productPageVideo .post2 {
max-width: 1190px!important;
}
.productPageVideo .post2 .content-product {
width: 100%;
position: relative;
}
.productPageVideo .post2 .content-product .box-prod {
box-sizing: border-box;
position: relative;
padding-bottom: 12px;
width: calc(33.33% - 20px);
margin-left: 10px;
margin-right: 10px;
margin-bottom: 25px;
float: left;
height: 420px;
background-color: #fff;
overflow: hidden;
border-radius: 10px;
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.productPageVideo .post2 .content-product .box-prod article {
width: calc(100% - 0px);
height: 300px;
position: relative;
float: left;
overflow: hidden;
}
.productPageVideo .post2 .content-product .box-prod .product-name {
width: 100%;
padding: 17px 20px;
float: left;
}
.productPageVideo .post2 .content-product .box-prod .product-name a {
color: #727272;
font-weight: 400!Important;
text-decoration: none;
list-style: none;
}
.productPageVideo .post2 .content-product .box-prod .product-name a h3 {
margin-top: 2px;
height: 103px;
font-size: 17px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 10px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.productPageVideo .post2 .content-product .box-prod .product-name .det {
font-size: 14px;
color: #4E4E56;
text-align: left;
font-weight: normal;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
@media (max-width: 800px) {
.productPageVideo {
float: left;
width: 100%;
padding: 30px 0px 60px 0px;
}
.productPageVideo .post2 {
max-width: 1190px!important;
}
.productPageVideo .post2 .content-product {
width: 100%;
position: relative;
}
.productPageVideo .post2 .content-product .box-prod {
box-sizing: border-box;
position: relative;
padding-bottom: 12px;
width: calc(100% - 0px);
margin-left: 0px;
margin-right: 0px;
margin-bottom: 25px;
float: left;
height: 450px;
background-color: #fff;
overflow: hidden;
border-radius: 10px;
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.productPageVideo .post2 .content-product .box-prod article {
width: calc(100% - 0px);
height: 300px;
position: relative;
float: left;
overflow: hidden;
}
.productPageVideo .post2 .content-product .box-prod .product-name {
width: 100%;
padding: 17px 20px;
float: left;
}
.productPageVideo .post2 .content-product .box-prod .product-name a {
color: #727272;
font-weight: 400!Important;
text-decoration: none;
list-style: none;
}
.productPageVideo .post2 .content-product .box-prod .product-name a h3 {
margin-top: 2px;
height: 103px;
font-size: 17px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 10px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.productPageVideo .post2 .content-product .box-prod .product-name .det {
font-size: 14px;
color: #4E4E56;
text-align: left;
font-weight: normal;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
}
.productPageTwo {
float: left;
width: 100%;
padding: 30px 0px 60px 0px;
}
.productPageTwo .post2 {
max-width: 1190px!important;
}
.productPageTwo .post2 .content-product {
width: 100%;
position: relative;
}
.productPageTwo .post2 .content-product .box-prod {
box-sizing: border-box;
position: relative;
padding-bottom: 12px;
width: calc(33.33% - 20px);
margin-left: 10px;
margin-right: 10px;
margin-bottom: 25px;
float: left;
height: 580px;
background-color: #fff;
overflow: hidden;
border-radius: 10px;
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.productPageTwo .post2 .content-product .box-prod article {
width: calc(100% - 0px);
height: 300px;
position: relative;
float: left;
overflow: hidden;
}
.productPageTwo .post2 .content-product .box-prod article a {
text-decoration: none;
list-style: none;
}
.productPageTwo .post2 .content-product .box-prod article .boxLink {
width: 100%;
position: absolute;
z-index: 10;
left: 0;
top: 0;
bottom: 0;
opacity: 0;
}
.productPageTwo .post2 .content-product .box-prod article .layerFeature {
z-index: 2;
transition: all 0.4s;
}
.productPageTwo .post2 .content-product .box-prod article .boxImg {
width: 100%;
height: 100%;
float: left;
z-index: 1;
background-size: cover;
background-position: center center;
transition: all 0.6s;
}
.productPageTwo .post2 .content-product .box-prod article:hover .boxLink {
opacity: 1;
transition: 1.6s;
-webkit-transition: 1.6s;
-moz-transition: 1.6s;
-o-transition: 1.6s;
}
.productPageTwo .post2 .content-product .box-prod article:hover .layerFeature {
background: rgba(0, 0, 0, 0.1);
}
.productPageTwo .post2 .content-product .box-prod article .layerFeature {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0);
}
.productPageTwo .post2 .content-product .box-prod .product-name {
width: 100%;
padding: 17px 20px;
float: left;
}
.productPageTwo .post2 .content-product .box-prod .product-name a {
color: #727272;
font-weight: 400!Important;
text-decoration: none;
list-style: none;
}
.productPageTwo .post2 .content-product .box-prod .product-name a h3 {
margin-top: 2px;
height: 140px;
font-size: 17px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 10px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.productPageTwo .post2 .content-product .box-prod .product-name .Date {
width: 100%;
float: left;
font-size: 14px;
color: #009EE2;
text-align: justify;
font-weight: 600;
font-style: normal;
padding-bottom: 7px;
padding-top: 2px;
position: relative;
line-height: 21px;
font-family: Verdana, Geneva, Tahoma;
padding-right: 20px;
}
.productPageTwo .post2 .content-product .box-prod .product-name .det {
font-size: 14px;
color: #4E4E56;
text-align: left;
font-weight: normal;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
@media (max-width: 800px) {
.productPageTwo {
float: left;
width: 100%;
padding: 30px 0px 60px 0px;
}
.productPageTwo .post2 {
max-width: 1190px!important;
padding-left: 0px!important;
padding-right: 0px!important;
}
.productPageTwo .post2 .content-product {
width: 100%;
position: relative;
}
.productPageTwo .post2 .content-product .box-prod {
box-sizing: border-box;
position: relative;
padding-bottom: 12px;
width: calc(100% - 0px);
margin-left: 0px;
margin-right: 0px;
margin-bottom: 25px;
float: left;
height: 540px;
background-color: #fff;
overflow: hidden;
border-radius: 10px;
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.productPageTwo .post2 .content-product .box-prod article {
width: calc(100% - 0px);
height: 250px;
position: relative;
float: left;
overflow: hidden;
}
.productPageTwo .post2 .content-product .box-prod article a {
text-decoration: none;
list-style: none;
}
.productPageTwo .post2 .content-product .box-prod article .boxLink {
width: 100%;
position: absolute;
z-index: 10;
left: 0;
top: 0;
bottom: 0;
opacity: 0;
}
.productPageTwo .post2 .content-product .box-prod article .layerFeature {
z-index: 2;
transition: all 0.4s;
}
.productPageTwo .post2 .content-product .box-prod article .boxImg {
width: 100%;
height: 100%;
float: left;
z-index: 1;
background-size: cover;
background-position: center center;
transition: all 0.6s;
}
.productPageTwo .post2 .content-product .box-prod article:hover .boxLink {
opacity: 1;
transition: 1.6s;
-webkit-transition: 1.6s;
-moz-transition: 1.6s;
-o-transition: 1.6s;
}
.productPageTwo .post2 .content-product .box-prod article:hover .layerFeature {
background: rgba(0, 0, 0, 0.1);
}
.productPageTwo .post2 .content-product .box-prod article .layerFeature {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0);
}
.productPageTwo .post2 .content-product .box-prod .product-name {
width: 100%;
height: 55px;
height: 162px;
padding: 17px 20px;
float: left;
}
.productPageTwo .post2 .content-product .box-prod .product-name a {
color: #727272;
font-weight: 400!Important;
text-decoration: none;
list-style: none;
}
.productPageTwo .post2 .content-product .box-prod .product-name a h3 {
font-size: 16px;
line-height: 21px;
padding-bottom: 10px;
}
.productPageTwo .post2 .content-product .box-prod .product-name .det {
font-size: 14px;
color: #4E4E56;
text-align: left;
font-weight: normal;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
}
.productPageComite {
float: left;
width: 100%;
padding: 30px 0px 0px 0px;
}
.productPageComite .post2 {
max-width: 1190px!important;
}
.productPageComite .post2 .content-product {
width: 100%;
position: relative;
}
.productPageComite .post2 .content-product .titleCo {
margin-bottom: 10px;
}
.productPageComite .post2 .content-product .titleCo h2 {
padding-left: 12px;
padding-bottom: 20px;
font-size: 20px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
position: relative;
letter-spacing: 0.7px;
font-family: Verdana, Geneva, Tahoma;
}
.productPageComite .post2 .content-product .box-prod {
box-sizing: border-box;
position: relative;
padding-bottom: 12px; margin-bottom: 25px;
float: left;
height: 565px;
background-color: #fff;
overflow: hidden;
border-radius: 10px;
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
width: 100%;
}
.productPageComite .post2 .content-product .box-prod article {
width: calc(100% - 0px);
height: 230px;
position: relative;
float: left;
overflow: hidden;
}
.productPageComite .post2 .content-product .box-prod article .red {
position: absolute;
top: 0;
right: 25px;
width: 40px;
height: 40px;
background-color: #00669E;
z-index: 9;
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.5);
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.5);
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.5);
}
.productPageComite .post2 .content-product .box-prod article .red img {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
display: block;
width: 28px;
}
.productPageComite .post2 .content-product .box-prod article a {
text-decoration: none;
list-style: none;
}
.productPageComite .post2 .content-product .box-prod article .boxLink {
width: 100%;
position: absolute;
z-index: 10;
left: 0;
top: 0;
bottom: 0;
opacity: 0;
}
.productPageComite .post2 .content-product .box-prod article .layerFeature {
z-index: 2;
transition: all 0.4s;
}
.productPageComite .post2 .content-product .box-prod article .boxImg {
width: 100%;
height: 100%;
float: left;
z-index: 1;
background-size: cover;
background-position: top center;
transition: all 0.6s;
}
.productPageComite .post2 .content-product .box-prod article:hover .boxLink {
opacity: 1;
transition: 1.6s;
-webkit-transition: 1.6s;
-moz-transition: 1.6s;
-o-transition: 1.6s;
}
.productPageComite .post2 .content-product .box-prod article:hover .layerFeature {
background: rgba(0, 0, 0, 0.1);
}
.productPageComite .post2 .content-product .box-prod article .layerFeature {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0);
}
.productPageComite .post2 .content-product .box-prod .product-name {
width: 100%;
padding: 17px 20px;
float: left;
}
.productPageComite .post2 .content-product .box-prod .product-name a {
color: #727272;
font-weight: 400!Important;
text-decoration: none;
list-style: none;
} .productPageComite .post3 .content-product .box-prod {
box-sizing: border-box;
position: relative;
padding-bottom: 12px;
width: calc(25% - 20px);
margin-left: 10px;
margin-right: 10px;
margin-bottom: 25px;
float: left;
height: 565px;
background-color: #fff;
overflow: hidden;
border-radius: 10px;
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.productPageComite .post3 .content-product .box-prod article {
width: calc(100% - 0px);
height: 230px;
position: relative;
float: left;
overflow: hidden;
}
.productPageComite .post3 .content-product .box-prod article .red {
position: absolute;
top: 0;
right: 25px;
width: 40px;
height: 40px;
background-color: #00669E;
z-index: 9;
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.5);
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.5);
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.5);
}
.productPageComite .post3 .content-product .box-prod article .red img {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
display: block;
width: 28px;
}
.productPageComite .post3 .content-product .box-prod article a {
text-decoration: none;
list-style: none;
}
.productPageComite .post3 .content-product .box-prod article .boxLink {
width: 100%;
position: absolute;
z-index: 10;
left: 0;
top: 0;
bottom: 0;
opacity: 0;
}
.productPageComite .post3 .content-product .box-prod article .layerFeature {
z-index: 2;
transition: all 0.4s;
}
.productPageComite .post3 .content-product .box-prod article .boxImg {
width: 100%;
height: 100%;
float: left;
z-index: 1;
background-size: cover;
background-position: top center;
transition: all 0.6s;
}
.productPageComite .post3 .content-product .box-prod article:hover .boxLink {
opacity: 1;
transition: 1.6s;
-webkit-transition: 1.6s;
-moz-transition: 1.6s;
-o-transition: 1.6s;
}
.productPageComite .post3 .content-product .box-prod article:hover .layerFeature {
background: rgba(0, 0, 0, 0.1);
}
.productPageComite .post3 .content-product .box-prod article .layerFeature {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0);
}
.productPageComite .post3 .content-product .box-prod .product-name {
width: 100%;
padding: 17px 20px;
float: left;
}
.productPageComite .post3 .content-product .box-prod .product-name a {
color: #727272;
font-weight: 400!Important;
text-decoration: none;
list-style: none;
}
.productPageComite .post3 .content-product .box-prod .product-name a h3 {
margin-top: 2px;
font-size: 17px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 0px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.productPageComite .post3 .content-product .box-prod .product-name .det {
height: 120px;
font-size: 14px;
color: #009EE2;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.productPageComite .post3 .content-product .box-prod .product-name .empresa {
width: 100%;
height: 100px;
float: left;
margin-bottom: 15px;
}
.productPageComite .post3 .content-product .box-prod .product-name .empresa .box {
padding: 6px;
width: 120px;
margin: 0px auto 20px;
display: block;
}
.productPageComite .post3 .content-product .box-prod .product-name .empresa .box img {
margin: auto;
} .title-cat h1 {
margin-top: 20px;
font-size: 24px;
text-align: center;
font-weight: 700;
font-style: normal;
padding: 15px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
color: #009EE2;
text-align: left;
}
.box-prod-bim {
height: 370px !important;
}
.title-box{
width: 100%;
padding: 14px;
float: left;
}
.title-box h3 {
margin-top: 2px;
font-size: 13px;
line-height: 19px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 0px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.productPageComite .post2 .content-product .box-prod .product-name a h3 {
margin-top: 2px;
font-size: 17px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 0px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.productPageComite .post2 .content-product .box-prod .product-name .det {
height: 120px;
font-size: 14px;
color: #009EE2;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.productPageComite .post2 .content-product .box-prod .product-name .empresa {
width: 100%;
height: 100px;
float: left;
margin-bottom: 15px;
}
.productPageComite .post2 .content-product .box-prod .product-name .empresa .box {
padding: 6px;
width: 120px;
margin: 0px auto 20px;
display: block;
}
.productPageComite .post2 .content-product .box-prod .product-name .empresa .box img {
margin: auto;
}
.title-box h3:first-letter {
text-transform: uppercase;
}
.title-box h3 {
text-transform: capitalize;
}
.box-main-content {
margin-bottom: 1rem;
}
@media (max-width: 800px) {
.productPageComite {
padding: 30px 0px 20px 0px;
}
.productPageComite .post2 .content-product .box-prod, .productPageComite .post3 .content-product .box-prod {
padding-bottom: 12px;
width: calc(100% - 0px);
margin-left: 0px;
margin-right: 0px;
margin-bottom: 25px;
float: left;
}
.bim h2 {
font-size: 16px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.box-main-content {
padding: .3rem !important; }
.title-box {
padding: 5px !important;
}
.title-cat h1{
padding: 0 0 2rem 0;
margin: 0;
}
.box-prod-bim {
height: 356px !important;
}
.title-box h3 {
font-size: 13px !important;
line-height: 19px;
}
.productPageComite .post2 .content-product .box-prod article,   .productPageComite .post3 .content-product .box-prod article {
width: calc(100% - 0px);
}
.productPageComite .post3 .content-product .box-prod .product-name .det {
height: 92px !important;
}
.productPageComite .post3 .content-product .box-prod .product-name .empresa .box {
padding: 6px;
width: auto;
margin: 0px auto;
display: block;
justify-content: center;
text-align: center;
}
}
.equipo-2 {
position: relative;
margin: 40px 0px 20px;
}
.equipo-2 .display {
padding: 0px;
}
.equipo-2 .display .boxd {
width: 100%;
float: left;
padding: 15px;
margin-bottom: 20px;
border-radius: 10px;
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
}
.equipo-2 .display .boxd .boxImg {
width: 30%;
height: 380px;
background-size: cover;
background-position: top center;
float: left;
position: relative;
}
.equipo-2 .display .boxd .boxImg .red {
position: absolute;
top: 0;
right: 10px;
width: 40px;
height: 40px;
background-color: #00669E;
z-index: 9;
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.5);
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.5);
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.5);
}
.equipo-2 .display .boxd .boxImg .red img {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
display: block;
width: 28px;
}
.equipo-2 .display .boxd .details {
width: 70%;
padding: 0px 40px 0px 30px;
float: left;
font-size: 14px;
color: #4E4E56;
text-align: left;
font-weight: normal;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.equipo-2 .display .boxd .details h3 {
margin-top: 8px;
height: 22px;
font-size: 17px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 0px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.equipo-2 .display .boxd .details p {
position: relative;
}
.equipo-2 .display .boxd .details .cargo {
font-size: 14px;
color: #009EE2;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
@media (max-width: 800px) {
.equipo-2 {
position: relative;
margin: 40px 0px 20px;
}
.equipo-2 .display {
padding: 0px;
}
.equipo-2 .display .boxd {
padding: 15px;
margin-bottom: 20px;
}
.equipo-2 .display .boxd .boxImg {
width: 100%;
height: 300px;
}
.equipo-2 .display .boxd .details {
width: 100%;
padding: 0px 0px 0px 0px;
}
}
.productPageDoc {
float: left;
width: 100%;
padding: 30px 0px 60px 0px;
}
.productPageDoc .post2 {
max-width: 1190px!important;
}
.productPageDoc .post2 .content-product {
width: 100%;
position: relative;
}
.productPageDoc .post2 .content-product .box-prod {
box-sizing: border-box;
position: relative;
padding-bottom: 12px;
width: calc(100% - 20px);
margin-left: 10px;
margin-right: 10px;
margin-bottom: 25px;
padding: 20px;
float: left;
background-color: #fff;
overflow: hidden;
border-radius: 10px;
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.productPageDoc .post2 .content-product .box-prod article {
width: 150px;
height: 150px;
position: relative;
float: left;
overflow: hidden;
}
.productPageDoc .post2 .content-product .box-prod article a {
text-decoration: none;
list-style: none;
}
.productPageDoc .post2 .content-product .box-prod article .boxLink {
width: 100%;
position: absolute;
z-index: 10;
left: 0;
top: 0;
bottom: 0;
opacity: 0;
}
.productPageDoc .post2 .content-product .box-prod article .layerFeature {
z-index: 2;
transition: all 0.4s;
}
.productPageDoc .post2 .content-product .box-prod article .boxImg {
width: 100%;
height: 100%;
float: left;
z-index: 1;
background-size: cover;
background-position: center center;
transition: all 0.6s;
}
.productPageDoc .post2 .content-product .box-prod article:hover .boxLink {
opacity: 1;
transition: 1.6s;
-webkit-transition: 1.6s;
-moz-transition: 1.6s;
-o-transition: 1.6s;
}
.productPageDoc .post2 .content-product .box-prod article:hover .layerFeature {
background: rgba(0, 0, 0, 0.1);
}
.productPageDoc .post2 .content-product .box-prod article .layerFeature {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0);
}
.productPageDoc .post2 .content-product .box-prod .product-name {
width: calc(100% - 350px);
padding: 17px 20px 5px;
float: left;
}
.productPageDoc .post2 .content-product .box-prod .product-name a {
color: #727272;
font-weight: 400!Important;
text-decoration: none;
list-style: none;
}
.productPageDoc .post2 .content-product .box-prod .product-name a h3 {
margin-top: 2px;
font-size: 17px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 10px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.productPageDoc .post2 .content-product .box-prod .product-name .det {
font-size: 14px;
color: #4E4E56;
text-align: left;
font-weight: normal;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.productPageDoc .post2 .content-product .box-prod .btnDownloadDoc {
float: left;
width: 200px;
}
.productPageDoc .post2 .content-product .box-prod .btnDownloadDoc .btn-1 {
float: right!important;
margin-top: 40px;
}
.productPageDoc .post2 .content-product .box-prod .btnDownloadDoc .fa {
color: #fff;
font-size: 15px;
}
@media (max-width: 800px) {
.productPageDoc {
float: left;
width: 100%;
padding: 30px 0px 60px 0px;
}
.productPageDoc .post2 {
max-width: 1190px!important;
padding: 0px!important;
}
.productPageDoc .post2 .content-product {
width: 100%;
position: relative;
}
.productPageDoc .post2 .content-product .box-prod {
padding-bottom: 12px;
width: calc(100% - 0px);
margin-left: 0px;
margin-right: 0px;
margin-bottom: 25px;
padding: 10px;
}
.productPageDoc .post2 .content-product .box-prod article {
border: 3px solid #ddd;
width: 100px;
height: 100px;
}
.productPageDoc .post2 .content-product .box-prod .product-name {
width: calc(100% - 100px);
padding: 3px 10px 5px 15px;
float: left;
}
.productPageDoc .post2 .content-product .box-prod .product-name a {
color: #727272;
font-weight: 400!Important;
text-decoration: none;
list-style: none;
}
.productPageDoc .post2 .content-product .box-prod .product-name a h3 {
margin-top: 2px;
font-size: 14px;
line-height: 20px;
}
.productPageDoc .post2 .content-product .box-prod .product-name .det {
display: none;
}
.productPageDoc .post2 .content-product .box-prod .btnDownloadDoc {
float: left;
width: 100%;
}
.productPageDoc .post2 .content-product .box-prod .btnDownloadDoc .btn-1 {
float: right!important;
margin-top: 20px;
margin-bottom: 10px;
}
}
.titlePage {
position: relative;
margin-top: 40px;
}
.titlePage p {
font-size: 14px;
color: #4E4E56;
text-align: left;
font-weight: normal;
font-style: normal;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}      .icoFooter {
margin-top: 60px;
width: 100%;
display: inline-block;
box-sizing: content-box;
box-sizing: border-box;
}
.icoFooter .mob {
display: none;
}
@media (max-width: 800px) {
.icoFooter {
margin-top: 0px;
width: 100%!important;
background-position: center;
display: inline-block;
box-sizing: content-box;
box-sizing: border-box;
}
.icoFooter .des {
display: none;
}
.icoFooter .mob {
display: inherit;
}
} footer {
width: 100%;
float: left;
position: relative;
color: #ffffff;
background-size: cover;
background-position: center center;
z-index: 1;
}
footer .layerfooter {
position: relative;
width: 100%;
min-height: 100px;
float: left;
z-index: 0;
background-color: #009EE2;
padding: 55px 0px 40px;
}
footer .layerfooter .contFooter {
position: relative;
width: 100%;
margin: auto;
}
footer .layerfooter .contFooter .boxLogo {
width: 33%;
float: left;
min-height: 100px;
position: relative;
margin: auto;
}
footer .layerfooter .contFooter .boxLogo img {
position: absolute;
display: block;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
padding: 0px 20px 0px 0px;
}
footer .layerfooter .contFooter .det {
width: 100%;
float: left;
font-size: 13px;
color: #fff;
text-align: left;
font-weight: normal;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
padding: 40px 20px 0px 10px;
}
footer .layerfooter .contFooter .width1 { }
footer .layerfooter .contFooter h5 {
padding-top: 5px;
width: 100%;
margin-top: 2px;
height: 40px;
font-size: 17px;
line-height: 21px;
color: #fff;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 10px;
position: relative;
letter-spacing: 0.7px;
font-family: Verdana, Geneva, Tahoma;
}
footer .layerfooter .contFooter h4 {
font-family: 'Roboto', sans-serif;
font-size: 15px;
font-weight: normal;
color: #e3e3e3;
line-height: 22px;
}
footer .layerfooter .contFooter h6 {
text-align: left;
font-weight: normal;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
text-decoration: none;
list-style: none;
transition: 0.5s;
}
footer .layerfooter .contFooter h6 a {
font-size: 14px;
color: #fff;
text-decoration: none;
list-style: none;
}
footer .layerfooter .contFooter h6 a:hover {
color: #C3E9F4;
transition: 0.5s;
}
footer .layerfooter .contFooter ul {
width: 100%;
margin-left: 0px;
padding-left: 0px;
}
footer .layerfooter .contFooter ul li {
text-decoration: none;
list-style: none;
padding-bottom: 2px;
}
footer .layerfooter .contFooter ul li a {
font-size: 14px;
color: #fff;
text-align: left;
font-weight: normal;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
text-decoration: none;
list-style: none;
transition: 0.5s;
}
footer .layerfooter .contFooter ul li a:hover {
color: #C3E9F4;
transition: 0.5s;
}
footer .layerfooter .contFooter ul li a .fa-circle { font-size: 4px;
vertical-align: middle;
color: yellow;
}
footer .layerfooter .contFooter .box {
width: calc(100% - 20px);
float: left;
text-align: left;
padding-left: 4px;
font-size: 14px;
}
footer .layerfooter .contFooter .box a {
color: #fff;
width: 100%;
float: left;
text-align: left;
padding-bottom: 10px;
text-decoration: none;
list-style: none;
}
footer .layerfooter .contFooter .box a:hover {
outline: none;
color: #C2C2C2;
}
.copyrightBottom {
background-color: #00669E;
margin-top: 30px;
}
.copyrightBottom h6 {
color: #80b3cf;
font-family: Verdana, Geneva, Tahoma;
font-size: 13px;
padding: 25px 0px 10px 0px;
}
.copyrightBottom h6 a {
color: #80b3cf;
font-family: Verdana, Geneva, Tahoma;
font-size: 13px;
text-decoration: none;
font-weight: normal;
margin-bottom: 10px;
}
@media (max-width: 800px) { footer .layerfooter .contFooter .det {
display: none;
}
footer .layerfooter .contFooter .boxLogo {
margin: 0px auto 30px;
}
.copyrightBottom h6 {
text-align: left!important;
padding: 15px 0px 10px 0px;
}
footer .layerfooter {
padding: 10px 10px 20px;
}
footer .layerfooter .box {
width: 90%;
}
footer .layerfooter .box .boxfooter {
float: left;
}
footer .layerfooter .box .boxfooter h5 {
color: #fff;
font-size: 15px;
font-weight: normal;
margin-bottom: 10px;
}
footer .layerfooter .box .boxfooter h4 {
font-size: 15px;
color: #e3e3e3;
}
footer .layerfooter .box .boxfooter h6 a {
font-size: 11px;
}
footer .layerfooter .box .width1 {
width: 100%;
float: left;
padding: 0px 40px 10px 10px;
}
footer .layerfooter .box .width2 {
width: 100%;
float: left;
padding: 20px 10px;
}
footer .layerfooter .box .width3 {
width: 100%;
float: left;
padding: 20px 10px;
}
footer .layerfooter .box .width4 {
width: 100%;
padding: 20px 10px;
float: left;
}
footer .layerfooter .box .width5 {
width: 100%;
padding: 0px 20px;
}
}
.topRedesFooters {
display: none;
position: relative;
width: 270px;
float: inherit;
margin: auto;
z-index: 999;
}
.topRedesFooters .boxs {
float: left;
width: 45px!important;
height: 45px!important;
margin-bottom: 13px;
border-radius: 50%;
background-position: center center !important;
transition: 0.7s;
margin-right: 4px;
margin-left: 4px;
}
.topRedesFooters .boxs:hover {
background-color: #0090d8;
transition: 0.7s;
}
.topRedesFooters .facebook {
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/redes/facebook-f.svg) #fff no-repeat;
background-size: 1.3rem !important;
}
.topRedesFooters .instagram {
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/redes/instagram-f.svg) #fff no-repeat;
background-size: 1.6rem !important;
}
.topRedesFooters .twitter {
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/redes/twitter-f.svg) #fff no-repeat;
background-size: 1.3rem !important;
}
.topRedesFooters .youtube {
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/redes/youtube-f.svg) #fff no-repeat;
background-size: 1.4rem !important;
}
.topRedesFooters .linkedin {
background: url(//construye2025.cl/wp-content/themes/themebosscore/img/redes/linkedin-f.svg) #fff no-repeat;
background-size: 1.5rem !important;
}
@media (max-width: 800px) {
.topRedesFooters {
display: inherit;
}
} .pagenavi {
margin: 0 0 20px 30px;
padding: 5px 1px 5px;
float: left;
width: 98%;
}
.pagenavi a {
padding: 5px 6px 4px 6px;
margin: 3px;
text-decoration: none;
border: 1px solid #00669E;
color: #00669E;
background-color: inherit;
}
.pagenavi a:hover {
border: 1px solid #00669E;
color: #00669E;
background-color: #dff5ff;
}
.pagenavi span.pages {
padding: 5px 6px 4px 6px;
margin: 3px;
color: #00669E;
font-weight: bold;
background-color: inherit;
}
.pagenavi span.current {
padding: 5px 6px 4px 6px;
margin: 3px;
font-weight: bold;
border: 1px solid #00669E;
color: #00669E;
background-color: #dff5ff;
}
.pagenavi span.expand {
padding: 5px 6px 4px 6px;
margin: 3px;
border: 1px solid #ccc;
color: #00669E;
background-color: inherit;
}
.pagenavi .first,
.pagenavi .last {
border: 1px solid #00669E;
}
.pagenavi .single_page {
border: 1px solid #00669E;
} .navigation {
width: 100%;
margin-top: 24px!important;
height: 35px;
text-align: center;
display: block;
float: right;
margin-right: 40px;
}  img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 0px;
margin: 0px 0px 10px 50px;
display: inline;
}
img.alignleft {
padding: 0px 0px 8px 0px;
margin: 0px 22px 10px 0px;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
} .paginar {
padding-top: 0px!important;
margin-top: 5px;
margin-bottom: 100px;
}
.paginacion span {
width: 40px;
height: 40px;
display: inline-block;
background-color: darkgray;
margin-right: 5px;
line-height: 40px;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}
.paginacion span:hover {
background-color: darkgray;
}
.paginacion a {
width: 40px;
height: 40px;
display: inline-block;
text-decoration: none;
color: white;
list-style: none;
}
.paginacion a:hover {
color: yellow;
text-decoration: none;
list-style: none;
}
.paginacion .activo {
background-color: #122580;
color: white;
}  .irArriba {
padding: 8px 12px 10px 12px;
color: #fff;
background-color: #FF0000;
border-radius: 2px; position: fixed;
bottom: 10px;
right: 30px;
z-index: 99;
cursor: pointer;
visibility: hidden;
opacity: 0;
transition: all 1s ease;
}
.irArriba.active {
visibility: visible;
opacity: 1;
}
.irArriba ion-icon {
font-size: 23px;
}
.irArriba .fa {
font-size: 17px;
} @media (max-width: 800px) { .captioTitle {
padding: 30px 15px 22px;
} .swiperHalf {
padding: 0px 10px 0px;
} img.centered {
height: auto;
}
img.alignright {
height: auto;
}
img.alignleft {
width: 100%;
height: auto;
}
#homePrincipal {
display: none;
}
}
.list-prop {
background-color: grey;
}
.boxPropiedades {
position: relative;
width: calc(33.33% - 15px);
box-shadow: 0 1px 3px #6b6464;
margin-bottom: 30px;
border-radius: 5px;
float: left;
margin-right: 15px;
min-height: 470px;
}
.boxPropiedades .boxImg {
overflow: hidden;
}
.boxPropiedades .details {
padding: 15px 15px;
}
.boxPropiedades h2 {
font-size: 16px;
color: #000;
}
.boxPropiedades p {
font-size: 14px;
color: #000;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message {
display: none!important;
}
.tribe-common a,
.tribe-common abbr,
.tribe-common acronym,
.tribe-common address,
.tribe-common applet,
.tribe-common article,
.tribe-common aside,
.tribe-common audio,
.tribe-common b,
.tribe-common big,
.tribe-common blockquote,
.tribe-common canvas,
.tribe-common caption,
.tribe-common center,
.tribe-common cite,
.tribe-common code,
.tribe-common dd,
.tribe-common del,
.tribe-common details,
.tribe-common dfn,
.tribe-common div,
.tribe-common dl,
.tribe-common dt,
.tribe-common em,
.tribe-common embed,
.tribe-common fieldset,
.tribe-common figcaption,
.tribe-common figure,
.tribe-common footer,
.tribe-common form,
.tribe-common h1,
.tribe-common h2,
.tribe-common h3,
.tribe-common h4,
.tribe-common h5,
.tribe-common h6,
.tribe-common header,
.tribe-common i,
.tribe-common iframe,
.tribe-common img,
.tribe-common ins,
.tribe-common kbd,
.tribe-common label,
.tribe-common legend,
.tribe-common li,
.tribe-common main,
.tribe-common mark,
.tribe-common menu,
.tribe-common nav,
.tribe-common object,
.tribe-common ol,
.tribe-common output,
.tribe-common p,
.tribe-common pre,
.tribe-common q,
.tribe-common ruby,
.tribe-common s,
.tribe-common samp,
.tribe-common section,
.tribe-common small,
.tribe-common span,
.tribe-common strike,
.tribe-common strong,
.tribe-common sub,
.tribe-common summary,
.tribe-common sup,
.tribe-common table,
.tribe-common tbody,
.tribe-common td,
.tribe-common tfoot,
.tribe-common th,
.tribe-common thead,
.tribe-common time,
.tribe-common tr,
.tribe-common tt,
.tribe-common u,
.tribe-common ul,
.tribe-common var,
.tribe-common video {
position: relative!important;
border: 0;
margin: 0;
padding: 0;
box-shadow: none!important;
font-family: Verdana, Geneva, Tahoma !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
z-index: 9!important;
}
.tribe-events-view {
padding-top: 70px!important;
background-color: var(--tec-color-background-events);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector {
height: 0px!important;
width: auto;
}
.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
width: 40%!important;
background-color: #f7f7f7 !important;
padding-top: 14px!important;
padding-bottom: 12px!important;
font-family: Verdana, Geneva, Tahoma !important;
}
.tribe-events .tribe-events-calendar-list__month-separator {
display: inherit!important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
border: 1px solid #fff !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker {
margin: 28px 0px 0px!important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col {
padding-top: 4px;
width: 100%!important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col img {
display: none!important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.23) !important;
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.23) !important;
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.23) !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event {
-webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.23) !important;
-moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.23) !important;
box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.23) !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col {
background-color: #fff !important;
padding-bottom: 20px!important;
}
.tribe-events-calendar-list__event-header {
padding: 4px 20px 25px 0px!important;
color: #fff !important;
height: 60px!important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description p {
font-size: 14px!important;
color: #4E4E56 !important;
font-weight: normal!important;
font-style: normal!important;
font-family: Verdana, Geneva, Tahoma!important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row > .tribe-common-g-col {
width: 110px!important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row > .tribe-common-g-col {
width: 110px!important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
width: 90px!important;
border-radius: 5px!important;
height: 90px!important;
background-color: #009ee2 !important;
margin-top: 20px!important;
}
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime {
width: 90px!important;
border-radius: 5px!important;
height: 90px!important;
background-color: #009ee2 !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
color: #fff !important;
margin-top: 14px!important;
}
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-month {
color: #fff !important;
margin-top: 14px!important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
color: #fff !important;
font-size: 30px!important;
font-family: Verdana, Geneva, Tahoma !important;
}
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-month,
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-year {
color: #fff !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
color: #fff !important;
font-size: 30px!important;
font-family: Verdana, Geneva, Tahoma !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3--min-medium {
float: left!important;
width: 100%!important;
font-size: 17px!important;
margin: 10px 0px 20px!important;
padding-top: 15px!important;
}
.tribe-common h1,
.tribe-common h2,
.tribe-common h3,
.tribe-common h4,
.tribe-common h5,
.tribe-common h6,
.tribe-common p {
padding-bottom: 5px!important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3--min-medium {
font-size: var(--tec-font-size-8);
line-height: var(--tec-line-height-1);
}
.tribe-common a,
.tribe-common a:active,
.tribe-common a:focus,
.tribe-common a:hover,
.tribe-common a:visited {
font-size: 17px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row > .tribe-common-g-col {
padding-right: 0px!important;
}
.tribe-events .tribe-events-calendar-list__event-title-link:visited {
font-size: 17px!important;
line-height: 21px!important;
color: #00669E !important;
text-align: left!important;
font-weight: 700!important;
font-style: normal!important;
font-family: Verdana, Geneva, Tahoma!important;
}
.tribe-events .tribe-events-calendar-latest-past__event-title-link:visited {
font-size: 17px!important;
line-height: 21px!important;
color: #00669E !important;
text-align: left!important;
font-weight: 700!important;
font-style: normal!important;
font-family: Verdana, Geneva, Tahoma!important;
}
.tribe-events .tribe-events-calendar-list__event-title-link {
font-size: 17px!important;
line-height: 21px!important;
color: #00669E !important;
text-align: left!important;
font-weight: 700!important;
font-style: normal!important;
font-family: Verdana, Geneva, Tahoma!important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
margin-bottom: -7px !important;
}
.tribe-events-content {
font-family: Verdana, Geneva, Tahoma!important;
font-weight: 500!important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
margin-right: 3px!important;
background-color: #00669e !important;
padding: 8px 15px!important;
font-family: Verdana, Geneva, Tahoma !important;
font-weight: 500!important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
font-size: 17px!important;
color: #00669E !important;
font-weight: 700!important;
font-family: Verdana, Geneva, Tahoma!important;
}
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8 {
font-weight: 700!important;
color: #00669e !important;
font-family: Verdana, Geneva, Tahoma !important;
}
.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
border: 1px solid #00669E !important;
color: #00669E !important;
font-family: Verdana, Geneva, Tahoma !important;
}
.tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
background-color: #00669E !important;
color: #fff !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b1 {
display: none;
}
.tribe-events-single-event-title {
display: none!important;
}
.tribe-events-notices {
border-bottom: 1px #ffffff !important;
box-shadow: none;
}
.tribe-events-single p {
line-height: 21px!important;
font-size: 14px!important;
color: #4E4E56 !important;
text-align: left!important;
font-weight: normal!important;
font-style: normal!important;
font-family: Verdana, Geneva, Tahoma!important;
}
.tribe-events-single p a {
color: #009EE2 !important;
}
.tribe-events-content ol,
.tribe-events-content ul {
font-size: 14px!important;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button,
.tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
width: 260px!important;
}
.tribe-events-meta-group .tribe-events-single-section-title {
color: #00669E !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar {
display: none!important;
}
@media (max-width: 800px) {
.tribe-events .tribe-events-l-container {
z-index: 9!important;
}
.tribe-events .tribe-events-calendar-list__event {
height: 150px!important;
}
.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
margin-bottom: 0px!important;
}
.tribe-events .tribe-events-calendar-latest-past__event-wrapper {
margin-top: -10px !important;
}
.tribe-events .tribe-events-calendar-list-nav {
border-top: 1px solid #ffffff !important;
}
.tribe-events-calendar-list__event-header {
padding: 0px 20px 0px 10px!important;
color: #fff !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag {
background-color: antiquewhite;
flex: none;
position: relative;
width: 54px;
height: 60px!important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
color: #fff !important;
margin-top: 10px!important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
width: 54px!important;
border-radius: 5px!important;
height: 60px!important;
background-color: #009ee2 !important;
}
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime {
width: 70px!important;
}
.tribe-events .tribe-events-header__top-bar {
float: left!important;
width: 100%!important;
height: 30px!important;
flex: inherit!important;
}
.tribe-events .tribe-events-c-view-selector {
position: relative;
width: 29px;
height: 20px!important;
}
.tribe-events .tribe-events-calendar-list__month-separator {
width: 100%!important;
float: left!important;
}
.tribe-events .tribe-events-calendar-list__event-row {
float: left!important;
}
.tribe-events .tribe-events-c-view-selector__content {
width: 150px!important;
right: 70px!important;
top: -10px !important;
padding: 0px!important;
}
.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col img {
display: none!important;
}
.tribe-events .tribe-events-calendar-list__month-separator + .tribe-events-calendar-list__event-row {
margin-bottom: 0px!important;
}
.tribe-common .tribe-common-g-row--gutters {
margin-left: 3px!important;
}
.tribe-events .tribe-events-c-top-bar__datepicker {
border: 1px solid #000;
display: none!important;
margin-top: -28px !important;
width: 70%!important;
flex: auto;
position: relative!important;
}
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6 {
color: #ffffff !important;
line-height: 21px!important;
font-size: 14px!important;
}
.tribe-events .tribe-events-c-events-bar__search-button {
display: flex;
display: none!important;
}
.tribe-events .tribe-events-calendar-latest-past__event-row {
margin-top: -20px !important;
z-index: 9!important;
}
.tribe-events .tribe-events-c-view-selector__list-item-icon {
margin-top: -8px !important;
}
}
a:focus {
outline: none!important;
}
.tribe-events-single-event-description .des {
margin-top: 2px;
font-size: 21px;
line-height: 21px;
color: #00669E;
text-align: left;
font-weight: 700;
font-style: normal;
padding-bottom: 20px;
position: relative;
font-family: Verdana, Geneva, Tahoma;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-featured-image-wrapper {
display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
display: none;
}
.tribe-events-calendar-list__event-featured-image-wrapper,
.tribe-events-calendar-list__event-datetime-wrapper,
.tribe-events-schedule {
display: none!important;
}
.productPageComite .post2 .content-product .box-prod-bim {
margin-bottom: 0px !important;
}.swiper-container {
margin: 0 auto;
position: relative;
overflow: hidden; z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
float: left;
}
.swiper-container-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
-moz-transform: translate3d(0px, 0, 0);
-o-transform: translate(0px, 0px);
-ms-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
} .swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-transition-property: -webkit-transform, height;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform, height;
} .swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
} .swiper-wp8-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x;
} .swiper-button-prev,
.swiper-button-next {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
-moz-background-size: 27px 44px;
-webkit-background-size: 27px 44px;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
} .swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: 300ms;
-moz-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
} .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 10px;
left: 0;
width: 100%;
} .swiper-pagination-bullet {
width: 18px;
height: 18px;
display: inline-block;
border-radius: 100%;
background: transparent;
border: 2px solid #fff;
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-moz-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
background: #DDDDDD;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #DDDDDD;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
right: 30px;
top: 50%;
-webkit-transform: translate3d(0px, -50%, 0);
-moz-transform: translate3d(0px, -50%, 0);
-o-transform: translate(0px, -50%);
-ms-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
transition: all 0.4s;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 15px 0;
display: block;
background: none;
border: 2px solid #fff;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.swiper-container-vertical .swiper-pagination-bullet:hover {
background: rgba(0,0,0,0.2);
}
.swiper-container-vertical .swiper-pagination-bullet-active {
background: #fff !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 8px;
} .swiper-pagination-progress {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
-webkit-transform-origin: right top;
-moz-transform-origin: right top;
-ms-transform-origin: right top;
-o-transform-origin: right top;
transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
background: #000;
} .swiper-container-3d {
-webkit-perspective: 1200px;
-moz-perspective: 1200px;
-o-perspective: 1200px;
perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper { -ms-perspective: 1200px;
} .swiper-container-cube,
.swiper-container-flip {
overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
} .swiper-container-cube .swiper-slide {
visibility: hidden;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
pointer-events: auto;
visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0;
} .swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
} .swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
} .swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-moz-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
display: block;
content: "";
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
-webkit-background-size: 100%;
background-size: 100%;
background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg);
}
}
 @-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.animated.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.animated.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.animated.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.animated.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.animated.fast {
-webkit-animation-duration: 800ms;
animation-duration: 800ms;
}
.animated.faster {
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
}
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.slower {
-webkit-animation-duration: 3s;
animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
.animated {
-webkit-animation-duration: 1ms !important;
animation-duration: 1ms !important;
-webkit-transition-duration: 1ms !important;
transition-duration: 1ms !important;
-webkit-animation-iteration-count: 1 !important;
animation-iteration-count: 1 !important;
}
}