body {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    color: #333;
}

@-webkit-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}

.h1,
h1 {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 10px;
}

.h2,
h2 {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-top: 0;
    margin-bottom: 20px;
}

.info_main_title {
    font-weight: bold;
    font-family: Russo One, Helvetica, Arial, sans-serif;
    font-size: 40px;
}

.main_logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.h3,
h3 {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.h4,
h4 {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.lead,
p {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

b,
strong {
    font-weight: 700;
}

.font-weight-200 {
    font-weight: 200;
}

.wrap-line {
    margin: 20px 0 50px 0;
    position: relative;
}

.wrap-line:before {
    position: absolute;
    width: 40px;
    height: 1px;
    bottom: -30px;
    left: 50%;
    margin-left: -20px;
    content: "";
    border-bottom: 1px solid;
}

.icon {
    line-height: 1;
}

.icon:before {
    vertical-align: bottom;
}

.icon-sm {
    font-size: 24px;
}

.icon-lg {
    font-size: 34px;
}

.text-color {
    color: #00acc1;
}

.text-white {
    color: #fff;
}

.text-light {
    color: #aaa;
}

.text-grey {
    color: #444;
}

.bg-color {
    background-color: #00acc1;
}

.bg-white {
    background-color: #fff;
}

.bg-white-09 {
    background-color: rgba(255, 255, 255, 0.9);
}

.bg-black {
    background-color: #000;
}

.bg-solid-color {
    background-color: #1f64c5;
}

.bg-dark {
    background-color: #333;
}

.bg-light {
    background-color: #aaa;
}

.bg-bubble-color {
    background-color: #00457c;
}

.bg-square-color {
    background-color: #5e35b1;
}

a {
    color: #333;
    text-decoration: none;
}

a > i {
    margin: 0 7px;
}

a:active,
a:focus,
a:hover {
    color: #000;
    text-decoration: underline;
    outline: 0;
}

a.social_link {
    border: 2px solid #ffffff;
    border-radius: 25px;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
}

a.link-white,
a.link-white:active,
a.link-white:focus,
a.link-white:hover {
    color: #fff;
}

a.link-light,
a.link-light:active,
a.link-light:focus,
a.link-light:hover {
    color: #fff;
}

.btn-row {
    margin-left: -5px;
    margin-right: -5px;
}

.btn,
a.btn {
    display: inline-block;
    margin: 0 5px;
    padding: 14px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    transition: background 0.3s ease-in-out;
}

.btn i {
    margin-right: 15px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.input-group-btn:last-child > .btn {
    margin: 0 !important;
    padding: 12px 13px 13px 13px;
    line-height: 1.392;
    border: none;
}

.input-group-btn:last-child > .btn i,
.input-group-btn:last-child > .btn-group i {
    margin: 0 !important;
}

.btn.btn-dark,
a.btn.btn-dark {
    color: #fff;
    background-color: #333;
}

.btn.btn-dark:active,
.btn.btn-dark:focus,
.btn.btn-dark:hover,
a.btn.btn-dark:active,
a.btn.btn-dark:focus,
a.btn.btn-dark:hover {
    color: #fff;
    background-color: #194177;
    box-shadow: none;
}

.btn-color,
a.btn-color {
    background-color: #194177;
    color: #fff;
}

.btn.btn-color:active,
.btn.btn-color:focus,
.btn.btn-color:hover,
a.btn.btn-color:active,
a.btn.btn-color:focus,
a.btn.btn-color:hover {
    color: #334867;
    background-color: #fff;
}

.btn-white,
a.btn-white {
    color: #333;
    background-color: #fff;
}

.btn.btn-white:active,
.btn.btn-white:focus,
.btn.btn-white:hover,
a.btn.btn-white:active,
a.btn.btn-white:focus,
a.btn.btn-white:hover {
    color: #333;
    background-color: #fff;
}

.btn.btn-border-white,
a.btn.btn-border-white {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.btn.btn-border-white:active,
.btn.btn-border-white:focus,
.btn.btn-border-white:hover,
a.btn.btn-border-white:active,
a.btn.btn-border-white:focus,
a.btn.btn-border-white:hover {
    color: #333;
    background-color: #fff;
    border: 1px solid #fff;
}

.form-control {
    height: 50px;
    padding: 15px 0 13px 0;
    margin: 0 auto;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: transparent;
    color: #333;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    -webkit-appearance: none;
    outline: 0;
}

.form-control-custom {
    border: 0;
    height: 2px;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-control:focus {
    border-color: #333;
    box-shadow: none;
    outline: 0;
}

textarea.form-control {
    overflow: hidden;
    display: block;
    resize: none;
}

.form-group {
    margin-bottom: 25px;
}

.form-group,
.input-group {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    transition: width 0.5s ease-in-out;
}

.focus.form-group,
.focus.input-group {
    width: 100%;
}

input:focus::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.form-control.form-control-light {
    color: #aaa;
    border-color: #aaa;
}

.form-control.form-control-light:-moz-placeholder {
    color: #aaa;
}

.form-control.form-control-light::-moz-placeholder {
    color: #aaa;
}

.form-control.form-control-light:-ms-input-placeholder {
    color: #aaa;
}

.form-control.form-control-light::-webkit-input-placeholder {
    color: #aaa;
}

.form-control.form-control-dark {
    color: #333;
    border-color: #333;
}

.form-control.form-control-dark:-moz-placeholder {
    color: #333;
}

.form-control.form-control-dark::-moz-placeholder {
    color: #333;
}

.form-control.form-control-dark:-ms-input-placeholder {
    color: #333;
}

.form-control.form-control-dark::-webkit-input-placeholder {
    color: #333;
}

.error .form-control:-moz-placeholder {
    color: #c0392b;
}

.error .form-control::-moz-placeholder {
    color: #c0392b;
}

.error .form-control:-ms-input-placeholder {
    color: #c0392b;
}

.error .form-control::-webkit-input-placeholder {
    color: #c0392b;
}

.error .form-control {
    color: #c0392b;
}

#message-contact,
#message-newsletter {
    display: none;
}

.message-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1030;
}

.map + .message-wrapper {
    bottom: 400px;
}

.message-wrapper.fixed {
    position: fixed;
}

.message {
    padding: 15px;
    background-color: #333;
}

.error.message {
    background-color: #c0392b;
}

.message {
    background-color: #2e7d32;
}

label.message-text {
    margin-bottom: 0;
}

.message-text {
    margin-left: 15px;
    font-weight: 400;
}

.vert-middle {
    min-height: 700px;
    height: 100%;
    align-items: center;
    display: flex;
}

.vert-middle > div {
    width: 100%;
    vertical-align: middle;
}

.p-t-b-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-t-b-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-t-b-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-t-b-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-t-b-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-t-b-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.arrow-wrapper {
    padding: 30px;
}

.navbar-wrapper {
    height: 60px;
    position: relative;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
}

.navbar-links {
    float: right;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.navbar-links ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.navbar-links li {
    float: left;
    opacity: 0;
    transform: translate(100%, 0);
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.navbar-links .nav > li > a {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.navbar-links .nav > li {
    margin: 20px 15px;
}

.navbar-links .nav > li > a:hover {
    background-color: transparent;
}

.navbar-links .nav > li.active > a {
    border-bottom: 1px solid #fff;
}

.full-info .navbar-links li {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

header {
    display: none;
}

.navbar-button {
    position: relative;
    float: right;
    width: 25px;
    height: 19px;
    margin: 22px 5px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.navbar-button span {
    position: absolute;
    left: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
    border-radius: 9px;
    opacity: 1;
    transform: rotate(0);
    transition: 0.25s ease-in-out;
}

.navbar-button span:nth-child(1) {
    top: 0;
}

.navbar-button span:nth-child(2) {
    top: 7px;
}

.navbar-button span:nth-child(3) {
    top: 14px;
}

.navbar-open .navbar-button span:nth-child(1) {
    top: 7px;
    transform: rotate(135deg);
}

.navbar-open .navbar-button span:nth-child(2) {
    left: -40px;
    opacity: 0;
}

.navbar-open .navbar-button span:nth-child(3) {
    top: 7px;
    transform: rotate(-135deg);
}

.section-overlay {
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 700px;
    width: 100%;
    z-index: -100;
}

#page-particle + .section-overlay,
.page-amplitude-wrapper + .section-overlay {
    z-index: 0;
}

.section-overlay.youtube {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
}

.section-overlay.media {
    z-index: -250;
}

.section-overlay img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
}

.overlay-opacity {
    opacity: 0.3;
}

.overlay-opacity-2 {
    opacity: 0.4;
}

.overlay-opacity-3 {
    opacity: 0.6;
}

.page-image {
    background: url(../images/background_uniforme.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 700px;
}

.page-image-min {
    background: url(../images/page-image-2.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 700px;
}

.page-image-ripple {
    background: url(../images/page-image-3.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 700px;
}

.page-image-full {
    background: url(../images/page-image-4.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 700px;
}

.page-image-bw {
    background: url(../images/page-image-bw.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 700px;
}

.page-slide {
    height: 100vh;
    width: 100%;
    min-height: 700px;
}

.page-slide-1 {
    background: url(../images/page-slide-1.jpg) no-repeat center center;
    background-size: cover;
}

.page-slide-2 {
    background: url(../images/page-slide-2.jpg) no-repeat center center;
    background-size: cover;
}

.page-slide-3 {
    background: url(../images/page-slide-3.jpg) no-repeat center center;
    background-size: cover;
}

body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide,
body.vegas-container > .vegas-timer {
    z-index: -800;
}

.page-amplitude-wrapper {
    position: absolute;
    top: 0;
    height: 100vh;
    min-height: 700px;
    width: 100%;
    display: table;
    z-index: -250;
}

.page-amplitude {
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    margin: 0 auto;
}

.loader {
    position: fixed;
    z-index: 1200;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: opacity 1s linear;
}

.fade-out.loader {
    opacity: 0;
}

.fade-out .loader-inner {
    display: none;
}

.ball-scale-ripple-multiple-color > div {
    border-color: #00acc1;
}

.ball-scale-ripple-multiple-bw > div {
    border-color: #fff;
}

.ball-pulse-sync > div,
.ball-pulse > div {
    width: 10px;
    height: 10px;
    margin: 5px;
}

.button-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 100;
    background-color: transparent;
    border: none;
    padding: 0;
    line-height: 0;
}

.button-control {
    float: left;
    margin: 15px 5px;
    padding: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    line-height: 1;
    border: 0;
    cursor: pointer;
    z-index: 100;
}

.modal.modal-scale.fade .modal-dialog {
    display: table;
    height: 100%;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    transform-origin: center;
    margin: 0 auto;
    opacity: 0.1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.modal.modal-scale .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}

.modal.modal-scale.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.modal-content {
    padding: 50px 80px;
    border-radius: 0;
    border: 0;
}

.modal-backdrop.in {
    opacity: 0.2;
}

.count-down h1 {
    line-height: 1;
}

.count-down p {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.35;
}

.count-down > div > div {
    display: inline-block;
    padding: 0 30px;
}

.count-down > .cd-row {
    display: inline-block;
}

.row.no-gutters > [class*=" col-"],
.row.no-gutters > [class^="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.img-hover-effect {
    position: relative;
    overflow: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    margin-right: 15px!important;
    margin-bottom: 15px;
    width: calc(33.3% - 15px);
}

@media screen and (max-width: 540px) {
  .img-hover-effect {
      width: calc(50% - 15px);
  }
}

.product_container {
    overflow: hidden;
    position: relative;
}

.product_container_test  {
    overflow: hidden;
    position: relative;
    width: calc(33.3% - 10px);
}

.product_container_test .img-hover-effect {
    width: 100%;
}

.product_title {
    margin-top: 5px;
    margin-bottom: 0;
    text-transform: none;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    /*font-size: 15px;*/
    font-weight: 600;
    line-height: 1.3;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 0.2;
}

@media screen and (max-width: 767px) {
  .product_title {
      font-size: 14px;
  }
}

.product_image_link {
    display: block;
    position: relative;
}

.product_hover_element {
    position: absolute;
    width: 40px;
    height: 25px;
    top: 42%;
    left: 43%;
    background-color: transparent;
    border: 0;
}

.product_hover_element span {
    position: absolute;
    left: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
    border-radius: 9px;
    opacity: 0;
    transform: rotate(0);
    transition: 0.25s ease-in-out;
}

.product_hover_element span:nth-child(2) {
    transform: rotate(-90deg);
}

.img-hover-effect:hover .product_hover_element span {
    opacity: 1;
}

.img-hover-effect img.product_hover_image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

@media screen and (min-width: 767px) {
  .img-hover-effect:hover img.product_hover_image {
      opacity: 1;
      visibility: visible;
  }
}

@media screen and (max-width: 767px) {
  .img-hover-effect img.product_hover_image {
      display: none;
  }
}

.img-hover-effect img {
    max-width: 100%;
    border: 1px solid #dddddd;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 2s ease;
}

.img-hover-effect .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    height: calc(100% - 43px);
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.img-hover-effect .img-title {
    display: none;
    position: absolute;
    z-index: 1;
    text-align: center;
    top: 100%;
    left: 50%;
    padding: 5px 8px;
    margin: auto;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    /*font-size: 14px;*/
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
    background: rgba(255, 255, 255, 0.85);
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .img-hover-effect:hover .img-overlay {
        opacity: 0.25;
    }
    .img-hover-effect:hover .img-title {
        opacity: 1;
        /*top: 50%;*/
        top: 42%;
    }
    .img-hover-effect:hover img {
        /*-moz-transform: scale(1.05);*/
        /*-webkit-transform: scale(1.05);*/
        /*transform: scale(1.05);*/
    }
    .subtitle span {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .pswp__caption__center {
        /*display: none;*/
        padding: 15px 25px 20px 25px;
    }
    .pswp__caption__center h4 {
        font-size: 13px;
    }
    .pswp__caption__center p {
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      max-height: 90px;
    }
    .pswp__caption {
      background-color: rgb(55 55 55);
    }
    .pswp__zoom-wrap .pswp__img {
      margin-top: -30px;
    }
}

.gallery {
    padding-left: 15px;
}

.gallery .img-description {
    display: none;
}

@media only screen and (max-width: 767px) {
    .count-down > div > div {
        display: inline-block;
        padding: 20px;
    }
    .count-down h1 {
        font-size: 47px;
    }
    .modal.modal-scale.fade {
        margin: 15px;
    }
    .modal.modal-scale.fade .modal-dialog {
        width: 100%;
    }
    .modal-content {
        padding: 50px 15px;
    }
}
@media only screen and (min-width: 991px) {
    body,
    body.vegas-container {
        overflow: hidden;
    }
    body.show-content {
        overflow: scroll;
    }
    header {
        display: block;
    }
    .page-info {
        padding-top: 60px;
        position: fixed;
    }
    .col-transform {
        transition: all 0.6s ease-in-out;
    }
    .page-content {
        position: absolute;
        visibility: hidden;
        right: -50%;
        transition: all 0.6s ease-in-out;
        min-height: 100%;
    }
    .show-content .page-content {
        overflow: auto;
        position: absolute;
        right: 0;
        visibility: visible;
    }
    .page-amplitude-wrapper {
        position: fixed;
    }
    .count-down {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.page-info {
    min-height: 700px;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sr .reveal {
    visibility: hidden;
}

.map > div {
    width: 100%;
    height: 400px;
}

.map h4,
.map h5 {
    margin-top: 0;
}

.navbar-button.show-info,
.navbar-button.show-info:focus,
.navbar-button.show-info:visited {
    border: none;
    box-shadow: none;
    outline: 0;
}

.subtitle {
    text-align: center;
    font-size: 16px;
}

footer.page-footer {
    position: fixed;
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 20px;
    color: #fff;
}

footer.page-footer a {
    color: #fff;
}

@media only screen and (max-width: 990px) {
    footer.page-footer {
        position: relative;
        bottom: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.07);
        padding: 15px 20px;
        color: #000;
        background: rgba(255, 255, 255, 0.9);
    }
    footer.page-footer a {
        color: #000;
    }
}

@media only screen and (max-width: 852px){
    footer.page-footer .row>div{
        width: 100%;
    }
}

@media only screen and (max-width: 432px){
    footer.page-footer .row>div{
        font-size: 12px;
    }
}

@media only screen and (max-width: 400px){
    h2{
        font-size: 30px;
    }
}