#pagina-inicio {
    padding-top: 76px;
}
.section {
    background-color: #EEF2F5;
}
.mw-900 {
    max-width: 900px;
}
.mw-800 {
    max-width: 800px;
}
h3, h4 {
    text-transform: uppercase;
    color: #2D2829;
    font-weight: 900;
}
h4 {
    font-size: 1.2rem;
	font-weight: 600;
}
h5 {
    color: #494D55;
    font-weight: 400;
}
a.item, .card {
	display: flex;
	flex-direction: column;
	justify-content: center;
    position: relative;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #E2DED7;
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 20%) !important;
    -webkit-box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 20%) !important;
    -moz-box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 20%) !important;
    height: 100%;
	padding: 0 .7rem;
	min-height: 190px;
}
a.circle {
    width: 180px !important;
    height: 180px !important;
    background-color: #fff;
    text-align: center;
    border: 1px solid #dde2e9;
    border-radius: 50%;
    box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 20%) !important;
    -webkit-box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 20%) !important;
    -moz-box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 20%) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    overflow: hidden;
}
a.item {
    max-width: 300px;
}
a.item .title {
    color: #7D828B;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}
a.circle .title {
    color: #7D828B;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
}
a.item-hover:hover {
    background-color: #494D55;
}
a.item-hover:hover .title {
    color: #fff;
}
a.item-hover:hover img {
    filter: invert(1) sepia(1) saturate(1) hue-rotate(20deg) brightness(3);
}
.btn-primary, .btn-primary:hover, .btn-primary:active {
    color: #fff !important;
    background-color: #287F55 !important;
    border-color: #287F55 !important;
    border-radius: 15px;
    padding: 10px 33px;
    font-weight: 600;
    font-size: 16px;
}
.financiera-container, .registro-container, .informacion-container, .top-container {
    max-width: 1200px;
}
.gestion-container {
    max-width: 1200px;
}
.indicator {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34px;
    height: 35px;
    background-color: #970E48;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
a.item-hover:hover .indicator {
    background-color: #fff;
	color: #970E48;
}
.owl-dots {
    display: none !important;
}
.owl-stage {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.owl-item:not(.active) {
    visibility: hidden;
}
.owl-nav button {
    position: absolute;
    top: 67px;
    outline: none;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.owl-prev .ico, .owl-next .ico {
    color: #fff;
    background-color: #2D2829;
    padding: 0.5rem;
    border-radius: 50%;
	opacity: .2;
}
@media (max-width: 1199px) {
    .registro-container {
        max-width: 992px;
    }
    .gestion-container {
        max-width: 768px;
    }
    a.item .title {
        max-width: 240px;
    }
}
@media (max-width: 991px) {
    .registro-container {
        max-width: 768px;
    }
    .informacion-container {
        max-width: 575px;
    }
    .mw-900 {
        max-width: 560px;
    }
    .mw-800 {
        max-width: 640px;
    }
    h5 {
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
    .mw-900, .mw-800 {
        max-width: 480px;
    }
    h3 {
        max-width: 480px;
    }
}
@media (max-width: 575px) {
    #pagina-inicio {
        padding-top: 66px;
    }
    .informacion-container {
        max-width: 480px;
    }
    h4 {
        font-size: 1rem;
    }
}
/* Carrusel */
#carousel {
    background-color: #EEF2F5;
    min-height: 500px;
}
#carousel .carousel-inner, #carousel .carousel-item {
    min-height: 500px;
    height: 100%;
}
#carousel .carousel-item.active, #carousel .carousel-item-next, #carousel .carousel-item-prev {
    display: flex !important;
}
#carousel .row {
    width: 100%;
    max-width: 1200px;
}
.carousel-indicators li {
    border-radius: 50%;
    height: 20px !important;
    width: 20px !important;
    background-color: #7D828B !important;
}
.carousel-indicators li.active {
    height: 20px !important;
    width: 20px !important;
    background-color: transparent !important;
}
.carousel-indicators li.active:before {
    top: 0;
    width: 100%;
    height: 100%;
    border-width: 20px;
    border-radius: 50%;
    border-color: #cccc;
    border: 3px solid #7D828B;
}
.carousel-control {
    color: #575756 !important;
    opacity: 1;
}
.carousel-control .ico {
    height: 45px;
    width: 45px;
    background-color: #2D2829;
    position: relative;
    border-radius: 50%;
	opacity: .2;
}
.carousel-control .ico:before {
    color: #fff;
    vertical-align: middle;
}
#carousel img {
    max-height: 360px;
}
#carousel .btn-primary, #carousel .btn-primary:hover, #carousel .btn-primary:active {
    margin-top: 1.5rem;
}
#carousel .title {
    color: #970E48;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
}
#carousel .subtitle {
    color: #C2995C;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
}
#carousel .subtitle-light {
    color: #494D55;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
}
#carousel .description {
    color: #494D55;
    font-size: 1.5rem;
}
@media (max-width:1199px) {
    #carousel {
        min-height: 680px;
    }
    #carousel .carousel-inner, #carousel .carousel-item {
        min-height: 640px;
    }
    #carousel img {
        max-height: 320px;
        margin-bottom: 1.5rem;
    }
    #carousel .presupuesto .btn-primary {
        margin-top: 0.5rem !important;
    }
    #carousel .presupuesto img {
        margin-bottom: 0.5rem !important;
    }
}
@media (max-width:767px) {
    #carousel {
        min-height: 600px;
    }
    #carousel .carousel-inner, #carousel .carousel-item {
        min-height: 560px;
    }
    #carousel .title {
        font-size: 1.3rem;
    }
    #carousel .subtitle {
        font-size: 2.4rem;
        line-height: 1;
    }
    #carousel .description {
        font-size: 1.2rem;
    }
}
@media (max-width:539px) {
    #carousel {
        min-height: 500px;
    }
    #carousel .carousel-inner, #carousel .carousel-item {
        min-height: 460px;
    }
    #carousel img {
        max-height: 200px;
    }
    #carousel .title {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
    #carousel .subtitle {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    #carousel .presupuesto .btn-primary {
        margin-top: 1.5rem !important;
    }
    #carousel .presupuesto img {
        margin-bottom: 1.5rem !important;
    }
}