@charset "UTF-8";

/*

Style   : Congreso MFI
Version : 1.0
Author  : BAZICO
URI     : https://bazico.mx/

*/


/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/


/* GLOBAL
----------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

a {
    color: #003564;
}

a:hover,
a:focus {
    color: #FBC201;
}

footer a {
    color: #fff;
}

footer a:hover,
footer a:focus {
    color: #FBC201;
}


h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 1.5rem;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #003564;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    color: #FBC201;
}

h4 {
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #003564;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #003564;
    margin-bottom: 0px;
}

p {
    color: #475669;
    font-size: 13px;
    line-height: 23px;
}

.section ul li {
    color: #959094;
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 10px;
    list-style-type: none;
}

.white {
    color: white !important;
}

.aqua {
    color: #01B5CC;
}

.aqua-bg {
    background-color: #01B5CC;
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}

.blue-bg {
    background-color: #003564;
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

.text-primary {
    color: #01B5CC !important;
    font-weight: 600;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-sm {
    font-size: 11px;
    font-weight: 300;
    margin-top: -10px;
    text-transform: capitalize;
    padding: 5px 15px;
    transition: all 0.3s ease;
}

.btn-outline-light {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 3px;
    padding: 0.56rem 2rem;
    color: #003564;
    background-color: #fff;
    border-color: #003564 !important;
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #003564;
    border-color: #003564 !important;
}

.btn-round {
    border-radius: 20px;
    color: #fff;
    background-color: #0168AD;
}

.btn-round:hover {
    color: #0168AD;
    border-color: #0168AD !important;
    background-color: white;
}

.btn-round-aqua {
    border-radius: 20px;
    padding: 10px 30px;
    color: #fff;
    background-color: #01B5CC;
}

.btn-round-aqua:hover {
    color: #01B5CC;
    border-color: #01B5CC !important;
    background-color: white;
}

.btn-primary {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 3px;
    background-color: #003564;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.15);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #FBC201;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.25);
    color: #003564;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #F5FAFF;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}
.mt-5, .my-5 {
    margin-top: 7rem!important;
}

.ml-20 {
    margin-left: 20px;
}

.pull-right {
    float: right;
}

.card-shadow {
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.img-rounded {
    border-radius: 10rem;
    max-width: 9rem;
    border: solid 5px #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.6);
}

.blue {
    background: #003564 !important;
}



/* NAVBAR
----------------------*/

.nav-menu {
    /* padding: 1rem 0; */
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, .5);
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

.navbar-toggler {
    background: #02b5cd;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #013565;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}
.navbar-brand img{
    max-width: 160px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #003564;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #FBC201;
}

.navbar-dark .navbar-nav 
.active>.nav-link, .navbar-dark 
.navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show>.nav-link {
    color: #003564;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
}


/* HERO
----------------------*/

header {
    /* padding: 70px 0 0; */
    color: #FFF;
}

.carousel-caption-left {
    position: absolute;
    top: 40%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.title-slider {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 0px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.text-slider {
    color: white;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 0rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.bg-gradient {
    background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
}

.bg-green {
    background: #01B5CC;
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    /* height: 0;
    padding-bottom: 33%; */
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}


/* FEATURES
----------------------*/
.center {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}
.img-ico {
    max-width: 150px;
    height: auto;
}

.text-orange {
    color: #FF6739;
}

.text-blue {
    color: #0067ad;
}

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #01B5CC;
    background: #01B5CC;
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 13px;
    line-height: 21px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

/* .card img {
    max-width: 200px;
    height: auto;
    margin: -20px;
} */

.card .media-body {
    margin-left: 40px;
} 

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  TABS
----------------------*/

.card-header-yellow {
    background-color: #FBC201;
}

.btn-link {
    color: #003564;
}

.subtitle-agenda {
    font-size: 14px !important;
    color: #475669!important;
}

.title-agenda {
    font-size: 14px !important;
}

.subtitle-agenda span {
    padding-left: 3rem;
}

/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #633991;
}


/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot span {
    /* background: #e7d9eb; */
    width: 30px;
    height: 3px;
    /* border-radius: 10px; */
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #FBC201;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #FBC201;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    /* box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08); */
    transform: scale(0.8);
    /* transition: all 0.3s ease-in; */
}

.img-gallery .owl-item img {
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.img-gallery .owl-item.center img{
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
}

.img-gallery .owl-item.center {
    transform: scale(1);
}


/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #FF6739;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}

#payment, #payment_methods{
    display: none;
}

.mercadopago-button {
    /*opacity: 0;*/
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/

.social-icons {
    text-align: center;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #003564;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #FBC201;
}

.light {
    font-weight: 100;
    letter-spacing: 1px;
}

label {
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #003564;
    text-align: left;
    margin-bottom: 0px;
}

.form-control {
    font-size: 0.8rem;
}

.btn-send {
    border-radius: 20px;
    padding: 10px 50px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #0168AD;
}

.btn-send:hover {
    color: #0168AD;
    border-color: #0168AD !important;
    background-color: white;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}

.modal-header {
    background-color: #02b5cd;
}

.modal-title {
    color: white;
    margin: 0px;
}

.error {
    color: #FBC201 !important;
    font-family: 'Open Sans', sans-serif !important;
    /* text-transform: capitalize !important; */
}

.form-check-input {
    margin-top: .35rem !important;
    margin-left: 0rem !important;
}