/*!
 * Start Bootstrap - Agency v4.1.1 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */
@font-face {
    font-family: Montserrat-Black;
    src: url(/files/fontes/Montserrat-Black.otf);
}
@font-face {
    font-family: ClearSans;
    src: url(/files/fontes/ClearSans-Regular.ttf);
}

body {
  overflow-x: hidden;
  font-family: 'ClearSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
  line-height: 1.75;
}

a {
  color: #990000;
}

a:hover {
  color:  #e90000;
}

.text-primary {
  color: #990000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat-Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 {
    font-family: 'Rammetto One', 'Helvetica Neue', Helvetica, Arial, cursive; 
    text-shadow: 1px 1px 2px black;
}
section {
  padding: 100px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

.btn {
  font-family: 'Montserrat-Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #990000;
  border-color: #990000 ;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #e90000 !important;
  border-color: #e90000 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.5) !important;
}

::-moz-selection {
  background: #990000;
  text-shadow: none;
}

::selection {
  background: #990000;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: rgba(0,0,0,0.7);
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #e90000;
  font-family: 'Montserrat-Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
  color: #990000;
  font-family: 'Rammetto One', 'Helvetica Neue', Helvetica, Arial, cursive;

}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #e90000;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Montserrat-Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color:  #e90000;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;

  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(0,0,0,0.7);
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }

}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/souza-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 750px;
}
header.musculacao {
  text-align: center;
  color: white;
  background-image: url("../../img/bg/musculacao-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
header.cardio {
  text-align: center;
  color: white;
  background-image: url("../../img/bg/cardio-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat-Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat-Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat-Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 18- */
  font-family: 'Montserrat-Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 19+ */
  font-family: 'Montserrat-Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat-Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat-Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat-Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color:  #990000;
}
.navbar-brand img {
    width: 50px;
}
.navbar-brand span {
    padding-left: 20px;
    font-size: 32px;
    text-shadow: 1px 1px 2px white;
}
.transition-all {
    transition:All 0.5s ease-in-out;
    -webkit-transition:All 0.5s ease-in-out;
    -moz-transition:All 0.5s ease-in-out;
    -o-transition:All 0.5s ease-in-out;
}
 #mainNav .navbar-nav .nav-item .nav-link {
    text-shadow: 0 0 3px #e60000;
}
 #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    text-shadow: none;
}


.index-cards {
    margin-top: 100px;
    margin-bottom: 20px;
}
.index-box {
    margin-left: 10px;
    margin-right: 10px;
   /* padding: 10px;*/
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.index-box:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08);
}
a.cards-link {
    color: black;
}
a.cards-link:hover {
    text-decoration: none;
}

footer {
    background-color: #7f7f7f;
    color: #ffffff;
}

/************************************************************************/

@media (max-width: 768px) {
    h1 {
        font-size: 24px;
    }
    .index-box {
        margin-bottom: 10px;
    }
}
.other-page {
    margin-top: 150px;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
#load_pg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
#img_load {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#xs-menu-type {
    display: none;
}
#xs-menu-content {
    display: none;
}
#box-confirm, #box-confirm-del {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 300px;
    background-color: white;
    text-align: center;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#box-send-orc {
    display: none;
    position: absolute;
    width: 90%;
    max-width: 500px;
    background-color: white;
    text-align: left;
    padding: 20px;
    top: 20px;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
}
#form-orc label {
    color: red;
    font-size: 12px;
    padding: 7px;
    margin-bottom: 0;
    opacity: 0;
}
#form-orc .form-control::placeholder {
    color: #ced4da;
    
}
#form-orc .help-block {
    font-size: 12px;
    float: right;
    margin-bottom: 0;
    line-height: 32px;
}
#form-orc ul {
    margin-bottom: 0 !important;
    list-style-type: none;
}
.box-close {
    text-align: right;
}
#close-form-orc:hover {
    cursor: pointer;
    opacity: 0.5;
} 

#orc-button {
    /*position: fixed;
    top: 120px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #990000;
    color: white;
    text-align: center;
    line-height: 50px;
    z-index: 999;
    font-size: 12px;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #e90000;*/

}
/*#orc-button:hover {
    cursor: pointer;
    background-color: #e90000;
}*/

#resp-orc {
    position: fixed;
    top: 132px;
    right: 50px;
    height: 30px;
    background-color: #990000;
    color: white;
    text-align: center;
    line-height: 30px;
    /*padding-left: 30px;
    padding-right: 30px;*/
    z-index: 99;
    width: 0px;
}
.img-product-ord {
    max-width: 100px;
}
h6.color_title {
    font-size: 10px;
}
ul.color_ul li {
    display: inline;
    float: left;
    padding-right: 10px;
    text-align: center;
}
#clientes-index {
    background-color: #990000;
    color: white;
    padding-top: 100px;
    padding-bottom: 50px;
    margin-top: 0;
}
#box-orc-send-finish, #box-orc-send-finish2 {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 300px;
    text-align: center;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
    z-index: 99999;
}

#barraSlide {

    width: 100%;
    background-color: transparent;
    position: absolute;
    z-index: 9;

}

#barraS {

    width: 1%;
    height: 5px;
    background-color: #808080;

}
.fa-quote-left, .fa-quote-right {
    font-size: 24px;
    text-shadow: 1px 1px 2px black;
}


.contacts-itens h4 {
    color: #990000;
    border-bottom: 3px solid #990000;
}
.contacts-itens p {
    margin-bottom: 20px;
}
#contactForm label {
    display: none;
}
hr.end-section {
    margin: 30px 10% 30px;
    border-bottom: 3px solid #344456;
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(250,250,250,0), rgba(250,250,250,0.75), rgba(250,250,250,0));
    background-image: -moz-linear-gradient(left, rgba(250,250,250,0), rgba(250,250,250,0.75), rgba(250,250,250,0));
    background-image: -ms-linear-gradient(left, rgba(250,250,250,0), rgba(250,250,250,0.75), rgba(250,250,250,0));
    background-image: -o-linear-gradient(left, rgba(250,250,250,0), rgba(250,250,250,0.75), rgba(250,250,250,0));
}
hr.end-section2 {
    margin: 30px 10% 30px;
    border-bottom: 3px solid #344456;
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.mySlides {
    min-height: 200px;
   /* border-bottom: 1px solid white;*/
}
#clientes-index h2 {
    padding-bottom: 10px;

}
#clientes-index img {
    margin-top: 30px;
    /*box-shadow: 2px 2px 8px 4px rgba(250,250,250,0.7), -2px -2px 8px 4px rgba(250,250,250,0.7);*/
    border: 3px solid white;
}

.depoimentos {
    margin-top: 30px;
    font-size: 18px
}
.img-testimony:hover {
    cursor: pointer;
}

.col-clientes {
    padding: 50px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 30px;
}
.img-cliente {
    width: 50%;
    margin: 0 auto;
}
.cliente-title {
    font-family: "Rammetto One", "Helvetica Neue", Helvetica, Arial, cursive;
    border-bottom: 3px solid #990000;
    color: #990000;
    font-size: 36px;
    margin-bottom: 20px;
}
.testimony {
    margin-right: 20px;
    text-align: justify;
}
/*.index-box1 {
    background-image: url("/img/bg/musculacao-index.jpg");
}*/
.index-box1:hover {
    opacity: 0.8;
}
.index-box1-text {
    position: absolute;
    color: white;
    top: 10px;
    width: 180px;
}
.veja-mais {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    color: white;
    border: 1px solid rgba(250,250,250,0.6);
    padding: 8px;
}
.index-box1:hover .veja-mais {
    background-color: white;
    color: black;
}
.index-box1-text h5 {
    font-family: "Rammetto One", "Helvetica Neue", Helvetica, Arial, cursive;
    min-height: 72px;
}
.row-line {
    margin-top: 50px;
}
.btn-linha {
    margin-top: 40px;
    background-color: rgba(250,250,250,0.2);
}
.product-box {
    margin-bottom: 10px;
}
.product-box a {
    display: table;
}
.img-product-show:hover {
    opacity: 0.5;
}
.link-title {
    height: 65px;
    margin-bottom: 10px;
    width: 100%;
}
.link-title:hover {
    text-decoration: none;
}
.product-texts {
    padding: 20px;
    text-align: center;
}
.product-box:hover {
    
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);

}
.btn-orc-line {
    white-space: normal;
}
.btn-orc-line span {
    width: 100%;
    display: block;
    text-transform: uppercase;
}
#products-models-box {
    display: none;
    margin-top: 50px;
    margin-bottom: 50px;
}
#menu-nav-models {
    width: 30%;
    margin-left: 35%;
    float: left;
    
}
#show-products-models {
    width: 0;
    float: left;
    padding-left: 20px;
    
}
#load_pg2 {
    width: 100%;
    height: 100%;

}
#img_load2 {
    display: none;
    width: 40px;
    height: 40px;
    position: relative;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
h1.product-name {
    font-size: 28px;
}
.product-details-img {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
    
}
.see-too {
    border-left: 1px solid #dee2e6;
}
.description-box {
    margin-top: 30px;
}
.nav-tabs .nav-item {
    max-width: 33%;
    width: 33%;
    text-align: center;    
}
.video-box {
    margin-top: 20px;
}
.tab-content {
    padding-top: 20px;
}
.nav-tabs .nav-link.active {
    height: 100%;
}
.see-too h4 {
    text-transform: uppercase;
    font-size: 20px;
}
.see-too a h6 {
    text-align: center;
    font-size: 18px;
}
.see-too h6 {
    font-size: 12px;
        text-align: center;
}
.clientes-no-test .cliente-title {
    text-align: center;
}
.clientes-no-test:nth-child(odd) {
    padding-right: 10px;
    padding-left: 0;
}
.clientes-no-test:nth-child(even) {
    padding-left: 10px;
    padding-right: 0;
}
.clientes-no-test .cliente-link {
    width: 100%;
    height: 25px;
    margin-top:20px;
}
.orc-btn-line {
    margin-top: 10px;
}
#preloader {

    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    background: #fff;
    display: flex;

}
.loader{
    margin: auto;
    height:100px;
    width: 290px;
    border-radius: 50%;
    position: relative;
}
#preloader span {
    line-height: 100px;
    color: #990000;
    font-family: 'Rammetto One', 'Helvetica Neue', Helvetica, Arial, cursive;
    font-size: 32px;
    text-shadow: 1px 1px 2px white;
}
/*.loader:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #2d5099;
    border-radius: 50%;
    opacity: 0;
    animation: popin 3.5s linear infinite 0s;
}*/
.loader:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    border-radius: 50%;
    opacity: 0;
    animation: popin 2s linear infinite 0.5s;
}
#preloader span {
    opacity: 0;
    animation: popin2 2s linear infinite 0.5s;
}
@keyframes popin{
    0%{
        opacity: 0;
        transform: scale(0);
    }
    1%{
        opacity: 0.1;
        transform: scale(0);
    }
    99%{
        opacity: 0;
        transform: scale(2);
    }
    100%{
        opacity: 0;
        transform: scale(0);
    }
}
@keyframes popin2{
    0%{
        opacity: 0;
        transform: scale(0);
    }
    1%{
        opacity: 0;
        transform: scale(0);
    }
    10%{
     opacity: 0.1;
        transform: scale(1);   
    }
    99%{
        opacity: 0.8;
        transform: scale(2);
    }
    100%{
        opacity: 0;
        transform: scale(0);
    }
}
#goToTop {
    display: block;
    bottom: 15px;
    right: 15px;
    z-index: 99999;
    outline: 0;
    background-color: rgba(153,8,0,.7);
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 12px;
    position: fixed;
}
@media (max-width: 768px) {
    .r-clientes {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-clientes {
        padding: 20px;
    }
    .cliente-title {
        font-size: 26px;
    }
    .img-cliente {
        margin-bottom: 20px;
    }
    .clientes-no-test .cliente-link {
        margin-top: 0;
    }
    #produtos {
        margin-right: 30px;
    }
    #menu-nav-models {
        width: 60%;
        margin-left: 20%;
        z-index:999999;
    }
    #show-products-models {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 30px;
    }
    .product-box {

    }
    .xs-menu-box {
        position: relative;
    }
    #xs-menu-type {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 30px;
        height: 100%;
        color: white;
        background-color: #990000;
        text-align: center;
        z-index: 999999;
    }
    #xs-menu-type:hover {
        cursor: pointer;
    }
    .xs-menu-top {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .xs-menu-title {
        writing-mode: vertical-rl;
  text-orientation: upright;
    }
    #xs-menu-content {
        display: none;
        position: fixed;
        overflow-x: auto;
        top: 72px;
        right: 0px;
        width: 0px;
        height: 100%;
        border-left: 1px solid white;
    
        
    }
    #mainNav .navbar-brand span {
        display: none;
    }
    .product-name {
        margin-top: 30px;
        font-size: 20px;
    }
}
.btn-orcamento {
    font-size: 14px;
}