

/*menu*/

.menu-bar {
    float: right;
}

.mega-menu .menu-links {
    float: left;
}

.search-cart {
    display: inline-block;
}

.search-cart i.icon {
    color: #ffffff;
    line-height: 20px;
    font-size: 14px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.search-cart i.icon:hover {
    color: #84ba3f;
}

.search-cart .search {
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
}

.search-cart .shpping-cart {
    display: inline-block;
}

.shpping-cart a {
    position: relative;
}

.shpping-cart strong.item {
    display: block;
    position: absolute;
    top: -7px;
    left: auto;
    right: -8px;
    font-size: 10px;
    color: #ffffff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #84ba3f;
    border-radius: 50%;
}


/*search*/

.search .search-btn {
    display: block;
    height: 20px;
    line-height: 21px;
    position: relative;
    text-indent: -9999px;
    width: 14px;
    color: #ffffff;
    -o-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -ms-transition: color 300ms ease 0s;
    -webkit-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    -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;
}

.search .search-btn:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
}

.search .search-btn:hover {
    color: #84ba3f;
}

.search.search-open .search-btn:before {
    content: "";
}

.search-box {
    background: #fff;
    display: block;
    margin: 0;
    opacity: 0 !important;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 100%;
    transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
    visibility: hidden;
    width: 327px;
    z-index: 888;
    border-radius: 3px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 400ms ease;
}

.search.search-open .search-box {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.search .search-box input {
    background: transparent;
    border: 1px solid #eceff8;
    padding-left: 15px;
    border-radius: 3px;
}

.search .search-box input:focus {
    background: transparent;
    border: 1px solid #eceff8;
}

.search .search-box button {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    right: 27px;
    top: 27px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.search .search-box button:hover {
    color: #84ba3f;
}


/*cart*/

.cart {
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    position: absolute;
    margin-top: 0px;
    right: 0;
    width: 300px;
    border: 1px solid #eceff8;
    border-radius: 3px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 400ms ease;
}

.cart.cart-open {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.cart:before {
    bottom: 100%;
    right: 8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -8px;
}

.cart-title {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.cart-item {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 20px;
    position: relative;
}

.cart-item .cart-image {
    display: table-cell;
    padding-right: 15px;
}

.cart-item .cart-image img {
    height: 40px;
}

.cart-item .cart-name {
    display: table-cell;
    vertical-align: top;
}

.cart-item .cart-name a {
    display: block;
    color: #323232;
}

.cart-item .cart-name a:hover {
    color: #84ba3f;
}

.cart-item .cart-name span {
    color: #323232;
    display: inline-block;
}

.cart-item .cart-name strong {
    padding-left: 30px;
}

.cart-price del {
    font-size: 14px;
    background: transparent;
    color: #323232;
    padding-left: 0;
}

.cart-price ins {
    text-decoration: none;
    color: #84ba3f;
    font-size: 16px;
    font-weight: bold;
}

.cart-total {
    padding: 20px;
    text-align: center;
    background: #f7f7f7;
}

.cart-total h6 {
    text-align: center;
}

.cart-total a {
    display: inline-block;
    margin-top: 20px;
    padding: 6px 18px;
    margin: 0;
}

.cart-total a.button {
    display: inline-block;
}

.cart-total .button+.button {
    margin: 0;
}

.cart-item .cart-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.cart-item .cart-close a {
    font-size: 14px;
}

.cart-item .cart-close a:hover {
    color: #323232;
}


/*mega-menu */

.mega-menu .menu-logo {
    padding: 25px 0 25px;
}

.mega-menu .menu-logo img {
    height: 40px;
}

.mega-menu .drop-down-multilevel.right-menu {
    right: 0px;
}

.mega-menu>section.menu-list-items {
    padding: 0;
}

.mega-menu .menu-links>li>a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.mega-menu .menu-links>li.active .drop-down-multilevel a {
    color: #555555;
}

.mega-menu .menu-links>li.active .drop-down-multilevel a:hover {
    color: #84ba3f;
}

.mega-menu .menu-links>li.active .drop-down a {
    color: #323232;
}

.mega-menu .menu-links>li.active .drop-down li.active a {
    color: #84ba3f;
}

.mega-menu .menu-links>li.active .drop-down a:hover {
    color: #84ba3f;
}

.mega-menu .menu-links>li.active .drop-down li.active a i {
    color: #84ba3f;
}

.mega-menu .menu-links>li.active .drop-down a i:hover {
    color: #84ba3f;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active a {
    color: #84ba3f;
    background: #f7f7f7;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
    color: #323232;
    background: transparent;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
    color: #84ba3f;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
    color: #84ba3f;
    background: #f7f7f7;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
    color: #323232;
    background: transparent;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover {
    color: #84ba3f;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
    color: #84ba3f;
    background: #f7f7f7;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active i {
    color: #84ba3f;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i {
    color: #84ba3f;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li a i {
    color: #323232;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i {
    color: #84ba3f;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
    color: #84ba3f;
}

.mega-menu .row {
    margin-left: 0px;
    margin-right: 0px;
}

.mega-menu .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.mega-menu.desktopTopFixed .menu-logo {
    padding: 0px;
}

.mega-menu.desktopTopFixed .search-cart i.icon {
    line-height: 20px;
}

.mega-menu.desktopTopFixed .menu-list-items .menu-logo>li>a img {
    height: 30px;
}

.mega-menu .badge {
    color: #ffffff;
}

.mega-menu .drop-down-multilevel li.activeTriggerMobile {
    background: #fafafa;
}



/*fancy */

.header.fancy {
    background: transparent;
    position: relative;
    border-bottom: 0;
}

.header.fancy .topbar {
    background: #84ba3f;
    padding: 15px 0px 70px;
}

.header.fancy .topbar .topbar-right li a:hover {
    color: #323232;
}

.header.fancy .search-cart i.icon {
    color: #323232;
    line-height: 20px;
}

.header.fancy .topbar-call ul li i {
    color: #ffffff;
}

.header.fancy .mega-menu .menu-logo {
    padding: 26px 0px;
}

.header.fancy .menu {
    position: absolute;
    width: 100%;
    top: 30px;
}

.header.fancy .topbar+.menu {
    top: 60px;
}

/*************************
    borde del menu principal
*************************/
.header.fancy .mega-menu>section.menu-list-items {
    border-radius: 30px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    
    padding: 0px 25px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.header.fancy .mega-menu.desktopTopFixed>section.menu-list-items {
    border-bottom: 1px solid #f6f6f6;
}

.header.fancy .topbar ul li a:hover {
    color: #323232;
}

.header.fancy .mega-menu .menu-links>li>a {
    color: #323232;
    line-height: 20px;
}

.header.fancy .mega-menu .menu-links>li>a:hover {
    color: #84ba3f;
}

.header.fancy .mega-menu .menu-links>li.active>a {
    color: #84ba3f;
}

.header.fancy .mega-menu.desktopTopFixed .menu-links>li>a {
    color: #ffffff;
}

.header.fancy .mega-menu.desktopTopFixed .menu-links>li>a {
    color: #323232;
}

.header.fancy .mega-menu.desktopTopFixed .menu-logo {
    padding: 0;
}

.header.fancy .mega-menu.desktopTopFixed .menu-list-items .menu-links>li>a {
    line-height: 20px;
}

.header.fancy .mega-menu.desktopTopFixed .menu-list-items .menu-logo>li>a img {
    height: 30px;
}

.header.fancy .mega-menu.desktopTopFixed .search-cart i.icon {
    line-height: 20px;
}

.header.fancy .search-cart i.icon:hover {
    color: #84ba3f;
}

.header.fancy .search .search-btn {
    color: #323232;
}

.header.fancy .search .search-btn:hover {
    color: #84ba3f;
}

.header.fancy .mega-menu.desktopTopFixed .drop-down.grid-col-5 {
    width: 21.66666666666667%;
}

.header.fancy .search-box {
    margin-top: -6px;
}


/*fancy without-topbar*/

.header.fancy.without-topbar .menu {
    top: 30px;
}

.header.burger .menu-icon {
    font-size: 30px;
    color: #323232;
}

.header.burger .menu-icon:hover {
    color: #84ba3f;
}

.header.burger {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 30px 30px;
}

.header.burger .logo {
    display: inline-block;
}

.header.burger .logo img {
    height: 50px;
}


/*side-menu-icon*/

.side-menu-icon {
    display: inline-block;
}

.side-menu-icon .menu-icon {
    font-size: 16px;
    color: #ffffff;
    padding-left: 15px;
}

.side-menu-icon .menu-icon:hover {
    color: #84ba3f;
}


/*************************
    header text-dark
*************************/

.header.text-dark .topbar ul li {
    color: #323232;
}

.header.text-dark .topbar ul li a {
    color: #323232;
}

.header.text-dark .topbar ul li a:hover {
    color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links>li>a {
    color: #323232;
}

.header.text-dark .mega-menu .menu-links>li>a:hover {
    color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links>li.active>a {
    color: #84ba3f;
}

.header.text-dark .topbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header.text-dark .search-cart i.icon {
    color: #323232;
}

.header.text-dark .search-cart i.icon:hover {
    color: #84ba3f;
}

.header.text-dark .mega-menu.desktopTopFixed .menu-list-items {
    background: #ffffff;
}

.header.text-dark .search .search-btn {
    color: #323232;
}

.header.text-dark .search .search-btn:hover {
    color: #84ba3f;
}

.header.text-dark .mega-menu .drop-down-multilevel {
    background: #323232;
}

.header.text-dark .mega-menu .drop-down.menu-bg,
.header.text-dark .mega-menu .drop-down-tab-bar {
    background: rgba(50, 50, 50, 1) url(../images/objects/menu-bg.png);
    background-repeat: no-repeat;
    background-position: 120% 0;
}

.header.text-dark .mega-menu .drop-down,
.header.text-dark .mega-menu .drop-down-tab-bar {
    background: #323232;
}

.header.text-dark .mega-menu .drop-down a,
.header.text-dark .mega-menu .drop-down-tab-bar a {
    color: #ffffff;
}

.header.text-dark .mega-menu .drop-down i.fa,
.header.text-dark .mega-menu .drop-down-tab-bar i.fa {
    color: #ffffff;
}

.header.text-dark .mega-menu .drop-down a:hover i.fa,
.header.text-dark .mega-menu .drop-down-tab-bar a:hover i.fa {
    color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down a {
    color: #ffffff;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down li.active a {
    color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down li a:hover {
    color: #84ba3f;
}

.header.text-dark .mega-menu .drop-down a:hover,
.header.text-dark .mega-menu .drop-down-tab-bar a:hover {
    color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down-multilevel a,
.header.text-dark .mega-menu .drop-down-multilevel a {
    color: #ffffff;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down-multilevel li.active a,
.header.text-dark .mega-menu .drop-down-multilevel li:hover {
    background: #282828;
}

.header.text-dark .mega-menu .drop-down.menu-shop-bg {
    background: rgba(50, 50, 50, 1) url(../images/objects/menu-shop-bg.jpg) !important;
    background-repeat: no-repeat;
    background-position: right;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down-multilevel a:hover,
.header.text-dark .mega-menu .drop-down-multilevel a:hover {
    color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down-multilevel li.active a {
    color: #84ba3f;
    background: #282828;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
    color: #ffffff;
    background: transparent;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
    color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
    color: #84ba3f;
    background: #282828;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
    color: #ffffff;
    background: transparent;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover {
    color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
    color: #84ba3f;
    background: #282828;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down-multilevel li.active i {
    color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i {
    color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li a i {
    color: #ffffff;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i {
    color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
    color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
    color: #84ba3f;
    background: #282828;
}

.header.text-dark .mega-menu .drop-down-multilevel i.fa-indicator {
    color: #ffffff;
}

.header.text-dark .mega-menu .drop-down-multilevel a:hover i.fa-indicator {
    color: #84ba3f;
}

.header.text-dark .mega-menu .drop-down-multilevel li.active a i.fa-indicator {
    color: #84ba3f;
}








/*vertical-header*/

.vertical-header .container-fluid {
    padding: 0 80px;
}

.menu-responsive {
    display: none;
}

.vertical-header .navbar {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}

.vertical-header {
    padding-left: 260px;
}

.header.vertical-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 260px;
    min-height: 100%;
    background: #212121;
    z-index: 999;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.header.vertical-menu .menu-bar {
    float: none;
}

.mega-menu.vertical-left,
.mega-menu.vertical-right {
    float: none;
}

.menu-widgets {
    position: absolute;
    bottom: 20px;
}

.menu-widgets .social-icons.social-border li a {
    border: 2px solid;
    line-height: 30px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background: transparent;
    color: #84ba3f;
}

header.one-page.vertical-menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: #212121;
    width: 260px;
    padding: 30px;
}

header.one-page.vertical-menu .navbar-header {
    float: none;
    margin-bottom: 20px;
}

header.one-page.vertical-menu .navbar-nav {
    float: none;
}

header.one-page.vertical-menu .navbar-nav>li {
    display: block;
    float: none;
}

header.one-page.vertical-menu .navbar-inverse .navbar-nav>li {
    padding: 15px 0px;
}

header.one-page.vertical-menu .navbar-collapse {
    padding: 0;
}

header.one-page.vertical-menu .menu-widgets {
    padding: 0px;
}

header.one-page.light {
    position: relative;
    background: #ffffff;
}

header.one-page.light .navbar {
    margin-bottom: 0;
}

header.one-page.light .navbar-inverse .navbar-nav>li>a {
    color: #323232;
}

header.one-page.light .navbar-inverse .navbar-nav>li>a:hover {
    color: #84ba3f;
}

header.one-page.light .navbar-inverse .navbar-nav>.active>a,
header.one-page.light .navbar-inverse .navbar-nav>.active>a:focus,
header.one-page.light .navbar-inverse .navbar-nav>.active>a:hover {
    background: transparent;
    color: #84ba3f;
}

header.one-page.light .navbar-inverse .navbar-collapse,
header.one-page.light .navbar-inverse .navbar-form {
    background: #ffffff;
}

header.one-page.light .navbar.affix {
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

header.one-page.light .navbar-inverse .navbar-nav.hover-effect-01>li>a {
    padding: 5px 10px;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

header.one-page.light .navbar-inverse .navbar-nav.hover-effect-01>li>a:hover,
header.one-page.light .navbar-inverse .navbar-nav.hover-effect-01>.active>a {
    -webkit-box-shadow: inset 178px 0px 0px 0px #84ba3f;
    -o-box-shadow: inset 178px 0px 0px 0px #84ba3f;
    -ms-box-shadow: inset 178px 0px 0px 0px #84ba3f;
    -moz-box-shadow: inset 178px 0px 0px 0px #84ba3f;
    box-shadow: inset 178px 0px 0px 0px #84ba3f;
    color: #fff;
    -webkit-transition: all 0.9s ease-in;
    -moz-transition: all 0.9s ease-in;
    -ms-transition: all 0.9s ease-in;
    -o-transition: all 0.9s ease-in;
    transition: all 0.9s ease-in;
}

.one-page.nav-center .navbar-collapse.collapse {
    text-align: center;
}

.one-page.nav-center .navbar-nav {
    float: none;
    display: inline-block;
}

.one-page.transparent {
    background: rgba(0, 12, 27, 0.5);
}

.one-page.transparent .navbar {
    margin-bottom: 0;
}


/*dark-text*/

.one-page.dark-text .navbar-inverse .navbar-nav>li>a {
    color: #323232;
}

.one-page.dark-text .navbar-inverse .navbar-nav>li>a:hover {
    color: #d12326;
}

.one-page.dark-text .navbar-inverse .navbar-nav>.active>a,
.one-page.dark-text .navbar-inverse .navbar-nav>.active>a:focus,
.one-page.dark-text .navbar-inverse .navbar-nav>.active>a:hover {
    color: #d12326;
}

.one-page.dark-text .navbar.affix {
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}


/*mega menu vertical*/

.vertical-menu .menu .menu-logo {
    padding: 50px 20px;
}

.vertical-menu .menu .mega-menu .menu-links>li>a {
    padding: 0 23px;
}

.vertical-menu .menu-widgets {
    padding: 20px;
}

@media (min-width: 992px) {
    .mega-menu {
        min-height: inherit;
    }
    .header.light .mega-menu {
        min-height: 90px;
    }
    .mega-menu>section.menu-list-items {
        float: none;
    }
    .mega-menu>section.menu-list-items>.container,
    .mega-menu>section.menu-list-items>.container>.row,
    .mega-menu>section.menu-list-items>.container>.row>div {
        height: 100%;
    }
    .mega-menu>section.menu-list-items .menu-bar {
        height: 100%;
    }
    .mega-menu>section.menu-list-items .menu-bar>ul {
        display: table !important;
        height: 100%;
    }
    .mega-menu>section.menu-list-items .menu-bar>ul>li {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
    .mega-menu .drop-down,
    .mega-menu .drop-down-tab-bar,
    .mega-menu .drop-down-multilevel {
        top: 100%;
    }
    .mega-menu>section.menu-list-items .search-cart {
        height: 100%;
    }
    .mega-menu>section.menu-list-items .search-cart .search {
        vertical-align: middle;
        display: table;
        height: 100%;
        float: left;
    }
     .formulario{
        margin: auto;
        width: 500px;

        border-radius: 2%;
    }
    h1{
    text-align: center;
    color: #1a2537;
    font-size: 40px;
}
   
    .header .search .search-btn {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        width: 10px;
        float: none;
        clear: both;
        height: 100%;
    }
    .search .search-btn:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .search-cart .shpping-cart {
        display: table;
        float: left;
        height: 100%;
    }
    .shpping-cart a {
        position: relative;
        display: table-cell;
        vertical-align: middle;
    }
    .shpping-cart strong.item {
        display: block;
        position: absolute;
        top: 50%;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -10px;
    }
    .cart {
        top: 100%;
    }
    .mega-menu>section.menu-list-items>.container-fluid,
    .mega-menu>section.menu-list-items>.container-fluid>.row,
    .mega-menu>section.menu-list-items>.container-fluid>.row>div {
        height: 100%;
    }
    .logo-center .mega-menu>section.menu-list-items .menu-bar>ul {
        height: auto;
    }
    .logo-center .mega-menu>section.menu-list-items .menu-bar>ul>li {
        display: inline-block;
    }
    .logo-center .mega-menu>section.menu-list-items .search-cart {
        height: auto;
    }
    .logo-center .mega-menu>section.menu-list-items .menu-bar {
        height: auto;
    }
    .logo-center .mega-menu .drop-down,
    .logo-center .mega-menu .drop-down-tab-bar,
    .logo-center .mega-menu .drop-down-multilevel {
        top: auto;
    }
    .logo-center .mega-menu .menu-links>li>a {
        line-height: 72px;
    }
    .logo-center.header .search .search-btn {
        line-height: 72px;
    }
    .logo-center .search-cart i.icon {
        line-height: 72px;
    }
    .logo-center .mega-menu.desktopTopFixed .menu-list-items .menu-links>li>a {
        line-height: 60px;
    }
    .logo-center .mega-menu.desktopTopFixed .search .search-btn {
        line-height: 60px;
    }
    .logo-center .mega-menu.desktopTopFixed .search-cart i.icon {
        line-height: 60px;
    }
    .logo-center .search .search-btn:before {
        top: inherit;
        transform: inherit;
    }
    .logo-center .search-cart .shpping-cart {
        float: right;
    }
    .vertical-menu .mega-menu>section.menu-list-items .menu-bar {
        height: auto;
    }
    .vertical-menu .mega-menu>section.menu-list-items .menu-bar>ul>li {
        display: block;
    }
    .search-cart .side-menu-icon {
        display: table;
        float: left;
        height: 100%;
    }
    .side-menu-icon .menu-icon {
        position: relative;
        display: table-cell;
        vertical-align: middle;
    }
    .header.light .mega-menu {
        min-height: 90px;
    }
    nav#menu.desktopTopFixed {
        min-height: 90px;
    }
}


/*************************************
   Slider (all home page main sliders )
 **************************************/

.rev-slider {
    overflow: hidden;
    position: relative;
}

.slotholder {
    filter: none !important;
}

.tp-half-one {
    opacity: 1 !important;
    visibility: visible !important;
    transform: inherit !important;
}


/*slider 01*/

#rev_slider_267_1_wrapper .tp-loader.spinner2 {
    background-color: #FFFFFF !important;
}

#rev_slider_267_1 .zeus.tparrows {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1)
}

#rev_slider_267_1 .zeus.tparrows:before {
    font-family: "revicons";
    font-size: 20px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative
}

#rev_slider_267_1 .zeus.tparrows.tp-leftarrow:before {
    content: "\e824"
}

#rev_slider_267_1 .zeus.tparrows.tp-rightarrow:before {
    content: "\e825"
}

#rev_slider_267_1 .zeus .tp-title-wrap {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 50%
}

#rev_slider_267_1 .zeus .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s
}

#rev_slider_267_1 .zeus.tp-rightarrow .tp-arr-imgholder {
    transform: translatex(100%);
    -webkit-transform: translatex(100%)
}

#rev_slider_267_1 .zeus.tparrows:hover .tp-arr-imgholder {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    opacity: 1
}

#rev_slider_267_1 .zeus.tparrows:hover .tp-title-wrap {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}


/*slider 02*/

#rev_slider_268_1_wrapper .tp-loader.spinner2 {
    background-color: #FFFFFF !important;
}

#rev_slider_268_1 .dione.tparrows {
    color: #000;
    height: 100%;
    width: 90px;
    background: transparent;
    background: rgba(0, 0, 0, 0);
    line-height: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

#rev_slider_268_1 .dione.tparrows:hover {
    background: rgba(0, 0, 0, 0.45)
}

#rev_slider_268_1 .dione .tp-arr-imgwrapper {
    width: 90px;
    left: 0px;
    position: absolute;
    height: 100%;
    top: 0px;
    overflow: hidden
}

#rev_slider_268_1 .dione.tp-rightarrow .tp-arr-imgwrapper {
    left: auto;
    right: 0px
}

#rev_slider_268_1 .dione .tp-arr-imgholder {
    background-position: center center;
    background-size: cover;
    width: 90px;
    height: 100%;
    top: 0px;
    visibility: hidden;
    transform: translatex(-50px);
    -webkit-transform: translatex(-50px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 0;
    left: 0px
}

#rev_slider_268_1 .dione.tparrows.tp-rightarrow .tp-arr-imgholder {
    right: 0px;
    left: auto;
    transform: translatex(50px);
    -webkit-transform: translatex(50px)
}

#rev_slider_268_1 .dione.tparrows:before {
    color: 255, 255, 255;
    position: absolute;
    line-height: 30px;
    margin-left: -22px;
    top: 50%;
    left: 50%;
    font-size: 30px;
    margin-top: -15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

#rev_slider_268_1 .dione.tparrows.tp-rightarrow:before {
    margin-left: 6px
}

#rev_slider_268_1 .dione.tparrows:hover:before {
    transform: translatex(-20px);
    -webkit-transform: translatex(-20px);
    opacity: 0
}

#rev_slider_268_1 .dione.tparrows.tp-rightarrow:hover:before {
    transform: translatex(20px);
    -webkit-transform: translatex(20px)
}

#rev_slider_268_1 .dione.tparrows:hover .tp-arr-imgholder {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    opacity: 1;
    visibility: visible
}


/*slider 03*/

#rev_slider_269_1_wrapper .tp-loader.spinner2 {
    background-color: #FFFFFF !important;
}


/*slider 04*/

#rev_slider_270_1_wrapper .tp-loader.spinner2 {
    background-color: #FFFFFF !important;
}

.hermes.tparrows {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 110px;
    position: absolute;
    display: block;
    z-index: 100
}

.hermes.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 110px;
    text-align: center;
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.hermes.tparrows.tp-leftarrow:before {
    content: "\e824"
}

.hermes.tparrows.tp-rightarrow:before {
    content: "\e825"
}

.hermes.tparrows.tp-leftarrow:hover:before {
    transform: translatex(-20px);
    -webkit-transform: translatex(-20px);
    opacity: 0
}

.hermes.tparrows.tp-rightarrow:hover:before {
    transform: translatex(20px);
    -webkit-transform: translatex(20px);
    opacity: 0
}

.hermes .tp-arr-allwrapper {
    overflow: hidden;
    position: absolute;
    width: 180px;
    height: 140px;
    top: 0px;
    left: 0px;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.hermes.tp-rightarrow .tp-arr-allwrapper {
    right: 0px;
    left: auto
}

.hermes.tparrows:hover .tp-arr-allwrapper {
    visibility: visible
}

.hermes .tp-arr-imgholder {
    width: 180px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 110px;
    transform: translatex(-180px);
    -webkit-transform: translatex(-180px);
    transition: all 0.3s;
    transition-delay: 0.3s
}

.hermes.tp-rightarrow .tp-arr-imgholder {
    transform: translatex(180px);
    -webkit-transform: translatex(180px)
}

.hermes.tparrows:hover .tp-arr-imgholder {
    transform: translatex(0px);
    -webkit-transform: translatex(0px)
}

.hermes .tp-arr-titleholder {
    top: 110px;
    width: 180px;
    text-align: left;
    display: block;
    padding: 0px 10px;
    line-height: 30px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    color: rgb(255, 255, 255);
    font-weight: 600;
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotatex(-90deg);
    transform: rotatex(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-sizing: border-box
}

.hermes.tparrows:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg)
}


/*slider 05*/

#rev_slider_271_1_wrapper .tp-loader.spinner2 {
    background-color: #FFFFFF !important;
}

.erinyen.tparrows {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%
}

.erinyen.tparrows:before {
    font-family: "revicons";
    font-size: 20px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative
}

.erinyen.tparrows.tp-leftarrow:before {
    content: "\e824"
}

.erinyen.tparrows.tp-rightarrow:before {
    content: "\e825"
}

.erinyen .tp-title-wrap {
    position: absolute;
    z-index: 1;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    min-height: 70px;
    line-height: 70px;
    top: 0px;
    margin-left: 0px;
    border-radius: 35px;
    overflow: hidden;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0
}

.erinyen.tparrows:hover .tp-title-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.erinyen.tp-rightarrow .tp-title-wrap {
    right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform-origin: 100% 50%;
    border-radius: 35px;
    padding-right: 20px;
    padding-left: 10px
}

.erinyen.tp-leftarrow .tp-title-wrap {
    padding-left: 20px;
    padding-right: 10px
}

.erinyen .tp-arr-titleholder {
    letter-spacing: 3px;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transform: translatex(200px);
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 13px;
    line-height: 70px;
    white-space: nowrap;
    padding: 0px 20px;
    margin-left: 11px;
    opacity: 0
}

.erinyen .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-size: cover
}

.erinyen .tp-arr-img-over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.51)
}

.erinyen.tp-rightarrow .tp-arr-titleholder {
    transform: translatex(-200px);
    margin-left: 0px;
    margin-right: 11px
}

.erinyen.tparrows:hover .tp-arr-titleholder {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    transition-delay: 0.1s;
    opacity: 1
}









/*mobile app*/

.hesperiden.tparrows {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%
}

.hesperiden.tparrows:hover {
    background: rgba(0, 0, 0, 1)
}

.hesperiden.tparrows:before {
    font-family: "revicons";
    font-size: 20px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 40px;
    text-align: center
}

.hesperiden.tparrows.tp-leftarrow:before {
    content: "\e82c";
    margin-left: -3px
}

.hesperiden.tparrows.tp-rightarrow:before {
    content: "\e82d";
    margin-right: -3px
}


/*construction*/

#rev_slider_263_1_wrapper .tp-loader.spinner2 {
    background-color: #FFFFFF !important;
}


/*spa*/

#rev_slider_292_1_wrapper .tp-loader.spinner4 {
    background-color: #e9457a !important;
}



/* portfolio-banner*/

.portfolio-banner h1 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 600;
}

.portfolio-banner .slider-content {
    background: #ffffff;
    width: 50%;
    margin: 0 auto;
    padding: 60px 30px;
    box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.02);
}

.portfolio-banner .slider-content span {
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 18px;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}

.portfolio-banner .slider-content span i {
    line-height: 20px;
}

.portfolio-banner .slider-content h1 {
    font-size: 70px;
    margin-bottom: 0;
}


/*************************************
                Background
 **************************************/


/*images background*/

.white-bg {
    background: #fff;
}

.gray-bg {
    background: #f7f7f7;
}

.dark-gray-bg {
    background: #666666;
}

.theme-bg {
    background: #84ba3f;
}

.black-bg {
    background: #323232;
}

.dark-theme-bg {
    background: #050801;
}

.bg-overlay-black-10:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-20:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-30:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-40:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-50:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-60:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-70:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-80:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-90:before {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-10:before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-20:before {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-30:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-40:before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-50:before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-60:before {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-70:before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-80:before {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-90:before {
    background: rgba(255, 255, 255, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-theme-20:before {
    background: rgba(132, 186, 63, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-theme-50:before {
    background: rgba(132, 186, 63, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-theme-70:before {
    background: rgba(132, 186, 63, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-theme-90:before {
    background: rgba(132, 186, 63, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-10,
.bg-overlay-black-20,
.bg-overlay-black-30,
.bg-overlay-black-40,
.bg-overlay-black-50,
.bg-overlay-black-60,
.bg-overlay-black-70,
.bg-overlay-black-80,
.bg-overlay-black-90,
.bg-overlay-white-10,
.bg-overlay-white-20,
.bg-overlay-white-30,
.bg-overlay-white-40,
.bg-overlay-white-50,
.bg-overlay-white-60,
.bg-overlay-white-70,
.bg-overlay-white-80,
.bg-overlay-white-90,
.bg-overlay-theme-20,
.bg-overlay-theme-50,
.bg-overlay-theme-70,
.bg-overlay-theme-90 {
    position: relative;
}


/*************************************
        home page section
 **************************************/

.our-service-home {
    padding-bottom: 230px;
}

.custom-content {
    margin-top: -220px;
    background: #84ba3f;
    position: relative;
    z-index: 9;
    padding: 50px;
}




/*************************************
               Portfolio single page
**************************************/



/*************************************
            Our Blog
 **************************************/
#hexGrid {
  display: flex;
  flex-wrap: wrap;
  width: 110%;
  margin: 0 auto;
  overflow: hidden;
  list-style-type: none;
}



/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
@media (min-width:1201px) { /* <- 5-4  hexagons per row */




  #hexGrid{
       max-width: 110%;
    padding-bottom: 4.4%
  }
  .hex {
    width:39%; /* = 100 / 5 */
  }
  
     .hex:nth-child(n+6){ /* first hexagon of even rows */
    margin-left:10.666%;  /* = width of .hex / 2  to indent even rows */
  }
}


@media (max-width: 900px) and (min-width:601px) { /* <- 3-2  hexagons per row */
  #hexGrid{
       max-width: 150%;
    padding-bottom: 7.4%
  }
  .hex {
    width: 33.333%; /* = 100 / 3 */
  }
  .hex:nth-child(5n+4){ /* first hexagon of even rows */
    margin-left:16.666%;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 600px) { /* <- 2-1  hexagons per row */

img {
    max-width: 100%;
}


  #hexGrid{
    padding-bottom: 11.2%
  }


}

@media (max-width: 400px) {

img {
    max-width: 90%;
}


    #hexGrid {
        font-size: 5px;
    }
}











/* Helper class
------------------------------------------------------------------------------- */

.m-right {
    float: right;
}

.m-left {
    float: left;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

@media only screen and (min-width: 1023px) {
    .p0 {
        padding: 0;
    }
}

.m0 {
    margin: 0;
}

.p10 {
    padding-top: 10px;
}

.col-50 {
    width: 50%;
}


/* Layout blocks
------------------------------------------------------------------------------- */

body {
    position: relative;
    width: 100%;
    background: #f2f2f3;
    line-height: 1.4;
    overflow-x: hidden;
}

a,
button {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.inline-b {
    display: inline-block;
    width: 100%;
}


/* Main content
------------------------------------------------------------------------------- */

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.coast {
    position: absolute;
    right: 60px;
    top: 40px;
    width: 120px;
    text-align: right;
    letter-spacing: 0.8px;
    color: #737882;
    text-transform: uppercase;
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .coast {
        right: 20px;
        top: 10px;
    }
}

.coast--sticky {
    position: fixed;
    top: 10px;
    z-index: 200;
    right: 60px;
    transform: translateY(-60px);
    transition: all 1s ease;
}

@media only screen and (max-width: 480px) {
    .coast--sticky {
        right: 15px;
        top: 10px;
    }
}

.coast__txt {
    color: #f7706f;
    font-size: 28px;
    display: block;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .coast__txt {
        font-size: 16px;
    }
}

.coast__txt--sticky {
    font-size: 16px;
}

.logo-sticky {
    display: none;
    position: fixed;
    top: 5px;
    left: 60px;
    background: url("../img/logo_scroll_mob-compressor.svg") no-repeat;
    width: 180px;
    height: 50px;
    transform: translateY(-60px);
    transition: all 1s ease;
    z-index: 200;
    cursor: pointer;
}

.logo-sticky a {
    width: 100%;
    height: 100%;
    display: block;
}

@media only screen and (max-width: 480px) {
    .logo-sticky {
        top: 10px;
        left: 10px;
    }
}

.logo {
    display: inline-block;
    background: url("../img/logo_first.svg") no-repeat;
    width: 180px;
    height: 50px;
    margin-top: 40px;
    margin-left: 60px;
}

@media only screen and (max-width: 768px) {
    .logo {
        width: 180px;
        height: 50px;
        margin-top: 5px;
        margin-left: 20px;
        background: url("../img/logo_scroll_mob-compressor.svg") no-repeat;
    }
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.btn {
    font-size: 18px;
    font-weight: 400;
    border-radius: 8px;
    text-align: center;
    color: #fff;
}

.btn a {
    color: #fff;
}

.btn a:hover {
    color: #fff;
}

.btn:focus {
    color: #fff;
    text-decoration: none;
}

.btn:hover {
    color: #fff;
}

.btn--gocalculate {
    background-color: #ed706f;
    padding: 16px 33px;
    margin-top: 82px;
}

.btn--gocalculate:hover {
    background-color: #e74342;
    color: #fff;
}

.btn--getdetails {
    padding: 18px 17px 16px 17px;
    background-color: rgba(0, 0, 0, 0.8);
    min-width: 220px;
    text-align: center;
    margin-top: 40px;
}

.btn--getdetails:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.btn--submit {
    height: 60px;
    background-color: #ed706f;
    border-radius: 8px;
    width: 100%;
    color: #fff;
}

.btn--submit:hover {
    background-color: #e52c2b;
    color: #fff;
}

.grapth {
    display: block;
    margin: 0 auto;
    background: url("../img/graph.png") 0 0 no-repeat;
    background-size: cover;
    width: 879px;
    min-height: 791px;
    margin-top: 54px;
}

@media only screen and (max-width: 879px) {
    .grapth {
        max-width: 100%;
        min-height: 714px;
        background: url("../img/graph.png") center 80px no-repeat;
        background-size: contain;
    }
}

@media only screen and (max-width: 480px) {
    .grapth {
        min-height: 514px;
    }
}


/*for retina */

.normal-img {
    display: inline;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) and (min-width: 1023px) {
    .normal-img {
        display: none;
    }
}

.retina-img {
    display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) and (min-width: 1023px) {
    .retina-img {
        display: block;
    }
}

.calculator-header {
    width: 100%;
    display: inline-block;
    background-color: #262626;
    padding-bottom: 50px;
}

@media only screen and (min-width: 1023px) {
    .calculator-header {
        height: 900px;
    }
}

.calculator-header .container {
    position: relative;
}

.calculator-header__containertxt {
    position: absolute;
    top: 180px;
    padding-right: 30px;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .calculator-header__containertxt {
        text-align: left;
        top: 280px;
    }
}

.calculator-header__title {
    font-family: "Roboto", sans-serif, "Times New Roman", Times;
    font-size: 52px;
    font-weight: 400;
    color: white;
    width: 100%;
    text-align: right;
    padding-bottom: 8px;
}

@media only screen and (max-width: 1023px) {
    .calculator-header__title {
        text-align: center;
    }
}

@media only screen and (min-width: 480px) {
    .calculator-header__title {
        font-size: 72px;
    }
}

.calculator-header__subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .calculator-header__subtitle {
        text-align: right;
        padding-left: 50px;
    }
}

.calculator-header__img {
    display: none;
    position: absolute;
    right: 0px;
    top: 200px;
}

.calculator-header__img.retina-img {
    max-width: 410px;
}

@media only screen and (max-width: 410px) {
    .calculator-header__img.retina-img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1023px) {
    .calculator-header__img {
        display: block;
    }
}

.calculator {
    background-color: #f2f2f3;
    padding-top: 100px;
}

@media only screen and (min-width: 480px) {
    .calculator {
        padding-top: 200px;
    }
}

.calculator__title {
    font-family: "Roboto", sans-serif, "Times New Roman", Times;
    font-size: 30px;
    font-weight: 300;
    color: #262626;
    padding-bottom: 15px;
    transform: translateY(10px);
    transition: all 1s ease-out;
}

@media only screen and (min-width: 480px) {
    .calculator__title {
        font-size: 40px;
    }
}

.calculator__subtitle {
    color: #818792;
    font-size: 18px;
    transform: translateY(10px);
    transition: all 1s ease-out 0.1s;
}

@media only screen and (min-width: 1024px) {
    .calculator__containertxt {
        padding-top: 150px;
    }
}

@media only screen and (max-height: 846px) {
    .calculator__containertxt {
        padding-top: 0px;
    }
}

.question-list {
    padding-top: 90px;
}

@media only screen and (min-width: 480px) {
    .question-list {
        padding-top: 130px;
    }
}
/*****
 * .question es para el cuestionario 
 **/
.question {
    margin-bottom: 25px;
    transition: all 1.15s ease-out;
}

.question-item__label:first-child {
    margin-left: 10px;
}

@media only screen and (min-width: 768px) {
    .question-item__label:first-child {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 1023px) {
    .question-item__label:first-child {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 1023px) {
    .question-item__label:nth-child(4n+1) {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .question-item__label {
        margin-left: 20px;
    }
}

.question-item__label.active {
    background-color: #23cfa6;
    border: 2px solid #23cfa6;
    border-radius: 20px;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.question-item__label:hover {
    border: 2px solid #23cfa6;
}

.get-details {
    background: #fff;
    text-align: center;
    min-height: 600px;
}

@media only screen and (min-width: 1023px) {
    .get-details {
        min-height: 900px;
        text-align: left;
    }
}

.get-details .container {
    position: relative;
}

.get-details__title {
    font-family: "Roboto", sans-serif, "Times New Roman", Times;
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 20px;
}

.get-details__subtitle {
    color: #818792;
    font-size: 18px;
    padding-bottom: 60px;
    padding-right: 20px;
}

.get-details__img {
    display: block;
    margin: 0 auto;
    background: url("../img/graph_2.png") center 0 no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 320px;
    margin-top: 80px;
}

@media only screen and (min-width: 480px) {
    .get-details__img {
        min-height: 480px;
    }
}

@media only screen and (min-width: 768px) {
    .get-details__img {
        min-height: 680px;
    }
}

@media only screen and (min-width: 880px) {
    .get-details__img {
        width: 880px;
        min-height: 797px;
    }
}

@media only screen and (min-width: 1023px) {
    .get-details__img {
        width: 880px;
        min-height: 797px;
        background: url("../img/graph_2.png") 0 0 no-repeat;
        background-size: cover;
    }
}

.get-details__contenttxt {
    position: absolute;
    left: 0;
    top: 120px;
}

@media only screen and (min-width: 768px) {
    .get-details__contenttxt {
        top: 250px;
    }
}

@media only screen and (min-width: 1023px) {
    .get-details__contenttxt {
        top: 320px;
    }
}

.final-coast {
    font-family: "Roboto", sans-serif, "Times New Roman", Times;
    font-size: 72px;
    font-weight: 400;
    color: #f7706f;
}

.wrap-calculator {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    background: #fff;
}

.top-calculator {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
    height: 60px;
    background: #f2f2f3;
}

.contactus {
    padding: 100px 0;
    width: 100%;
}

.contactus__form {
    width: 300px;
    margin: 0 auto;
}

.contactus__title {
    font-family: "Roboto", sans-serif, "Times New Roman", Times;
    font-size: 40px;
    text-align: center;
    padding-bottom: 20px;
}

.contactus__subtitle {
    color: #818792;
    font-size: 18px;
    text-align: center;
    padding-bottom: 60px;
}

.contactus__label {
    margin-bottom: 21px;
    position: relative;
}

.contactus__input {
    width: 100%;
}

.contactus__textarea {
    height: 120px;
    padding: 16px;
}

span.error,
.error-msg {
    position: absolute;
    color: #ed706f;
    left: 0;
    top: 105%;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.question-item span.error,
.question-item .error-msg {
    font-size: 13px;
    left: -260px;
    top: 104%;
    font-weight: bold;
}

@media only screen and (max-width: 1199px) {
    .question-item span.error,
    .question-item .error-msg {
        left: -240px;
    }
}

@media only screen and (max-width: 1022px) {
    .question-item span.error,
    .question-item .error-msg {
        left: -280px;
    }
}

@media only screen and (max-width: 991px) {
    .question-item span.error,
    .question-item .error-msg {
        left: -210px;
    }
}

@media only screen and (max-width: 918px) {
    .question-item span.error,
    .question-item .error-msg {
        left: -250px;
    }
}

@media only screen and (max-width: 768px) {
    .question-item span.error,
    .question-item .error-msg {
        left: 0px;
    }
}

span.error {
    opacity: 0;
}

.first-invalid span.error {
    opacity: 1;
}

.iti-flag {
    background-image: url("../img/flags.png");
}

.intl-tel-input {
    width: 100%;
}

.hide {
    display: none;
}

.loader__line-left,
.loader__line-right {
    position: fixed;
    width: 60px;
    z-index: 2;
    display: none;
}

@media only screen and (min-width: 920px) {
    .loader__line-left,
    .loader__line-right {
        width: 50px;
    }
}

@media only screen and (min-width: 1100px) {
    .loader__line-left,
    .loader__line-right {
        display: block;
        width: 60px;
    }
}

.loader__line-left {
    height: 0;
    left: 0;
    bottom: 0;
    background: #fff;
}

.loader__line-right {
    background: #fff;
    right: 0;
    height: 0;
    top: 0;
}

.loader__line-bottom {
    margin: auto;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 0;
    right: 0;
    height: 60px;
    z-index: 99;
}

.loader__line-top {
    margin: auto;
    top: 0;
    background: #fff;
    position: fixed;
    left: 0;
    width: 0;
    height: 60px;
    z-index: 100;
}

.loader__sticker {
    height: 100%;
    width: 100%;
    z-index: 1;
    margin: auto;
    background: #f2f2f3;
    position: absolute;
}

.wrap-calculator .loader__line-bottom,
.wrap-calculator .loader__line-top,
.wrap-calculator .loader__line-right,
.wrap-calculator .loader__line-left,
.wrap-calculator .loader__sticker,
.wrap-calculator .footer,
.wrap-calculator .logo-sticky,
.wrap-calculator .coast--sticky,
.wrap-calculator .aside-navigation,
.wrap-calculator .section-name {
    display: none;
}

.wrap-calculator.is-active .loader__line-top,
.wrap-calculator.is-active .footer,
.wrap-calculator.is-active .logo-sticky,
.wrap-calculator.is-active .coast--sticky {
    display: block;
}

@media only screen and (max-width: 1023px) {
    .wrap-calculator.is-active .logo-sticky,
    .wrap-calculator.is-active .coast--sticky,
    .wrap-calculator.is-active .loader__line-top {
        transform: translateY(0px);
    }
    .wrap-calculator.is-active .loader__line-top {
        width: 100%;
    }
}

.wrap-calculator.is-active .loader__line-bottom,
.wrap-calculator.is-active .loader__line-right,
.wrap-calculator.is-active .loader__line-left,
.wrap-calculator.is-active .loader__sticker,
.wrap-calculator.is-active .section-name,
.wrap-calculator.is-active .aside-navigation {
    display: block;
}

@media only screen and (max-width: 1023px) {
    .wrap-calculator.is-active .loader__line-right,
    .wrap-calculator.is-active .loader__line-left,
    .wrap-calculator.is-active .loader__sticker,
    .wrap-calculator.is-active .loader__line-bottom,
    .wrap-calculator.is-active .section-name,
    .wrap-calculator.is-active .aside-navigation {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .wrap-calculator .section-name.fade-in-x {
        display: none;
    }
}

.footer-text,
.footer__terms,
.footer-nav__href {
    color: #818792;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: 12px;
}

.footer {
    width: 100%;
    bottom: 0;
    background: transparent;
    z-index: 100;
    padding: 22px 20px 20px 20px;
    transition: all 2s ease;
    bottom: 1px;
    text-align: center;
}

@media only screen and (min-width: 1023px) {
    .footer {
        text-align: left;
        position: fixed;
        height: 60px;
    }
}

@media only screen and (min-width: 1023px) {
    .footer {
        transform: translateY(60px);
        opacity: 0;
        padding: 22px 80px 20px 80px;
    }
}

.footer__terms {
    padding-top: 20px;
    padding-top: 20px;
}

@media only screen and (min-width: 1023px) {
    .footer__terms {
        padding-top: 0;
        float: right;
    }
}

.footer-nav {
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .footer-nav {
        width: 100%;
    }
}

.footer-nav__item {
    display: block;
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
}

@media only screen and (min-width: 480px) {
    .footer-nav__item {
        padding-bottom: 0;
        display: inline-block;
        padding-right: 69px;
    }
}

.footer-nav__item:last-child {
    padding-right: 0;
}

.footer-nav__item:last-child .footer-nav__href:after {
    display: none;
}

.footer-nav__href {
    position: relative;
    cursor: pointer;
}

.footer-nav__href:hover {
    color: #818792;
}

@media only screen and (min-width: 480px) {
    .footer-nav__href:after {
        position: absolute;
        right: -38px;
        height: 15px;
        width: 1px;
        background: #ed706f;
        content: "";
        top: 2px;
    }
}

.section-name {
    position: fixed;
    left: -31px;
    top: 20%;
    margin-top: -60px;
    opacity: 0;
    z-index: 200;
    color: rgba(0, 0, 0, 0.3);
    font-size: 13px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 16px;
    width: 120px;
    transform: translateX(-100px) rotate(-90deg);
    transition: all 2s ease;
    text-align: center;
}

.section-name__item {
    display: none;
}

.section-name__item.active {
    display: block;
}

.aside-navigation {
    position: fixed;
    right: 25px;
    top: 50%;
    margin-top: -45px;
    font-size: 13px;
    opacity: 0;
    z-index: 200;
}

.aside-navigation__item {
    cursor: pointer;
    position: relative;
}

.aside-navigation__href {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
}

.aside-navigation__href.active {
    width: 10px;
    height: 10px;
    background: #ed706f;
    position: relative;
    left: -1px;
}

.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-x {
    opacity: 1;
    transform: translateX(0) rotate(-90deg);
}

.has-error {
    width: 100%;
    display: inline-block;
    color: #ed706f;
    font-family: "Poppins", sans-serif;
    display: none;
}

.message {
    width: 100%;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    display: none;
}

.modal-window {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 8000;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.modal-window.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.modal-window__p {
    font-size: 16px;
    padding: 10px 0;
}

.modal-window__p--error {
    font-size: 16px;
    padding: 20px 0;
    display: none;
}

.modal-window-container {
    position: relative;
    width: 90%;
    max-width: 700px;
    min-height: 180px;
    padding: 28px;
    margin: 20% auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

@media only screen and (max-width: 768px) {
    .modal-window-container {
        max-width: 80%;
    }
}

@media only screen and (max-width: 1200px) {
    .modal-window-container {
        margin: 30% auto 0 auto;
    }
}

.modal-window__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 9999;
}

.modal-window__close:before,
.modal-window__close:after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.modal-window__close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.modal-window__close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .modal-window-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.red {
    border: 1px solid red !important;
}

.legacy {
    padding: 100px 0;
    margin: 0 auto;
    max-width: 1000px;
}

.legacy__p {
    font-size: 14px;
    padding: 7px 20px;
}

.legacy__list {
    padding: 10px 0;
}

.legacy__list li {
    padding-left: 35px;
}

.control {
    padding-top: 20px;
    padding-bottom: 30px;
}

.control--checkbox {
    padding-left: 15px;
}

.control__col {
    margin-bottom: 20px;
    position: relative;
}

.control__col:hover .control__item {
    border: 1px solid #ed706f;
}

.control__title {
    color: #818792;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 28px;
    width: 100%;
}

.control__radio {
    position: absolute;
    opacity: 0;
}

.control .control__radio+.control__label {
    color: #383838;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}

.control .control__radio+.control__label .control__item {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -2px 20px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.control .control__radio+.control__label .control__item {
    background-color: #fbfdff;
    border: 1px solid #818792;
}

.control .control__radio:checked+.control__label .control__item {
    color: #ed706f;
    position: relative;
    border: 1px solid #818792;
}

.control .control__radio+.control__label .control__item,
.control .control__radio:checked+.control__label .control__item {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.control .control__radio:checked+.control__label .control__item:before {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    content: " ";
    background: #ed706f;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 5px;
}

.privacycheckbox {
    width: 300px;
    margin: 0 auto 60px;
    font-size: 14px;
}

label.checkbox-restyle {
    width: 20px;
    height: 20px;
    display: block;
    background: url("/img/checkbox.png") 0px;
    cursor: pointer;
    float: left;
    margin: 0;
}
p {text-align:justify;
}
li {
padding-left: 15px;
}
label.checkbox-restyle span {
    padding-left: 25px;
    color: #5d5d5d;
    display: inline-block;
}

input[type="checkbox"].checkbox-restyle {
    position: absolute;
    opacity: 0;
}

input[type="checkbox"].checkbox-restyle:checked+label {
    background: url("/img/checkbox.png") -40px 0px;
}

input[type="checkbox"].checkbox-restyle[disabled]+label {
    background: url("/img/checkbox.png") -60px 0px;
}

input[type="checkbox"].checkbox-restyle:checked[disabled]+label {
    background: url("/img/checkbox.png") -20px 0px;
}

.checkbox_label_policy {
    color: #f7706f;
    padding-left: 10px;
    float: left;
    width: 280px;
    margin-bottom: 40px;
}

.checkbox_label_policy:hover {
    color: #f7706f;
    text-decoration: underline !important;
}

.js-changed textarea:required:invalid,
.js-changed input:required:invalid {
    border: 2px solid #c3353d !important;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #f9f4f4;
    padding-right: 30px;
}

.js-changed textarea:required:valid,
.js-changed input:required:valid {
    border: 2px solid #71ac83 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px'%0Awidth='30' height='30'%0AviewBox='0 0 172 172'%3E%3Cg%3E%3Cpath d='M123.93294,52.26628l-48.62695,48.68294l-20.07226,-20.01627l-10.13411,10.13411l30.22037,30.15039l58.74707,-58.81706z' fill='%234caf50'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #eef4ed;
    padding-right: 30px;
}

.js-error {
    color: #ed706f;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.js-error-hide {
    opacity: 0;
}

#phone-error {
    top: 137%;
}


/*--- footer ------------------------------------------------------------------ */
.modal1{
    display: block !important;
}

.modal-body1{
  height: 250px;
  overflow-y: auto;
}
.modalDialog1 {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog1:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog1 > div {
    width: 900px;
    position: relative;
    margin: 10% auto;
    padding: 50px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }
****

.gallery-conta{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 10px;
    padding: 20px;

}
.gallery__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery__item:nth-child(4){
    grid-column-start: span 2;
    }

    ********

h1 {
  margin: 0;
  font-size: 8em;
  padding: 0;
  color: white;
  text-shadow: 0 0.1em 20px black, 0.05em -0.03em 0 black, 0.05em 0.005em 0 black, 0em 0.08em 0 black, 0.05em 0.08em 0 black, 0px -0.03em 0 black, -0.03em -0.03em 0 black, -0.03em 0.08em 0 black, -0.03em 0 0 black;
}
h1 span {
  transform: scale(0.9);
  display: inline-block;
}
h1 span:first-child {
  -webkit-animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
          animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}
h1 span:last-child {
  -webkit-animation: bopB 1s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
          animation: bopB 1s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}

@-webkit-keyframes bop {
  0% {
    transform: scale(0.9);
  }
  50%, 100% {
    transform: scale(1);
  }
}

@keyframes bop {
  0% {
    transform: scale(0.9);
  }
  50%, 100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bopB {
  0% {
    transform: scale(0.9);
  }
  80%, 100% {
    transform: scale(1) rotateZ(-3deg);
  }
}
@keyframes bopB {
  0% {
    transform: scale(0.9);
  }
  80%, 100% {
    transform: scale(1) rotateZ(-3deg);
  }
}

