/**********************************
DANPAL 2018: Main Style Sheet v1.0.1
Feb, Mar, Apr. Updated (2018.04.17)
Developed by: http://www.proelium.mx/
************************************/
/* == GENERAL == */
/* Main Font Setup */
html,
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #5a6c74;
}
p {
  font-weight: 300;
}
b,
strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
/* Text in Colums */
.t-2cols,
.t-3cols,
.t-4cols,
.t-5cols,
.t-6cols {
  width: 100%;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.t-2cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.t-3cols {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.t-4cols {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.t-5cols {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.t-6cols {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
/*BRAND Main Colors*/
.bgc--blue {
  background-color: #043775;
}
.bgc--darkgray {
  background-color: #3d3833;
}
.bgc--lightgray {
  background-color: #9d9c9b;
}
.c-blue {
  color: #043775;
}
.c-darkgray {
  color: #3d3833;
}
.c-lightgray {
  color: #9d9c9b;
}
/*BRAND Main Aplications*/
.bgc--green {
  background-color: #569d43;
}
.bgc--yellow {
  background-color: #f39200;
}
.bgc--lightblue {
  background-color: #1d70b7;
}
.bgc--red {
  background-color: #b3232d;
}
.bgc--magenta {
  background-color: #882658;
}
.bgc--bluegray {
  background-color: #707b81;
}
/*Secondary Colors*/
/*Main Links*/
button,
a {
  color: #4d636e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus,
a:hover {
  color: #043775;
}
/*BUTTONS*/
.cs-btn-xs,
.cs-btn-sm,
.cs-btn-md,
.cs-btn-lg {
  display: inline-block;
  background-color: transparent;
  color: #8b9899;
  border: 2px solid rgba(139,152,153,0.7);
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.cs-btn-xs:focus,
.cs-btn-sm:focus,
.cs-btn-md:focus,
.cs-btn-lg:focus,
.cs-btn-xs:hover,
.cs-btn-sm:hover,
.cs-btn-md:hover,
.cs-btn-lg:hover {
  text-decoration: none;
  color: #fff;
  background-color: #043775;
  border-color: #043775;
}
.cs-btn-xs i,
.cs-btn-sm i,
.cs-btn-md i,
.cs-btn-lg i {
  position: relative;
  right: -6%;
}
.cs-btn-xs.btn-blue,
.cs-btn-sm.btn-blue,
.cs-btn-md.btn-blue,
.cs-btn-lg.btn-blue {
  color: #fff;
  background-color: #043775;
  border-color: #043775;
}
.cs-btn-xs.btn-blue:focus,
.cs-btn-sm.btn-blue:focus,
.cs-btn-md.btn-blue:focus,
.cs-btn-lg.btn-blue:focus,
.cs-btn-xs.btn-blue:hover,
.cs-btn-sm.btn-blue:hover,
.cs-btn-md.btn-blue:hover,
.cs-btn-lg.btn-blue:hover {
  color: #fff;
  background-color: #1d4b82;
  border-color: #1d4b82;
}
.cs-btn-xs {
  font-size: 13px;
  padding: 3px 9px 3px 9px;
}
.cs-btn-sm {
  font-size: 14px;
  padding: 5px 15px 5px 16px;
}
.cs-btn-md {
  font-size: 18px;
  padding: 7px 19px 5px 19px;
}
.cs-btn-lg {
  font-size: 22px;
  padding: 7px 24px 6px 24px;
}
/*Default Gray Buttons*/
.btn.btnx {
  position: relative;
  border: none;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 16px;
  padding: 9px 12px 7px 12px;
}
.btn.btnx i {
  position: absolute;
  top: -3px;
  right: 6%;
  font-size: 30px;
}
.btn.btnx.btn-gray {
  color: #fff;
  background-color: #3e5059;
}
.btn.btnx.btn-gray:focus,
.btn.btnx.btn-gray:hover {
  color: #fff;
  background-color: #4d636e;
}
/*FORM BASICS*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
select.form-control,
textarea,
textarea.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
select.form-control:focus,
textarea:focus,
textarea.form-control:focus {
  outline: 0;
  border: 1px solid #ccc p1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*FORM BASICS VAL TEXTES*/
.val-email-error {
  font-size: 13px;
  color: #fb514a;
}
/* ===== BASIC ANIMATIONS EFFECTS ===== */
.a-blink {
  -webkit-animation: blink 1s ease infinite;
  -moz-animation: blink 1s ease infinite;
  animation: blink 1s ease infinite;
}
.alpha-fadein {
  -webkit-animation: fadeInOpacity 1.5s ease;
  -moz-animation: fadeInOpacity 1.5s ease;
  animation: fadeInOpacity 1.5s ease;
}
.slidein-top {
  -webkit-animation: slideInTop 2s ease;
  -moz-animation: slideInTop 2s ease;
  animation: slideInTop 2s ease;
}
.slidein-top-fast {
  -webkit-animation: slideInTopFast 0.5s ease;
  -moz-animation: slideInTopFast 0.5s ease;
  animation: slideInTopFast 0.5s ease;
}
/* ===== NAV INIT ===== */
/*Main Navigation*/
.main-nav .burger-menu {
  background-color: rgba(112,123,129,0.5);
}
.main-nav .burger-menu .icon-bar {
  background-color: #fff;
}
/*Animation Burger Menu*/
.navbar-toggle {
  overflow: hidden;
}
.navbar-toggle .icon-bar {
  -webkit-transition: opacity, transform;
  -moz-transition: opacity, transform;
  transition: opacity, transform;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  -moz-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -moz-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
/*Nav Submenus for Dropdowns*/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
}
.dropdown-submenu > a:after {
  display: block;
  content: "";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -15px;
}
.dropdown-submenu:focus > a:after,
.dropdown-submenu:hover > a:after {
  border-left-color: #043775;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 5px 0 5px 5px;
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}
/* ===== HEADER ===== */
/*LOGO & BUTTONS*/
.header-brand {
  padding-top: 10px;
  padding-bottom: 7px;
  background-color: #eff1f3;
}
.header-brand .hdr-logo {
  float: left;
  text-decoration: none;
}
.header-brand .hdr-logo > img {
  height: 55px;
  width: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed-theme .header-brand .hdr-logo > img {
  height: 30px;
}
.header-brand .hdr-logo:focus,
.header-brand .hdr-logo:hover {
  opacity: 0.75;
}
/* ===== MAIN NAV ===== */
.main-nav {
  position: relative;
  background-color: #dfe3e6;
}
.main-nav::after {
  z-index: 10;
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #737e84;
}
.main-nav .navbar-container {
  position: relative;
  z-index: 9;
}
.main-nav .navbar-container #navbar .navbar-nav {
  float: none;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.main-nav .navbar-container #navbar .navbar-nav > li > a {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 100;
  font-size: 15px;
  color: #707b81;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 28px;
  padding-right: 0;
  padding-left: 0;
  opacity: 0;
}
.main-nav .navbar-container #navbar .navbar-nav > li > a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #043775;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed-theme .main-nav .navbar-container #navbar .navbar-nav > li > a {
  padding-top: 11px;
  padding-bottom: 13px;
}
.main-nav .navbar-container #navbar .navbar-nav > li.active > a {
  background-color: #737e84;
  color: #eaeced;
}
.main-nav .navbar-container #navbar .navbar-nav > li.open> a,
.main-nav .navbar-container #navbar .navbar-nav > li > a:focus,
.main-nav .navbar-container #navbar .navbar-nav > li > a:hover {
  background-color: #858f95;
  color: #fff;
}
.main-nav .navbar-container #navbar .navbar-nav > li.open> a::before,
.main-nav .navbar-container #navbar .navbar-nav > li > a:focus::before,
.main-nav .navbar-container #navbar .navbar-nav > li > a:hover::before {
  height: 6px;
}
.main-nav .navbar-container #navbar .navbar-nav ul.dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-nav .dropdown > .dropdown-menu {
  background-color: #e8eaea;
  border: none;
}
.main-nav .dropdown-menu > li > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  border-left: 5px solid transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 14px;
  color: #707b81;
}
.main-nav .dropdown-menu > li > a:focus,
.main-nav .dropdown-menu > li > a:hover {
  border-left: 10px solid #043775;
  padding-left: 15px;
}
/*Body Spacer*/
.top-spacer {
  min-height: 50px;
  display: block;
}
/* ===== FOOTER ===== */
.site-footer {
  background-color: #707b81;
  padding-top: 90px;
  padding-bottom: 30px;
  border-bottom: 15px solid #043775;
  color: #c1c6c9;
  font-size: 13px;
}
.site-footer .ftr-col-content {
  margin-bottom: 40px;
}
.site-footer .ftr-col-content hr {
  border-color: #7d888e;
}
.site-footer .ftr-col-content h3 {
  color: #a1a9ad;
  margin-top: 0;
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(193,198,201,0.3);
  margin-bottom: 20px;
}
.site-footer .ftr-col-content h3.footer-h {
  text-align: left;
}
.site-footer .ftr-col-content h3.footer-brand {
  padding-top: 0;
  text-align: center;
}
.site-footer .ftr-col-content h3.footer-brand img {
  width: 80%;
}
.site-footer .ftr-col-content h3.footer-brand a:focus,
.site-footer .ftr-col-content h3.footer-brand a:hover {
  opacity: 0.7;
}
.site-footer .ftr-col-content h4 {
  font-weight: 600;
  font-size: 12px;
}
.site-footer .ftr-col-content h4::after {
  content: " :";
}
.site-footer .ftr-col-content .ftr-mail {
  font-size: 12px;
  line-height: 17px;
}
.site-footer .ftr-col-content address {
  font-size: 12px;
  line-height: 17px;
}
.site-footer .ftr-col-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.site-footer .ftr-col-content ul li {
  line-height: 24px;
}
.site-footer .ftr-col-content ul a {
  position: relative;
  color: #c1c6c9;
  text-decoration: none;
}
.site-footer .ftr-col-content ul a i {
  margin-right: 5px;
  font-size: 15px;
  position: relative;
  top: 1px;
}
.site-footer .ftr-col-content ul a:focus,
.site-footer .ftr-col-content ul a:hover {
  color: #fff;
}
.site-footer .ftr-col-content ul.link-arrowed li a::before {
  position: relative;
  font-family: "fontello";
  content: "\e983";
  margin-right: 5px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: -10px;
}
.site-footer .ftr-col-content ul.link-arrowed li a:focus::before,
.site-footer .ftr-col-content ul.link-arrowed li a:hover::before {
  left: 0px;
  opacity: 1;
  color: #eaeced;
}
.site-footer .ftr-col-content p i {
  position: relative;
  font-size: 20px;
  left: -3px;
}
.site-footer .ftr-col-content .ftr-socials {
  padding-top: 10px;
}
.site-footer .ftr-col-content .ftr-socials li {
  float: left;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  .site-footer .ftr-col-content .ftr-socials li {
    margin-right: 6px;
    margin-bottom: 6px;
  }
}
.site-footer .ftr-col-content .ftr-socials.ftr-socials-mini li {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}
.site-footer .ftr-col-content .ftr-socials.ftr-socials-mini li a {
  width: 26px;
  height: 26px;
  padding-top: 4px;
}
.site-footer .ftr-col-content .ftr-socials.ftr-socials-mini li a i {
  font-size: 18px;
}
.site-footer .ftr-col-content .ftr-socials li:last-of-type {
  margin-right: 0;
}
.site-footer .ftr-col-content .ftr-socials li a {
  display: block;
  background-color: rgba(255,255,255,0.1);
  width: 36px;
  height: 36px;
  text-align: center;
  color: #d0d5d8;
  padding-top: 8px;
}
@media only screen and (max-width: 992px) {
  .site-footer .ftr-col-content .ftr-socials li a {
    width: 33px;
    height: 33px;
    padding-top: 6px;
  }
}
.site-footer .ftr-col-content .ftr-socials li a i {
  font-size: 20px;
  position: relative;
  left: 2px;
}
.site-footer .ftr-col-content .ftr-socials li a:focus,
.site-footer .ftr-col-content .ftr-socials li a:hover {
  color: #fff;
  background-color: #fff;
}
.site-footer .ftr-col-content .ftr-socials li a.ftr-soci-facebook:focus,
.site-footer .ftr-col-content .ftr-socials li a.ftr-soci-facebook:hover {
  background-color: #3b5998;
}
.site-footer .ftr-col-content .ftr-socials li a.ftr-soci-twitter:focus,
.site-footer .ftr-col-content .ftr-socials li a.ftr-soci-twitter:hover {
  background-color: #1da1f2;
}
.site-footer .ftr-col-content .ftr-socials li a.ftr-soci-linkedin:focus,
.site-footer .ftr-col-content .ftr-socials li a.ftr-soci-linkedin:hover {
  background-color: #0077b5;
}
.site-footer .ftr-col-content .ftr-socials li a.ftr-soci-youtube:focus,
.site-footer .ftr-col-content .ftr-socials li a.ftr-soci-youtube:hover {
  background-color: #f00;
}
.site-footer .ftr-col-content .ftr-socials li a.ftr-soci-pinterest:focus,
.site-footer .ftr-col-content .ftr-socials li a.ftr-soci-pinterest:hover {
  background-color: #bd081c;
}
.site-footer .ftr-col-content .ftr-socials li a.ftr-soci-instagram:focus,
.site-footer .ftr-col-content .ftr-socials li a.ftr-soci-instagram:hover {
  background-color: #c13584;
}
.site-footer .ftr-col-content .ftr-socials li a.ftr-soci-archdaily:focus,
.site-footer .ftr-col-content .ftr-socials li a.ftr-soci-archdaily:hover {
  background-color: #0079c1;
}
.ftr-feed .ffd-article {
  padding-bottom: 9px;
  margin-bottom: 7px;
}
.ftr-feed .ffd-article:not(:last-of-type) {
  border-bottom: 1px solid #656f74;
}
.ftr-feed .ffd-article .ffd-hdr a {
  display: table;
  font-size: 13px;
  font-weight: 400;
  color: #eaeced;
}
.ftr-feed .ffd-article .ffd-hdr a:focus,
.ftr-feed .ffd-article .ffd-hdr a:hover {
  color: #fff;
}
.ffd-facebook.ftr-feed .ffd-article .ffd-hdr a:focus,
.ffd-facebook.ftr-feed .ffd-article .ffd-hdr a:hover {
  color: #3b5998;
}
.ffd-twitter.ftr-feed .ffd-article .ffd-hdr a:focus,
.ffd-twitter.ftr-feed .ffd-article .ffd-hdr a:hover {
  color: #1da1f2;
}
.ftr-feed .ffd-article .ffd-hdr span,
.ftr-feed .ffd-article .ffd-hdr time {
  position: relative;
  font-size: 10px;
  letter-spacing: 0.4px;
  top: -4px;
  color: #98a1a6;
}
.ftr-feed .ffd-article .ffd-hdr span {
  font-family: sans-serif;
  color: #c1c6c9;
}
.ftr-feed .ffd-article .ffd-content {
  margin: 0;
  font-size: 11px;
}
.ftr-feed .ffd-article .ffd-content a {
  color: #a8afb3;
}
.ftr-feed .ffd-article .ffd-content a:focus,
.ftr-feed .ffd-article .ffd-content a:hover {
  color: #eaeced;
}
/* CONTENT SECTIONS*/
/* ===== ELEMENTS ===== */
/*** BreadCrumbs Basic ***/
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 13px;
}
.breadcrumb li.active {
  font-weight: 500;
}
/*** Iconos Cuadrados ***/
.ico-sqr {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  background-color: #c1c6c9;
  color: #eaeced;
  text-align: center;
  line-height: 33px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 85%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 85%);
}
.ico-sqr i {
  font-size: 24px;
}
/* Background Variant and Brand Colors */
.ics-blue {
  background-color: #043775;
}
.ics-gray {
  background-color: #98a1a6;
}
.ics-lightgray {
  background-color: #eaeced;
  color: #043775;
}
.ics-ca1 {
  background-color: #569d43;
}
.ics-ca2 {
  background-color: #f39200;
}
.ics-ca3 {
  background-color: #1d70b7;
}
.ics-ca4 {
  background-color: #b3232d;
}
.ics-ca5 {
  background-color: #882658;
}
.ics-ca6 {
  background-color: #707b81;
}
/*** Headline Basic Center ***/
.gen-headline {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeced;
  margin-bottom: 40px;
}
.gen-headline h1 {
  margin: 0;
}
.gen-headline h4 {
  margin: 0;
  font-size: 16px;
}
/*** Headers ***/
.sec-header {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #eaeced;
}
.sec-header .breadcrumb {
  margin-top: 30px;
  margin-bottom: -15px;
}
.sec-header.sec-hdr-sm {
  padding-top: 25px;
  padding-bottom: 7px;
}
.sec-header.sec-hdr-sm .breadcrumb {
  margin-top: 8px;
  margin-bottom: 0px;
}
.sec-header.sec-hdr-sm .sec-headline {
  padding: 15px 20px 15px;
}
.sec-header.sec-hdr-sm .sec-headline h1 {
  padding-top: 0;
  padding-bottom: 0;
}
.sec-header .sh-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.sec-header .sec-headline {
  display: block;
  width: 50%;
  background-color: #f5f5f6;
  padding: 25px 30px;
  float: right;
  color: #043775;
}
.sec-header .sec-headline h1 {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  text-transform: uppercase;
  line-height: 36px;
}
.sec-header .sec-headline h4 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sec-header .sec-headline {
    width: 65%;
  }
}
@media only screen and (max-width: 480px) {
  .sec-header .sec-headline {
    width: 75%;
    padding: 15px 25px;
  }
  .sec-header .sec-headline h1 {
    font-size: 30px;
  }
  .sec-header .sec-headline h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 320px) {
  .sec-header .sec-headline {
    width: 100%;
  }
}
.sec-header.bg-img .sec-headline {
  background-color: rgba(255,255,255,0.85);
}
.sec-header.bg-img .breadcrumb a,
.sec-header.bg-img .breadcrumb li {
  color: rgba(255,255,255,0.8);
}
.sec-header.bg-img .breadcrumb li:before {
  color: rgba(255,255,255,0.4);
}
.sec-header.bg-blue {
  background-color: #043775;
}
.sec-header.bg-green {
  background-color: #569d43;
}
.sec-header.bg-orange {
  background-color: #f39200;
}
.sec-header.bg-sky {
  background-color: #1d70b7;
}
.sec-header.bg-red {
  background-color: #b3232d;
}
.sec-header.bg-magenta {
  background-color: #882658;
}
.sec-header.bg-gray {
  background-color: #707b81;
}
.sec-header.bg-blue .sh-bg,
.sec-header.bg-green .sh-bg,
.sec-header.bg-orange .sh-bg,
.sec-header.bg-sky .sh-bg,
.sec-header.bg-red .sh-bg,
.sec-header.bg-magenta .sh-bg,
.sec-header.bg-gray .sh-bg {
  opacity: 0.25;
}
/*** Floating Form: Forma flotante ***/
.float-form,
.float-form-btn {
  position: fixed;
  z-index: 1030;
  bottom: 5px;
  right: 5px;
}
.float-form-btn {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.float-form-btn:focus,
.float-form-btn:hover {
  text-decoration: none;
}
.float-form-btn:focus i,
.float-form-btn:hover i {
  background-color: #1d4b82;
}
.float-form-btn:focus span,
.float-form-btn:hover span {
  right: 0px;
  opacity: 1;
}
.float-form-btn i {
  line-height: 0px;
  display: inline-block;
  background-color: #043775;
  color: #eaeced;
  text-align: center;
  padding-top: 11px;
  margin-left: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 26px;
  width: 46px;
  height: 46px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.float-form-btn span {
  line-height: 0px;
  position: relative;
  z-index: -1;
  top: -5px;
  right: -100px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.float-form label {
  font-size: 11px;
  margin-bottom: 1px;
}
.float-form .form-group {
  margin-bottom: 2px;
}
.float-form .f-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 26px;
  font-size: 20px;
  height: 26px;
  background-color: #c1c6c9;
  color: #eaeced;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding-top: 3px;
  line-height: 0;
}
.float-form .f-close:focus,
.float-form .f-close:hover {
  background-color: #98a1a6;
}
.float-form .well {
  margin-bottom: 0px;
}
/*** Aplications Squares ***/
.apl-sqr-mini {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  padding: 14px;
}
.apl-sqr-mini:focus,
.apl-sqr-mini:hover {
  text-decoration: none;
  opacity: 0.8;
}
.apl-sqr-mini > div {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: 60px;
  padding-top: 10px;
  margin-bottom: 7px;
  background-color: #3e5059;
}
.apl-sqr-mini > div img {
  width: 40px;
}
.apl-sqr-mini.apl-facades > div {
  background-color: #569d43;
}
.apl-sqr-mini.apl-cladding > div {
  background-color: #f39200;
}
.apl-sqr-mini.apl-skylights > div {
  background-color: #1d70b7;
}
.apl-sqr-mini.apl-outdoor > div {
  background-color: #b3232d;
}
.apl-sqr-mini.apl-shading > div {
  background-color: #882658;
}
.apl-sqr-mini.apl-interior > div {
  background-color: #707b81;
}
.apl-sqr-mini .apl-ico {
  -webkit-background-size: 40px;
  -moz-background-size: 40px;
  background-size: 40px;
  background-position: center center;
  background-repeat: no-repeat;
}
.apl-sqr-mini .apl-ico.dapp-facade {
  background-image: url("../img/applications/dapp-facades-w.svg");
  background-color: #569d43;
}
.apl-sqr-mini .apl-ico.dapp-cladding {
  background-image: url("../img/applications/dapp-cladding-w.svg");
  background-color: #f39200;
}
.apl-sqr-mini .apl-ico.dapp-skylight {
  background-image: url("../img/applications/dapp-skylights-w.svg");
  background-color: #1d70b7;
}
.apl-sqr-mini .apl-ico.dapp-outdoor {
  background-image: url("../img/applications/dapp-outdoor-w.svg");
  background-color: #b3232d;
}
.apl-sqr-mini .apl-ico.dapp-shading {
  background-image: url("../img/applications/dapp-shading-w.svg");
  background-color: #882658;
}
.apl-sqr-mini .apl-ico.dapp-interior {
  background-image: url("../img/applications/dapp-interior-w.svg");
  background-color: #707b81;
}
/*** Applications Selector ***/
.dapps-selector {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fbfbfb;
}
.hm-applications .dapps-selector {
  background-color: transparent;
  padding-top: 60px;
}
.dapps-selector .dapp-moreinfo {
  display: block;
  z-index: 50;
  position: fixed;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  pointer-events: none;
}
.dapps-selector .dapp-moreinfo figcaption {
  -webkit-animation: slideInTopFast 1.5s ease;
  -moz-animation: slideInTopFast 1.5s ease;
  animation: slideInTopFast 1.5s ease;
  width: 100%;
  padding: 20px 30px;
  background-color: #043775;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%, 0 88%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%, 0 88%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%, 0 88%);
}
.dapps-selector .dapp-moreinfo figcaption.fg-facade {
  background-color: #5aa546;
}
.dapps-selector .dapp-moreinfo figcaption.fg-cladding {
  background-color: #fe9800;
}
.dapps-selector .dapp-moreinfo figcaption.fg-skylight {
  background-color: #1f76c1;
}
.dapps-selector .dapp-moreinfo figcaption.fg-outdoor {
  background-color: #bd252f;
}
.dapps-selector .dapp-moreinfo figcaption.fg-shading {
  background-color: #93295f;
}
.dapps-selector .dapp-moreinfo figcaption.fg-interior {
  background-color: #758087;
}
.dapps-selector .dapp-moreinfo h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 100;
  font-size: 20px;
  margin-top: 10px;
}
.dapps-selector .dapp-moreinfo h3 span {
  display: block;
  font-size: 10px;
}
.dapps-selector .dapp-moreinfo p {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}
@media only screen and (max-width: 992px) {
  .dapps-selector .dapp-moreinfo {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .dapps-selector .dapp-moreinfo {
    width: 90%;
  }
}
.dapps-selector .dapp-wrap {
  display: inline-block;
  text-decoration: none;
  padding: 0px 15px 10px 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hm-applications .dapps-selector .dapp-wrap {
  padding-top: 10px;
  z-index: 1;
  overflow: hidden;
}
.dapps-selector .dapp-wrap .dapp-icon {
  display: block;
  width: 88px;
  height: 88px;
  -webkit-background-size: 80%;
  -moz-background-size: 80%;
  background-size: 80%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hm-applications .dapps-selector .dapp-wrap .dapp-icon {
  width: 105px;
  height: 105px;
}
.dapps-selector .dapp-wrap h2 {
  font-size: 18px;
}
.hm-applications .dapps-selector .dapp-wrap h2 {
  font-size: 19px;
  text-transform: uppercase;
}
.dapps-selector .dapp-wrap p {
  font-size: 11px;
  padding-bottom: 12px;
}
.hm-applications .dapps-selector .dapp-wrap p {
  font-size: 12.5px;
  padding-bottom: 15px;
}
.dapps-selector .dapp-wrap figcaption {
  display: none;
}
.dapps-selector .dapp-wrap:focus,
.dapps-selector .dapp-wrap:hover {
  background-color: #f5f5f6;
}
.dapps-selector .dapp-wrap.dapp-facade .dapp-icon {
  background-image: url("../img/applications/dapp-facades-c.svg");
  background-position: -60% 100%;
}
.dapps-selector .dapp-wrap.dapp-cladding .dapp-icon {
  background-image: url("../img/applications/dapp-cladding-c.svg");
  background-position: -21% 100%;
}
.dapps-selector .dapp-wrap.dapp-skylight .dapp-icon {
  background-image: url("../img/applications/dapp-skylights-c.svg");
  background-position: 0% 46%;
}
.dapps-selector .dapp-wrap.dapp-outdoor .dapp-icon {
  background-image: url("../img/applications/dapp-outdoor-c.svg");
  background-position: 0% 53%;
}
.dapps-selector .dapp-wrap.dapp-shading .dapp-icon {
  background-image: url("../img/applications/dapp-shading-c.svg");
  background-position: -17% 100%;
}
.dapps-selector .dapp-wrap.dapp-interior .dapp-icon {
  background-image: url("../img/applications/dapp-interior-c.svg");
  background-position: -58% 100%;
}
.dapps-selector .dapp-wrap.dapp-sqr {
  padding-top: 15px;
}
.dapps-selector .dapp-wrap.dapp-sqr .dapp-icon {
  background-position: center center;
}
.dapps-selector .dapp-wrap.dapp-sqr.dapp-facade .dapp-icon {
  background-image: url("../img/applications/dapp-facades-w.svg");
  background-color: #569d43;
}
.dapps-selector .dapp-wrap.dapp-sqr.dapp-cladding .dapp-icon {
  background-image: url("../img/applications/dapp-cladding-w.svg");
  background-color: #f39200;
}
.dapps-selector .dapp-wrap.dapp-sqr.dapp-skylight .dapp-icon {
  background-image: url("../img/applications/dapp-skylights-w.svg");
  background-color: #1d70b7;
}
.dapps-selector .dapp-wrap.dapp-sqr.dapp-outdoor .dapp-icon {
  background-image: url("../img/applications/dapp-outdoor-w.svg");
  background-color: #b3232d;
}
.dapps-selector .dapp-wrap.dapp-sqr.dapp-shading .dapp-icon {
  background-image: url("../img/applications/dapp-shading-w.svg");
  background-color: #882658;
}
.dapps-selector .dapp-wrap.dapp-sqr.dapp-interior .dapp-icon {
  background-image: url("../img/applications/dapp-interior-w.svg");
  background-color: #707b81;
}
.dapps-selector .dapp-wrap.dapp-bg {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 90%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 90%);
}
.dapps-selector .dapp-wrap.dapp-bg:focus,
.dapps-selector .dapp-wrap.dapp-bg:hover {
  color: #fff;
}
.dapps-selector .dapp-wrap.dapp-bg.dapp-facade:hover {
  background-color: #569d43;
}
.dapps-selector .dapp-wrap.dapp-bg.dapp-facade:hover .dapp-icon {
  background-image: url("../img/applications/dapp-facades-w.svg");
}
.dapps-selector .dapp-wrap.dapp-bg.dapp-cladding:hover {
  background-color: #f39200;
}
.dapps-selector .dapp-wrap.dapp-bg.dapp-cladding:hover .dapp-icon {
  background-image: url("../img/applications/dapp-cladding-w.svg");
}
.dapps-selector .dapp-wrap.dapp-bg.dapp-skylight:hover {
  background-color: #1d70b7;
}
.dapps-selector .dapp-wrap.dapp-bg.dapp-skylight:hover .dapp-icon {
  background-image: url("../img/applications/dapp-skylights-w.svg");
}
.dapps-selector .dapp-wrap.dapp-bg.dapp-outdoor:hover {
  background-color: #b3232d;
}
.dapps-selector .dapp-wrap.dapp-bg.dapp-outdoor:hover .dapp-icon {
  background-image: url("../img/applications/dapp-outdoor-w.svg");
}
.dapps-selector .dapp-wrap.dapp-bg.dapp-shading:hover {
  background-color: #882658;
}
.dapps-selector .dapp-wrap.dapp-bg.dapp-shading:hover .dapp-icon {
  background-image: url("../img/applications/dapp-shading-w.svg");
}
.dapps-selector .dapp-wrap.dapp-bg.dapp-interior:hover {
  background-color: #707b81;
}
.dapps-selector .dapp-wrap.dapp-bg.dapp-interior:hover .dapp-icon {
  background-image: url("../img/applications/dapp-interior-w.svg");
}
.dapps-selector.dp-cols-6 .dapp-wrap {
  width: 16.666666666666668%;
  float: left;
}
@media only screen and (max-width: 992px) {
  .dapps-selector.dp-cols-6 .dapp-wrap {
    width: 33.333333333333336%;
  }
}
@media only screen and (max-width: 767px) {
  .dapps-selector.dp-cols-6 .dapp-wrap {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) {
  .dapps-selector.dp-cols-6 .dapp-wrap {
    width: 33.333333333333336%;
  }
}
@media only screen and (max-width: 320px) {
  .dapps-selector.dp-cols-6 .dapp-wrap {
    width: 50%;
  }
}
.dapps-selector.dp-cols-5 .dapp-wrap {
  width: 20%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .dapps-selector.dp-cols-5 .dapp-wrap {
    width: 33.333333333333336%;
  }
}
@media only screen and (max-width: 480px) {
  .dapps-selector.dp-cols-5 .dapp-wrap {
    width: 33.333333333333336%;
  }
}
@media only screen and (max-width: 320px) {
  .dapps-selector.dp-cols-5 .dapp-wrap {
    width: 50%;
  }
}
.dapps-selector.dp-cols-4 .dapp-wrap {
  width: 25%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .dapps-selector.dp-cols-4 .dapp-wrap {
    width: 33.333333333333336%;
  }
}
@media only screen and (max-width: 480px) {
  .dapps-selector.dp-cols-4 .dapp-wrap {
    width: 33.333333333333336%;
  }
}
@media only screen and (max-width: 320px) {
  .dapps-selector.dp-cols-4 .dapp-wrap {
    width: 50%;
  }
}
/*** Text and Post Content ***/
.text-post {
  padding-top: 100px;
  padding-bottom: 80px;
}
.text-post-content {
  font-size: 16px;
}
.text-post-content p {
  text-align: justify;
}
.text-post-content a {
  color: #043775;
}
.text-post-content a:focus,
.text-post-content a:hover {
  color: #3e5059;
}
.text-post-content > ul,
.text-post-content > dl,
.text-post-content > ol,
.text-post-content > pre,
.text-post-content > table,
.text-post-content > blockquote,
.text-post-content > p {
  margin-bottom: 25px;
}
.text-post-content > table {
  width: 100%;
}
.text-post-content > table img {
  width: initial;
}
.text-post-content h1,
.text-post-content h2,
.text-post-content h3 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.text-post-content h4,
.text-post-content h5,
.text-post-content h6 {
  margin-top: 40px;
  margin-bottom: 18px;
}
.text-post-content h1,
.text-post-content h2,
.text-post-content h3,
.text-post-content h4,
.text-post-content h5,
.text-post-content h6 {
  color: #043775;
}
.text-post-content img {
  display: inline-table;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-post-content img[style*="float: left"],
.text-post-content img[style*="float:left"] {
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 480px) {
  .text-post-content img[style*="float: left"],
  .text-post-content img[style*="float:left"] {
    margin: 15px 0 15px 0;
    width: 100% !important;
  }
}
.text-post-content img[style*="float: right"],
.text-post-content img[style*="float:right"] {
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 480px) {
  .text-post-content img[style*="float: right"],
  .text-post-content img[style*="float:right"] {
    margin: 15px 0 15px 0;
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .text-post-content {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .text-post-content {
    font-size: 14px;
  }
}
.land-networks {
  display: block;
  padding-top: 0;
  padding-bottom: 30px;
}
/* ===== FORMS ===== */
.form-block {
  padding: 30px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-block.fm-lightgray {
  background-color: #f1f2f2;
}
/* ===== HOME ===== */
/*** Main Slider: home ***/
.home-slider {
  display: block;
  min-height: 300px;
  width: 100%;
}
.home-slider .home-slides {
  display: block;
  width: 100%;
  min-height: 300px;
}
.home-slider .home-slides.parpar .slide-bg {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover cover;
  -moz-background-size: cover cover;
  background-size: cover cover;
  background-attachment: fixed;
}
.home-slider .home-slides .hm-slide {
  position: relative;
  display: block;
  min-height: 300px;
  height: 570px;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
}
.home-slider .home-slides .hm-slide .slide-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.home-slider .home-slides .hm-slide .slide-content {
  position: relative;
  height: 100%;
}
.home-slider .home-slides .hm-slide .slide-content .sl-product-brand {
  z-index: 10;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(243,146,0,0.9);
  color: #fff;
  width: 340px;
  height: 340px;
  padding: 45px 25px 55px 25px;
  text-decoration: none;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 85%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 85%);
}
.home-slider .home-slides .hm-slide .slide-content .sl-product-brand .sl-cnt-holder {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-slider .home-slides .hm-slide .slide-content .sl-product-brand h1 {
  position: absolute;
  top: 0;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 33px;
  margin-top: 0;
  margin-bottom: 0;
}
.home-slider .home-slides .hm-slide .slide-content .sl-product-brand h1 span {
  display: block;
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .home-slider .home-slides .hm-slide .slide-content .sl-product-brand h1 {
    font-size: 25px;
  }
}
.home-slider .home-slides .hm-slide .slide-content .sl-product-brand h2 {
  position: absolute;
  bottom: 0;
  font-weight: 100;
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .home-slider .home-slides .hm-slide .slide-content .sl-product-brand h2 {
    font-size: 16px;
    line-height: 17px;
  }
}
.home-slider .home-slides .hm-slide .slide-content .sl-product-brand.slp-facades {
  background-color: rgba(86,157,67,0.9);
}
.home-slider .home-slides .hm-slide .slide-content .sl-product-brand.slp-cladding {
  background-color: rgba(243,146,0,0.9);
}
.home-slider .home-slides .hm-slide .slide-content .sl-product-brand.slp-skylights {
  background-color: rgba(29,112,183,0.9);
}
.home-slider .home-slides .hm-slide .slide-content .sl-product-brand.slp-outdoor {
  background-color: rgba(179,35,45,0.9);
}
.home-slider .home-slides .hm-slide .slide-content .sl-product-brand.slp-shading {
  background-color: rgba(136,38,88,0.9);
}
.home-slider .home-slides .hm-slide .slide-content .sl-product-brand.slp-interior {
  background-color: rgba(112,123,129,0.9);
}
@media only screen and (max-width: 767px) {
  .home-slider .home-slides .hm-slide .slide-content .sl-product-brand {
    left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .home-slider .home-slides .hm-slide .slide-content .sl-product-brand {
    width: 290px;
    height: 290px;
    bottom: -10px;
  }
}
.home-slider .home-slides .hm-slide .slide-content a.sl-product-brand:focus,
.home-slider .home-slides .hm-slide .slide-content a.sl-product-brand:hover {
  opacity: 0.85;
}
.home-slider .home-slides .hm-slide .slide-content .sl-prod-brands {
  z-index: 10;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home-slider .home-slides .hm-slide .slide-content .sl-prod-brands .slp-brand {
  display: block;
  float: left;
  position: relative;
  width: 44px;
  height: 44px;
  background-color: #98a1a6;
  text-decoration: none;
  margin-left: 5px;
  opacity: 0.8;
}
.home-slider .home-slides .hm-slide .slide-content .sl-prod-brands .slp-brand img {
  padding-top: 6px;
  margin-left: auto;
  margin-right: auto;
  width: 32px;
}
.home-slider .home-slides .hm-slide .slide-content .sl-prod-brands .slp-brand:focus,
.home-slider .home-slides .hm-slide .slide-content .sl-prod-brands .slp-brand:hover {
  opacity: 1;
}
.home-slider .home-slides .hm-slide .slide-content .sl-prod-brands .slp-brand.sb-facades {
  background-color: #569d43;
}
.home-slider .home-slides .hm-slide .slide-content .sl-prod-brands .slp-brand.sb-cladding {
  background-color: #f39200;
}
.home-slider .home-slides .hm-slide .slide-content .sl-prod-brands .slp-brand.sb-skylights {
  background-color: #1d70b7;
}
.home-slider .home-slides .hm-slide .slide-content .sl-prod-brands .slp-brand.sb-outdoor {
  background-color: #b3232d;
}
.home-slider .home-slides .hm-slide .slide-content .sl-prod-brands .slp-brand.sb-shading {
  background-color: #882658;
}
.home-slider .home-slides .hm-slide .slide-content .sl-prod-brands .slp-brand.sb-interior {
  background-color: #707b81;
}
@media only screen and (max-width: 767px) {
  .home-slider .home-slides .hm-slide .slide-content .sl-prod-brands {
    bottom: -50px;
    right: 15px;
  }
}
.home-slider .home-slides .hm-slide .slide-content .sl-prod-brands.sys-dan {
  text-align: center;
  background-color: rgba(255,255,255,0.9);
  padding: 10px 25px 20px 20px;
}
.home-slider .home-slides .hm-slide .slide-content .sl-prod-brands.sys-dan .slp-brand {
  display: inline-block;
  float: inherit;
}
.home-slider .home-slides .hm-slide .slide-content .sl-prod-brands.sys-dan h4 {
  color: #043775;
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .home-slider .home-slides .hm-slide {
    padding-top: 10px;
    height: 400px;
  }
}
.home-slider .home-slides a.hm-slide:hover {
  opacity: 0.9;
}
/*** Aplicaciones: home ***/
.hm-applications {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #eaeced;
}
/* ===== NOSOTROS ===== */
.us-intro {
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-top: 30px;
  padding-bottom: 60px;
}
.us-intro h4 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .us-intro h4 {
    font-size: 16px;
  }
}
.us-intro img {
  width: 100%;
  max-width: 200px;
}
@media only screen and (max-width: 480px) {
  .us-intro img {
    max-width: 140px;
  }
}
.us-sidedesc {
  display: block;
  background-color: #fafafb;
  padding-top: 60px;
  padding-bottom: 60px;
}
.us-sidedesc h3 {
  text-transform: uppercase;
}
.us-sidedesc p {
  font-size: 16px;
  margin-bottom: 30px;
}
.us-sidedesc .cont--block {
  padding-right: 100px;
}
@media only screen and (max-width: 767px) {
  .us-sidedesc .cont--block {
    padding-right: 15px;
  }
}
.us-sd-right.us-sidedesc .cont--block {
  padding-left: 100px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .us-sd-right.us-sidedesc .cont--block {
    padding-left: 15px;
  }
}
.us-sidedesc .cont--concept .us-team {
  padding-top: 45px;
}
@media only screen and (max-width: 767px) {
  .us-sidedesc .cont--concept .us-team {
    padding-top: 0;
  }
}
.us-sidedesc .cont--concept .us-team i {
  font-size: 100px;
  color: #043775;
}
@media only screen and (max-width: 992px) {
  .us-sidedesc .cont--concept .us-team i {
    font-size: 84px;
  }
}
@media only screen and (max-width: 480px) {
  .us-sidedesc .cont--concept .us-team i {
    font-size: 55px;
  }
}
.us-sidedesc.us-sd-right {
  background-color: #eff1f1;
}
.us-sidedesc.us-integral {
  background-color: #043775;
  color: #fff;
}
.us-sidedesc.us-integral h3 {
  color: #fff;
}
.us-sidedesc.us-integral .cs-btn-lg {
  color: #fff;
  border-color: #fff;
}
.us-sidedesc.us-integral .cs-btn-lg:focus,
.us-sidedesc.us-integral .cs-btn-lg:hover {
  background-color: #fff;
  color: #043775;
}
.us-sidedesc.us-process {
  background-color: #eaeced;
}
.us-map {
  display: block;
  position: relative;
}
.us-map a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #569d43;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.us-map a figure {
  position: relative;
  left: -2px;
  z-index: 10;
}
.us-map a figure figcaption {
  z-index: 10;
  display: table;
  padding: 10px 10px;
  position: absolute;
  bottom: 10px;
  background-color: #569d43;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 10px;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.us-map a figure figcaption span {
  font-size: 9px;
  font-weight: 400;
}
.us-map a figure figcaption::before {
  content: " ";
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  -moz-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 12px;
  height: 8px;
  background-color: #569d43;
}
.us-map a.cc-orange {
  background-color: #f39200;
}
.us-map a.cc-orange figcaption {
  background-color: #f39200;
}
.us-map a.cc-orange figcaption::before {
  background-color: #f39200;
}
.us-map a.cc-blue {
  background-color: #1d70b7;
}
.us-map a.cc-blue figcaption {
  background-color: #1d70b7;
}
.us-map a.cc-blue figcaption::before {
  background-color: #1d70b7;
}
.us-map a:focus figcaption,
.us-map a:hover figcaption {
  opacity: 1;
  padding: 5px 10px;
}
/* ===== TECH ZONE: Zona Técnica ===== */
.zt-container {
  padding-top: 40px;
  padding-bottom: 60px;
}
.zt-item {
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.zt-item .zti-wrap {
  background-color: #f7f7f8;
  padding: 20px 15px 10px 15px;
  margin-bottom: 25px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%, 0 95%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%, 0 95%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%, 0 95%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.zt-item .zti-wrap:focus,
.zt-item .zti-wrap:hover {
  background-color: #eaeced;
}
.zt-item .zti-info {
  padding-bottom: 5px;
  margin-bottom: 10px;
  width: 100%;
}
.zt-item .zti-info h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 22px;
  color: #043775;
}
.zt-item .zti-info h3 {
  margin-top: -5px;
  font-size: 13px;
}
.zt-item .zti-files {
  position: relative;
  padding-top: 6px;
  width: 100%;
}
.zt-item .zti-files::before {
  position: absolute;
  top: -10px;
  content: "Archivos:";
  font-size: 9px;
}
.zt-item .zti-files a {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  margin-bottom: 15px;
  text-decoration: none;
}
.zt-item .zti-files a i {
  display: block;
  width: 44px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  font-size: 24px;
  padding-top: 10px;
  padding-left: 3px;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  border-radius: 44px;
  color: #fff;
  background-color: #eaeced;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zt-item .zti-files a:focus i,
.zt-item .zti-files a:hover i {
  opacity: 0.8;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
}
.zt-item .zti-files a:not(:last-of-type) {
  margin-right: 6px;
}
.zt-item .zti-files a[href$=".pdf"] i {
  background-color: #e44a4c;
}
.zt-item .zti-files a[href$=".pdf"] i::before {
  content: "\f1c1";
}
.zt-item .zti-files a[href$=".docx"] i,
.zt-item .zti-files a[href$=".doc"] i {
  background-color: #4774b7;
}
.zt-item .zti-files a[href$=".docx"] i::before,
.zt-item .zti-files a[href$=".doc"] i::before {
  content: "\f1c2";
}
.zt-item .zti-files a[href$=".xlsx"] i,
.zt-item .zti-files a[href$=".xls"] i {
  background-color: #81c48f;
}
.zt-item .zti-files a[href$=".xlsx"] i::before,
.zt-item .zti-files a[href$=".xls"] i::before {
  content: "\f1c3";
}
.zt-item .zti-files a[href$=".pptx"] i,
.zt-item .zti-files a[href$=".ppt"] i {
  background-color: #f1592a;
}
.zt-item .zti-files a[href$=".pptx"] i::before,
.zt-item .zti-files a[href$=".ppt"] i::before {
  content: "\f1c4";
}
.zt-item .zti-files a[href$=".jpg"] i,
.zt-item .zti-files a[href$=".png"] i {
  background-color: #fdb53f;
}
.zt-item .zti-files a[href$=".jpg"] i::before,
.zt-item .zti-files a[href$=".png"] i::before {
  content: "\f1c5";
}
.zt-item .zti-files a[href$=".zip"] i,
.zt-item .zti-files a[href$=".rar"] i {
  background-color: #68d0cf;
}
.zt-item .zti-files a[href$=".zip"] i::before,
.zt-item .zti-files a[href$=".rar"] i::before {
  content: "\f1c6";
}
@media only screen and (max-width: 992px) {
  .zt-item {
    width: 33.333333333333336% !important;
  }
  .zt-item .zti-info h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .zt-item {
    width: 50% !important;
  }
  .zt-item .zti-info h2 {
    font-size: 17px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 480px) and (max-width: 992px) {
  .zt-item {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (max-width: 480px) {
  .zt-item {
    width: 100% !important;
  }
  .zt-item .zti-info h2 {
    font-size: 18px;
    font-weight: 300;
  }
}
.zt-col-5 .zt-item {
  width: 20%;
}
.zt-col-4 .zt-item {
  width: 25%;
}
.zt-col-3 .zt-item {
  width: 33.333333333333336%;
}
.zt-col-2 .zt-item {
  width: 50%;
}
/* ===== GALLERY ===== */
.galery-container {
  padding-top: 0;
  padding-bottom: 60px;
}
.gal-items-wrap {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}
.gal-items-wrap .gal-item {
  display: block;
  float: left;
  padding: 0 15px 30px 15px;
  width: 25%;
}
.gal-items-wrap .gal-item a {
  display: block;
  float: left;
  width: 100%;
  min-height: 80px;
  padding: 0;
  background-color: #eaeced;
}
.gal-items-wrap .gal-item a img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gal-items-wrap .gal-item a:focus img,
.gal-items-wrap .gal-item a:hover img {
  opacity: 0.4;
}
.color-neutral .gal-items-wrap .gal-item a {
  background-color: #043775;
}
.color-facade .gal-items-wrap .gal-item a {
  background-color: #569d43;
}
.color-cladding .gal-items-wrap .gal-item a {
  background-color: #f39200;
}
.color-skylight .gal-items-wrap .gal-item a {
  background-color: #1d70b7;
}
.color-outdoor .gal-items-wrap .gal-item a {
  background-color: #b3232d;
}
.color-shading .gal-items-wrap .gal-item a {
  background-color: #882658;
}
.color-interior .gal-items-wrap .gal-item a {
  background-color: #707b81;
}
.gal-items-wrap .gal-item .gi-secs {
  margin-top: 2px;
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  background-color: #c1c6c9;
}
.gal-items-wrap .gal-item .gi-secs a {
  width: 25%;
  min-height: 20px;
}
.gal-items-wrap .gal-item h2 {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
.gal-items-wrap .gal-item h3 {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 11px;
  text-align: center;
}
.gal-items-wrap .gal-item h3::before {
  content: "";
  display: block;
  width: 15%;
  height: 1px;
  background-color: #c1c6c9;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
}
@media only screen and (max-width: 992px) {
  .gal-items-wrap .gal-item {
    width: 33.33% !important;
  }
}
@media only screen and (max-width: 480px) {
  .gal-items-wrap .gal-item {
    width: 50% !important;
    padding: 0 3px 6px 3px;
  }
  .gal-items-wrap .gal-item h2 {
    margin-top: 3px;
    margin-bottom: 4px;
  }
  .gal-items-wrap .gal-item h3 {
    margin-bottom: 5px;
    line-height: 11px;
  }
}
@media only screen and (max-width: 480px) {
  .gal-items-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.gal-items-wrap.gi-cols-5 .gal-item {
  width: 20%;
}
@media only screen and (max-width: 480px) {
  .gal-items-wrap.gi-cols-5 .gal-item {
    width: 33.333333333333336% !important;
  }
}
.gal-items-wrap.gi-cols-4 .gal-item {
  width: 25%;
}
.gal-items-wrap.gi-cols-3 .gal-item {
  width: 33.333333333333336%;
}
/* ===== BLOG ===== */
/*** Post Captions ***/
.post-caps {
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 13px;
  color: #707b81;
}
.post-caps ul {
  list-style: none;
  padding-left: 0;
}
.post-caps ul span {
  font-weight: 600;
  margin-right: 5px;
}
.post-caps ul a {
  color: #707b81;
}
.post-caps ul a:focus,
.post-caps ul a:hover {
  color: #043775;
}
.post-caps ul.tags-post > li {
  display: inline;
}
.post-caps ul.tags-post > li:not(:first-of-type)::after {
  content: ",";
}
.post-caps ul.tags-post > li:last-of-type::after {
  content: ".";
}
/*** Post Socials ***/
.post-socials {
  padding-top: 10px;
  color: #707b81;
  font-size: 13px;
}
.post-socials ul {
  list-style: none;
  padding-left: 0;
}
.post-socials ul > li {
  display: inline-block;
}
.post-socials ul > li > span.share-on {
  font-weight: 600;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
.post-socials ul .fb-share-button > span {
  vertical-align: 0px !important;
}
/*** Blog Comments ***/
.blog-comments {
  display: block;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
.blog-comments > h3 {
  margin-top: 0;
}
.blog-comments > h3 > i {
  font-size: 90%;
  position: relative;
  top: -3px;
  margin-left: 5px;
}
.blog-comments .new-comment .well {
  border: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
.blog-comments .new-comment .form-group:last-of-type {
  margin-bottom: 0;
}
/*** List of Comments ***/
.list-comments {
  padding-top: 45px;
  padding-bottom: 20px;
}
.list-comments .lc-item {
  position: relative;
  font-size: 14px;
  background-color: #fafafb;
  padding: 5px 20px 2px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 18px;
}
.list-comments .lc-item cite {
  display: block;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.list-comments .lc-item cite::before {
  color: #eaeced;
  position: relative;
  font-family: 'FontAwesome';
  content: "\f2c0";
  margin-right: 6px;
  font-size: 85%;
  top: -1px;
  width: 19px;
  height: 19px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  background-color: #707b81;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.list-comments .lc-item time {
  position: absolute;
  top: 4px;
  right: 20px;
  font-size: 12px;
  color: #c1c6c9;
}
.list-comments .lc-item p {
  margin-bottom: 7px;
}
/*** Blog Related ***/
.blog-rel {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #f8f8f9;
}
.blog-rel a {
  text-decoration: none;
  color: #5a6c74;
}
.blog-rel a * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-rel a.rel-bloglink {
  position: relative;
  display: block;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.blog-rel a.rel-bloglink h5 {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.blog-rel a.rel-bloglink:focus h5,
.blog-rel a.rel-bloglink:hover h5 {
  color: #043775;
}
.blog-rel a.rel-bloglink h6 {
  margin-top: 0;
  font-size: 13px;
  font-weight: 300;
}
.blog-rel a.rel-bloglink i {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34px;
  height: 34px;
  background-color: #5a6c74;
  font-size: 22px;
  color: #fff;
  padding-top: 1px;
  padding-left: 8px;
}
.blog-rel a.rel-bloglink::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #5a6c74;
  bottom: 33px;
  left: 0;
}
.blog-rel a:focus .post-img-bg,
.blog-rel a:hover .post-img-bg {
  opacity: 0.9;
}
.blog-rel a .post-img-bg {
  position: relative;
  background-color: #c1c6c9;
  height: 220px;
  background-images: url("");
  background-repeat: no-repeat;
  background-position: center 80%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.blog-rel a .post-img-bg .rel-blog-date {
  display: block;
  width: 55px;
  height: 55px;
  padding-top: 12px;
  font-size: 25px;
  font-weight: 100;
  text-align: center;
  line-height: 18px;
  background-color: rgba(112,123,129,0.75);
  color: #fff;
}
.blog-rel a .post-img-bg .rel-blog-date span {
  display: block;
  font-size: 10px;
  font-weight: 200;
}
.blog-rel a.rel-bloglink:focus::after,
.blog-rel a.rel-bloglink:hover::after,
.blog-rel a.rel-bloglink:focus i,
.blog-rel a.rel-bloglink:hover i,
.blog-rel a.rel-bloglink:focus .post-img-bg .rel-blog-date,
.blog-rel a.rel-bloglink:hover .post-img-bg .rel-blog-date {
  background-color: #043775;
}
@media only screen and (min-width: 767px) {
  .blog-rel .third-big > .col-sm-3:nth-child(3),
  .blog-rel .row.mt-50 > .col-sm-3:nth-child(3) {
    width: 50%;
  }
}
/* ===== COTIZAR ===== */
.ctz-map > div#map {
  height: 500px;
}
/* ===== HOME: INTRO ===== */
.hm-intro {
  padding-top: 130px;
  padding-bottom: 130px;
  color: #707b81;
  font-weight: 200;
}
.hm-intro .steps-item {
  padding-top: 20px;
  padding-bottom: 40px;
}
.hm-intro .steps-item:hover .stp-item-icon {
  margin-left: 120px;
}
.hm-intro .steps-item:hover .stp-item-icon::before {
  width: 172px;
}
.hm-intro .steps-item .stp-item-icon {
  position: relative;
  display: inline-block;
  padding-top: 2px;
  padding-left: 12px;
  width: 54px;
  height: 54px;
  background-color: #fff;
  color: #945ec4;
  font-size: 35px;
  -webkit-border-radius: 5px 8px 8px 5px;
  -moz-border-radius: 5px 8px 8px 5px;
  border-radius: 5px 8px 8px 5px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.hm-intro .steps-item .stp-item-icon i {
  z-index: 1;
  position: absolute;
}
.hm-intro .steps-item .stp-item-icon::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 28px;
  top: 0;
  right: 0;
  border-bottom: 1px dashed #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.hm-intro .steps-item .stp-item-icon::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 12px;
  right: -12px;
  background-color: #fff;
  -webkit-transform: rotate(45deg) skew(15deg, 15deg);
  -moz-transform: rotate(45deg) skew(15deg, 15deg);
  transform: rotate(45deg) skew(15deg, 15deg);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.hm-intro .steps-item h3 {
  margin-top: 30px;
  font-weight: 300;
}
.hm-intro .steps-item .btn.btn-white {
  margin-top: 10px;
}
.hm-intro .steps-item hr {
  margin-top: 30px;
  margin-bottom: 0;
  opacity: 0.25;
  display: none;
}
.with-lb {
  border-left: 15px solid #707b81;
  padding-left: 20px;
}
.with-lb h1:first-child,
.with-lb h2:first-child,
.with-lb h3:first-child,
.with-lb h4:first-child,
.with-lb h5:first-child {
  margin-top: -4px;
}
.with-lb h1:last-child,
.with-lb h2:last-child,
.with-lb h3:last-child,
.with-lb h4:last-child,
.with-lb h5:last-child,
.with-lb p:last-child {
  margin-bottom: 0;
}
.intro-nos-itms {
  margin-top: 40px;
}
.intro-nos-itms > div {
  text-align: center;
  background-color: #f8f9f9;
  padding: 30px 15px;
}
.intro-nos-itms > div+div {
  background-color: #f1f2f3;
}
.intro-nos-itms > div+div+div {
  background-color: #eaecee;
}
.intro-nos-itms > div+div+div+div {
  background-color: #e3e6e8;
}
.intro-nos-itms > div > i {
  font-size: 80px;
  margin-top: 15px;
  margin-bottom: 30px;
  display: block;
}
.intro-nos-itms > div > h3 {
  font-size: 21px;
  margin-bottom: 25px;
}
.bg-graytmp {
  background-color: #d4d9dd;
}
.bg-graylighttmp {
  background-color: #f1f2f3;
}
.ds-panels {
  margin-top: 60px;
}
.ds-panels > div {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ds-panels > div:focus,
.ds-panels > div:hover {
  z-index: 100;
  opacity: 0.5;
  cursor: pointer;
}
.ds-panels > div:focus .dsp-content,
.ds-panels > div:hover .dsp-content {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ds-panels > div .dsp-content {
  opacity: 0;
  pointer-events: none;
  z-index: 500;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 270px;
  max-width: 290px;
  padding: 20px;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 93%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 93%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 93%);
}
.ds-panels > div .dsp-content img {
  width: 100px;
}
.ds-panels > div .dsp-content h3,
.ds-panels > div .dsp-content h4 {
  font-weight: 100;
}
.ds-panels > div .dsp-content h3 {
  text-transform: uppercase;
}
.ds-panels > div .dsp-content h3 span {
  display: block;
  font-size: 12px;
}
.ds-panels > div .dsp-content h4 {
  font-size: 16px;
}
.ds-panels > div .dsp-content p {
  padding-top: 20px;
  font-weight: 200;
  font-size: 12.5px;
}
.ds-panels > div .dsp-content.dslb-01 {
  background-color: #569d43;
}
.ds-panels > div .dsp-content.dslb-02 {
  background-color: #f39200;
}
.ds-panels > div .dsp-content.dslb-03 {
  background-color: #1d70b7;
}
.ds-panels > div .dsp-content.dslb-04 {
  background-color: #b3232d;
}
.ds-panels > div .dsp-content.dslb-05 {
  background-color: #882658;
}
.ds-panels > div .dsp-content.dslb-06 {
  left: -20%;
  background-color: #707b81;
}
.btn-white-sqr {
  background-color: #fff;
  border-color: #fff;
  color: #707b81;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hm-intro.bg-graytmp {
  padding-bottom: 80px;
}
.hm-casos-exito {
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
  color: #fff;
  font-weight: 200;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hm-casos-exito .opaque-bg {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62,80,89,0.8);
}
.hm-casos-exito .with-lb h1,
.hm-casos-exito .with-lb h2,
.hm-casos-exito .with-lb h4,
.hm-casos-exito .with-lb h5,
.hm-casos-exito .with-lb h6 {
  font-weight: 100;
}
.hm-casos-exito .with-lb h2 {
  margin-bottom: -10px;
}
.hm-casos-exito hr {
  border-color: rgba(255,255,255,0.2);
  margin-top: 30px;
}
.hm-casos-exito figcaption p {
  font-weight: 200;
}
.hm-casos-exito .with-lb {
  border-color: #fff;
}
.sqr-btn {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #707b81;
  font-size: 41px;
  padding-left: 4px;
  background-color: #eee;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hm-itm-blog > a.immg-link {
  display: block;
  width: 100%;
  height: 200px;
  background-color: #707b81;
}
.hm-itm-blog > a.immg-link.img-bgg {
  background: url("../img/home/ebg_01.jpg") s;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hm-itm-blog > a.immg-link .datte {
  width: 54px;
  height: 54px;
  padding-top: 12px;
  text-align: center;
  line-height: 17px;
  color: #fff;
  font-size: 22px;
  font-weight: 100;
  background-color: rgba(204,209,211,0.3);
}
.hm-itm-blog > a.immg-link .datte span {
  display: inherit;
  font-size: 10px;
}
.hm-blog-bt {
  margin-top: 20px;
  border-top: 1px solid #707b81;
  width: 100%;
  position: relative;
  display: block;
}
.hm-blog-bt span {
  position: absolute;
  text-align: center;
  font-size: 20px;
  right: 0;
  top: 0;
  margin-top: -1px;
  background-color: #707b81;
  width: 30px;
  height: 30px;
  color: #fff;
}
/* ===== CASOS DE EXITO SECTIONS ===== */
/*Exito Detail*/
.exito-hdl {
  height: 70vh;
  min-height: 410px;
  padding-top: 110px;
  background-color: #707b81;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.exito-hdl.prod-det-hdr {
  height: 40vh;
  min-height: 300px;
}
.exito-hdl > .container {
  position: relative;
  height: 100%;
}
.exito-hdl .hdl-cap {
  background-color: rgba(255,255,255,0.9);
  position: absolute;
  bottom: 10%;
  left: 0;
  min-width: 300px;
  max-width: 32%;
  padding: 40px 30px 40px 30px;
}
.exito-hdl .hdl-cap h1 {
  margin-top: 0;
  font-size: 32px;
  text-transform: uppercase;
}
.exito-hdl .hdl-cap .cap-exerpt {
  margin-top: 30px;
}
.exito-hdl .hdl-cap .hdl-date {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 200;
  padding-top: 15px;
}
.exito-hdl .hdl-cap .hdl-date a {
  color: #707b81;
}
.exito-hdl .hdl-cap .hdl-date a:focus,
.exito-hdl .hdl-cap .hdl-date a:hover {
  color: #8a949a;
}
.ex-plant {
  padding-bottom: 80px;
}
.wrap-2-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.ex-systems {
  padding-bottom: 80px;
}
.sis-icos {
  display: table;
  background: #f8f8f9;
  padding: 10px;
}
.sis-icos img {
  float: left;
  max-width: 25%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
}
@media only screen and (max-width: 992px) {
  .sis-icos img {
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .sis-icos img {
    max-width: 20%;
  }
}
@media only screen and (max-width: 480px) {
  .sis-icos img {
    max-width: 33.33%;
  }
}
.br-hed {
  position: relative;
}
.br-hed::before {
  content: "";
  display: table;
  position: absolute;
  width: 15px;
  height: 120px;
  background-color: #707b81;
  top: 0;
  left: -25px;
}
.gallink-img > a,
.gallink-img > a > img {
  width: 24% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.galery-success figure {
  display: block;
  float: left;
  width: 25%;
}
.galery-success figure figcaption {
  display: none;
}
.galery-success figure a img {
  margin: 0 !important;
}
.galery-success figure a:focus,
.galery-success figure a:hover {
  opacity: 0.8;
}
/****************/
/* ===== BLOG SECTIONS ===== */
/*Blog Detail*/
.blog-hdl {
  height: 50vh;
  min-height: 210px;
  padding-top: 110px;
  background-color: #707b81;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.blog-hdl > .container {
  position: relative;
  height: 100%;
}
.blog-hdl .hdl-cap {
  background-color: rgba(255,255,255,0.9);
  position: absolute;
  bottom: -2px;
  left: 0;
  min-width: 300px;
  max-width: 45%;
  padding: 22px 25px 20px 25px;
}
.blog-hdl .hdl-cap h1 {
  font-size: 28px;
  text-transform: uppercase;
}
.blog-hdl .hdl-cap .hdl-date {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 200;
  padding-top: 15px;
}
.blog-hdl .hdl-cap .hdl-date a {
  color: #707b81;
}
.blog-hdl .hdl-cap .hdl-date a:focus,
.blog-hdl .hdl-cap .hdl-date a:hover {
  color: #8a949a;
}
/*Blog Sidebar*/
.blog-sidebar > h5 {
  text-transform: uppercase;
}
.blog-sidebar > ul {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  background-color: #eaeced;
  list-style-type: none;
}
.blog-sidebar > ul > li {
  border-left: 12px solid rgba(4,55,117,0);
/*border-left: 12px solid #043775;*/
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-sidebar > ul > li:focus,
.blog-sidebar > ul > li:hover {
  border-left: 12px solid rgba(4,55,117,0.6);
}
.blog-sidebar > ul > li.active {
  border-left: 12px solid #043775;
}
.blog-sidebar > ul > li > a {
  font-size: 15px;
  font-weight: 300px;
  color: #707b81;
}
.blog-sidebar > ul > li:focus > a,
.blog-sidebar > ul > li:hover > a {
  color: #043775;
}
.blog-sidebar .side-tags {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
}
.blog-sidebar .side-tags > a {
  color: #707b81;
}
.blog-sidebar .side-tags > a::after {
  content: ", ";
}
.blog-sidebar .side-tags > a:last-of-type::after {
  content: ".";
}
.blog-sidebar .side-tags > a:focus,
.blog-sidebar .side-tags > a:hover {
  color: #043775;
}
.blog-sidebar .side-filts {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
}
.blog-sidebar .side-filts > a {
  color: #707b81;
  margin-right: 4px;
}
.blog-sidebar .side-filts > a:last-of-type {
  margin-right: 0;
}
.blog-sidebar .side-filts > a:focus,
.blog-sidebar .side-filts > a:hover {
  color: #043775;
}
.blog-sidebar .side-features {
  text-align: left;
}
.blog-sidebar .side-features a {
  position: relative;
  display: block;
  overflow: auto;
  color: #707b81;
  padding-top: 15px;
  border-top: 1px solid #f8f8f9;
  margin-top: 15px;
}
.blog-sidebar .side-features > a:first-of-type {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.blog-sidebar .side-features a:focus,
.blog-sidebar .side-features a:hover {
  color: #a6adb2;
}
.blog-sidebar .side-features a img {
  float: left;
  margin-right: 15px;
}
.blog-sidebar .side-features a img,
.blog-sidebar .side-features a span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-sidebar .side-features a p {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 28px;
}
.blog-sidebar .side-features a span {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #707b81;
  color: #fff;
  font-size: 12px;
  padding: 2px 4px 2px 8px;
  font-weight: 200;
  float: right;
}
.blog-sidebar .side-features a:focus span,
.blog-sidebar .side-features a:focus img,
.blog-sidebar .side-features a:hover span,
.blog-sidebar .side-features a:hover img {
  opacity: 0.75;
}
/*Blog List*/
.blog-item {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #f8f8f9;
  padding-top: 30px;
  margin-top: 30px;
}
.blog-item:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.blog-item .imgdate-cap {
  position: relative;
  display: inline-block;
  float: left;
  width: 40%;
}
.blog-item .imgdate-cap:focus,
.blog-item .imgdate-cap:hover {
  opacity: 0.85;
}
.blog-item .imgdate-cap .item-date {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  padding-top: 12px;
  background-color: rgba(206,211,213,0.8);
  font-size: 25px;
  font-weight: 100;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 18px;
  color: #fff;
}
.blog-item .imgdate-cap .item-date span {
  display: block;
  font-size: 10px;
  font-weight: 200;
}
.blog-item .item-caption {
  display: inline-block;
  float: left;
  width: 60%;
  padding-left: 30px;
  padding-bottom: 55px;
}
.blog-item .item-caption > a:first-of-type {
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #707b81;
}
.blog-item .item-caption > a + a {
  display: block;
  padding-top: 10px;
  font-weight: 200;
  font-size: 14px;
  color: #707b81;
}
.blog-item .item-caption > a:hover:first-of-type,
.blog-item .item-caption > a + a:hover {
  color: #043775;
  text-decoration: none;
}
.blog-item .item-caption > a:last-of-type {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #707b81;
  color: #fff;
  padding-top: 0px;
  padding-left: 11px;
}
.blog-item .item-caption > a:hover:last-of-type {
  background-color: #043775;
  color: #fff;
}
.blog-item .item-caption > a:last-of-type > i {
  font-size: 35px;
}
/* ===== PAGINADOR : LISTNGS ===== */
.list-paginator {
  margin-top: 50px;
}
.list-paginator > nav {
  text-align: center;
}
.list-paginator > nav ul {
  margin: 0;
}
.list-paginator .pagination > li {
  display: block;
  float: left;
}
.list-paginator .pagination > li > a {
  font-family: 'Montserrat', sans-serif;
  color: #5a6c74;
  font-size: 15px;
  font-weight: 200;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 4px 11px;
}
.list-paginator .pagination > li > a span {
  position: relative;
  top: -2px;
  font-size: 11px;
  font-style: italic;
}
.list-paginator .pagination > li > a i {
  font-size: 17px;
  line-height: 21.4286px;
}
.list-paginator .pagination > li.active a {
  background-color: #043775;
  color: #fff;
}
/* ===== OWL SLIDER ===== */
/*= MAIN SLIDER STYLE TYPE =*/
.owl-basik .owl-nav {
  position: absolute;
  top: calc(50% - 65px);
  width: 100%;
  pointer-events: none;
}
.owl-basik .owl-nav .disabled {
  opacity: 0.3;
}
.owl-basik .owl-nav .owl-prev,
.owl-basik .owl-nav .owl-next {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  padding: 0;
  color: rgba(255,255,255,0);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: auto;
}
.owl-basik .owl-nav .owl-prev::before,
.owl-basik .owl-nav .owl-next::before {
  font-family: 'fontello';
  text-decoration: none;
  speak: none;
  font-size: 50px;
  color: rgba(119,119,119,0.4);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 767px) {
  .owl-basik .owl-nav .owl-prev::before,
  .owl-basik .owl-nav .owl-next::before {
    font-size: 30px;
  }
}
.owl-basik .owl-nav .owl-prev:hover::before,
.owl-basik .owl-nav .owl-next:hover::before {
  color: #fff;
}
.owl-basik .owl-nav .owl-prev {
  float: left;
}
.owl-basik .owl-nav .owl-prev::before {
  content: "\e808";
}
.owl-basik .owl-nav .owl-next {
  float: right;
}
.owl-basik .owl-nav .owl-next::before {
  content: "\e809";
  position: relative;
  left: 29px;
}
@media only screen and (max-width: 767px) {
  .owl-basik .owl-nav {
    top: calc(104.5% - 65px);
  }
}
.owl-basik .owl-dots {
  position: absolute;
  width: 100%;
  padding-bottom: 5px;
  bottom: 0;
  text-align: center;
  pointer-events: none;
}
.owl-basik .owl-dots .owl-dot {
  display: inline-block;
  pointer-events: auto;
  border: 1px solid #fff;
  width: 11px;
  height: 11px;
  margin-left: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.owl-basik .owl-dots .owl-dot::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin-top: 1px;
  margin-left: 1px;
  background-color: transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.owl-basik .owl-dots .owl-dot.active::before {
  background-color: #fff;
}
/*= DOTS ONLY =*/
/*Gray Dots*/
.owl-graydots .owl-nav .owl-prev,
.owl-graydots .owl-nav .owl-next {
  display: none;
}
.owl-graydots .owl-dots {
  position: absolute;
  width: 100%;
  padding-bottom: 0;
  bottom: 10px;
  text-align: center;
  pointer-events: none;
}
.owl-graydots .owl-dots .owl-dot {
  display: inline-block;
  pointer-events: auto;
  border: 1px solid #5a6c74;
  width: 11px;
  height: 11px;
  margin-left: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.owl-graydots .owl-dots .owl-dot::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin-top: 1px;
  margin-left: 1px;
  background-color: transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.owl-graydots .owl-dots .owl-dot.active::before {
  background-color: #5a6c74;
}
/* == PHOTOSWIPE == */
.pswp__caption .pswp__caption__center {
  text-align: center;
  font-size: 13px;
}
.pswp__caption .pswp__caption__center > div b {
  font-weight: 600;
  font-size: 10px;
  font-style: italic;
}
.pswp__caption .pswp__caption__center > div b::before {
  content: " / ";
  margin-left: 2px;
  margin-right: 2px;
}
.pswp__bg {
  background-color: rgba(35,41,44,0.95);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(24,28,30,0.3);
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-color: rgba(24,28,30,0.3);
}
/* ===== TESTERS ===== */
.bg01 {
  background-color: #c6c3bf !important;
}
.bg02 {
  background-color: #b2afab !important;
}
.bg03 {
  background-color: #9e9c98 !important;
}
.bg04 {
  background-color: #8a8885 !important;
}
.bg05 {
  background-color: #767572 !important;
}
.bg06 {
  background-color: #63615f !important;
}
.bg07 {
  background-color: #ff3b56 !important;
}
.bg08 {
  background-color: #00a86b !important;
}
.bg09 {
  background-color: #00579d !important;
}
/* ################ RESPONSIVE QUERIES ################ */
@media only screen and (min-width: 320px) {
  .cot-checks li {
    width: 100%;
  }
  .cot-checks li .cot-prod-item {
    width: 90%;
  }
}
@media only screen and (min-width: 375px) {
  .cot-checks li {
    width: 50%;
  }
  .cot-checks li .cot-prod-item {
    width: 85%;
  }
}
@media only screen and (min-width: 768px) {
  .cot-checks li {
    width: 33.33%;
  }
  .cot-checks li .cot-prod-item {
    width: 90%;
  }
  .navbar-nav .dropdown:hover .dropdown-menu {
    margin-top: 0; /* remove the gap so it doesn't close*/
  }
}
@media only screen and (max-width: 992px) {
  .plans-wrap .plans-circle {
    width: 340px;
    height: 340px;
  }
  .main-nav .navbar-container #navbar .navbar-nav > li > a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .text-2cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .main-nav .navbar-container #navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .main-nav .navbar-container #navbar > .navbar-nav {
    width: 100%;
  }
  .main-nav .navbar-container #navbar .navbar-nav > li > a {
    padding: 20px !important;
    font-size: 20px;
    opacity: 1;
  }
  .main-nav::after {
    height: 6px;
    bottom: -6px;
  }
  .main-nav .navbar-nav > li.dropdown > ul.dropdown-menu {
    margin-top: 0;
  }
  .dropdown-submenu>a:after {
    margin-right: 0px;
  }
  .main-nav .dropdown > .dropdown-menu {
    background-color: #858f95;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .main-nav .dropdown > .dropdown-menu .dropdown-menu {
    background-color: #9aa3a7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .main-nav .open .dropdown-menu > li >a {
    color: #fff;
    padding: 10px;
  }
  .main-nav .open .dropdown-submenu.open > a {
    border-left: 17px solid #043775;
    padding-left: 15px;
    color: #3e5059;
  }
  .main-nav .open .dropdown-menu .dropdown-menu > li > a {
    color: #fff;
    padding: 10px;
    border-left: 26px solid transparent;
  }
  .main-nav .open .dropdown-menu > li > a:focus,
  .main-nav .open .dropdown-menu > li > a:hover {
    background-color: rgba(234,236,237,0.85);
    border-color: #043775;
    color: #3e5059;
  }
  .main-nav .navbar-container #navbar .navbar-nav > li.open > a,
  .main-nav .navbar-container #navbar .navbar-nav > li > a:focus,
  .main-nav .navbar-container #navbar .navbar-nav > li > a:hover {
    padding-bottom: 20px;
  }
  .exito-hdl .hdl-cap {
    left: 10px;
    padding: 5px 20px 15px 20px;
  }
  .exito-hdl .hdl-cap h1 {
    font-size: 24px;
  }
  .exito-hdl .hdl-cap .hdl-date {
    font-size: 12px;
    font-weight: 300;
    padding-top: 5px;
  }
  .blog-hdl .hdl-cap {
    left: 10px;
    padding: 5px 20px 15px 20px;
  }
  .blog-hdl .hdl-cap h1 {
    font-size: 24px;
  }
  .blog-hdl .hdl-cap .hdl-date {
    font-size: 12px;
    font-weight: 300;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .wrap-2-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .blog-item .imgdate-cap {
    width: 100%;
  }
  .blog-item .item-caption {
    width: 100%;
    padding-left: 0;
  }
  .home-hdr .hm-date-pick {
    width: 290px;
    padding-top: calc(50vh - 200px);
  }
  .home-hdr .hm-date-pick h2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sec-head.sec-hr-sm,
  .sec-head.sec-hr-md,
  .sec-head.sec-hr-bg {
    padding-top: 62px;
  }
  .fm-cot {
    margin-top: 40px;
  }
  .places-gal .gal-places figure {
    width: 33.33%;
  }
  .header-brand {
    padding-top: 10px;
    padding-bottom: 8px;
  }
}
/*
############### KEYFRAMES ANIMATIONS ###############
*/
@-moz-keyframes blink {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes blink {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-moz-keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
@-o-keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
@-moz-keyframes slideInTop {
  0% {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    transform: translateY(300%);
  }
  50% {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    transform: translateY(300%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInTop {
  0% {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    transform: translateY(300%);
  }
  50% {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    transform: translateY(300%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slideInTop {
  0% {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    transform: translateY(300%);
  }
  50% {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    transform: translateY(300%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInTop {
  0% {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    transform: translateY(300%);
  }
  50% {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    transform: translateY(300%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slideInTopFast {
  0% {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
  }
  75% {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInTopFast {
  0% {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
  }
  75% {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes slideInTopFast {
  0% {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
  }
  75% {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInTopFast {
  0% {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
  }
  75% {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
