@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}

p{
  color: #161a1c;
  font-size: 16px;
}

p.txt-branco{
 color: #fff;
 font-size: 16px !important;
}

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.itens li{
 margin-bottom: 20px;
 font-size: 16px;
} 

h1{
 color: #FFF;
 font-weight: bold;
 font-size: 35px;
 font-family: "Roboto", sans-serif;
 text-transform: uppercase;
 float: left;
 margin: 0;
}

h2{
  font-size: 24px;
  color: #2f3c43;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 50px;
  text-transform: uppercase;
}

h3{
  font-size: 16px;
  color: #2f3c43;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
  margin-top: 40px;
}

a.link-rod{
 color: white;
 text-decoration: underline;
 font-size: 18px;
}

a:hover.link-rod{
 color: white;
 text-decoration: none;
 font-size: 18px;
}

.white{
 color: #fff;
 margin:0;
 font-size: 18px;
}

.box-infos{
 padding: 10px 33px;
 background-color: #dd3a3a;
 border-radius: 15px;
}

a.bt-saiba{
 padding: 12px;
 border: 1px solid #dd3a3a;
 color: #2f3c43;
 font-weight: bold;
 border-radius: 25px;
 margin-top: 10px;
}

a.bt-inscreva{
 background-color: #dd3a3a;
 padding: 12px;
 border: 1px solid #dd3a3a;
 color: white;
 font-weight: bold;
 border-radius: 25px;
 margin-top: 10px;
}

.tit-pais{
 font-size: 16px;
 font-weight: bold;
 color: #2f3c43;
 float: left;
 text-transform: uppercase;
 margin-left: 20px;
 margin-top: 5px;
}

.txt-pais{
 margin-left: 20px;
 margin-right: 20px;
 color: #2f3c43;
}

.txt-pais-verm{
 margin-left: 20px;
 margin-right: 20px;
 color: #dd3a3a;
}

.box-pais{
 padding: 10px 0 32px 0;
 background-color: #dae1e5;
 border-radius: 15px;
 position: relative;
 width: 22.888rem;
 margin-bottom: 40px;
}

.card-title{
 font-size: 16px;
 color: #2f3c43;
 font-weight: bold;
}

.card-redondo{
 border-radius: 18px !important;
 color: #2f3c43;
 border: 1px solid #dd3a3a;
 background-color: #fff;
 padding: 1rem 1.25rem;
}

.box-interno{
 border: 1px solid #dd3a3a;
 border-radius: 25px;
 border-top: 0;
}

.accordion{
 cursor: pointer;
 margin-bottom: 38px;
}

.accordion .card-header:after {
    font-family: 'Glyphicons Halflings';
    /*content: "\e080";*/
    /*content: '\002B';*/
    content: url('https://www.ucs.br/site/midia/arquivos/UCS-Viagens-marcador-lado.png');
    color: #dd3a3a;
    font-weight: bold;
    float: right;
    /*margin-right: 17px;*/

}
.accordion .card-header.collapsed:after {
    font-family: 'Glyphicons Halflings';
     content: url('https://www.ucs.br/site/midia/arquivos/UCS-Viagens-marcador-baixo.png');
     /*content: "\e114";*/
    /*content: "\2212";*/
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 40px 0;
}

.box-1{
 padding: 25px;
 background-color: #842027bf;
 margin: 40px 0;
}

.box-3{
 background-color: #dd3a3a;
 padding: 14px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

.navbar{
 padding: .2rem 1rem;
}

.navbar-brand {
 margin-right: 1rem;
}

.form-control {
 background-color: #343a40;
} 

.btn-outline-secondary {
 color: #fff;
}

 img.brand{
  margin-top: -4px;
}

@media only screen and (max-device-width: 1024px) {

 h1{
  font-size: 23px;
 }

 img.brand{
   height: 15px;
   width: 257px;
  }

 .form-control {
  width: 70%;
 }
}

.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;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal normal 16px/1 'Glyphicons Halflings';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 4px;
}
