@import url(https://fonts.googleapis.com/css?family=Cardo);
/*
TEMPLATE FOR MEDIA QUERIES
	@media screen and (min-width:1180px) {}
	@media screen and (min-width:880px) and (max-width:1179px) {}
    @media screen and (max-width:879px) {}


INDEX
	
	- CLEAN SSTRUCTURE
	- TOP
	- FIND MORE
	- ARCHBISHOP
	- CATHOHOLIC
	- EVENTS
    - ENTITIES MODAL

/*-----------------------------------------------------------  CLEAN SSTRUCTURE -----------------*/
div#main{ width: 100%;}

section { display: block; }

@media screen and (min-width:1180px) {
    section {
        margin: 0 auto;
        position: relative;
        width: 1150px;
        padding: 5px 0;
    }

    .content_narrow {
        float: left;
        padding: 0 25px 0 0;
        width: 765px;
    }
}

@media screen and (max-width:1179px) {
    section { margin: 15px; }
}

.swiper-button-prev, .swiper-button-next{
    cursor: pointer;
}

.content a:hover{
    color: #69a1cb;
}

/*-----------------------------------------------------------  TOP -----------------*/

.top {
    position: relative;
}

.top section {
    display: flex;
    position: relative;
    width: 100%;
    gap: 50px;
    padding: 35px 0;
    justify-content: center;
}


.top .bg_home {
    position: absolute;
    width: 100%;
    height: 100%;
}

.top .bg_home .left {
    background: #002144;
    height: 100%;
}

.top .square-image-area {
    position: relative;
}

.top img.square-image{
    width: 100%;
    max-width: 580px;
    height: 580px;
}

.top .square {
    width: 580px;
    height: 580px;
    display: flex;
    flex-direction: column;
    border: 1px solid #69a1cb;
    justify-content: center;
}

.top .square{
    padding: 10px;
}

.top .title-area h1 {
    font-family: 'Georgia', serif;
    color: white;
    margin: 0 auto;
}

.top .title-area h2{
    color: #69a1cb;
    margin: 0 auto;
}

.top .title-area h3{
    color: #ec8c03;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.top .title-area h3 span {
    color: white;
    font-weight: normal;
    text-transform: capitalize;
}

.top .swiper-button-prev, .top .swiper-button-next {
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    transition: linear 0.2s;
}

.top .swiper-pagination {
    width: 60%;
}

.top .swiper-pagination-bullet-active{
    background-color: #69a1cb;
}

.top .swiper-button-prev:hover {
    border: 1px solid white;
    background-color: #002644;
    color: white;
}

.top .swiper-button-next {
    background-color: #002644;
    color: white;
}

.top .swiper-button-next:hover {
    border: 1px solid #002644;
    background-color: white;
    color: #002644;
}

.top #subscribe {
    width: 100%;
    max-width: 50%;
    position: absolute;
    bottom: 20px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    background: none;
}

.top #subscribe p, .top .square-subscribe p {
    color: white;
    font-family: 'Arial', sans-serif;
    margin-bottom: 10px;
}

.top #subscribe form,.top .square-subscribe form {
    width: unset;
    position: unset;
}

.top #subscribe form fieldset, .top .square-subscribe form fieldset {
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 400px;
    gap: 10px;
}

.top #subscribe form input[type="text"], #subscribe form input[type="email"], .top #subscribe form input[type="submit"], .top .square-subscribe form input[type="text"], .square-subscribe form input[type="email"], .top .square-subscribe form input[type="submit"]  {
    width: 100%;
    margin: 0px;
    border: none;
    background: #001a2f;
    padding: 4px 10px;
    transition: linear 0.2s;
}

.top #subscribe form input[type="text"], .top .square-subscribe form input[type="text"] {
    width: 40%;
    color: white;
    height: 35px;
}

.top #subscribe form input[type="text"]:hover, .top .square-subscribe form input[type="text"]:hover  {
    box-shadow: inset 0 0 0 2px white;
}

.top #subscribe form input[type="email"], .top form input[type="email"] {
    width: 50%;
    color: white;
    height: 35px;
}

.top #subscribe form input[type="email"]:hover, .top form input[type="email"]:hover {
    box-shadow: inset 0 0 0 2px white;
}

.top form input[type="submit"] {
    width: 10% !important;
    height: 35px;
}

.top #subscribe form input[type="submit"]:hover, 
.top form input[type="submit"]:hover{
    background: white;
    color: #001a2f;
    cursor: pointer; 
}

.top form input[type="submit"]{
    color: white;
}

.top .profile-area {
    display: flex;
    height: 100%;
    width: 580px;
    background: url(/library/includes/home_2024/img/top/banner_Letstalk_NEW.jpg);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: cover;
}

.top .catholicLens .profile-area {
    background: url(/library/includes/home_2024/img/top/banner_catholic.jpg);
    background-size: contain;
}

.top h2.blogger_name {
    font-size: 16px;
    margin-top: 10px;
    color: #002144;
}

.blog .profile-area a {
    display: flex;
    justify-content: center;
}

.top .live-area {
    display: flex;
    width: 100%;
    height: 100%;
    background: url('/library/includes/home_2024/img/top/banner_tvMass.jpg');
    background-size: cover;
    flex-direction: column;
    justify-content: center;
}

.live-content .video {
    margin-bottom: 0;
}

.top p.tv-en {
    margin-top: 15px;
    font-size: 22px;
}

.top .tv-en a {
    color: var(--color_pl);
}


@media screen and (min-width:1300px) {
    .top .swiper-button-prev {
        left: 20px;
        right: auto;
    }

    .top .swiper-button-next{
        right: 20px;
        left: auto;
    }
}

@media screen and (min-width:1450px) {
    .top .swiper-button-prev {
        left: 60px;
    }

    .top .swiper-button-next{
        right: 60px;
    }
}

@media screen and (min-width:1600px) {
    .top .swiper-button-prev {
        left: 130px;
    }

    .top .swiper-button-next{
        right: 130px;
    }

    .top #subscribe{
        max-width: 57%;
    }
}

@media screen and (min-width: 1700px) {
    .top .swiper-button-prev {
        left: 190px;
    }

    .top .swiper-button-next{
        right: 190px;
    }

    .top #subscribe{
        max-width: 60%;
    }
}

@media screen and (min-width: 1800px) {
    .top .swiper-button-prev {
        left: 230px;
    }

    .top .swiper-button-next{
        right: 230px;
    }
}

@media screen and (min-width:1180px) and (max-width: 1299px) {
    .top .swiper-button-prev {
        left: 2px;
        right: auto;
    }

    .top .swiper-button-next{
        right: 2px;
        left: auto;
    }
}

@media screen and (min-width:1180px) {

    .top .live-content{
        margin: 138px 20px;
    }    

    .top .catholicLens .profile-area {
        display: flex;
    }
    
    .top .swiper-wrapper {
        height: 100%;
    }

    .top .swiper-slide {
    }

    .top .bg_home .left {
        width: 57%;
    }

    .top section {
        display: flex;
        position: relative;
        max-width: 1150px;
        gap: 50px;
        justify-content: space-around;
        padding: 10px;
    }
    
    .top .title-area {
        width: 45%;
    }
    
    .top .title-area h1 {
        padding: 30px 0px 0px 0px;
        font-size: 40px;
        line-height: 50px;
    }

    .top .title-area h2{
        padding-top: 10px;
        font-size: 20px;
        line-height: 30px;
    }
    
    .top .title-area h3{
        padding-top: 60px;
        padding-bottom: 20px;
        font-size: 14px;
        padding-left: 5px;
    }

    .top #subscribe {
        bottom: 45px;
    }

    .square-image-area .subs {
        display: none;
    }

    .square-subscribe{
        display: none;
    }

    .top #blog_slide .title-area {
        width: 50%;
    }

}

@media screen and (min-width:880px) and (max-width:1179px) {   


    img#blogger_img{
        width: 190px;
    }

    .top .swiper-pagination{
        width: 100%;
    }

    .top img.square-image{
        height: 450px;
    }

    .top .catholicLens .profile-area {
        display: flex;
        gap: 20px;
        flex-direction: column-reverse;
    }

    .square-subscribe{
        display: none;
    }

    .top section {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        margin: 0px;
    }

    .top .square {
        max-width: 450px;
        height: 450px;
    }

    .top .title-area h1 {
        max-width: 450px;
        font-size: 30px;
        max-height: 110px;
    }

    .top .title-area h2 {
        margin-top: 15px;
        max-width: 450px;
        max-height: 105px;
    }

    .top h3 {
        padding: 20px 0px 10px 0px;
        font-size: 12px;
    }

    .square-image-area {
        padding: 0px 0px 0px 0px;
    }
    
    .top #subscribe {
        max-width: 100%;
        gap: 0px;
        bottom: -8px;
        top: auto;
        right: unset;
        height: 95px;
    }

    .top #subscribe p {
        margin: 0;
    }

    .top #subscribe form {
        margin: 10px;
    }

    .swiper-container{
        background: #002144;
        height: 900px;
    }

    .top .profile-area {
        width: 440px;
    }
}	

@media screen and (max-width:879px) {

    .top img.square-image{
        height: 400px;
    }
    
    .top .profile-area img#blogger_img{
        width: 100%;
        max-width: 120px;
    }

    .top .swiper-pagination{
        width: 100% !important;
    }

    .top .catholicLens .profile-area{
		background: url(/library/includes/home_2024/img/top/banner_catholic.jpg);
		background-size: contain;
		background-position: center;
    }

    .top .title-area h1 {
        max-width: 400px;
        font-size: 22px;
    }

    .top .title-area h2 {
        max-width: 400px;
        font-size: 18px;
        margin-top: 15px;
    }

    .top h3 {
        padding: 20px 0px 10px 0px;
        font-size: 14px;
    }

    .top .profile-area {
        width: 100%;
        max-width: 580px;
    }

    #subscribe {
        display: none !important;
    }

    .swiper-container{
        background: #002144;
    }

    .top section {
        display:flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        margin: 0;
    }

    .top .swiper-slide{
        position: relative
    }

    .top .title-area {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .top #subscribe form {
        margin: 0;
    }

    .top .square-image-area {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 35px;
        align-items: center;
    }

    .top .square {
        max-width: 400px;
        height: 400px;
        padding: 10px;
    }

    .top #subscribe p, .top .square-subscribe p{
        text-align: center;
    }
        .top .square-subscribe form input[type="submit"] {
        color: white;
    }
    
}

@media screen and (max-width: 500px){
    .top h3 {
        font-size: 12px;
        padding-top: 30px;
    }

    .top #subscribe form,.top .square-subscribe form {
        width: unset;
        position: unset;
        margin: 0;
    }
    
    .top .swiper-button-prev, .top .swiper-button-next {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

}

@media screen and (max-width:450px){

    .top section{
        padding: 0px 0;
    }

    .top img.square-image {
        height: 300px;
    }
    
    .top .profile-area {
        width: 100%;
        max-width: 600px;
        height: 340px;
    }

    .top .profile-area h2.blogger_name{
        max-width: 175px;
    }
    
    .top .blog .square{
        height: 260px;
        width: 260px;
    }

    .top .profile-area img#blogger_img{
        max-width: 100px;
    }

    .top .square{
        max-width: 300px;
        height: 300px;
    }

    .top #subscribe form input[type="submit"] {
        width: 20%;
    }

    .top #subscribe {
        padding: 15px;
    }

    .top .title-area h1, .top .title-area h2 {
        margin: 0 20px;
        width: 320px;
    }

    .top .square-image-area {
        gap: 20px;
        padding: 0px;
        justify-content: center;
    }

    .top .swiper-pagination-bullet-active{
        background: white;
    }

    .top #subscribe form fieldset, .top .square-subscribe form fieldset {
        display: flex;
        flex-direction: column;
    }

    .top .square-subscribe form input{
        width: 80% !important;
    }

    .square-subscribe {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 350px){
    .top .square {
        width: 100%;
        max-width: 260px;
        height: 260px;
    }

    .top img.square-image {
        height: 262px;
    }
}

/*-----------------------------------------------------------  FIND MORE -----------------*/

.find{
    background: #efefef;
    padding-bottom: 50px;
}

.find section {
    margin: 0 auto;
    width: 90%;
}

.find a {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 180px;
    align-items: center;
}

.find img{
    width: 160px;
}

.find h1{
    text-align: center;
    padding: 50px;
    font-family: 'Arial Black', sans-serif;
    color: #002644;
    font-size: 30pt;
}

.find h2 {
    text-align: center;
    font-family: 'Arial Black', sans-serif;
    color: #002644;
    font-size: 20px;
    position: absolute;
    background: #efefef;
    bottom: 0px;
    padding: 5px;
    display: flex;
    width: 200px;
    justify-content: center;
    height: 80px;
    line-height: 25px;
    text-transform: uppercase;
    align-items: center;
}

.find #swiper-find .swiper-wrapper img{
    filter: grayscale(100%);
    transition: .5s ease;
    opacity: 0.4;
}

.find #swiper-find .swiper-wrapper img:hover{
    filter: grayscale(0%);
    opacity: 1;
}

.find #swiper-find {
    overflow: hidden;
    position: relative;
}

.find #swiper-find .swiper-slide{
    display: flex;
    justify-content: center;
}

.find #swiper-find {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.find #swiper-find .swiper-wrapper { margin: 15px 0 30px 0; }

.find #swiper-find .swiper-slide img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.find #swiper-find .swiper-scrollbar-drag{
    background: white;
}

.find #swiper-find .swiper-scrollbar{
    background: #002644;
}

@media screen and (max-width: 879px){
    .find section {
        margin: 0 15px !important;
    }
}

@media screen and (max-width:499px) {
    .find #swiper-find {
        width: 325px;
        margin: 0 auto;
    }
}

/*-----------------------------------------------------------  ARCHBISHOP -----------------*/

.archbishop{
    overflow: hidden;
}

.archbishop .text-area {
    display: flex;
    flex-direction: column;
}

.archbishop .text-area h2 {
    font-family: "Arial";
    color: #002644;
    font-size: 30px;
    padding-left: 12px;
    text-transform: uppercase;
}

.archbishop .text-area h1 {
    font-family: "Arial Black";
    color: #002644;
    text-transform: uppercase;
}

.archbishop .container-area {
    position: relative;
    height: 500px;
}

.archbishop .sublege {
    background: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002644;
    text-transform: uppercase;
    font-family: "Georgia";
}

.archbishop .social-buttons {
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: center;
    max-width: 530px;
}

.archbishop .social {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.archbishop .social a {
    border: 1px solid white;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002644;
    transition: 0.2s linear;
}

.archbishop .social a:hover{
    border: 1px solid #002644;
    background: #002644;
    color: white;
}

.archbishop .social i {
    font-size: 85px;
}

.archbishop .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.archbishop .buttons a {
    display: flex;
    width: 220px;
    font-size: 20px;
    background: #002644;
    color: white;
    padding: 12px 0px 12px 12px;
    text-transform: uppercase;
    font-family: "Georgia";
    transition: 0.2s linear;
    border: 1px solid #002644;
}

.archbishop .buttons a:hover{
    border: 1px solid #002644;
    color: #002644;
    background: white;
}


@media screen and (min-width:1180px) {  

    .archbishop .text-area h2 {
        font-size: 30px;
        padding-left: 12px;
    }

    .archbishop .text-area h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .archbishop .text-area {
        width: 60%;
        padding: 50px 40px 40px 40px;
        gap: 52px;
    }

    .archbishop .sublege {
        font-size: 18px;
        width: 60%;
        height: 70px;
    }

    .archbishop .social i {
        font-size: 90px;
    }

    .archbishop .image-area img.archbishop-img {
        position: absolute;
        bottom: -110px;
        left: 560px;
        max-width: 480px;
        width: 100%;
        z-index: 3;
    }

    .archbishop .image-area img.brasao {
        position: absolute;
        right: 60px;
        bottom: 280px;
        z-index: 2;
        max-width: 170px;
    }
    
    .archbishop .image-area img.catedral {
        right: -240px;
        bottom: -80px;
        position: absolute;
        z-index: 1;
        width: 500px;
    }

    .archbishop-mobile{
        display: none;
    }
}

@media screen and (min-width:880px) and (max-width:1179px) {  

    .archbishop section {
        margin: 50px auto;
    }

    .archbishop .container-area {
        flex-direction: row;
    }

    .archbishop .text-area h2 {
        font-size: 20px;
        padding-left: 5px;
    }

    .archbishop .text-area h1 {
        font-size: 38px;
        line-height: 50px;
    }

    .archbishop .text-area {
        width: 60%;
        padding: 40px 40px 0px 40px;
        gap: 50px;
    }

    .archbishop .sublege {
        font-size: 18px;
        width: 65%;
        height: 70px;
    }
    .archbishop .image-area {
        width: 40%;
        position: relative;
    }

    .archbishop img.archbishop-img {
        position: absolute;
        right: -20%;
        z-index: 2;
        bottom: -130px;
    }

    .archbishop .social-buttons {
        display: flex;
        flex-direction: row;
        gap: 12px;
        justify-content: flex-start;
    }

    .archbishop img.brasao {
        position: absolute;
        right: -14px;
        top: 55px;
        width: 115px;
    } 

    .archbishop img.catedral {
        position: absolute;
        left: 70px;
        z-index: 1;
        top: 110px;
    }

    .archbishop-mobile{
        display: none;
    }
}

@media screen and  (max-width:879px) {  
    .archbishop .container-area {
        position: relative;
        height: unset;
        justify-content: center;
        gap: 20px;
    }

    .archbishop .image-area{
        display: none;
    }

    .archbishop-mobile {
        position: relative;
    }
    
    .archbishop-mobile img {
        width: 100%;
        max-width: 500px;
    }

    .archbishop img.brasao-mobile {
        position: absolute;
        top: 30px;
        right: 0;
        width: 31%;
    }

    .archbishop .text-area {
        align-items: center;
        gap: 20px;
    }

    .archbishop .text-area h2 {
        padding: 0;
        font-size: 16px;
    }

    .archbishop .text-area h1 {
        font-size: 22px;
    }

    .archbishop  .buttons {
        gap: 10px;
    } 

    .archbishop .text-content {
        max-width: 300px;
    }

    .archbishop .sublege {
        margin-top: 30px;
        height: 80px;
    }

}

@media screen and  (max-width:399px) {
    .archbishop img.brasao-mobile {
        position: absolute;
        top: 20px;
        right: 0;
        width: 31%;
    }

    .archbishop .social {
        flex-direction: row-reverse;
    }

    .archbishop .social-buttons {
        gap: 25px;
    }
}

/*-----------------------------------------------------------  CATHOHOLIC -----------------*/
#wrap_cathoholic {
    background: #000a11cf url('/library/includes/home_2024/img/cathoholic/bg_catholic.png');
    background-blend-mode: overlay;
    background-size: cover;
    color: white;
    height: 900px;
}

#wrap_cathoholic section {
    z-index: 900;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1150px;
    padding: 5px 0;
}

#wrap_cathoholic section { z-index: 900; }	

#info_cathoholic h1 {
    padding: 0;
    color: white;
    padding: 35px;
    text-align: center;
    font-weight: bold;
    font-family: Tahoma, "Trebuchet MS", sans-serif;
    font-size: 45px;
}	

#nav_cathoholic { 
    height: 40px;
    display: flex;
    gap: 30px;
    justify-content: center;
}

#nav_cathoholic a {
    color: white;
    display: flex;
    width: calc(100%/3);
    max-width: 260px;
    text-transform: uppercase;
    background-color: #002644;
    font-size: 20px;
    font-family: 'Georgia', sans-serif;
    align-items: center;
    justify-content: center;
}

#nav_cathoholic a:nth-child(2) {
    border-left: none;
    border-right: none;
}

#nav_cathoholic a:hover, #nav_cathoholic a.selected {
    background-color: #c57400;
}	

#content_cathoholic:hover {	
    scrollbar-width: thin;
}

#content_cathoholic {
    color: white;
    position: relative;
    width: 100%;
    margin: 40px 0px;
}

#content_cathoholic a {
    color: #69a1cb;
    font-family: "Tahoma", sans-serif;
    font-weight: normal;
    font-size: 22px;
}

#content_cathoholic p {
    line-height: 25px;
    font-family: "Tahoma", sans-serif;
    margin-top: 25px;
    font-size: 20px;
}


#content_cathoholic .image-container {
    width: 20%;
}	

#content_cathoholic .flex {
    gap: 40px;
    justify-content: center;
}


.text-container{
    overflow-y: auto;
    width: 65%;
    padding: 15px 15px 0 0;
    max-height: 630px;
    scrollbar-width: thin;
    scrollbar-color: #c57400 transparent;
}

/*------- SCROLLBAR | CHROME, SAFARI, EDGE --------*/

.text-container::-webkit-scrollbar {
    background: transparent;
    width: 3px !important;
}

.text-container::-webkit-scrollbar-button {
    background: transparent;
}

.text-container::-webkit-scrollbar-track {
    background: transparent;
    border: 0 !important;
}

.text-container::-webkit-scrollbar-track-piece {
    background: transparent;
}

.text-container::-webkit-scrollbar-thumb {
    background: var(--color3000) !important;
    border-radius: 20px;
}
.text-container::-webkit-scrollbar-corner {
    background: transparent;
}

.text-container::-webkit-scrollbar-resizer {
    background: transparent;
}

.text-container::-webkit-scrollbar {
    width: 5px;
    height: 12px;
}

.text-container::-webkit-scrollbar-track {
    border: 1px solid #CECECE;
    border-radius: 10px;
}

.text-container::-webkit-scrollbar-thumb {
    background: #cecece;
    border-radius: 10px;
}

.text-container::-webkit-scrollbar-thumb:hover { background: #cecece; }
/*------- SCROLLBAR | CHROME, SAFARI, EDGE | END --------*/

#content_cathoholic .text-container h1 { 
    color: #c57400; 
    margin-bottom: 10px;
    font-size: 25px;
    text-align: left;
    padding: 0;
}

#content_cathoholic p a:first-of-type {
    text-decoration: none !important;
    color: #9c9c9c !important;
    font-size: 19px !important;
}

#content_cathoholic h2 { 
    color: #ffd293;
    margin-bottom: 15px;
 }

 #content_cathoholic h3{
    color: #d1930d
 }

#content_cathoholic br { margin-bottom: 15px; }

#content_cathoholic a:hover { color: white; }

#content_cathoholic .g1_content {
    max-width: 800px;
    max-height: 615px;
    margin: 35px auto;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #c57400 transparent;
    padding: 15px;
    padding-top: 0px;
}

@media screen and (min-width: 880px) and (max-width: 1179px) {
    #content_cathoholic .image-container {
        width: fit-content;
    }

    #content_cathoholic .text-container {
        width: 50%;
    }
}

@media screen and (max-width: 879px){
    #content_cathoholic .image-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #content_cathoholic {
        margin: 70px 0px;
        padding: 0;
    }

    #nav_cathoholic {
        height: 130px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    #content_cathoholic {
        margin: 70px 0px;
    }

    #info_cathoholic h1 {
        padding: 70px;
    }

    #nav_cathoholic a {
        padding: 10px;
        width: 100%;
    }
        
    #wrap_cathoholic{
        height: 1150px;
    }

    #info_cathoholic h1 {
        padding: 40px 0px 65px 0px;
    }

    #content_cathoholic .g1_content {
        max-height: 720px;
        overflow: scroll;
        scrollbar-width: thin;
        scrollbar-color: #c57400 transparent;
        margin: 30px;
        padding: 20px;
        padding-top: 0;
    }

    .text-container{
        max-height: 370px;
        width: 85%;
    }
}


/*-----------------------------------------------------------  EVENTS -----------------*/

.all-events {
    position: relative;
    z-index: 99;
    background: #F5F5F5;
    padding: 50px 0;
}

.all-events h1 {
    text-align: center;
    font-weight: bold;
    font-family: Tahoma, "Trebuchet MS", sans-serif;
    font-size: 45px;
}

.all-events article dl {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    height: 475px;
}

.all-events .white-area{
    background: white;
    padding: 10px;
    height: 100%;
}

.all-events .date-area {
    display: flex;
    gap: 20px;
    align-items: center;
    font-family: "Arial"
}

.all-events dt.flex.date-number {
    flex-direction: column;
    align-items: center;
    background: #002644;
    width: 60px;
    height: 60px;
    justify-content: center;
}

.all-events .date-number span {
    color: #608fb1;
    font-size: 12pt;
    text-transform: uppercase;
    font-weight: bold;
}

.all-events .date-number p {
    color: white;
    font-size: 18pt;
}

.all-events dd.category {
    font-size: 12pt;
    color: #529dd5;
}

.all-events dl img {
    width: 280px;
    height: 280px;
}

.all-events .slide {
    max-width: 1000px;
    margin: 50px auto;
    gap: 5px;
}

.all-events dd h2 {
    font-family: "Georgia";
    color: black;
    font-size: 18px;
    margin: 10px 0px;
    font-weight: bold;
}

.all-events dd h2:hover {
    color:#529dd5 !important;
}

.all-events dd h3 {
    font-family: 'Georgia';
    font-size: 14px;
    margin-bottom: 10px;
}

.all-events .buttons-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.all-events .buttons-area a {
    display: flex;
    width: 220px;
    font-size: 18px;
    background: #002644;
    color: white;
    text-transform: uppercase;
    font-family: "Georgia";
    transition: 0.2s linear;
    border: 1px solid #002644;
    justify-content: center;
    padding: 10px 0px;
}

.all-events .buttons-area a:hover{
    border: 1px solid #002644;
    color: #002644;
    background: white;
}

.all-events .swiper-button-next{
    right: 2px;
}

.all-events .swiper-button-prev{
    left: 2px;
}

.all-events .swiper-button-prev, .all-events .swiper-button-next{
    transition: 0.2s linear;
}

.all-events .swiper-button-prev:hover , .all-events .swiper-button-next:hover{
    transform: scale(1.1);
}

.all-events #swiper-events {
    overflow: hidden;
    padding: 40px 10px 90px;
    position: relative;
}

.all-events #swiper-events .swiper-pagination { background: transparent; bottom: 30px !important; }

.all-events #swiper-events .swiper-pagination .swiper-pagination-bullet { background: black; opacity: .2; }


.all-events article {
    max-width: 280px;
}

.all-events .swiper-slide {
    display: flex;
    justify-content: center;
}

.all-events span.swiper-pagination-bullet {
    border-radius: 0px;
}   

.all-events #swiper-events .swiper-pagination .swiper-pagination-bullet-active { 
    background: #002644;
    opacity: 1;
}

.all-events section {
    padding: 0;
    padding-bottom: 15px;
    margin: 0 auto;
}

@media screen and  (min-width: 880px) {    
    .all-events .swiper-wrapper .swiper-slide:nth-child(2n) dl {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and  (max-width: 879px) {    
    .all-events .slide {
        justify-content: center;
        margin: 0px;
    }

    article.fx_3 {
        width: 100% !important;
        max-width: 290px;
    }

    .all-events .buttons-area{
        margin-top: 20px;
    }
}