/* =============================
 * Estilos dos blocos de conteúdo.
 * ============================= */


/* =============================
 * HTML
 * ============================= */
a {
  color: #2CACE4;
  outline: none !important;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
}

a:hover {
  color: #178ABB;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #777777;
  font-weight: lighter;
  padding-top: 65px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}

section {
  padding: 160px 0px;
  clear: both;
}


/* =============================
 * BOOTSTRAP
 * ============================= */
.btn-primary {
  background-color: #2CACE4;
  border-color: #2CACE4;
}

.card {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.card.card-over:hover {
  border-color: #999999;
}

.card a {
  outline: none;
}

.card a:hover {
  text-decoration: none;
}

.card a .card-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.card a:hover .card-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.card .card-img {
  text-align: center;
  overflow: hidden;
}

.card .card-date {
  border-top: solid 1px #ddd;
  color: #aaa;
  margin: 0px 15px 0px 0px;
  display: block;
}

.card .card-date i {
  margin-right: 5px;
}

.card .y-card-info {
  background-color: #fff;
  text-align: center;
  color: #BABABA;
}

.card .card-text {
  color: #777777;
  margin: 0px;
  line-height: 20px;
}

.card .card-title {
  font-size: 1.25rem;
}

.form-control {
  padding: 15px;
  border: none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  height: auto;
}

.img-fluid {
  margin: 0px auto;
}

.navbar-fixed-top+* {
  margin-top: 0px;
}

.navbar-inverse .navbar-toggle {
  border: none;
}

.navbar-toggle .icon-bar {
  height: 4px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #2cace4;
}

/* =============================
 * ACF
 * ============================= */
.acf-field .acf-label label,
ul.acf-radio-list li,
ul.acf-checkbox-list li {
  font-size: 16px;
}

.acf-field .acf-label p {
  font-size: 13px;
}

.acf-input-append {
  height: 34px;
  padding-top: 7px;
}

.acf-field[data-width]+.acf-field[data-width] {
  border: none;
}

.acf-field input[type="text"],
.acf-field input[type="password"],
.acf-field input[type="number"],
.acf-field input[type="search"],
.acf-field input[type="email"],
.acf-field input[type="url"],
.acf-field textarea,
.acf-field select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.acf-field input[type=checkbox],
.acf-field input[type=radio] {
  position: absolute;
  margin: 4px 0 0;
  margin-left: -20px;
  line-height: normal;
  box-sizing: border-box;
  padding: 0;
}

.acf-field textarea {
  height: auto;
}

ul.acf-radio-list,
ul.acf-checkbox-list {
  margin-left: 20px;
}

ul.acf-hl.acf-radio-list li,
ul.acf-hl.acf-checkbox-list li {
  margin-right: 40px;
}

.acf-field-checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
}

.acf-field .acf-label label {
  padding-left: -20px;
}

.acf-field input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.acf-form-submit input,
.wppb-user-forms input[type=submit] {
  cursor: pointer;
  color: #FFF;
  background-color: #66afe9;
  border: none;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 12px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 10px 25px;
}


/* ============================
 * SVG ANIMATIONS
 * ============================= */
/* Mouse Scroll Down */
@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(60px);
  }
}

svg #wheel {
  animation: scroll ease 2s infinite;
}

/* =============================
 * BANNERS
 * ============================= */
 .banner-1 {
  margin: 0px;
  padding: 0px;
  background-color: #2cace4;
}
.banner-1 ul {
  margin: 0px 0px 50px 0px;
  padding: 0px;
  list-style-type: none;
}
.banner-1 .owl-dots {
  bottom: -40px;
  position: absolute;
  width: 100%;
  text-align: center;
}
.banner-1 .owl-dots .owl-dot span {
  width: 35px;
  height: 10px;
}


/* ============================
 * CAROUSEL
 * ============================= */
.owl-dots .owl-dot {
  outline: none;
}

.owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-dots .owl-dot span:hover {
  background-color: #999999;
}

.owl-dots .owl-dot.active span {
  background-color: #2CACE4;
}

.owl-dots .owl-dot.active span:hover {
  background-color: #178ABB;
}

.owl-nav [class*="owl-"] {
  background-color: transparent !important;
  color: #2CACE4 !important;
  margin: 10px;
  outline: none;
}

.owl-nav [class*="owl-"]:hover {
  color: #178ABB !important;
}


/* =============================
 * YETI LAB
 * ============================= */
.anime {
  visibility: hidden;
}

.y-404 {
  padding: 150px 0px 80px 0px;
}

.y-404 h1 {
  color: #2cace4;
  font-size: 50px;
  margin-bottom: 30px;
}

.y-article-author {
  max-width: 100px;
  border-radius: 65px;
}

.y-article-footer h2 {
  font-size: 20px;
}

.y-article-footer .nav-previous,
.y-article-footer .nav-next {
  width: auto;
}

.y-article-footer .nav-next {
  float: right;
  text-align: right;
}

.y-article-footer .nav-previous {
  float: left;
}

.y-article-header {
  font-size: 85%;
  padding: 5px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.y-block {}

.y-block .y-block-title {
  font-size: 45px;
  font-weight: bold;
}

.y-block .y-block-text {
  font-size: 22px;
}

.y-box {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.y-box-content {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: middle;
}

.y-buttons {}

.y-buttons .y-buttons-btn {
  margin: 0px 10px 13px 0px;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  border: none;
}

.y-buttons .y-buttons-btn:last-child {
  margin: 0px 0px 13px 0px;
}

.y-buttons-btn-border {
  margin: 0px 10px 13px 0px;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  font-weight: bold;
  background: none;
  color: #D9534F;
  border: solid 1px #D9534F;
}

.y-clear {
  clear: both;
}

.y-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.y-embed-container iframe,
.y-embed-container object,
.y-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.y-header {
  margin: 0px 0px 50px 0px;
}

.y-header-small {
  padding: 120px 20px 0px 20px !important;
  background-image: inherit !important;
  background-color: #000;
}

.y-header-title,
.y-header-subtitle,
.y-header-text {
  text-align: center;
}

.y-header-title {
  font-size: 35px;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
}

.y-header-subtitle {
  font-size: 28px;
  font-weight: normal;
  margin: -15px 0px 20px 0px;
}

.y-header-text {
  font-size: 20px;
  line-height: 24px;
}

.y-parallax {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.y-mask:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.y-mask h1,
.y-mask h2,
.y-mask h3,
.y-mask h4,
.y-mask h5,
.y-mask h6,
.y-mask p {
  color: #FFFFFF;
}

.y-mask>div {
  z-index: 2;
  position: relative;
}

.y-social a {
  margin: 0px 10px 10px 0px;
}

.y-social a:last-child {
  margin: 0px;
}

.y-social-share {
  margin: 20px 0px 10px 0px;
}

.y-small-padding {
  padding: 20px 0px 80px 0px;
}

/* .y-text {} */

.y-thumb {
  text-align: center;
}

/* .y-thumb .y-thumb-image {} */

.y-thumb .y-thumb-image i {
  font-size: 8em;
}

.y-thumb .y-thumb-caption {
  padding: 0px 10px;
}

.y-top-element {
  visibility: hidden;
}


/* ============================
 * CHAT
 * ============================= */
.chat {
  padding: 0px;
}

.chat a {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}

.chat a i {
  margin-top: 15px;
  margin-left: 2px;
}


/* =============================
 * CLIENTS
 * ============================= */
/*
 * clients-1
 */
.clients-1 {
  background-color: #fff;
}

.clients-1 .item {
  text-align: center;
  padding: 1px;
}

.clients-1 .fa,
.clients-1 .fas,
.clients-1 .fab,
.clients-1 .far,
.clients-1 .fal {
  font-size: 4em;
}

.clients-1 .owl-dots {
  text-align: center;
}

.clients-1 .owl-nav {
  text-align: center;
  margin-top: 20px;
}

.clients-1 .owl-nav .fa,
.clients-1 .owl-nav .fas,
.clients-1 .owl-nav .fab,
.clients-1 .owl-nav .far,
.clients-1 .owl-nav .fal {
  font-size: 2em;
}


/* =============================
 * CONTACT
 * ============================= */
/*
 * contact-1
 */
.contact-1 {
  background-color: #eee;
}

.contact-1 h3 {
  margin: 40px 0px 10px;
  font-weight: bold;
}

.contact-1 h3:first-child {
  margin: 0px 0px 10px 0px;
}

.contact-1 .wpcf7-form .your-ddd .form-control {
  width: 18%;
  float: left;
  margin-right: 2%;
}

.contact-1 .wpcf7-form .your-phone .form-control {
  width: 80%;
}

.contact-1 .wpcf7-form .wpcf7-submit {
  margin: 15px 0px 0px 0px;
  transition: all 0.2s ease-in-out 0s;
  padding: 16px 27px;
  font-weight: bold;
  border: medium none;
  font-size: 18px;
  background-color: #D9534F;
}

.contact-1 .wpcf7-form .wpcf7-submit:hover {
  background-color: #C9302C;
}

.contact-1 .y-address,
.contact-1 .y-phones,
.contact-1 .y-social {
  margin: 0px 0px 0px 0px;
}


/* =============================
 * CONTENT
 * ============================= */
/*
 * content-1
 */
.content-1 {
  /* Para evitar que animações transbordem de/para outras sections */
  overflow: hidden;

}

.content-1 .y-thumb .y-thumb-image {
  color: #2CACE4;
  margin-bottom: 10px;
}

.content-1 .y-thumb .y-thumb-caption h3 {
  font-weight: bold;
}

.content-1 .y-thumb .y-thumb-caption .y-buttons-btn:hover {
  background-color: #ccc;
}

/*
 * content-2
 */
.content-2 {
  background: #eee;
  padding: 0px;
}

.content-2 .container-fluid {
  padding: 0px;
  margin: 0px;
}

.content-2 .row {
  position: relative;
  height: auto;
  width: 100%;
  margin: 0px;
}

.content-2 .content-info {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 40px;
}

.content-2 .content-info .y-header {}

.content-2 .content-img {
  padding: 0px 0px;
  float: none;
  position: relative;
  background-color: #eee;
  background-image: url(/wp-content/themes/yeti-bootstrap/assets/img/content2-a.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.content-2 .y-header .y-header-title,
.content-2 .y-header .y-header-subtitle,
.content-2 .y-header-text {
  text-align: left;
}

/*
 * content-3
 */
.content-3 {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.content-3 .y-header {
  margin: 0px;
}

.content-3 .y-header .y-header-title,
.content-3 .y-header .y-header-subtitle,
.content-3 .y-header-text {
  text-align: left;
}


/*
 * content-4
 */
.content-4 {
  background-image: url(/wp-content/themes/yeti-bootstrap/assets/img/slide2.jpg);
  height: 100vh;
}


/*
 * content-5
 */
.content-5 {
  padding: 0px;
  position: relative;
}

.content-5 .slider {
  margin: 0px;
  padding: 0px;
  border: none;
  list-style: none;
}

.content-5 .owl-dots {
  top: 30px;
  padding-left: 170px;
  height: 40px;
  position: absolute;
  width: 100%;
  text-align: center;
}

.content-5 .owl-dots span {
  outline: none;
  bottom: 20px;
  width: 23px;
  height: 23px;
  box-shadow: none;
  background: #CCCCCC;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.content-5 .owl-dots .owl-dot.active span {
  background-color: #2CACE4;
}

.content-5 .owl-nav [class*="owl-"] {
  background-color: transparent !important;
  font-size: 60px !important;
  color: #fff;
  height: auto;
  margin: 0px;
  outline: none;
  text-indent: 0px;
  width: auto;
  position: absolute;
  top: calc(50% - 30px);
  padding: 0px;
}

.content-5 .owl-nav .owl-prev {
  left: 20px;
}

.content-5 .owl-nav .owl-next {
  right: 20px;
}


/*
 * content-6
 */
.content-6 .y-item {
  padding: 50px 0px;
  border-top: solid 1px #BBB;
}

.content-6 .y-item:last-child {
  padding: 50px 0px 0px 0px;
}

.content-6 .y-item a {
  font-size: 20px;
  color: #2CACE4;
}

.content-6 .y-item a:hover {
  color: #178ABB;
  text-decoration: none;
}

/*
 * content-7
 */
.content-7 .video {
  -webkit-box-shadow: 3px 3px 15px 0px rgba(25, 49, 19, 0.41);
  -moz-box-shadow: 3px 3px 15px 0px rgba(25, 49, 19, 0.41);
  box-shadow: 3px 3px 15px 0px rgba(25, 49, 19, 0.41);
  border-radius: 10px;
  transition: 0.5s;
}

.content-7 .video:hover {
  -webkit-box-shadow: 3px 3px 22px 0px rgba(25, 49, 19, 0.61);
  -moz-box-shadow: 3px 3px 22px 0px rgba(25, 49, 19, 0.61);
  box-shadow: 3px 3px 22px 0px rgba(25, 49, 19, 0.61);
  border-radius: 10px;
}

.content-7 .logo-central {
  margin-top: -130px;
  position: relative;
  margin-bottom: 30px;
}



/*
 * content-8
 */
.content-8 .row {
  position: relative;
  align-items: center;
}

.content-8 .row .col-12:last-of-type {
  position: absolute;
}

.content-8 .row .card {
  padding: 50px 45px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.3);
}

.content-8 .row .card .y-header {
  margin: 0px;
}



/*
 * content-9
 */
.content-9 {
  overflow: hidden;
  position: relative;
}

.content-9 .y-header-title,
.content-9 .y-header-text {
  text-align: inherit;
}


/*
 * content-10
 */
.content-10 {
  background-image: url(/wp-content/themes/yeti-bootstrap/assets/img/slide2.jpg);
  color: #FFFFFF;
  position: relative;
}



/*
 * content-13
 */
.content-13 .nav.sticky-top {
  top: 90px;
}


/*
 * content-14
 */
.content-14 {
  padding: 160px 0px 0px 0px;
  overflow: hidden;
}

.content-14 .fa-ul {
  margin-left: 0px;
}

.content-14 .fa-ul li {
  padding: 15px 5px;
}

.content-14 .justify-content-lg-end .fa-ul li span {
  left: auto;
  right: -2em;
}


/*
 * content-15
 */
.content-15 {
  background-color: #F6F6F6;
  padding: 40px 0px;
}

.content-15 .y-header-title {
  margin: 0px;
}

/*
 * content-16
 */
.content-16 {
  position: relative;
}

.content-16 .y-header-title,
.content-16 .y-header-text {
  text-align: inherit;
}

.content-16 .card .card-img {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0px 0px;
}

.content-16 .card .card-body,
.content-16 .card .list-group,
.content-16 .card .list-group-item {
  background-color: #EEEEEE;
}

.content-16 .card .list-group-item {
  border: none;
}

/*
 * content-17
 */
.content-17 {
  padding: 160px 0px 0px 0px;
  overflow: hidden;
}

/* =============================
 * CURSOS
 * ============================= */
.curso-participante {
  border-top: solid 1px #ddd;
  padding: 20px 0px;
  margin: 20px 0px 0px 0px;
  font-style: italic;
}

.curso-participante p {
  margin: 0px;
}

.curso-participante-avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 150px;
  border: 5px solid #ccc;
}


/* =============================
 * FAQ
 * ============================= */
/*
 * faq-1
 */
.faq-1 button {
  display: block;
  outline: none;
  font-size: 20px;
  text-decoration: none;
  color: #2CACE4;
  width: 100%;
  text-align: left;
}

.faq-1 button:active,
.faq-1 button:hover,
.faq-1 button:focus {
  color: #178ABB;
  text-decoration: none;
}

.faq-1 [data-toggle="collapse"] .fa,
.faq-1 [data-toggle="collapse"] .fas,
.faq-1 [data-toggle="collapse"] .far,
.faq-1 [data-toggle="collapse"] .fal {
  float: left;
  margin-right: 20px;
  color: #F58723;
  font-size: 26px;
  line-height: 26px;
  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);

  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.faq-1 [data-toggle="collapse"].collapsed .fa,
.faq-1 [data-toggle="collapse"].collapsed .fas,
.faq-1 [data-toggle="collapse"].collapsed .fab,
.faq-1 [data-toggle="collapse"].collapsed .far,
.faq-1 [data-toggle="collapse"].collapsed .fal {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #2CACE4;
}


/* =============================
 * GALERIES
 * ============================= */

.gallery .gallery-item {
  overflow: hidden;
  margin: 0px !important;
}

.gallery .gallery-item .gallery-icon {
  margin: 2px;
}

.gallery .gallery-item img {
  width: 100%;
  height: auto;
  border: none !important;
}

.sl-overlay {
  z-index: 1030;
  opacity: 0.95;
}

.y-lightbox .sl-counter,
.y-lightbox .sl-close {
  z-index: 1035;
}

.y-lightbox .sl-navigation button {
  z-index: 1035;
}

.y-lightbox .sl-counter {
  font-size: 2rem;
  top: 20px;
}

/* =============================
 * HEADERS
 * ============================= */
/*
 * header-1
 */
.header-1 {
  background-image: url(/wp-content/themes/yeti-bootstrap/assets/img/slide2.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #2cace4;
  padding: 0px;
}

.header-1 .container-fluid {
  padding: 80px 40px;
  background-color: rgba(0, 0, 0, 0.5);
}

.header-1 .y-header-title,
.header-1 .y-header-subtitle {
  color: #fff;
}

.header-1 .y-header-title:only-child {
  margin-bottom: 0px;
}

.header-1 .y-header-subtitle:last-of-type {
  margin-bottom: 0px;
}

/*
 * header-2
 */
.header-2 {
  background-color: #ccc;
}

.header-2 .form {
  background-color: #F4F2F3;
  padding: 25px;
  margin-top: -80px;
}

.header-2 .form .btn {
  background-color: #44CCCC;
  border: none;
  padding: 15px;
  font-size: 18px;
  width: 100%;
  text-align: left;
  margin-top: 5px;
}

.header-2 .form .form-group {
  margin-bottom: 1px;
}

.header-2 .form .form-group.your-message {
  margin-bottom: 10px;
}

/*
 * header-3
 */
.header-3 {
  background-image: url(/wp-content/themes/yeti-bootstrap/assets/img/slide1.jpg);
  padding: 180px 0px;
}

.header-3 * {
  color: #fff;
}

.header-3 .svg {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 50px;
}

/*
 * header-4
 */
.header-4 {
  padding: 160px 0px 0px 0px;
  overflow: hidden;
}

.header-4 .y-header-title {
  font-size: 44px;
}


/*
 * header-8
 */
.header-8 {
  background-image: url(/wp-content/themes/yeti-bootstrap/assets/img/photo-01.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 650px;
  z-index: 100;
}

.header-8:before {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  top: 0px;
  position: absolute;
}

.header-8 .container {
  position: relative;
}

.header-8 .container .card {
  position: absolute;
  width: 100%;
  bottom: -300px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

.header-8 .container .card .card-body {
  margin: 0px;
  padding: 30px 20px;
}

.header-8 .container .card p {
  font-weight: normal;
  margin: 10px 0px 0px 0px;
}

.header-8 .form {
  width: 100%;
}

.header-8 .form .ajax-loader {
  position: absolute;
  margin-top: 10px;
}

.header-8 .form .help-block,
.header-8 .form .wpcf7-not-valid-tip {
  color: #dc3545 !important;
  font-style: italic;
  font-size: 80%;
}

.header-8 .form .alert {
  display: none !important;
}

.header-8 .form form {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.header-8 .form form .form-group {
  margin: 0px;
}

.header-8 .form form .form-group.your-email {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.header-8 .form form input[type="submit"] {
  display: flex;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 14px;
}

.header-8 .form form .form-control {
  background-color: #F9F9F9;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.header-8 .y-block * {
  color: #FFFFFF;
}

/*
 * header-9
 */
.header-9 {
  padding: 0px !important;
  background-image: none;
  background-color: #def4ff;
}

.header-9 .blog-header-img {
  max-height: 300px;
  margin-top: -30px;
}

.header-9 #blog-search {
  background-color: #FFFFFF;
}

.header-9 .container {
  padding-bottom: 40px;
  padding-top: 40px;
}

.header-9 .form-inline .input-group {
  width: 100%;
}

.header-9 h2 {
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1.65rem;
  margin-bottom: 15px;
}

.header-9 .search-form .btn-primary {
  background-color: #2cace4;
  border-color: #2cace4;
}


/* =============================
 * FOOTER
 * ============================= */

/*
 * Assinatura yeti lab
 */
/* #yeti,#yeti a{display:block;position:relative;clear:both;line-height:10px;width:22px;height:22px;border:0;outline:0;float:right;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}#yeti{width:26px;height:26px;margin:0 10px 20px 0;overflow:hidden;-moz-transition-property:width;-webkit-transition-property:width;-o-transition-property:width;transition-property:width}#yeti:hover{width:160px}#yeti:hover a{-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}#yeti .texto{color:#999;width:130px;font-size:9px;font-family:Verdana,Geneva,sans-serif;position:absolute;right:25px;top:5px}#yeti .blue{color:#2cace4}#yeti .black{color:#000} */
#yeti,
#yeti a {
  display: block;
  position: relative;
  clear: both;
  line-height: 10px;
  width: auto;
  height: 22px;
  border: 0;
  outline: 0;
  float: right;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease
}

#yeti {
  width: 200px;
  height: 26px;
  margin: 0 10px 20px 0;
  overflow: visible;
  -moz-transition-property: width;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width
}

#yeti:hover {
  width: 200px
}

#yeti a:hover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg)
}

#yeti .texto {
  color: #999;
  width: auto;
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  right: 25px;
  top: 5px
}

#yeti .blue {
  color: #2cace4
}

#yeti .black {
  color: #000
}

/*
 * #footer-1
 */
#footer-1 .footer-content {
  background: #777777;
  color: #fff;
  padding: 50px 0px;
  font-size: 16px;
}

#footer-1 .footer-content p {
  margin-bottom: 20px;
}

#footer-1 .footer-copyright {
  padding: 20px 0px;
  font-size: 14px;
}

#footer-1 .y-social a {
  color: #DDDDDD;
}

#footer-1 .y-social a:hover {
  color: #C2C2C2;
}

/*
 * #footer-2
 */
#footer-2 .footer-content {
  padding: 30px 0px;
  font-size: 16px;
}

#footer-2 .custom-logo img {
  width: 70%;
  height: auto;
  margin: 0px auto;
}

#footer-2 .shortcuts a {
  display: block;
  line-height: 19px;
  margin-bottom: 10px;
}

#footer-2 strong {
  font-weight: 700;
}

#footer-2 .footer-copyright {
  padding: 15px 0px;
  font-size: 14px;
  background-color: #F9F9F9;
}

#footer-2 #yeti {
  width: 170px;
  height: 26px;
  overflow: visible;
  -moz-transition-property: width;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  float: none;
  margin: 0px auto 0px auto;
}


/* =============================
 * MAPS
 * ============================= */
/*
 * #map-1
 */
.map-1 {
  padding: 80px 0px 0px 0px;
}

.map-1 iframe {
  float: left;
}


/* =============================
 * MENU
 * ============================= */
/*
 * #menu-1
 */
#menu-1 {
  background-color: #fff;
  border-color: transparent;
}

#menu-1 .navbar-brand {
  height: auto;
  padding: 0px;
  display: inline-flex;
}

#menu-1 .navbar-brand img {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  height: 30px;
  width: auto;
  margin: 10px 0px;
}

#menu-1 .navbar-nav {
  align-items: center;
}

#menu-1 .navbar-nav>li {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out
}

#menu-1 .navbar-nav>li.btn {
  padding: 0px;
}

#menu-1.resize .navbar-nav>li {
  padding: 0px 0px 0px 0px;
}

#menu-1 .navbar-nav>li>a:focus,
#menu-1 .navbar-nav>li>a:hover {
  background-color: transparent;
}

#menu-1 .navbar-nav>li>a {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  text-transform: uppercase;
  padding: 0px 15px;
  margin: 0px 0px;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  outline: none;
}

#menu-1 .navbar-nav>li>a:hover {
  background-color: transparent;
  text-decoration: none;
}

#menu-1 .navbar-nav>li.btn>a {
  background-color: #2cace4;
  color: #fff;
  padding: 0px 20px;
  border-radius: 4px;
}

#menu-1 .navbar-nav>li.btn>a:hover {
  background-color: #dc3545;
}

#menu-1.resize .navbar-nav>li.btn a {
  line-height: 30px;
  padding: 0px 20px;
}

#menu-1.resize .navbar-nav>li>a {
  text-transform: uppercase;
  padding: 0px 15px;
  line-height: 15px;
}

#menu-1 .navbar-nav>.open>a,
#menu-1 .navbar-nav>.open>a:focus,
#menu-1 .navbar-nav>.open>a:hover {
  background-color: #fff;
  color: #2CACE4;
}

#menu-1 .dropdown-menu>li>a:focus,
#menu-1 .dropdown-menu>li>a:hover {
  background-color: #eee;
}

#menu-1 .dropdown-menu>li.active>a:focus,
#menu-1 .dropdown-menu>li.active>a:hover {
  background-color: #DDDDDD;
}

#menu-1 .dropdown-menu {
  box-shadow: none;
}

#menu-1 .navbar-nav>li>.dropdown-menu {
  padding: 4px 0px;
  border-radius: 4px;
}

#menu-1 .navbar-nav>li>.dropdown-menu li a {
  padding: .25rem 1.2rem;
  display: block;
}

#menu-1 .navbar-nav>.active>a {
  background-color: transparent;
  color: #2CACE4;
  font-weight: bold;
}

#menu-1.resize .navbar-brand img {
  height: 15px;
  width: auto;
  margin: 10px 0px;
}

/*
 * #menu-2
 */
#menu-2 {
  padding-top: 20px;
}

#menu-2 .container,
#menu-2 .container-fluid {
  position: relative;
}

#menu-2 .bar-top {
  border-bottom: solid 1px #EEEEEE;
  padding-bottom: 10px;
  margin-bottom: 5px;
  font-size: 14px;
}

#menu-2 .bar-top .item {
  border-left: solid 1px #D1D1D1;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
}

#menu-2 .bar-top .item:first-of-type {
  border-left: none;
  padding-left: 15px;
}

#menu-2 .bar-top .item:last-of-type {
  padding-right: 0px;
}

#menu-2 .bar-top .item span {
  margin-right: 15px;
}

#menu-2 .bar-top .item span:last-of-type {
  margin-right: 0px;
}

#menu-2 .bar-top .item span i {
  color: #BBBBBB;
  margin-right: 5px;
}

#menu-2 .bar-top .item .fab {
  font-size: 1.5em;
  margin: 0px 3px
}

#menu-2 .nav-item:last-of-type .nav-link {
  padding-right: 0;
}

#menu-2 .navbar-brand img {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  height: 30px;
  width: auto;
  margin: -5px 0px 10px 0px;
}


/*
 * #menu-3
 */
#menu-3 .bar-right {
  font-size: 16px;
  color: rgba(0, 0, 0, .5);
}

#menu-3 .bar-right .item:first-of-type {
  border-bottom: solid 1px #EEEEEE;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
}

#menu-3 .bar-right .social {
  font-size: 25px;
}

/* =============================
 * NEWS AND BLOG
 * ============================= */

/*
 * news & blog
 */
.news .card,
.blog .card {
  border: none;
  box-shadow: none !important;
  background-color: transparent !important;
}

/* Estilo Mansonry */
.news .card-columns .card,
.blog .card-columns .card {
  border: 1px solid rgba(0, 0, 0, .125);
  background-color: #f7f7f7 !important;
}

.news .card-columns .card:hover {
  filter: brightness(90%);
  -webkit-filter: brightness(90%);
  -moz-filter: brightness(90%);
  -o-filter: brightness(90%);
  -ms-filter: brightness(90%);
}

.news .card-columns .card .card-body,
.blog .card-columns .card .card-body {
  padding: 1.25rem;
}

.news .card-columns .card .list-group .list-group-item,
.blog .card-columns .card .list-group .list-group-item {
  padding: 0rem 1.25rem .35rem 1.25rem;
}

.news .card-columns .card a .card-img,
.blog .card-columns .card a .card-img {
  border-radius: 0px;
}

.news .card-columns .card a .card-img img,
.news .card-columns .card a:hover .card-img img,
.blog .card-columns .card a .card-img img,
.blog .card-columns .card a:hover .card-img img {
  transform: none;
}

/* ./Estilo Mansonry */

.news .card .card-category,
.blog .card .card-category {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 999;
  left: 0;
  top: 0;
  width: auto;
  color: #2cace4;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px 15px;
  font-size: 80%;
}

.news .card .card-category:hover,
.blog .card .card-category:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.news .card .card-category i,
.blog .card .card-category i {
  font-size: 80%;
}

.news .card .card-category a,
.blog .card .card-category a {
  color: #FFFFFF;
  margin-left: 5px;
}

.news .card .card-body,
.blog .card .card-body {
  padding: 0.50rem 0rem;
}

.news .card .list-group,
.blog .card .list-group {
  flex-direction: row;
  align-items: center;
  border-top: solid 1px #ddd;
  margin-top: 10px;
  padding-top: 5px;
  color: #aaa;
}

.news .card .list-group .list-group-item,
.blog .card .list-group .list-group-item {
  padding: 0px;
  margin-bottom: -1px;
  background-color: transparent;
  border: none;
}

.news .card .list-group .list-group-item .card-date,
.blog .card .list-group .list-group-item .card-date {
  border: none;
}

.news #respond label {
  display: block;
}

.news #respond textarea {
  width: 100%;
}

.news #respond .submit {
  background-color: #2cace4;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
}

.news #respond .submit:hover {
  background-color: #dc3545;
}

/*
 * news
 */
.search-form h3 {
  display: none;
}

.search-form .form-group {
  margin-right: -4px;
}

.search-form .form-inline .input-group {
  width: 100%;
}

#blog-search {
  background-color: #eee;
  border-top-left-radius: 7px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 0px;
}

.search-form button {
  padding: 14px 15px;
}

/*
 * news-1
 */
.news-1 {
  background-color: #F6F6F6;
}

.news-1 .card {
  min-width: 200px;
}

/*
 * blog
 */
.blog .posts-recentes {
  display: block;
  min-height: 300px;
}

.blog .posts-recentes>.post {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  /*  height: 145px;*/
  float: right;
  margin-bottom: 10px;
}

.blog .posts-recentes>.post .card a .card-img {
  width: 48%;
  height: 144px;
  min-width: 48%;
}

.blog .posts-recentes>.post:nth-child(3n+1) {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  float: left;
}

.blog .posts-recentes>.post .card a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.blog .posts-recentes>.post:nth-child(3n+1) .card a {
  display: flex;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.blog .posts-recentes>.post .card a .card-body {
  padding: 0px 1.25rem
}

.blog .posts-recentes>.post:nth-child(3n+1) .card a .card-body {
  position: absolute;
  z-index: 100;
  padding: 1.25rem
}

.blog .posts-recentes>.post .card a .card-body h3 {
  margin-bottom: 0px;
}

.blog .posts-recentes>.post .card {
  margin-bottom: 0px !important;
  border: none;
  background-color: transparent !important;
  box-shadow: none !important;
}

.blog .posts-recentes>.post:nth-child(3n+1) .card a .card-body h3 {
  color: #FFFFFF;
  font-size: 1.75rem;
}

.blog .posts-recentes>.post .card a .card-body .card-text {
  display: none;
}

.blog .posts-recentes>.post .card a .card-body .card-date {
  border: none;
  margin-top: 0px;
  display: inline-block;
}

.blog .posts-recentes>.post:nth-child(3n+1) .card a .card-body .card-date {
  border: none;
  margin-top: 0px;
  color: #FFFFFF;
}

.blog .posts-recentes>.post .card a .card-body .card-date i {
  margin-right: 5px;
}

.blog .posts-recentes>.post:nth-child(3n+1) .card a .card-img {
  width: 100%;
  height: 300px;
}

.blog .posts-recentes>.post:nth-child(3n+1) .card a .card-img:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
}

.blog .posts-recentes>.post .card a .card-read-time {
  color: #AAAAAA;
}

.blog .posts-recentes>.post:nth-child(3n+1) .card a .card-read-time {
  color: #FFFFFF;
}

.blog section {
  padding: 80px 0px;
}

.searchbox-position input {
  width: 0px;
  -webkit-transition: width .35s;
  transition: width .35s;
  background: url(/wp-content/themes/yeti-bootstrap/assets/img/icon-search.svg) center no-repeat #FFF;
  border: none;
  height: 30px;
  padding: 1px 10px 1px 30px;
  border-radius: 4px;
}

.searchbox-position input:focus {
  width: 180px;
  cursor: auto;
  background-position: 6px;
  border: 1px solid #66AFE9;
}

.searchbox-position span {
  top: 0px;
  position: relative;
  margin-top: -17px;
  display: none;
  left: 0px;
}



/* =============================
 * PLANS
 * ============================= */
.plans-table {
  margin-bottom: 20px;
}

.plans-table .card .card-body .plan-price {
  font-size: 20px;
  font-weight: normal;
  margin: 15px 0px 30px 0px;
}

.plans-table .card .card-body .plan-price .amount {
  font-size: 25px;
  font-weight: bold;
}

.plans-table .card .card-title {
  margin-bottom: .75rem;
  text-align: center;
  font-size: 25px;
  color: #32A4DE;
}

.plan-1 .plans-table .card .card-text {
  font-size: 14px;
  line-height: 16px;
}

.plans-table .card p:last-child {
  margin-bottom: 1.25rem;
}

.plans-table .card .list-group-flush .list-group-item {
  text-align: center;
  border-bottom: solid 1px #eee;
}

.plans-table .card .card-body {
  text-align: center;
}

.plans-table .card .card-body .plan-price-total {
  margin: -30px 0px 0px 0px;
  font-size: 17px;
}

.plans-table .card .card-link.action {
  background: linear-gradient(#32A4DE, #32A4DE);
  display: block;
  margin: -21px;
  padding: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.plans-table .card .card-link.action:hover {
  background: linear-gradient(#1B75A0, #1B75A0);
}

.plans-table .card .card-link+.card-link {
  margin-left: 1.25rem;
}

/*
 * .plan-1
 */





/* =============================
 * SLIDER
 * ============================= */

/*
 * .slider-1
 */
.slider-1 {
  padding: 0px;
  height: calc(100vh - 65px);
  /* Menos a altura do menu */
}

.slider-1 .slider {
  border: none;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  display: none;
  /* Exibido apenas quando a página é completamente carregada */
}

.slider-1 .owl-carousel .owl-item li {
  height: calc(100vh - 65px);
  /* Menos a altura do menu */
  background-attachment: scroll;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-size: cover;

  /* Listras diagonais */
  /* background-image: linear-gradient(135deg, #c7dfff 4.55%, #eef6ff 4.55%, #eef6ff 50%, #c7dfff 50%, #c7dfff 54.55%, #eef6ff 54.55%, #eef6ff 100%);
  background-size: 15.56px 15.56px; */
}


.slider-1 .owl-controls {
  margin: 0px;
}

.slider-1 .owl-dots {
  bottom: 20px;
  position: absolute;
  width: 100%;
  text-align: center;
}

.slider-1 .owl-dots .owl-dot {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
}

.slider-1 .owl-dots .owl-dot span {
  width: 23px;
  height: 23px;
  background: #fff;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.slider-1 .owl-dots .owl-dot.active span,
.slider-1 .owl-dots .owl-dot:hover span {
  background: #2CACE4;
}

.slider-1 .owl-nav [class*="owl-"] {
  font-size: 60px !important;
  color: rgb(255, 255, 255) !important;
  height: 65px;
  margin-top: 20px;
  outline: medium none;
  text-indent: 0px;
  width: auto;
  z-index: 1000;
  position: absolute;
  top: 50%;
  background-color: transparent;
  border: none;
}

.slider-1 .owl-nav [class*="owl-"]:hover {
  color: #D9534F !important;
}

.slider-1 .owl-nav .owl-prev {
  left: 5px;
}

.slider-1 .owl-nav .owl-next {
  right: 5px;
}

.slider-1 .slider .slider-content {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
}


/* =============================
 * TEAMS
 * ============================= */
.team-1 .card {
  border-color: #EEEEEE;
}

.team-1 .card .alert {
  background-color: #F9F9F9;
  margin: 0px;
  font-size: 16px;
}

.team-1 .card .card-img-top {
  margin: 20px auto 0px auto;
  width: 50%;
}

.team-1 .card .card-title {
  font-size: 1.75rem;
  font-weight: 700;
}

.team-1 .card .list-group .list-group-item {
  padding: 5px 0px;
  border-color: #EEEEEE;
  border-top: solid 1px #EEEEEE;
  border-bottom: 0px;
  font-size: 14px;
}

.team-1 .card .list-group .list-group-item:nth-child(2) {
  border-top: none;
}

.team-1 .card .list-group {
  font-size: 16px;
  margin: 0px 10px;
}

.team-1 .card .list-group .active {
  background-color: transparent;
  font-weight: 700;
  border: none;
  color: #333333;
}


/* =============================
 * TIMELINES
 * ============================= */
/*
 * timeline-1
 */
.timeline-1 {
  text-align: center;
}

.timeline-1 timeline:after {
  clear: both;
}

.timeline-1 ul {
  padding-left: 0;
}

.timeline-1 ul li:first-child {
  padding-top: 60px;
}

.timeline-1 ul .timeline-normal {
  text-align: right;
  width: 100%;
}

.timeline-1 ul li {
  float: right;
  display: block;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.timeline-1 .date {
  position: relative;
}

.timeline-1 .date-normal {
  display: inline-block;
  float: right;
  margin-left: 10.4%;
  color: #fff;
  width: 44%;
  text-align: left;
}

.timeline-1 p.lead {
  font-style: italic;
}

.timeline-1 .date-normal p {
  padding: 35px 30px 20px 0px;
  font-size: 20px;
  display: inline-block;
}

.timeline-1 p {
  font-size: 15px;
  padding-bottom: 30px;
}

.timeline-1 p {
  margin-bottom: 0;
}

.timeline-1 .timeline-normal .first_span {
  top: 80px;
}

.timeline-1 .iconBackground {
  position: absolute;
  left: 50%;
  width: 66px;
  height: 66px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #dfdfdf;
  top: 50px;
  margin-left: -31px;
}

.timeline-1 .icon {
  line-height: 66px;
}

.timeline-1 .fa,
.timeline-1 .fas,
.timeline-1 .far,
.timeline-1 .fab,
.timeline-1 .fal {
  color: #666666;
}

.timeline-1 .icon span {
  line-height: 66px;
  color: #ffffff;
}

.timeline-1 ul li .timeline-panel {
  width: 44%;
  padding: 0px 30px 0px;
  margin-bottom: 30px;
  background-color: rgba(199, 199, 199, 0.17);
  position: relative;
  float: left;
}

.timeline-1 .timeline-normal .timeline-panel:before {
  content: "";
  position: absolute;
  top: 30px;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 15px solid rgba(199, 199, 199, 0.17);
  border-bottom: 20px solid transparent;
}

.timeline-1 .timeline-panel h4 {
  padding-top: 20px;
}

.timeline-1 .text-right {
  text-align: right;
}

.timeline-1 h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25.65px;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  padding-left: 0;
  padding-bottom: 5px;
}

.timeline-1 .separline:before {
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #dfdfdf;
  left: 50%;
  height: 100%;
}

.timeline-1 ul .timeline-inverted {
  text-align: left;
  width: 100%;
}

.timeline-1 .separline::before {
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #dfdfdf;
  left: 50%;
  height: 100%;
}

.timeline-1 .date-inverted {
  width: 44%;
  text-align: right;
  display: inline-block;
  float: left;
  margin-right: 10.6%;
  border-left-width: 20px;
  padding-left: 20px;
  color: #fff;
}

.timeline-1 .date-inverted p {
  padding: 35px 0px 20px 30px;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 50px;
}

.timeline-1 .timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline-1 .timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline-1 .timeline-inverted .timeline-panel:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 15px solid rgba(199, 199, 199, 0.17);
  border-bottom: 20px solid transparent;
  top: 30px;
  left: 0;
}

.timeline-1 .iconBackgroundInverse {
  position: absolute;
  right: 50%;
  width: 66px;
  height: 66px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #dfdfdf;
  top: 50px;
  margin-right: -31px;
}

.timeline-1 .title_wrapper {
  display: inline-block;
  margin: auto;
  border: 2px solid #dfdfdf;
  padding: 15px;
}

.timeline-1 .title_wrapper h3 {
  margin: 0px;
}

.timeline-1 .bottom_title_wrapper h3 {
  margin: 0;
}

.timeline-1 .display-2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}