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

    Patos Hoje - Novo Portal 2020
    Author: Pedro Motta
    Version: 1.0

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

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Jost:300,400,500,600,700,800");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Hack Tamanho Container */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .container {
    max-width: 1370px; 
    /* max-width: 1250px; */
  
  } }



body {
  font-family: 'Jost', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #666666; 
}

.img, img {
  max-width: 100%;
}

.f-left {
  float: left; }

.f-right {
  float: right; }

.fix {
  overflow: hidden; }


button {
  cursor: pointer; }

a:focus,
.button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  color: inherit;
  text-decoration: none; }

a,
button {
  color: inherit;
  outline: medium none; }

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  color: #4e4e4e;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
  line-height: 1.4; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }



/* Padrão de títulos */

h1 {
  font-size: 40px;
  font-weight: 500; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }





ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #666666;
  margin-bottom: 15px; }

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0; }

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400; }

*::-moz-selection {
  background: #1c1c21;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #1c1c21;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #1c1c21;
  color: #ffffff;
  text-shadow: none; }


*::-moz-placeholder {
  color: #1c1c21;
  font-size: 14px;
  opacity: 1; }

*::placeholder {
  color: #1c1c21;
  font-size: 14px;
  opacity: 1; }


.fix {
  overflow: hidden; }

.clear {
  clear: both; }

.pos-relative {
  position: relative; }


.grey-bg {
  background: #f7f7fd; }

.white-bg {
  background: #ffffff; }

.black-bg {
  background: #4a77a2; }

.theme-bg {
  background: #6797c7;
}
.cadastro-bg {
  background: #6797c7;
}
.cadastro-bg h4 {
  color: #ffffff !important; 
}

.btn-secondary {
  color: #fff !important;
  background-color: #6c757d !important; 
  border-color: #6c757d !important;
}

.btn-secondary:hover {
  color: #fff !important;
  background-color: #5a6268 !important;
  border-color: #545b62 !important;
}


.header-menu-bg {
  background: #2973a2; }

.header-top-bg {
  background: #6797c7; }


  
.white-color {
  color: #ffffff; }

.black-color {
  color: #1c1c21; }

.theme-color {
  color: #6797c7; }

  .gifAll {
    width: 288.66px !important;
    height: 196px !important;
    object-fit: cover;
  }

  .gifHome {
    width: 254.98px !important;
    height: 203.98px !important;
    object-fit: cover;
  }

  @media (max-width: 1600px) {
    .gifAll {
      width: 350.53px !important;
      height: 233.69px !important;
    }

    .gifHome {
      width: 312.5px !important;
      height: 250px !important;
    }
  }

  @media (max-width: 1370px) {
    .gifHome {
      width:  100% !important;
    }
  }

  @media (max-width: 1199px) {
    .gifHome {
      width:  210px !important;
      height: 168px !important;
    }
  }

  @media (max-width: 991px) {
    .gifHome {
      width:  150px !important;
      height: 120px !important;
    }
  }

  @media (max-width: 767px) {
    .gifHome {
      width:  100% !important;
      max-height: none !important;
      height: auto !important;
    }
    .gifAll {
      width:  510px !important;
      height: 340px !important;
    }
  }

  @media (max-width: 575px) {
    .gifAll {
      width:  100% !important;
      height: auto !important;
    }
  }

.row-10 {
  margin-left: -10px;
  margin-right: -10px; }
  .row-10 > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px; }


/* Margens topo */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




/*-- Margens Bottom --*/
.mb-5 {
  margin-bottom: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/*-- Margens esquerda --*/
.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-45 {
  margin-left: 45px; }

.ml-50 {
  margin-left: 50px; }

.ml-55 {
  margin-left: 55px; }

.ml-60 {
  margin-left: 60px; }

.ml-65 {
  margin-left: 65px; }

.ml-70 {
  margin-left: 70px; }

.ml-75 {
  margin-left: 75px; }

.ml-80 {
  margin-left: 80px; }

.ml-85 {
  margin-left: 85px; }

.ml-90 {
  margin-left: 90px; }

.ml-95 {
  margin-left: 95px; }

.ml-100 {
  margin-left: 100px; }

.ml-105 {
  margin-left: 105px; }

.ml-110 {
  margin-left: 110px; }

.ml-115 {
  margin-left: 115px; }

.ml-120 {
  margin-left: 120px; }

.ml-125 {
  margin-left: 125px; }

.ml-130 {
  margin-left: 130px; }

.ml-135 {
  margin-left: 135px; }

.ml-140 {
  margin-left: 140px; }

.ml-145 {
  margin-left: 145px; }

.ml-150 {
  margin-left: 150px; }

.ml-155 {
  margin-left: 155px; }

.ml-160 {
  margin-left: 160px; }

.ml-165 {
  margin-left: 165px; }

.ml-170 {
  margin-left: 170px; }

.ml-175 {
  margin-left: 175px; }

.ml-180 {
  margin-left: 180px; }

.ml-185 {
  margin-left: 185px; }

.ml-190 {
  margin-left: 190px; }

.ml-195 {
  margin-left: 195px; }

.ml-200 {
  margin-left: 200px; }




/*-- Margens direita --*/
.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-45 {
  margin-right: 45px; }

.mr-50 {
  margin-right: 50px; }

.mr-55 {
  margin-right: 55px; }

.mr-60 {
  margin-right: 60px; }

.mr-65 {
  margin-right: 65px; }

.mr-70 {
  margin-right: 70px; }

.mr-75 {
  margin-right: 75px; }

.mr-80 {
  margin-right: 80px; }

.mr-85 {
  margin-right: 85px; }

.mr-90 {
  margin-right: 90px; }

.mr-95 {
  margin-right: 95px; }

.mr-100 {
  margin-right: 100px; }

.mr-105 {
  margin-right: 105px; }

.mr-110 {
  margin-right: 110px; }

.mr-115 {
  margin-right: 115px; }

.mr-120 {
  margin-right: 120px; }

.mr-125 {
  margin-right: 125px; }

.mr-130 {
  margin-right: 130px; }

.mr-135 {
  margin-right: 135px; }

.mr-140 {
  margin-right: 140px; }

.mr-145 {
  margin-right: 145px; }

.mr-150 {
  margin-right: 150px; }

.mr-155 {
  margin-right: 155px; }

.mr-160 {
  margin-right: 160px; }

.mr-165 {
  margin-right: 165px; }

.mr-170 {
  margin-right: 170px; }

.mr-175 {
  margin-right: 175px; }

.mr-180 {
  margin-right: 180px; }

.mr-185 {
  margin-right: 185px; }

.mr-190 {
  margin-right: 190px; }

.mr-195 {
  margin-right: 195px; }

.mr-200 {
  margin-right: 200px; }



/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }

.pt-55 {
  padding-top: 55px; }

.pt-60 {
  padding-top: 60px; }

.pt-65 {
  padding-top: 65px; }

.pt-70 {
  padding-top: 70px; }

.pt-75 {
  padding-top: 75px; }

.pt-80 {
  padding-top: 80px; }

.pt-85 {
  padding-top: 85px; }

.pt-90 {
  padding-top: 90px; }

.pt-95 {
  padding-top: 95px; }

.pt-100 {
  padding-top: 100px; }

.pt-105 {
  padding-top: 105px; }

.pt-110 {
  padding-top: 110px; }

.pt-115 {
  padding-top: 115px; }

.pt-120 {
  padding-top: 120px; }

.pt-125 {
  padding-top: 125px; }

.pt-130 {
  padding-top: 130px; }

.pt-135 {
  padding-top: 135px; }

.pt-140 {
  padding-top: 140px; }

.pt-145 {
  padding-top: 145px; }

.pt-150 {
  padding-top: 150px; }

.pt-155 {
  padding-top: 155px; }

.pt-160 {
  padding-top: 160px; }

.pt-165 {
  padding-top: 165px; }

.pt-170 {
  padding-top: 170px; }

.pt-175 {
  padding-top: 175px; }

.pt-180 {
  padding-top: 180px; }

.pt-185 {
  padding-top: 185px; }

.pt-190 {
  padding-top: 190px; }

.pt-195 {
  padding-top: 195px; }

.pt-200 {
  padding-top: 200px; }

.pt-300 {
  padding-top: 300px; }

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-105 {
  padding-bottom: 105px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-115 {
  padding-bottom: 115px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-125 {
  padding-bottom: 125px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-135 {
  padding-bottom: 135px; }

.pb-140 {
  padding-bottom: 140px; }

.pb-145 {
  padding-bottom: 145px; }

.pb-150 {
  padding-bottom: 150px; }

.pb-155 {
  padding-bottom: 155px; }

.pb-160 {
  padding-bottom: 160px; }

.pb-165 {
  padding-bottom: 165px; }

.pb-170 {
  padding-bottom: 170px; }

.pb-175 {
  padding-bottom: 175px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-185 {
  padding-bottom: 185px; }

.pb-190 {
  padding-bottom: 190px; }

.pb-195 {
  padding-bottom: 195px; }

.pb-200 {
  padding-bottom: 200px; }

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.pl-55 {
  padding-left: 55px; }

.pl-60 {
  padding-left: 60px; }

.pl-65 {
  padding-left: 65px; }

.pl-70 {
  padding-left: 70px; }

.pl-75 {
  padding-left: 75px; }

.pl-80 {
  padding-left: 80px; }

.pl-85 {
  padding-left: 85px; }

.pl-90 {
  padding-left: 90px; }

.pl-95 {
  padding-left: 95px; }

.pl-100 {
  padding-left: 100px; }

.pl-105 {
  padding-left: 105px; }

.pl-110 {
  padding-left: 110px; }

.pl-115 {
  padding-left: 115px; }

.pl-120 {
  padding-left: 120px; }

.pl-125 {
  padding-left: 125px; }

.pl-130 {
  padding-left: 130px; }

.pl-135 {
  padding-left: 135px; }

.pl-140 {
  padding-left: 140px; }

.pl-145 {
  padding-left: 145px; }

.pl-150 {
  padding-left: 150px; }

.pl-155 {
  padding-left: 155px; }

.pl-160 {
  padding-left: 160px; }

.pl-165 {
  padding-left: 165px; }

.pl-170 {
  padding-left: 170px; }

.pl-175 {
  padding-left: 175px; }

.pl-180 {
  padding-left: 180px; }

.pl-185 {
  padding-left: 185px; }

.pl-190 {
  padding-left: 190px; }

.pl-195 {
  padding-left: 195px; }

.pl-200 {
  padding-left: 200px; }

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.pr-55 {
  padding-right: 55px; }

.pr-60 {
  padding-right: 60px; }

.pr-65 {
  padding-right: 65px; }

.pr-70 {
  padding-right: 70px; }

.pr-75 {
  padding-right: 75px; }

.pr-80 {
  padding-right: 80px; }

.pr-85 {
  padding-right: 85px; }

.pr-90 {
  padding-right: 90px; }

.pr-95 {
  padding-right: 95px; }

.pr-100 {
  padding-right: 100px; }

.pr-105 {
  padding-right: 105px; }

.pr-110 {
  padding-right: 110px; }

.pr-115 {
  padding-right: 115px; }

.pr-120 {
  padding-right: 120px; }

.pr-125 {
  padding-right: 125px; }

.pr-130 {
  padding-right: 130px; }

.pr-135 {
  padding-right: 135px; }

.pr-140 {
  padding-right: 140px; }

.pr-145 {
  padding-right: 145px; }

.pr-150 {
  padding-right: 150px; }

.pr-155 {
  padding-right: 155px; }

.pr-160 {
  padding-right: 160px; }

.pr-165 {
  padding-right: 165px; }

.pr-170 {
  padding-right: 170px; }

.pr-175 {
  padding-right: 175px; }

.pr-180 {
  padding-right: 180px; }

.pr-185 {
  padding-right: 185px; }

.pr-190 {
  padding-right: 190px; }

.pr-195 {
  padding-right: 195px; }

.pr-200 {
  padding-right: 200px; }

.img-100 {
  width: 100%; }



.btn {
  background: #1c1c21;
  padding: 15px 50px;
  line-height: 1;
  border-radius: 0;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px; }
  .btn:hover {
    background: #6797c7;
    color: #ffffff; }
  .btn-border {
    background: transparent;
    border: 1px solid #1c1c21;
    color: #1c1c21; }
    .btn-border:hover {
      background: #1c1c21;
      color: #ffffff;
      border-color: #1c1c21; }
  .btn-soft {
    border-color: #e9e9e9;
    padding: 14px 30px;
    color: #333333;
    background: transparent;
    font-weight: 600; }
    .btn-soft:hover {
      background: #1c1c21;
      color: #ffffff;
      border-color: #1c1c21; }

  .btn-full {
    border-color: #e9e9e9;
    padding: 14px 30px;
    color: #333333;
    background: transparent;
    font-weight: 600;
    float: left;
    clear: both;
    margin: 10px 0 10px 0;
  }
    .btn-full:hover {
      background: #1c1c21;
      color: #ffffff;
      border-color: #1c1c21; }





      .btn-responder:hover{
      background: #35689a;
      color: #ffffff !important; }
        .btn-responder i {
          font-size: 12px !important;
        }



      .brand-btn{
      color: #ffffff !important;
      padding: 10px 15px;
      line-height: 1;
      border-radius: 0;
      font-weight: 200 !important;
      letter-spacing: 1px;
      font-size: 12px !important;
      padding: 15px 20px !important;
      float: left;
      margin: 0 15px 0 0;
      border-radius: 10px;
      background: #6597c7;

      }


      .brand-btn:hover{
      background: #35689a;
      color: #ffffff !important; }
        .brand-btn i {
          font-size: 12px !important;
        }







      .enviar-btn{
      color: #ffffff !important;
      padding: 10px 15px;
      line-height: 1;
      border-radius: 0;
      font-weight: 200 !important;
      letter-spacing: 1px;
      font-size: 12px !important;
      padding: 15px 20px !important;
      float: left;
      margin: 0 15px 0 0;
      border-radius: 10px;

      }
      .enviar-btn:hover{
      background: #35689a;
      color: #ffffff !important; }
        .enviar-btn i {
          font-size: 12px !important;
        }




      .logar-btn{
      background: #ffffff;
      float: left;
      color: #444444 !important;
      padding: 10px 15px;
      border: 1px solid #cecece;
      line-height: 1;
      border-radius: 0;
      font-weight: 200 !important;
      letter-spacing: 1px;
      font-size: 12px !important;
      padding: 15px 20px !important;

      }
      .logar-btn:hover{
      background: #35689a;
      color: #ffffff !important; }
        .logar-btn i {
          font-size: 12px !important;
        }


      .cadastro-btn{
        background: #ffffff;
        color: #444444 !important;
        padding: 10px 15px;
        border: 1px solid #cecece;
        line-height: 1;
        border-radius: 0;
        font-weight: 200 !important;
        letter-spacing: 1px;
        font-size: 12px !important;
        padding: 15px 20px !important;

      }
      .cadastro-btn:hover{
        background: #35689a;
        color: #ffffff !important; }
          .cadastro-btn i {
            font-size: 12px !important;
          }





      .btn-responder{
      background: #6697c7;
      border: 1px solid #cecece;
      color: #ffffff !important;
      padding: 10px 15px;
      line-height: 1;
      border-radius: 0;
      font-weight: 200 !important;
      letter-spacing: 1px;
      font-size: 12px !important;
      }
      .btn-responder:hover{
      background: #35689a;
      color: #ffffff !important; }
        .btn-responder i {
          font-size: 12px !important;
        }

      .btn-denunciar{
      background: transparent;
      border: 1px solid #cecece;
      color: #666666 !important;
      padding: 10px 15px;
      line-height: 1;
      border-radius: 0;
      font-weight: 200 !important;
      letter-spacing: 1px;
      font-size: 11px !important;
      }
      .btn-denunciar:hover{
      background: #808080;
      color: #ffffff !important; }
        .btn-denunciar i {
          font-size: 12px !important;
        }


          .btn-info {
            color: #fff !important;
            background-color: #2973a2  !important;
            border-color: #2973a2  !important;
          }

          .btn-info:hover {
            color: #fff;
            background-color: #155177 !important;
            border-color: #155177  !important;
          }

          .btn-info:focus, .btn-info.focus {
            color: #fff !important;
            background-color: #2973a2  !important;
            border-color: #155177 !important;
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5) !important;
          }

          .btn-info.disabled, .btn-info:disabled {
            color: #fff !important;
            background-color: #2973a2  !important;
            border-color: #155177 !important;
          }

          .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
          .show > .btn-info.dropdown-toggle {
            color: #fff !important;
            background-color: #2973a2  !important;
            border-color: #155177 !important;
          }

          .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
          .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5) !important;
          }







#scrollUp {
  background: #1c1c21;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 60px;
  bottom: 60px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 47px; }
  #scrollUp:hover {
    background: #6797c7; }
  @media (max-width: 767px) {
    #scrollUp {
      right: 30px;
      bottom: 20px; } 


    }

.col-20 {
  width: 20%; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .col-20 {
      width: 25%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-20 {
      width: 30%; } }
  @media (max-width: 767px) {
    .col-20 {
      width: 100%; } }

.col-40 {
  width: 40%; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .col-40 {
      width: 50%; } }
  @media (max-width: 767px) {
    .col-40 {
      width: 100%; } }

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
}

.section-title-2 h2 {
  background: #6797c7;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 0; }

.gallery-active.owl-carousel .owl-nav div {
  background: #ffffff;
  height: 35px;
  left: 20px;
  line-height: 36px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 35px; }

.gallery-active.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 20px; }

.gallery-active.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible; }

.gallery-active.owl-carousel .owl-nav div:hover {
  background: #1c1c21;
  color: #ffffff; }

.cta h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
 }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .cta h2 {
      margin-bottom: 20px; } }

.app-store a {
  margin-left: 10px;
  display: inline-block; }
  @media (max-width: 767px) {
    .app-store a {
      margin: 0;
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 5px; } }

.instagram-item i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  opacity: 0;
  z-index: 9;
  transition: .3s;
  transform: translateY(-50%); }

.instagram-item:hover i {
  opacity: 1; }

.instagram-item a:before {
  position: absolute;
  background: #1c1c21;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .3s;
  opacity: 0; }

.instagram-item:hover a:before {
  opacity: .7; }

/* 13. pagination */
.pagination {
  display: block;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  padding-bottom: 3px; }
  .pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0; }
    .pagination ul li {
      display: inline-block;
      margin-right: 2px;
      margin-bottom: 10px; }
      .pagination ul li a, .pagination ul li span {
        float: none; }
      .pagination ul li a {
        background: #F7F7FD;
        font-size: 14px;
        color: #3b3b3b;
        font-weight: 700;
        display: inline-block;
        padding: 9px 18px;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07); }

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #6797c7; }


.page-title {
  background: #4c4c4c;
  padding-top: 20px;
}
.page-title h3{
  color: #ffffff;
  font-weight: 300;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 3px;

}



.page-title-bar h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-title-bar h1 {
      font-size: 35px; } }
  @media (max-width: 767px) {
    .page-title-bar h1 {
      font-size: 32px; } }

/* 2. Overlay */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  [data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: ""; }

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: #ffffff; }

[data-overlay="blue"]::before {
  background-color: #4a77a2; }

[data-overlay="dark"]::before {
  background-color: #1c1c21; }

[data-overlay="dark-gradient"]::before {
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); }

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1; }

[data-opacity="2"]::before {
  opacity: 0.2; }

[data-opacity="3"]::before {
  opacity: 0.3; }

[data-opacity="4"]::before {
  opacity: 0.4; }

[data-opacity="5"]::before {
  opacity: 0.5; }

[data-opacity="6"]::before {
  opacity: 0.6; }

[data-opacity="7"]::before {
  opacity: 0.7; }

[data-opacity="8"]::before {
  opacity: 0.8; }

[data-opacity="9"]::before {
  opacity: 0.9; }

/* 3. Header */


.header__logo img{
  width: auto !important;
  height: 50px !important;
}
.header__logo_mobile img{
  width: auto !important;
  height: 50px !important;
}

@media (max-width: 767px) {
  .header__top-menu ul {
    text-align: center; } 
  
    .header__logo img{
      height: 43px !important;
    }
      .btn_full{
        float: left;
        width: 100% !important;
      }
  }

.header__top-menu ul li {
  display: inline-block;
  margin-right: 15px; }
  @media (max-width: 767px) {
    .header__top-menu ul li {
      margin-right: 7px; } }
  .header__top-menu ul li a {
    color: #ffffff;
    font-size: 12px;
    padding: 12px 0;
    display: block; }
    .header__top-menu ul li a:hover {
      color: #6797c7; }
  .header__top-menu a {
    color: #ffffff;
    font-size: 13px;
    padding: 12px 0;
    display: block; }
    .header__top-menu a:hover {
      color: #6797c7; }

.header__social {
  flex-direction: row-reverse;
  gap: 30px;
}
  .header__social a {
    color: #ffffff;
    font-size: 24px;
    float: right;  }

.header__menu ul li {
  display: inline-block;
  position: relative; }
  .header__menu ul li a {
    color: #ffffff; 
    padding: 20px 18px;
    line-height: 1;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    display: block;
    font-weight: 500;
    position: relative; }
    .header__menu ul li a::before {
      background: #6797c7;
      height: 6px;
      width: 100%;
      content: "";
      top: -6px;
      left: 0;
      position: absolute;
      border-radius: 3px 8px 0px 0px;
      opacity: 0;
      -webkit-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      -ms-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
  .header__menu ul li:hover > a, .header__menu ul li.active > a {
    background: #6797c7; }
  .header__menu ul li:hover > a::before, .header__menu ul li.active > a::before {
    opacity: 1; }
  .header__menu ul li ul.submenu {
    width: 200px;
    position: absolute;
    top: 110%;
    left: 0;
    background: #1c1c21;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
    .header__menu ul li ul.submenu li {
      display: block;
      border-bottom: 1px solid #333; }
      .header__menu ul li ul.submenu li:last-child {
        border-bottom: 0; }
      .header__menu ul li ul.submenu li a {
        padding: 14px 12px;
        font-size: 13px; }
        .header__menu ul li ul.submenu li a:before {
          display: none; }
      .header__menu ul li ul.submenu li ul.submenu {
        left: 100%;
        top: 0;
        opacity: 0;
        visibility: hidden; }
      .header__menu ul li ul.submenu li:hover > ul.submenu {
        opacity: 1;
        visibility: visible; }
  .header__menu ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%; }

.header__right-icon {
  line-height: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__right-icon.f-right {
      float: none; } }
  @media (max-width: 767px) {
    .header__right-icon.f-right {
      float: none; } }
  .header__right-icon a,
  .header__right-icon button {
    all: unset;
    cursor: pointer;
    color: #ffffff;
    font-size: 28px;
    margin-left: 0px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header__right-icon a:first-child,
      .header__right-icon button:first-child {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .header__right-icon a:first-child,
      .header__right-icon button:first-child {
        margin-left: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__menu-area {
    padding: 5px 0; } }

.menu__border {
  border-top: 1px solid #eee; }

.header__menu-white ul li a {
  color: #1c1c21; }
  .header__menu-white ul li a:before {
    display: none; }

.header__menu-white ul li:hover > a, .header__menu-white ul li.active > a {
  color: #6797c7;
  background: transparent; }

.header__menu-white ul li ul.submenu li a {
  color: #ffffff; }

.header__menu-white ul li ul.submenu li:hover > a, .header__menu-white ul li ul.submenu li.active > a {
  color: #6797c7; }

.header__menu-white ul li ul.submenu li:hover > ul.submenu {
  opacity: 1;
  visibility: visible; }

.header__menu-white ul li:first-child a {
  padding-left: 0; }

.header__menu-black ul li a {
  color: #1c1c21; }

.header__menu-black ul li:hover > a, .header__menu-black ul li.active > a {
  background: #6797c7;
  color: #ffffff; }

.header__menu-black ul li:hover > a::before, .header__menu-black ul li.active > a::before {
  opacity: 1; }

.header__menu-black ul li ul.submenu li a {
  color: #ffffff;
  background: transparent; }

.header__menu-black ul li ul.submenu li:hover > a, .header__menu-black ul li ul.submenu li.active > a {
  color: #6797c7; }

.header__menu-black ul li ul.submenu li:hover > ul.submenu {
  opacity: 1;
  visibility: visible; }

.header__icon-black {
  line-height: 1; }
  .header__icon-black a {
    color: #1c1c21; }
    .header__icon-black a:hover {
      color: #6797c7; }

.header-top-border {
  border-bottom: 1px solid #e9e9e9; }

.top-menu-black ul li a {
  color: #666; }

.header-date {
  margin-top: 7px; }
  .header-date span {
    font-size: 13px; }

@media (max-width: 767px) {
  .header-social-black.f-right {
    float: none;
    text-align: center; } }

.header-social-black a {
  color: #666; }
  .header-social-black a:hover {
    color: #6797c7; }

@media (max-width: 767px) {
  .top-form {
    display: none; } }

.top-form form {
  position: relative;
  width: 190px; }

.top-form input {
  width: 100%;
  height: 42px;
  background: #1c1c21;
  border: 0;
  padding: 0 15px; }
  .top-form input::placeholder {
    color: #ffffff;
    opacity: .6; }

.top-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  border: 0;
  background: no-repeat;
  color: #ddd; }

/* extra info */
.extra-info {
  background: #2371a2 none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.3s ease 0.3s;
  width: 360px;
  z-index: 999;
  overflow-y: scroll;
  transform: translateX(-100%); }
  @media (max-width: 767px) {
    .extra-info {
      width: 300px;
      padding: 15px; } }

.extra-info.info-open {
  transform: translateX(0); }

.extra-info-left {
  left: inherit;
  right: 0;
  transform: translateX(100%); }

.extra-info.extra-info-left.info-open {
  transform: translateX(0); }

.close-icon {
  margin-top: -16px;
  text-align: right; }

.social-icon-right {
  border-bottom: 1px solid #1b6492;
  padding-bottom: 20px;
  margin-bottom: 30px; }

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #ddd;
  cursor: pointer;
  font-size: 20px;
  padding: 0; }

.social-icon-right > a {
  color: #ffffff;
  display: inline-block;
  margin-right: 12px; }

.social-icon-right > a:hover {
  color: #6797c7; }

.side-menu {
  border-bottom: 1px solid #1b6492;
  padding-bottom: 12px; }

.side-menu ul li {
  margin-bottom: 18px; }

.side-menu ul li a {
  color: #ffffff;
  font-size: 18px; }
.side-menu ul li a i {
  color: #ffffff;
  font-size: 12px; }

.side-menu ul li:hover a {
  color: #6797c7; }


.side-menu h4{
  border-bottom: 1px solid #1b6492;
  padding-bottom: 12px;
  color: #9ed9ff;
  font-size: 17px;
  font-weight: 200;
  font-style: italic;
}

.popModal .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
    border: 0px !important;
}

.popModal .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff00 !important;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.popModal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.8rem 0rem;
    border-bottom: 0px solid #dee2e6;
    
}

.popModal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 1;
}

/* header // botao para o topo // descriçao img  */
.descriptionPosition {
  position: absolute;
  background: #f3f3f3;
  float: left;
  width: 100%;
}

.button-to-top {
  bottom: 20%; /* Posiciona o botão na parte inferior */
  right: 4%;  /* Posiciona o botão na parte direita */
  height: 50px;
  width: 50px;
  display: none; /* Inicialmente oculto, será exibido com JavaScript */
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000; /* Coloca o botão acima de outros elementos */
}

.btn-top {
  width: 40px;
  height: 40px;
  background-color: #6797c7;
  border: 1px solid #004170;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; /* Adiciona um cursor pointer para indicar que é clicável */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adiciona uma sombra sutil */
}

.btn-top svg {
  width: 15px; /* Ajusta o tamanho do SVG dentro do botão */
  height: auto;
}


div.post-content p a {
  word-break: break-word;
  transition: 0.8s;
}

div.post-content p a:hover {
  text-decoration: underline;
}

.img_logo {
  margin-left: 150px;
}

.header-alignment {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.d-flex-bt-arr {
  display: flex;
  justify-content: space-between;

}

.d-i-flex {
  display: flex !important;
}

.d-i-none {
  display: none !important;
}

.mt-d {
  margin-top: 7%;
}


@media (max-width: 1392px) {
  .d-flex-bt-arr {
    padding-left: 8px;
    padding-right: 5px;
  }
}

@media (max-width: 991px) {
  .img_logo {
    margin-left: 0;
  }
  .d-i-flex {
    display: none !important;
  }
  .d-i-none {
    display: flex !important;
  }
  .mt-d {
    margin-top: 9%;
  }
} 

@media (max-width: 767px) {
  .d-flex-bt-arr {
    justify-content: space-around;
  }

  .mt-d {
    margin-top: 80px;
  }
}

@media (max-width: 575px) {
  .mt-d {
    margin-top: 85px;
  }
}

@media (max-width: 425px) {
  .mt-d {
    margin-top: 80px;
  }
}

@media (max-width: 397px) {
  .mt-d {
    margin-top: 85px;
  }
}





#search-modal {
  background-color: rgba(23, 26, 33, 0.95); }

#search-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  outline: 0; }

#search-modal .modal-dialog .modal-content {
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none; }




#search-modal .modal-dialog .modal-content form {
  width: 555px;
  position: relative; }
  @media (max-width: 767px) {
    #search-modal .modal-dialog .modal-content form {
      width: 300px; } }

#search-modal .modal-dialog .modal-content form input {
  width: 100%;
  font-size: 36px;
  border: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  background: 0 0;
  color: #fff;
  padding-bottom: 12px;
  padding-right: 40px; }

#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
  font-size: 35px;
  color: #666; }
  @media (max-width: 767px) {
    #search-modal .modal-dialog .modal-content form input::-moz-placeholder {
      font-size: 25px; } }

#search-modal .modal-dialog .modal-content form input::placeholder {
  font-size: 35px;
  color: #666; }
  @media (max-width: 767px) {
    #search-modal .modal-dialog .modal-content form input::placeholder {
      font-size: 25px; } }

#search-modal .modal-dialog .modal-content form button {
  position: absolute;
  right: 0;
  margin-bottom: 3px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  background: 0 0;
  border: none;
  cursor: pointer;
  top: 11px; }

.white__header .mean-container a.meanmenu-reveal {
  border: 1px solid #1c1c21;
  color: #1c1c21; }
  .white__header .mean-container a.meanmenu-reveal span {
    background: #1c1c21; }

.header__top-search {
  padding-right: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__top-search {
      padding-right: 0px; } }
  @media (max-width: 767px) {
    .header__top-search {
      padding-right: 0px;
      margin-bottom: 30px; } }
  .header__top-search form {
    position: relative; }
    .header__top-search form input {
      width: 100%;
      height: 40px;
      border: 0;
      padding: 0 15px;
      background-color: #2973a2;
      box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
      color: #fff;
     }
      .header__top-search form input::placeholder, .header__top-search form input::-moz-placeholder {
        color: #ffffff;
        opacity: .7; }
.header__top-search form input::placeholder {
  color: #fff;
  font-size: 14px;
  opacity: .8; }
    .header__top-search form button {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 50px;
      border: 0;
      background: no-repeat;
      color: #ffffff;
      font-size: 12px; }

.header-red ul li a {
  padding: 30px 18px; }
  .header-red ul li a:before {
    display: none; }

.header-red ul li:hover > a, .header-red ul li.active > a {
  background: transparent;
  opacity: .8; }

.header-red ul li ul.submenu li a {
  color: #ffffff; }

.header-red ul li ul.submenu li:hover > a, .header-red ul li ul.submenu li.active > a {
  color: #6797c7; }

.header-red ul li ul.submenu li:hover > ul.submenu {
  opacity: 1;
  visibility: visible; }

.header-red ul li:first-child a {
  padding-left: 0; }

@font-face {
  font-family: 'weather';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");
  font-weight: normal;
  font-style: normal; }

#weather {
  text-align: right;
  text-transform: uppercase;
  line-height: 1; }

#weather i {
  color: #444;
  font-family: weather;
  font-size: 70px;
  font-weight: normal;
  font-style: normal;
  line-height: 0;
  text-transform: none; }

.icon-0:before {
  content: ":"; }

.icon-1:before {
  content: "p"; }

.icon-2:before {
  content: "S"; }

.icon-3:before {
  content: "Q"; }

.icon-4:before {
  content: "S"; }

.icon-5:before {
  content: "W"; }

.icon-6:before {
  content: "W"; }

.icon-7:before {
  content: "W"; }

.icon-8:before {
  content: "W"; }

.icon-9:before {
  content: "I"; }

.icon-10:before {
  content: "W"; }

.icon-11:before {
  content: "I"; }

.icon-12:before {
  content: "I"; }

.icon-13:before {
  content: "I"; }

.icon-14:before {
  content: "I"; }

.icon-15:before {
  content: "W"; }

.icon-16:before {
  content: "I"; }

.icon-17:before {
  content: "W"; }

.icon-18:before {
  content: "U"; }

.icon-19:before {
  content: "Z"; }

.icon-20:before {
  content: "Z"; }

.icon-21:before {
  content: "Z"; }

.icon-22:before {
  content: "Z"; }

.icon-23:before {
  content: "Z"; }

.icon-24:before {
  content: "E"; }

.icon-25:before {
  content: "E"; }

.icon-26:before {
  content: "3"; }

.icon-27:before {
  content: "a"; }

.icon-28:before {
  content: "A"; }

.icon-29:before {
  content: "a"; }

.icon-30:before {
  content: "A"; }

.icon-31:before {
  content: "6"; }

.icon-32:before {
  content: "1"; }

.icon-33:before {
  content: "6"; }

.icon-34:before {
  content: "1"; }

.icon-35:before {
  content: "W"; }

.icon-36:before {
  content: "1"; }

.icon-37:before {
  content: "S"; }

.icon-38:before {
  content: "S"; }

.icon-39:before {
  content: "S"; }

.icon-40:before {
  content: "M"; }

.icon-41:before {
  content: "W"; }

.icon-42:before {
  content: "I"; }

.icon-43:before {
  content: "W"; }

.icon-44:before {
  content: "a"; }

.icon-45:before {
  content: "S"; }

.icon-46:before {
  content: "U"; }

.icon-47:before {
  content: "S"; }

#weather h2 {
  margin: 0;
  color: #444;
  font-size: 35px;
  font-weight: 600; }

#weather ul {
  margin: 0;
  padding: 0; }

#weather li {
  font-size: 14px; }

#weather .currently {
  margin: 0 20px; }

.black-icon.mean-container a.meanmenu-reveal {
  border: 1px solid #222;
  color: #222; }

.black-icon.mean-container a.meanmenu-reveal span {
  background: #222; }

/* 4. Hero */
.hero__thumb img {
  width: 100%; 
  height: 100%;
  object-fit: cover;
}

.hero__text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 28px; }
  .hero__text h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .hero__text h3 {
        font-size: 18px; } }
    .hero__text h3 a {
      color: #ffffff; }
      .hero__text h3 a:hover {
        color: #6797c7; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .hero__text h3.pr-100 {
        padding-right: 0; } 
      
      
      .hero__text-small h1 {
        font-size: 30px !important;
      }
      
      
      
      }
    @media (max-width: 767px) {
      .hero__text h3.pr-100 {
        padding-right: 0; } }
  .hero__text-small h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
   }
  .hero__text-small h3 small {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    }
      .hero__text-small h1 {
        font-size: 30px;
        font-weight: 600;
        color: #ffffff !important;
        line-height: 30px !important;
        padding: 0px 0px 10px 0px;

      }
      .hero__text-small h2 {
        font-size: 20px;
        line-height: 20px !important;  
        font-weight: 600;
        color: #ffffff !important;
        padding: 0px 0px 10px 0px;

        }
          .hero__text-small h4 {
            font-size: 17px;
            line-height: 18px;
            font-weight: 400;
            color: #ffffff !important;

          }
          .hero__text-small h4 small {
            font-size: 13px;
            line-height: 20px;
            font-weight: 400;
            color: #ffffff;
            }

.hero__text2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 28px; 
}
  .hero__text2 h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  }
    @media (max-width: 767px) {
      .hero__text2 h3 {
        font-size: 18px; } }
    .hero__text2 h3 a {
      color: #ffffff; }
      .hero__text2 h3 a:hover {
        text-decoration: underline;
      }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .hero__text2 h3.pr-100 {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .hero__text2 h3.pr-100 {
        padding-right: 0; } }


.hero__text3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 28px; 
}
  .hero__text3 h3 {
    margin: 0;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  }
    @media (max-width: 767px) {
      .hero__text3 h3 {
        font-size: 18px; } }
    .hero__text3 h3 a {
      color: #ffffff; }
      .hero__text3 h3 a:hover {
        text-decoration: underline;
      }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .hero__text3 h3.pr-100 {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .hero__text3 h3.pr-100 {
        padding-right: 0; } }

  .regionais h5 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    }
  .regionais h5 small {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    }


  @media (max-width: 767px) {    
    .regionais .servBarDark {
      border-bottom: 1px solid #cccccc;
      padding: 0px 0px 20px 0px;
    }

    .b-b-m{
      border-bottom: 1px solid #cccccc;
      padding: 10px 0px 10px 0px;
    }

    .img-mobile {
      max-width: calc(100% + 30px);
      margin: 0px -15px;
    }
    .img-bg-mobile {
      width: calc(100% + 15px);
      padding-right: 0 !important;
      padding-left: 0 !important;
      margin: 0px -15px;
      }
    .img-bg-mobile_interna {
      padding-right: 0 !important;
      padding-left: 0 !important;
      /* margin: 0px -15px; */ 
      }

  }





.slide-height {
  min-height: 750px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slide-height {
      min-height: 750px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slide-height {
      min-height: 700px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slide-height {
      min-height: 550px; } }
  @media (max-width: 767px) {
    .slide-height {
      min-height: 450px; } }

.slider__text h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 38px;
}
  .slider__text h3:hover {
    color: #6797c7; }
  @media (max-width: 767px) {
    .slider__text h3 {
      font-size: 32px; } }

.slider__text h4 {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  line-height: 22px;
  position: relative;
  padding-left: 20px;
}
  .slider__text h4:hover {
    color: #6797c7; }
  @media (max-width: 767px) {
    .slider__text h4 {
      font-size: 18px; } }
        .slider__text h4::before {
          content: " ";
          display: block;
          position: absolute;
          top: 0;
          left: 1px;
          bottom: 0;
          border-left: 3px solid #ffffff;
        }

.slider-meta li {
  color: #aeaeae; }

.slider-arrow button.slick-arrow {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background: none;
  border: 0;
  width: 60px;
  font-size: 25px;
  padding: 0;
  color: #ffffff;
  z-index: 9;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 50px;
  border: 2px solid #ffffff; }

.slider-arrow button.slick-next {
  left: auto;
  right: 30px; }

.slider-arrow:hover button {
  opacity: 1;
  visibility: visible; }

.slider-arrow button:hover {
  background: #6797c7;
  color: #ffffff;
  border-color: #6797c7; }

.slider-active-stage .single-slider:before {
  display: none; }

.slider-active-stage .single-slider.slick-center:before {
  display: block; }

.slider-active-stage .slider {
  display: none; }

.slider-active-stage .slick-center .slider {
  display: block; }

/* 5. News */
.urgente__meta ul li {
  display: inline-block;
  margin-right: 25px;
  font-size: 13px; }
  @media (max-width: 767px) {
    .urgente__meta ul li {
      margin-right: 15px; } }
  .urgente__meta ul li i {
    margin-right: 7px;
    color: #6797c7; }

.urgente__wrapper {
  position: relative;
  border: 1px solid #ddd; 
}

  .urgente__wrapper .urgente__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background: #9f1717;
    padding: 18px 35px 17px 35px;
    color: #ffffff;
    display: inline-block;
    /* position: absolute; */
    left: 0;
    top: 0;
    margin: 0;
    height: 56px;
    z-index: 9;
    line-height: 1.2;
    float:left;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .urgente__wrapper .urgente__title {
        display: block;
        position: static; } }
    @media (max-width: 767px) {
      .urgente__wrapper .urgente__title {
        display: block;
        position: static; } }
  .urgente__wrapper .urgente__ticker-active {
    padding: 0px 25px 0px 25px;
    background: #004170;
    color:#ffffff;
  }
  .urgente__wrapper .urgente__ticker-active li {
    padding: 16px 0px;
  }

  .urgente__wrapper .urgente__ticker-active li.animationLeftSlide {
    display: flex;
    gap: 30%;
    width: 100%;
  }

  .urgente__wrapper .urgente__ticker-active>.float-right {
    font-size: 12px;
    padding: 0 0 0 15px;
    top: -37px;
    position: relative;
  }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .urgente__wrapper .urgente__ticker-active {
          padding-left: 15px;
          float: left;
          width: 100%;
      }

        .urgente__wrapper .urgente__title {
            padding: 15px 25px 15px 25px;
            width: 100%;
        }

        .urgente__wrapper .urgente__ticker-active li {
            padding: 16px 0px;
        }

        .urgente__wrapper .urgente__ticker-active>.float-right {
        font-size: 12px;
        padding: 0 0 10px 20px;
        top: 0px;
        }
      }
    @media (max-width: 767px) {
      .urgente__wrapper .urgente__ticker-active {
        padding-left: 15px;
        background: #004170;
        color:#ffffff;
        float: left;  
        width: 100%;
        } 
        .urgente__wrapper .urgente__ticker-active>.float-right {
          font-size: 12px;
          padding: 0 0 10px 20px;
          top: 0px;
        }
        .urgente__wrapper .urgente__title {
            padding: 22px 35px 17px 15px;
            width: 100%;
        }
        .urgente__wrapper .urgente__ticker-active li a {
          line-height: 1;
          padding: 0 0 0 0 !important;
        
        }
    }
    .urgente__wrapper .urgente__ticker-active li a {
      line-height: 1;
      padding: 0 0 0 15px;
    }
    .urgente__wrapper .urgente__ticker-active .float-right li a {
      line-height: 1;
      font-size: 12px;
      padding: 0 0 0 15px;
    }
    .urgente__wrapper .urgente__ticker-active .owl-nav div {
      color: #1c1c21;
      position: absolute;
      right: 10px;
      top: 9px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .urgente__wrapper .urgente__ticker-active .owl-nav div {
          top: -36px;
          color: #ffffff; } }
      @media (max-width: 767px) {
        .urgente__wrapper .urgente__ticker-active .owl-nav div {
          top: -36px;
          color: #ffffff; } }
    .urgente__wrapper .urgente__ticker-active .owl-nav div.owl-prev {
      right: 30px; }

.post-cat {
  display: inline-block; }
  .post-cat a {
    background: #6797c7;
    padding: 4px 15px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 2px; }
    .post-cat a.color1 {
      background: #f2709c; }
    .post-cat a.color2 {
      background: #d39d38; }
    .post-cat a.color3 {
      background: #e100ff; }
    .post-cat a.color4 {
      background: #348ac7; }
    .post-cat a.color5 {
      background: #8dc26f; }
    .post-cat a.color6 {
      background: #5b86e5; }
    .post-cat a.color8 {
      background: #4135bf; }
    .post-cat a.color9 {
      background: #45a247; }
    .post-cat a.color10 {
      background: #8e44ad; }
    .post-cat a.color11 {
      background: #c779d0; }
    .post-cat a.color11 {
      background: #f2994a; }
    .post-cat a.color12 {
      background: #6190e8; }
    .post-cat a.color13 {
      background: #43c6ac; }
  .post-cat.r-0 a {
    border-radius: 0;
    padding: 4px 14px; }


.post-data {
  display: inline-block; }
  .post-data a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
  }




.post-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px; }

.sm-cat {
  line-height: 1; }
  .sm-cat a {
    font-size: 12px;
    text-transform: capitalize; }

.postbox__thumb {
  position: relative; }
  .postbox__thumb a img {
    width: 100%; }
    @media (max-width: 767px) {
      .postbox__thumb a img {
        width: 100%; } }

.autor-meta  {
  border-bottom: 1px solid #cecece;  
}

  .autor-meta ul {
  line-height: 1; }
  .autor-meta ul li {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase; }
    .autor-meta ul li i {
      margin-right: 4px; }

.autor h4 {
  font-size: 14px;
  font-weight: 500; }
  .autor h4.title-30 {
    font-size: 30px; }
  .autor h4.title-24 {
    font-size: 24px; }
  .autor h4.title-22 {
    font-size: 22px; }
  .autor h4.title-20 {
    font-size: 20px; }
  .autor h4.title-18 {
    font-size: 18px; }
  .autor h4.title-16 {
    font-size: 16px; }
  .autor h4.title-13 {
    font-size: 13px; }
  .autor h4.font-600 {
    font-weight: 600; }
  .autor h4 a {
    color: #212428; }
    .autor h4 a:hover {
      color: #6797c7; }

.post__small {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  overflow: hidden; 
}
  .post__small-text {
    line-height: 1; }
    .post__small-text h4 {
      font-weight: 500;
      font-size: 22px;
      color: #004170;
      }
      .post__small-text h4:hover {
        color: #6797c7; }
      .post__small-text h4.title-13 {
        font-size: 13px; }
      .post__small-text h4.title-14 {
        font-size: 14px; }
      .post__small-text h4.title-16 {
        font-size: 16px;
        font-weight: 500; }
      .post__small-text h4.title-20 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500; }
    .post__small-text-meta ul li {
      font-size: 11px; }
      .post__small-text-meta ul li i {
        color: #6797c7;
        margin-right: 4px; }

.side-post h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 18px; }

.side-post .post__small-thumb img {
  width: 90px; }

.side-post .post__small-text .sm-cat {
  color: #ddd; }

.side-post .post__small-text h4 {
  color: #ddd; }
  .side-post .post__small-text h4:hover {
    color: #6797c7; }

.side-post .post__small-text .post__small-text-meta ul li {
  color: #ddd; }

  iframe.aoVivoPh {
    width: 100%;
    height: 625px;
  }

  @media (max-width: 1600px) {
    iframe.aoVivoPh {
      height: 754px;
    }
  }

  @media (max-width: 1371px) {
    iframe.aoVivoPh {
      width: 1062px;
      height: 600px;
    }
    a.destaque-titulo {
      width: 1062px;
    }
  }

  @media (max-width: 1199px) {
    iframe.aoVivoPh {
      width: 1062px;
      height: 525px;
    }
    a.destaque-titulo {
      width: 1062px;
    }
  }

  @media (max-width: 991px) {
    iframe.aoVivoPh {
      width: 1062px;
      height: 390px;
    }
    a.destaque-titulo {
      width: 1062px;
    }
  }

  @media (max-width: 767px) {
    iframe.aoVivoPh {
      width: 1062px;
      height: 287px;
    }
  }

  @media (max-width: 767px) {
    iframe.aoVivoPh {
      width: clamp(320px, 100%, 500px);
      height: 282px;
    }
    a.destaque-titulo {
      width: clamp(320px, 100%, 500px);
    }
  }

  @media (max-width: 530px) {
    iframe.aoVivoPh {
      width: 400px;
      height: 225px;
    }
    a.destaque-titulo {
      width: 400px;
    }
  }

  @media (max-width: 424px) {
    iframe.aoVivoPh {
      width: 320px;
      height: 180px;
    }
    a.destaque-titulo {
      width: 320px;
    }
  }

  .aoVivoPlay {
  display: flex;
  justify-content: center;
  }

  .video-play {
    position: absolute;
    top: 50%;
    left: 45%;
    right: 46px;
    text-align: center;
    transform: translateY(-50%); }

  a.destaque-titulo {
    color: #ffffff75;
    cursor: pointer;
    transition: 0.5s;
  }

  a.destaque-titulo:hover {
    color: #fff;
    text-decoration: underline;
  }
  .video-play a {
    background: #6797c7;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 50%;
    line-height: 35px;
    font-size: 12px; }

.aovivo {
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: center;
    border: 1px solid #ca0202;
    padding: 5px 10px;
    color: #b50e0e;
    background: #ffffff90;
    font-size: 11px;
    font-weight: bold;
    border-radius: 20px;
}
.aovivo2 {
    text-align: center;
    border: 1px solid #ca0202;
    padding: 5px 10px;
    color: #b50e0e;
    background: #ffffff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 20px;
    float: left;
}



.aovivo.pulse {
  position: none; }
 .aovivo.pulse .pulse-ring {
    display: block;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-animation: animation-pulse 2.5s ease-out;
    animation: animation-pulse 2.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 4px;
    border-style: solid;
    border-color: #E4E6EF !important;
    top: 0px;
    left: 0px;
   }


.aovivo2.pulse {
  position: relative; }
 .aovivo2.pulse .pulse-ring {
    display: block;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-animation: animation-pulse 2.5s ease-out;
    animation: animation-pulse 2.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 4px;
    border-style: solid;
    border-color: #E4E6EF !important;
    top: 0px;
    left: 0px;
   }


@-webkit-keyframes animation-pulse {
  0% {
    -webkit-transform: scale(0.0, 0.0);
    opacity: 0.0; }
  60% {
    -webkit-transform: scale(0.0, 0.0);
    opacity: 0.0; }
  80% {
    opacity: 0.0; }
  85% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0; } }

@keyframes animation-pulse {
  0% {
    -webkit-transform: scale(0.0, 0.0);
    opacity: 0.0; }
  60% {
    -webkit-transform: scale(0.0, 0.0);
    opacity: 0.0; }
  80% {
    opacity: 0.0; }
  85% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0; } }



.post__principal {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    overflow: hidden;
}
.post__principal h4 {
  font-size: 32px;
  color: #004170;
  line-height: 34px;
  font-weight: 700;
}
  .post__principal h4:hover {
    color: #6797c7; }


.post__principal-thumb img {
    width: 100%; }
  .post__principal-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 9; }
    .post__principal-content h4 {
      font-size: 30px;
      color: #777777;
      font-weight: 500; }
      .post__principal-content h4.title-24 {
        font-size: 24px;
        font-weight: 600; }
      .post__principal-content h4 a:hover {
        opacity: .5; }
  .post__principal-author span {
    font-size: 12px;
    color: #777777; }

.meta-top {
  margin-bottom: 5px; }
  .meta-top span {
    font-size: 12px;
    color: #666;
    text-transform: uppercase; }

.red-meta ul li span {
  color: #ffffff; }

.red-meta ul li i {
  color: #6797c7; }

.content-pad {
  padding: 30px; }

.border {
  border: 1px solid #e9e9e9; }

.title-theme h2 {
  background: #6797c7;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 12px 25px;
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 1;
  margin: 0; }

.news-tabs li a {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }
  .news-tabs li a.active, .news-tabs li a:hover {
    color: #6797c7; }

.blog-no-border:after {
  display: none; }

.border-dashed {
  border: 1px dashed #e9e9e9;
  padding: 30px; }

.pos-static {
  position: static; }

.post-content-sm {
  padding: 15px; }
  .post-content-sm h4 {
    font-size: 13px;
    margin: 0; }

.post-content a {
  color: #004170;
  font-weight: bold;
}

.post-content p {
    font-size: 1.30rem !important;
    font-weight: 300 !important;
    line-height: 2rem !important;
    color: #444444 !important;
    margin-bottom: 30px !important;
    font-family: 'Jost', sans-serif !important;
}

.post-content p iframe {
    width: 100%;
    max-height: 400px;
    height: 400px;
}



.post-sm-gallery .owl-nav div {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  text-align: center;
  line-height: 30px;
  color: #444;
  transition: .3s; }
  .post-sm-gallery .owl-nav div:hover {
    background: #6797c7;
    color: #ffffff; }
  .post-sm-gallery .owl-nav div.owl-next {
    left: auto;
    right: 30px; }



.fotonoticia .owl-nav div {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  text-align: center;
  line-height: 30px;
  color: #444;
  transition: .3s;
  border-radius: 30px;
 }

.fotonoticia .circle {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #3acfd5 0%, #3a4ed5 100%);
    border-radius: 100%;
    position: relative;
    text-align: center;
    padding: 4px; 
    box-sizing: border-box;
}
.fotonoticia .circle::before {
    border-radius: 100%;
    content: '';
    background-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    position: absolute;
    z-index:-1;
}


.enviarFotoNoticia{
    padding: 0px 10px;
}


.enviarFotoNoticia .circle {
    width: 110%;
    height: 110%;
    background: linear-gradient(to top, #3acfd5 0%, #3a4ed5 100%);
    border-radius: 100%;
    position: relative;
    text-align: center;
    padding: 4px; 
    box-sizing: border-box;
}
.enviarFotoNoticia .circle::before {
    border-radius: 100%;
    content: '';
    background-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    position: absolute;
    z-index:-1;
}


  .fotonoticia .owl-nav div:hover {
    background: #6797c7;
    color: #ffffff; }
  .fotonoticia .owl-nav div.owl-next {
    left: auto;
    right: 0px; }
  .fotonoticia .owl-nav div.owl-prev {
    left: 0px;
    right: auto; }




  .gerais .owl-nav div:hover {
    background: #6797c7;
    color: #ffffff; }
  .gerais .owl-nav div.owl-next {
    left: auto;
    right: -45px; }
  .gerais .owl-nav div.owl-prev {
    left: -45px;
    right: auto; }    


  @media (max-width: 767px) {
  .gerais .owl-nav div:hover {
    background: #6797c7;
    color: #ffffff; }
  .gerais .owl-nav div.owl-next {
    left: auto;
    right: -5px; }
  .gerais .owl-nav div.owl-prev {
    left: -5px;
    right: auto; }   

    
  .fotonoticia .owl-nav div.owl-next {
    display: none;
  }
  .fotonoticia .owl-nav div.owl-prev {
    display: none;
  }
    
    
  .gerais.owl-carousel.owl-drag .owl-item {
    padding: 0px 30px;
    
    }



  }




.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
     display: block !important; 
}


    .category-wrapper {
  padding: 50px;
  padding-top: 250px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .category-wrapper {
      padding-top: 150px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-wrapper {
      padding-top: 100px; } }
  @media (max-width: 767px) {
    .category-wrapper {
      padding: 25px;
      padding-top: 100px; } }
  .category-wrapper h1 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    padding-right: 150px;
    line-height: 1.3; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .category-wrapper h1 {
        padding-right: 80px;
        font-size: 25px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .category-wrapper h1 {
        padding-right: 0px;
        font-size: 25px; } }
    @media (max-width: 767px) {
      .category-wrapper h1 {
        padding-right: 0px;
        font-size: 20px; } }

.cat-heading h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #6797c7;
  margin: 0; }

.cat-gallery a i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 99;
  font-size: 16px;
  text-align: center;
  border: 2px solid red;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: auto;
  color: #6797c7;
  border-radius: 50%;
  line-height: 46px;
  background: #ffffff; }

.cat-gallery .owl-nav div {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  text-align: center;
  line-height: 30px;
  color: #444;
  transition: .3s; }
  .cat-gallery .owl-nav div:hover {
    background: #6797c7;
    color: #ffffff; }
  .cat-gallery .owl-nav div.owl-next {
    left: auto;
    right: 30px; }

.read-more {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px; }
  .read-more:hover {
    color: #6797c7; }

/* 6. Breadcrumb */
.breadcrumb {
  background: #f3f3f3;
  border-radius: 50px;
  padding: 10px 0;
  margin: 0;
  float: left;  
  position: relative;
  bottom: -15px;
  border: 1px solid #cecece;
  box-shadow: 0px 1px 2px #4c4c4c42;

}
  .breadcrumb li {
    font-size: 14px;
    color: #999999;
    padding: 0 20px;
  }
    .breadcrumb li a {
      font-size: 14px;
      color: #222222; }
      .breadcrumb li a:hover {
        color: #6797c7; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-size: 13px; }

/* 7. Post details */
.widget-border {
  border: 1px solid #e9e9e9;
  padding: 20px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .widget-border {
      padding: 15px; } }

.widget-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e9e9e9; }

.widget-subscribe input {
  width: 100%;
  height: 48px;
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
  padding: 0 12px; }

.tagcloud a {
  color: #666;
  border: 1px solid #e9e9e9;
  font-size: 13px;
  padding: 10px 15px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 9px;
  margin-right: 7px; }
  .tagcloud a:hover {
    background: #1c1c21;
    border-color: #1c1c21;
    color: #ffffff; }

.widget ul li {
  margin-bottom: 10px; }
  .widget ul li:last-child {
    margin: 0; }
  .widget ul li::before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    margin-right: 8px;
    font-weight: 700;
    font-size: 11px;
    position: relative;
    top: -1px; }
  .widget ul li a {
    font-size: 14px; }
    .widget ul li a span {
      float: right;
      color: #666; }
    .widget ul li a:hover {
      color: #6797c7; }

.post__small-text-meta li:before {
  display: none; }

.details-title {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 2.80rem;
    color: #444444;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .details-title {
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 2.60rem;
        color: #444444;
        margin-bottom: 15px;
    }  
  }

.details-subtitle {
    font-size: 1.35rem;
    font-weight: 300;
    line-height: 1.80rem;
    color: #444444;
    margin-bottom: 15px;
}

.compartilhar a {
    height: 30px;
    width: 30px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

  .compartilhar a.whatsapp {
    background: #00b105; }
  .compartilhar a.facebook {
    background: #1f3d7c; }
  .compartilhar a.instagram {
    background: linear-gradient(135deg,  #FD9226, #E4405F, #405DE6);
  }
  .compartilhar a.twitter {
    background: #000; }
  .compartilhar a.dribbble {
    background: #1f3d7c; }
  .compartilhar a.mail {
    background: #990011; }
  .compartilhar a.share {
    background: #333333; }
  .compartilhar a.google-plus {
    background: #df3520; }
  .compartilhar a:hover {
    opacity: .7; }

.content__tags > span {
  font-size: 14px;
  margin-right: 5px;
  font-weight: 600; }

.content__tags-list a {
  border: 1px solid #e9e9e9;
  color: #444;
  display: inline-block;
  font-size: 12px;
  padding: 8px 15px;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 5px; }
  .content__tags-list a:hover {
    border-color: #1c1c21;
    background: #1c1c21;
    color: #ffffff; }

.media-left {
  width: 150px; }
  .media-left a {
    display: inline-block; }

.author-meta {
  padding: 30px;
  border: 1px solid #eee; }
  .author-meta .media-body {
    padding-left: 18px; }
    @media (max-width: 767px) {
      .author-meta .media-body {
        padding-left: 0px;
        padding-top: 10px; } }
    .author-meta .media-body span a {
      color: #444;
      font-size: 18px;
      font-weight: 600;
      display: inline-block;
      margin-bottom: 3px; }
      .author-meta .media-body span a:hover {
        color: #6797c7; }
    .author-meta .media-body p {
      margin-bottom: 10px; }
  .author-meta .social a {
    color: #666;
    font-size: 14px;
    margin-right: 15px; }
    .author-meta .social a:hover {
      color: #6797c7; }

.veja-tambem:after {
  content: "";
  height: 3px;
  background: #e4e4e4;
  width: 100%;
  float: left;
  margin-bottom: 30px;
 }
.veja-tambem:before  {
  content: "";
  height: 3px;
  background: #e4e4e4;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  margin-top: 20px;
 }
.veja-tambem > .post {
  padding: 10px 0;
  border-top: 1px solid #efefef;
  float: left;
  width: 100%;
}
.veja-tambem > .post a {
  font-size: 1.10rem;
  line-height:  0.5rem !important;
  color: #6797c7;
  font-weight: 400;
}


.veja-tambem > .post button {
  font-size: 1.10rem !important;
  line-height:  1.9rem !important;
  color: #6797c7 !important;
  font-weight: 400 !important;
}


  .veja-tambem > .post a:hover,
  .veja-tambem > .post button:hover {
    color: #6797c7; }

.veja-tambem span {
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #848484;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}

/* blog comments */
.comments-avatar {
  float: left;
  width: 103px; }

.avatar-name {
  margin-bottom: 2px;
  overflow: hidden; }
  .avatar-name h5 {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px; }
  .avatar-name span {
    color: #646464;
    font-size: 12px; }

.comentarios-principal {
  margin-bottom: 25px;
  border: 1px solid #e6e6e6;
}




.comentarios-resposta .corpo {
    background: rgb(232, 232, 232);
    padding: 15px;
    margin: 0 0 20px 0;
}


.comentarios-resposta input {
  border: 1px solid #e6e6e6;
  height: 45px;
  margin-bottom: 25px;
  padding: 0 15px;
  width: 100%;
}

.comentarios-resposta textarea {
  border: 1px solid #e6e6e6;
  height: 130px;
  margin-bottom: 25px;
  padding: 15px;
  width: 100%; }





.comentarios-resposta {
  padding-left: 80px; }
.comentarios-resposta:before {
  content: url(../img/seta-comentario.png);
  float: left;
  width: 20px;
  height: auto;
  position: absolute;
  left: 50px;
}
  @media (max-width: 767px) {
    .comentarios-resposta {
      padding-left: 40px; } 
    .comentarios-resposta:before {
      content: url(../img/seta-comentario.png);
      float: left;
      width: 20px;
      height: auto;
      position: absolute;
      left: 15px;
    }
}
.cometario-texto {
  overflow: hidden;
  padding: 20px; }
  .cometario-texto p {
    color: #646464;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px; }
  .cometario-texto a {
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: 200;
    margin: 0 15px 0 0;
    text-transform: uppercase; }
    .cometario-texto i {
      font-size: 20px;
    }
    .cometario-texto .like {
      color: #158e16;
      margin:0 5px;
    }
    .cometario-texto .notlike {
    color: #cc1917;
    padding: 0px 0px 0px 5px;
    float: right;
    }
    .cometario-texto .disable {
    cursor: none;
    color: #777777;
    padding: 0px 0px 0px 5px;
    float: right;
    }


.cometario-texto h4 a {
    color: #222;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 15px 0 0;
    font-style: italic;
    text-decoration: underline;
  }



.comentarios-login {
  border-top: 5px solid #e6e6e6;
  background: #e6e6e6;
}
.comentarios-form {
  border-top: 5px solid #e6e6e6;
}
.comentarios-form .small {
  font-size: 11px;
  line-height: 14px;
}

.comentarios-form input {
  border: 1px solid #e6e6e6;
  height: 45px;
  margin-bottom: 25px;
  padding: 0 15px;
  width: 100%;
}

.comentarios-form textarea {
  border: 1px solid #e6e6e6;
  height: 130px;
  margin-bottom: 25px;
  padding: 15px;
  width: 100%; }

/* 8. Portfolio area */
.portfolio-thumb {
  position: relative;
  overflow: hidden; }
  .portfolio-thumb img {
    width: 100%;
    transition: .3s; }
  .portfolio-thumb::before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1; }
  .portfolio-thumb a {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background: #4798cc;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
    z-index: 9;
    transform: translateY(-50%); }

.portfolio-wrapper:hover .portfolio-thumb::before {
  opacity: .85;
  visibility: visible; }

.portfolio-wrapper:hover .portfolio-thumb img {
  transform: scale(1.2) rotate(7deg); }

.portfolio-wrapper:hover .portfolio-thumb a {
  opacity: 1; }

.portfolio-wrapper {
  position: relative; }

.portfolio-menu > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #3b3f42;
  cursor: pointer;
  font-weight: 600;
  margin: 0 3px;
  padding: 5px 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s; }
  .portfolio-menu > button:hover, .portfolio-menu > button.active {
    background: #6797c7;
    color: #ffffff; }

.portfolio-menu > button:focus {
  outline: 0 none; }

/* 9. Contact area */
.contact-form h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px; }

.contact-form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: currentcolor currentcolor #cccccf;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  font-size: 13px;
  height: 50px;
  margin-bottom: 30px;
  width: 100%;
  border: 0;
  border: 1px solid #ddd;
  padding: 0 15px; }

.contact-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: currentcolor currentcolor #cccccf;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  height: 125px;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px; }

.contact-info span {
  color: #646464;
  display: block;
  font-size: 17px;
  margin-bottom: 10px; }

.contact-info h2 {
  color: #414149;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px; }

.contact-meta-info h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px; }

.contact-meta-info P {
  margin-bottom: 0; }

#contact-map {
  height: 500px; }

/* 10. Footer */
.footer-bg {
  background: #6797c7; 
}

.subscribe-title h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 7px;
  text-transform: uppercase;
  text-align: right;
  padding-right: 25px;
  padding-top: 4px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-title h2 {
      text-align: left; } }
  @media (max-width: 767px) {
    .subscribe-title h2 {
      text-align: left; } }

.subscribe-form form {
  position: relative; }
  .subscribe-form form input {
   width: 100%;
    background: no-repeat;
    border: 0;
    height: 60px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px 20px;
  }
.subscribe-form form input::placeholder {
  color: #ffffff;
  font-size: 14px;
  opacity: .6; }
  .subscribe-form form button {
    position: absolute;
    top: 0;
    right: 10px;
    background: no-repeat;
    border: 0;
    height: 60px;
    cursor: pointer;
    text-transform: capitalize;
    color: #ddd;
    font-size: 14px; }
    .subscribe-form form button:hover {
      color: #6797c7; }

.subscribe-form form input::-moz-placeholder {
  color: #808080; }

.subscribe-separator {
  border-top: 1px solid #363636;
  border-bottom: 1px solid #363636; }

.footer-widget p {
  color: #ffffff;
  margin-bottom: 25px; }

.footer-social a {
  height: 35px;
  width: 35px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  font-size: 13px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px; }
  .footer-social a.whatsapp {
    background: #019605; }
  .footer-social a.facebook {
    background: #1f3d7c; }
  .footer-social a.twitter {
    background: #000; }
  .footer-social a.instagram {  
    background: linear-gradient(135deg,  #FD9226, #E4405F, #405DE6); }
  .footer-social a.dribbble {
    background: #1f3d7c; }
  .footer-social a.mail {
    background: #990011; }
  .footer-social a.youtube {
    background: #990011; }
  .footer-social a.google-plus {
    background: #df3520; }
  .footer-social a:hover {
    opacity: .7; }

.footer-widget h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px; }

.footer-widget ul li {
  margin-bottom: 5px; }
  .footer-widget ul li:last-child {
    margin: 0; }
  .footer-widget ul li a {
    color: #ffffff;
    font-size: 13px; }
    .footer-widget ul li a i {
      margin-right: 5px; }
    .footer-widget ul li a:hover {
      color: #285179; }

.copyright-area {
  border-top: 1px solid #5e89b3; }

.copyright p {
  margin: 0;
  color: #ffffff; }


.post-thumb{
  background: #f3f3f3;
  float: left;
  width: 100%;
}
.post-thumb small{
  padding: 10px 10px;
  text-align: left;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
  color: #777777;
  float: left;
  line-height: 18px;
}
.post-thumb span{
  padding: 10px 10px;
  text-align: left;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
  color: #777777;
  float: left;
  line-height: 18px;
  font-weight: 200;
}


/* Hack para fotos do site antigo */
.box_imagem_detalhada2{
  background: #f3f3f3;
  float: left;
}
.box_imagem_detalhada2 .descricao_imagem{
  padding: 10px 10px;
  text-align: left;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
  color: #777777;
  float: left;
  line-height: 18px;
  font-weight: 200;
}
/* Hack para fotos do site antigo */




.post-thumb .img-fluid{
  width: 100% !important;
}


@media (max-width: 767px) {

.post-thumb span{
  padding: 10px 20px;
  text-align: left;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
  color: #777777;
  float: left;
  font-weight: 200;
}

  .img-fluid-force {
    width: 100% !important;
  }

  .img-fluid-banner {
    width: 100% !important;
    margin: 0;
  }
}

  .img-fluid-force {
    width: 100% !important;
  }

  .img-fluid-banner {
    width: 65%;
    display: block;
    margin: 0 auto;
  }


.modal-footer small {
  font-size: 10px;
}


.red{
  color: red;
}
a.red{
  color: red;
  text-decoration: underline;
}
a.red:hover{
  color: #333;;
  text-decoration: underline;
}

.spinner-border {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: text-bottom;
  border: 0.16em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.spinner-border-lg {
  width: 2.3rem !important;
  height: 2.3rem !important;
  border-width: 0.2em !important;
}


.saudacao {
    color: #ffffff;
    font-size: 14px;
    margin-top: 16px;
    float: right;
    text-align: right;
}


.grecaptcha-badge {
  display: none !important;
}

.x-modal {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  color: #6f6f6f;
  font-weight: 500;
  }


.maisVotado {
  border-left: 10px solid #6497c7;
  border-radius: 10px 0 0 10px;
  background: #f5f5f5;
  box-shadow: 4px 4px 11px #d4d4d4;
}



.servBar ul li {
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
    text-transform: uppercase;
    color: #ffffff;
}
.servBar ul li i {
  font-size: 15px;
  padding-right: 3px;
}
.servBarDark ul li {
    display: inline;
    /*display: inline-block;*/
    font-size: 12px;
    margin-right: 20px;
    color: #555555;
}
.servBarDark ul li i {
  font-size: 15px;
  padding-right: 3px;
}
.servBarShare ul li {
    /*display: inline-block;*/
    display: inline;
    font-size: 12px;
    margin: 0px 2px;
    color: #555555;
}
.servBarShare ul li i {
  font-size: 15px;
  padding-right: 0px;
}
.servBarShare .dropdown-menu{
  background: #e8e8e8 !important;
  border: 0px !important;
  padding: 15px 10px !important;
  margin-left: 45px;
}

.servBarShare .compartilhar a {
    height: 30px;
    width: 30px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 0px !important;
}



.servBarShareDestaque ul li {
    /*display: inline-block;*/
    display: inline;
    font-size: 12px;
    margin: 0px 7px;
    color: #ffffff;
}
.servBarShareDestaque ul li i {
  font-size: 15px;
  padding-right: 0px;
}
.servBarShareDestaque .dropdown-menu{
  background: #e8e8e8 !important;
  border: 0px !important;
  padding: 10px 10px !important;
  margin-left: 45px;
}

.servBarShareDestaque .compartilhar a {
    height: 30px;
    width: 30px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 0px !important;
}


.servBarShareUrgente ul li {
    display: inline-block;
    font-size: 12px;
    margin: 0px 4px;
    color: #ffffff;
}
.servBarShareUrgente ul li i {
  font-size: 15px;
  padding-right: 3px;
}
.servBarShareUrgente .dropdown-menu{
  background: #e8e8e8 !important;
  border: 0px !important;
  padding: 0px 10px !important;
}

.servBarShareUrgente .compartilhar a {
    height: 30px;
    width: 30px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 0px !important;
    padding: 7px 0 0 4px !important;
}





.servBarDate ul li {
    display: inline-block;
    font-size: 12px;
    /* margin-right: 10px; */
    color: #555555;
    font-weight: 500;
}

.servBarDate ul li a {
    color: #004170;
}

.BgPublicidade {
  background: url("../../static/img/bg-listras.png");
}
.publicidade:before{
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 2px;
    letter-spacing: 1.53px;
    color: #000000;
    content: "publicidade"
}

.publicidadeInterna{
    padding: 40px 0;
    margin: 50px 0 0 0;
}
.publicidadeInterna:before{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 2px;
    letter-spacing: 1.53px;
    color: #525252;
    content: "CONTINUA DEPOIS DA PUBLICIDADE";
    margin: 0px 0 0 0;
    float: left;
}

.publicidadeInterna.banner-8{
    margin: 0 0 10px 10px;
    padding: 0px !important;
    float: right;
    text-align: right !important;
}
.publicidadeInterna.banner-8:before{
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 0px;
    letter-spacing: 1.50px;
    color: #525252;
    content: "PUBLICIDADE";
    margin: 0px 0 0 0;
    float: left;
}

.titulos {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px
}
.titulos small {
  font-size: 26px;
}


.tvPatos {
  background: #353533;
  color: #ffffff !important;
}
.tvPatos .titulos{
  color: #ffffff !important;
}
    .btn-video {
      background: #c30201 !important;
      padding: 14px 30px;
      color: #ffffff;
      background: transparent;
      font-weight: 600;
      border-radius: 10px;
    }
    .btn-video:hover {
      background: #ab0100 !important;
      color: #ffffff;
    }
    .btn-video i{
      color: #ffffff;
      margin-right: 5px;
    }
    

  .maisComentadas {
    background: #efefef ;
  }

  .bgGrey {
    background: #efefef;

  }
  .bgGrey hr{
     border-color: #cecece;
     
  }

  .bgBlack {
    background: #333333;

  }
  .bgBlack hr{
     border-color: #666666;
     
  }
  .bgBlack .titulos{
     color: #cecece;
     
  }

.desabilita_comentario{
  cursor:text;

}

  @media (max-width: 767px) {
    
      .line-bottom-mobile {
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 25px;
        overflow: hidden;
        /*top: 70px;*/
      }

    }

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327 
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}


/* Text Colors */
.branco {
  color: #ffffff !important;
}
.verde {
  color: #5eaf30 !important;
}


.lista h2 {
  font-size: 25px;
}
.lista h2 small {
  font-size: 15px;
}


.noPadding {
  padding: 0px 0px 0px 0px !important;
}


#error_page h2 {
    margin-top: 30px;
    font-size: 140px;
    font-size: 8.75rem;
    color: #c4c4c4;
    text-transform: uppercase;
    font-weight: bold;
}
  #error_page p {
    font-size: 21px;
    font-size: 1.3125rem;
}

div.bannerMobileSize {
  bottom: 0px;
}

div.mainBannerSize {
  top: -40px;
}

button.close {
  padding: 2px;
  opacity: 1;
}

@media (max-width: 767px) {
  button.close span{
    padding: 6px;
  }

  div.mainBannerSize {
    top: -34px;
  }

}

@media (max-width: 425px) {
  button.close span{
    padding: 3px;
  }

  div.mainBannerSize {
    top: -24px;
  }

  button.close{
    padding: 0;
  }

}

/* postagens twitter e instagram in-page */

#instagram-embed-0 {
  margin-left: auto !important;
  margin-right: auto !important;
  min-width: 0 !important;
}

.twitter-tweet {
  margin-left: auto !important;
  margin-right: auto !important;
}

a img {
  height: 100% !important;
}

.homeDestaques {
  height: 300px !important;
}

@media (max-width: 1600px) {
  .homeDestaques {
    height: 350px !important;
  }
}

@media (max-width: 1199px) {
  .homeDestaques {
    height: 300px !important;
  }
}

@media (max-width: 991px) {
  .homeDestaques {
    height: auto !important;
  }
}

p.citacao{
  padding-left: 60px;
  position: relative;
  padding-right: 60px;
  

}

p.citacao > b{
  color: #4D4D4D;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
}

p.citacao::before {
  content: url('../img/citacao_sup.png');
  position: absolute;
  left: 0;
}

p.citacao::after {
  content: url('../img/citacao_inf.png');
  position: absolute;
  right: 0;
}

footer.citacao-footer {
  display: flex;
  justify-content: end;
}



p.citacao{
  padding-left: 60px;
  position: relative;
  padding-right: 60px;
  

}

p.citacao > b{
  color: #4D4D4D;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
}

p.citacao::before {
  content: url('../img/citacao_sup.png');
  position: absolute;
  left: 0;
}

p.citacao::after {
  content: url('../img/citacao_inf.png');
  position: absolute;
  right: 0;
}

footer.citacao-footer {
  display: flex;
  justify-content: end;
}

h6.fontEmpregos p {
  font-size: 1.30rem !important;
    font-weight: 300 !important;
    line-height: 2rem !important;
    color: #444444 !important;
    margin-bottom: 30px !important;
    font-family: 'Jost', sans-serif !important;
}

div.home-emprego {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}

.job {
  min-width: 400px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10)
}

div.job div.headerVaga {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

div.job div.headerVaga h4 {
  width: max-content;
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 1px solid #4A77A2;
}

div.btnsEmpregos {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}


div.job  .textEmprego{
  font-size: 1rem;
  font-weight: 400;
}



a.look-plus{
  font-size: 1rem;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  background-color: #6597c7;
}

a.look-plus:hover {
  background-color: #004170;
}


div.servBarShareDestaque ul a,
div.servBar ul a{
  color: #fff;

}

.share-cl {
  font-size: 12px !important;
}


/* section mosaico inicio */
section.mosaicoPh {
  background-color: #353533;
}

.mosaicoTitle {
  color: #fff !important;
}

#grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: minmax(200px, auto);
  grid-auto-flow: dense;
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  padding: .4em;
  margin: 20px 0 0 0;
}

@media (max-width: 991px) {
  #grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  #grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(180px, auto);
  }
}

@media (max-width: 425px) {
  #grid {
    grid-auto-rows: minmax(140px, auto);
  }
}

@media (max-width: 375px) {
  #grid {
    grid-auto-rows: minmax(120px, auto);
  }
}

@media (max-width: 320px) {
  #grid {
    grid-auto-rows: minmax(100px, auto);
  }
}

.itens_mosaico {
  all: unset;
  cursor: zoom-in !important;
  position: relative;
}

#grid button a img, /* com href */
#grid button img {  /* sem href */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#grid button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #fff;
  z-index: 3;
  opacity: .8;
}

#grid button:hover i {
  display: none;
}

#grid button video { /* video sem href */
  width: 300px;
  height: 100%;
  aspect-ratio: 3/3;
  object-fit: cover;
  opacity: .5;
}

#grid button:hover video {
  opacity: 1;
}

#fimImgs h4 {
  color: #fff;
  font-size: 2em;
}

.span-2{
  grid-column: span 2;
  grid-row: span 2;
}

div.time_mosaico {
  display: flex;
  width: 100%;
  justify-content: center;
  height: auto;
  position: relative;
  border-bottom: 1px solid #fff;
}

div.time_mosaico p {
  font-size: 1.5rem;
  position: absolute;
  color: #fff;
  top: -12px;
  background-color: #353533;
}

.modalMosaico {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #0b0b0bd0;
  z-index: 8;
  display: none;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

.modalMosaico main:not(:has(.bodyModal > .retrato)) {
  width: 40%;
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
}

.modalMosaico main:has(.bodyModal > .retrato)  {
  min-width: none !important; 
}

.modalMosaico main .headerModal {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.modalMosaico main .headerModal button {
  all: unset;
  line-height: 40px;
  color: #fff;
  opacity: .65;
  font-style: normal;
  font-size: 27px;
  font-family: Arial,Baskerville,monospace;
}

.modalMosaico main .headerModal button:hover {
  cursor: pointer;
  opacity: 1;
}

.modalMosaico main .bodyModal {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.modalMosaico main .bodyModal a {
  width: inherit;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  color: #000;
}

.modalMosaico main .bodyModal img {
  width: 100%;
}

.modalMosaico main .bodyModal video.paisagem {
  width: 100%;
  max-height: 600px;
}

.modalMosaico main .bodyModal video.retrato {
  height: 70vh;
}

.modalMosaico main.gifModal {
  max-width: 35% !important;
  min-width: 30% !important;
  max-height: auto;
}

@media (max-width: 1440px) {
  .modalMosaico main:not(:has(.bodyModal > .retrato)) { 
    width: 60%;
  }

  .modalMosaico main.gifModal {
    max-width: 50% !important;
  }
}

@media (max-width: 1024px) {
  .modalMosaico main:not(:has(.bodyModal > .retrato)) { 
    width: 70%;
  }

  .modalMosaico main.gifModal {
    max-width: 60% !important;
  }
}

@media (max-width: 768px) {
  .modalMosaico main:not(:has(.bodyModal > .retrato)) { 
    width: 85%;
  }

  .modalMosaico main.gifModal {
    max-width: 70% !important;
  }

  .modalMosaico main .bodyModal a {
    font-size: 1em;
  }
}

@media (max-width: 570px) {
  .modalMosaico main.gifModal {
    max-width: 80% !important;
  }

  .modalMosaico main .bodyModal video.retrato {
    height: 80vh;
  }

  .modalMosaico:has(main > .bodyModal > video.retrato) {
    margin: 0;
    padding-bottom: 100px;
  }

  .modalMosaico main .bodyModal video.paisagem {
    width: auto;
    max-height: 400px;
  }
}


@media (max-width: 425px) {
  .modalMosaico {
    padding-bottom: 200px;
  }

  .modalMosaico main .bodyModal video.retrato {
    height: 70vh;
  }

  .modalMosaico main:not(:has(.bodyModal > .retrato)) { 
    min-width: 90%;
  }

  .modalMosaico main.gifModal {
    max-width: 90% !important;
  }

  .modalMosaico main .bodyModal a {
    text-align: unset;
  }
}

@media (max-width: 375px) {
  .modalMosaico main:not(:has(.bodyModal > .retrato)) { 
    width: 93%;
  }

  .modalMosaico main .bodyModal video.retrato {
    height: 60vh;
  }

  .modalMosaico main.gifModal {
    max-width: 93% !important;
  }

  .modalMosaico main .bodyModal a {
    font-size: 0.9em;
  }
}


@media (max-height: 700px) {
  .modalMosaico main:not(:has(.bodyModal > .retrato)) { 
    max-width: 30% !important;
    min-width: auto !important;
  }

  .modalMosaico main .bodyModal video.retrato {
    height: 80vh;
  }

  .modalMosaico main.gifModal {
    max-width: 30%;
  }

  .modalMosaico main .bodyModal video.paisagem {
    width: auto;
    max-height: 400px;
  }
}

@media screen and (max-height: 700px) and (max-width: 1440px) {
  .modalMosaico main:not(:has(.bodyModal > .retrato)) { 
    max-width: 60% !important;
    min-width: auto !important;
  }

  .modalMosaico main.gifModal {
    max-width: 60%;
  }
}

@media screen and (max-height: 700px) and (max-width: 768px) {
  .modalMosaico main:not(:has(.bodyModal > .retrato)) { 
    max-width: 80% !important;
    min-width: auto !important;
  }

  .modalMosaico main.gifModal {
    max-width: 80%;
  }

}

@media screen and (max-height: 700px) and (max-width: 425px) {
  .modalMosaico main:not(:has(.bodyModal > .retrato)) { 
    max-width: 95% !important;
    min-width: auto !important;
  }

  .modalMosaico main .bodyModal video.retrato {
    height: 70vh;
  }

  .modalMosaico main.gifModal {
    max-width: 95%;
  }
}
/* section mosaico final */

/* section ce viu inicio */
section.hero-carousel {
  position: relative;
}

section.hero-carousel * {
  user-select: none;
}

div.carousel {
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  height: auto; /* 280 */
  display: grid;
  grid-auto-flow: column;
  overflow-x: scroll;
  gap: 15px;
  /* background: #0000000e; */
}

div.card-content span {
  font-size: .8em;
  font-weight: 400;
  color: #fff;
}

div.carousel::-webkit-scrollbar {
  visibility: hidden;
  display: none;
}

div.carousel div.carrosselContainer button.card {
  width: 600px;
  height: 500px;
  padding: 0 !important;
  display: flex;
  border: transparent;
  flex-direction: column;
  position: relative;
  border-radius: 6px;
  background-color: #242423;
  cursor: default !important;
}

div.card-img {
  width: 100%;
  height: 335px;
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  div.carousel div.carrosselContainer button.card  {
    width: 480px;
    height: 450px;
  }

  div.card-img {
    height: 270px;
  }
}

@media (max-width: 530px) {
  div.carousel div.carrosselContainer button.card  {
    width: 400px;
    height: 410px;
  }

  div.card-img {
    height: 230px;
  }
}

@media (max-width: 460px) {
  div.carousel div.carrosselContainer button.card  {
    width: 350px;
    height: 420px;
  }

  div.card-img {
    height: 200px;
  }
}

@media (max-width: 375px) {
  div.carousel div.carrosselContainer button.card  {
    width: 300px;
    height: 420px;
  }

  div.card-img {
    height: 170px;
  }
}

div.carousel div.carrosselContainer button.card div.card-img iframe {
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}

div.carrosselContainer {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 15px;
}

div.card-content {
  padding: 10px;
  height: 150px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 10px;
}

div.card-content a {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}

div.card-content p {
  font-size: 1rem;
  color: #e5e5e5;
}

div.card > button{
  height: 100%;
  width: 300px;
  cursor: pointer;
  border-radius: 6px;
  background-color: #c30201;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

div.card button {
  outline: none;
  border: none;
}

div.card > button:hover {
  background: #ab0100;
}

img.right-arrow,
button.imgBtn:has(img.right-arrow-btn) {
  left: 92%;
}

img.left-arrow,
button.imgBtn:has(img.left-arrow-btn) {
  display: none;
  rotate: 180deg;
  right: 92%;
}

img.right-arrow,
img.left-arrow {
  width: 40px;
  display: none;
  height: 50px;
  position: absolute;
  top: 50%;
  animation: zoomIn 5s infinite;
}

button.imgBtn {
  all: unset;
  position: absolute;
  border-radius: 50%;
  background-color: #333;
  z-index: 5;
  width: 40px;
  padding: 5px;
  height: 40px;
  top: 50%;
  cursor: pointer;
}

@media (max-width: 768px) {
  button.imgBtn:has(img) {
    display: none !important;
  }


  img.right-arrow {
    left: 87%;
    display: block;
  }

  img.left-arrow {
    right: 87%;
  }
}

@media (max-width: 578px) {
  img.right-arrow {
    left: 83%;
  }

  img.left-arrow {
    right: 83%;
  }
}

@media (max-width: 425px) {
  img.right-arrow {
    left: 80%;
  }

  img.left-arrow {
    right: 80%;
  }
}

@media (max-width: 375px) {
  img.right-arrow {
    left: 78%;
  }

  img.left-arrow {
    right: 78%;
  }
}

@keyframes zoomIn {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}
/* section ce viu final */

/* section stories inicio*/

button.card-stories {
  padding: 10px;
  min-height: 576px;
  min-width: 324px;
  border: none;
  outline: none;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.imgbg {
  inset: 0%;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.imgbg::before {
  border-radius: 6px;
}

.imgbg .img-storiesbg {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.card-stories::before {
  border-radius: 6px !important;
}

.card-stories .header-stories {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  z-index: 3;
}

.header-stories img {
  width: 25px;
}

.player-stories {
  height: 80px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.content-stories {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #fff;
  z-index: 3;
}

.content-stories p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.content-stories span {
  font-size: 1rem;
}


section.stories__ {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #0b0b0be7;
  z-index: 8;
  display: none;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

/* section stories final */

.slide {
  background-color: #000;
  border-radius: 5px;
  position: relative;
  width: 400px;
  max-width: 450px;
  height: 700px;
  display: grid;
  box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.4);
}


.slide-items {
  position: relative;
  height: 100%;
  grid-area: 1/1;
  border-radius: 5px;
  overflow: hidden;
}

.slide-nav {
  grid-area: 1/1;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
}
.slide-nav button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
}

.slide-items > * {
  position: absolute;
  top: 0px;
  /* opacity: 0; */
  display: none;
  pointer-events: none;
}

.slide-items > .active {
  position: relative;
  opacity: 1;
  display: block;
  pointer-events: inherit;
}

.slide-thumb {
  display: flex;
  grid-column: 1/3;
}

.slide-thumb > span {
  flex: 1;
  display: block;
  height: 3px;
  background: rgba(0, 0, 0, 0.4);
  margin: 5px;
  border-radius: 3px;
  overflow: hidden;
}

.slide-thumb > span.active::after {
  content: '';
  display: block;
  height: inherit;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  transform: translateX(-100%);
  animation: thumb 15s forwards linear;
}

@keyframes thumb {
  to {
      transform: inherit;
  }
}

.items-slide {
  position: relative;
  height: 100%;
}

div.imgShadow {
  height: 100%;
  width: 100%;
  background-color: #6f6f6f;
}

.items-slide > div img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0px;
  opacity: .8;
  pointer-events: none;
}

.items-slide > h3 {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  z-index: 1;
  bottom: 10%;
  padding: 20px;
  position: absolute;
}

.slide > button {
  color: #fff;
  background-color: transparent;
  position: absolute;
  top: -22px;
  right: 0;
}

button.close__stories {
  position: absolute;
  right: 0;
  top: -40px;
  background-color: transparent;
  border: none;
  font-weight: bold;
  font-size: 1.3rem;
}

button.nextSlideArrow {
  position: absolute;
  right: -70px;
}

button.prevSlideArrow {
  position: absolute;
  rotate: 180deg;
  left: -70px;
}

button.prevSlideArrow,
button.nextSlideArrow {
  width: max-content;
  height: max-content;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  background-color: #6597c7;
  border: none;
  opacity: .6;
  transition: .5s;
}

button.prevSlideArrow:hover,
button.nextSlideArrow:hover {
  opacity: 1;
}

button.nextSlideArrow img,
button.prevSlideArrow img {
  height: 35px;
}

.post-content {
  font-size: 1.30rem !important;
  font-weight: 300 !important;
  line-height: 2rem !important;
  color: #444444 !important;
  margin-bottom: 30px !important;
  font-family: 'Jost', sans-serif !important;
  background: #fff !important;
}

.post-content p {
  font-size: 1.30rem !important;
  font-weight: 300 !important;
  line-height: 2rem !important;
  color: #444444 !important;
  margin-bottom: 30px !important;
  font-family: 'Jost', sans-serif !important;
  background: #fff !important;
}

.post-content p span {
  font-size: 1.30rem !important;
  font-weight: 300 !important;
  line-height: 2rem !important;
  color: #000 !important;
  margin-bottom: 0px !important;
  font-family: 'Jost', sans-serif !important;
  background: #fff !important;
}

.post-content p code {
  all: unset !important;
  font-size: 1.30rem !important;
  font-weight: 300 !important;
  line-height: 2rem !important;
  color: #000 !important;
  margin-bottom: 0px !important;
  font-family: 'Jost', sans-serif !important;
  background: #fff !important;
}

#video-container {
  display: flex;
  align-items: center;
  
  justify-content: center;
  background: transparent !important;

}

.video-t-shorts {
  margin-top: 100px;
}

.video-t {
  margin-top: 200px;
}


.close-video {
  color: #fff;
  position: absolute;
  right: 20%;
  top: 5%;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff !important;
  border-radius: 50%;
}

.close-video span {
  text-align: center;
}

.bg-modal, .bg-modal-code-insta {
  background: #000000db;
}

@media (max-width: 1440px) {
  .close-video {
    right: 15%;
    top: 5%;
  }
}

@media (max-width: 1290px) {
  .close-video {
    right: 10%;
    top: 5%;
  }
}

@media (max-width: 1024px) {
  .close-video {
    right: 5%;
    top: 5%;
  }
}

@media (max-width: 768px) {
  .close-video {
    right: 2%;
    top: 10%;
  }
}

.card_short {
  all: unset;
  width: 250px;
  height: 460px;
  background: #000;
  border-radius: 6px;
  box-shadow: 0px 4px 200px 50px rgba(0, 0, 0, 0.40) inset, 0px 4px 20px 0px rgba(0, 0, 0, 0.50);;
  position: relative;
}

.card_short img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  position: absolute;
  top: 0;
}

.card_short .shadow {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: 2;
  box-shadow: 0px 4px 200px 50px rgba(0, 0, 0, 0.80) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0.20) !important;
  width: 100%;
  height: 100%;
}

.card_short_header {
  z-index: 3;
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5px;
  top: 0;
  left: 0;
  padding: 8px;
}

.card_short_header img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
}

.card_short_header span,
.card_short_header i {
  position: relative;
  color: #fff;
}

.card_short_header i {
  padding: 4px;
  margin: 0 0 0 auto;
  z-index: 4;
}

.card_short_body {
  z-index: 3;
  top: 40%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
}

.card_short_body img {
  position: relative;
  width: auto;
  height: 60px;
}

.card_short_footer {
  left: 0px;
  position: absolute;
  padding: 8px;
  padding-top: 30px;
  bottom: 0px;
  z-index: 3;
  border-radius: 8px;
  background: linear-gradient(to top, #000000ab 70%, transparent);
  width: 100%;
}

.card_short_footer div {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  
}

.card_short_footer div h1 {
  font-size: 16px;
  color: #fff;
  word-break: keep-all;
}

.card_short_footer div {
  font-size: 14px;
  color: #fff;
}

.alert-info {
  width:  auto !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.div-responder-denunciar {
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 20px;
}