:root {
    --padding-y-title: 10px;
    --segmentos-default-color: #dc3545;
    --segmento1: #f8bd3d;
    --segmento2: #16a029;
    --segmento3: #1953d1;
    --segmento4: #983496;
}

body {
    font-family: 'Ubuntu', Arial, sans-serif;
}

a {
    text-decoration: none;
}

.navbar .container-fluid {
    width: 80%;
    font-weight: 400px;
    padding-right: 0px;
    padding-left: 0px;
}

#calvarianas {
	background: rgb(46,43,87);
    background: linear-gradient(90deg, rgba(46,43,87,1) 0%, rgba(66,62,116,1) 100%);
    color: #acacac;
    font-size: 12px;
	font-weight: 400;
}

#calvarianas .navbar-brand, #calvarianas li a {
	color: #ffffff;
    padding-left: 15px;
	font-size: 12px;
    transition-duration: 0.3s;
}

#calvarianas .navbar-brand:hover, #calvarianas li a:hover {
	color: #ffffff;
    font-weight: 500;
    text-shadow: 0px 0px 10px #FFF;
    transition-duration: 0.2s;
}

#calvarianas .navbar-brand:focus, #calvarianas li a:focus {
	color: #ffffff;
    font-weight: 600;
    text-shadow: 0px 0px 20px #FFF;
    transition-duration: 0.5s;
}

#nucleo {
    background-color: rgb(255, 255, 255);
    font-size: 12px;
    border-bottom: 2px solid #2e2b57;
    padding-top: 8px;
    padding-bottom: 8px;
}

#nucleo img {
    transition-duration: 0.5s;
}

#nucleo img:hover {
    filter: brightness(125%) contrast(125%);
    transition-duration: 0.5s;
}

#nucleo .nav-link {
    font-weight: 400px;
    color: #2e2b57;
}

#nucleo .dropdown-item {
	font-size: 12px;
    font-weight: 400px;
    line-height: 30px;
}

#nucleo .nav-link:focus,
#nucleo .nav-link:hover {
	color: #dc3545;
    transition-duration: 0.2s;
}

#nucleo .dropdown-item:active {
	background-color: #dc3545;
	color: #ffffff;
}

#nucleo .nav-link:hover {
	border-color: #cf3c4b #cf3c4b #cf3c4b;
	isolation: isolate;
}

#nucleo .navbar-toggler {
    border: 2px solid #242247;
    color: #a7a5c4;
    margin-top: 20px;
    margin-bottom: 20px
}

#nucleo i {
    font-size: 20px;
}

.social-last {
    padding-right: 12px;
}

#nucleo-topline {
    margin-right: 7px;
}

#nucleo-topline .social {
    margin-right: 5px;
}

#btn-navbar-cta {
    margin-right: -10px;
    padding-left: 23px;
    padding-right: 23px;
    border-radius: 20px;
}

#nucleo-topline .social-last {
    margin-right: 25px;
}

#nucleo-bottomline {
    margin-top: 10px;
    margin-right: -10px
}

@keyframes pulse-border {
    0%	 { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1; }
    100%  { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0; }
}

@media (max-width: 992px) {
    #nucleo-topline .social {
        visibility: hidden;
        display: none;
    }

    #nucleo .navbar-collapse {
        text-align: center;
        font-size: 14px;
    }
    
    #nucleo-topline {
        justify-content: center !important;
    }
}

.bold {
    font-weight: 600;
}

.pageTitle-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageTitle {
    background: rgba(46,43,87);
    padding: 50px;
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.14);
}

.pageTitle h1 {
    color: #fff;
    font-weight: 600;
}

.pageDescription2 {
    padding: 40px;
}

.pageDescription2 p {
    text-align: justify;
    color: #070707;
}

.pageDescription {
    margin-top: -100px;
    padding-top: 100px;
    z-index: 300;
    min-height: 70vh;
    background-position: right;
}

.pageDescription p {
    text-align: left;
    font-size: 36px;
    color: #fff;
}

/* Start Animação Hover Dropdown Navbar Oemar */
.show > a {
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.show > a::before,
.show > a::after {
   content: '';
	position: absolute;
	width: 100%;
	left: 0;
}

.show > a::before {
	background-color: #dc3545;
	height: 2px;
	bottom: 0;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.show > a::after {
	content: attr(data-replace);
	height: 100%;
	top: 0;
	transform-origin: 100% 50%;
	transform: translate3d(200%, 0, 0);
	transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
	color: #dc3545;
}

.show > a:hover::before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}

.show > a:hover::after {
	transform: translate3d(0, 0, 0);
}

.show > a span {
	display: inline-block;
	transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.show > a:hover span {
	transform: translate3d(-200%, 0, 0);
}
/* End Animação Hover Dropdown Navbar Oemar */
/* End Navbar OEMAR */

/* Start Botão Estilo "OEMAR On-line" na NavBar */
.btn-darkblue{ 
	color:#fff;
	background-color:#2e2b57;
	border-color:#2e2b57;
    padding-left: 20px;
    padding-right: 20px
}

.btn-darkblue:hover {
	color:#fff;
	background-color:#3d397e;
	border-color:#3d397e
}

.btn-lightblue{ 
	color:#fff;
	background-color:#413c83;
	border-color:#413c83;
    padding-left: 20px;
    padding-right: 20px
}

.btn-lightblue:hover {
	color:#fff;
	background-color:#5b55af;
	border-color:#5b55af
}

.btn-check:focus+.btn-darkblue,.btn-darkblue:focus {
	color:#fff;
	background-color:#29256b;
	border-color:#29256b;
}

.btn-check:active+.btn-darkblue,.btn-check:checked+.btn-darkblue,.btn-darkblue.active,.btn-darkblue:active,.show>.btn-darkblue.dropdown-toggle {
	color:#fff !important;
	background-color:#2c2774 !important;
	border-color:#2c2774 !important;
    box-shadow: 0 0 1rem rgba(108, 104, 184, 0.01)
}

.btn-check:active+.btn-darkblue:focus,.btn-check:checked+.btn-darkblue:focus,.btn-darkblue.active:focus,.btn-darkblue:active:focus,.show>.btn-darkblue.dropdown-toggle:focus {
	box-shadow:0 0 0 .25rem #494768
}

.btn-darkblue.disabled,.btn-darkblue:disabled {
	color:#fff;
	background-color:#56528f;
	border-color:#56528f
}
/* End Botão Estilo "OEMAR On-line" na NavBar */

#page .parceiro:hover {
    filter: contrast(1.3);
    transform: scale(1.1);
    transition: .3s ease-in-out;
}

.carousel-item.active {
    height: 100% !important;
}

footer {
    line-height: 40px;
}

footer .container {
    padding-top: 12px;
    padding-bottom: 20px;
}

#parceirosCalvariana:hover {
    filter: brightness(1.1);
    transition: all .3s ease-in-out;
    transition-timing-function: ease-in-out;
}

#parceirosRede:hover {
    filter: contrast(1.3);
    transition: all .3s ease-in-out;
    transition-timing-function: ease-out;
}

.footer-info {
    background: #444171;
    padding: 40px;
    padding-bottom: 20px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
}

.footer-info > .title {
    font-size: 32px;
    font-weight: 700;
    text-align: left;
}

.footer-info > .subtitle {
    font-weight: 600;
    text-align: left;
    padding-bottom: 15px;
}

.footer-social {
    padding-top: 30px;
    font-size: 30px;
    text-align: center;
}

.footer-parceiros {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 12px;
    padding-right: 12px;
}

@media(max-width: 993px) {
    .footer-parceiros {
        margin-top: 12px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 12px;
    }
}

.footer-parceiros img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
}

.footer-map {
    border-radius: 12px;
    padding-left: 0px;
    padding-right: 0px;
}

@media(min-width: 992px) {
    .footer-map {
        margin-bottom: -20px;
    }
}

.footer-sitemap {
    margin-top: 12px;
    text-align: center;
}

.footer-sitemap h5 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 20px;
}

@media(max-width: 767px) {
    .footer-sitemap h5 {
        font-size: 20px;
    }
}

@media(max-width: 575px) {
    .footer-sitemap h5 {
        font-size: 28px;
    }
}

.footer-sitemap p {
    text-align: center;
    margin-bottom: 0px;
}

/* Start Banners */
#banners {
    margin-top: -30px;
}

#banners i, #depoimentos i {
    padding: 15px;
    border-radius: 30px;
    background: #1e1c3d;
    color: #fff;
}
/* End Banners */

/* Start Animações */
:root {
    --animate-duration: 1000ms;
    --animate-delay: 1s;
}
/* End Animações */

#page section {
    margin: 50px;
    padding-bottom: 0px;
}

#hero {
    height: 648px;
}

/* Start Textos */
p {
    margin: 0px;
    text-align: justify;
}

.title-center-aligned {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.title-center-aligned > h2 {
    text-align: center;
    background: #dc3545;
    color: #fff;
    padding: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: fit-content;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    margin-top: -1px;
    align-self: center;
}

.text-center-aligned {
    font-size: 18px;
    text-align: center;
    padding: 40px;
    padding-top: 30px;
    border: 4px solid #dc3545;
    border-top: 10px solid #dc3545;
    border-radius: 15px;
}

.btn-center-aligned {
    margin-right: auto;
    margin-left: 20px;
}

@media (max-width: 992px) {  
    .title-center-aligned {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        margin: auto;
        margin-top: -1px;
    }

    .btn-center-aligned {
        text-align: center;
        margin-left: auto;
    }
}

.img-left {
    background: #2e2b57;
    border-radius: 15px;
    border-top-right-radius: 0px;
    margin-top: -1px;
    height: fit-content;
}

.title-right-aligned {
    background: #2e2b57;
    color: #fff;
    padding-right: 40px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: fit-content;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-top: -1px;
    align-self: start;
}

.text-right-aligned {
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.btn-right-aligned {
    margin-right: auto;
    margin-left: 20px;
}

@media (max-width: 992px) {  
    .img-left {
        border-top-right-radius: 15px;
    }

    .title-right-aligned {
        padding-left: 40px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        padding-top: 0px;
        padding-bottom: 15px;
        margin: auto;
        margin-top: -1px;
    }

    .text-right-aligned {
        text-align: center;
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .btn-right-aligned {
        text-align: center;
        margin-left: auto;
    }
}

.img-right {
    background: #413c83;
    border-radius: 15px;
    border-top-left-radius: 0px;
    margin-top: -1px;
    height: fit-content;
}

.quote {
    background: rgb(68,62,142);
    background: linear-gradient(90deg, rgba(68,62,142,1) 0%, rgba(68,60,161,1) 34%, rgba(46,43,87,1) 100%);
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
    border: 4px solid rgba(68,62,142,1);
    width: max-content;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 12px;
}

.quote .col-4, .quote .col-8 {
    padding: 0px;
}

.quote-img img {
    width: 100%;
}

.quote-text-container {
    width: fit-content;
}

.quote-text-container p {
    color: #fff;
    text-align: left;
    padding-left: 30px
}

.quote-text {
    font-size: 32px;
    font-weight: 700;
    padding-top: 30px;
}

@media (max-width: 768px) {
    .quote-text {
        font-size: 24px;
    }
}

.quote-author {
    padding-top: 20px;
    padding-bottom: 30px;
}

.title-left-aligned {
    background: #413c83;
    color: #fff;
    padding-right: 20px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: fit-content;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-top: -1px;
    align-self: end;
}

.text-left-aligned {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.btn-left-aligned {
    margin-left: auto;
    margin-right: 20px; 
}

.btn-left-align btn {
    background: #413c83 !important;
}

.parceiro img {
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 992px) {  
    .img-right {
        border-top-left-radius: 15px;
    }

    .title-left-aligned {
        padding-right: 40px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        padding-top: 0px;
        padding-bottom: 15px;
        margin: auto;
        margin-top: -1px;
    }

    .text-left-aligned {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 0px;
    }

    .btn-left-aligned {
        text-align: center;
        margin-right: auto;
    }
}
/* End Textos */

/* Start Segmentos */
#segmentos-title {
    background: #dc3545;
    color: #fff;
    padding-right: 40px;
    padding-left: 40px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: fit-content;
    margin: auto;
    margin-bottom: -1px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.14);
}

#segmentos-subtitle {
    background: #dc3545;
    color: #fff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.14);
}

.segmentos-title-blue {
    background: #2e2b57;
    color: #fff;
    padding-right: 40px;
    padding-left: 40px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: fit-content;
    margin: auto;
    box-shadow: 0 -5px 5px 5px rgba(0,0,0,0.1);
}

.segmentos-subtitle-blue {
    background: #2e2b57;
    width: fit-content;
    border-radius: 40px;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: 0 5px 5px 5px rgba(0,0,0,0.1);
}

.segmentos-subtitle-blue p {
    color: #fff;
    text-align: center;
}

#segmentos .row {
    background: rgb(220,53,69);
    background: linear-gradient(0deg, rgba(255,210,215,1) 0%, rgba(252,164,164,1) 33%, rgba(255,130,115,1) 66%, rgba(220,53,69,1) 100%);
    margin: 0px;
    min-height: 730px;
    border: 1px solid #dc3545;
    padding: 20px;
}

#segmentos p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px
}

/* animação no fundo */
@media (max-width: 1200px) {
    .segmento-last {
        margin-bottom: 100px;
    }
}

.parent-waves {
    position: relative;
    overflow: hidden;
}

.parent-waves .wave {
    position: absolute;
    bottom: 170px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(https://nucleocalvariano.com.br.madrececilia.com.br/img/index/wave.webp);
    background-size: 1000px 100px
}

.wave.wave1 {
    animation: wave 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}
.wave.wave2 {
    animation: wave2 15s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
}
.wave.wave3 {
    animation: wave 30s linear infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15px;
}
.wave.wave4 {
    animation: wave2 5s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 20px;
}

@keyframes wave {
    0% {
        background-position-x: 0px; 
    }
    100% {
        background-position-x: 1000px; 
    }
}

@keyframes wave2 {
    0% {
        background-position-x: 0px; 
    }
    100% {
        background-position-x: -1000px; 
    }
}
/* ----------------- */

.segmento {
    background: var(--segmentos-default-color);
    border-radius: 10px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
    transition-duration: 0.3s;
    margin-top: 15px;
    margin-bottom: 15px;
    z-index: 1010;
    position:relative
}

.segmento:hover {
    transform: scale(1.1);
}

.segmento-img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: var(--segmentos-default-color);
}

.segmento-img img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 2px solid var(--segmentos-default-color);
}

.segmento-card-text {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: var(--segmentos-default-color);
}

.segmento-title {
    background: var(--segmentos-default-color);
    color: #fff;
    border: 2px solid var(--segmentos-default-color);
}

.segmento-text {
    background: #fff;
    color: #000;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 2px solid var(--segmentos-default-color);
}

#integral {
    border-top: 2px solid rgba(253,29,29,1) ;
    border-left: 2px solid rgba(131,58,180,1);
    border-right: 2px solid rgba(252,176,69,1);
    border-bottom: 2px solid rgba(253,29,29,1) ;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

#integral:hover {
    transform: scale(1.1);
    border-width: 5px;
    border-width: 6px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%) 1;
    transition-duration: 0.3s;
    margin-left: -5px;
    margin-right: -5px;
}

#title-integral {
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
/* End Segmentos */

/* Start Depoimentos */

#depoimentos {
    background: url(../img/index/depoimentos.webp) 100% 0 repeat fixed;
    padding-top: 20px;
    margin: 0px !important;
}

#depoimentos-title {
    background: rgba(255, 255, 255, 0.8);
    font-weight: bolder;
    padding-right: 40px;
    padding-left: 40px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: fit-content;
    margin: auto;
}

.parent {
    position: relative;
    top: 0;
    left: 0;
  }

.image1 {
    position: relative;
    top: 0;
    left: 0;
    border: 1px solid #000000;
}

.image2 {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #000000;
}

.carousel-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-overlay p {
    font-size: 48px !important;
    margin-bottom: 0px !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.75);
}

@media (max-width: 992px) {
    .carousel-overlay p {
        font-size: 36px !important;
    }
}

@media (max-width: 575px) {
    .carousel-overlay p {
        font-size: 28px !important;
    }
}

.transparencia-documento {
    padding-bottom: 15px;
    line-height: 20px
}

#transparencia {
    padding-right: 0px;
}


#transparencia .col-auto {
    padding-right: 0px;
}

#faleConosco {
    margin: 0px !important;
    margin-top: 50px !important;
}

.carousel-overlay p {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    text-align: center;
}

#depoimentos a {
    text-decoration: none;
    color: unset;
}

@media(max-width: 992px) {
    .carousel-overlay p {
        font-size: 20px;
    }
}

#depoimentos-subtitle p {
    background: rgba(255, 255, 255, 0.8);
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
}

.splide__slide {
    padding: 30px;
}

#carousel-container {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 770px;
}

.copyright {
    background: #cc2233;
    font-size: 14px;
}

.copyright .container {
    padding: 2px;
    margin: auto;
}

.copyright .right {
    text-align: left;
} 

.copyright .center {
    text-align: center;
} 

.copyright .right {
    text-align: right;
}

@media (max-width: 992px) {
    .copyright {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .copyright {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .copyright {
        font-size: 10px;
    }
}

.depoimento {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    padding: 20px;
    height: 100%;
}

.splide__slide {
    margin: -18px;
}

.splide__slide:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.1);
    filter: contrast(1.1);
    animation-timing-function: ease;
}

.splide__arrow {
    visibility: none !important;
    display: hidden !important;
}

@media(max-height: 993px) {
    .splide__arrow {
        visibility: none !important;
        display: hidden !important;
    }
}

.depoimento-title {
    font-size: 24px;
}

.depoimento-subtitle {
    padding-bottom: 15px;
    font-size: 14px;
}

.splide__pagination {
    visibility: hidden;
    display: block;
}

/* End Depoimentos */


body {
    background:rgb(243, 243, 243);
}

#page {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

#textos .col-lg-6 {
    padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0px;
    text-align: center;
}

hr {
    margin-left: 3%;
    margin-right: 3%
}

h3 {
    text-align: center;
}

#textos {
    padding-top: 1px;
}

#textos h3 {
    text-align: unset;
}

.segmento p {
    text-align: center;
}

footer {
    background: #2e2b57;
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #9a93f3;
}