/********** Template CSS **********/
html{
	font-size: 16px;
}
:root {
    --primary: #355EFC;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
}
.main-wrapper{
    min-height: 100vh;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-div{
    margin: 1rem 0;
    padding: 2rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: transparent;
    border-radius: 3px;
    column-gap: 10px;
}
.product-div-left{
    padding: 20px;
}
.product-div-right{
    padding: 20px;
}
.form-container{
    margin: 1rem 0;
    padding: 4rem;
    display: grid;
    background-color: #fff;
    border-radius: 50px;
    column-gap: 10px;
    box-shadow: 5px 5px 5px #00000063;
}
.form-container2{
    margin: 1rem 0;
    padding: 10rem;
    display: grid;
    background-color: #fff;
    border-radius: 50px;
    column-gap: 10px;
    box-shadow: 5px 5px 5px #00000063;
}
.img-container img{
    width: 28rem;
    margin: 0 auto;
}
.img-container{
	text-align: center;
}
.hover-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}
.hover-container div{
    border: 2px solid rgba(252, 160, 175, 0.7);
    padding: 1rem;
    border-radius: 3px;
    margin: 0 4px 8px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.active{
    border-color: rgb(255, 145, 163);
}
.hover-container div:hover{
    border-color: rgb(255, 145, 163);
}
.hover-container div img{
    width: 50px;
    cursor: pointer;
}
.product-div-right span{
    display: block;
}
.product-name{
    font-size: 26px;
    margin-bottom: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 0.9;
}
.product-price{
    font-weight: 700;
    font-size: 24px;
    opacity: 0.9;
    font-weight: 500;
}
.product-rating{
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.product-rating span{
    margin-right: 6px;
}
.product-description{
    font-weight: 18px;
    line-height: 1.6;
    font-weight: 300;
    opacity: 0.9;
    margin-top: 22px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: white;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #FFFFFF;
    font-weight: bold;
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header.jpg) top left no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


/*** Facts ***/
.facts {
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
}
.facts2 {
    background: url(../img/background_bluec.webp);
    background-size: 100%;
}
.facts3 {
    background: url(../img/background-blueo.webp);
    background-size: 100%;
}
.facts4 {
    background: url(../img/banner_ciudad.webp);
    background-size: 100%;
}
.facts5 {
    background: url(../img/background_footer.webp);
    background-size: 100%;
}


/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
	background-color: #FFF;
	height: 19.25rem;
    display: flex;
    align-items: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 14%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
	display: none;
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
	display: none;
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #000B1C;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}
.menu{
    background-color: #0089F3!important;
    color: black;
}
.mt-7{
    margin-top: 7rem;
}
.pt-1{
    padding-top: 1rem!important;
}
.text-blue{
    color: #0089F3;
}
.text-blueo{
    color: #001266!important;
}
.text-purpura{
    color: #9C9EFE;
}
.w12{
	width: 12rem;
}
.w15{
	width: 15rem;
}
.text-banner{
	font-size: 1.75rem;
}
.text-banner2{
	font-size: 2.75rem;
	font-weight: bolder;
}
.icon-arrow{
	width: 2.4rem;
    margin-left: 1rem;
}
.circle-btn{
	border-radius: 60px;
    margin-right: 3rem;
    margin-left: 3rem;
}
.btn-blue{
	background: #C8F2FE;
    color: #142752;
    font-weight: bold;
}
.btn-blueo{
	background: #031668;
    color: #FFFFFF;
    font-weight: bold;
}
.btn-white{
	background: white;
    color: #142752;
    font-weight: bold;
}
.link{
	color: #192E79;
	font-weight: bold;
	text-decoration: underline;
}
.resposicion{
	position: relative;
	top: -3rem;
}
.card{
	padding: inherit;
	border-radius: 20px;
    margin-left: 2rem;
    border: 2px solid #CCE9F6
}
.contblue{
	display: grid;
	align-items: center;
	background-color: #C8F2FE;
}
.contblue2{
	display: grid;
	align-items: center;
	background-color: transparent;
}
.text-left{
	text-align: left;
}
.w100{
	width: 100%;
}
.padding-e{
	padding: 5.75rem;
}
html{
	overflow-x: clip;
}
.medalla{
	position: absolute;
    width: 6rem;
	left: 68%;
    top: 65rem;
    z-index: -1;
}
.mensaje{
	position: absolute;
    width: 6rem;
    left: 82%;
    top: 55rem;
    z-index: -1;
}
.mensaje2{
	width: 4rem;
    margin-left: 4rem;
    z-index: -1;
}
.btn-inicio{
	background-color: white;
	border-radius: 50px;
	color: #0089F3;
}
.btn-login{
	background-color: #0089F3;
	color: white;
}
.text-secondary{
	color: black!important;	
}
.mancha1{
	position: absolute;
    top: calc(100% - -5rem);
    width: 30.188rem;
    z-index: -1;
}
.mancha2{
	position: absolute;
    top: calc(100% - -115rem);
    width: 30.188rem;
    z-index: -1;
    right: -6%;
}
.mancha3{
	position: absolute;
    top: calc(100% - -164rem);
    width: 30.188rem;
    z-index: -1;
}
.mancha4{
	position: absolute;
    top: calc(100% - -44rem);
    width: 30.188rem;
    z-index: -1;
}
.mancha5{
	position: absolute;
    top: calc(100% - -77rem);
    width: 30.188rem;
    z-index: -1;
}
.card-1r{
	position: relative;
	top: -3rem;
}
.top-path{
	position: relative; 
	top: -4rem;
}
.top-path2{
	position: relative; 
	top: -29rem;
}
.line-card{
	background-color: #0089F3;
    height: 3px;
    border-radius: 100px;
}
.card-icon{
	width: 1.8rem;
}
.card-icon2{
	width: 1.5rem;
    padding-left: 0.5rem;
}
.card-icon3{
	width: 2.5rem;
    padding-left: 0.5rem;
}
.card-icon4{
	width: 2.5rem;
    padding-right: 0.5rem;
}
.text-bold{
	font-weight: bold;
}
.fw-600{
	font-weight: 600;
}
.fw-0{
	font-weight: 100;
}
.margin-0{
	margin: 0px!important;
}
.plr1{
	padding-left: 1rem;
    padding-right: 1rem;
}
.ml-6r{
	margin-left: 6rem;
}
.ml-6r{
	margin-left: 6rem;
}
.btn-transparent{
	color: #0089F3;
    font-weight: bold;
    background-color: transparent;

}
.card-text-l{
	background-color: white;
    width: fit-content;
    padding-left: 10rem;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
    left: -1rem;
}
.card-text-r{
	background-color: white;
    width: fit-content;
    padding-right: 10rem;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
    left: 65%;
}
.cnttext{
	max-width: 1100px;
}
.iframe{
	width: 100%;
	height: 38rem;
}
.bluec{
	color: #0089F3;
}
.textg{
	color: #373737;
	margin-left: 1rem;
}
.text-bold{
	font-weight: bold;
}
.icon-arrow2{
	width: 1rem;    
	height: 1rem;
    position: relative;
    top: 4px;
}
.mt-8m{
	margin-top: -8rem;
}
.whfitcontent{
	width: fit-content;
	height: fit-content;
}
.mt-10{
	margin-top: 10rem;
}
.urldetail{
	position: relative;
	top: -8rem;
    left: -50rem;
}
.ab{
	color: white;
}
.ab:hover{
	color: white;
	font-weight: bold;
}
.h13{
	height: 13.188rem;
}
.notline{
	border-bottom: none!important;
}
.ml-1r{
	margin-left: 1rem;
}
.mt-sidebar{
	margin-top: 9rem;
}
.navbar {
    --mdb-navbar-box-shadow: none!important;
}
.pt-7r{
	padding-top: 7rem!important;
}
.etiqueta{
	width: fit-content;
    padding: 1.3rem;
    padding-right: 2rem;
    background-color: #9C9EFE;
	color: white;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
	position: relative;
	top: 3rem;
}
.bg-tab{
	background-color: #0089f31a;
}
.form-control.form-control-lg {
	margin-top: 1rem;
    line-height: 2.15;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}
.form-label {
    margin-bottom: 0.5rem;
    color: #031668;
    font-weight: bold;
}
.font-normal{
	font-weight: 100!important;
}
.p-10r{
	padding: 10rem;	
}
.m-0{
	margin: 0px;
}
.text-titlecard{
	position: relative;
	left: -5rem;
	color: #031668;
}
.w50{
	width: 50%;
}
.tab-icon{
	width: 1.5rem;
}
.tab-icon2{
	width: 2rem;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    font-size: 1rem;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: bold;
}
.nav-tabs .nav-link {
	font-size: 1rem;
    margin-bottom: -1px;
    background: none;
    border: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	padding-top: 2rem;
    padding-bottom: 2rem;
}
.text-left-2{
	text-align: left;
	padding-left: 3rem!important;
}
.ml-1{
	margin-left: 1rem;
}
.text-right{
	text-align: right;
}
.align-icenter{
	align-items: center;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    margin-top: 0rem;
    line-height: 2.15;
    border-radius: 3.25rem;
    margin-bottom: 0rem;
    width: 30rem!important;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    cursor: text;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    position: relative;
    padding-left: 1rem;
    border-radius: 3px;
    
    background-image: url(../../icons/down-arrow.webp);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right;
    background-origin: content-box;
}
.form-control:read-only {
    background-color: #fff;
    opacity: 1;
}
.leftper{
	margin-left: 2rem;
    display: grid;
    align-items: center;
}
.img-card-p{
	width: 100%;
	max-height: 30rem;
}
.mt-10e{
	margin-top: 10rem;
}
.w4{
	width: 4rem;
	height: 4rem;
}
.mh-35r{
	max-height: 35rem;
	overflow-y: scroll;
}
.w3r{
	width: 3rem;
}
.wcard{
	width: 18rem;
}
.required{
	color: red;
	font-weight: bolder;
    margin-left: 0.5rem;

}
label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}

input.error {
    border: 1px dashed red;
    font-weight: 300;
    color: red;
}
.dropdown-center{
	display: flex;
}
.btn-invisible{
	background-color: transparent;
	border: none;
	color: white;
	font-weight: bold;
}
.btn-invisible:hover, .btn-invisible:focus{
	background-color: transparent;
	border: none;
	color: white;
	box-shadow: none;
}
.nav-dropdown-menu{
	color: white;
    text-align: left;
    list-style: none;
    background-color: #0089F3;
    background-clip: padding-box;
    border: none;
    border-radius: 8px;
    box-shadow: none;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	width: max-content;
}
.btn {
    --mdb-btn-padding-top: 0.625rem;
    --mdb-btn-padding-bottom: 0.5rem;
    --mdb-btn-border-width: 0;
    --mdb-btn-border-color: none;
    --mdb-btn-border-radius: 0.25rem;
    --mdb-btn-box-shadow: none;
    --mdb-btn-hover-box-shadow: 0 8px 9px -4px rgba(0,0,0,0.15),0 4px 18px 0 rgba(0,0,0,0.1);
    --mdb-btn-focus-box-shadow: 0 8px 9px -4px rgba(0,0,0,0.15),0 4px 18px 0 rgba(0,0,0,0.1);
    --mdb-btn-active-box-shadow: 0 8px 9px -4px rgba(0,0,0,0.15),0 4px 18px 0 rgba(0,0,0,0.1);
}
.cards-blog:hover{
	box-shadow: 8px 8px 8px 8px #0089F3; 
}
.overflow-image{
	overflow: hidden;
	height: 35rem;
	display: grid;
	align-content: center;
}
ul.product-plans {
  width: min(60rem, 90%);
  margin-inline: auto;
  display: flex;
  row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
ul.product-plans li.product-plan:nth-child(1) { --accent-color: #fa0038 }
ul.product-plans li.product-plan:nth-child(2) { --accent-color: #164fa9 }
ul.product-plans li.product-plan:nth-child(3) { --accent-color: #1a9b8b }

ul.product-plans li.product-plan {
  --overlap-size: 1.5rem;
  --border-radius: 5rem;
  width: min(15rem, 100%);
  margin-inline: var(--overlap-size);
  padding-block: 2rem;
  display: grid;
  grid-template-rows: max-content max-content 1fr max-content;
  gap: 0.5rem;
  border-radius: var(--border-radius) 0 var(--border-radius) 0;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
}

ul.product-plans li.product-plan .title {
  font-size: 2rem;
  color: var(--accent-color);
  text-align: center;
}

ul.product-plans li.product-plan .price {
  margin-right: calc(var(--overlap-size) * -1);
  justify-self: end;
  padding-block: 0.25rem;
  padding-inline: var(--overlap-size);
  background-color: var(--accent-color);
  color: white;
  position: relative;
  max-height: 4rem;
}
ul.product-plans li.product-plan .price::after {
  content: "";
  position: absolute;
  height: var(--overlap-size);
  width: var(--overlap-size);
  right: 0;
  top: 100%;
  background-color: inherit;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

ul.product-plans li.product-plan .btn {
  justify-self: start;
  margin-left: calc(var(--overlap-size) * -1);
  padding-block: 0.5rem;
  padding-inline: 2.5rem;

  border: none;
  font-family: inherit;
  color: white;
  font-size: 1.1rem;

  background-color: var(--accent-color);
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.25) 0);
  background-size: 100% 200%;
  transition: background-position 100ms ease;

  position: relative;
  cursor: pointer;
}
ul.product-plans li.product-plan .btn:focus-visible {
  outline-offset: 5px;
  outline: 2px solid var(--accent-color);
  background-position: 0 100%;
}

ul.product-plans li.product-plan .btn:hover {
  background-position: 0 100%;
}

ul.product-plans li.product-plan .btn::after {
  content: "";
  position: absolute;
  height: var(--overlap-size);
  width: var(--overlap-size);
  left: 0;
  bottom: 100%;
  background-color: inherit;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

ul.product-plans li.product-plan .btn:active {
  transform: scale(0.95);
}
ul.product-plans li.product-plan .btn:active::after {
  transform-origin: left bottom;
  transform: scale(0.9);
}

ul.product-plans li.product-plan .features {
  align-self: flex-start;
  list-style: none;
  padding-inline: 2rem;
  display: grid;
}

ul.product-plans li.product-plan .features li:not(:first-child) {
  border-top: 1px solid rgb(200, 200, 200);
}
ul.product-plans li.product-plan .features li {
  padding: 0.5rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1rem 1fr;
}

ul.product-plans li.product-plan .features li::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: grid;
  place-items: center;
}
ul.product-plans li.product-plan .features li.check::before {
  content: "\2713";
  color: green;
}
ul.product-plans li.product-plan .features li.cross::before {
  content: "\d7";
  color: red;
}
.credits {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.credits a {
  color: var(--color);
}

.icon-container {
  position: relative;
}

.modal {
  display: none;
  position: absolute;
  top: 1.25rem;
  height: fit-content;
  left: 0;
  width: 15.625rem;
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid #ccc;
}
.icon{
	width: 1rem;	
	margin-left: 0.5rem;
}
.icon-container:hover .modal1 {
	display: block;
}
.modalbox-fitcontent{
	width: fit-content;
}
.formscard{
	display: grid;
    align-content: center;
    align-items: center;
    padding: 0.5rem;
}
.movedown{
	max-height: 49rem;
    overflow-x: hidden;
    overflow-y: auto;
}
.justify-content{
	justify-content: center;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.service .nav .nav-link.active {
    background: transparent;
    border: solid 1px;
	border-bottom: none!important;
}
/** 
 * PAGINATION SECTION
 */
section.pagination {
  margin: 40px 0;
}

section.pagination ul li {
  display: inline-block;
  margin: 0 5px;
}
section.pagination ul li a {
  display: block!important;
  padding: 10px;
  border: 1px solid #3366ff;
  background: #3366ff;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 5px;
  font-weight: bold;
  transition: all 400ms ease;
}
section.pagination ul li a:hover {
  background: #fff;
  color: #3366ff;
}
section.pagination ul li a.active {
  background: #fff;
  color: #3366ff;
}
section.pagination ul li a.no-link {
  background: #fff;
  color: #3366ff;
  pointer-events: none;
}
.pagination{
	display: block!important;
}
select{
	appearance: auto!important;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?9xygya');
  src:  url('../fonts/icomoon.eot?9xygya#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?9xygya') format('truetype'),
    url('../fonts/icomoon.woff?9xygya') format('woff'),
    url('../fonts/icomoon.svg?9xygya#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e986";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-menu2:before {
  content: "\e9be";
}
.icon-menu3:before {
  content: "\e9bf";
}
.icon-menu4:before {
  content: "\e9c0";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-left:before {
  content: "\ea44";
}
.menud2 {
	display: none;
}
.az-header-menu{
	background-color: #1B1B1B;
}
.card18{
	width: 18rem;
}
.overflow-y-auto{
	overflow-y: auto!important;
}
.modal-body{
	padding: 3rem;
}
.text-black{
	color: black!important;
}
.waybox-button{
	display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: rgb(26, 69, 148);
    border: 0px;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: bold;
    font-size: 14px;
    padding: 0px 16px;
    color: white;
    cursor: pointer;
    -webkit-font-smoothing: subpixel-antialiased;
}
.mt-form-2r{
	margin-top: 2rem;
}
.btn-responsive{
    display: none;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0,0,0,.4);
    backdrop-filter: blur(10px);
}
@media (max-width: 1400px) {
	.movedown {
		max-height: 32rem;
		overflow-x: hidden;
		overflow-y: scroll;
	}
}

@media (max-width: 480px) {
	.menud1 {
		display: none;
	}
	.menud2 {
		display: block;
		font-size: 1rem;
		border-bottom: 1px solid;
		padding: 1rem;
	}
	.relative {
		color: #1B1B1B;
		position: relative;
		text-align: center;
		top: 1rem;
		right: 0rem;
		margin-bottom: 1rem;
	}
	.h1footer {
		font-size: 1.25rem;
	}
	.az-footer {
		display: block;
	}
	.card18{
		width: 18rem;
		margin-left: 2rem;
		margin-bottom: 1rem;
	}
	.nav>li>a{
		margin-left: 0rem;
	}
	.mlnr{
		margin-left: 0px;
		display: grid;
	}
	.filtror{
		display: grid!important;
	}
	.relative3 {
		color: #fff;
		position: relative;
		text-align: right;
		top: 0rem;
		margin-left: 0rem;
	}
	.dr-none{
		display: none;
	}
	.mtr-2r{
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.pr0{
	    padding-right: 15px;
    	padding-left: 15px;
	}
	.pr02{
	    padding: 0px;
	}
	.mbr-5-1{
		margin-bottom: 1rem;
	}
	.az-content-dashboard {
		padding-top: 20px;
		margin-bottom: 4rem;
	}
	.p-relative{
		position: relative;
	}
	.edit-button{
		position: absolute;
		top: 9rem;
		left: 7rem;
	}
	.background-gray2{
		width: 26.25rem;
	}
	.background-gray{
		width: 26.25rem;
	}
	.dr-grid{
		display: grid!important;
	}
	.overy{
		overflow-y: scroll;
		width: 25.25rem!important;
	}
	.pr-4-1 {
		padding-right: 0rem;
	}
	.overrx-none{
		overflow-x: hidden;
	}
	.w23poss{
		width: 23.25rem;
	}
	.transparent2 {
		background-color: transparent!important;
		color: #2B72E6;
		border: solid 1px #2B72E6;
		width: 18.25rem;
	}
	.az-header-menu-icon span {
	    display: block;
		position: relative;
		width: 15px;
		height: 2px;
		background-color: #fff;
		border-radius: 3px;
		transition: all 0.2s ease-in-out;
	}
	.az-header-menu-icon span::before, .az-header-menu-icon span::after {
		content: '';
		position: absolute;
		left: 0;
		width: 20px;
		height: 2px;
		background-color: #fff;
		border-radius: 3px;
		transition: all 0.2s ease-in-out;
	}
}
@media (max-width: 1700px) {
    .wcard {
		width: 15rem;
	}
	.select2-container {
		box-sizing: border-box;
		display: inline-block;
		margin: 0;
		position: relative;
		vertical-align: middle;
		margin-top: 0rem;
		line-height: 2.15;
		border-radius: 3.25rem;
		margin-bottom: 0rem;
		width: 27rem!important;
	}
}

@media (max-width: 1600px) {
    .wcard {
		width: 15rem;
	}
	.select2-container {
		box-sizing: border-box;
		display: inline-block;
		margin: 0;
		position: relative;
		vertical-align: middle;
		margin-top: 1rem;
		line-height: 2.15;
		border-radius: 3.25rem;
		margin-bottom: 1rem;
		width: 23rem!important;
	}
}

@media (max-width: 1500px) {
    
	.p-10r {
    	padding: 3rem;
	}
	.text-titlecard {
		position: relative;
		left: -2rem;
		color: #031668;
	}

}

@media (max-width: 1400px) {
    .wcard {
		width: 15rem;
	}
	.select2-container {
		box-sizing: border-box;
		display: inline-block;
		margin: 0;
		position: relative;
		vertical-align: middle;
		margin-top: 1rem;
		line-height: 2.15;
		border-radius: 3.25rem;
		margin-bottom: 1rem;
		width: 100%!important;
	}
	.p-10r {
    	padding: 3rem;
	}
	.text-titlecard {
		position: relative;
		left: -2rem;
		color: #031668;
	}

}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

@media (max-width: 768px) {
    
    .navbar-toggler {
        position: relative;
        right: 1rem;
    }
    
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .mensaje {
        position: absolute;
        width: 3rem;
        left: 78%;
        top: 40rem;
    }
    .bannermobile{
        margin-top: 3.5rem!important;
    }
    .mancha1 {
        width: 12.188rem;
    }
    .mancha2 {
        position: absolute;
        top: calc(100% - -115rem);
        width: 30.188rem;
        z-index: -1;
        right: 1%;
    }
    .mancha3 {
        width: 12.188rem;
    }
    .mobilewa{
        width: 96%;
    }
    .g-4, .gx-4 {
        --bs-gutter-x:-4.1rem;
    }
    .btn-primary {
        margin-top: 0.5rem;
    }
    .text-banner {
        font-size: 1.75rem;
        margin-top: 4rem;
    }
    .btn-invisible {
        background-color: transparent;
        border: none;
        color: black;
        font-weight: bold;
    }
    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
        color: black;
        font-weight: bold;
    }
    .btn-invisible:hover, .btn-invisible:focus {
        background-color: transparent;
        border: none;
        color: black;
        box-shadow: none;
    }
    .navbar .navbar-nav .nav-link {
        padding: 12px 15px;
        color: black;
        font-weight: 500;
        outline: none;
        border-bottom: 1px solid #8f8f8fb3;
    }
    .col-md-6{
        width: 50%;
    }
    .col-sm-12{
        flex: 0 0 auto;
        width: 95%;
        padding: 1rem;
    }
    .ml-0{
        margin-left: 0!important;
    }
    .form-control.form-control-lg {
        margin-top: 1rem;
        line-height: 2.15;
        border-radius: 0.25rem;
        margin-bottom: 1rem;
    }
    .dropdown-center {
        display: block;
    }
    .padding-e {
        padding: 3.75rem;
    }
    .blogcardsmobile{
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .blog-body{
        margin-right: 3rem!important;
    }
    .mw-85{
        width: 85%;
    }
    .mt-7 {
        margin-top: 3rem;
    }
    .top-path2 {
        position: relative;
        top: 15rem;
    }
    .icon-m-r{
        width: 2rem!important;
        height: 2rem!important;
    }
    .blogcardsmobile2{
        margin-left: 0!important;
        margin-right: 0!important;
        display: block
    }
    .modalbox { 
        width: 96%;
        margin-left: 0.5rem!important;
        margin-right: 0.5rem!important;
    }
    .movedown {
        max-height: 53rem;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .modalmask:target {
        opacity: 1;
        pointer-events: auto;
        width: 100%;
    }
    .bg-tab {
        background-color: #0089f31a;
        width: 113%;
    }
    .btn-responsive{
        display: block;
    }
    .card-text-r {
        background-color: white;
        width: fit-content;
        padding-right: 0rem;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        padding-left: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        position: relative;
        left: 3%;
    }
    .card-text-l {
        background-color: white;
        width: fit-content;
        padding-left: 4rem;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        padding-right: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        position: relative;
        left: -1rem;
    }
    .img-container img {
        width: 21rem;
        margin: 0 auto;
    }
    .mancha4 {
        position: absolute;
        top: calc(100% - -44rem);
        width: 14.188rem;
        z-index: -1;
    }
    .d-flex-m{
        display: block!important;
    }
    .mancha5 {
        position: absolute;
        top: calc(100% - -77rem);
        width: 16.188rem;
        z-index: -1;
    }
    .container100{
        width: 100%
    }
    .d-block-responsive{
        display: block!important;
        width: 100%;
        margin: 0px!important;
    }
    .contblue {
        display: grid;
        align-items: center;
        background-color: #C8F2FE;
        margin-right: 0px!important;
        width: 100%!important;
    }
}

@media (max-width: 990px) {
    
    .btn-invisible {
        background-color: transparent;
        border: none;
        color: black;
        font-weight: bold;
    }
    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
        color: black;
        font-weight: bold;
    }
    .btn-invisible:hover, .btn-invisible:focus {
        background-color: transparent;
        border: none;
        color: black;
        box-shadow: none;
    }
    .navbar .navbar-nav .nav-link {
        padding: 12px 15px;
        color: black;
        font-weight: 500;
        outline: none;
        border-bottom: 1px solid #8f8f8fb3;
    }
    .mt-7 {
        margin-top: 3rem;
    }
    .btn-responsive {
        display: block;
    }
    
    .navbar-toggler {
        position: relative;
        right: 3rem;
    }
}