



*, ::after, ::before {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    color: #444444;

    margin: auto;

}
h1,h2,h3,h4,h5,h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #1D1D1D;
}
.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 80%;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.col-6 {
    width: 50%;
}
.col-12 {
    width: 100%;
}
.text-center {
    text-align: center !important;
}
.pAgarre {
    padding: 25px 15px;
    ;
}
.pNo {
    padding: 0 15px;
}
.title {
    margin: 0;
    border-bottom: 4px solid #3b3b85;
}
.titleMateria {
    background-color: #3b3b85;
}
.titleMateria .title {
    margin: 0;
    border-bottom: 4px solid #fff;
    color: #fff;

}
.justify-content-between {
    justify-content: space-between;
}
.p12 {
    padding: 12px 0;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
button:hover {
    cursor: pointer;
}
#dateWeather{
    font-size: 0.75rem;
    color: #333333;
    padding: 0.75rem;
}
#dateWeather img {
    width: 18px;
    margin-right: 5px;
}
.weatherBox {
    display: flex;
    justify-content: end;
}
.weatherBox a {
    display: flex;
    text-decoration: none;
    color: #333333;
}
#menubar {
    font-size: 0.75rem;
    color: #333333;
}
.logoHeader {
    width: 222px;
    height: auto;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.menuXs, .searchXs, .menuClose {
    background: url('../img/navigation-menu.svg') center no-repeat;
    background-size: 26px;
    background-color: transparent;
    border: transparent;
    padding: 5px;
    width: 40px;
    height: 40px;
}
.searchXs {
    background: url('../img/search-2.svg') center no-repeat;
    background-size: 26px;
    background-color: transparent;
}
.menuClose {
    background: url('../img/close-squared-alt.svg') center no-repeat;
    background-size: 26px;
    background-color: transparent;
    float: right;
}
.menuXs span, .searchXs span, .menuClose span, #closeBusca span {
    display: none;
}

#menuBox {
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    display: block;
    transition: all 5s ease-in-out;
}
.menuOpen {
    overflow: hidden;
    padding-right: 17px;
}
.menuOpen .fixed-top {
    padding-right: 17px;
}
#menuBox.hidden {
    display: none;
    transition: all 5s ease-in-out;
}
#menuBox .menuContent {
    background-color: #fff;
    max-width: 50%;
    width: 300px;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all 5s ease-in-out;
}
#menuBox.hidden .menuContent {
    left: -300px;
    width: 0;
    transition: all 5s ease-in-out;
}
.nav-menu ul {
    display: flex;
    height: 100%;
    align-items: center;
}
.nav-menu li {
    /* padding: 8px 0;*/
}
.nav-menu a {
font-family: "Montserrat", sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 5px;
}
.nav-menu a.active {
    color: #df712a;
    font-weight: bold;
    text-decoration: underline;
}
.li-children {
    position: relative;
}
.li-children:after {
    content: ' ';
    background: url('../img/caret-down.svg') center no-repeat;
    background-size: 22px;
    background-color: transparent;
    border: transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    right: 0;
}
.li-children.open:after {
    content: ' ';
    background: url('../img/caret-up.svg') center no-repeat;
    background-size: 22px;
    background-color: transparent;
    border: transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    right: 0;
}
.li-children .menu-children {
    display: none;
    margin-left: 20px;
    border-left: 1px solid #3B3B85;
    padding-left: 20px;
    margin-top: 15px;
}
.li-children .menu-children.show {
    display: block;
}
section {
    padding-top: 100px;
    background-color: #fff;
}
section.secondSession {
    padding-top: 0;
}
.col-30 {
    width: 30%;
}
.col-70 {
    width: 70%;
}
.leitbm .titleLink {
    font-family: "Manrope",sans-serif;
    margin: 0 0 0 5px;
    font-size: 16px;
    line-height: 18px;
}
.leitbm .footerListNoticia {
    font-size: 12px;
}
.leitbm .footerListNoticia a {
    color: #DA251C;
}
.dotsBox {
    margin-bottom: -10px;
}
.dotsBox .dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.dotsBox .dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.dotsBox .dot.active span, .dotsBox .dot:hover span {
    background: #869791;
}
#maisLidas a {
    position: relative;
    display: block;
}
.bannerTitle {
    position: absolute;
    bottom: 7px;
    font-family: "Patua one",serif;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    line-height: 1.1;
    text-shadow: 2px 2px #000;
    text-align: left;
}
@keyframes tonext {
    75% {
        left: 0;
    }
    95% {
        left: 100%;
    }
    98% {
        left: 100%;
    }
    99% {
        left: 0;
    }
}
@keyframes tonextBackup  {
    75% {
        left: 0;
    }
    95% {
        left: 100%;
    }
    98% {
        left: 100%;
    }
    99% {
        left: 0;
    }
}
@keyframes snap {
    96% {
        scroll-snap-align: center;
    }
    97% {
        scroll-snap-align: none;
    }
    99% {
        scroll-snap-align: none;
    }
    100% {
        scroll-snap-align: center;
    }
}
@keyframes tostart {
    75% {
        left: 0;
    }
    95% {
        left: -300%;
    }
    98% {
        left: -300%;
    }
    99% {
        left: 0;
    }
}
#carouselTopo.sliderAgaerre, #carouselFooter.sliderAgaerre {
    margin: 0 auto;
    /*width: 100%;*/
    max-width: 80%;
    text-align: center;
    /*background-color: #f4f4f4;
    padding: 15px;*/
    position: relative;
    height: auto;
    ;
}
.sliderAgaerre {
    margin: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    /*background-color: #f4f4f4;
    padding: 15px;*/
    position: relative;
    height: auto;
 
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*.carousel {

  padding-top: 75%;
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}*/

.sliderAgaerre ul {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    overflow-x: hidden;
    counter-reset: item;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    overflow-y: clip;
}

.sliderAgaerre li {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    /*background-color: #f99;*/
    counter-increment: item;
}
.sliderAgaerre img {
    border-radius: 10px;
}
/*.sliderAgaerre li:nth-child(even) {
  background-color: #99f;
}*/



.carousel__snapper {
    position: relative;

    width: 100%;
    height: auto;
    scroll-snap-align: center;
}
.movetonext {
    animation-name: tonext;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
/*.carousel__snapper {
  animation-name: tonext, snap;
  animation-timing-function: ease;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}*/
/*.sliderAgaerre li:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }*/

.img-fluid {
    width: 100%;
    height: auto;
}
.img-round {
    border-radius: 10px;
}
.topPubli {
    position: relative;
    padding: 5px;
    padding-top: 26px;
    overflow: hidden;
    width: 100%;
    background: url(https://www.jaunoticias.com.br/images/dot-bg.png) center center repeat;
}
.topPubli:before {
    content: 'Continua depois da publicidade';
    background-color: #fff;
    font-size: 10px;
    padding: 2px 4px;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
}
.tagLink {
    font-family: "Patua One", serif;
    color: #DA251C;
    text-decoration: none;
    display: block;
}
.titleLink {
    font-family: "Patua One", serif;
    color: #333333;
    text-decoration: none;
    font-size: 22px;
    line-height: 22px;
    margin-top: 8px;
    display: block;
}
.subtitleLink {

    font-size: 16px;
    margin-top: 5px;
    line-height: 20px;
    color: #4d4d4d;
}
.headerNoticia h1 {
    font-family: "Patua One", serif;
    color: #333333;
    text-decoration: none;
    font-size: 26px;
    line-height: 32px;
    margin-top: 0px;
    display: block;
}
.headerNoticia h2 {
    font-size: 18px;
    margin-top: 5px;
    line-height: 26px;
    color: #808080;
    font-weight: normal;
}
.footerListNoticia {
    font-family: "Patua One", serif;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    display: block;
    margin: 10px 0 15px;
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
}
.footerListNoticia a {
    text-decoration: none;
    color: #333333;
}
footer {
    background-color: #1d1d1d;


}
footer .container.footer-top {
    padding: 50px;

}
footer p {
    color: #fff;
}
footer h4 {
    color: #fd7120;
    margin: 0;
    padding-bottom: 10px;
    margin-top: 35px;
    font-size: 1.3rem;
}
footer h5 {
    color: #f4f4f4;

}
.linksFooter a {
    display: block;
    color: #fff;

    text-decoration: none;
}
.linksFooter a.active {
    color: #fd7120;
    text-decoration: underline;
    font-weight: bold;
}
.form-control {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 37px;
    color: #fff;
    padding: 5px;
    margin-bottom: 12px;
}
footer textarea.form-control {
    width: 100%;
    height: auto;
}
.socialLinks {
    display: block;

}
.socialLinks a {


    border-radius: 5px;
    position: relative;
    color: #fff;
    text-decoration: none;
    display: flex;
    margin-right: 10px;
    padding: 5px;
    display: block;
}


.socialLinks a span {
    display: none;
}
.footer-bottom {
    background-color: #1F1F43;
}
.copyright {
    padding: 14px 10px;
    display: flex;
    justify-content: space-between;
}
.copyright p {
    margin: 0;
    color: #fff;
    font-family: "Manrope";
    font-size: 9px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.copyright img {
    height: 9px;
}
.viewsBox {
    background-color: #eee;
    border: 1px solid #333;
    width: 162px;
    height: 30px;
    display: flex;
    justify-content: center;
    font-family: "Patua One", serif;
    color: #333333;
    line-height: 28px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.viewsBox .icon {
    background: url('../img/read-book.svg') left no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-size: 26px;
    width: 30px;
    height: 30px;
}
.viewsBoxRight {
    padding: 3px;
    float: right;

}
.author, .dataNoticia {
    color: #4d4d4d;
    font-weight: normal;
    margin: 5px 0;
    font-size: 14px;
}
.autorLink {
    color: #DA251C;
    text-decoration: none;
    font-weight: normal;
}
.sharebar {
    display: flex;
    width: 100%;
    justify-content: center;
}
.sharebar a {
    background: url('../img/share.svg') center no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: 20px;
    width: 30px;
    height: 22px;
    display: block;
    border-right: 1px solid #333;
}
.sharebar li:last-of-type a {

    border-right: none;
}
.sharebar a.whatsapp {
    background: url('../img/whatsapp.svg') center no-repeat;
    background-color: rgba(0, 0, 0, 0);

    background-size: 20px;
}
.sharebar a.facebook {
    background: url('../img/facebook-black.svg') center no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: 20px;
}
.sharebar a.twitter {
    background: url('../img/x-black.svg') center no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: 20px;
}
.no-display {
    display: none;
}
.imgNoticiaBox img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.image_credits {
    font-family: "Manrope", sans-serif;
    position: relative;
    padding: 10px 5px;
    display: block;
    font-size: 11px;
    line-height: 14px;
    background: #ccc;
    color: #333;
    margin-top: -6px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;


}
.textNoticiaBox {
    font-family: "Manrope", sans-serif;
    color: #333;
    font-size: 18px;
    line-height: 30px;
}
.textNoticiaBox a {
    font-family: "Patua One", serif;
    color: #DA251C;
    text-decoration: none;
    word-break: break-word;
}
.textNoticiaBox b, .textNoticiaBox strong {
    font-family: "Patua One", serif;
}
.textNoticiaBox p:nth-child(2) {
    /*color: green;*/
}


#sugeridas {
    border: 1px solid #3b3b85;
    background-color: #fff;
}
#sugeridas .titlesugeridas {
    position: relative;
    text-align: left;
    margin: 0 0 15px 0;
    padding-left: 31px;
}
#sugeridas .titlesugeridas:before {
    background: url('../img/sug-icon.png') center no-repeat;
    background-size: cover;
    width: 26px;
    height: 26px;
    content: ' ';
    top: 0;
    left: 0;
    position: absolute;
}
#sugeridas .footerListNoticia {
    text-align: left;
    border-bottom: none;
    padding: 0;
    margin-bottom: 5px;
}
.tagsNoticiaBox h3 {
    display: none;
}
.tagsNoticia {
    margin-top: 15px;
}
.tagsNoticia a {
    background-color: #da251c;
    font-family: "Patua One", serif;
    color: #fff;
    text-decoration: none;
    padding: 2px 10px;
    display: inline-block;
    margin-right: 5px;
    text-transform: capitalize;
    border: 1px solid #842812;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 15px;
}
lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
    display: block;
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.innerPartidas {
    width: 100%;
}
.logotime {
    width: 15px;
    margin-right: 5px;
    height: 15px;
    margin-left: 5px;
}
.statusMatch {
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    font-size: 16px !important;
    margin: 0 !important;
    float: right;
    font-family: "Patua One", serif;
}
.empate {
    background-color: #f3a000;
}
.vitoria {
    background-color: #00a83f;
}
.derrota {
    background-color: #dc0000;
}
.campPartida {

    margin: 0 !important;
    font-size: 14px !important;

}
.campPartida span {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}
.timesPartida {
    margin: 5px 0 15px !important;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;

}
.verdetalhes {
    background-color: #3b3b85;
    color: #fff !important;
    border-radius: 4px;
    float: right;
    font-size: 12px;
    line-height: 19px;
    padding: 0 3px;

}
.textNoticiaBox .timesPartida strong {
    font-family: "Manrope", sans-serif;
}
.listJogos {
    margin: 10px 0;
}
.listJogos li {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.listJogos li:last-child {
    border-bottom: none;
}
.jogosCamp {
    text-align: center;
    margin: 0;
    background-color: #eee;
}
.partidaDet {
    display: block;
    background-color: #3b3b85;
    margin: 0 auto;
    width: max-content;
    padding: 1px 10px;
    color: #fff !important;
}
.canaisTitle {
    font-weight: bold;
}

.canaisLink {
    background-color: #3b3b85;
    padding: 1px 10px;
    color: #fff !important;
    margin: 5px;
    font-size: 16px;
    white-space: nowrap;
    display: inline-block;
}
.boxTimes {
    display: block;
}
.wrapperYT {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.wrapperYT iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pagination  {
    display: flex;
    width: 100%;
    justify-content: center;
}
.pagination .page-link {
    font-family: "Patua One", serif;
    background-color: #DA251C;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #333;
    border-left: none;
}
.pagination li:first-child .page-link {
    border-left:  1px solid #333;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.pagination li:last-child .page-link {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.pagination .active .page-link {
    background-color: #fff;
    color: #333;
}
.pagination .disabled .page-link {
    background-color: #eee;
    color: #333;
}
.bi-chevron-double-left,.bi-chevron-double-right,.bi-chevron-left, .bi-chevron-right  {
    background: url('../img/rounded-double-left.svg') center no-repeat;
    background-size: 28px;
    background-color: transparent;
    border: transparent;
    width: 100%;
    height: 100%;
    display: inherit;
}
.bi-chevron-double-right  {
    background: url('../img/rounded-double-right.svg') center no-repeat;
    background-size: 28px;
}
.bi-chevron-left {
    background: url('../img/rounded-left.svg') center no-repeat;
    background-size: 22px;
}
.bi-chevron-right  {
    background: url('../img/rounded-right.svg') center no-repeat;
    background-size: 22px;
}
.page-item.disabled a:hover,
.page-item.active a:hover {
    cursor: default !important;
}
/* teste carousel */
/*
.p1 {
    padding: 1rem;
}
#header {
    height: 72px;
    z-index: 997;
    transition: all 0.5s;
    padding: 15px;
    background: #000;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}
img {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
}
img.prop133 {
    aspect-ratio: 1.33;
}
img.prop259 {
    aspect-ratio: 2.59;
}
#header {
    height: 60px;
    padding: 8px 15px;
}
.nav-menu {
    position: fixed;
    transition: all 0.5s;
    right: -100vw;
    top: 0;
    bottom: 0;
    width: 70vw;
    background-color: #000;
}
.nav-menu.navbar-mobile {
    display: block;
}
.mobile-nav-toggle {
    display: block;
    z-index: 11;
}
.nav-menu.navbar-mobile {
    position: fixed;
    background-color: #fff;
    right: 0;
    padding-top: 60px;
}
.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-menu ul li {
    display: block;
    width: 100%;
}
.nav-menu ul li a {
    display: block;
    width: 100%;
    color: #21413c;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    text-decoration: none;
}
.nav-menu ul li.active a {
    color: #1bac91;
    text-decoration: none;
}
#main {
    padding-top: 60px;
}

.section-title {
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #009961;
    bottom: 0;
    left: 0;
}
#hero {
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    position: relative;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #ddd;
}
.heroNav {
    position: absolute;
}
button:hover {
    cursor: pointer;
}
#prev.heroNav {
    position: absolute;
    top: 50%;
    left:0;
    transform: translateY(-50%);
}
#next.heroNav {
    position: absolute;
    top: 50%;
    right:0;
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .mobile-nav-toggle {
        display: none;
    }
    .nav-menu {
        position: relative;
        transition: all 0.5s;
        right: auto;
        top: unset;
        bottom: unset;
        width: auto;
        background-color: transparent;
    }
    .nav-menu ul li {
        display: inline-block;
        width: auto;
        float: left;
    }
    .nav-menu ul li a {
        color: #f7f7f7;
        transition: all 0.5s;
        border-radius: 8px;
    }
    .nav-menu ul li a:hover {
        background-color: rgba(12,180,40,0.5);
    }
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .col-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}


*/

.minima, .maxima {
    display: block;
    font-size: 14px;
}
.previsaoTop {
    margin-top: 20px;
    display: flex;
}
.previsaoImg {
    width: 95px;
    margin-right: 8px;
    padding: 0 5px;
}
.previsaoImg img {
    width: 100%;

}
.previsaoMinMax {
    display: flex;
    justify-content: center;
    width: 90px;
    align-items: end;
    padding-bottom: 10px;
}
.previsaoItens {
    /* border-top:1px solid #333;*/
}
.previsaoItens h4 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}
.h3next {
    border-bottom: 4px solid #3B3B85;
}
.previsaoItens .itemBox {
    margin-bottom: 18px;
    border-left: 3px solid #DA251C;
    padding-left: 10px;
}
.previsaoDivs.nextDays {
    margin: 10px 0;
    justify-content: center;

}
.previsaoDivs.nextDays .col-6 {
    border: 1px solid #dfdfdf;
}
.previsaoDivs.nextDays p {
    font-size: 12px;
    line-height: 18px;
}
.previsaoChuva {
    width: 74px;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 14px;
    display: flex;
    align-items: end;
    padding-bottom: 12px;
}
.gotas {
    display: flex;
    padding: 3px 0;
    text-align: center;
    margin-bottom: 3px;
    margin-right: 5px;
}
.gotas img {
    width: 12px;
}
.chuvaPerc {
    line-height: 25px;
}
.previsaoText {
    margin-left: 8px;
    font-size: 14px;
    line-height: 18px;
}
.col-3 {
    width: 25%
}
.previsaoDivs h4 {
    margin: 10px 0;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.2;
}
.previsaoDivs {
    margin: 10px 0;
}
.previsaoDivs .iconTempo {
    width: 60px;
}
.previsaoDivs.nextDays .previsaoMinMax {
    padding: 0;
}
.previsaoDivs .previsaoMinMax {
    margin: auto;
}
.previsaoDivs .col-3 {
    border: 1px solid #dfdfdf;
    padding: 10px 0;
    border-right: none;
}
.previsaoDivs .col-3:last-child {
    border-right: 1px solid #dfdfdf;
}
table {
    border-collapse: collapse;
    font-size: 16px;
    width: 100%;
    line-height: 24px;
}
table tr {
    border-bottom: 1px solid;
}
table tr:first-child {
    border-top: 1px solid;
}
table td:nth-child(6),table th:nth-child(6),
table td:nth-child(7),table th:nth-child(7),
table td:nth-child(8),table th:nth-child(8),
table td:nth-child(9),table th:nth-child(9){
    display: none;
}
table td,table th {
    width: 24px;
    text-align: center;
    padding: 5px 0;
}
table tr:nth-child(even) {
    background-color: #eee;
}
table td:nth-child(2),table th:nth-child(2) {
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
}
.markP {
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    font-family: "Patua One", serif;
}
.markP.nextFase {
    background-color: green;
    color: #fff;
}
.markP.nextFase2 {
    background-color: #49cb40;
    color: #fff;
}
.markP.nextFase3 {
    background-color: #0056a3;
    color: #fff;
}
.markP.downFase {
    background-color: red;
    color: #fff;
}
.p05, .p05xs, aside {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.type1, .type3, .type5, .type7 {
    background-color: #eff1f6;
}
.type2, .type4, .type6, .type8 {
    background-color: #f5f6f9;
}
table.boxMatch .logochave {
    width: 15px;
    margin-right: 4px;
    margin-bottom: -3px;
}
table.boxMatch {
    background-color: #fff;
    border-radius: 0.5rem;
    border: none;
    width: 180px;
    margin: 10px 0;
    position: relative;
    box-shadow: 0 1px 4px rgba(34, 34, 38, 0.08);
    font-size: .8rem;
}

table.boxMatch::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -27px;
    right: unset;
    width: 27px;
    height: 0px;
    border: 2px solid #d1d2d6;
}
table.boxMatch::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -25px;
    left: unset;
    width: 25px;
    height: 0px;
    border: 2px solid #d1d2d6;
}
div.boxMatchAfter {
    position: relative;

    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;

}
div.boxMatchAfter::after {
    content: "";
    display: block;
    position: absolute;
    top: 25%;
    right: -25px;
    left: unset;
    width: 0px;
    height: 50%;
    border: 2px solid #d1d2d6;
}

.tableChave {
    border: none;
}

.flexBetween {
    justify-content: left;
    display: flex;
    width: 100%;
    overflow-x: scroll;
    padding-top: 50px;
    position: relative;
}
.flexBetween div {
    font-size: 18px;
    margin: 0;
}
.columnTable {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-around;
    flex-direction: column;
}
.columnTable.orderCol1 table.boxMatch::before {
    display: none;
}
.columnTable.lastCol table.boxMatch::after, .columnTable.lastCol div.boxMatchAfter::after {
    display: none;
}
table.boxMatch td, table.boxMatch tr {
    border: none;

}
table.boxMatch tr {
    display: table-row;
}
table.boxMatch td {
    display: table-cell;
}
table.boxMatch tr td:nth-child(2) {
    text-align: right;
}
table.boxMatch .scoreTd {
    width: 60px !important;
    padding: 0.3rem;
    text-align: center !important;
}
table.boxMatch .teamNameTd {
    width: 120px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding: 0.3rem;
    display: block;
}
table.boxMatch tr:nth-child(2n) {
    background-color: inherit;
}
.text-bold {
    font-weight: bold;
}

#buscaBox {
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    display: block;
    transition: all 0.5s ease-in-out;
}
#buscaBox.hidden {
    right: -100%;
    left: 100%;
}
#buscaBox .buscaContent {
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;

}
.buscaTop {
    background-color: #eee;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
#searchInput {
    width: 100%;
    border: none;
    background-color: #eee;
    font-size: 18px;
    height: 40px;
    padding-right: 40px;
    margin-right: 50px;
}
#searchInput:focus {
    outline: none;
}
#closeBusca {
    background: url('../img/arrow-left.svg') center no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-size: 26px;
    background-color: transparent;
    border: transparent;
    padding: 5px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
#clearBusca {
    background: url('../img/plus-circle2.svg') center no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-size: 16px;
    background-color: transparent;
    border: transparent;
    padding: 5px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: none;
}
#clearBusca.showthis {
    display: block;
}
.flex-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prop127, .prop1714 {
    aspect-ratio: auto 128 / 72;
}

.titleColumn {
    position: absolute;
    top: 0;
    left:0;
    height: 30px;
    background-color: #ddd;
    text-align: center;
    right:0;
}
.scrollWrap {
    overflow: scroll;
    white-space: nowrap;
    width: 100%;
    height: 600px;
}
#carouselTopo.sliderAgaerre, #carouselTopo .carousel__snapper {
    height: 100% !important;
}
#carouselTopo img, #carouselTopo {
    /*    aspect-ratio: auto 1005 / 435;*/
}
#adsH2, #adsH4 {
    aspect-ratio: auto 384/308.833;
}
#adsH2 img, #adsH4 img {
    aspect-ratio: auto 6/4;
}

.previsaoIcon {
    aspect-ratio: auto 70/67;
}

.socialLinks a img {
    aspect-ratio: 1/1;
}
.logochave {
    aspect-ratio: auto 1/1;
}

#adsH1, #adsH3, #adsH5 {
    aspect-ratio: auto 414/138;
}
#adsH1 img,#adsH3 img,#adsH5 img {
    aspect-ratio: auto 8/2;
}

.logofotter {
    aspect-ratio: auto 120/44;
    width: 120px;
}

#maisLidas {
    aspect-ratio: auto 414/268;
}

#maisLidas img {
    aspect-ratio: auto 128 / 72;
}

.logoagerre {
    aspect-ratio: auto 31.5/9;
}

#topBar {
    background-color: #262626;
    color: #fff;
    padding: 8px 0;
    text-align: right;
    font-size: 12px;

}
#topBar .col-12 {
    display: flex;
    justify-content: end;
    padding: 0 100px;
}
#topBar span {
    text-transform: uppercase;
}
#topBar a {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
}
.icons {
    background: url('../img/phone-solid.svg') center no-repeat;

    background-size: 14px;
    background-color: transparent;
    border: transparent;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 10px;

}

.icons.phone {
    background: url('../img/phone-solid.svg') center no-repeat;
    background-size: 14px;
}
.icons.whatsapp {
    background: url('../img/whatsapp-brands-solid.svg') center no-repeat;
    background-size: 14px;
}
.icons.instagram {
    background: url('../img/instagram-brands-solid.svg') center no-repeat;
    background-size: 14px;
}
.icons.user {
    background: url('../img/user-solid.svg') center no-repeat;
    background-size: 12px;
    width: 100%;
    height: 100%;
    margin: 0;
}
.icons.cart {
    background: url('../img/cart-shopping-solid.svg') center no-repeat;
    background-size: 15px;
    width: 100%;
    height: 100%;
    margin: 0;
}
.btnAction {
    height: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.btnAction .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #df712a;
    display: inline-flex;
    border: none;
}

.marginTop {
    margin-top: 109px;
}

.carouselbox {
    width: 100%;
    height: 450px;
    background-color: #df712a;
    margin-bottom: 50px;
}

.textSlider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.textSlider h1, .textSlider p {
    color: #fff !important;
    margin: 0;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.w3-bar a, .w3-button, .w3-btn, .nav-link, .btn, .dropdown-item, .page-link, .card-link, .navbar-brand {
    text-decoration: none !important;
}
.btn {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #DF712A;
    border-color: #DF712A;
    font-weight: bold;
}

.btnSlider {
    position: absolute !important;
    bottom: 67px;
    left: 50%;
    transform: translateX(-50%);
}
.mvbox {
    width: 66.66%;
}
.mvbox h2 {
    padding-left: 50px;
    position: relative;
}
.mvbox h2:before {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(/views/assets/img/fire.png);
    position: absolute;
    top: 0;
    left: 0;
}
.novidadesbox, .combinebox {
    width: 100%;
}
.novidadesbox h2, .combinebox h2 {
    padding-left: 50px;
    position: relative;
}
.novidadesbox h2:before {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(/views/assets/img/star.png);
    position: absolute;
    top: 0;
    left: 0;
}
.combinebox h2:before {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(/views/assets/img/home.png);
    position: absolute;
    top: 0;
    left: 0;
}
#carouselMV.sliderAgaerre li .carousel__snapper .cardProduto{
    width: 50%;
    float: left;

}
#carouselMV.sliderAgaerre li .carousel__snapper .cardProduto:nth-child(1){
    padding-right: 15px;
}
#carouselMV.sliderAgaerre li .carousel__snapper .cardProduto:nth-child(2){
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.prbox .cardProduto {
    padding-left: 15px;
    height: 100%;
}
.cardProduto .cardProdBox {
    background-color: #eee;
    border-radius: 15px;
    padding: 15px 30px;
}

.titleCardProduto {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #1D1D1D;
    font-size: 1.3rem;
    text-align: center;
}
.normalPrice {
    color: #DF712A;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 2.8rem;
    margin: 8px 0 0;
    text-align: center;

}

.parcelPrice {
    color: #A0A09C;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
}

.btnToCart {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    position: relative;
    padding-left: 36px;
}

.btnToCart:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../img/cart-shopping-solid.svg') center no-repeat;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}

.prbox {
    width: 33.33%;
    display: flex;
    flex-direction: column;
}
.prbox h2 {
    padding-left: 50px;
    position: relative;
}
.prbox h2:before {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(/views/assets/img/medal.png);
    position: absolute;
    top: 0;
    left: 0;
}
.prbox .cardProdBox {
    background-color: #1d1d1d;
    padding: 15px 30px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.prTitle {
    background-color: #ffc200;
    color: #1D1D1D;
    font-size: 0.75rem;
    padding: 8px 5px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;

}
.prTitle span {
    color: #fff;

}
.prText {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
}
.imgpr {
    margin: 15px 0;
}
.btnPR {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    position: relative;


}
#carouselCombine.sliderAgaerre li .carousel__snapper .cardProduto,
#carouselNovidades.sliderAgaerre li .carousel__snapper .cardProduto{
    width: 33.33%;
    float: left;

}
#carouselCombine.sliderAgaerre li .carousel__snapper .cardProduto:nth-child(1),
#carouselNovidades.sliderAgaerre li .carousel__snapper .cardProduto:nth-child(1){
    padding-right: 15px;
}
#carouselCombine.sliderAgaerre li .carousel__snapper .cardProduto:nth-child(2),
#carouselNovidades.sliderAgaerre li .carousel__snapper .cardProduto:nth-child(2){
    padding-left: 7.5px;
    padding-right: 7.5px;
}
#carouselCombine.sliderAgaerre li .carousel__snapper .cardProduto:nth-child(3),
#carouselNovidades.sliderAgaerre li .carousel__snapper .cardProduto:nth-child(3){
    padding-left: 15px;

}

#infostore {
    margin: 60px 0 30px;

}
.infostorebox {
    display: flex;
}

.infostoreicon {
    color: #fd7120;
    font-size: 1.4rem;
    padding-right: 10px;
    display: flex;
    align-items: center
}
.infostoretext {
    padding-right: 10px;
}
.infostoretitle {
    font-weight: bold;
    font-size: 0.8rem;
}
.infostoretxt {
    font-size: 0.7rem;
    color: #bfbfbf;
    font-weight: bold;
}

.inforow {
    border-bottom: 1px solid #1d1d1d;
    padding-bottom: 30px;
}

#inspirese {
    background-color: #1d1d1d;
    margin: 60px 0;
    padding: 50px 0;
}
.inspititle {
    text-align: center;
}
.inspititle i {
    color: #ffc200;
    font-size: 1.6rem;
    display: block;
}
.inspititle span {
    color: #fd7120;
    font-size: 1.6rem;
    display: block;
    font-weight: bold;
    margin: 10px 0;
}

.newsbox {
    display: flex;
    margin-bottom: 30px;
}
.newstexts {
    width: 66.66%;
    padding-right: 35px;
}
.newtag {
    color: #fd7120;
    font-size: 1.6rem;
    font-weight: bold;
}
.newstitle {
    color: #1d1d1d;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.newscontent {
    color: #979797;
}
.newsimg {
    width: 33.33%;
}

.twoitem {
    padding-right: 0;
    padding-left: 35px;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

#toTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.footerEnd {
    background-color: #fd7120;
    color: #1d1d1d;
    padding: 15px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
}

.sliderBtnBox {

  width: 40px;
  height: 45px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.sliderBtnBox.right {
     left: unset;
     right: 20px;
}

.sliderBtnBox.out {

  width: 40px;
  height: 45px;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
}
.sliderBtnBox.out.right {
     left: unset;
     right: -45px;
}
.sliderBtnBox .btn {
    border: 1px solid #1d1d1d;
    width: 100%;
  height: 100%;
}

#carouselTopo .sliderBtnBox .btn {
    border: 1px solid #fff;
    color: #fff;
}

#carouselTopo .sliderBtnBox {
    left: 50px;
}
#carouselTopo .sliderBtnBox.right {
    left: unset;
    right: 50px;
}