@font-face {
    font-family: thin-font;
    src: url('../fonts/Geomanist-Thin.otf');
}

@font-face {
    font-family: extra-light-font;
    src: url('../fonts/Geomanist-ExtraLight.otf');
}

@font-face {
    font-family: light-font;
    src: url('../fonts/Geomanist-Light.otf');
}

@font-face {
    font-family: medium-font;
    src: url('../fonts/Geomanist-Medium.otf');
}

@font-face {
    font-family: regular-font;
    src: url('../fonts/Geomanist-Regular.otf');
}

@font-face {
    font-family: bold-font;
    src: url('../fonts/Geomanist-Bold.otf');
}

@font-face {
    font-family: black-font;
    src: url('../fonts/Geomanist-Black.otf');
}


@font-face {
    font-family: thin-font-2;
    src: url('../fonts/Geomanist-Ultra.otf');
}

@font-face {
    font-family: nexabook-font;
    src: url('../fonts/Nexa\ Book\ \(Regular\).otf');
}

@font-face {
    font-family: nexaregular-font;
    src: url('../fonts/Nexa\ Regular\ \(Regular\).otf');
}

@font-face {
    font-family: nexaextrabold-font;
    src: url('../fonts/Nexa\ Extra\ Bold\ \(Regular\).otf');
}

@font-face {
    font-family: nexaheavy-font;
    src: url('../fonts/Nexa\ Heavy\ \(Regular\).otf');
}

@font-face {
    font-family: italic-font;
    src: url('../fonts/PlayfairDisplay-Italic.otf');
}

@font-face {
    font-family: italicbold-font;
    src: url('../fonts/PlayfairDisplay-SemiBoldItalic.ttf');
}


body {
    margin: 0px;
    height: 100%;
    font-family: regular-font !important;
}

.font-light {
    font-family: light-font;
}

.font-extra-light {
    font-family: extra-light-font;
}

.font-medium {
    font-family: medium-font;
}

.font-bold {
    font-family: bold-font;
}

.font-nexa {
    font-family: nexaregular-font;
}

.font-nexa-black {
    font-family: nexaheavy-font;
}

.font-italic {
    font-family: italic-font;
}

.text-primary-base {
    color: #5ffc6a !important
}

.text-secondary-base {
    color: #5edbff !important
}

.romboide {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}

.romboide h3,
.romboide div {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    vertical-align: middle;
}

.circle {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.rounded-square {
    display: inline-block;
    border-radius: 30%;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.rounded-box {
    display: inline-block;
    border-radius: 20px;
    vertical-align: middle;
}

.rounded-box-2 {
    display: inline-block;
    border-radius: 10px;
    vertical-align: middle;
}

.custom-form .form-control {
    border: 1px solid #d6d6d6 !important;
    border-radius: 10px !important;
    background-color: transparent;
}

.custom-form .form-control::placeholder {
    color: #d6d6d6;
    font-size: .8em;
    font-weight: bold;
    opacity: 1;
    /* Firefox */
}

.custom-form .form-control:focus {
    background: transparent;
}

.custom-form .btn {
    border-radius: 30px !important;
    color: white;
    padding: 10px 60px;
    font-size: 1.2em;
}

.primary-base {
    background-color: #5ffc6a !important;
}

.secondary-base {
    background-color: #5edbff !important;
}

.tertiary-base {
    background-color: #048bb4;
}

.quaternary-base {
    background-color: #000d25;
}

.margen {
    width: 95%;
    margin: 0px auto;
}

.seccion {
    width: 100%;
}

.box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.box-menu {
    position: absolute;
    z-index: 999
}

.box .ve-top {
    vertical-align: top;
}

.box .he-middle:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    height: 100%;
}

.megatitulo {
    font-size: 3em;
}

.line-2em {
    line-height: 2em;
}

.line-1-5em {
    line-height: 1.5em;
}

.line-1em {
    line-height: 1em;
}

.line-small {
    line-height: .8em;
}

.supertitulo {
    font-size: 2em;
}

.supertitulo-2 {
    font-size: 2.5em;
}

.titulo {
    font-size: 1.6em;
}

.des {
    font-size: 1.2em;
}

.mindes {
    font-size: .8em;
}

.normal {
    font-size: 1em;
}

.normal-2 {
    font-size: .9em;
}

.microdes {
    font-size: .6em;
}


.box .overtextwhite:hover {
    color: white;
}

.box .overtextpurple:hover {
    color: #5a3994;
}

.box .overtextgray:hover {
    color: #bfc2cd;
}

.box .overtextsec:hover {
    color: #4f008c;
}



.box .overmorao:hover {
    background: #5f419c;
}

.box .overnegro:hover {
    background: #000;
}

.box .overnegrootro:hover .otro {
    background: #000;
}

.box .overgrande:hover {
    font-size: 2.5em !important;
}

.box .overgray:hover {
    background: #868586;
}

.box .overcolorsec:hover {
    background: #4f008c;
}


.box .gira img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /*filter: url(grayscale.svg);*/
    filter: gray;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.box .gira:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);

    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.tamauto {
    width: auto;
}

.tam0 {
    width: 0%;
}


.tam95 {
    width: 95%;
}

.tam90 {
    width: 90%;
}

.tam80 {
    width: 80%;
}

.tam75 {
    width: 75%;
}

.tam70 {
    width: 70%;
}

.tam66-66 {
    width: 66.66%;
}

.tam65 {
    width: 65%;
}

.tam60 {
    width: 60%;
}

.tam55 {
    width: 55%;
}

.tam50 {
    width: 50%;
}

.tam45 {
    width: 45%;
}

.tam40 {
    width: 40%;
}

.tam35 {
    width: 35%;
}

.tam33 {
    width: 33%;
}

.tam33-33 {
    width: 33.33%;
}

.tam32-5 {
    width: 32.5%;
}

.tam30 {
    width: 30%;
}

.tam25 {
    width: 25%;
}

.tam20 {
    width: 20%;
}

.tam10 {
    width: 10%;
}

.tam18 {
    width: 18%;
}

.tam16-66 {
    width: 16.66%;
}

.tam15 {
    width: 15%;
}

.tam14 {
    width: 14.2%;
}

.tam5 {
    width: 5%;
}



.tam100 {
    width: 100%;
}

.he100 {
    height: 100%;
}

.he90 {
    height: 90%;
}

.he80 {
    height: 80%;
}

.he80-max {
    max-height: 80%;
}

.he70 {
    height: 70%;
}


.he60 {
    height: 60%;
}

.he50 {
    height: 50%;
}

.he20 {
    height: 20%;
}

.he15 {
    height: 15%;
}


.he10 {
    height: 10%;
}

.overflow-scroll {
    overflow-y: scroll;
}


.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.italic-style {
    font-style: italic;
}


.bold {
    font-family: bold-font;
}

.regular {
    font-family: thin-font;
}

.light {
    font-family: light-font;
}

.light-2 {
    font-family: gotham;
}

.especial {
    font-family: especial-font;
}

.black-font {
    font-family: black-font;
}

.black-font-2 {
    font-family: helve;
}

.bold-2 {
    font-family: bold-bebas;
}




.mont-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.mont {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}






.inner-shadow {
    -webkit-box-shadow: inset 0px 0px 50px -15px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 50px -15px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 50px -15px rgba(0, 0, 0, 1);
}

.inner-shadow-button {
    -webkit-box-shadow: inset 0 -25px 50px -7px rgba(220, 220, 220, 1);
    -moz-box-shadow: inset 0 -25px 50px -7px rgba(220, 220, 220, 1);
    box-shadow: inset 0 -25px 50px -7px rgba(220, 220, 220, 1);
}

.transparent {
    background: transparent;
}

.no-focus:focus {
    outline: none;
}

.no-border {
    border: 0px;
}

.border-white {
    border: 1px solid white;
}

.border-white-5 {
    border: 5px solid white;
}

.border-white-3 {
    border: 3px solid white;
}

.border-black {
    border: 0px;
    border-left: 2px solid black;
    border-right: 2px solid black;
    -webkit-border-image:
        -webkit-gradient(linear, 0 100%, 0 0, from(#afafaf), to(rgba(175, 175, 175, 0))) 1 100%;
    -webkit-border-image:
        -webkit-linear-gradient(bottom, #afafaf, rgba(175, 175, 175, 0)) 1 100%;
    -moz-border-image:
        -moz-linear-gradient(bottom, #afafaf, rgba(175, 175, 175, 0)) 1 100%;
    -o-border-image:
        -o-linear-gradient(bottom, #afafaf, rgba(175, 175, 175, 0)) 1 100%;
    border-image:
        linear-gradient(to top, #afafaf, rgba(175, 175, 175, 0)) 1 100%;
}

.border-white-left {
    border-left: 3px solid white;
}

.border-white-right {
    border-right: 3px solid white;
}

.border-strong-gray {
    border: 1px solid #919598;
}

.border-gray {
    border: 1px solid #d6d6d6;
}

.border-gray-bottom {
    border: none;
    border-bottom: 2px solid #d6d6d6;
}

.border-middle {
    border-width: 1px 0px 1px 0px;
}

.border-purple {
    border: 1px solid #5f419c;
}

.border-color-secundario {
    border: 1px solid #4f008c;
}

.border-color-terciario-top {
    border: 2px solid #db0164;
}

.slick-dots li button:before {
    color: #fff !important;
    font-size: 20px !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.box .pad-hor-5 {
    padding-left: 5px;
    padding-right: 5px;
}


.box .pad-hor-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.box .pad-hor-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.box .pad-hor-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.box .pad-hor-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.box .pad-hor-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.box .mar-hor-5 {
    margin-left: 5px;
    margin-right: 5px;
}


.box .mar-hor-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.box .mar-hor-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.box .pad-ver-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.box .pad-ver-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}


.box .pad-ver-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.box .pad-ver-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.box .pad-ver-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.box .pad-ver-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.box .mar-ver-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.box .mar-ver-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.box .mar-ver-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.box .mar-ver-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.border-radius10 {
    border-radius: 10px;
}

.border-radius30 {
    border-radius: 30px;
}

.border-radius5 {
    border-radius: 5px;
}

.mayusculas {
    text-transform: uppercase;
}

.text-shadow {
    text-shadow: 2px 2px #222;
}

.text-shadow-2 {
    text-shadow: 1px 1px #666;
}

.text-shadow-white {
    text-shadow: 2px 2px white;
}

.box-shadow {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    border-radius: 10px;
}

.box-shadow-2 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

.border-block {
    border-color: #4679b9;
    border-style: groove;
    border-width: 0px;
    border-right-width: 2px;
}

.animate {

    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.animate-2 {

    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nolink {
    text-decoration: none;
}


.pointer {
    cursor: pointer;
}

.box .autoheight {
    height: auto;
}

/*ESPECIAL*/

.search input {
    padding: 5px 15px 5px 5px;
    width: 100%;
}

.search .search-span {
    position: absolute;
    right: 15px;
    top: 5px;
}

.filtro {
    width: 100%;
    height: 100%;
    background: rgba(255, 185, 17, .85);
    color: white;

}

.filtro-gira-box:hover .filtro-gira {
    opacity: 1
}

.filtro-gira {
    width: 100%;
    height: 100%;
    background: rgba(255, 185, 17, 1);
    color: white;
}

.filtro:hover {
    opacity: 1;
}

.filtro .texto,
.filtro-gira .texto {
    position: absolute;
    bottom: 0px;
    padding: 25px 20px;
}

.grid-item {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}



.imagen-gira {
    box-shadow: 0px 0px 5px black;
    height: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 1s;

    -moz-transform-style: preserve-3d;
    -moz-transition: 1s;

    transform-style: preserve-3d;
    transition: 1s;
}

.grid-item:hover .imagen-gira {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
}

.imagen-gira .lado {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.imagen-gira .frente {
    height: 100%;
    width: 100%;
}

.imagen-gira .atras {
    height: 100%;
    width: 100%;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.popup,
.popup-video {
    position: fixed;
    background: rgba(0, 0, 0, .9);
    z-index: 999999999999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;

}

.popup-absolute {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    z-index: 999999999999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;

}

.popup .margen:before,
.popup-video .margen:before,
.popup-absolute .margen:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
}

.popup .filtro .texto,
.popup .filtro-gira .texto {
    position: absolute;
    top: 0px;
    padding: 25px 20px;
}

.popup .titulo {
    font-size: 2em;
}

.popup .megatitulo {
    font-size: 4em;
    line-height: .8em;
}


.popup .des {
    font-size: 1em;
}

.space-letter-1 {
    letter-spacing: 1px;
}

.space-letter {
    letter-spacing: 2px;
}

.space-letter-3 {
    letter-spacing: 3px;
}


.space-letter-5 {
    letter-spacing: 5px;
}


.space-letter-red {
    letter-spacing: -0.07em;
}

.sombra-box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    /*margin: 0px 1.5%;*/
    position: relative;
    text-align: center;
}

.sombra-box span {
    display: block;
    left: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 10px;

    -webkit-box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.5);

    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;

    -webkit-transform: scaleY(.4);
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 50px 20px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 50px 20px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 50px 20px 25px rgba(0, 0, 0, 0.5);
}

.degrad-white {
    /*background: transparent;);
    background: -moz-linear-gradient(top, transparent 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );

    /*background: transparent;
    background: -moz-linear-gradient(top, transparent 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(70%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );*/
}

/*FIN ESPECIAL*/

/*COLOR*/

.gray {
    background: #f6f7f8;
}

.purple {
    background: #5f419c;
}

.white {
    background: #fff;
}

.strong-gray {
    background: #919598;
}

.cobrizo {
    background: #B87333;
}

.black-black {
    background: #000;
}

.black {
    background: #2b2b2b
}

.black-2 {
    background: #1c1c1f;
}

.black-3 {
    background: #17171A;
}

.azulito {
    background: #f2f5f8;
}

.color-base {
    background: #66cccc;
    background: rgb(70, 199, 199);
}

.color-secundario {
    background: #4f008c;
}

.color-fondo {
    background: #323232;
}

.color-terciario {
    background: #db0164;
}

.color-cuarto {
    background: #ff916b;
}

.color-quinto {
    background: #fd3030;
}

.color-sexto {
    background: #D34C29;
}

.color-septimo {
    background: #CA9C11;
}

.color-octavo {
    background: #9CB03D;
}

.color-octavo-opacity {
    background: #9CB03D;
}

.color-facebook {
    background: #3b5998;
}

.color-twitter {
    background: #4099FF;
}

.color-gplus {
    background: #d34836;
}

.color-pinterest {
    background: #cb2027;
}

.color-youtube {
    background: #e02a20;
}

.text-gray {
    color: #bfc2cd;
}

.text-gray ::-webkit-input-placeholder {
    color: #bfc2cd;
}

.text-gray :-moz-placeholder {
    /* Firefox 18- */
    color: #bfc2cd;
}

.text-gray ::-moz-placeholder {
    /* Firefox 19+ */
    color: #bfc2cd;
}

.text-gray :-ms-input-placeholder {
    color: #bfc2cd;
}

.text-second-gray {
    color: #565b5a;
}

.text-strong-gray {
    color: #919598;
}

.text-strong-gray ::-webkit-input-placeholder {
    color: #919598;
}

.text-strong-gray :-moz-placeholder {
    /* Firefox 18- */
    color: #919598;
}

.text-strong-gray ::-moz-placeholder {
    /* Firefox 19+ */
    color: #919598;
}

.text-strong-gray :-ms-input-placeholder {
    color: #919598;
}

.text-black-gray {
    color: #5a5a5e;
}

.text-black-gray ::-webkit-input-placeholder {
    color: #5a5a5e;
}

.text-black-gray :-moz-placeholder {
    /* Firefox 18- */
    color: #5a5a5e;
}

.text-black-gray ::-moz-placeholder {
    /* Firefox 19+ */
    color: #5a5a5e;
}

.text-black-gray :-ms-input-placeholder {
    color: #5a5a5e;
}

.text-purple {
    color: #5f419c;
}

.text-purple {
    color: #5f419c;
}

.text-white {
    color: white;
}

.text-white ::-webkit-input-placeholder {
    color: white;
}

.text-white :-moz-placeholder {
    /* Firefox 18- */
    color: white;
}

.text-white ::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
}

.text-white :-ms-input-placeholder {
    color: white;
}

.text-red {
    color: red;
}

.text-red ::-webkit-input-placeholder {
    color: red;
}

.text-red :-moz-placeholder {
    /* Firefox 18- */
    color: red;
}

.text-red ::-moz-placeholder {
    /* Firefox 19+ */
    color: red;
}

.text-red :-ms-input-placeholder {
    color: red;
}

.text-black-black {
    color: #000;
}

.text-black {
    color: #2b2b2b;
}

.text-black-2 {
    color: #1c1c1f;
}

.text-black-3 {
    color: #17171A;
}

.text-color-base {
    color: #66cccc;
}

.text-color-base ::-webkit-input-placeholder {
    color: #66cccc;
}

.text-color-base :-moz-placeholder {
    /* Firefox 18- */
    color: #66cccc;
}

.text-color-base ::-moz-placeholder {
    /* Firefox 19+ */
    color: #66cccc;
}

.text-color-base :-ms-input-placeholder {
    color: #66cccc;
}

.text-color-secundario {
    color: #4f008c;
}

.text-color-secundario ::-webkit-input-placeholder {
    color: #4f008c;
}

.text-color-secundario :-moz-placeholder {
    /* Firefox 18- */
    color: #4f008c;
}

.text-color-secundario ::-moz-placeholder {
    /* Firefox 19+ */
    color: #4f008c;
}

.text-color-secundario :-ms-input-placeholder {
    color: #4f008c;
}


.text-color-terciario {
    color: #db0164;
}

.text-color-quinto {
    color: #fd3030;
}

/*FIN COLOR*/

.grid {
    position: relative;
    z-index: 10;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}




.box ::-webkit-scrollbar {
    width: 5px;
    background: transparent !important;
}

.box ::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 10px;
    background: transparent !important;
}

.box ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background: rgba(35, 37, 39, .7) !important;
}


body ::-webkit-scrollbar {
    width: 12px;
    background: transparent !important;
}

body ::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 10px;
    background: transparent !important;
}

body ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background: rgba(35, 37, 39, .7) !important;
}




.hiddenscroll ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}

.hiddenscroll ::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 0px;
    background: transparent;
}

.hiddenscroll ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px transparent;
    background: transparent;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 0px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px transparent;
    background: transparent;
}

.hiddenscroll-2 ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}

.hiddenscroll-2 ::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 0px;
    background: transparent;
}

.hiddenscroll-2 ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px transparent;
    background: transparent;
}

.box .left0 {
    left: 0%;
}

.imagen-nuestros-productos {
    display: none;
}

.div-nuestros-productos table {
    min-width: 316px;
}

.div-nuestros-productos td {
    white-space: nowrap;
}

.titulo-tabla-productos td {
    white-space: normal;
}

.div-nuestros-productos {
    overflow: hidden;
}

.overflow-hidden {
    overflow-x: hidden;
    overflow-y: hidden;

}

.carta .carta-over {
    opacity: 0;
}

.carta:hover .carta-over {
    opacity: 1;
}



.parallax {
    position: relative;
    background-position: center center;
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

.menu-icon {
    display: none;
}

.translate-up:hover {
    -webkit-transform: translate(0, -.2em);
    -moz-transform: translate(0, -.2em);
    -o-transform: translate(0, -.2em);
    -ms-transform: translate(0, -.2em);
    transform: translate(0, -.2em);
}

.translate-up-2:hover .translate {
    -webkit-transform: translate(0, -2em);
    -moz-transform: translate(0, -2em);
    -o-transform: translate(0, -2em);
    -ms-transform: translate(0, -2em);
    transform: translate(0, -2em);
}


.effect-button {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    /*text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);*/
}

.effect-button:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background: #4f008c;
    opacity: .5;
    -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.action-effect:hover .effect-button:after {
    opacity: 1;
    height: 10000% !important;
}


.no-visible {
    visibility: hidden;
}

.no-opacity {
    opacity: 0;
}

.opacity-hover:hover .no-opacity {
    opacity: 1;
}

.no-display {
    display: none;
}

/*.effect-button:hover:after {
    opacity: 1;
    height: 600% !important;
}*/

#habla_window_div #habla_topbar_div {
    background: #4f008c !important;
}

.ondas-left {

    border-radius: 0px 0px 40% 0px / 0px 0px 100% 0px;
    ;

    /*border-bottom-right-radius: 55pt 25pt*/
}

.ondas-right {
    border-radius: 0px 0px 0% 40% / 0px 0px 0% 100%;
    ;
}

.nomar {
    margin: 0px;
}

.filter-inverso:hover .filter {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.slider-receta .slick-slide img.no-display {
    display: none !important;
}

.slider-receta .slick-slide .icon {
    display: inline-block !important;
}

.slider-receta .slick-dots {
    bottom: -40px;
}

.shadow-hover:hover {
    -webkit-box-shadow: inset 0px -10px 20px -10px rgba(111, 111, 111, 1);
    -moz-box-shadow: inset 0px -10px 20px -10px rgba(111, 111, 111, 1);
    box-shadow: inset 0px -10px 20px -10px rgba(111, 111, 111, 1);
}

.slide-foto-box.slick-slider {
    margin-bottom: 0px;
}

.slide-foto-box .slick-dots {
    bottom: 10px;
}

.opacity-50 {
    opacity: .5;
}

.opacity-100-hover:hover {
    opacity: 1;
}

.z-index-hover:hover {
    z-index: 99 !important;
}

.salsa-single:hover .texto-salsa-single {
    z-index: 11 !important;
}

.opacity-100 {
    opacity: 1;
}

.opacity-0 {
    opacity: 0;
}

.space-nowrap {
    white-space: nowrap;
}

.space-normal {
    white-space: normal;
}

.menu-secundario {
    display: none;
}

.box-descrip:hover {
    display: block;
}

.white-filter {
    filter: brightness(1000%);
    -webkit-filter: brightness(1000%);
    -moz-filter: brightness(1000%);
    -ms-filter: brightness(1000%);
    -o-filter: brightness(1000%);
}

.white-normal {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}

#lab {
    overflow: hidden;
    padding-bottom: 70px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 2.5em;

    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    transition: all ease 500ms;
}


.beaker {
    -webkit-filter: drop-shadow(#424242 0px 1px 0px);
    border-bottom: 2em solid #FFF;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-radius: .5em;
    height: 0;
    width: 1em;
    position: absolute;
    right: 0.7em;
    bottom: 22%;
    font-size: 0.6em;
}

.beaker::before {
    border-left: .25em solid #FFF;
    border-radius: .25em;
    border-right: .25em solid #FFF;
    content: '';
    height: .25em;
    left: -.25em;
    position: absolute;
    top: -1em;
    width: 1em;
}

.beaker::after {
    border-left: .25em solid #FFF;
    border-right: .25em solid #FFF;
    content: '';
    height: 1em;
    left: 0;
    position: absolute;
    top: -1em;
    width: .5em;
}

.sectionheader {
    position: relative;
}

.lab_item {
    width: 90px;
    height: 185px;
    position: relative;
    display: inline-block;
    vertical-align: top;


}

.esp {
    margin-top: 55px;
}

.hexagon2 {
    position: absolute;
    width: 100px;
    height: 200px;
    top: -50px;
}

.hexagon {
    overflow: hidden;
    visibility: hidden;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;

    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hexagon-in2 {
    -webkit-box-shadow: inset 0 0 0 200px white;
    box-shadow: inset 0 0 0 200px white;
    overflow: hidden;
    width: 100%;
    height: 100%;

    -webkit-background-size: 125%;
    -moz-background-size: 125%;
    background-size: 125%;
    visibility: visible;

    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hexagon-in1 .activo {
    -webkit-box-shadow: inset 0 0 0 200px #6a00b8;
    box-shadow: inset 0 0 0 200px #6a00b8;
}

.hexagon-in2 .imagen {
    width: 120%;
    left: -10%;
    position: relative;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;


    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    box-shadow: 100px 100px 5px #000;
}

.hexagon-in2 .texto {
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;


}

.hexagon-in2:hover .texto {
    -webkit-box-shadow: inset 0 0 0 200px #d5066f;
    box-shadow: inset 0 0 0 200px #d5066f;
}

.hexagon-in2:hover .texto .box {
    opacity: 1;
}

.hexagon-in2:hover .texto .icono {
    opacity: 0;
}


.effect-button {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    /*text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);*/
}

.effect-button:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background: rgb(70, 199, 199);
    opacity: .5;
    -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.action-effect:hover .effect-button:after {
    opacity: 1;
    height: 300% !important;
}

.trapecio-top {
    width: 250px;
    height: 100px;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 100px solid #4f008c;
}

.info-ventana .article {

    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.info-ventana .hexagon2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.info-ventana .lab_item {
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    vertical-align: top;


}

.hexagon-int {
    -webkit-box-shadow: inset 0 0 0 1000px #dd309b;
    box-shadow: inset 0 0 0 1000px #dd309b;
    overflow: hidden;
    width: 100%;
    height: 100%;

    -webkit-background-size: 125%;
    -moz-background-size: 125%;
    background-size: 125%;
    visibility: visible;

    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hexagon-int .imagen {
    width: 120%;
    left: -10%;
    position: relative;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;


    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    box-shadow: 100px 100px 5px #000;
}

/*NEW STYLE*/
.divider {
    background-color: #5edcff;
    width: 60%;
    height: 1px;
    display: inline-block;
}

.divider-2 {
    background-color: #5edcff;
    width: 30%;
    height: 2px;
    display: inline-block;
}

.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.content {
    height: 100%;
}

.top-secondary-border{
    border-top: 5px solid #048bb4;
}

.circle-2 {
    display: inline-block;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    vertical-align: middle;
}

.border-radius20{
    border-radius: 20px;
}

.border-radius20-right{
    border-radius: 0px 0.5rem 0.5rem 0px;
}

.slick-prev:before{
    color: gray !important;
}

.slick-next:before{
    color: gray !important;
}

.menu .menu-line a{
    text-decoration: none;
}

.menu .menu-line{
    position: relative;
    text-align: center;
}

.menu .menu-line .line{
    width: 0%;
    display: inline-block;
    height: 1px;
    background: red;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.menu .menu-line:hover .line{
    width: 100%;
}

.effect-button
{
    position: relative;
    overflow: hidden;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    height: 1px;
}

.effect-button:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 50%;
    top: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background: #5ffc6a;
    opacity: 0;
    -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.action-effect:hover .effect-button:after {
    opacity: 1;
    height: 10000% !important;
}



@media screen and (max-width: 800px){
    .modal-img .content{
        height: 300px !important;
    }

    .border-radius20-right{
        border-radius: 0px 0px 0.5rem 0.5rem;
    }

    .exp-image img{
        width: 50% !important;
    }
}

@media screen and (max-width: 500px){
    .form{
        position: relative !important;
    }

    .form-box{
        margin-bottom: 0px !important;
    }
}