:root {
	/* Colors: */
	--eff4fa: #EFF4FA;
    --black: #000000;
    --black1:#303030; 
    --black2:#5C5B5B; 
    --gray-mind:#E2E2E4; 
	--blue-light: #DDE8F4;
    --blue-primary: #1B5DAB;
    --red: #88171B;
    --blue:#252B68;
}

/* ==========================================================================
   General
/* ========================================================================== */
h1 {
    font-size: 46px;
    font-family: 'Montserrat';
    font-weight: 400;
}

h2 {
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: 400;
}

h3 {
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 300;
}


h4 {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 300;
}



h5 {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 300;
}


img {
    max-width: 100%;
}

p {
    font-family: 'Montserrat';
    font-weight: 300;
}

li {
    font-family: 'Montserrat';
    font-weight:300;
}

ul {
    font-size: 20px;
    font-weight: 300;
}

div {
    font-family: 'Montserrat';
    font-weight: 300;
}

.f-white{
    color:white !important;
}

.f-blue {
    color: #262B68 !important;
}

.f-red {
    color: #D22630 !important;
}


.bg-blue{
    background-color: #262B68 !important;
}

.bg-red{
    background-color: #D22630 !important;
}


.btn-red {
    color: #fff;
    background-color: #D22630;
    border-color: #D22630;
}

.btn-blue {
    color: #fff;
    background-color: #252B68;
    border-color: #252B68;

}

.btn-BIC {
    border-radius: 35px !important;
    padding: 8px 20px !important;
    font-family: 'Montserrat';
    font-size: 22px !important;
    font-weight: 300;
}

.red-tittle {
    color: #D22630;
}

.f-Tittle {
    font-family: 'Source Sans 3';
    font-weight: 700;
}

.main-content {
    margin-top: -200px;
}

.carouselBtn {
    background-image: none;
    font-size: 70px;
}


.f-weight-1 {
    font-weight: 700;
}

.f-weight-2 {
    font-weight: 400;
}

.f-weight-3 {
    font-weight: 200;
}


/* ==========================================================================
   Navegation
/* ========================================================================== */
#nav-icon a {
    color: var(--f151f6d);
}

#nav-icon img {
	display: block;
    width: 40px;
}


#nav {
    display: none;
    position: absolute;
    left: 10;
    top: 80%;
    margin: 0;
    padding: 20px;
    list-style: none;
    background: rgba(21,31,109,0.9);
    z-index: 999;
}

#nav li a {
    color:var(--ffffff);
    text-transform: uppercase;
}

#nav li a:hover {
    color: var(--d22630);
}

#nav li ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

#nav li ul li {
    padding: 0 20px;
}

#nav li ul li a {
	white-space: nowrap;
    text-transform: none;
    font-size: 14px;
}

.contact-btn {
    font-size: 14PX !important;
}


/* ==========================================================================
   Responsive
/* ========================================================================== */
/* @media (max-width: 992px) {
	.header-icons { margin: -10px 0 5px 0; }
	.header-icons a i { display: none; }
	.header-icons a { margin: 0 0 0 20px; }
	#wizard-logo { display: block; max-width: 100px; }
	#footer-wrapper { text-align: center; }
	.footer-left img { max-width: 300px; display: block; margin: 0 auto 20px; }
	.copyright { text-align: center; }
	.copyright img { margin: 0 auto 0; }

} */
/* @media (max-width: 978px) {
   
}

@media (max-width: 767px) {
	.header-icons, #wizard-logo { display: none; }
  
} */
#BusyIndicator {
    display: none;
    padding: 20% 10px 10px 10px;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #0000001a;
}

.swal2-confirm{
    background-color: #252B68 !important;
}

.max-width {
	max-width: 1440px !important;
	width: inherit;
}

.header-margin {
	margin-top: -107px;
}

.header-margin {
	margin-top: -107px;
}

@media (max-width: 992px) {
    .main-content {
        margin-top: -70px;
    }
  
}

/* Small */
@media (max-width: 768px) {

    h1 {
        font-size: 35px !important;
    }

    h2 {
        font-size: 25px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 15px !important;
    }

    h5 {
        font-size: 12px !important;
    }

    .btn-BIC {
        font-size: 25px !important;
    }


    li {
        font-size:20px
    }
}

/* Extra Small */
@media (max-width: 576px) {

    h1 {
        font-size: 32px !important;
    }

    h2 {
        font-size: 23px !important;
    }

    h3 {
        font-size: 16px !important;
    }

    h4 {
        font-size: 12px !important;
    }

    h5 {
        font-size: 10px !important;
    }

    .btn-BIC {
        font-size: 20px !important;
    }

    li {
        font-size: 18px
    }

        p{
            font-size:15px;
        }

    .light-Tittle{
        font-size:24px !important;
    }
}
