* {
    box-sizing: border-box;
}

html,
body {
    margin: 0 0 0 0;
    padding: 0;
    outline: none;
    display: block;
    font-family: "Assistant", sans-serif;
    font-size: 15px;
    background: transparent;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizelegibility;
}

ul,
li {
    list-style: none;
}

a,
p,
li,
blockquote,
address,
input {
    color: gray;
    font-weight: 400;
    line-height: 1.6;
    font-size: 1em;
    word-spacing: .5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
ul,
li,
blockquote,
address,
input {
    margin: 0;
    padding: 0;
    font-family: "Assistant", sans-serif;
    border: none;
}

.MT50 {
    margin-top: 50px;
}

.colorFFF {
    color: #fff!important;
}

.borderR {
    border-right: none;
    margin-bottom: 30px;
    text-align: center;
}

.mh70 {
    min-height: 70px!important;
}

.P30-0 {
    padding: 60px 0 0 0;
}

.onlyDesk {
    display: none;
}

.onlyMovil {
    display: block;
}

#download a {
    min-width: 200px;
    line-height: 24px;
    border: 1px solid #f7f7f7;
    background: #000;
    color: #fff;
    margin: 0 10px 20px 10px;
    padding: 6px 20px;
    font-size: 1.4em;
    border-radius: 10px;
    width: 94%;
    text-align: left;
}

#download .fab {
    font-weight: 400;
    font-size: 30px;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    color: #fff;
}

#download .fa-android:before,
#download .fa-apple:before {
    margin-top: 13px;
}

#download .btn span {
    font-size: 10px;
    font-weight: 300;
    display: block;
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    margin-left: 8px;
    line-height: 17px;
    letter-spacing: 1px;
}

footer i.fab {
    font-size: 1.6em;
    margin-right: 10px;
    color: #777;
}

footer i.fab:hover {
    color: #e60021;
}

header {
    width: 100%;
    position: relative;
    /*background: url(images/hero-back-2.jpg) no-repeat center top fixed;*/
    background-color: #f1f1f1;
    background-size: cover;
    height: auto;
}

header .overlay {
    width: 100%;
    min-height: 560px;
    height: auto;
    padding-bottom: 0px;
    /*background: rgba(255, 255, 255, 0.75);*/
    margin-top: 130px;
    padding-top: 80px;
}

header .overlay .intro {
    width: 100%;
    height: auto;
    margin-top: 0px;
}

header .overlay .intro h1 {
    font-weight: 300;
    font-size: 3em;
    margin: 0px;
}

header .overlay .intro h1 span {
    font-weight: 800;
    color: #000;
}

header .overlay .intro h5 {
    margin: 25px 0 40px 0;
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1.3;
}

header .overlay ul ol {
    margin: 10px 0;
    font-weight: 300;
    font-size: 1.3em;
    text-indent: -0.6em;
}

header .overlay .intro a {
    min-width: 170px;
    line-height: 36px;
    border: 1px solid #333;
    color: #333;
    margin: 0 10px 20px 10px;
    padding: 6px 20px;
    font-size: 1.2em;
    border-radius: 0;
}

header .overlay .intro #highlight-btn {
    background: #404040;
    color: #ffffff;
    border: 1px solid #404040;
}

header .overlay .intro-image {
    margin-top: 11px;
    margin-bottom: 40px;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.multiple-image img {
    position: relative;
    top: 0;
    margin-bottom: 40px;
}

#inicio .multiple-image img {
    padding: 0;
}

.multiple-image .absolute-image {
    position: absolute;
    top: 0;
    left: 23px;
    height: auto;
}

.ease-animation,
.navbar-default,
.navbar-default .navbar-header .navbar-brand img,
.top-nav-collapse .navbar-brand img,
#functionality .functions {
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.top-nav-collapse {
    padding: 0px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
}

.navbar-default {
    background: #d3d3d3;
    border-color: transparent;
    padding: 15px 0;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.navbar-default .navbar-header {
    height: 130px;
}

.navbar-nav>li>a {
    padding-top: 50px!important;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #e60021;
}

.navbar-default .navbar-header #nav-btn {
    font-size: 38px;
    padding: 4px 0;
    position: absolute;
    cursor: pointer;
    color: #404040;
    visibility: visible;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
    margin-left: 16px;
}

.ion-navicon:before {
    content: "\f20e";
}

.navbar-default .navbar-header .navbar-brand {
    padding: 0;
}

.top-nav-collapse {
    padding: 0px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
}

.ease-animation,
.navbar-default,
.navbar-default .navbar-header .navbar-brand img,
.top-nav-collapse .navbar-brand img,
#functionality .functions {
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.navbar-default .navbar-header .navbar-brand img {
    height: 70px;
    margin-top: 13%;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
}

.navbar-default .navbar-nav>.active a {
    color: #333;
    background: none;
}

#side-nav {
    position: fixed;
    z-index: 4;
    bottom: 0;
    top: 0;
    left: -260px;
    width: 260px;
    background-color: #ffffff;
    overflow-y: auto;
    -webkit-overflow-y: auto;
    transition: all 300ms;
    -webkit-overflow-scrolling: touch;
}

#side-nav img {
    height: 40px;
    margin: 20px auto;
}

#side-nav h5 {
    text-align: center;
    width: 100%;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 15px;
    padding: 0 15px 10px 30px;
    color: gray;
}

#side-nav ul {
    width: 100%;
    margin-top: 20px;
    padding: 20px 0 15px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #d9d9d9;
}

#side-nav ul li {
    line-height: 40px;
    width: 100%;
    height: 40px;
    padding: 0;
    list-style: none;
    text-align: center;
}

#side-nav ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 1.1em;
    color: #404040;
    padding: 0;
}

#side-nav-mask {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    opacity: .1;
    visibility: hidden;
    z-index: 2;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.navbar-brand {
    float: none!important;
    ;
}

.navbar-default .navbar-nav>li>a {
    font-size: 1.4em;
}

.nav>li {
    border-bottom: 1px solid #ccc;
}

.menu {
    display: none;
}

#info {
    background: #f1f1f1;
}

.modal-body {
    padding: 7% 3% !important;
}

.modal-body p {
    font-size: 1.1em;
    color: #000;
    text-align: justify;
}

.modal-body img {
    width: 42%;
    margin-bottom: 5%;
}


/*****************************************************features*/

#features {
    background: #999;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

section {
    padding-bottom: 50px;
}

section .section-title {
    text-align: center;
    margin: 0;
    font-weight: 300;
    word-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    padding-top: 70px;
    color: #e1001a;
}

section .section-intro {
    padding: 0 10%;
    margin-bottom: 60px;
    font-size: 1.1em;
    word-spacing: .5px;
}

#app {
    padding-top: 150px;
    background-color: #f1f1f1;
}

#app .intro h5 {
    margin: 25px 0 40px 0;
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1.3;
}

#app ul ol {
    margin: 10px 0;
    font-weight: 300;
    font-size: 1.3em;
}

#contact-form .btn {
    background: #e60021;
    color: #fff;
    font-weight: 600;
}

#contact-form .btn:hover {
    background: #e3e3e3;
    color: #000;
}

#features .feature-wrapper .row {
    height: auto;
}

#features .feature-wrapper .single-feature {
    margin-top: 70px;
}

#features .feature-wrapper .single-feature .feature-content h5 {
    font-weight: 600;
}

#features .feature-wrapper .single-feature .feature-content p {
    padding: 0;
    margin-top: 15px;
    font-size: 1.285em;
}

#features .feature-wrapper .single-feature .feature-icon {
    width: 60px;
    height: 60px;
    border: 1px solid #99091a;
    border-radius: 50%;
    background: none;
    margin-top: 15px;
}

#features .feature-wrapper .single-feature .feature-icon i {
    font-size: 30px;
    line-height: 60px;
    color: #99091a;
    margin-top: 15px;
    display: block;
}

i {
    margin: 0;
    padding: 0;
    color: #aaa;
}

button:focus,
input:focus,
div:focus {
    outline: none;
}

.download {
    background: #999;
    color: #fff;
    font: 18px 'Circular std book', sans-serif;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    height: 60px;
    line-height: 30px;
    margin-top: 4px;
    text-align: center;
    border-radius: 4px;
}

.download:hover {
    color: #000;
    background-color: #e3e4e7;
}


/******************************accordeon*/

.accordeon {
    background: #f6f6f6;
    color: #000;
    font: 40px/38px 'Circular std book', sans-serif;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    height: 80px;
    margin-top: 4px;
}

.accordeon .titulo-principal {
    margin-top: 13px;
}

.active2,
.accordeon:hover {
    background-color: #fff;
}

.panel {
    padding: 0 18px 20px 18px;
    background-color: #fff;
    display: none;
    overflow: hidden;
    margin-top: 0;
    border-radius: 0px !important;
}

.accordeon:after {
    content: '\0002B';
    /* Unicode character for "plus" sign (+) */
    font-size: 40px;
    color: #000;
    float: right;
    margin-left: 5px;
    margin-top: -36px;
}

.active2:after {
    content: "\0002D";
    /* Unicode character for "minus" sign (-) */
    font-size: 40px;
}


/******************************FAQS********************/

#faqs {
    background: #999;
}

#faqs .section-title span,
#faqs .section-intro {
    color: #fff;
}


/**********************************CONTACT******************/

.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: 6px 10px;
    background: none;
    border: 1px solid gray;
    margin-bottom: 20px;
    color: #404040;
}

#snackbar,
#fail-snackbar {
    width: 450px;
    margin-left: -225px;
    font-weight: 300;
    background-color: #ec407a;
    color: #333;
    text-align: center;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    display: none;
}

#snackbar {
    color: #fff;
    background-color: #999;
}


/*********************************footer*******************/

footer {
    background: #f1f1f1;
    padding: 60px 0;
    color: #777;
}

footer a {
    color: #777;
}

footer img {
    text-align: center
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .navbar-default .navbar-header #nav-btn {
        visibility: hidden;
        right: 0;
    }
    .navbar-brand {
        float: left;
    }
    .navbar-default {
        background: #fff;
    }
    .menu {
        display: block;
    }
    .nav>li {
        border-bottom: none;
    }
    .borderR {
        border-right: 1px solid #777;
    }
    header .overlay .intro-image {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .multiple-image .absolute-image {
        left: 23px;
        height: 450px;
    }
    #download a {
        width: auto;
    }
    header .overlay .intro {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    section .section-title {
        margin: 0 0 70px 0;
        padding-top: 150px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .onlyDesk {
        display: block;
    }
    .onlyMovil {
        display: none;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
    }
    #inicio .multiple-image img {
        padding: 0 50px 0 140px;
    }
    #features .feature-wrapper .row {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .accordeon {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .panel {
        width: 100%;
    }
    .accordeon:after {
        margin-left: unset;
        margin-top: unset;
    }
}

#prensa {
    background: #FFF;
}

#prensa .header {
    height: 250px;
    background: #004987;
}

#prensa .header h1 {
    font-size: 3em;
    font-weight: bold;
    color: #FFF !important;
    text-align: center;
    line-height: 250px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

#prensa .nav {}

#prensa .banner {}

#prensa .nav-link {
    text-align: center;
}

#prensa .navbar {}

#prensa .nav-link {
    color: #5E5E5E;
    font-weight: 500;
    margin: auto;
    font-size: .8em;
}

#prensa .nav-link.activa {
    color: white;
    font-weight: bold;
    margin: auto;
    font-size: .8em;
    background-color: none;
}

#prensa .nav-item {
    background-color: #f1f1f1;
    height: 60px;
    display: flex;
    align-items: center;
}

#prensa .nav-item.active {
    background-color: #004987;
    height: 60px;
    display: flex;
    align-items: center;
}
