@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css");

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}

#menuIHVet{
 background-color: #67c4c4;
 padding: 12px;
}

p{
  color: #393a3f;
  font-size: 16px;
}

p.txt-branco{
  color: #fff;
  font-size: 16px !important;
}

p.txt-sec{
  font-size: 17px;
}

a{
  color: #0054b3;
  font-size: 16px;
}

a:hover{ 
  color: #0054b3;
  text-decoration: none;
}

a.link{
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

a.link:hover{ 
  color: #fff;
  text-decoration: none;
}

ul, li{
 margin-bottom: 5px;
 font-size: 16px;
 color: #393a3f;
 font-family: "Roboto", sans-serif;
} 

h1, h2, h3 {
 font-family: "Roboto", sans-serif;
 font-weight: bold;
}

h1{
 color: #FFF;
 font-size: 35px;
 text-transform: uppercase;
 float: left;
 margin: 0;
}

h2{
  font-size: 23px;
  color: #223a83;
  margin: 30px 0 20px 0;
}

h3{
  font-size: 21px;
  color: #334a89;
  margin: 20px auto 10px;
}

.bg-cover {
  background-image: url('https://www.ucs.br/site/midia/arquivos/bg-ihvet_4.png');
  height: 280px;
}

.table td, .table th {
 padding: 0.75rem;
 vertical-align: middle;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 40px 0;
}

.box-princ{
 padding: 20px;
 /* background-color: #FFFFFF; */
 margin: 50px auto 30px;
 border-radius: 10px;
 border: 2px solid #f36d6c;
}

.box-sec{
 padding: 20px;
 margin: 50px auto 30px;
 border-radius: 10px;
 background: url(https://ucsvirtual.ucs.br/site/midia/arquivos/textura-ihvet_6.png);
}


.box-top{
 background-color: #98141c;
 padding: 12px;
}

.cor1{
 background-color: #002e5c;
}

.cor2{
 background-color: #33587d;
}

a.link-whats{
  color: var(--white);
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

.navbar{
 padding: .2rem 1rem;
}

.navbar-brand {
 margin-right: 1rem;
}

.btn-submit{
 background-color: #334a89;
 color: #ffffff;
 border: none;
 border-radius: 10px;
 padding: 10px 40px;
 display: block;
 margin-left: auto;
}

.btn-submit:hover{
 background-color: #283b6e;
 color: #ffffff;
 border: none;
 border-radius: 10px;
 padding: 10px 40px;
}

.form-control {
 background-color: #FFFFFF;
 
} 

.btn-outline-secondary {
 color: #fff;
}

 img.brand{
  margin-top: -4px;
}

#menuihvet {
  margin: 20px 0;
}

#menuihvet #itens .card {
  margin-bottom: 15px;
  border: 0;
  border-radius: 5px;
}

#menuihvet #itens .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#menuihvet #itens .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #67c4c4;
  color: #FFFFFF;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  
}

#menuihvet #itens .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#menuihvet #itens .card .card-header .btn-header-link.collapsed {
  background: #67c4c4;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
}

#menuihvet #itens .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

#menuihvet #itens .card .collapsing {
  background: #f4f4f4;
  line-height: 30px;
  padding: 0 20px;
}

#menuihvet #itens .card .collapse {
  border: 0;
}

#menuihvet #itens .card .collapse.show {
  background: #f4f4f4;
  line-height: 30px;
  color: #222;
  padding: 0 20px;
  border-radius: 0 0 10px 10px;
}


@media only screen and (max-device-width: 1024px) {

.flip-card{
 width: 300px !important;
}

.flip-card-front{
 padding: 29% !important;
}

 p{
  font-size: 17px;
 }
 
 p.txt-sec{
  font-size: 16px;
 }

 h1{
  font-size: 23px;
 }

 h2{
  font-size: 21px;
 }

 .box-top{
  padding: 10px;
 }

 img.brand{
   height: 15px;
   width: 257px;
  }

 .btn-submit{
 display: block;
 margin-left: auto;
 width: 100%;
}

.btn-submit:hover{
 
}

 .form-control {
  width: 100%;
 }
}

.sticky.is-sticky {
    position: fixed;
    right: 15%;
    top: 0;
    z-index: 1000;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

table {
    background-color: #eee;
}


