@font-face {
  font-family: optima, text, Arial, sans-serif;
  src: url(../webfonts/unicode.optima-webfont.woff2),
    url(../webfonts/unicode.optima-webfont.woff);
  font-weight: 400;
  font-style: normal;
}

html {
  font-family: optima, Arial, sans-serif;
  color: #6c6c6c;
  scroll-behavior: smooth;
}

body {
  padding-top: 3.8rem;
  font-family: optima, Arial, sans-serif;
  color: #7b7b7b;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #fff;
  margin: 0;
}
.white {color:white;}
.w-35 {
  width: 35%;
  height: auto;
}

p {
  font-family: optima, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  color: #7b7b7b;
  text-align: justify;
  margin: 0 0 8px;
}

span {
  color: #7b7b7b;
}

a.btnw {
  width: 30px;
  text-align: center;
  padding: 3px;
}

a.btnall {
  width: 34px;
  text-align: center;
  padding: 3px;
}

.tt {
  color: #4492c7;
}
.border{border:1px solid #dee2e6 !important;}
.border-dot{border:1px dotted #caced3; border-radius:0.4rem !important;}
.rounded{border:1px solid #dee2e6 ;border-radius:0.25rem !important;}
.rounded-btm {border: 1px solid #dbdbdb;  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;}

.rounded-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: none;
}
.rounded-bottom-only {
	  border-bottom-right-radius: 0.25rem !important;
	  border-bottom-left-radius: 0.25rem !important;
	  border-top-right-radius: 0 !important;
	  border-top-left-radius: 0 !important;
	}
.notop {
  border-top: 0;
}

.nobot {
  border-bottom: 0;
}

.time {
  transition: height 4s;
}

.bg-blue {
  background-color: #f4f8fa;
}
.bg-grey {background-color: rgba(253, 253, 253, 1);}
.bg-white {
  background-color: #fff;
}

.bg-paper {
  background-image: url(/img/light-paper.jpg);
}

.shadow {
  box-shadow: 0 0 0 0.1rem rgba(226, 226, 226, 0.5);
}

.red {
  color: red;
}

.grey {color: grey;}

.blue {
  color: #5293bc;
}

.bf {
  color: red;
  font-size: 1.8rem;
  border-radius: 8px;
  padding: 0;
}

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

h1,
.h1 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #5293bc;
  margin-bottom: 5px;
}

h2,
.h2 {
  font-family: optima, Arial, sans-serif;
  font-size: 1.3rem;
  color: #5f93bd;
  font-weight: 600;
  margin-bottom: 5px;
}

.btn-tt {
  color: #1d749e;
  background-color: #e9eff5;
}

.btn-tt2 {
  color: #5f93bd;
  background-color: #fff;
}

.btn-outline-primary {
  color: #5f93bd;
  background-color: #fff;
  border-color: #5f93bd;
}

.btn-none {
  background: transparent;
  border: none;
}

.col-header {
  border: 1px solid #dbdbdb;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 0.75rem 1.25rem;
}

.overflow {
  overflow-y: visible;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.h-150 {
  height: 150px;
}
.w-25 {
  width: 25%;
  height: auto;
}
.search-btn {
  border-radius: 0 8px 8px 0;
}
.menu {
  color: #fff;
  padding-left: 0.5rem;
}
.bbd {
  position: relative;
}
.bottom {position: absolute;bottom: 10px;right: 15px;}
.right {
  float: right;
}
.form {
  margin: 5px 0;
}

.contact {
  vertical-align: middle;
  font-size: 1.8rem;
  padding: 10px;
}

input:focus::placeholder {
  color: transparent;
}

legend {
  font-size: 25px;
  font-weight: 700;
  font-variant: small-caps;
  min-width: 200px;
  color: #7dadd4;
  margin: 5px;
}

fieldset {
  width: 100%;
  border: 1px solid silver;
  border-radius: 10px;
  background-color: #f2f5f7;
  position: relative;
  margin: 10px;
  padding: 5px 24px 18px;
}

.input-group-prepend,
.input-group-text {
  margin-right: -1px;
  min-width: 60px;
}

.map {
  height: auto;
  width: auto;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}



.dropdown:hover .dropdown-menu,
.dropdown:hover > .dropdown-menu {
  display: block;
}

.text-right,
footer > p {
  font-size: 1rem;
}

a.yellow, a.menu:hover { color: #ff0;}
a.yellow:hover, .white { color: #fff;}

.btn-tt:hover,
.btn-tt2:hover,
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5f93bd;
}
