@charset "UTF-8";

body{
    font-family: roboto !important;
}

.vatican-news{
    background: linear-gradient(0deg, #c00000, #c0000036, #c0000000);
}

.cnbb{
    background: linear-gradient(0deg, #007DCC, #007DCC69, #007dcc00);
}


.santuario-aparecida{
    background: linear-gradient(0deg, #503a70, #503a7069);
}


.logo {
    width: 50px;
}

.btn {
    border-color: #eb5d27 !important;
    color: #eb5d27 !important;
}

.btn:hover {
    background: #eb5d27 !important;
    color: #fff !important;
}

.Not1 {
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 10px;
    margin-bottom: 25px;
}

.Not2 {
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 10px;
}

.Not3 {
    height: 190px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 10px;
    margin-top: 10px;
    position: relative;
    z-index: 9;
}

.textRecente {
    padding: 20px 5px 5px 5px;
    color: #fff;
    font-size: 16px !important;
    border-radius: 0 0 10px 10px;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.textRecente a {
    color: #fff;
    text-decoration: none;
}

.textRecente h2 {
    font-size: 25px;
    font-weight: 700;
}

.textRecente h4{
    font-size: 15px !important;
    font-weight: 500;
}

.noticiaTerceira {
    height: 170px;
}

.mb-30{
    margin-bottom: 30px;
}

.mt-30{
    margin-top: 30px;
}

/*-------------------------------------------*/

.carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-items {
  display: flex;
  transition: transform 0.5s ease;
  margin: 0 -10px;
}

.carousel-item {
  flex: 0 0 calc(16.66667% - 20px);
  height: 150px;
  margin: 0 10px;
  background-color: lightgray;
  text-align: center;
  line-height: 150px;
  font-size: 32px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-button {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;

  transition: opacity 0.5s ease;
}

.carousel-button:hover,
.carousel-button:focus {
  opacity: 1;
}

.carousel-button-prev {
  left: 20px;
}

.carousel-button-next {
  right: 20px;
}

.carousel-button svg {
  width: 24px;
  height: 24px;
  fill: #666;
}

@media (max-width: 800px) {
  .carousel-item {
    flex: 0 0 calc(50% - 20px);
  }

  .carousel-button {
    /*display: none;*/
  }
}



/*-------------------------------------------------*/

.livros img {
    width: 100% !important;
    position: relative;
    margin: 15px 0 0 15px;
}


.livros span, .livros h5{
    color: #fff;
    text-shadow: 1px 2px 3px #000000f5;
}

.livros h5 {
    font-size: 15px;
    font-weight: 500;
}

.livros:before {
    content: "";
    position: absolute;
    width: 99%;
    top: 0;
    left: 0;
    height: 190px;
    background: #612f2e;
}


.slide1 {
    height: auto;
    margin: 0;
}


.bgRoxo{
    background-color: linear-gradient(45deg, #ab00ff, #dd99ff);
}

.bgVerde{
    background-color: linear-gradient(45deg, #007905, #3cd944);
}

.bgRosa{
    background-color: linear-gradient(45deg, #eb0080, #ff5ab4);
}

.bgVermelho{
    background-color: linear-gradient(45deg, #eb0000, #ff8080);
}

.bgBranco{
    background-color: linear-gradient(45deg, #dfa700, #ffc800);
}

#calendario_mes table {
    width: 100%;
    text-align: center;
}

#calendario_mes thead {
    background: #f07e23;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #000;
}

.dias_inseridos {
    background: #f1f1f1;
    border: 1px solid #fff;
}

#calendario_mes {
    z-index: 999;
    position: relative;
    overflow: hidden;
    height: 230px;
}

#calendario_mes a {
    color: #000;
    font-weight: 600;
    line-height: 21px;
}

.hoje {
    background: #fa6 !important;!i;!;
}

.sub-menu-topo ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 25px 0 10px 0;
    overflow-x: auto;
    padding: 0;
    animation: scroll 1.5s linear 2;
    position: relative;
}


.sub-menu-topo li {
    padding: 0 10px;
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
}

.sub-menu-topo .active {
    color: #eb5d27;
    border: 1px solid;
    border-bottom: none;
    background: #fff;
    border-radius: 3px 3px 0 0;
}

.ifo h1 {
    font-size: 20px;
    margin-bottom: 25px;
}

.ifo {
    padding-top: 50px;
}

.ifo a {
    color: #fff;
    text-decoration: none;
}

.ifo li {
    list-style: none;
    margin-right: 10px;
}

.ifo ul {
    padding: 0 0 10px 0;
}

.data {
    margin: 30px 0;
}


.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 55px 0;
}

.pagination a {
    color: #ffffff !important;
    background: #eb5d27;
    padding: 5px 10px;
    margin: 2px;
    text-decoration: none;
}

.pagination .active span {
    background: #000;
    color: #fff;
    padding: 5px 10px;
}

.pagination li {
    margin-top: 10px;
}


.posts {
    margin: 30px 0;
    background: #fff;
    color: #000;
    padding: 5px;
}

.posts img {
    width: 100px;
    float: right;
    padding: 5px;
    border-radius: 10px;
}

.posts a {
    color: #000;
    text-decoration: none;
}

.aud {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.aud a {
    color: #000;
}

.card-body ul {
    list-style: none;
}

.card-body a {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 45px;
}

.card {
    cursor: pointer;
}

footer a {
    color: #000;
}


.sub-menu-topo ul:before {
    content: "";
    background: #f07e23;
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}

.sub-menu-topo.fixedTop {
    position: fixed;
    top: 0;
    background: #ffffff;
    width: 100%;
    left: 0;
    Z-INDEX: 9999;
    box-shadow: 10px 10px 10px #00000029;
}

.sub-menu-topo.fixedTop #myDIV {
    display: flex;
    justify-content: center;
}

.font {
    margin: 0;
    padding: 0;
    list-style: none;
}

.font li {
    background: #ffaa66;
    margin-left: 10px;
    padding: 3px 8px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    color: #000;
}

@media (max-width: 768px) {
  .font {
    width: 100%;
  }
}

h1, h2, h3, h4, h5{
    font-size: 20px !important;
}


.cal_div {
    width: 100% !important;
    margin-bottom: 100vh;
}
.meses {
    display: flex;
    justify-content: space-around;
    font-weight: 600;
    margin-top: 10px;
    background: #f07e23;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    !i;!;
}


.mesRes {
    padding: 20px 0;
}

.redesSocias a, .botoesHeader button {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    background: #eb5d27;
    padding: 0 5px;
    border-radius: 2px;
}



.flutuante {
    width: 100%;
    float: none;
}

@media (min-width: 768px) {
    .flutuante {
        max-width: 400px;
        float: left;
        margin: 0 10px 10px 0;
    }
}

.share-container {
                position: relative;
            }

            #icon {
                transition: transform 0.3s ease;
            }

            .icon-close {
                transform: rotate(180deg);
            }

            /* Estilo do balão de redes sociais */
            .social-balloon {
                position: absolute;
                top: -70px;
                transform: translateX(-50%);
                display: none;
                flex-direction: column;
                align-items: center;
                background-color: #f1822a;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                right: 10px;
            }

            .social-balloon.active {
                display: flex;
            }

            .social-link {
                color: #ffffff;
                margin: 5px 0;
                text-decoration: none;
                transition: color 0.3s ease;
                font-size: 15px;
                padding: 0 15px;
            }

            .social-link:hover {
                color: #0056b3;
            }


                    /* Estilos para o formulário no canto inferior esquerdo */
        .form-container {
            position: relative;
            bottom: 20px;
            background-color: #f8f9fa;
            padding: 15px;
            border: 1px solid #ccc;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin-top: 45px !important;
        }

        .form-container h3 {
            margin-bottom: 15px;
            font-size: 18px;
            color: #333;
        }

        .form-container input {
            width: 100%;
            padding: 10px;
            margin: 5px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
        }

        .form-container button {
            width: 100%;
            padding: 10px;
            background-color: #28a745;
            border: none;
            color: white;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
        }

        .form-container button:hover {
            background-color: #218838;
        }

        #status-msg {
            margin-top: 10px;
            font-size: 14px;
            color: green;
            display: none;
        }

        /* Estilo para o ícone do WhatsApp */
        .whatsapp-icon {
            position: fixed;
            bottom: 25px;
            left: 25px;
            font-size: 25px;
            background: #25D366;
            cursor: pointer;
            display: none; /* Oculto inicialmente */
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
        }

        /* Estilo para o botão de fechar (X) */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 20px;
            cursor: pointer;
            color: #333;
        }

.iti{
    width: 100%;
    margin-bottom: 5px;
}

        @media print {
            
            *{
                color: #000 !important;
            }
            #open-form, .form-container, .comment{
                display: none;   
            }   
            
            .rodape {
                display: none;
            }
        }
        
            .floating-button {
                position: fixed;
                right: 20px;
                bottom: 25px;
                background-color: #f07e23;
                color: white;
                border: none;
                padding: 0px 30px;
                border-radius: 50px;
                font-size: 18px;
                cursor: pointer;
                box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
                z-index: 999999;
                display: none;
            }

            .floating-button:hover {
                background-color: #45a049;
            }

            #thank-you-message {
                display: none;
                position: relative;
                background-color: #f18127;
                padding: 10px;
                box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
                font-size: 16px;
                color: #fff;
                text-align: center;
                margin-top: 20px;
            }
            
            #scrollToCalendar {
    color: #000000 !important;
}

.video-background1 {
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
    }

    .slide-content1 {
      min-height: 75vh;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: justify;
      flex-direction: column;
      position: relative;
      color: white;
      padding: 60px 0;
    }

    .slide-overlay1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, #000000ed, #000000a8); /* sombra no fundo */
      z-index: 0;
    }

    .slide-text1 {
      position: relative;
      z-index: 1;
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8); /* sombra no texto */
    }

    main{
        background: #fff;
        padding-bottom: 50px;
    }


    .dark{
        background: #000;
    }

    .dark .posts{
        background: #000;
        color: #fff;
        box-shadow: 0.125rem 2px .25rem rgb(255 255 255 / 33%) !important;
    }

    .dark a, .dark p, .dark, .dark .offcanvas-body h6, .dark .close{
        color: #fff !important;
    }

    .dark .dias_inseridos{
        background: #3d3d3d;
    }

    .dark .form-control{
        background: #000;
    }


    .dark .card, .dark .list-group-item, .dark .offcanvas, .dark .dropdown-menu{
        background: #343a40!important;
    }

    .rodape a{
        color: #fff;
    }

.posts .btn {
    margin-bottom: 11px !important;
}


.buscab {
    border-radius: 100px;
    border: 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 7px;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    width: 100%;
    margin-left: 15px;
}

.buscab input {
    background: transparent;
    width: 100%;
    border-radius: 100px;
    border: none;
    color: #fff;
}

.buscab input::placeholder {
    color: #fff;
}

.buscab input:focus {
    outline: 0;
}


.busca {
    min-height: 100vh;
    position: absolute;
    width: 85%;
    left: -100%;
    padding: 10px;
    top: 0;
    transition: all 0.1s;
    z-index: 999999999;
    background: #000;
}

.busca.visivel{
    left: 0;
    transition: all 0.1s;
}

.busca.visivel i.fa-solid.fa-xmark {
    color: #fff;
    position: fixed;
    right: 15px;
    font-size: 25px;
    z-index: -1;
}

.busca.visivel i.fa-solid.fa-xmark:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    background: #00000082;
    top: 0;
}

#sugestao {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  /* background: #f8f9fa; */
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  overflow-y: auto;
}

.itensBusca {
  border-bottom: 1px solid #ddd;
}

.itensBusca:last-child {
  border-bottom: none;
}

.itensBusca a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}

.itensBusca a:hover {
}

.texto span {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
}

.texto p {
  margin: 0;
  font-size: 14px;
  color: #b3b3b3;
}

body {background: #343a40 !important;}

.rodape {
    padding-bottom: 95px;
}

.meses a {
    color: #000 !important;
}

.hoje a {
    color: #000 !important;
}

p {
    line-height: 30px;
}