*{font-family: 'Raleway', sans-serif !important;}
h1, h2, h3, h4, h5, h6 {font-size: 25px !important;font-weight: 400;}
.light-page{
    background: #fff;
}
#wrap {
    overflow-x: hidden;
    overflow-y: hidden;
}
body::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    -webkit-border-radius: 16px;
}

body::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
    -webkit-border-radius: 3px;
}

body::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #a4072e;
    -webkit-border-radius: 3px;
}

body::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: #a4072e;
    -webkit-border-radius: 3px;
}
#texto-topo .cor-fundo:after {
    content: " ";
    position: absolute;
    width: 100%;
    right: -98%;
    top: 0px;
    height: 100%;
    background: #a4072e;
}
#texto-topo li{
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
#texto-topo .cor-fundo {
  position: relative;
}
#texto-topo .bg-wrap{
  background: #FFFFFF;
}
#texto-topo ul.list-inline {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
#texto-topo .box{
  background: #A4072E;
  border-radius: 0px 0px 0px 24px;
}
.carousel-secao, .carousel-secao2{
  display: contents;
  position: relative;
}

.separate-list li:last-child {
  border-bottom-width: 0;
  padding-bottom: 4px;
}

#menu-fixed {
  z-index: 3;
}
#menu-fixed .bg-wrap{
  background: #fff;
}
.menu-topo {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 8;
  background-color: #fff !important;
  transition: all 2s linear;
}

#nav-menu{
  background-color: transparent;
  transition: all 2s linear;
}
#nav-menu p{
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
  color: #173558;
}
@media (min-width: 768px){

#nav-menu .box:nth-of-type(1){
  -ms-flex: 0 0 60%;
  -webkit-box-flex: 0;
  flex: 0 0 60%;
  max-width: 60%;
}
#nav-menu .box:nth-of-type(3){
  -ms-flex: 0 0 11%;
  -webkit-box-flex: 0;
  flex: 0 0 11%;
  max-width: 11%;
}
#nav-menu .box:nth-of-type(4){
  -ms-flex: 0 0 11%;
  -webkit-box-flex: 0;
  flex: 0 0 12%;
  max-width: 12%;
}
}

.collapse.show {
  background: #fff;
  text-align: center;
}

.btn-cta {
  color: #fff; 
  font-family: 'Sora', sans-serif !important;
  font-weight: 400;
  border: 0;
  white-space: normal;
  font-size: 16px;
  display: block;
  padding: 9px 21px;
  width: 205px;
}
.btn-ctal, .btn-form {
  background: #173558;
  border-radius: 30px;
  font-weight: 600;
  padding: 15px 20px;
  font-size: 15px;
  color: #fff;
  border: 0;
  white-space: normal;
}
.btn-ctal:hover{
  background: #289f42;
}
.media {
  border-top-width: 0px;
  border-top-style: solid;
  padding-top: 0px;
  margin-top: 0;
}

@media (min-width: 1230px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 4rem;
      padding-left: 0px;
  }
}
/*===========================
    secao 1
=============================*/
#header h1{
  font-size: 25px !important;
  color: #173558;
  margin-bottom: 10px;
}
#header h2{
  font-size: 24px !important;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
#header p{
  font-size: 16px;
  color: #565656;
  margin-bottom: 0px;
}
#header p strong {
    display: block;
    margin-top: 50px;
}
#header .btn-ctal{
 background: #9bb52c;
}
/*===========================
    secao 2
=============================*/
#secao-cta .bg-wrap{
  background: #69bfc5;
}
#secao-cta h2{
  color: #fff;
  font-size: 22px !important;
  font-weight: 600;
}
#secao-2 .bg-wrap {
  background: #fff;
}
#secao-2 .foto{
  width: 100%;
  display: block;
  margin:0 auto;
}
#secao-2 h2{
  color: #173558;
  font-size: 25px !important;
}
#secao-2 h3{
  color: #173558;
  font-size: 17px !important;
}
#secao-2 p{
  font-size: 13px;
  color: #565656;
  font-weight: 600;
}
/*===========================
    secao 3
=============================*/
#secao-3 .box{
  background: rgb(23 53 88 / 73%);
  padding:  40px 40px 0px 40px;  
  position: relative;
}
#secao-3 .box:after {
  content: " ";
  position: absolute;
  width: 100%;
  right: -100%;
  top: 0px;
  height: 100%;
  background: rgb(23 53 88 / 73%);
}
#secao-3 h2{
  color: #fff;
  font-weight: 600;
  font-size: 27px !important;
}
#secao-3 p{
  color: #fff;
  font-size: 16px;
}
/*===========================
    secao 4
=============================*/
@media (min-width: 768px) {
.col-md-77 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 14%;
    max-width: 14%;
  }
}
.pr-9 {
    padding-right: 9px !important;
}

.pl-9 {
    padding-left: 9px !important;
}
#secao-4 h3{
  color: #173558;
  font-size: 25px !important;
}
#secao-4 .foto{
  width: 100%;
  display: block;
  margin: 0 auto;
}
a.video-box::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    background: url(../images/play2.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: transparent;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
a.video-box::before {
  display: none;
}
.mfp-iframe-holder .mfp-content {
  width: 50%;
}
/*===========================
    secao 5
=============================*/
#secao-5 .foto{
  width: 100%;
  display: block;
  margin: 0 auto;
}
/*===========================
    secao 6
=============================*/
#secao-6 h3 {
  color: #173558;
  font-size: 25px !important;
  margin-bottom: 20px;
}
#secao-6 p {
  font-size: 16px;
  color: #565656;
  font-weight: 600;
  margin-bottom: 0px;
}
#secao-6 .foto{
  width: 100%;
  display: block;
  margin: 0 auto;
}
/*===========================
    secao 7
=============================*/
#secao-7 .box {
  background: #173558;
  border-radius: 70px;
  padding: 7% 4% 7% 7%;
}
#secao-7 h2{
  color: #9BB52C;
  font-weight: 600;
  font-size: 32px !important;
  margin-bottom: 30px;
}
#secao-7 p{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
/*===========================
    secao 8
=============================*/
#secao-8 h4{
  color: #173558;
  font-weight: 700;
  font-size: 25px !important;
}
#secao-8 h3{
  color: #9BB52C;
  font-weight: 600;
  font-size: 18px !important;
  margin-bottom: 0px;
}
#secao-8 .foto{
  width: 59px;
  border-radius: 50%;
  margin-bottom: 8px;
}
#secao-8 p{
  color: #69BFC5;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
}
/*===========================
    secao 9
=============================*/
#secao-9 h2{
  color: #173558;
  font-size: 25px !important;
  margin-bottom: 20px;
}
#secao-9 p{
  font-size: 16px;
  color: #565656;
  font-weight: 600;
  margin-bottom: 0px;
}
#secao-9 a.video-box {
  width: 100%;
}
#secao-9 .foto{
  width: 100%;
  display: block;
  margin: 0 auto;
}
/*===========================
    secao 10
=============================*/
#secao-10 h3{
  color: #173558;
  font-size: 25px !important;
  margin-bottom: 20px;
}
#secao-10 .foto{
  width: 100%;
  display: block;
  margin: 0 auto;
}
/*===========================
    secao 11
=============================*/
#secao-11 h2{
  color: #173558;
  font-size: 25px !important;
  margin-bottom: 30px;
}
#secao-11 p{
  font-size: 16px;
  color: #fff;
}

/*===========================
    secao 12
=============================*/
#secao-12 h2{
  color: #173558;
  font-size: 25px !important;
  margin-bottom: 30px;
}
#secao-12 a.video-box {
  width: 100%;
}
#secao-12 .foto{
  width: 100%;
  display: block;
  margin: 0 auto;
}

/*===========================
    secao 13
=============================*/
#secao-13 h2{
  color: #173558;
  font-size: 25px !important;
  margin-bottom: 30px;
}
#secao-13 p {
  color: #173558;
  margin-top: 17px;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
}
#secao-13 iframe{
  border-radius: 25px;
  border: 0px;
  width: 100%;
  height: 300px;
}
.maps-img{
  width: 107px;
}
.uber-img{
  width: 40px;
}
.waze-img{
  width: 81px;
}


#footer{
  background: #173558;
}
#footer .logo{
  width: 114px;
}
#footer p{
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 0;
}


#secao-8 .setanav,
#secao-10 .setanav{
  width: 14px;
  height: 23px;
  background: url('../images/setanav-a.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -20px;
}
#secao-8 .setanav2,
#secao-10 .setanav2{
  width: 14px;
  height: 23px;
  background: url('../images/setanav2-a.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: -20px;
}

.setanav{
  width: 14px;
  height: 23px;
  background: url('../images/setanav.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -20px;
}
.setanav2{
  width: 14px;
  height: 23px;
  background: url('../images/setanav2.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: -20px;
}

.owl-nav .owl-prev {
  left: -44px;
  top: 55%;
}
.owl-nav .owl-next {
  right: -44px;
  top: 55%;
}
.carousel-nav-aside-center .owl-nav .owl-prev, 
.carousel-nav-aside-center .owl-nav .owl-next{
  background: transparent;
}
.owl-theme .owl-nav [class *=owl-]::after,
.owl-theme .owl-nav .owl-prev::before,
.owl-theme .owl-nav .owl-next::before {
   display:none;
}
.owl-theme .owl-dot span {
    width: 13px !important;
    height: 13px !important;
    margin: 5px 7px !important;
    background: #69bfc5;
    border-width: 1px;
    border-style: solid;
    border-color: #69bfc5;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 20px;
    cursor: pointer;
}
.owl-dot.active>span{
  background: #173558 !important;
  border-color: #173558 !important;
}
.carousel-dots-center-bottom .owl-dots{
  bottom: -42px;
}
/*===========================
    modal
=============================*/
.modal_orcamento .bg-wrap {
  background: #173558;
}
.modal_orcamento .modal-content{
  width: 60%;
  margin: 0 auto;
  padding: 30px 30px 30px 30px;
  border-radius: 8px;
}
.modal_orcamento  h3, .modal_orcamento  h4{
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 22px !important;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}
.modal_orcamento label{
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}
.modal_orcamento  p{
  font-size: 12px;
  color: #4E4B66;
  text-align: center;
  margin-bottom: 20px;
}

.modal_orcamento .form-control {
  border: 0px;
  color: #fff;
  border-radius: 23px;
  margin-bottom: 10px;
  padding: 4%;
  font-size: 13px;
  ont-size: 13px;
  background: #687c92;
}
.modal_orcamento .btn {
  margin: 0 auto;
  margin-top: 0px;
  display: flow-root;
}
.modal_orcamento .btn-ctal {
  color: #9BB52C;
  font-weight: 600;
  font-size: 17px;
  background: url(../images/seta-form.png);
  background-repeat: no-repeat;
  background-position: 93%;
  float: right;
  padding: 7px 43px 10px 12px;
}
.modal_orcamento .btn-ctal:hover{
  color: #819b12;
}
::-webkit-input-placeholder { /* Edge */
  color: #fff !important;
  font-weight: 600;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff !important;
 font-weight: 600;
  
}
::placeholder, select{
  color: #fff !important;
  font-weight: 500;
}
.modal_orcamento .btn-liga{
  background: #0697FF;
}
.modal_orcamento .btn-w{
  background: #12B937;
}
.contact-form p {
  
}
.modal_orcamento .icon-seta {
  width: 16px;
  height: 9px;
  background-image: url(../images/icon-seta2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(50%, 65%);
}
#obrigado{
    min-height: 100vh;
}
#obrigado .foto{
  margin-bottom: 30px;
}

#obrigado h1{
  color: #173558;
  margin-bottom: 10px;
}
#obrigado p {
  font-size: 16px;
  color: #565656;
  font-weight: 500;
  margin-bottom: 0px;
}
#obrigado .box p{
  color: #173558;
}
#obrigado p strong{
  font-size: 14px;
}

.social img{
  border-radius: 4px;
}
.social{
  left: calc(50% + 0px);
  transform: translateX(-50%);
  position: fixed;
  bottom: 0;
  z-index: 8;
  text-align: center;
  background: #fff;
  padding: 10px 10px 0px 10px;
  border-radius: 10px 10px 0px 0px;
  width: 85%;
  margin: 0 auto;
  display:none;

}
.social ul.list-inline {
  margin-bottom: 0;
}
.social .separate-list li {
  border-bottom-width: 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.social .separate-list li:last-child {
    border-right: 0;
}
.social p{
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #878787;
}
.separate-list li {
  border-color: rgba(0, 0, 0, 0.2);
}
.social ul.list-inline > li + li, .social ul.list-justify > li + li {
    margin-left: 0;
}
.social img{
  padding: 0 12px;
}
.padding-x2-list li {
  padding: 9px 0 12px 0;
}
.separate-list li:last-child {
  border-bottom-width: 0;
  padding-bottom: 4px;
}
.social{
    display: none;
  }
@media (max-width: 1201px) {

}

@media (max-width: 1100px) {
  .setanav{
    margin-bottom: 0;
    margin-left: 0px !important;
  }
  .setanav2{
    margin-right: 0px !important;
  }
  .hidden-r, br, #texto-topo{display: none;}
  .linha-secao {
    align-items: center;
    margin: 0 auto;
    display: block;
  }
  .modal_orcamento .modal-content{
  width: 90%;
  }
  .seta{
    margin-left: 0;
  }
  .seta2{
    margin-right: 0;
  }
  .social {
    display: block;
  }
  #nav-menu .img-logo,
  .menu-topo .img-logo{
    max-width: 100%;
    margin-top: 0
  }
  .menu-topo .img-logo{
    width: auto;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 22px !important;
  }
  #header h1 {
    font-size: 18px !important;
  }
  #secao-cta h2 {
    font-size: 14px !important;
  }
  #secao-2 .box{
    margin-top: 20px;
  }
  #secao-2 h3 {
    margin-top: 20px;
    font-size: 30px !important;
  }
  #secao-3 p br{
    display: block !important;
  }
  #secao-7 .box {
    border-radius: 0;
    padding: 10% 4% 7% 7%;
  }
  #secao-7 h2 {
    font-size: 20px !important;
  }
	#secao-7 p {
    font-size: 11px;
    margin-bottom: 0px;
}
  #secao-9 .foto{
    margin-bottom: 20px;
  }
	#secao-9 p {
		font-size: 14px;
	}
  #secao-11 .box {
    margin-bottom: 0;
  }
  #secao-11 p {
    text-align: left;
  }
  #secao-2 .box1{
    margin-top: 0;
  }
  #secao-2 .box2{
    margin-top: 0px;
  }
  #header .foto {
    margin: 22px auto 0 auto;
    border-radius: 8px;
  }
  #header .text-right{
    text-align: center !important;
  }
  #secao-3 h2 {
    margin-bottom: 20px;
  }
  #secao-10 h3 {
    font-size: 22px !important;
  }
  #footer p {
    margin-bottom: 9px;
    text-align: center;
  }
	#secao-10 .setanav{
    margin-left: -15px !important;
  }
	#secao-10 .setanav2 {
    margin-right: -20px !important;
  }


}

@media (max-width: 1000px) {
 .linha-secao{
    align-items: center;
    margin: 0 auto;
    display: block;
    width: 100%;
  }

}
@media (max-width: 500px) {
 
}
@media (max-width: 330px) {

}