@font-face {
    font-family: 'rubikblack';
    src: url('../fonts/rubik-black-webfont.woff2') format('woff2'), url('../fonts/rubik-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubikbold';
    src: url('../fonts/rubik-bold-webfont.woff2') format('woff2'), url('../fonts/rubik-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubiklight';
    src: url('../fonts/rubik-light-webfont.woff2') format('woff2'), url('../fonts/rubik-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubikregular';
    src: url('../fonts/rubik-regular-webfont.woff2') format('woff2'), url('../fonts/rubik-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #f7f7f7;
    font-family: 'rubikregular';
    background-size: cover;
    backdrop-filter: blur(3px);
}

h1 {
    color: #000;
    font-size: 2em;
    font-weight: 400;
    font-family: 'rubikregular';
    text-align: left;
}

h1 strong {
    color: #000;
    font-family: 'rubikbold';
    font-weight: bold;
}

h2 {
    font-weight: 300;
    font-size: 1.5em;
    font-family: 'rubikregular';
    color: #000;
    text-align: center;
}

h2 strong {
    font-weight: 700;
    font-family: 'rubikbold';
    color: #000;
}

h4 {
    font-weight: 300;
    font-size: 1.2em;
    font-family: 'rubikregular';
    color: #2E3F48;
    text-align: center;
}

h4 strong {
    font-weight: 700;
    font-family: 'rubikbold';
    color: #2E3F48;
}

h5 {
    font-size: 0.9em;
}

ul.section-left {
    font-size: 0.8em;
}

.card-simple {
    border-radius: 2em !important;
}

.card-simple .card-header,
.qyt a {
    text-align: left;
    padding: 0.5em 2em;
    font-size: 1.25em;
    font-weight: 800 !important;
    border-radius: 2em !important;
    cursor: pointer;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    color: #2E3F48;
}

.qyt a {
    font-size: 2em;
    justify-content: center;
    text-decoration: underline !important;
}

.card-simple .card-header img {
    max-height: 2em;
}

.qyt img {
    max-height: 2em;
}

.card-simple-primary h2,
.card-simple-secondary h2,
.card-simple-primary h2 strong,
.card-simple-secondary h2 strong,
.card-simple-primary h4,
.card-simple-secondary h4,
.card-simple-primary h4 strong,
.card-simple-secondary h4 strong {
    color: #364049;
}

.card-simple-primary,
.card-simple-primary .card-header,
.card-simple-secondary,
.card-simple-secondary .card-header {
    color: #364049;
    background-color: #fff;
    border-color: #fff;
}

.card-simple-primary,
.card-simple-secondary {
    border-color: #fff;
    padding: 2px;
    box-shadow: 0px 0px 9px #364049;
}


/*.card-simple-secondary .card-header {
    border-color: transparent;
}*/

.card-simple-secondary a:not(.data-toogle).card-header:hover,
.card-simple-primary a:not(.data-toogle).card-header:hover,
.card-simple-secondary .card-header:hover,
.card-simple-primary .card-header:hover,
.qya a:hover {
    color: #db310b !important;
    /*background-color: #db310b;*/
    /*border-color: #db310b;*/
}

.card-simple-primary .card-body {
    border-top: #364049 solid 2px;
}

.card-simple-secondary .card-body {
    border-top: #364049 solid 2px;
}

.card-simple .card-body {
    margin: 1.25em;
    padding: 1em 0;
}

.card-simple-primary .form-control {
    border: #fff solid 2px;
    border-bottom: #364049 solid 2px;
    background-color: #fff;
    font-family: 'rubikregular';
}

.card-simple-secondary .form-control {
    border: #fff solid 2px;
    border-bottom: #364049 solid 2px;
    background-color: #fff;
    font-family: 'rubikregular';
}

.card-simple-secondary input.form-control:-internal-autofill-selected {
    border: #fff solid 2px;
    border-bottom: #364049 solid 2px;
    background-color: #fff !important;
}

.card-simple-secondary input.form-control::placeholder,
.card-simple-secondary input.form-control::-ms-input-placeholder {
    color: #364049 !important;
}

.card-simple .form-control {
    padding: 0.5em 0.75em;
    height: 3em;
    font-size: 1em;
    line-height: 3.5em;
}

.card-simple input.form-control:read-only {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    height: 3em;
}

.card-simple .input-group>input.form-control:read-only {
    padding: 0.5em 0.75em;
    border: #fff solid 2px;
    border-bottom: #364049 solid 2px;
    height: 3em;
}

.card-simple .input-group>.btn {
    border-bottom: #364049 solid 2px;
    font-family: 'rubikregular';
    line-height: 1.5;
    height: 3em;
    padding: 0.5em 1.5em;
    margin-top: 1px;
    display: flex;
    align-items: center;
}

.card-simple .input-group>.btn:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.card-simple .input-group>.btn:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.card-simple .input-group-text {
    padding: 0.5em 0.75em;
    height: 3em;
    border: #fff solid 2px;
    border-bottom: #364049 solid 2px;
    background-color: #fff;
    font-family: 'rubikregular';
    font-size: 1em;
}

.card-simple .input-group>.input-group-text:not(:last-child),
.card-simple .input-group>input.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0px;
}

.card-simple .input-group>.input-group-text.icono {
    padding-left: 0.35em;
    padding-right: 0;
}

i.icono {
    height: 1.5em;
    width: 2em;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

.card-simple .input-group>input.form-control:not(:first-child),
.card-simple .input-group>input.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0px;
}

.card-simple .input-group>.btn.readonly,
.card-simple .input-group-text.readonly {
    height: 3em;
}

.card-simple-primary a:not(.btn) {
    color: #364049;
    font-weight: bold;
}

.card-simple-secondary a:not(.btn) {
    color: #364049;
    font-weight: bold;
}

.card-simple label {
    display: none;
}

.card-simple .checkbox label,
.card-simple .mostrar-labels label {
    display: inline-block;
}

.btn {
    font-size: 1em;
    font-weight: 800;
    padding: 0.8em 2.5em;
    /*width: 100%;*/
    border-radius: 50em !important;
}

a.btn-link {
    color:#007bff;
}

.btn-primary,
.btn-secondary:hover {
    color: #fff;
    background-color: #364049;
    border-color: #364049;
}

.btn-primary:hover,
.btn-secondary {
    color: #364049;
    background-color: #fff;
    border-color: #364049;
}

.copytoClipboard {
    cursor: pointer;
}

.btn.copyToClipboard {
    border-radius: 0.2em !important;
    padding: 0.4em 0.4em 0.7em 0.4em;
    vertical-align: bottom;
    background-color: transparent;
    border-color: transparent;
    font-size: 1.7em;
}

.btn.copyToClipboard:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.showcase-text h2,
.beneficts h2 {
    color: #cf2530;
}

.beneficts ul {
    color: white;
}

.carousel-item {
    height: 85vh;
    min-height: 150px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section {
    /*background-color: #f2f2f2;*/
    padding-top: 2px;
    padding-bottom: 151px;
}

.vista-redimelo {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
}

@media (max-width: 992px) {
    .vista-redimelo {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .vista-redimelo {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .vista-redimelo {
        font-size: 0.7rem;
    }
}

@media (max-width: 414px) {
    .vista-redimelo {
        font-size: 0.8rem;
    }
}

@media (min-width: 576px) {
    .vista-redimelo {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .vista-redimelo {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .vista-redimelo {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .vista-redimelo {
        max-width: 1140px;
    }
}

@media (max-width: 768px) {
    .vista-redimelo {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.section {
    color: white;
    padding-top: 21%;
}

.section-left {
    padding-left: 25%;
    text-align: left;
}

.section-right {
    padding-right: 25%;
    text-align: right;
}

.navbar-expand-lg {
    justify-content: center;
    -ms-flex-pack: center;
}

.logo {
    max-height: 95px;
    max-width: 80%;
}

.img-fluid {
    max-width: 43%;
    height: auto;
    min-width: 43%;
}

.contenedor_imagen_fondo {
    margin-top: -116px;
    margin-bottom: -40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

img.qr_exito {
    width: 80%;
    max-width: 350px;
}

@media (max-width: 576px) {
    img.qr_exito {
        width: 100%;
        max-width: 350px;
    }
}


/*====================
Footer
====================== */


/* Main Footer */

footer .main-footer {
    padding: 20px 0;
    background: #252525;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer .logo_abajo {
    font-weight: 700;
    font-size: 130%;
    width: 100%;
}

footer .logo_abajo span {
    margin-top: 1.2em;
    margin-right: 0.4em;
}

.logo_ekkofy {
    max-height: 2.5em;
    display: inline-block;
}


/* Copy Right Footer */

.footer-copyright {
    /*background: #f2f2f2;*/
    padding: 0 0 25px 0;
    color: #000;
}

.footer-copyright .logo {
    display: inherit;
}

.footer-copyright nav {
    float: right;
    margin-top: 5px;
}

.footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

.footer-copyright nav ul li a {
    color: #969696;
}

.footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

.footer-copyright p {
    color: #000;
    margin: 2px 0 0;
}


/* Footer Top */

.footer-top {
    background: #252525;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #222;
}


/* Footer transparent */

footer.transparent .footer-top,
footer.transparent .main-footer {
    background: transparent;
}

footer.transparent .footer-copyright {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}


/* Footer light */

footer.light .footer-top {
    background: #f9f9f9;
}

footer.light .main-footer {
    background: #f9f9f9;
}

footer.light .footer-copyright {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}


/* Footer 4 */

.footer- .logo {
    display: inline-block;
}


/*====================
    Widgets
====================== */

.widget {
    padding: 20px;
    margin-bottom: 40px;
}

.widget.widget-last {
    margin-bottom: 0px;
}

.widget.no-box {
    padding: 0;
    background-color: transparent;
    margin-bottom: 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.widget.subscribe p {
    margin-bottom: 18px;
}

.widget li a {
    color: #ff8d1e;
}

.widget li a:hover {
    color: #4b92dc;
}

.widget-title {
    margin-bottom: 20px;
}

.widget-title span {
    background: #839FAD none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-top: 25px;
    position: relative;
    width: 20%;
}

.widget-title span::after {
    background: inherit;
    content: "";
    height: inherit;
    position: absolute;
    top: -4px;
    width: 50%;
}

.widget-title.text-center span,
.widget-title.text-center span::after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.widget .badge {
    float: right;
    background: #7f7f7f;
}

.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small {
    color: #fff;
}

ul.social-footer2 {
    margin: 0;
    padding: 0;
    width: auto;
}

ul.social-footer2 li {
    display: inline-block;
    padding: 0;
}

ul.social-footer2 li a:hover {
    background-color: #ff8d1e;
}

ul.social-footer2 li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
}

footer {
    /*position: fixed;*/
    font-size: 0.7rem;
    bottom: 0;
    width: 100%;
}

@media (max-width: 992px) {
    footer {
        font-size: 0.7rem;
    }
}

@media (max-width: 768px) {
    footer {
        font-size: 0.6rem;
    }
}

@media (max-width: 576px) {
    footer {
        font-size: 0.5rem;
    }
}

@media (max-width: 414px) {
    footer {
        font-size: 0.5rem;
    }
}


/*PARA EL SHOW CASE*/

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
}

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

.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
}

.showcase .showcase-text {
    padding: 7rem;
}


/*para el call to action de contacto*/

.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url(../img/imgprueba5.jpg) no-repeat center center;
    background-size: auto;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.text-white {
    color: #fff !important;
}

.text-center {
    text-align: center !important;
}


/*
para testimonios
*/

.testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.text-center {
    text-align: center !important;
}

nav.bg-light {
    background-color: rgba(242, 242, 242, 0.4) !important;
    border-bottom: #666 solid 0px;
    /*opacity: 0.6;*/
}

nav.nav_opaco {
    background-color: transparent !important;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
    color: #000;
    z-index: 100;
}

a.nav-link {
    color: rgb(0, 0, 0) !important;
}

.navbar-expand-lg>.container {
    position: relative;
    min-height: 100px;
    justify-content: flex-end;
}

.navbar-expand-lg>.container .navbar-brand {
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    justify-content: center;
}


/*
para login
*/

.login {
    padding: 8.5%;
}

.register {
    padding: 3.5%;
}


/*
para registro
*/

.grid-container p,
.grid-container h4 {
    color: white;
}


/*
Para diseño movil
*/

@media(max-width: 425px) {
    .h2,
    h2 {
        font-size: 1.3em;
        color: #2E3F48;
    }
    h4 {
        font-weight: 300;
        font-size: 1.5em;
        font-family: 'rubikregular';
        color: #2E3F48;
        text-align: center;
    }
    h4 strong {
        font-weight: 700;
        font-family: 'rubikbold';
        color: #2E3F48;
        text-align: center;
    }
    ul.section-left {
        font-size: 0.8em;
    }
}

@media(max-height: 794px) {
    .section {
        color: white;
        padding-top: 6%;
    }
}


/*
Generales
*/

div[aria-expanded='false']>.fa-caret-up {
    transform: rotate(-180deg);
}

.rojo {
    color: #db310b;
}

.blanco {
    color: #fff;
}

.negro {
    color: #2E3F48;
}