/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Imports
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
/*@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,700);*/

@font-face {
    font-family: 'd-dinregular';
    src: url('../fonts/d-din-webfont.woff2') format('woff2'),
        url('../fonts/d-din-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'd-dindin-bold';
    src: url('../fonts/d-din-bold-webfont.woff2') format('woff2'),
        url('../fonts/d-din-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Global
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
body,
input,
select,
textarea,
body * {
    font-family: 'd-dinregular';
    box-sizing: border-box;
}

body::after,
body::before,
input::after,
input::before,
select::after,
select::before,
textarea::after,
textarea::before,
body *::after,
body *::before {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    overflow-x: hidden;
}

.top {
    display: none;
    background: rgb(81, 255, 182);
    color: #fff;
    padding: 5px 10px;
    font-size: 22px;
    position: fixed;
    bottom: 45px;
    right: 35px;
}

.show-top {
    display: block;
    z-index: 99;
    transition: 2s;
}

.top:hover {
    background: rgb(87, 160, 255);
}

h1 {
    font-weight: 100;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 10px;
}

h2 {
    font-weight: 100;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
}

ul {
    list-style: none;
}

#trigger-overlay:hover,
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
    transition: .8s;
}

p {
    font-size: 16px;
}

.wrapper {
    padding: 75px 0px;
}

.virticle-line {
    height: 40px;
    width: 1px;
    background: #888;
    margin: 15px auto 5px;
}

.circle {
    height: 15px;
    width: 15px;
    border: 1px solid #888;
    border-radius: 100%;
    margin: 0px auto 50px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    left: -12%;
}

.carousel-control.right {
    right: -65%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.cizq {
    float: left;
    text-align: left;
}

.row.creditos p {
    margin-top: inherit !important;
    margin-bottom: inherit !important;
    color: #c99999;
    font-size: 10px;
    font-family: arial;
}

.cder {
    float: right;
    text-align: right;
}

.row.creditos p a {
    color: #c99999;
    text-decoration: none;
    font-family: arial;
}

.row.creditos p a:hover {
    color: #ffffff;
}

footer {
    margin-top: -34px;
}

.carousel-indicators {
    width: 100%;
    visibility: hidden;
}

.prelative {
    position: relative;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 4px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 4px;
    border: 2px solid #fff;
}

.menu-footer {
    text-align: center;
    display: none
}

.menu-footer .telf {
    float: none;
    color: #ffffff;
    margin-left: 0;
}

.menu-footer .redes {
    float: none;
    margin: 0px auto;
    display: table;
    width: auto;
    padding: 0;
}

.distribuidor {
    display: table;
    margin: 0 auto 8px;
}

.distribuidor img {
    display: inline-table;
    margin-top: -13px;
}

.distribuidor p {
    display: inline-table;
    color: #fff;
    margin: 5px 0px 0px 13px;
}

.bg-gris {
    background-color: #343a40 !important;
}

.carousel-inner {
    visibility: hidden;
}

.carousel-control.left,
.carousel-control.right {
    visibility: hidden;
}

.carousel-indicators {
    bottom: -30px;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH 		Overlay style
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: linear-gradient(50deg, rgb(81, 255, 182), rgb(87, 160, 255));
}

.overlay .overlay-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 110px;
    top: 85px;
    overflow: hidden;
    border: none;
    background: url(../img/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}

.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
}

.overlay ul li a {
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #e3fcb1;
}

.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay-hugeinc nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.overlay-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Preloader
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('../img/Intersection.gif') no-repeat center center;
    background-size: 100px 100px;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Header
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
.header {
    height: 100vh;
    background: url(../img/fondo-rojo.jpg) top center;
    padding: 0px 0px 45px 0px;
    background-size: cover;
}

#logo {
    font-size: 80px;
    letter-spacing: 10px;
    font-weight: 100;
    color: white;
    display: inline-block;
    padding: 0px;
    float: left;
}

a#logo:hover {
    text-decoration: none;
}

.strong {
    font-weight: 400;
}

.top-menu img {
    float: left;
}

.top-menu p {
    color: #ffffff;
    float: left;
    margin: 5px 0 0 10px;
}

.top-bar {
    width: 100%;
    visibility: hidden;
}

.fixed {
    position: fixed;
    background: #ec0000;
    top: 0;
    z-index: 99;
    transition: 1s;
}

.fixed #logo {
    font-size: 60px;
}

.fixed .nav-button {
    margin: 15px 0px;
}

.nav-button {
    max-width: 600px;
    margin: 35px 0px;
}

.nav-button button {
    border: none;
    outline: none;
    display: inline-block;
    color: #fff;
    border-radius: 0px;
    cursor: pointer;
    background-color: transparent;
    float: right;
    font-size: 42px;
    /*border: 1px solid white;*/
    padding: 0px 12px;
}

.nav-button button:hover {
    color: rgb(87, 160, 255);
    background-color: white;
}

.navbar-white {
    background-color: #fff !important;
    transition: background 0.5s ease-out;
    box-shadow: 0px 0px 10px #39c;
}

.banner-text {
    margin-top: 100px;
}

.starting p {
    padding: 20px 0px;
    color: #fff;
    line-height: 30px;
}

.btn.btn-download {
    padding: 10px;
    background: white;
    border-radius: 50px;
    width: 180px;
    text-align: left;
    color: #333333;
    border: 1px solid white;
    margin-right: 10px;
}

.btn.btn-download:hover {
    color: #fff;
    background-color: transparent;
}

.btn.btn-download i {
    width: 20px;
    font-size: 36px;
    margin-left: 10px;
    margin-right: 25px;
}

.btn.btn-download strong {
    font-weight: 800;
}

.top-menu {
    background-color: #000000;
    width: 100%;
    float: left;
    padding: 5px 0;
}

.redes {
    float: right;
    margin: 0px;
}

.redes li {
    border: solid 2px #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    float: left;
    color: #ffffff;
    width: 30px;
    text-align: center;
    margin: 0 3px;
}

.redes li a {
    float: left;
    width: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.redes li a:hover {
    background-color: #ffffff;
}

.redes li a:hover i {
    color: #000000;
}

.redes li i {
    color: #ffffff;
    padding: 6px 0;
}

.telf {
    float: right;
    color: #ffffff;
    margin-left: 20px;
}

.telf a {
    color: #ffffff;
    text-decoration: none;
}

.telf a:hover {
    text-decoration: none;
    color: #ffffff;
    padding-left: 0px;
}

.telf i {
    color: #ffffff;
    font-size: 28px;
    margin-right: 6px;
}

.telf span {
    font-size: 22px;
}

.logo {
    float: left;
}

.menuCategorias {
    float: right;
    margin-bottom: 0;
}

.menuCategorias li {
    float: left;
    margin-left: 45px;
    font-size: 20px;
}

.menuCategorias li a {
    color: #c68d8d;
    text-decoration: none;
}

.menuCategorias li a:hover {
    color: #ffffff;
    font-family: 'd-dindin-bold';
}

.menuCategorias li a:hover,
.menuCategorias li a.activo {
    color: #ffffff;
    font-family: 'd-dindin-bold';
}

.container {
    width: 85%;
}

.menu {
    padding: 15px 0 20px;
}

.cont-form {
    position: absolute;
    right: 0px;
    visibility: hidden;
}

/********* Form ***************/

fieldset {
    margin: 0 0 3rem;
    padding: 0;
    border: none;
}

form {
    background-color: #ffffff;
    padding: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.form-radio,
.form-group {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;

}

form h1 {
    font-family: 'd-dindin-bold';
    font-size: 38px;
    color: #ec0000;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 35px;
    margin-top: 0;
}

.form-inline>.form-group,
.form-inline>.btn {
    display: inline-block;
    margin-bottom: 0;
}

.form-row {
    width: 100%;
    display: table;
}

.form-row div:first-child {
    padding-left: 0px;
}

.form-row div:last-child {
    padding-right: 0px;
}

.checkbox label span {
    margin-left: 10px;
}

.form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #b3b3b3;
    font-size: 0.8rem;
}

.checkbox .form-help,
.form-radio .form-help,
.form-group .form-help {
    position: absolute;
    width: 100%;
}

.checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
}

.form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem;
}

.form-group input {
    height: 35px;
}

.form-group textarea {
    resize: none;
}

.form-group select {
    width: 100%;
    font-size: 16px;
    height: 35px;
    padding: 0.125rem 0.125rem 0.0625rem;
    background: none;
    border: none;
    line-height: 1.6;
    box-shadow: none;
}

.form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: block;
}

.form-group .bar::before {
    content: '';
    height: 2px;
    width: 0;
    left: 50%;
    bottom: 0;
    position: absolute;
    background: #00bee1;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}

.form-group input,
.form-group textarea {
    display: block;
    background: none;
    font-size: 16px;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}

.form-group textarea {
    padding: 0.125rem 0.125rem 0.0625rem;
}


.form-group input[type="file"] {
    line-height: 1;
}

.form-group input[type="file"]~.bar {
    display: none;
}

.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
    color: #333;
}

.form-group select~.control-label,
.form-group input:focus~.control-label,
.form-group input:valid~.control-label,
.form-group input.form-file~.control-label,
.form-group input.has-value~.control-label,
.form-group textarea:focus~.control-label,
.form-group textarea:valid~.control-label,
.form-group textarea.form-file~.control-label,
.form-group textarea.has-value~.control-label {
    font-size: 13px;
    color: #00bee1;
    top: -12px;
    left: 0;
}

.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
}

.form-group select:focus~.control-label,
.form-group input:focus~.control-label,
.form-group textarea:focus~.control-label {
    color: #00bee1;
}

.form-group select:focus~.bar::before,
.form-group input:focus~.bar::before,
.form-group textarea:focus~.bar::before {
    width: 100%;
    left: 0;
}

a {
    color: #00bee1;
    text-decoration: underline;
    transition: .1s;
}

a:hover,
a:active,
a:focus {
    color: #00bee1;
    text-decoration: underline;
    padding-left: 3px;
}

.checkbox label,
.form-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    text-align: left;
    color: #333;
    display: block;
}

.checkbox input,
.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.radio {
    margin-bottom: 1rem;
}

.radio .helper {
    position: absolute;
    top: -0.25rem;
    left: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

.radio .helper::before,
.radio .helper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid currentColor;
}

.radio .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #00bee1;
    border-color: #00bee1;
}

.radio label:hover .helper {
    color: #00bee1;
}

.radio input:checked~.helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.radio input:checked~.helper::before {
    color: #00bee1;
}

.checkbox {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.checkbox .helper {
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    z-index: 0;
    border: 0.125rem solid currentColor;
    border-radius: 0.0625rem;
    -webkit-transition: border-color 0.28s ease;
    transition: border-color 0.28s ease;
}

.checkbox .helper::before,
.checkbox .helper::after {
    position: absolute;
    height: 0;
    width: 0.2rem;
    background-color: #00bee1;
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0.25rem;
    content: '';
    -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
    transition: opacity 0.28s ease, height 0s linear 0.28s;
    opacity: 0;
}

.checkbox .helper::before {
    top: 13px;
    left: 8px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    box-shadow: 0 0 0 0.0625rem #fff;
}

.checkbox .helper::after {
    top: 5px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox label:hover .helper {
    color: #00bee1;
}

.checkbox input:checked~.helper {
    color: #00bee1;
}

.checkbox input:checked~.helper::after,
.checkbox input:checked~.helper::before {
    opacity: 1;
    -webkit-transition: height 0.28s ease;
    transition: height 0.28s ease;
}

.checkbox input:checked~.helper::after {
    height: 10px;
}

.checkbox input:checked~.helper::before {
    height: 22px;
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: 1rem;
}

.has-error .legend.legend,
.has-error.form-group .control-label.control-label {
    color: #d9534f;
}

.has-error.form-group .form-help,
.has-error.form-group .helper,
.has-error.checkbox .form-help,
.has-error.checkbox .helper,
.has-error.radio .form-help,
.has-error.radio .helper,
.has-error.form-radio .form-help,
.has-error.form-radio .helper {
    color: #d9534f;
}

.has-error .bar::before {
    background: #d9534f;
    left: 0;
    width: 100%;
}

.button {
    position: relative;
    background: currentColor;
    border: 1px solid currentColor;
    font-size: 30px;
    color: #00bee1;
    margin: 3rem 0;
    padding: 0.75rem 10rem;
    cursor: pointer;
    -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
    float: none;
    display: table;
}

.button span {
    font-family: 'd-dindin-bold';
    color: #fff;
}

.button-gris::before {
    border: 50vh solid #343a40 !important;
}

.button::before {
    content: '';
    position: absolute;
    background: #071017;
    border: 50vh solid #ec0000;
    width: 20vh;
    height: 30vh;
    border-radius: 50%;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 0;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.button:hover {
    color: #00bee1;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.button:active::before,
.button:focus::before {
    -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
    transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
}

.button:focus {
    outline: none;
}

#empresas h1 {
    color: #5a5a5a;
}

/********** End form **********/

.modal-title {
    font-family: 'd-dindin-bold';
    font-size: 27px;
    color: #ec0000;
    text-transform: uppercase;
}

.modal-header .close {
    position: absolute;
    right: 10px;
    top: 5px;
}

.close {
    font-size: 48px;
}

.modal-content {
    padding: 25px 35px;
}

.modal-body {
    font-size: 15px;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Video
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#video {
    text-align: center;
    color: #333;
}

#video h2 {
    color: #333;
}

#video p {
    margin-top: 40px;
}

.video {
    margin: 0 auto;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Bigfeature
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#bigfeatures li i {
    color: #999;
    font-size: 24px;
    text-align: center;
    height: 50px;
    width: 50px;
    border: 1px solid #999;
    border-radius: 100%;
    padding-top: 12px;
}

.item-list-right li {
    padding: 0 70px 20px 0;
    position: relative;
    text-align: right;
}

.item-list-right li i {
    font-size: 32px;
    position: absolute;
    right: 0;
    top: 0;
}

.item-list-left li {
    padding: 0 0px 20px 60px;
    position: relative;
    text-align: left;
}

.item-list-left li i {
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 0;
}

.item-list-right h3,
.item-list-left h3 {
    margin: 0 0 25px 0;
    font-weight: 300;
}

.item-list-left.item-list-big li {
    padding: 0 0px 20px 70px;
}

.item-list-big li i {
    font-size: 48px;
}

.item-list-right li:last-child,
.item-list-left li:last-child {
    padding-bottom: 0;
}

#bigfeatures .screen {
    width: 400px;
    max-width: 110%;
    height: auto;
}

#bigfeatures i {
    color: #41A1E1;
}

@media (max-width:1200px) and (min-width:767px) {
    #bigfeatures i {
        display: none;
    }

    .item-list-right.item-list-big li,
    .item-list-left.item-list-big li {
        padding: 0 0px 40px 0px;
    }
}

@media (max-width:992px) and (min-width:767px) {

    .item-list-right.item-list-big li,
    .item-list-left.item-list-big li {
        font-size: 14px;
    }

    .item-list-right h3,
    .item-list-left h3 {
        font-size: 22px;
    }

    .item-list-right li:last-child,
    .item-list-left li:last-child {
        padding-bottom: 0;
    }
}

@media all and (max-width:767px) {
    .item-list-right li i {
        right: auto;
        left: 0;
    }

    .item-list-left li:last-child {
        margin-bottom: 60px;
    }
}

.animation-box {
    display: inline-block;
    position: relative;
}

@-webkit-keyframes highlight-left {
    0% {
        opacity: 0;
        top: 100%;
        -webkit-transform: scale(0);
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        top: 0;
        -webkit-transform: scale(0);
    }
}

@keyframes highlight-left {
    0% {
        opacity: 0;
        top: 100%;
        transform: scale(0);
    }

    70% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        top: 0;
        transform: scale(0);
    }
}

.highlight-left {
    position: absolute;
    animation: highlight-left 2s ease-in 0s infinite;
    -webkit-animation: highlight-left 2s ease-in 0s infinite;
    left: -5px;
    margin-top: -100px;
}

@-webkit-keyframes highlight-right {
    0% {
        opacity: 0;
        top: 0;
        -webkit-transform: scale(0)
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(1)
    }

    100% {
        opacity: 0;
        top: 100%;
        -webkit-transform: scale(0)
    }
}

@keyframes highlight-right {
    0% {
        opacity: 0;
        top: 0;
        transform: scale(0)
    }

    70% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        top: 100%;
        transform: scale(0)
    }
}

.highlight-right {
    position: absolute;
    animation: highlight-right 2s ease-in 0s infinite;
    -webkit-animation: highlight-right 2s ease-in 0s infinite;
    right: -5px;
    margin-top: -100px;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Speciality
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#speciality {
    background: #eee;
    text-align: center;
    color: #333;
}

#speciality h2 {
    color: #333;
}

#speciality h3 {
    text-transform: uppercase;
}

.special-icon {
    color: #888;
    border: 1px solid #888;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding-top: 15px;
    display: inline-block;
    margin: 15px 0px;
}

#speciality .container .row .col-sm-4:nth-child(2) {
    border-right: 1px solid #888;
    border-left: 1px solid #888;

}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Features
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
.features-list {
    margin: 20px 10px;
}

.features-list-left {
    text-align: right;
    margin: 20px 10px;
}

.features-list ul.right li {
    padding: 10px 0px;
}

.features-list-left ul.left li {
    padding: 10px 0px;
    text-align: right;
}

.features-list ul.right {
    padding: 40px;
    margin-left: -40px;
}

.features-list-left ul.left {
    padding: 40px;
    margin-right: -40px;
}

.left-img {
    margin-right: -15px;
}

.right-img {
    margin-left: -15px;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Screenshots
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#gallery {
    background: #e7e7e7;
}

#gallery h2 {
    display: none;
}

#gallery {
    position: relative;
}

#gallery .virticle-line,
#gallery .circle {
    display: none;
}

#screenshots .item {
    padding: 0px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    display: block;
}

.img_res {
    max-width: 200px;
}

.customNavigation {
    text-align: center;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.gallery-nav {
    width: 42px;
    height: 42px;
    background: #fff;
    font-size: 28px;
    line-height: 0;
    border: 2px solid;
    border-radius: 100%;
    color: rgb(87, 160, 255);
    padding: 6px 9px;
}

.gallery-nav:hover,
.gallery-nav:focus,
.gallery-nav:active {
    color: #fff;
    background: rgb(87, 160, 255);
    border-color: rgb(87, 160, 255);
}

.customNavigation {
    top: 40%;
    position: absolute;
    display: block;
    width: 100%;
}

a.prev {
    float: left;
    margin-left: 10px;
    padding-left: 6px;
}

a.next {
    float: right;
    margin-right: 10px;
    padding-left: 12px;
}


/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Development Team
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#team {
    text-align: center;
    color: #333;
}

#team h2 {
    color: #333;
}

#team img {
    width: 200px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    margin: 0px auto;
}

.img-hover {
    display: none;
    width: 200px;
    height: 213px;
    position: absolute;
    margin: 0px auto;
}

#team .icon-m {
    position: absolute;
    width: 30px;
    right: 0px;
    bottom: 0px;
}

#team .icon-p {
    position: absolute;
    width: 30px;
    top: 185px;
    left: 185px;
}

#team .col-md-2:hover .img-hover {
    display: block;
    background: rgba(0, 0, 0, .7);
    top: 0;
    cursor: pointer;
    margin: 0px auto;
}

#team .col-md-2:hover .icon-m {
    display: block;
}

ul.social-icon {
    padding: 0px;
    margin-top: 95px;
}

ul.social-icon li {
    display: inline-block;
    margin: 5px;
}

ul.social-icon i {
    color: #333;
    background: #fff;
    border-radius: 100%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 8px;
}

ul.social-icon li a {
    display: block;
}

.social-icon ul li a i {
    color: white;
    border-color: white;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH 				Testimonial
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#testimonial {
    background: linear-gradient(50deg, rgb(81, 255, 182), rgb(87, 160, 255));
    color: white;
    padding: 100px 0px;
    /*position: relative;*/
}

#testimonial h3 {
    color: white;
}

#testimonial hr {
    border-color: white;
}

/*.item .test-img{
    width: 100px;
}*/
.owl-theme .owl-controls .owl-page span {
    border: 1px solid white;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    border: 1px;
    padding: 0px;
    margin: 0px;
    background-color: #eee;
}

.owl-theme .owl-controls .owl-page {
    border-radius: 100%;
    border: 2px solid #fff;
    margin: 10px;
    /* position: absolute;
    top: -25px;*/
}

.owl-theme .owl-controls .owl-page span:hover {
    background-color: transparent;
}

.owl-theme .owl-controls .active span {
    background-color: transparent;
}

.owl-theme .owl-controls .owl-page:nth-child(1) {
    background: url(../img/test1.png) center;
    background-size: 100px 100px;
}

.owl-theme .owl-controls .owl-page:nth-child(2) {
    background: url(../img/test2.png) center;
    background-size: 100px 100px;
}

.owl-theme .owl-controls .owl-page:nth-child(3) {
    background: url(../img/test3.png) center;
    background-size: 100px 100px;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Pricing table
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

#pricing {
    position: relative;
    height: 100%;
    background: linear-gradient(50deg, rgb(81, 255, 182), rgb(87, 160, 255));
}

ul.pricing-table {
    display: block;
    width: 100%;
}

ul.pricing-table:after {
    display: block;
    content: "";
    clear: both;
}

ul.pricing-table>li {
    display: block;
    position: relative;
    z-index: 1;
    float: left;
    width: 30.66666%;
    background: #fff;
    color: #444;
    margin: 0 4% 0 0;
    padding: 15px;
    text-align: center;
}

ul.pricing-table>li:last-child {
    margin-right: 0;
}

ul.pricing-table .benefits-list {
    padding: 0px;
}

ul.pricing-table .stamp {
    position: absolute;
    right: -20px;
    top: 60px;
    height: 80px;
    width: 80px;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 12px;
    background: #fff;
    border: 1px solid #eee;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0px;
}

ul.pricing-table .stamp i {
    display: block;
    padding: 0 0 4px 0;
    font-size: 27px;
}

ul.pricing-table h3 {
    display: block;
    padding: 30px 5px 30px 5px;
    margin: 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px dotted #eee;
    color: #444;
}

ul.pricing-table li.silver h3 {
    background: #eee;
    color: #888;
    border-bottom: 2px dotted #eee;
}

ul.pricing-table li.silver .stamp {
    color: #888;
    border: 1px solid #888;
}

ul.pricing-table li.gold h3 {
    background: #fff29d;
    color: #a98815;
    border-bottom: 2px dotted #fff29d;
}

ul.pricing-table li.gold .stamp {
    color: #a98815;
    border: 1px solid #a98815;
    text-align: center;
}

ul.pricing-table span {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #222;
    padding: 30px 0;
    line-height: 1.3;
}

ul.pricing-table span small {
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
    display: block;
    line-height: 1;
}

ul.pricing-table .benefits-list {
    margin: 0 0 30px 0;
}

ul.pricing-table .benefits-list li {
    padding: 5px 0;
}

ul.pricing-table .benefits-list li.not {
    text-decoration: line-through;
    color: #ddd;
}

ul.pricing-table a.buy {
    display: block;
    padding: 15px;
    font-size: 28px;
    background: #f2f2f2;
    border-radius: 0 0 5px 5px;
    color: #444;
    text-align: center;
}

ul.pricing-table a.buy:hover .ion-ios-cart-outline:before {
    content: "\f3d6";
}

.bg-color-grad {
    background: #00aeff;
    background: -moz-linear-gradient(top, #00aeff 0%, #00e0a4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aeff), color-stop(100%, #00e0a4));
    background: -webkit-linear-gradient(top, #00aeff 0%, #00e0a4 100%);
    background: -o-linear-gradient(top, #00aeff 0%, #00e0a4 100%);
    background: -ms-linear-gradient(top, #00aeff 0%, #00e0a4 100%);
    background: linear-gradient(to bottom, #00aeff 0%, #00e0a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeff', endColorstr='#00e0a4', GradientType=0);
}


/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Contact Us
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#contact {
    text-align: left;
    background-color: #e7e7e7;
}

#contact i {
    width: 60px;
    height: 100px;
    border-radius: 30px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 40px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 12px;
    padding: 30px 0;
    text-align: center;
    float: left;
}

.contact-item:hover i {
    background-color: #39c;
    transition: .8s;
    border: 2px solid #e7e7e7 !important;
    /*background: linear-gradient(90deg, rgb(81, 255, 182), rgb(87, 160, 255));*/
}

.contact {
    font-size: 15px;
}

.form h3 {
    margin-left: 15px;
}

.form .message {
    margin: 0px 15px;
    height: 180px;
    width: 98%;
}

.btn-sub {
    width: 170px;
    height: 50px;
    border-radius: 0px;
    color: white;
    background-color: rgb(87, 160, 255);
    padding: 15px 10px;
    margin: 10px 30px;
    border-color: rgb(87, 160, 255);
    margin-bottom: 45px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-sub:hover {
    background-color: rgb(81, 255, 182);
    border-color: rgb(81, 255, 182);
    color: white;
    transition: .8s;
}

input[type="username"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
    border-color: rgb(81, 255, 182);
    box-shadow: none;
}

input.form-control,
.message {
    border-radius: 0px;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Footer Section
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

#footer {
    /*background: linear-gradient(180deg, rgb(0, 190, 111), rgb(87, 160, 255));*/
    background-color: #39c;
    color: white;
    padding: 40px 0;
}

#footer .credits a {
    color: #fff;
    text-decoration: underline;
}

.credits {
    padding-bottom: 5px;
}

ul.social-icons {
    padding: 0;
}

ul.social-icons li {
    display: inline-block;
    margin: 5px;
    font-size: 35px;
}

.copyright {
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.31);
    padding-top: 40px;
}

ul.social-icons i {
    color: white;
    border-radius: 100%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 9px;
}

ul.social-icons li a {
    display: block;
}

.footer-logo h1 {
    color: white;
}

.social-icons ul li a i {
    color: white;
    border-color: white;
}

.facebook a:hover i {
    color: #fff;
    background-color: #3B5998;
}

.twitter a:hover i {
    color: #fff;
    background-color: #2A80BA;
}

.linkedin a:hover i {
    color: #fff;
    background-color: #007bb6;
}

.googleplus a:hover i {
    color: #fff;
    background-color: #dd4b39;
}

.github a:hover i {
    color: #fff;
    background-color: #444;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 0;
    opacity: 0.75;
}

.gracias {
    margin: 0 auto;
    float: none;
    text-align: center;
}

.gracias .banner-text h2 {
    font-family: 'd-dindin-bold';
    font-size: 60px;
}

.gracias .banner-text p {
    font-size: 30px;
}

footer>.container {
    visibility: hidden;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH 				Media Quiry
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/


@media screen and (max-height: 30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 34px;
    }

    .overlay ul li {
        min-height: 34px;
    }
}

@media (max-width:1200px) and (min-width:767px) {}

@media (max-width:1400px) and (min-width:1250px) {
    form h1 {
        font-size: 27px;
        margin-bottom: 25px;
    }

    .menu {
        padding: 15px 0 0;
    }

    .button {
        font-size: 23px;
        padding: 0.75rem 7rem;
    }

    .form-group input {
        height: 25px;
    }

    .form-radio,
    .form-group {
        margin-top: 0.5rem;
    }

    .form-group select {
        height: 25px;
    }

    .form-group select~.control-label,
    .form-group input:focus~.control-label,
    .form-group input:valid~.control-label,
    .form-group input.form-file~.control-label,
    .form-group input.has-value~.control-label,
    .form-group textarea:focus~.control-label,
    .form-group textarea:valid~.control-label,
    .form-group textarea.form-file~.control-label,
    .form-group textarea.has-value~.control-label {
        font-size: 11px;
    }

    .checkbox label span {
        font-size: 11px;
    }

    .menuCategorias li {
        font-size: 17px;
    }

    .row-form>div:first-child {
        padding-right: 5px;
    }

    .row-form>div:last-child {
        padding-left: 5px;
    }

    form {
        padding: 30px;
    }

    .logo img {
        width: 50%;
    }

    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        width: 100%;
    }

    /*.cont-form{width: 36%;}*/
}

@media (max-width:1800px) and (min-width:1401px) {
    form h1 {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .cont-form {
        width: 35%;
    }

    .form-radio,
    .form-group {
        margin-top: 0.5rem;
    }

    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        width: 87%;
    }

    .row-form>div:first-child {
        padding-right: 5px;
    }

    .row-form>div:last-child {
        padding-left: 5px;
    }
}

@media (max-width: 966px) {
    .header {
        height: auto;
    }

    .img-hover {
        left: 0;
        right: 0;
    }

    #gallery h2 {
        display: block;
        color: black;
        text-align: center;
    }

    #gallery .virticle-line,
    #gallery .circle {
        display: block;
    }

    #team .icon-p {
        left: 231px;
    }

    /*#speciality .container .row .col-sm-4:nth-child(2){
        border-right: 2px solid #888;
    }*/
    #contact i {
        color: #9d9d9d;
        border-color: #9d9d9d;
    }

    #contact .col-sm-6:hover i {
        background-color: #39c;
        color: #fff;
        border-color: #fff;
    }

    h3 {
        font-weight: 500 !important;
    }

    #bigfeatures li i {
        display: none;
    }

    .form .message {
        width: 96%;
    }

    .carousel-indicators {
        width: auto;
        margin: auto;
        left: 0;
        right: 0;
    }

    .header {
        padding: 0 0 178px 0;
    }

    .hgracias {
        min-height: 570px;
        padding: 0;
        height: 100%;
    }

    .container {
        width: 90%;
        padding: 0;
    }

    .form-group .control-label {
        left: 0px;
    }

    .row:before {
        display: inherit;
    }

    .button {
        padding: 0.75rem 7rem;
    }

    .cizq,
    .cder {
        text-align: center;
        float: inherit;
    }

    footer {
        margin-top: -163px;
    }

    .menuCategorias {
        margin: 0 auto;
        width: auto;
        display: table;
        padding: 0;
        left: 0;
        right: 0;
        float: none;
    }

    .menuCategorias li {
        margin: 0 9px;
    }

    .row.creditos p,
    .row.creditos p a {
        color: #ffffff;
    }

    .cont-form {
        position: relative;
    }

    .carousel-control.right {
        right: -5%;
    }

    .carousel-control.left {
        left: -5%;
    }

    .logo {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    form {
        padding: 23px;
    }

    form h1 {
        font-size: 28px;
    }

    .top-menu p {
        font-size: 12px;
        display: none;
    }

    .menu {
        padding-bottom: 0px;
    }

    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        margin: 0 auto 25px auto;
        border-radius: 3%;
        width: 80%;
    }

    .menu-footer {
        display: block;
    }

    .top-menu {
        display: none;
    }

    .banner-text {
        margin-top: 20px;
    }

    .gracias .banner-text h2 {
        font-size: 40px;
    }

    .gracias .banner-text p {
        font-size: 19px;
        line-height: initial;
    }

    .carousel-indicators {
        bottom: -4px;
    }
}

@media (max-width: 480px) {}

@media (max-width: 320px) {
    .overlay nav ul {
        margin-left: -20px;
    }

    .overlay .overlay-close {
        right: 50px;
    }
}

.form-group:before,
.checkbox label:before,
.checkboxnuevo label:before {
    content: "";
    background: #fff no-repeat center center;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: -10px 0 0;
    position: absolute;
    right: 5px;
    top: 60%;
    transition: 0.4s;
    z-index: 1;
    transition-property: background-image, transform, visibility;
    width: 15px
}

.form-group:not(.has-feedback):before,
.checkbox label:not(.has-feedback):before,
.checkboxnuevo label:not(.has-feedback):before {
    transform: matrix(0.01, 0, 0, 0.01, 0, 0);
    visibility: hidden
}

.form-group.has-feedback.has-success:before,
.checkbox label.has-feedback.has-success:before,
.checkboxnuevo label.has-feedback.has-success:before {
    background-image: url(../img/img-success.png)
}

.checkboxnuevo label.has-feedback.has-success:before {
    background-image: url(../img/img-success.png)
}

.form-group.has-feedback.has-error:before,
.checkbox label.has-feedback.has-error:before {
    background-image: url(../img/img-error.png)
}

.checkboxnuevo label.has-feedback.has-error:before {
    background-image: url(../img/img-error.png)
}

.checkbox label.has-feedback.has-success .helper {
    border-color: #00bee1
}

.checkbox label.has-feedback.has-error .helper {
    border-color: #f00
}

/***terminos y condiciones**/
.terminos {
    display: block;
    position: absolute;
    width: 85%;
    text-align: center;
    z-index: 1;
    bottom: 97%;
}

.terminos a {
    color: #ffffff;
    text-decoration: none;
}

.terminos a:hover {
    color: #ffffff;
    font-family: 'd-dindin-bold';
}

.panel-title .glyphicon {
    float: right;
}

.panel-heading {
    padding: 0px;
}

.panel-title {
    display: table;
    width: 100%;
}

.panel-title>a {
    width: 100%;
    float: left;
    display: table;
    padding: 10px 15px;
    text-decoration: none;
    font-family: 'd-dindin-bold';
    text-transform: uppercase;
}

.terminos-cont h1 {
    font-family: 'd-dindin-bold';
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 35px;
    margin-top: 0;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    color: #ec0000;
}

.terminos-cont {
    width: 60%;
}

.header {
    min-height: 675px;
}

footer {
    position: relative;
}

.panel-body {
    padding: 15px 50px;
}

.panel-body h4 {
    font-family: 'd-dindin-bold';
    font-size: 16px;
}

.panel-body>ul>li {
    font-size: 16px;
    list-style: disc;
}

.panel-title {
    font-size: 18px;
}

@media (max-width: 1400px) and (min-width: 1201px) {
    .terminos-cont h1 {
        font-size: 27px;
        margin-bottom: 25px;
    }
}

@media (max-width: 966px) {
    .header {
        padding: 0 0 260px 0;
    }

    footer {
        margin-top: -218px
    }

    .terminos {
        position: relative;
        width: 100%;
        margin: 0 auto 10px;
    }

    .terminos-cont h1 {
        font-size: 28px;
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .terminos-cont {
        width: 90%;
        margin: 0 auto;
    }

    .panel-body {
        padding: 15px 30px;
    }

    .panel-title {
        font-size: 16px;
    }
}

/***fin terminos y condiciones**/