*{ outline:none !important; font-family: 'Roboto', sans-serif; }
body{ overflow-x:hidden;  font-family: 'Roboto', sans-serif; transition: all ease .5s !important;}
section{ min-height:100px !important;}
#totop{ position:fixed; z-index:9999; bottom:20px; right:20px;}
ul{ list-style:none}

.no-padding{ padding:0 !important}
.no-margin{ margin:0 !important}
.no-border{border:none !important; border-color:transparent !important;}
.no-radius{ border-radius:0 !important;}
.img-center{ margin-left:auto !important; margin-right:auto !important;}
.required{color:#ED3237 !important}
.box-auto{ width:100%; position:relative; min-height:100px; padding:15px !important; margin:15px 0 !important;}
.box-style-1{width:100% !important; padding:15px; min-height:180px; position:relative; margin:15px 0;}
.section-auto{position:relative; width:100%; min-height:100px;}

.text-red{color:#ed3237 !important}
.text-lightgray{color:#f2f2f2 !important}
.text-darkgray{color:#333 !important}
.text-gray{color:#ccc !important}
.text-mediumgray{color:#999 !important}
.text-white{color:#fff !important}
.text-blue{ color:#004A8B !important}
.text-lightblue{ color:#1481F4 !important}
.text-black{color:#000 !important}
.text-yellow{color: #FFC30E !important}
.text-green{color:green !important}
.text-orange{color:#f60 !important}
/***************************************************/
.bg-lightgray{background-color:#f2f2f2 !important}
.bg-darkgray{background-color:#424343 !important}
.bg-gray{background-color:#ccc !important}
.bg-red{background-color:#ED3237!important}
.bg-white{background-color:#fff !important}
.bg-blue{ background-color:#075D9F !important}
.bg-black-transparent{background-color:rgba(0,0,0,0.5) !important}
.bg-white-transparent{background-color:rgba(255,255,255,0.5) !important}
/***************************************************/
.t10{font-size:0.625rem;}
.t11{font-size:0.6875rem;}
.t12{font-size:0.75rem;}
.t13{font-size:0.8125rem;}
.t14{font-size:0.875rem;}
.t15{font-size:0.9375rem;}
.t16{font-size:1rem;}
.t17{font-size:1.0625rem;}
.t18{font-size:1.125rem;}
.t20{font-size:1.25rem;}
.t22{font-size:1.375rem;}
.t24{font-size:1.5rem;}
.t26{font-size:1.625rem;}
.t28{font-size:1.75rem;}
.t30{font-size:1.875rem;}
.t35{font-size:2.1875rem;}
.t40{font-size:2.5rem;}
.t45{font-size:2.8125rem;}
.t50{font-size:3.125rem;}
.t55{font-size:3.4375rem;}
.t60{font-size:3.75rem;}
/***************************************************/
.link{ text-decoration:none;color:inherit; cursor:pointer;}
.link:hover{ text-decoration:underline;color:rgba(6,33,248,1.00); cursor:pointer;}
/***************************************************/
.space-10{ clear:both !important; width:100%; height:10px;}
.space-20{ clear:both !important; width:100%; height:20px;}
.space-30{ clear:both !important; width:100%; height:30px;}
.space-40{ clear:both !important; width:100%; height:40px;}
.space-50{ clear:both !important; width:100%; height:50px;}
/***************************************************/
.line-1{clear:both; width:100%; height:1px; background:currentColor !important; margin:15px 0 !important;}
.line-2{clear:both; width:100%; height:2px; background:currentColor !important; margin:15px 0 !important;}
.line-3{clear:both; width:100%; height:3px; background:currentColor !important; margin:15px 0 !important;}
.line-4{clear:both; width:100%; height:4px; background:currentColor !important; margin:15px 0 !important;}
.line-5{clear:both; width:100%; height:5px; background:currentColor !important; margin:15px 0 !important;}
.line-after-1{margin-left: 5px;position: relative;width: 100%;}
.line-after-1::after{position: absolute;content: "";height: 1px;background-color: #ccc;width: 100%;margin-left: 15px;top: 50%;}
/************************************************************************/
#whatsapp{ position:fixed; z-index:9999; bottom:20px; right:20px;}
.line-right::after {
  border-bottom: 1px solid blue;
  -webkit-box-shadow: 0 1px 0 0 red;
  -moz-box-shadow: 0 1px 0 0 red;
  box-shadow: 0 1px 0 0 red;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */

  position: relative;
  top: 45%;
  right: 0;
  width: 95%;
  z-index: -1;
}
.bg-somos p i {
    color: #FFC30E !important;
    font-size: 4vh;
}
.box-veiculos{
    position: relative;
    background: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box-veiculos .box-header{
	    text-align: center;
    padding: 10px 0px !important;
    background-color: #004A8B !important;
    color: #FFF !important;

}
/************************************************************************/
.breadcrumb{ background:none !important; font-style:italic}
.breadcrumb li a{ color:#FFF !important}
.navbar-default {background-color: #11273f;border-color: #11273f; border-radius: 0px !important; border-top: 5px solid #ed3237 !important; padding: 10px 0px;}
.navbar-default .navbar-nav > li > a {
    color: #FFF !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {color: #FFF; background-color: #ED3237;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {color: #FFF;background-color: #ED3237;}
.navbar-default .navbar-nav > li > a:hover {color: #fff; background-color: #ED3237; cursor:pointer}

.my-btn{ background-color:#ED3237 !important;color:#fff !important; border:none !important; border-radius:30px; -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.my-btn:hover{-moz-transform: scale(1.2) rotate(0deg);-webkit-transform: scale(1.2) rotate(0deg);-o-transform: scale(1.2) rotate(0deg);-ms-transform: scale(1.2) rotate(0deg);transform: scale(1.2) rotate(0deg);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
h1 small {
    font-size: 0.5em;
    color: #333;
}
.my-btn-invert{ background-color:#FFF!important;color:#ED3237 !important; border:none !important; border-radius:30px; -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.my-btn-invert:hover{-moz-transform: scale(1.2) rotate(0deg);-webkit-transform: scale(1.2) rotate(0deg);-o-transform: scale(1.2) rotate(0deg);-ms-transform: scale(1.2) rotate(0deg);transform: scale(1.2) rotate(0deg);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}

.social-buttons{ position:absolute; top:5px; right:5px;}
.social-buttons a{ padding:2px 8px; color:#333}
.social-buttons a:hover{ color:#FFF; background-color:#D50306 !important}

.social-share{ cursor:pointer; margin:0 8px 0 0;}

.bg-fiss{ background-image:url(../images/cay-buying1.jpg); background-position:center center; background-repeat:no-repeat; background-size:cover; }

.box-feed{padding:15px; margin:30px auto; min-height:300px !important; box-sizing:border-box; display:table; position:relative; width:100%;}
.feed-img{ max-width:100%; width:100%; height:300px; background-position:center center; background-repeat:no-repeat; background-size:cover;}

.feed-social{ width:30px; height:30px; display:block; float:left; padding:4px 0; text-align:center; margin-right:10px; position:relative}

.footer1{
	padding: 20px 0px;
	background-color: #000;
}
.footer2{
	padding: 10px 0px;
	background-color: #222;
}
.figure-img-equipe{ width:100%; height:256px; background-repeat:no-repeat; background-position:center center; background-size:cover;}

.ul-filtros{ list-style:none;   
}

.ul-filtros li{
    padding: 10px 20px;
    border-bottom: 1px solid #cccccc40;
}
.ul-filtros li a{ color:#000 !important;
    width: 100% !important;
    transition: all ease .5s;

}
.ul-filtros li a:hover{
    color: #FFc30e !important;
    transition: all ease .5s;
}
.box-car {
    padding: 0px;
    margin-bottom: 15px;
    min-height: 340px !important;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow:hidden;
}
.box-car .name-car{
	min-height: 63px;
	position: relative;
    color: #FFC30E !important;
}
.footer1 i {
    color: #FFC30E !important;
}

.btn-car{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 15px 0px;
	background-color: #004A8B;
	color: #FFF !important;
}
.btn-car-4{
    text-align: center;
    padding: 15px 15px;
    background-color: #004A8B;
    color: #FFF !important;
}
.btn-car-2{
	text-align: center;
	padding: 15px 30px;
	margin-left: 15px;
	background-color: #ed3237;
	color: #FFF !important;
}
.btn-car-3{
	text-align: center;
	padding: 5px 10px !important;
	margin-left: 15px !important;
	background-color: #FFF !important;
	color: #ed3237 !important;
	border: none !important;
}
.estrela{
	color: #FFFF00 !important;
	float: right;
	padding: 10px;
}
.preco-car{
	background-color: #25C862;
	padding: 15px 20px;
	margin-bottom: 15px;
}
.lateral{
    min-height: 459px;
}
.preco-car2{
	padding: 5px 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.opicional-car{
	background: #cbcbcb;
    padding: 10px 15px;
    margin: 5px;
}
.social-buttons-veiculos{
	padding: 3px;
}
.veiculo-capa{ height:200px; width:100%; position:relative;margin-bottom: 20px;}
.veiculo-capa img{ margin:auto;top: 50%;transform: translateY(-50%); position:relative; max-height: 100%;}
.veiculo-capa .ano{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
	background-color: #1f73be;
	color: #FFF !important;
}
.button {
	min-width: 150px;
	max-width: 250px;
	display: block;
  padding:10px 0;
  font-size:1.5rem;
	border: none;
	vertical-align: middle;
	 position:absolute;
  bottom:10px;
  left:50%;
  margin-left:-75px;
  color:#FFF !important;
}
.marcas{
	background-color: #FFF;
}
.container-fotorama-car{ background-color:#FFF;}
.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #004A8B !important;
}
.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0px !important;
}
#tab-info-car{
	margin-left: 15px;
}
.dropcap.center {
    float: none;
    margin: 0 auto 20px;
}
.dropcap {
    float: left;
    display: block;
    margin: 5px 30px 0 0;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    border: none;
    box-shadow: inset 0 0 0 4px #ED3237;
    font: 600 30px/74px 'Open Sans', sans-serif;
    color: #ED3237;
    background: none;
    position: relative;
    z-index: 10;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
}
.mvv:hover .dropcap {
    color: #fff;
}
.dropcap:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ED3237;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.mvv:hover .dropcap:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.about{ font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;}




.price{
  position:absolute;
  bottom: 40px;
  right:40px;
}

.nav-tabs-custom>.tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.dropdown-menu  {
    border-radius: 0% !important;
    border: none !important;
    background-color: #004A8B !important;
    color: #FFF !important;
    margin-top: 10px !important;
    padding: 20px 5px !important;
}
.dropdown-menu > li > a {
    color: #FFF ;
}

.containerab {
  position: relative;
  text-align: center;
  color: #FFF !important;
  width: 100%;
  height: 100vh;
  background: url('/assets/images/slide1.png');
  background-size: cover;
  background-position: center center;
}


/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 10%;
  right: 10%;
  text-align: right;
  color: #FFF !important;
}

.containerab h1{
    font-size: 8vh !important;
    font-weight: bold;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}
.containerab p{
    font-size: 1.8vh !important;
}

.btn-sulmetal1{
    display: inline-block;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #FFF;
    border: 2px solid #FFc30e;
    padding: 15px 30px;
    line-height: 1.5;
    font-size: 2vh !important;
}

.btn-sulmetal1:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 0;
    background-color: #FFc30e;
    transition: all .3s;
}
.btn-sulmetal1:hover:before {
    width: 100%;
}
.btn-sulmetal1:hover{
    color: #000;
}

.btn-sulmetal2{
    display: inline-block;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #FFF;
    border: 2px solid #FFc30e;
    padding: 15px 30px;
    line-height: 1.5;
    font-size: 2vh !important;
    background-color: #075D9F;
}

.btn-sulmetal2:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 0;
    background-color: #FFc30e;
    transition: all .3s;
}
.btn-sulmetal2:hover:before {
    width: 100%;
}
.btn-sulmetal2:hover{
    color: #000;
}

.btn-sulmetal3{
    display: inline-block;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #000;
    border: 2px solid #FFc30e;
    padding: 15px 30px;
    line-height: 1.5;
    font-size: 2vh !important;
}

.btn-sulmetal3:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 0;
    background-color: #FFc30e;
    transition: all .3s;
}
.btn-sulmetal3:hover:before {
    width: 100%;
}
.btn-sulmetal3:hover{
    color: #000;
}

.bg-sulmetal{
    background-color: #FFc30e;
}

.bg-doido p{
   padding: 20px 10px;
   background-color: #000; 
   color: yellow;
   font-size: bold;
   border-radius: 20px;
   margin-top: 30px;
}
.bg-doido2{
   padding: 20px 10px;
   background-color: #000; 
   color: yellow;
   font-size: bold;
   border-radius: 20px;
   margin-top: 30px;
}
.bg-doido3{
   padding: 20px 10px;
   background-color: #000; 
   color: #FFF !important;
   font-size: bold;
   border-radius: 20px;
   margin-top: 30px;
   position: relative;
   min-height: 263px;
}
.bg-doido3 p:first-child{
    padding: 10px 5px;
    background-color: yellow;
    color: #000 !important;
    position: absolute;
    top: -20px;
    margin-left: auto;
margin-right: auto;
left: 20%;
right: 20%;
text-align: center;
    border-radius: 20px;
}

.bg-doido4{
   padding: 20px 10px;
   border: solid #000 3px; 
   color: yellow;
   font-size: bold;
   border-radius: 20px;
   margin-top: 30px;
}
.bg-doido4 p{
    min-height: 62px;
    color: #000 !important;
}

.bg-doido4 img{
    max-height: 185px;
    min-height: 185px;
}
.item{
    padding: 40px 30px;
    min-height: 213px;
}

.item-master{
    margin-top: -40px;
}

.item p {
    color: #000;
    font-size: 14px;
}

.item img{
    margin-top: 30px;
}

.background-sulmetal{
    padding: 60px 0px;
}

.background-sulmetal h1{
    font-size: 6vh !important;
    font-weight: bold;
}

.texto-duo{
    padding: 60px 40px;
}

.texto-duo h1{
    font-size: 8vh;
    font-weight: bold;
}

.texto-duo p{
    font-size: 2vh !important;
}

.bg-azul{
    padding: 80px 0px;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-azul h1{
    font-size: 5vh;
    font-weight: bold;
}
.bg-azul p{
    font-size: 2vh;
    font-weight: bold;
    color: #FFF !important;
}

.bg-azul p i{
    color: #FFC30E !important;
    font-size: 4vh;
}

.mn-header{
    padding: 80px 0px;
    background-image: url('/assets/images/empresa1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: -1;
}

.bg-header{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
}
.bd-header{
    position: relative;
    z-index: 2;
}

.bd-header h1{
    position: relative;
    font-size: 5vh;
    font-weight: bold;
    color: #FFc30e !important;
    z-index: 3;
    text-transform: uppercase;
}

.bg-doido2:hover{
    background-color: #ffe500;
}
.bg-doido2:hover p{
    color: #000 !important;
}





.containera {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  flex-direction: column;
}
.title {
  font-size: 38px;
  color: #616161;
  font-style: italic;
  font-weight: 800;
}
.timeline {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}
.timeline .swiper-container {
  height: 600px;
  width: 100%;
  position: relative;
}
.timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}
.timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  max-width: 310px;
  right: 50%;
  top: 13%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-style: italic;
  font-size: 42px;
  margin-bottom: 50px;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  color: #d4a024;
  font-weight: 300;
  opacity: 0;
  transition: .2s ease .4s;
}
.timeline .swiper-slide .timeline-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  transition: .2s ease .5s;
}
.timeline .swiper-slide .timeline-text {
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  transition: .2s ease .6s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.8s;
}
.timeline .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #d4a024;
  margin: 15px 0 !important;
  position: relative;
}
.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d4a024;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: .2s;
}
.timeline .swiper-pagination-bullet-active {
  color: #d4a024;
}
.timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: .2s;
}
.timeline .swiper-button-prev {
  left: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.timeline .swiper-button-next {
  right: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
@media screen and (min-width: 768px) {
  .timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 310px;
    font-size: 11px;
    text-align: right;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 46px;
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 10%;
    left: auto;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-prev:hover {
    -webkit-transform: rotate(90deg) translate(-3px, 10px);
            transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline .swiper-button-next {
    top: auto;
    bottom: 10%;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-next:hover {
    -webkit-transform: rotate(90deg) translate(3px, 10px);
            transform: rotate(90deg) translate(3px, 10px);
  }
}
@media screen and (min-width: 1024px) {
  .timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 25%;
  }
}

@media screen and (max-width: 767px){
    /* xs */
    .texto-duo h1 {
        font-size: 6vh;
    }
    .containerab h1 {
        font-size: 6vh !important;
    }
    .logo img {
        max-height: 60px;
    }
    .toggle {
        margin-top: 15px;
    }
}