@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800&display=swap');


:root {
 --black: #000000;
 --white: #FFFFFF;
 --color-primary: #3b3b3b;
 
}

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

header {
 box-shadow: 2px -2px 14px #0000007a;
 position: relative;
 z-index: 1;
}

body {
 font-family:"Roboto", sans-serif !important;
}

p {
 font-size: 1rem;
}

a {
 color: #0d3f74;
}

a:hover {
 color: #0d3f74;
 text-decoration: underline;
}

.navbar {
 padding: .5rem 0;
}

ul.navbar-nav{
 align-items: center;
}

li.nav-item.menu {
 padding: 0 .8rem;
}

a.nav-link.menu {
 color: var(--black);
 font-weight: 400;
}

.collapse.navbar-collapse {
 justify-content: end;
}

#menu a.active-item {
 color: var(--black);
 font-weight: 500;
 padding: 0 .5rem;
 text-decoration: none;
}

h1 {
 font-size: 1.75rem;
 font-weight: bold;
 display: flex;
 gap: 1rem;
}

h2.title {
  color: #fffae7;
  font-size: 2rem;
  font-weight: bold;
}

.flex {
 display: flex;
}

.lg-flex-col {
 flex-direction: column;
}

.lg-flex-row {
 flex-direction: row;
}

.max-w-300 {
 max-width: 300px;
}

.gap-24 {
 gap: 1.5rem;
}

.gap-32 {
 gap: 2rem;
}

.mb-24 {
 margin-bottom: 1.5rem;
}

.mt-24 {
 margin-top: 1.5rem;
}

.mb-32 {
 margin-bottom: 2rem;
}

.mt-48 {
 margin-top: 3rem;
}

.mt-32 {
 margin-top: 2rem;
}

.img-top {
 z-index: -3;
 position: relative;
}

section.intern-page, section.inicial {
 padding: 3rem 0;
}

section a:hover {
 text-decoration: none;
}

.intern-page.bg-gray h2 {
 color: var(--white);
 font-size: 1.25rem;
}

.bg-gray {
 background-color: var(--color-primary);
}

.section-internas {
 margin: 3rem 0;
}

.column-clientes > p {
 color: #cecece;
}

.text-gray {
 color: #e8e8e8ed;
}

h2 {
 font-size: 1.5rem;
 //font-weight: 600;
 color: #373737;
}

h3 {
 font-size: 1.2rem;
}

.max-h-340 {
 max-height: 340px;
}

.link-back {
 color: #212529;;
}

.link-back:hover {
 color: #212529;
}

i.fa.fa-chevron-left {
 font-size: 1.4rem;
}

.cards-container {
 display: flex;
 align-items: stretch;
 //margin: 2rem 0;
}

.card {
 flex: 1;
 display: flex;
 flex-direction: column;
}

.card-body {
 flex: 1;
 display: flex;
 flex-direction: column;
 padding: 2rem;
}

.card-text {
 padding: 1rem 0;
 line-height: 1.3;
}

a.card-button {
 display: flex;
 font-weight: bold;
 color: #7d5538;
 border: 1px solid #7d5538;
 padding: .6rem 1rem;
 justify-content: center;
 text-decoration: none;
 border-radius: 4px;
 margin-top: auto;
 transition: all .3s ease;
} 

a.card-button:hover {
 background-color: #7d5538;
 color: var(--white);
 transition: all .3s ease;
} 

.wrapper-cards  {
  display: flex;
}

.wrapper-cards .card {
  height: 70vh;
  display: flex;
  justify-content: end;
  align-items: start;
  color: #FFFEE6;
  flex-direction: column;
  padding: 80px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border: none;
  border-radius: 0;
}

/* IMAGEM (layer de fundo que dá zoom) */
.wrapper-cards .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .8s ease;
  z-index: 0;
}

/* PRETO QUE SOBE */
.wrapper-cards .card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgb(25 22 21),
    rgba(0,0,0,0.5),
    transparent
  );
  transform: translateY(100%);
  transition: transform .6s ease;
  z-index: 1;
}

.wrapper-cards .card .content {
  position: relative;
  z-index: 2;
}

.wrapper-cards .card:hover::before {
  transform: scale(1.1);
}

.wrapper-cards .card:hover::after {
  transform: translateY(0);
}

.wrapper-cards .card.image-left::before {
  background-image: url('https://www.ucs.br/site/midia/arquivos/150-anos-capa-desktop.png');
}

.wrapper-cards .card.image-right::before {
  background-image: url('https://www.ucs.br/site/midia/arquivos/cancioneiro-popular_3.png');
}

p.text-legenda {
 font-size: .9rem;
 margin-top: .8rem;
 font-style: italic;
 text-align: left;
}

.subtitulo-tour-virtual, .subtitulo-clientes  {
 color: var(--white);
 padding: 1.5rem 0 .5rem;
}

h3.subtitulo-services {
 margin: 2.5rem 0 .0;
}

.container-accordion {
 //margin: 1rem 0 1.8rem;
}

.accordion {
 background-color: #d7ba9a;
 color: #25201f;
 cursor: pointer;
 padding: 1rem;
 width: 100%;
 border: none;
 text-align: left;
 outline: none;
 font-size: 1rem;
 transition: .3s;
 border-bottom-width: 1px;
 margin-top: 15px;
 border-radius: 4px;
 font-weight: 500;
}

.accordion:after {
 font-family: 'Font Awesome 5 Free';
 content: "\f078";
 color: #25201f;
 font-weight: bold;
 float: right;
 margin-right: 17px;
}

.active:after {
 font-family: 'Font Awesome 5 Free';
 content: "\f077";
}

button.accordion {
 display: grid;
 grid-template-columns: 33fr 1fr;
 gap: 1rem;
 justify-items: start;
 align-items: center;
 transition: all .3s ease;
}

button.accordion:hover {
 background: #c7a782;
 color: #151313;
 transition: all .3s ease;
}

.panelx {
 padding: 0 18px;
 background-color: #fffbf8;
 max-height: 0;
 overflow: hidden;
 transition: max-height 0.2s ease-out;
 //border: 2px solid #f4e4e4;
 border-top: 0;
}

.panelx p{
 margin: 25px 0;
 color: #363636;
}

.panelx ul{
 margin: 1rem 0;
}

button:focus {outline:0 !important;}

 .iframe{
  width: 100%; 
  max-width: 1140px; 
  margin: auto;
  margin-top: 52px;
}

.iframe-container{
  position: relative;
  width: 100%; 
  padding-top: 56.2500%;
  padding-bottom: 0; 
  box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); 
  margin-top: 0; 
  margin-bottom: 0.9em; 
  overflow: hidden;                      
  border-radius: 8px;will-change: transform;
}

.footer-container {
 background-color: #25201f;
 color: #e6e6e6;
 padding: 1.8rem 0 .7rem;
}

p.footer-text { 
 font-size: .95rem;
}

.icon {
 padding: 0.5rem;
 margin: 0 0 0.6rem;
}

ol.carousel-indicators {
 bottom: 1rem;
}

.social-media a:hover > img {
 transform: scale(1.1);
 transition: .3s;
}

@media (min-width: 0) and (max-width: 575px) {
 i.fa.fa-chevron-left {
  font-size: 1.2rem;
 }

 .flex-col {
  flex-direction: column;
 }
 
 .card {
  margin: 0 1rem;
 }

 .wrapper-cards .card {
  margin: 0;
  min-height: 500px;
  padding: 2rem .5rem;
 }

  /* Deixa o degradê fixo */
 .wrapper-cards .card::after {
   transform: translateY(0);
   transition: none;
   background: linear-gradient(to top, rgb(25 22 21 / 85%) 20% 20%, rgb(0 0 0 / 39%) 60%, rgb(0 0 0 / 0%) 100%);
 }
}

@media (min-width: 576px) and (max-width: 767px) {
 i.fa.fa-chevron-left {
  font-size: 1.2rem;
 }
 
 .flex-col {
  flex-direction: column;
 }

 .wrapper-cards .card {
  margin: 0;
  min-height: 400px;
  padding: 2rem 8rem;
 }

 .wrapper-cards .card::after {
  transform: translateY(0);
  transition: none;
  background: linear-gradient(to top, rgb(25 22 21 / 85%) 20% 20%, rgb(0 0 0 / 39%) 60%, rgb(0 0 0 / 0%) 100%);
}

@media (min-width: 768px) and (max-width: 991px) {
  i.fa.fa-chevron-left {
  font-size: 1.1rem;
 }

 .flex-col {
  flex-direction: column;
 }

 .card {
  margin: 0 1rem;
 }

 .wrapper-cards .card {
  margin: 0;
  min-height: 500px;
  padding: 4rem 1rem;
 }

 .cards-container .card {
  margin: 0;
 }
}

@media (min-width: 992px) and (max-width: 1200px) {
  i.fa.fa-chevron-left {
  font-size: 1.4rem;
 }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

 li.nav-item.menu {
    padding: 0 0.3rem;
 }

  i.fa.fa-chevron-left {
  font-size: 1.2rem;
 }
}