/**** Font Imports ****/

@font-face {
    font-family: 'built-titling-regular';
    src: url('../fonts/steelpro/built-titling/built-titling-rg-it_0.ttf') format('truetype');
}

@font-face {
    font-family: 'built-titling-sb_regular';
    src: url('../fonts/steelpro/built-titling/built-titling-sb_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway Extra Light';
    src: url('../fonts/raleway/Raleway-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway Heavy';
    src: url('../fonts/raleway/Raleway-Heavy.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway Light';
    src: url('../fonts/raleway/Raleway-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway Medium';
    src: url('../fonts/raleway/Raleway-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway Regular';
    src: url('../fonts/raleway/Raleway-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway Semi Bold';
    src: url('../fonts/raleway/Raleway-SemiBold.ttf') format('truetype');
}

/*********** font Helvetica*********/
@font-face {
    font-family: 'Helvetica-55-Roman';
    src: url('../fonts/steelpro/Helvetica/Helvetica-55-Roman_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica-55-Roman';
    src: url('../fonts/steelpro/Helvetica/Helvetica-75-Bold_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica Condensed';
    src: url('../fonts/steelpro/Helvetica/Helvetica67-CondensedMedium_0.ttf') format('truetype');
}

/**** Font Declarations ****/

.font-family-helvetica-condensed {
    font-family: 'Helvetica Condensed', sans-serif !important;
}

.font-family-built-titling-regular {
    font-family: 'built-titling-regular', sans-serif !important;
}

.font-family-built-titling-sb_regular {
    font-family: 'built-titling-sb_regular', sans-serif !important;
}

.font-family-raleway-extra-light {
    font-family: 'Raleway Extra Light', sans-serif !important;
}

.font-family-raleway-heavy {
    font-family: 'Raleway Light', sans-serif !important;
}

.font-family-raleway-light {
    font-family: 'Raleway Light', sans-serif !important;
}

.font-family-raleway-medium {
    font-family: 'Raleway Medium', sans-serif !important;
}

.font-family-raleway-regular {
    font-family: 'Raleway Regular', sans-serif !important;
}

.font-family-Helvetica-75-Bold {
    font-family: 'Helvetica-75-Bold', sans-serif !important;
}

.font-family-Helvetica-55-Roman {
    font-family: 'Helvetica-55-Roman', sans-serif !important;
}

/**** Bootstrap Overrides ****/

body {
    padding-top: 94px !important;
    background-color: #fff !important;
    background: #000;
    /*overflow-x: hidden;*/
}

.form-material.floating {
    margin-top: 35px !important;
    margin-bottom: 25px !important;
}

#moveItem {
    width: 20px;
    height: 20px;
    background-color: #3a3838;
    position: absolute;
    border-radius: 50%;
    top: 0px;
    left: 0px;
    z-index: 1;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -ms-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}

.slick-prev, .slick-next {
    z-index: 2;
}

.form-material .form-control.focus~.floating-label, .form-material .form-control:focus~.floating-label, .form-material .form-control:not(.empty)~.floating-label {
    top: -2.8rem !important;
}

.page {
    min-height: -webkit-calc(100% - 60px);
    min-height: calc(100% - 60px);
}

.panel-footer {
    border-top: 20px solid #eee !important;
}

.navbar {
    min-height: 6.715rem;
    height: 94px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url(../images/nav/bg-nav.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 2000;
}

.navbar-nav .nav-item .nav-link {
    padding-bottom: 0.3rem;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.expandir {
    padding-right: .6rem !important;
    padding-left: .6rem !important;
}

.site-navbar .navbar-header .navbar-brand-logo {
    height: auto;
    margin-top: -1.357rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-toolbar .nav-link {
    padding-top: 2.5715rem;
    padding-bottom: 2.5715rem;
}

.input-search.form-control.focus, .form-control:focus {
    border-color: #00529e;
}

.navbar-search-link .input-search-dark .form-control {
    background: #00529e;
}

.navbar-search-link input,
.navbar-search-link ::-webkit-input-placeholder,
.navbar-search-link .input-search-dark .input-search-icon {
    color: #fff;
}

.navbar-search-link input,
.navbar-search-link ::-moz-placeholder,
.navbar-search-link .input-search-dark .input-search-icon {
    color: #fff;
}

.nav-adorno::after {
    content: "";
    background: black;
    height: 1px;
    width: 70%;
    position: absolute;
    bottom: 15%;
    left: 16%;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .8);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .8);
}

.site-footer {
    padding: 20px 30px !important;
    border-top: none !important;
    height: 60px !important;
}

.panel-default .note-toolbar.panel-heading {
    color: #76838f;
    background-color: #fff;
    border: none;
}

.note-editor-summernote.note-frame {
    border: 1px solid #e4eaec !important;
}

.note-btn.dropdown-toggle::after {
    content: none;
}

.btn-flat-unstyled {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.site-action {
    right: 20px;
    bottom: 85px;
}

.dropdown-menu-header {
    padding: 10px;
    border-bottom: none !important;
}

/*.live::after {*/
/*content: "";*/
/*height: 8px;*/
/*width: 8px;*/
/*border-radius: 50%;*/
/*background: red;*/
/*position: absolute;*/
/*bottom: 28%;*/
/*right: 11%;*/

/*}*/

/** descripcion de productos **/
.caption-style-3 {
    list-style-type: none;
    margin: 0px;
    width: 100%;
    padding-left: 10px;
}

.caption-style-3 li {
    float: left;
    position: relative;
    overflow: hidden;
}

.caption-style-3 li:hover .caption {
    opacity: 1;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    left: 100px;
}

.caption-style-3 li:hover img {
    opacity: 0;
}

.caption-style-3 img {
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 4;
}

.caption-style-3 .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 20%;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    transition: all 0.50s ease-in-out;

}

.caption-style-3 img {
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    transition: all 0.50s ease-in-out;

}

.caption-style-3 .blur {
    background-color: transparent;
    height: 65vh;
    width: 160px;
    z-index: 5;
    position: absolute;
}

.caption-style-3 .caption-text h1 {
    text-transform: uppercase;
    font-size: 18px;
}

.caption-style-3 .caption-text {
    z-index: 10;
    color: #000;
    position: absolute;
    width: 160px;
    height: 65vh;
    text-align: center;
    top: 0;
    padding: 90px 0 0 30px;
}

.btn-detalles {
    border-radius: 20px;
    padding: .375rem 1.8rem;
}

.footer-bg {
    background-image: url(../images/nav/bg-nav.png);
}

/****VIDEO****/
/*video {*/
/*min-width: 100%;*/
/*min-height: 100%;*/
/*width: auto;*/
/*height: auto;*/

/*position: fixed;*/
/*!*top: 50%;*!*/
/*top: 45%;*/
/*left: 50%;*/
/*transform: translateX(-50%) translateY(-50%);*/

/*z-index: -100;*/

/*background-size: cover;*/

/*}*/

.snip1135 * {
    box-sizing: border-box;
}
.snip1135 li {
    display: inline-block;
    list-style: outside none none;
    padding: 0 1em;
}
.snip1135 a {
    padding: 0.5em 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    text-decoration: none;
}
.snip1135 a:before,
.snip1135 a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.snip1135 .linea a:before {
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    height: 5px;
    width: 0%;
    content: "";
    background-color: #fee300;
}
.snip1135 a:after {
    left: 0;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #ffffff;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
}
.snip1135 a:hover:before,
.snip1135 .current a:before {
    opacity: 1;
    width: 50%;
    max-width: 50%;
}
.snip1135 a:hover:after,
.snip1135 .current a:after {
    max-width: 50%;
}


/*** page product**/
.page-productos {
    background: #0a0a0a;
}

.producto {
    width: 80%;
    margin: auto;
    position: relative;
}

.producto img {
    width: 100%;
}

.overlay-product {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

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

.overlay .overlay-container {
    position: absolute;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 100%;
}

.overlay .overlay-container img {
    width: 68px;
    height: 88px;
    margin: auto;
}

/**** colores de texto****/
.text-yellow {
    color: #fee300;
}

/**** Customizations ****/

.bg-red {
    background-color: #cb2d49;
}

.text-blue {
    color: #00529e !important;
}

.bg-blue {
    background-color: #00529e;
}

.navbar.shrink {
    min-height: 4.715rem;
    height: 66px;
}

.shrink .navbar-header .navbar-brand-logo {
    height: 4rem !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.shrink .navbar-search-link,
.shrink .navbar-link-icon {
    padding-top: 0.5rem !important;
    padding-bottom: 1rem !important;
}

.shrink .navbar-toolbar .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar-search-link {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.navbar-link-icon {
    padding: 2rem 0.15rem !important;
}

.gmaps {
    width: 100%;
    height: 300px;
}

ul.catalog {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
}

ul.catalog li {
    /*	width:80px;*/
    display: inline-block;
    margin: 5px 5px 20px 5px;
}

.finder {
    background: #00529e;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 8px 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
}

.finder:focus {
    outline: none;
}

.finder::-webkit-input-placeholder {
    color: #fff;
}

.finder::-moz-placeholder {
    color: #fff;
}

/* firefox 19+ */
.finder:-ms-input-placeholder {
    color: #fff;
}

/* ie */
.finder:-moz-placeholder {
    color: #fff;
}

.btn-img {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 10px 30px;
    color: #00529e;
    font-weight: bold;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.btn-img:hover {
    border: 1px solid #00529e;
    text-decoration: none;
}

.btn-img:focus {
    border: 1px solid #00529e;
    text-decoration: none;
}

.btn-img.active {
    background-color: transparent;
    border: 1px solid #00529e;
    color: #00529e;
}

.filters h4 {
    color: #00529e;
    margin-top: 20px;
    font-weight: bold;
}

.filters p.descripcion {
    margin: 20px 0;
}

.filters p {
    color: #00529e;
    line-height: 1.3;
}

.filters .contenido {
    margin-top: 15px;
    margin-bottom: 20px;
}

.filters img {
    width: 100%;
    border-radius: 15px;
}

.filters .col-md-6:not(form.col-md-6) {
    padding: 0;
    color: #918f8f;
    font-weight: bold;
    font-size: 12px;
}

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

.vertical-align-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.border-radius-10 {
    border-radius: 10px;
}

.panel-admin {
    border-radius: 10px;
}

.panel-admin .panel-heading {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-cut-7-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.text-cut-6-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.text-cut-5-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-cut-4-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-cut-3-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-cut-2-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-cut-1-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.min-height-60 {
    min-height: 60px;
}

.min-height-90 {
    min-height: 90px;
}

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

.w-220 {
    width: 220px;
}

.form-title {
    font-size: 2em;
}

.form-subtitle {
    font-size: 1em;
}

.footer {
    border-top: none !important;
    background: #760420 !important;
    background: -moz-linear-gradient(-45deg, #760420 0%, #760420 20%, #760420 20%, #760420 32%, #760420 32%, #760420 33%, #760420 36%, #760420 36%, #760420 38%, #760420 38%, #760420 39%, #760420 39%, #760420 41%, #0e0258 83%, #0d0258 100%) !important;
    background: -webkit-linear-gradient(-45deg, #760420 0%, #760420 20%, #760420 20%, #760420 32%, #760420 32%, #760420 33%, #760420 36%, #760420 36%, #760420 38%, #760420 38%, #760420 39%, #760420 39%, #760420 41%, #0e0258 83%, #0d0258 100%) !important;
    background: linear-gradient(135deg, #760420 0%, #760420 20%, #760420 20%, #760420 32%, #760420 32%, #760420 33%, #760420 36%, #760420 36%, #760420 38%, #760420 38%, #760420 39%, #760420 39%, #760420 41%, #0e0258 83%, #0d0258 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#760420', endColorstr='#0d0258', GradientType=1) !important;
}

.background-clip-unset input {
    background-clip: unset !important;
}

.footer-separator {
    background: #ffffff4d;
    height: 2px;
    margin: 15px 0;
}

.info-separator {
    background-image: -webkit-linear-gradient(left, transparent, #dbdbdb, transparent);
    background-image: linear-gradient(to right, transparent, #dbdbdb, transparent);
    border: none;
    height: 1px;
}

.dropdown-menu-compact {
    overflow-y: auto;
    height: 350px;
}

.dropdown-menu-compact::-webkit-scrollbar {
    width: 5px;
}

.dropdown-menu-compact::-webkit-scrollbar-thumb {
    background-color: #3333332e;
    border-radius: 20px;
}

/******* FLEX SLIDER******/
.text-line-2 {
    font-size: 35px;
    line-height: 1;
}

* {
    box-sizing: border-box;
}

.slider {
    width: 95%;
    margin: 10px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

/******* FIN FLEX SLIDER******/
/**** page ****/
.fondo-sli {
    background-image: url(../images/productos/fondo-sobre.png);
    background-repeat: repeat;
    height: 452px;
    width: 80%;
    position: absolute;
    left: 10%;
}

.slick-dots {
    display: none !important;
}

.slick-prev::before {
    content: url(../images/productos/arrow-left.png) !important;
}

.slick-next:before {
    content: url(../images/productos/arrow-right.png) !important;
}

.slick-next {
    right: 0px !important;
}

/*********** FORMULARIO************/
.bg-contacto {
    background-image: url(../images/contacto/contacto-imagen.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}

.bg-adorno {
    background-color: #000;
    border: 10px solid #fff;
}

.page-form {
    bottom: 0;
    border-top: 10px solid #fff;
    width: 100%;
    height: 80vh;
}

.form-1 {
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 70%;
}

.form-content {
    border-bottom: 1px solid white;
    padding: 15px 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.btn-form {
    background: #f93d4e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 30px;
    color: #fff;
    line-height: 0;
    margin-right: 13px;
}

/*.radio-custom input[type=radio] {*/
/*width: 30px;*/
/*height: 30px;*/
/*}*/
/*.radio-custom label::before {*/
/*width: 30px;*/
/*height: 30px;*/
/*}*/
/*.radio-custom label::after {*/
/*top: 11px;*/
/*left: 11px;*/
/*}*/
.btn-atras {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

/*.btn-atras:hover{*/
/*text-decoration: underline;*/
/*}*/
.btn-atras::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    right: 78%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.btn-atras:hover::after {
    content: "";
    background: #000;
    width: 97px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 21px;
}

.btn-atras:focus {
    outline: none;
}

.form-2 {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.text-form input {
    color: #fff;

}

.form-2 .col-md-6,
.form-2 .col-md-4,
.form-2 .col-md-12 {
    padding: 0 15px !important;
}

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#8a8888), to(#8a8888));
    background-image: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#8a8888, #8a8888);
    background-image: -o-linear-gradient(#fff, #fff), -o-linear-gradient(#e4eaec, #e4eaec);
    background-image: linear-gradient(#fff, #fff), linear-gradient(#8a8888, #8a8888);
    float: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-enviar {
    background: #f93d4e;
    border-radius: 20px;
    color: #fff;
    border: none;
    padding: 8px 50px;
}

.btn-videos {
    border-radius: 20px;
    color: #fff;
    border: none;
    padding: 8px 0;
    width: 200px;
    margin-bottom: 10px;
}

/*.btn-videos:hover,*/
/*.btn-videos:focus,*/
/*.btn-videos:active {*/
/*background: #000;*/
/*color: #fff001;*/
/*outline: none;*/
/*box-shadow: 0px 0px 16px #7b7b7b;*/
/*}*/

/*********** FIN FORMULARIO************/
.b-b {
    border-bottom: 1px solid black;
}

/********PAGE VIDEOS********/
.bg-videos {
    background: #232323;
    position: relative;
}

.video-live {
    background: #282828;
    position: relative;
    width: 100%;
    padding: 30px;
    margin: 30px 0;
}

.content-live {
    background: #484848;
    position: relative;
    padding: 15px;
    height: 100%;
}

.content-live::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 4px solid transparent;
    width: 0;
    left: 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.content-live:hover::after {
    border-bottom: 4px solid #feef01;
    width: 100%;
}

/*filtros galeria*/

.gallery-title {
    font-size: 36px;
    color: #000000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

/*.filter-button*/
/*{*/
/*font-size: 18px;*/
/*border: 1px solid #e4eaec;*/
/*border-radius: 5px;*/
/*text-align: center;*/
/*color: #000000;*/
/*margin-bottom: 30px;*/
/*}*/
/*.filter-button:hover*/
/*{*/
/*font-size: 18px;*/
/*border: 1px solid #fee300;*/
/*border-radius: 5px;*/
/*text-align: center;*/
/*color: #000000;*/
/*background-color: #fee300;*/

/*}*/
.btn-default:active,
.filter-button:active {
    background-color: #fee300;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

.pro-live {
    position: relative;
    padding-right: 15px;
}

.pro-live::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 4px solid transparent;
    width: 0;
    left: 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.pro-live:hover::after {
    border-bottom: 4px solid #fff001;
    width: 100%;
}

/********FIN PAGE VIDEOS********/

.floating-form {
    background: #fff;
    position: fixed;
    width: 40%;
    right: 15px;
    top: 120px;
    border-radius: 10px;
    z-index: 1;
}

.bg-titulos {
    padding-top: 14px;
}

.min-height-0 {
    min-height: 0;
}

.light-blue {
    color: #26c7ef;
}

.bg-light-blue {
    background: #26c7ef;
}

.perfil-i {
    font-size: 25px;
    margin-top: 7px;
}

.margin-l-celeste {
    margin-left: 45px;
}

.modulos {
    background: #f6f8fa;
}

.modulos .modulos-div {
    padding: 12px;
    text-align: right;
}

.modulos .modulos-div a {
    padding: 4px 10px;
    text-decoration: none;
}

.modulos .modulos-div a:hover {
    background: #26c7ef9c;
}

.cuadros {
    width: 57vw;
}

.shadow {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.15);
}

.check {
    font-size: 1.5em;
    vertical-align: top;
}

.linea {
    border-right: 2px solid #cccccc;
}

.row.colum-divide-styled [class*='col-']:not(:last-child):not(.internal):after {
    border: 1px dashed #e0e0e0;
    content: "";
    display: block;
    position: absolute;
    margin-top: 15px;
    margin-bottom: 15px;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px;
}

.absolute-slider {
    top: 25%;
    left: 6%
}

.fb,
.in,
.youtube {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.fb:hover,
.fb:focus,
.fb:active {
    background: #4867aa;
    color: #fff !important;
}

.in:hover,
.in:focus,
.in:active {
    background: #0077b5;
    color: #fff !important;
}

.youtube:hover,
.youtube:focus,
.youtube:active {
    background: #ff0000;
    color: #fff !important;
}

.full_pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../images/bg/pattern.png);
}

/********** INICIO TIPS***********/
.cuadro-overlay {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #0c0c0ce0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.links {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 89%;
}

.cuadro-overlay:hover {
    opacity: 1;
}

.cuadro-overlay .btn-producto {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.cuadro-overlay:hover .btn-producto {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.medio-alto {
    height: 44vh;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.medio-alto img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -21px;
}

/*** FLEX TIPS***/
.flex-container {
    display: flex;
    flex-wrap: nowrap;
    background-color: DodgerBlue;
}

.flex-container > div {
    background-color: #f1f1f1;
    width: 33.33%;
    margin: 0;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    position: relative;
}

/******/
.tips-absoluto {
    width: 25%;
    background: black;
    color: #fff;
    position: fixed;
    z-index: 2;
    height: 100vh;
}

.tips-absoluto .titulo {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.bg-tips {
    background: #000;
}

.wrapper {
    height: 100% !important;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.onepage-pagination {
    left: 22%;
}

.onepage-pagination li a.active:before {
    background: yellow !important;
    border: 1px solid yellow !important;
}

.onepage-pagination li a:before {
    content: '';
    position: absolute;
    width: 10px !important;
    height: 10px !important;
    background: white !important;
    border: 1px white !important;
    border-radius: 10px;
    margin-top: -4px;
    left: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.onepage-wrapper {

}

.tips {
    float: left;
    width: 100%;
    margin: 0 auto;
}

.tips section .page_container {
    position: relative;
    top: 25%;
    margin: 0 auto 0;
    max-width: 950px;
    z-index: 3;
}

.tips section {
    overflow: hidden;
}

.tips section.page1 {
    background: #eeeef2;
}

.tips section.page1 h1 {
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    font-size: 70px;
    color: black;
}

.tips section.page1 h2 {
    text-align: center;
    width: 100%;
    line-height: 160%;
}

.tips section .page_container .btns {
    clear: both;
    float: left;
    text-align: center;
    width: 435px;
}

.tips section .page_container .btns a {
    text-align: center;
}

.tips section.page2 {
    background: #555557 url(back-phone.png) no-repeat center -150px;
}

.tips section.page2 > img {
    position: absolute;
    top: -300px;
    left: 50%;
    margin-left: -1095px;
}

.tips section.page2 .page_container {
    margin-top: 240px;
    overflow: hidden;
}

.tips section.page2 h1 {
    padding: 0;
    margin-bottom: 15px;
    font-size: 50px;
    letter-spacing: -1px;
    color: white;
}

.tips section.page2 h2 {
    line-height: 160%;
    font-weight: 100;
    margin: 0;
}

.viewing-page-2 .back {
    background: rgba(0, 0, 0, 0.25);
    color: #FFF;
}

.tips section.page3 {
    background: url(tilted-phone.png) no-repeat 156px -150px;
}

.tips section.page3 .page_container {
    overflow: hidden;
    width: 500px;
    right: -285px;
}

.tips section.page3 h1 {
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    font-size: 70px;
    letter-spacing: -1px;
    color: black;
}

.tips section.page3 h2 {
    line-height: 160%;
    font-weight: 100;
    font-size: 21px;
}

body.disabled-onepage-scroll .onepage-wrapper section {
    min-height: 100%;
    height: auto;
}

body.disabled-onepage-scroll .main section .page_container, body.disabled-onepage-scroll .main section.page3 .page_container {
    padding: 20px;
    margin-top: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.disabled-onepage-scroll section .page_container h1 {
    text-align: center;
    font-size: 50px;
}

body.disabled-onepage-scroll section .page_container h2, body.disabled-onepage-scroll section .page_container .credit, body.disabled-onepage-scroll section .page_container .btns {
    text-align: center;
    width: 100%;
}

body.disabled-onepage-scroll .main section.page1 > img {
    position: absolute;
    width: 80%;
    left: 10%;
}

body.disabled-onepage-scroll .main section > img {
    position: relative;
    max-width: 80%;
    bottom: 0;
}

body.disabled-onepage-scroll code {
    width: 95%;
    margin: 0 auto 25px;
    float: none;
    overflow: hidden;
}

body.disabled-onepage-scroll .main section.page3 .page_container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
}

.overlay-container {
    background: #45484d;
    background: -moz-linear-gradient(top, rgba(69, 72, 77, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(top, rgba(69, 72, 77, 0) 0%,#000000 100%);
    background: linear-gradient(to bottom, rgba(69, 72, 77, 0) 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}

/********** FIN TIPS***********/
/********* NOSOTROS ******/
.page-nosotros {
    background-image: url(../images/nosotros/bg-nosotros.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center 15% !important;
}

.page-nosotros-2 {
    background-image: url(../images/nosotros/img-buscamos.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
}

.page-nosotros-3 {
    background-image: url(../images/nosotros/new-img.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
}

.page-nosotros-alto {
    height: 100vh;
}

.bg-nosotros-trans {
    background: #000000b5;
}

.absoluto {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: auto !important;
}

.lh {
    line-height: 1 !important;
}

.bg-yellow {
    background: #fff001;
}

.fo {
    font-size: 20px;
}

.mar {
    margin-right: 36px;
}

.slider-nosotros {
    width: 80% !important;
    font-size: 15px !important;
}

.cuadro {
    position: relative;
    border-bottom: 1px solid #fff;
    height: calc(25vh - 23.5px);
    display: flex;
    justify-content: center;
    flex-direction: column;    
}

/******Modal descripcion*******/
.modal:not(.note-editor-summernote) {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.modal-dialog:not(.note-editor-summernote) {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 85%;
    padding: 0;
    max-width: 100%;
    bottom: 0;
}

.modal-content:not(.note-editor-summernote) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: none;
    background: #dad9df;
    border-radius: 0px;
}

.modal-header:not(.note-editor-summernote) {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    background: #6598d9;
    border: 0;
}

.modal-title:not(.note-editor-summernote) {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px;
}

.modal-body:not(.note-editor-summernote) {
    /*position: absolute;*/
    top: 0px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
}

.modal-footer:not(.note-editor-summernote) {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #f1f3f5;
}

.btn-modal:not(.note-editor-summernote) {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -100px;
    width: 200px;
}

.btn-back {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    position: absolute;
    top: 13px;
    left: 13px;
    background: #000;
}

.anim-circle-radar {
    box-shadow: 0 0 1px 2px #eee;
    background: rgba(12, 12, 12, 0.3);
    border-radius: 1000px;
    transform-origin: center center;
    transform: scale(2);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    z-index: 0;
    animation: circle_radar 1.5s 0s infinite;
    animation-timing-function: linear;
}

.mob a {
    display: inline-block;
}

.content-punt {
    position: absolute;
    right: 0;
    top: 44%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.punt {
    background: #fff;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 5px 5px 0 0;
}

.punt-active {
    background: #fee300 !important;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.record-img {
    left: -100%;
    right: -100%;
    top: -110%;
    bottom: -100% !important;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}

.s-overlay {
    background-color: rgba(255,255,255,0.5);
}

.active .s-overlay {
    background-color: transparent;
}

/*new styles*/
.navbar button.navbar-toggler span {width: 30px;height: 2px;background-color: #a08989;display: block;position: absolute;top:20px;left:6px; -webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.navbar button.navbar-toggler span:first-child{top:10px;}
.navbar button.navbar-toggler span:last-child{top:30px;}
.navbar button.navbar-toggler span.rota-top {
    transform: rotate(45deg) translate(7px,8px);
    -webkit-transform: rotate(45deg) translate(7px,8px);
    -moz-transform: rotate(45deg) translate(7px,8px);
    -o-transform: rotate(45deg) translate(7px,8px);
    -ms-transform: rotate(45deg) translate(7px,8px);
}
.navbar button.navbar-toggler span.central {
    opacity: 0;
    width: 0;
}
.navbar button.navbar-toggler span.rota-bottom {
    transform: rotate(-45deg) translate(6px,-7px);
    -webkit-transform: rotate(-45deg) translate(6px,-7px);
    -moz-transform: rotate(-45deg) translate(6px,-7px);
    -o-transform: rotate(-45deg) translate(6px,-7px);
    -ms-transform: rotate(-45deg) translate(6px,-7px);
}
.list-btns-vid ul{list-style: none;padding: 0px;margin: 0px;}
.list-btns-vid li{display: inline-block;vertical-align: middle; width: 25%;padding: 0px 5px;margin-left: -5px;}
.list-btns-vid li:first-child{margin-left: 0px;}
.list-btns-vid li .btn-videos{width: 100%;}
.title-head-vid{background: #484848;padding: 15px;}
.title-head-vid h2 {margin-top: 0px;}

/*end new styles*/


@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 100%;
        top: 0;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('../img/videoframe.jpg') center center / cover no-repeat;
    }
}

/**** Responsive ****/

@media (min-width: 768px) and (max-width: 991px) {
    .floating-form {
        margin-top: 30px;
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
    }

    .form-title {
        font-size: 1.2em;
    }

    .form-subtitle {
        font-size: 0.5em;
    }

    .navbar-collapse {
        background: rgb(240, 240, 240);
        left: 0;
        top: 0;
        position: initial;
        width: 100%;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1.3rem;
        padding-left: 1.3rem;
    }

    .b-1 img {
        width: 60px !important;
    }

    .b-1 h2 {
        font-size: 13px !important;
    }

    .page-nosotros-alto {

    }

    .slider-nosotros {
        width: 70% !important;
        font-size: 12px !important;
    }

    .tips section.page1 h2 {
        font-size: 15px !important;
    }

    .tips section.page1 h2 img {
        width: 74px !important;
        margin-right: 16px !important;
    }

    .fo {
        font-size: 15px;
    }

    .tips-absoluto {

    }

    .blocks-4>.block, .blocks-4>li{padding: 0;}
    .producto {width: 90%;margin: 0 auto;}


}

@media (min-width: 992px) and (max-width: 1199px) {
    .floating-form {
        margin-top: 30px;
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
    }

    .form-title {
        font-size: 1.2em;
    }

    .form-subtitle {
        font-size: 0.5em;
    }

    .tips section.page1 h2 {
        font-size: 16px !important;
    }

    .fo {
        font-size: 16px !important;
    }

    .tips section.page2 h2 {
        font-size: 17px !important;
        margin: 0;
    }

    .tips section.page2 h2 img {
        width: 65px;
    }

    .tips section.page2 h2 span {
        font-size: 11px !important;
    }

    .page-nosotros-alto {

    }

    .mar {
        margin-right: 26px;
    }

    .tips-absoluto {

    }

    .medio-alto {
        height: 43vh;
    }

    .medio-alto img {
        width: 112%;
        min-width: 112%;
    }

    .tips-absoluto .titulo {
        font-size: 30px !important;
    }

}

@media (min-width: 1200px) {
    .tips section.page1 h2 {
        font-size: 26px !important;
    }

    .tips section.page2 h2 {
        font-size: 24px !important;
    }

    .tips section.page3 h2 {
        font-size: 35px !important;
    }

    .fo {
        font-size: 32px;
    }

    .form-title {
        font-size: 1.2em;
    }

    .form-subtitle {
        font-size: 0.5em;
    }

    .page-nosotros-alto {

    }

    .tips-absoluto {

    }

    .medio-alto img {
        height: 110%;
    }
}

@media (min-width: 1600px) {
    .form-title {
        font-size: 2em;
    }

    .form-subtitle {
        font-size: 1em;
    }

    .nav-adorno::after {
        content: "";
        background: black;
        height: 1px;
        width: 37%;
        position: absolute;
        bottom: 15%;
    }

    .producto {
        width: 100%;
    }

    .form-1 {
        top: 50%;
    }

    .form-2 {
        top: 50%;
    }

    .btn-form {
        margin-right: 44px;
    }

    .tips-absoluto {

    }

    .tips section.page1 h2 {
        font-size: 36px !important;
    }

    .fo {
        font-size: 45px;
    }

    .mar {
        margin-right: 92px;
        width: 113px !important;
    }

    .slider-nosotros {
        font-size: 28px !important;
    }

    .b-1 img {
        width: 180px !important;
    }

    .b-1 h2 {
        font-size: 44px !important;
    }

    .page-nosotros-alto {

    }

    .modal-dialog {
        height: 92%;
    }

    .alto-de-popup {
        height: 100vh !important;
    }

    .medio-alto {
        height: 45vh;
    }

    .medio-alto img {

    }

    .cuadro-overlay {
        height: 105%;
    }
}
@media (max-width: 767px) {
    .tips-absoluto {
        display: none;
    }

    .floating-form {
        margin-top: 30px;
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
    }

    .form-title {
        font-size: 1.2em;
    }

    .form-subtitle {
        font-size: 0.5em;
    }

    .absolute-slider {
        top: 8%;
        left: 6%
    }

    .navbar-collapse {
        background: rgb(240, 240, 240);
        left: 0;
        top: 83px;
        position: fixed;
        width: 100%;
        height: calc(100vh - 94px);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }


    .navbar-collapse ul{height: 100%;padding: 30px 0px;overflow-y: auto;display: flex;justify-content: center;flex-direction: column;margin: 0px;}
    .collapse{display: initial;top:-100%;opacity: 0;}
    .collapse.show{display: initial;top:83px;opacity: 1;}
    .navbar-light .navbar-toggler{position: absolute;right: 35px;top: 21px;width: 44px;height: 44px;border: 1px solid #a08989;}
    .shrink.navbar-light .navbar-toggler{top:10px;}
    .shrink .collapse.show{top:55px;opacity: 1;}
    .shrink .navbar-collapse{height: calc(100vh - 66px);}
    .blocks-4>.block, .blocks-4>li{padding: 0;width: 33.33333%;}
    .producto {width: 90%;margin: 0 auto;}
    .site-footer{text-align: center;}
    .site-footer-legal {float: none;margin-left: 0px;}
    .snip1135 li{margin:0px;}
    .linea{border: none;}
    .cuadro{height: 25vh;}
    .list-btns-vid li{width: 50%;}
    .list-btns-vid li:nth-child(2n-1){margin-left: 0px;}  
    .pro-live {padding-right: 0px;}  

    .bg-contacto {
        height: auto;
        width: 100%;
    }

    .form-1 {
        width: 100%;
        height: auto;
        padding: 15px;
        position: initial;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
    }

    .form-2 {
        width: 100%;
        position: initial;
        left: 0;
        top: 0;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
    }

    .page-form {
        height: 100%;
        padding: 20px 0;
    }

    .page {
        position: initial !important;
    }

    /*****video live*******/
    .content-live {
        width: 100%;
        margin: auto;
        text-align: center;
        margin-bottom: 20px;
    }

    /****** flex slider*********/
    .fondo-sli {
        display: none;
    }

    .slick-prev {
        left: 9px !important;
    }

    .slick-next {
        right: 30px !important;
    }

    .b-b {
        border-bottom: none;
    }

    .tips-absoluto {

    }

    .mob {
        margin-top: 10px;
    }
}
@media screen and (max-width: 574px){
    .blocks-4>.block, .blocks-4>li{width: 50%;}
}
@media screen and (max-width: 480px){
    .page-productos .overlay .overlay-container h2{font-size: 24px !important;}
    .list-btns-vid li {width: 100%;margin-left: 0px;}
}