body {
  font-family: 'Inter', sans-serif;
  background-color: #f7f7f7;
}

.image-mobile {
  display: block;
}

strong {
  font-weight: 600;
}

button {
  outline: none;
}


/*Samurai Blog Tabs*/

.container-hero-text-blog {
  padding: 20px;
}

.container-hero-text-blog h1, h6 {
  text-align: center;
  padding-bottom: 0px;

}

.tabs-Samurai-Blog{
  left: 50%;
  margin-top:100px;
  transform: translateX(-50%);
  position: relative;
  padding: 10px;
  width: 100%;
  height: auto;
  border-radius: 5px;
  min-width: 240px;
}
.tabs-Samurai-Blog input[name=tab-control] {
  display: none;
}
.tabs-Samurai-Blog .content section h2,
.tabs-Samurai-Blog ul li label {
  font-size: 18px;
  color: #428bff;
}
.tabs-Samurai-Blog ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tabs-Samurai-Blog ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.tabs-Samurai-Blog ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
}
.tabs-Samurai-Blog ul li label br {
  display: none;
}
.tabs-Samurai-Blog ul li label svg {
  fill: #929daf;
  height: 2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  margin-bottom: -7px;
  transition: all 0.2s ease-in-out;
}
.tabs-Samurai-Blog ul li label:hover, .tabs-Samurai-Blog ul li label:focus, .tabs-Samurai-Blog ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs-Samurai-Blog ul li label:hover svg, .tabs-Samurai-Blog ul li label:focus svg, .tabs-Samurai-Blog ul li label:active svg {
  fill: #bec5cf;
}
.tabs-Samurai-Blog .slider {
  position: relative;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs-Samurai-Blog .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #2DA7E2;
  border-radius: 1px;
}
.tabs-Samurai-Blog .content {
  margin-top: 30px;
}
.tabs-Samurai-Blog .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs-Samurai-Blog .content section h2 {
  color: #428bff;
  display: none;
}
.tabs-Samurai-Blog .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #2DA7E2;
  margin-top: 5px;
  left: 1px;
}
.tabs-Samurai-Blog input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #428bff;
}
.tabs-Samurai-Blog input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #428bff;
}
@media (max-width: 600px) {
  .tabs-Samurai-Blog input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs-Samurai-Blog input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tabs-Samurai-Blog input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs-Samurai-Blog input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #428bff;
}
.tabs-Samurai-Blog input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #428bff;
}
@media (max-width: 600px) {
  .tabs-Samurai-Blog input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs-Samurai-Blog input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.tabs-Samurai-Blog input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs-Samurai-Blog input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #428bff;
}
.tabs-Samurai-Blog input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #428bff;
}
@media (max-width: 600px) {
  .tabs-Samurai-Blog input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs-Samurai-Blog input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.tabs-Samurai-Blog input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs-Samurai-Blog input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #428bff;
}
.tabs-Samurai-Blog input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #428bff;
}
@media (max-width: 600px) {
  .tabs-Samurai-Blog input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs-Samurai-Blog input[name=tab-control]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
.tabs-Samurai-Blog input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs-Samurai-Blog ul li label {
    white-space: initial;
  }
  .tabs-Samurai-Blog ul li label br {
    display: initial;
  }
  .tabs-Samurai-Blog ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs-Samurai-Blog ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs-Samurai-Blog ul li label span {
    display: none;
  }
  .tabs-Samurai-Blog .slider {
    display: none;
  }
  .tabs-Samurai-Blog .content {
    margin-top: 20px;
  }
  .tabs-Samurai-Blog .content section h2 {
    display: block;
  }
  .tabs-Samurai-Blog .content section h2::after{
      margin:0 auto;
  }
}

/* End Tabs Samurai */


/* lista de planes */

h2 {
  text-align: center;
  font-size: 22px;
}

.container-contact-header {
	border-bottom: white solid 1px;
	display:flex;
	margin-top:-5px;
}

.subcontainer-contact-header {
	margin: auto;

}

.btn-contact-whats {

}

.container-whats {

   
}

.container-whats > ul {
    list-style: none;
}

.container-recaptcha {
    padding-bottom: 20px;
}

.btn-contact-whats > ul > li {
    position: relative;
    padding: 10px;
}

.btn-contact-whats p {
    color: #ffffff;
    font-weight: 600;
    font-size :16px;
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 15px;
}

.subcontainer-contact-header span {
	display: inline-block;
	color: #ffffff;
	padding:2px;
	font-size:18px
}

.subcontainer-contact-header p {
	color: #ffffff;
	font-size:18px
}

.subcontainer-contact-header a {
	color: #ffffff;
	font-size:18px
}

.subcontainer-contact-header a:hover {
	color: #2DA7E2;
}


.carousel-inner {
	margin-top: 24px;
}

.container-planes-samurai-cargo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-white {
  color: #ffffff;
}

.card-services-samurai-cargo {
  background-color: #ffffff;
  border: none;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}

.container-services-samurai-cargo {
  padding-top: 50px;
}

.card-title-servcies-samurai-cargo {
  text-align: center;
}

#canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.pos-r {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
}
 section{padding: 50px 0;}
.section-title{margin-bottom:50px; position: relative;}
.section-title p{font-size: 16px;}
.title-effect {width: 50px; height: 50px; top: 0; position: absolute; left: 0; opacity: 0.5; animation: rotation 12.8s steps(1) 0s infinite;}
.text-center .title-effect{left: 50%; margin-left: -25px;}
.text-center .section-title h6{padding: 15px 0;}

.title-effect .bar {background: #2575fc;}
.title-effect .bar-top {width: 100%; height: 7px; position: absolute; top: 0; left: 0; transform-origin: left top; transform: scale(0, 1); animation: bar-top 3.2s linear 0s infinite;}
.title-effect .bar-right {width: 7px; height: 100%; position: absolute; top: 0; right: 0; transform-origin: left top; transform: scale(1, 0); animation: bar-right 3.2s linear 0s infinite;}
.title-effect .bar-bottom {width: 100%; height: 7px; position: absolute; right: 0; bottom: 0; transform-origin: right top; transform: scale(0, 1); animation: bar-bottom 3.2s linear 0s infinite;}
.title-effect .bar-left {width: 7px; height: 100%; position: absolute; left: 0; bottom: 0; transform-origin: left bottom; transform: scale(1, 0); animation: bar-left 3.2s linear 0s infinite;}

.title {position: relative; color: #1c1d3e; margin-bottom: 0;}
.section-title h2{margin-bottom: 15px;}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bar-top {
  0% {
    transform: scale(0, 1);
  }
  12.5% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes bar-right {
  0% {
    transform: scale(1, 0);
  }
  12.5% {
    transform: scale(1, 0);
  }
  25% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}
@keyframes bar-bottom {
  0% {
    transform: scale(0, 1);
  }
  25% {
    transform: scale(0, 1);
  }
  37.5% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes bar-left {
  0% {
    transform: scale(1, 0);
  }
  37.5% {
    transform: scale(1, 0);
  }
  50% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}


/* ------------------------
    Price Table
------------------------*/

.down-plan {
  height: 350px;
}

.up-plan {
  height: 600px;
}

.price-table{padding: 30px 30px; overflow: hidden; position: relative; background: rgba(56, 0, 107); text-align: center;-webkit-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
    box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;}
.price-title{
  font-weight: 600; 
  color: #fff;
}
.price-header{position: relative; z-index: 9;}
.price-value {display: inline-block; width: 100%;}
.price-value h2 {font-size: 60px; line-height: 60px; font-weight: 800; color: #1c1d3e; margin-bottom: 0; position: relative; display: inline-block;}
.price-value h2 span {font-size: 26px; left: -15px; line-height: 24px; margin: 0; position: absolute; top: 10px; color: #5f5f5f; font-weight: normal;}
.price-value span {margin: 15px 0; display: block;}

.price-list ul li {
  position: relative; 
  display: block; 
  margin-bottom: 5px;
  text-align: left;
  color: #fff;
  font-size: 16px;
}

.price-list ul li:last-child{margin-bottom: 0;}
.dark-bg .price-list ul li{color: rgba(255,255,255,0.8);}
.price-list ul li:last-child{margin-right: 0;}
.price-list li i {color: #2575fc; line-height: 20px; font-size: 20px;}

.price-inside {font-size: 80px; line-height: 80px; position: absolute; left: 85%; top: 50%; transform: translateX(-50%) translateY(-50%) rotate(-90deg); font-weight: 600; color: rgba(255,255,255,0.070);}
.price-table::before {background: #380b5a; content: ""; height: 300px; left: -25%; position: absolute; top: -10%; transform: rotate(-10deg); width: 150%;}
.price-table.active::before{transform: rotate(10deg);}

.price-table.style-2{background: rgba(255,255,255,0.020); box-shadow: none;}
.price-table.style-2::before {background: rgba(255,255,255,0.030); top: 50%; transform: translateY(-50%) rotate(-10deg);}
.price-table.style-2 .price-title{color:#005bea;}
.price-table.style-3.active .price-title{color:#ffffff;}
.price-table.style-2 .price-value h2, .price-table.style-3.active .price-value h2{color: #ffffff;}
.price-table.style-2 .price-list{margin-top: 20px;}
.price-table.style-2.active::before{transform: rotate(0);}
.price-table.style-2 .price-inside{color: rgba(255,255,255,0.040);}
.price-table.style-2 .btn, .price-table.style-3.active .btn{-webkit-box-shadow: 0 10px 20px rgba(255,255,255,0.1);}

.price-table.active{padding: 70px 30px;}
.price-table.style-3.active{background: #2575fc; color: #ffffff;}
.price-table.active .price-value h2 span{color: #ffffff;}
.price-table.style-3:before, .price-table.style-4:before{display: none;}
.price-table.style-3 .price-list{margin-top: 25px;}

.price-table.style-4 .price-list{margin: 25px 0;}
.price-table.style-4 h3{text-transform: capitalize;}

.btn{
  padding: 12px 25px; 
  font-weight: 500; 
  background: none; 
  color: #1c1d3e; 
  overflow: hidden; 
  border-radius: 0px; 
  border: none; 
  position: relative; 
  z-index: 9; 
  transition: all 0.5s ease-in-out 0s; 
  box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
}

.btn.btn-theme{
  background: #2DA7E2;  
  color: #ffffff;
}

.btn.btn-theme:hover{
  background: #1a66c1;  
}

.btn.focus, .btn:focus{box-shadow: none;}
.btn:hover {transform: translateY(-3px);}
.btn.btn-circle{
  width: 100%;
}

.btn span {display: inline-block; opacity: 0; -webkit-transform: translate3d(10, 10px, 0); -moz-transform: translate3d(10, 10px, 0); -ms-transform: translate3d(10, 10px, 0); -o-transform: translate3d(10, 10px, 0); transform: translate3d(10, 10px, 0);
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
 .price-table:hover{-webkit-box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5); -moz-box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5); box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5);}

.btn::before {content: attr(data-text); height: 100%; left: 0; position: absolute; top: 0; transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0s; width: 100%; padding: 12px 0;}
.btn:hover:before {opacity: 0; -webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);}
.btn:hover span{opacity:1; -webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0); -o-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
.btn:hover span:nth-child(1){-webkit-transition-delay:0.01s; -moz-transition-delay:0.01s; -o-transition-delay:0.01s; transition-delay:0.01s}
.btn:hover span:nth-child(2){-webkit-transition-delay:0.05s; -moz-transition-delay:0.05s; -o-transition-delay:0.05s; transition-delay:0.05s}
.btn:hover span:nth-child(3){-webkit-transition-delay:0.1s; -moz-transition-delay:0.1s; -o-transition-delay:0.1s; transition-delay:0.1s}
.btn:hover span:nth-child(4){-webkit-transition-delay:0.15s; -moz-transition-delay:0.15s; -o-transition-delay:0.15s; transition-delay:0.15s}
.btn:hover span:nth-child(5){-webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; -o-transition-delay:0.2s; transition-delay:0.2s}
.btn:hover span:nth-child(6){-webkit-transition-delay:0.25s; -moz-transition-delay:0.25s; -o-transition-delay:0.25s; transition-delay:0.25s}
.btn:hover span:nth-child(7){-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s}
.btn:hover span:nth-child(8){-webkit-transition-delay:0.35s;-moz-transition-delay:0.35s; -o-transition-delay:0.35s; transition-delay:0.35s}
.btn:hover span:nth-child(9){-webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; -o-transition-delay:0.4s; transition-delay:0.4s}
.btn:hover span:nth-child(10){-webkit-transition-delay:0.45s; -moz-transition-delay:0.45s; -o-transition-delay:0.45s; transition-delay:0.45s}
.btn:hover span:nth-child(11){-webkit-transition-delay:0.5s; -moz-transition-delay:0.5s; -o-transition-delay:0.5s; transition-delay:0.5s}
.btn:hover span:nth-child(12){-webkit-transition-delay:0.55s; -moz-transition-delay:0.55s; -o-transition-delay:0.55s; transition-delay:0.55s}
.btn:hover span:nth-child(13){-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s}
.btn:hover span:nth-child(14){-webkit-transition-delay:0.65s; -moz-transition-delay:0.65s; -o-transition-delay:0.65s; transition-delay:0.65s}
.btn:hover span:nth-child(15){-webkit-transition-delay:0.7s; -moz-transition-delay:0.7s; -o-transition-delay:0.7s; transition-delay:0.7s}
.btn:hover span:nth-child(16){-webkit-transition-delay:0.75s; -moz-transition-delay:0.75s; -o-transition-delay:0.75s; transition-delay:0.75s}
.btn:hover span:nth-child(17){-webkit-transition-delay:0.8s; -moz-transition-delay:0.8s; -o-transition-delay:0.8s; transition-delay:0.8s}
.btn:hover span:nth-child(18){-webkit-transition-delay:0.85s; -moz-transition-delay:0.85s; -o-transition-delay:0.85s; transition-delay:0.85s}
.btn:hover span:nth-child(19){-webkit-transition-delay:0.95s; -moz-transition-delay:0.95s; -o-transition-delay:0.95s; transition-delay:0.95s}
.btn:hover span:nth-child(20){-webkit-transition-delay:1s; -moz-transition-delay:1s; -o-transition-delay:1s; transition-delay:1s}

/* lista de planes */

a {
  color: #6a1b9a;
  transition: 0.5s;
  text-decoration: none;
  outline: none;
}

a:hover, a:active, a:focus {
  color: #38006b;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.25px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
}

h3 {
  font-size: 40px;
  letter-spacing:0px;
}

h4 {
  font-size: 23px;
  font-weight: 600;
  letter-spacing:0.25px;
}

h5 {
  font-size: 23px;
  letter-spacing:0px;
  line-height: 33px;
}

h6 {
  font-size: 19px;
  letter-spacing:0.15px;

}

.container-text-service {
  height: 150px;
}

.card-item {
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.5rem rgb(130 167 217 / 20%);
  border: none;
}

.card-item-color {
  background-color: #38006b;
  color: #ffffff;
  box-shadow: 0 0.125rem 0.5rem rgb(130 167 217 / 20%);
  border: none;
  text-align: center;
  padding: 20px;
}

.card-item-color p {
  color: #ffffff;
}

.second-row {
  padding-top: 15px;
}


@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

.img-somos {
  width: 900px;
  float: left;
  margin-left: -20px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #ffffff;
  color: #fff;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 1;
  font-size: 32px;
  border-radius: 50%;
  left: 15px;
  bottom: 15px;
  transition: 0.5s;
  z-index: 11;
  box-shadow: 0 0.125rem 0.5rem rgb(130 167 217 / 20%);
}

.back-to-top i {
  font-size: 18px;
  padding-top: 16px;
  color: #1A1A1A;
}

.whatsapp-to-top i {
  padding-top: 6px;
  color: #fff;
}

.whatsapp-to-top {
  position: fixed;
  background: #18d26e;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 36px;
  right: 15px;
  bottom: 15px;
  transition:0.5s;
  z-index: 11;

}

.btn-contact-whats ul {
    list-style: none;
    display: flex;
    height: 48px;
}


@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  .whatsapp-to-top {
    bottom: 15px;
  }

  .modal-dialog{
    top: 100px;

  }
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18d26e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.modal-header {
  padding: 5px;
}

.close {
  font-size: 43px;
  position: absolute;
  top: 5px;
  right: 20px;
  color: #ffffff;
  opacity: .5;
  font-weight: normal;
  z-index: 10;
}

.close:hover {
  color: #ffffff;
  opacity: .9;
}

.btn-modal {
  float: right;
  margin-top: -60px !important;
  position: relative;
  z-index: 10;
}

.super-guardian {
  background-color: rgba(56, 0, 107);
  padding: 30px 30px 10px 30px;
}

.super-guardian-logo {
  width: 500px;
  margin-top: -15px;
}

.features-super-guardian {
  width: 250px;
  margin-top: -10px;
}


/*accordion*/

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:after {
  content: '\002B';
  color: #ffffff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  margin-top: 5px;
}

/*.active:after {
  content: "\2212";
  color: #ffffff;
}
*/

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0px;
}

.container-app {
  margin-top: 100px;
}

/*accordion*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.9);
}

#header.header-transparent {
  background: rgba(56, 0, 107);
}

#header.header-scrolled {
  background: rgba(56, 0, 107);
}

#header .logo {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  padding-left: 10px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  width: 100px;
  margin-top: 5px;
}

.header-social-links {
  padding-left: 14px;
  margin-left: 20px;
  border-left: 1px solid #c4c4c4;
} 

.header-social-links a {
  font-size: 22px;
  margin-right: 10px;
  color: #ffffff;
}

.btn-conoce-mas {
  font-weight: 600;
  text-decoration: underline;
}

.btn-conoce-mas:hover {
  text-decoration: underline;
}

#other-features {
  background: url("../img/download-background.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 50px 0 50px 0;
  position: relative;
  height: 100%;
  margin-top: 50px;
}

#other-features::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(56, 0, 107, 0.7);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
  margin-top: 20px;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.dropdown {
  margin-top: -5px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 100;
}

.img-blog {
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-menu a:hover {
  color: #2DA7E2;
}

.container-info-blog {
  margin-top: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f7f7f7;
}


/*.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #2DA7E2;
}
*/

.container-samurai-articles {
  margin-top: -45px;
  padding-bottom: 20px;
}

.container-articles-in {
  margin-top: 30px;
  padding-bottom: 30px;
}

.slide-image-mobile {
  display: none;
}

.container-samurai {
  padding-top: 50px;
  padding-bottom: 20px;
}

.container-samurai h1 {
  text-align: center;
}

.container-quienes {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-quienes p{
  font-size: 16px;
}

.submenu-samurai {
  margin-top: 30px !important;
  background-color: rgba(56, 0, 107);
  padding-top: 5px !important;
  padding-right: 10px !important;
  padding-bottom: 5px !important;
}

.submenu-samurai a {
  color: #ffffff !important;
  font-weight: 300 !important;
}
.submenu-samurai a:hover {
  color: #2DA7E2 !important;
  font-weight: 400 !important;
  background-color: transparent !important;
}

.dropdown-divider {
  border-bottom: 1px solid rgba(255,255,255,.9);
}

.submenu-icon {
  font-size: 23px !important;
  float: right;
  margin-left: 300px !important;
  margin-top: -25px !important;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  text-transform: none;
  color: #333333;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #18d26e;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.img-benefits {
  width: 900px;
  float: right;
  margin-right: -20px;
}

.mobile-nav {
  position: fixed;
  top: 80px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  overflow-y: auto;
  background: #38006b;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: 100;
  font-size: 18px;
  outline: none;
  border-bottom: 1px solid rgba(255,255,255,.4);
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #2DA7E2;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(26, 26, 26, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.img-call-guardian {
  width: 500px;
  float: left;
  margin-left: -20px;
}

.less-accordion {
  margin-top: 120px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.container-text-video{
}

#mas-sobre-nosotros {
  width: 100%;
  margin-top: 130px;
  overflow: hidden;
  position: relative;
  
}

#mas-sobre-nosotros p {
  font-size: 16px;
  font-weight: 300;
}

.quienes-somos {
  background-color: rgba(56, 0, 107);
}

.quienes-somos h1 {
  color: #ffffff;
  text-align: center;
}

.quienes-somos p {
  color: #ffffff;
}

.mision-valores {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mision-valores h1 {
  text-align: center;
}

.tab-content-samurai {
  padding-top: 70px;
  padding-bottom: 50px;
}

.container-slide-carousel {
  height: 500px;
}

.container-carousel-samurai {
  margin-top: 25px;
  height: 600px;
}

.container-text-carousel {
}

.container-text-carousel-mobile {
  display: none;
}

.subcontainer-text-carousel {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45);
  /*background-color: rgb(255 255 255);*/
  /*box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .2);*/
  margin-top: 150px;
  padding: 20px;
}

.form-landing {
  background-color: inherit !important;
  padding: 0px !important;
  margin-top: -50px;
}

.subcontainer-landing-text {
  margin-top: 70px;
  padding: 0px;

}

.one-slide {
  background: url('../img/background-slide-one.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
}

.slide-two {
  background: url('../img/background-slide-guardian-auto.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
}

.slide-four {
  background: url('../img/background-slide-four.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
}

.slide-five {
  background: url('../img/background-slide-five.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
}

.slide-guardian-auto {
  background: url('../img/banner-guardian-auto-desktop.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 24px
}

.slide-samurai-cargo-05 {
  background: url('../img/Banner-samurai-cargo-05-desktop.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 24px;
}

.slide-samurai-cargo-1-5 {
  background: url('../img/Banner-cargo-guardian-desktop-1-5.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 24px;
}

.slide-samurai-cargo-1-5-van {
  background: url('../img/Banner-cargo-guardian-desktop-1-5-van.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 24px;
}

.slide-samurai-cargo-3-5 {
  background: url('../img/Banner-cargo-guardian-desktop-3-5.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 24px;
}

.slide-samurai-cargo-truck {
  background: url('../img/Banner-cargo-guardian-desktop-truck.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 24px;
}

.slide-samurai-cargo-tracto {
  background: url('../img/Banner-cargo-guardian-desktop-tracto.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 24px;
}

.slide-samurai-cargo-full {
  background: url('../img/Banner-cargo-guardian-desktop-full.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 24px;
}

.slide-guardian-moto {
  background: url('../img/banner-moto-guardian-desktop.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 24px;
}

.slide-guardian-gps {
  background: url('../img/banner-gps-guardian-desktop.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 24px;
}

.slide-guardian-monitoreo {
  background: url('../img/banner-monitoreo-guardian.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 24px;
}

.slide-guardian-transporte {
  background: url('../img/banner-transporte-guardian-desktop.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 24px;
}

.slide-samurai-blog{
  background: url('../img/banner-samurai-blog-desktop.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 24px;
}

.slide-landing{
  background: url('../img/banner-image-landing.jpg') center no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 24px;
}

.subcontainer-text-services {
  color: #ffffff;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 150px;
}

.only-container-app div img {
  display: block;
  margin: 0 auto;

}

.only-container-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-image {
  margin-left: -15px;
}

.container-video{
}

.container-video video{
  margin-top: 120px;
}

#main {
  margin-top: -80px;
}

.carousel-control-prev-icon {
  background-image: none;
}

.carousel-control-next-icon {
  background-image: none;
}

@media (max-width: 1500px) {
  .slide-landing{
    background: url('../img/Banner-image-landing-md.jpg') center no-repeat;
    background-size: cover;
    height: 500px;
    margin-top: 24px;
  }

  .slide-guardian-gps {
    background: url('../img/banner-gps-guardian-desktop-md.jpg') center no-repeat;
    background-size: cover;
    height: 500px;
    margin-top: 24px;
  }

  .slide-guardian-auto {
    background: url('../img/banner-guardian-auto-desktop-md.jpg') center no-repeat;
    background-size: cover;
    height: 500px;
    margin-top: 24px
  }

}

/*--------------------------------------------------------------
# Services carousel
--------------------------------------------------------------*/

.about-container {
  position: relative;
}
.about-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
}

#customers-testimonials .item-details {
  height: 300px;
  background-color: #ffffff;
  padding: 20px 10px;
  text-align: left;
}
#customers-testimonials .item-details h5 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
}
#customers-testimonials .item-details h5 span {
  color: red;
  float: right;
  padding-right: 20px;
}
#customers-testimonials .item-details p {
  font-size: 14px;
}
#customers-testimonials .item {
  text-align: center;
  box-shadow: 0 0.125rem 0.5rem rgb(130 167 217 / 20%);
}

.owl-carousel .owl-nav [class*=owl-] {
  transition: all 0.6s ease;
}

.owl-carousel .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 4em;
  color: #ddd;
  text-align: center;
}

.owl-carousel .owl-prev {
  left: -70px;
}

.owl-carousel .owl-next {
  right: -70px;
}

.carousel-control-prev {
  width: 80px;
  background-color: transparent;
  border: none;
}

.carousel-control-next {
  width: 80px;
  background-color: transparent;
  border: none;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 6rem;
  height: 6rem;
  border-radius: 50px;
}

/*--------------------------------------------------------------
# Services carousel
--------------------------------------------------------------*/


@media (max-height: 500px) {
  #intro {
    height: 150vh;
  }
}



#intro .carousel-item {
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(56, 0, 107, 0.1);
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 100px;
  right: 50px;
}

#intro .container {
  text-align: left;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 100;
  letter-spacing: 3px;
  text-shadow: 0 0.3vw 0.5vw rgb(0 0 0 / 50%);
}

.cta-btn {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1.25px;
  display: inline-block;
  padding: 10px 10px;
  transition: 0.5s;
  /*margin: 10px;*/
  color: #fff;
  background: #2DA7E2;
  border: none;
}

.cta-btn:hover {
  color: #fff;
  background: #1a66c1;

}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }

  #intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
  }

  #intro .carousel-item {
    background-position: left;
  }

  .container-text-carousel {
    display: none;
  }

  h1 {
    font-size: 26px;
  }

  h6 {
    font-size: 16px;
    line-height: 22px;
  }

  .cta-btn {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
  }

#intro p {
  width: 80%;
  text-align: left;
  color: #fff;
}

.img-slide {
  width: 100%;
}

.img-benefits {
  margin-top: 20px;
  margin-right: 0px;
}

.tabs-Samurai-Blog {
  width: auto;
}

}

@media (max-width: 767px) {
  #intro h2 {
    font-size: 28px;
  }

  #intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
  }

  #intro .carousel-item {
    background-position: left;
  }

  .container-text-carousel {
    display: none;
  }

  h1 {
    font-size: 26px;
  }

  h6 {
    font-size: 16px;
    line-height: 22px;
  }

  .cta-btn {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
  }

#intro p {
  width: 80%;
  text-align: left;
  color: #fff;
}

.img-slide {
  width: 100%;
}

.img-benefits {
  margin-top: 20px;
  margin-right: 0px;
}

.img-call-guardian {
  width: auto;
  margin-top: 40px;
  margin-left: 0;
}

#call-to-action-guardian h4 {
  text-align: center;
}

#call-to-action-guardian h5 {
  text-align: center;
}

.less-accordion {
  margin-top: 30px;
}

}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 1px;
    text-shadow: 0 0.3vw 0.5vw rgb(0 0 0 / 50%);
  }
}

@media (max-width: 1024px) {
  #intro p {
    width: 60%;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 1px;
    text-shadow: 0 0.3vw 0.5vw rgb(0 0 0 / 50%);
  }
}

@media (max-width: 768px) {
  #intro p {
    width: 90%;
    font-size: 36px;
  }

  #intro .carousel-container{
    left:20px;
    right: 20px;
  }

}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-start,
#intro .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-start,
#intro .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 100px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  border-radius: 40px;
  background: #6a1b9a;
}

#intro .btn-get-started:hover {
  background: #38006b;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header h1 {
  color: #1A1A1A;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.section-header h4 {
  padding-bottom: 0px;
}

.section-header-white h1 {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  color: #ffffff;
}

.section-header-white p {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  color: #ffffff;
}

.section-header-white  h4{
  color: #ffffff;
  padding-bottom: 0px;
}

.information-container-text {
  padding-bottom: 20px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #2DA7E2;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #666666;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f7f7f7;
  min-height: 40px;
  margin-top: 110px;
}

@media (max-width:1200px) {

  #intro h2 {
    font-size: 28px;
  }
    
  #intro p {
    font-size: 32px;
    line-height: 36px;
  }

  .price-table {
    margin-bottom: 30px;
  }
}


@media (max-width: 992px) {

  .dropdown-menu>li>a {
    padding: 10px 20px;
  }

  .submenu-icon {
    margin-top: 0px !important;
  }

  .submenu-samurai {
    width: 100%;
    z-index: 10;
    margin-top: 0px !important;
    padding-right: 0px !important;
  }

  .breadcrumbs {
    margin-top: 80px;
  }

  .header-social-links {
    margin-right: 60px;
    padding-right: 20px;
    border-right: 1px solid #c4c4c4;
    border-left: none;
  }
  .mobile-nav-toggle {
    margin-top: 15px;
  }
}


@media (max-width: 991px) {

  .one-slide {
    background: none;
    margin-top: 10px;
  }

  .slide-video {
    background: url('../img/background-mobile-slide-one.jpg') center no-repeat;
    height: 300px;
  }

  .slide-two {
    background: none;
  }

  .slide-four{
    background: none;
  }

  .slide-five {
    background: none;
  }

  .slide-two-mobile {
    width: 100%;
    height: 300px;
    background: url('../img/background-slide-guardian-auto-mobile.jpg') center no-repeat;
	margin-top:60px;
  }

  .slide-four-mobile {
    width: 100%;
    height: 300px;
    background: url('../img/background-mobile-slide-four.jpg') center no-repeat;
	margin-top:60px;
  }

  .slide-five-mobile {
    width: 100%;
    height: 300px;
    background: url('../img/background-mobile-slide-five.jpg') center no-repeat;
	margin-top:60px;  
  }

  .slide-guardian-auto-mobile {
    width: 100%;
    height: 300px;
    background: url('../img/banner-auto-guardian-tablet.jpg') center no-repeat;
  }

  .slide-samurai-cargo-05-mobile {
    width: 100%;
    height: 300px;
    background: url('../img/Banner-samurai-cargo-05-tablet.jpg') center no-repeat;
  }

  .slide-samurai-cargo-1-5-mobile {
    width: 100%;
    height: 300px;
    background: url('../img/Banner-samurai-cargo-1-5-tablet.jpg') center no-repeat;
  }

  .slide-samurai-cargo-1-5-van-mobile {
    width: 100%;
    height: 300px;
    background: url('../img/Banner-samurai-cargo-1-5-van-tablet.jpg') center no-repeat;
  }

  .slide-samurai-cargo-3-5-mobile{
    width: 100%;
    height: 300px;
    background: url('../img/Banner-samurai-cargo-3-5-tablet.jpg') center no-repeat;
  }

  .slide-samurai-cargo-truck-mobile{
    width: 100%;
    height: 300px;
    background: url('../img/Banner-samurai-cargo-truck-tablet.jpg') center no-repeat;
  }

  .slide-samurai-cargo-tracto-mobile{
    width: 100%;
    height: 300px;
    background: url('../img/Banner-samurai-cargo-tracto-tablet.jpg') center no-repeat;
  }

  .slide-samurai-cargo-full-mobile{
    width: 100%;
    height: 300px;
    background: url('../img/Banner-samurai-cargo-full-tablet.jpg') center no-repeat;
  }

  .slide-guardian-moto-mobile {
    width: 100%;
    height: 300px;
    background: url('../img/banner-moto-guardian-tablet.jpg') center no-repeat;
  }

  .slide-guardian-gps-mobile {
    width: 100%;
    height: 300px;
    background: url('../img/banner-gps-guardian-tablet.jpg') center no-repeat;
  }

  .slide-guardian-monitoreo-mobile {
    width: 100%;
    height: 300px;
    background: url('../img/banner-monitoreo-guardian-tablet.jpg') center no-repeat;
  }

  .slide-guardian-transporte-mobile {
    width: 100%;
    height: 300px;
    background: url('../img/banner-transporte-guardian-tablet.jpg') center no-repeat;
  }

  .slide-samurai-blog-mobile {
    width: 100%;
    height: 300px;
    background: url('../img/banner-samurai-blog-tablet.jpg') center no-repeat;
  }

  .slide-landing-mobile {
    width: 100%;
    height: 300px;
    background: url('../img/banner-image-landing-tablet.jpg') center no-repeat;
    margin-top: -1px;
  }

  .slide-guardian-auto{
    background: none;
  }

  .slide-samurai-cargo-05{
    background: none;
    height: auto;
  }

  .slide-samurai-cargo-1-5{
    background: none;
    height: auto;
  }

  .slide-samurai-cargo-1-5-van{
    background: none;
    height: auto;
  }

  .slide-samurai-cargo-3-5{
    background: none;
    height: auto;
  }

  .slide-samurai-cargo-truck{
    background: none;
    height: auto;
  }

  .slide-samurai-cargo-tracto{
    background: none;
    height: auto;
  }

  .slide-samurai-cargo-full{
    background: none;
    height: auto;
  }


  .slide-guardian-moto{
    background: none;
  }

  .slide-guardian-gps{
    background: none;
  }

  .slide-guardian-monitoreo{
    background: none;
  }

  .slide-guardian-transporte{
    background: none;
  }

  .slide-samurai-blog{
    background: none;
    height: 100%;
  }

  .slide-landing{
    background: none;
    height: 100%;
  }

  .slide-image-mobile {
    display: contents;
  }

  .slide-image-mobile img {
    width: 150%;
    margin-left: -100px;
  }

  .container-text-carousel {
    display: none;
  }

  .container-text-carousel-mobile {
    display: contents;
  }

  .container-video video {
    margin-top: 60px;
    width: 65%;
    margin-left: 20%;
  }

  .container-carousel-samurai {
    height: auto;
  }

  .subcontainer-text-carousel {
    width: 100%;
    text-align: center;
    height: 250px;
    margin-top: -10px;
    padding-top: 25px;
    box-shadow: none;
    background-color: #38006b;
  }

  .carousel-inner {
  	margin-top: 12px;
  }

}

.breadcrumbs h2 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

.container-virtudes {
  max-width: 800px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #18d26e;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  margin: 15px 0;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #18d26e;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#about {
  background: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 50px;
}

#about h3 {
  color: #1A1A1A;
}

#about p {
  color: #1A1A1A;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  border-radius: 0px;
  padding-bottom: 20px;
  height: auto;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  width: 100%;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #38006b;
  text-align: center;
  border: 2px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #18d26e;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 3px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #18d26e;
}

#about .about-col p {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 100;
  line-height: 22px;
  color: #666666;
  margin-bottom: 0;
}

/*about*/

/* call to action guardian
--------------------------------*/
#call-to-action-guardian {
  background: url("../img/download-background.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 50px 0 50px 0;
  position: relative;
  height: 750px;
}

#call-to-action-guardian h3 {
  color: #ffffff;
}

#call-to-action-guardian p {
  color: #ffffff;
}

#call-to-action-guardian::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(56, 0, 107, 0.7);
}

#call-to-action-guardian .container {
  position: relative;
  z-index: 10;
}

#call-to-action-guardian .about-col {
  background: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  border-radius: 0px;
  padding-bottom: 20px;
  height: auto;
}

#call-to-action-guardian .about-col .img {
  position: relative;
}

#call-to-action-guardian .about-col .img img {
  width: 100%;
}

#call-to-action-guardian .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #38006b;
  text-align: center;
  border: 2px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#call-to-action-guardian .about-col i {
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
  transition: 0.3s;
}

#call-to-action-guardian .about-col:hover .icon {
  background-color: #fff;
}

#call-to-action-guardian.about-col:hover i {
  color: #18d26e;
}

#call-to-action-guardian .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 3px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#call-to-action-guardian .about-col h2 a {
  color: #000;
}

#call-to-action-guardian .about-col h2 a:hover {
  color: #18d26e;
}

#call-to-action-guardian .about-col p {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 100;
  line-height: 22px;
  color: #666666;
  margin-bottom: 0;
}

#call-to-action-guardian h5 {
  color: #ffffff;
}

/* call to action guardian
--------------------------------*/
.img-small {
  width: 35%;
  margin-top: 50px;
  margin-left: 30px;

}

.description{
  color: #1A1A1A;
  font-size: 14px;
}

.modal-promo {
  max-width: 200%;
  background:url(../img/background-modal.jpg) center  no-repeat ;
  border-radius: 0px;
}

.modal-content {
  background: none;
}

.modal-title {
  color: #ffffff;
}

.modal-header {
  border-bottom: none;
}

.modal-footer{
  border-top: none;
}

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 80px 0;
}

#services .icon-step {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  margin-left: 20px;
  bottom: -30px;
  transition: 0.3s;
}

.service-description {
  height: 6em;
}

.step-description {
  color: #ffffff;
}

.container-step {
  box-shadow: 0 0.125rem 0.5rem rgb(130 167 217 / 20%);
  padding: 20px 10px 20px 10px;
  background-color: rgba(56, 0, 107);
}

#services .aos-animate .icon {
  width: 64px;
  height: 64px;
  padding-top: 10px;
  text-align: center;
  background-color: #38006b;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  margin-left: -20px;
  transition: 0.3s;
}

#services .about-col i {
  font-size:43px;
  line-height: 1.2;
  color: #ffffff;
  transition: 0.3s;
}

.guardian-one {
  padding-bottom: 55px !important;
}

.secction-services {
  max-width: 1700px;
}

.container-text {
  padding: 20px 20px 56px 20px;
  background-color: #ffffff;
}

.container-text-services {
  padding: 20px 20px 0px 20px;
}

.container-information-btn {
  padding-top: 20px;
}

#services h3 {
  color: #1A1A1A;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#testimonials {
  /*background: url("../img/about-bg.jpg") center top no-repeat fixed;*/
  background-size: cover;
  padding: 40px 0 60px 0;
  margin-top: -5px;
  position: relative;
}

#testimonials::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(56, 0, 107);
}

#testimonials .icon {
  width: 64px;
  height: 64px;
  padding-top: 15px;
  text-align: center;
  margin-left: 20px;
  bottom: -30px;
  transition: 0.3s;
}

#testimonials .icon i {
  font-size: 43px;
  line-height: 1.2;
  color:#38006b;
  transition: 0.3s;
}

#testimonials .title {
  margin-bottom: 5px;
}

.container-info-virtues {
  padding-top: 10px;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.5rem rgb(130 167 217 / 10%);
}

.container-info-app {
  height: 150px;
  padding-top: 10px;
  margin-top: 60px;
  margin-bottom: 20px;
  background-color: rgba(56, 0, 107);
  color: #ffffff;
  box-shadow: 0 0.125rem 0.5rem rgb(130 167 217 / 10%);
}

.icon-app img {
  height: 60px;

}

.container-info-app  p {
  color: #ffffff;
}

.container-info-count {
  height: 100%;
  padding: 20px;
  margin-top: 60px;
  margin-bottom: 20px;
  background-color: rgba(56, 0, 107);
  color: #ffffff;
  box-shadow: 0 0.125rem 0.5rem rgb(130 167 217 / 10%);
}

.container-info-count  p {
  color: #ffffff;
}

.text-icon-app {
  margin-top: 5px;
}

#services .icon i {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.3;
  transition: 0.5s;
}

#services .title {
  margin-bottom: 15px;
  color: #fff;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #18d26e;
}

#services .description {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 100;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}


/* App guardian */

#app-guardian {
  height: 650px;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* App guardian */

/* Features services */

.container-features{
  float: right;
}

.container-features-left {
  margin-left: 25%;
}

.container-features-right {
  margin-right: 25%;
}

.container-feature-one {
  border-bottom:rgba(255, 255, 255) 1px solid;
  background-color: rgba(56, 0, 107);

}

.container-feature-two {
  border-bottom:rgba(255, 255, 255) 1px solid;
}

.container-feature-three {
  border-bottom:rgba(255, 255, 255) 1px solid;
}

.container-feature-four {
  border-bottom:rgba(255, 255, 255) 1px solid;
}

.container-feature-five {
  border-bottom:rgba(255, 255, 255) 1px solid;
}

.container-feature-six {
  padding-bottom: 10px;
}

.header-dark h2{
  text-align: center;
}

.header-dark h3, p {
  color:#1A1A1A;
}

.header-dark p {
  color:#1A1A1A;
}

#feature-services {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 30px;
}

.general-container-armored {
  padding-bottom: 50px;
}

.container-text-armored {
  border-top: #ffffff 1px solid;
  background-color: rgba(56, 0, 107);
}


.general-container-armored p {
  color: #ffffff;
}

.general-container-armored h4 {
  color: #ffffff;
  padding-bottom: 0px;
}

.general-container-armored h3 {
  color: #ffffff;
  padding-bottom: 0px;
}

.general-container-armored img {
  display: block;
}

.container-information-armored{
  background-color: rgba(56, 0, 107);
  padding: 20px;
}

.subcontainer-super-guardian {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-call p {
  padding-top: 5px;
}

#feature-services::before {
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  background-color:#f7f7f7;
  opacity: 0
}

#feature-services .icon-step {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  margin-left: 20px;
  bottom: -30px;
  transition: 0.3s;
}

#feature-services .icon i {
  color: #38006b;
  font-size: 43px;
  line-height: 1.3;
  transition: 0.5s;
}

#feature-services .title-feature {
  margin-bottom: 15px;
  color:#1A1A1A;
}

#feature-services .title a {
  color: #111;
}

#feature-services .box:hover .title a {
  color: #18d26e;
}

#feature-services .description {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 100;
  line-height: 20px;
  margin-bottom: 0;
}

.container-info-feature {
  height: 15em;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.5rem rgb(130 167 217 / 10%);
}

.container-info-feature .icon {
  margin-left: 20px;
}

.features-icon {
  width: 40px;
  padding: 2px;
}

.features-icon-landing {
  width: 35%;
  margin: 0 auto;
}

.features-armored-icon {
  width:60px;
  margin: 0 auto;
}

.btn-feature-services {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.25px;
  background-color:rgba(56, 0, 107);
  border: transparent;
  color: #ffffff;
  cursor: pointer;
  padding: 10px;
  outline: none;
}


.features-card{
  width: 100%;
  border: none;
  background-color:rgba(56, 0, 107);
  border-radius: 0;
  border-bottom: #ffffff solid 1px;
}

.accordion:hover {
  background-color:rgb(46 17 76);
}


.features-card p {
  font-size: 14px;
  line-height: 18px;  
  color: #ffffff;
  padding-top: 5px;
}

/*
#call-to-action-guardian .cta-btn {
  width: 100%;
  font-weight: 300;
  font-size: 23px;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 0px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #6a1b9a;
}

*/

#call-to-action-guardian h4 {
  color: #ffffff;
}

/* Features services */

/* Call To Action Section
--------------------------------*/

.container-call-to-action{
  margin: 0 auto;
}

.container-call-one {
  margin-top: 100px;
}


#call-to-action {
  padding-top: 50px;
  padding-bottom: 50px;
}

#call-to-action h3 {
  color: #fff;
  text-align: center;
}

#call-to-action-cuenta {
  height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("../img/download-background.jpg") center top no-repeat fixed;
  position: relative;
  background-size: cover;
}

#call-to-action-cuenta::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(56, 0, 107, 0.7);
}

#call-to-action-cuenta h3 {
  color: #fff;
  text-align: center;
}


.text-below{
  color: #2DA7E2;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
  margin-top: -30px;
}

.copy-text {
  color: #fff;
  text-align: center;
}

.text-hero {
  font-size: 93px;
  font-weight: 600;
  text-align: center;
  color: #2DA7E2;
}

.right-text {
  font-size: 23px;
  letter-spacing: 0.5px;
  color: #2DA7E2;
  position: absolute;
  top: 90px;
  left: 180px;
}

.btn-secundary{
  color: #6a1b9a;
  font-weight: 600;
  text-decoration: underline;
}

.btn-white{
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}

.btn-white:hover {
  color: #ffffff;
  text-decoration: none;
}


#call-to-action .cta-btn {
  width: 85%;
  font-weight: 300;
  font-size: 23px;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 0px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #2DA7E2;
  margin-right: 30px;
}

#call-to-action .cta-btn:hover {
  background: #1a66c1;
  color: #ffffff;
}

/* Call To Action Section
--------------------------------*/


/* Benefits
--------------------------------*/

#benefits {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(56, 0, 107);
}

.container-benefits {
  max-width: 1000px;
}

.container-text-benefits {
  max-width: 800px;
  margin-right: 0px;
}

#benefits .icon {
  width: 64px;
  height: 64px;
  padding-top: 15px;
  text-align: center;
  margin-left: 20px;
  bottom: -30px;
  transition: 0.3s;
}

#benefits .icon i {
  font-size: 43px;
  line-height: 1.2;
  color: #38006b;
  transition: 0.3s;
}

/* Benefits
--------------------------------*/

#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/
#facts {
 /* background: url("../img/facts-bg.jpg") center top no-repeat fixed;*/
  position: relative;
  background: url('../img/background-contact.jpg') center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 600px;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(56, 0, 107, 0.75);
}

.container-info-details {
  margin-top: 70px;
}

.container-facts {
  margin-top: 100px;
}

#facts .counters span {
  font-size: 43px;
  display: block;
  color: #2DA7E2;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 100;
  color: #ffffff;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

.fa-angle-left {
  font-size: 45px;
  margin-top: 8px;
  margin-right: 2px;
}

.fa-angle-right {
  font-size: 45px;
  margin-top: 8px;
  margin-left: 4px;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding-top: 50px;
  padding-bottom: 50px;
  /*background-color: rgba(56, 0, 107);*/
}

#portfolio p{
  color: #1A1A1A;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #18d26e;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0 0.125rem 0.5rem rgb(130 167 217 / 10%);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: auto;
  position: relative;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
  background: #18d26e;
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #ffffff;
  text-align: center;
  padding: 15px;
  margin-top: -100px;
  position: relative;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info a {
  color: #1A1A1A;
  font-weight: 100;
}

#portfolio .portfolio-item .portfolio-info h4 {
  color: #1A1A1A;
}


#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #666666;
}

/* Portfolio Details
--------------------------------*/
#tails {
  padding-top: 30px;
}

#samurai {
  background: url("../img/full-samurai-tracker.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;

}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #18d26e !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
  font-size: 18px;
  font-weight: 100;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding-top: 50px;
  padding-bottom: 50px;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

.img-promocion {
margin-left: 15% !important;
}

.container-text-promo {
  margin-top: 50px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  padding: 15px;
  border-radius: 50%;
  background-color: #38006b;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-size: 16px;
  font-weight: 100;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }

}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #18d26e;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  margin-bottom: 2px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #18d26e;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.nav-tabs{
  font-size: 22px;
  color: #ffffff;
}

.container-options {
  background-color: #0d2e7c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-samurai{
  background-color: #0d2e7c;
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
} 

.card-samurai h5 {
  padding-bottom: 20px;
  font-weight: 400;
  border-bottom: 3px solid;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent;
  color: #2da7e2;
  border: none;
  font-weight: 700;
}

.nav-tabs .nav-link {
  background-color: transparent;
  color: #ffffff;
  font-weight: 100;
}

.nav-tabs .nav-link:hover {
  color: #2da7e2;
  border: none;
}

.container-valores {
  padding-top: 20px;
  padding-bottom: 0px;
}

.img-sobre-nosotros {
  background-size: cover;
  background-position: center;
  width: 100%;

}

/* Contact Section
--------------------------------*/
#contact {
  padding-top: 50px;
  padding-bottom: 50px;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .icon i {
  width: 64px;
  height: 64px;
  line-height: 1.3;
  transition: 0.5s;
  border-radius: 50px;
  padding: 15px;
}

#contact .contact-info i {
  font-size: 28px;
  display: inline-block;
  margin-bottom: -15px;
  color: #38006b;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
}

#contact .contact-info h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}

#contact .contact-info a {
  text-decoration: underline;
}

#contact .contact-info a:hover {
  text-decoration: none;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }

  .modal-dialog{
    width: 700px;
    margin: 0 auto;
    top: 150px;

  }

}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .php-email-form {
  padding: 30px;
  background: #fff;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message-landing {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .sent-message-landing br + br {
  margin-top: 25px;
}


#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form .form-group {
  margin-bottom: 20px;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 100;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #18d26e;
}

#contact .php-email-form button[type="submit"] {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 10px;
  margin-left: -2px !important;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #2DA7E2;
  border-color: #2DA7E2;

}

.logo-samurai {
  width: 150px;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #1a66c1;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.text-hero h2 {
  font-weight: 700;
}

.text-hero h2,h5 {
  font-weight: 100;
}

/*--------------------------------------------------------------
# Mark
--------------------------------------------------------------*/

#mark {
  padding-top: 50px;
  padding-bottom: 50px;
}

#mark::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(56, 0, 107, 0.75);
}

.logo-contact {
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
  position: relative;
}

/*--------------------------------------------------------------
# Mark
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Guardian auto
--------------------------------------------------------------*/

.container-header-guardian-auto {
  margin-top: 25px;
}

.container-top-guardian {
  margin-top: 0;
}

.container-text-hero-guardian-auto {
  padding: 30px;
  margin-top: 100px;
  color: #ffffff;
}

.cta-btn-call {
  width: 100%;
  font-weight: 300;
  font-size: 23px;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 0px;
  transition: 0.5s;
  margin: 10px;

}

.cta-btn-call:hover {
  background: #ffffff;
  color: #6a1b9a;
}


.btn-services {
  color: #fff;
  background: #2DA7E2;
}


/*--------------------------------------------------------------
# Guardian auto
--------------------------------------------------------------*/

@media (max-width: 992px) {

  .container-mobile-form {
    width: 100%;
    background-color: #38006b;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px !important;
    margin-top: -40px;
  }

  #header .logo {
    font-size: 28px;
  }

  .container-top-guardian {
    margin-top: 300px;
  }

 /* .container-header-guardian-auto {
    height: 100%;
    background: url('../img/background-auto-samurai-mobile.jpg') center top no-repeat;
    margin-top: 0px;
  }
*/

  .container-text-hero-guardian-auto{
    padding: 10px;
    background-color: rgba(56, 0, 107);
    bottom: 0px;
  }

  .subcontainer-text-services {
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
  }

  #feature-services {
    /*background: url('../img/background-features-car-mobile.png') center center no-repeat;*/
    margin-top: 50px;
  }

  .container-features-left {
    margin-left: 0;
  }

  .container-features-right {
    margin-right: 0;
  }

  .btn-feature-services {
    width: 370px;
  }

  .features-card {
    width: 370px;
  }

  #app-guardian {
    height: 100%;
  }

  .container-info-app {
    height: 100%;
  }

  #call-to-action-cuenta {
    height: 100%;
  }
  
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }

  .btn-feature-services {
    width: 100%;
  }

  .container-features{
    float: none;
  }

  #feature-services{
    height: 100%;
  }

  .features-card{
    width: 100%;
  }

  .container-call-one {
    margin-top: 0px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #38006b;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;

}

#footer .footer-top {
  background: #38006b;
  padding: 30px 0 0px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ffffff;
  color: #38006b;
}

#footer .footer-top h4 {
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #2DA7E2;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  font-weight: 100;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #2DA7E2;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  font-weight: 100;
  color: #ffffff;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #2DA7E2;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  font-weight: 100;
}

.copyright a {
  color: #ffffff;
}


.copyright a:hover {
  color:#2DA7E2;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

@media (max-width:600px) {

  .btn-modal {
    width: 100%;
    margin-top: 10px !important;
    margin-right: -1px;
  }

}

@media (max-width:568px) {

  #main {
    margin-top: -80px;
  }

  .image-mobile {
    visibility: visible;
  }

  #intro p {
    font-size: 28px;
    line-height: 32px;
    margin-top: -20px;
  }

  #intro .carousel-item {
    background-position: right;
  }

  #intro .carousel-item::before {
    background-color: rgba(0, 0, 0, 0.35);
  }

  #testimonials {
    padding: 45px 0;
  }

  #facts .container {
    padding-top: 100px
  }

  .container-text-promo {
    text-align: center;
    margin-top: 40px;
  }

  #call-to-action .cta-btn {
    font-size: 18px;
    padding: 10px 30px;
  }

  .img-promocion {
    margin-left: 0% !important;
  }

  .container-virtudes {
    margin-top: 20px;
  }

  .container-carousel-samurai {
    margin-top: 18px;
  }

  #about {
    padding-top: 20px;
  }

  h3 {
    font-size: 28px;
  }

  .one-slide {
    height: auto;
  }

  .slide-two {
    height: auto;
  }

  .slide-three {
    height: auto;
  }
  
  .slide-four{
    height: auto;
  }

  .slide-five {
    height: auto;
  }

  .slide-guardian-auto {
    height: auto;
    margin-top: 0px;
  }

  .slide-guardian-moto {
    height: auto;
    margin-top: 0px;
  }

  .slide-guardian-gps {
    height: auto;
    margin-top: 0px;
  }

  .slide-guardian-monitoreo {
    height: auto;
    margin-top: 0px;
  }

  .slide-guardian-transporte {
    height: auto;
    margin-top: 0px;
  }

  .slide-samurai-cargo-05 {
  	height: auto;
  	margin-top: 0px;
}

.slide-samurai-cargo-1-5 {
	height: auto;
  	margin-top: 0px;
}

.slide-samurai-cargo-1-5-van {
	height: auto;
  	margin-top: 0px;
}

.slide-samurai-cargo-3-5 {
	height: auto;
  	margin-top: 0px;
}

.slide-samurai-cargo-truck {
	height: auto;
  	margin-top: 0px;
}

.slide-samurai-cargo-tracto {
	height: auto;
  	margin-top: 0px;
}

.slide-samurai-cargo-full {
	height: auto;
  	margin-top: 0px;
}

  .slide-video {
    height: auto;

  }

  .subcontainer-text-carousel {
    height: auto;
  }

  .slide-two-mobile {
    width: 100%;
    height: 200px;
    background: url('../img/background-auto-samurai-568px.jpg') center no-repeat;
	margin-top:50px;
  }

  .slide-four-mobile {
    width: 100%;
    height: 200px;
    background: url('../img/background-mobile-slide-four-568px.jpg') center no-repeat;
	margin-top:50px;
  }

  .slide-five-mobile {
    width: 100%;
    height: 200px;
    background: url('../img/background-mobile-slide-five-568px.jpg') center no-repeat;
	margin-top:50px;
  }

  .slide-guardian-auto-mobile {
    width: 100%;
    height: 200px;
    background: url('../img/banner-auto-guardian-mobile.jpg') center no-repeat;
  }

  .slide-samurai-cargo-05-mobile {
    width: 100%;
    height: 200px;
    background: url('../img/Banner-samurai-cargo-05-mobile.jpg') center no-repeat;
  }

  .slide-samurai-cargo-1-5-mobile {
    width: 100%;
    height: 200px;
    background: url('../img/Banner-samurai-cargo-1-5-mobile.jpg') center no-repeat;
  }

  .slide-samurai-cargo-1-5-van-mobile {
    width: 100%;
    height: 200px;
    background: url('../img/Banner-samurai-cargo-1-5-van-mobile.jpg') center no-repeat;
  }

  .slide-samurai-cargo-3-5-mobile {
    width: 100%;
    height: 200px;
    background: url('../img/Banner-samurai-cargo-3-5-mobile.jpg') center no-repeat;
  }

  .slide-samurai-cargo-truck-mobile {
    width: 100%;
    height: 200px;
    background: url('../img/Banner-samurai-cargo-truck-mobile.jpg') center no-repeat;
  }

  .slide-samurai-cargo-tracto-mobile {
    width: 100%;
    height: 200px;
    background: url('../img/Banner-samurai-cargo-tracto-mobile.jpg') center no-repeat;
  }

  .slide-samurai-cargo-full-mobile {
    width: 100%;
    height: 200px;
    background: url('../img/Banner-samurai-cargo-full-mobile.jpg') center no-repeat;
  }

  .slide-guardian-moto-mobile {
    width: 100%;
    height: 200px;
    background: url('../img/banner-moto-guardian-mobile.jpg') center no-repeat;
  }

  .slide-guardian-gps-mobile {
    width: 100%;
    height: 200px;
    background: url('../img/banner-gps-guardian-mobile.jpg') center no-repeat;
  }

  .slide-guardian-monitoreo-mobile {
    width: 100%;
    height: 200px;
    background: url('../img/banner-monitoreo-guardian-mobile.jpg') center no-repeat;
  }

  .slide-guardian-transporte-mobile {
    width: 100%;
    height: 200px;
    background: url('../img/banner-transporte-guardian-mobile.jpg') center no-repeat;
  }

  .slide-samurai-blog-mobile {
    width: 100%;
    height: 200px;
    background: url('../img/banner-samurai-blog-mobile.jpg') center no-repeat;
  }

  #mas-sobre-nosotros {
    /*margin-top: 110px;*/
  }

  #feature-services {
  	margin-top: 20px;
  }

  .container-header-guardian-auto {
  	margin-top: 50px;
  }

  .slide-landing-mobile {
  	margin-top: -26px;
  }

}

@media (max-width:560px) {

}

@media (max-width:520px) {

  .nav-tabs li {
    width: 100%;
    text-align:-webkit-center;
  }

  .carousel-control-next-icon, .carousel-control-prev-icon {
    margin-top: -100px;
  }

}

@media (max-width:480px) {
  .submenu-icon {
    margin-top: -25px !important;
  }
  
  .btn-contact-whats ul {
      width:95%;
      right:10px;
  }
  
  .btn-contact-whats ul li {
      margin: 0 auto;
  }
  
 
  .back-to-top {
      bottom :-110px;
      margin: 42%;
  }
  
  .back-to-top i {
      
  }
  
  .whatsapp-to-top {
      right:0px;
      bottom: 0px;
  }
  
}


@media (max-width:420px) {
    
     
  .back-to-top {
      bottom :-80px;
  }
  

  .header-social-links{
    padding-right: 0px;
    margin-top: 20px;
  }

  .header-social-links a {
    font-size: 18px;
  }

  #header .logo img {
    width: 80px;
  }

  #intro {
    margin-top: 90px;
  }

  #mas-sobre-nosotros {
    margin-top: 115px;
  }

  .one-slide {
    margin-top: 0px;
  }

  .two-slide {
    margin-top: 0px;
  }

  .three-slide {
    margin-top: 0px;
  }

  .four-slide {
    margin-top: 0px;
  }
  
  .five-slide {
    margin-top: 0px;
  }

  .container-header-guardian-auto {
    margin-top: 90px;
  }

  .slide-landing {
  }

  .container-header-guardian-auto {
    margin-top: 30px;
  }

  .container-carousel-samurai {
    margin-top: 22px;
  }

  .container-text-service {
    height: 180px;
  }

  #feature-services {
  	margin-top: 20px;
  }

  .carousel-inner {
  	margin-top: 8px;
  }


}

@media (max-width:360px) {
    
      .back-to-top {
      bottom :-70px;
  }
    
    .btn-contact-whats p {
        font-size: 14px;
    }

  .header-social-links{
    margin-top: 5px;
    margin-right: 50px;
  }

  .header-social-links a {
    font-size: 16px;
  }

  #header .logo img {
    width: 70px;
  }

  .mobile-nav-toggle {
    margin-top: 15px;
  }

  #intro .btn-get-started {
    font-size: 22px;
    margin-top: -20px;
    padding: 6px 20px;
  }

  #intro {
    margin-top: 80px;
  }

  #intro h2 {
    font-size: 20px;
  }

  #mas-sobre-nosotros {
    margin-top: 100px;
  }

  .btn-feature-services {
    font-size: 14px;
  }

  .slide-landing {
  	margin-top: -9px;
  }

  .slide-guardian-auto {
  	margin-top: -10px;
  }

  .carousel-inner {
  	margin-top: -2px;
  }

  .slide-landing-mobile {
  	margin-top: 0px;
  }

  .slide-guardian-gps{
  	margin-top: -10px;
  }

    .slide-guardian-gps {
    height: auto;
    margin-top: 0px;
  }

  .slide-guardian-monitoreo {
    margin-top: -10px;
  }

  .slide-guardian-transporte {
    margin-top: -10px;
  }

  .slide-samurai-cargo-05 {
  	margin-top: -10px;
}

.slide-samurai-cargo-1-5 {
	margin-top: -10px;
}

.slide-samurai-cargo-1-5-van {
	margin-top: -10px;
}

.slide-samurai-cargo-3-5 {
	margin-top: -10px;
}

.slide-samurai-cargo-truck {
	margin-top: -10px;
}

.slide-samurai-cargo-tracto {
	margin-top: -10px;
}

.slide-samurai-cargo-full {
	margin-top: -10px;
}

}

@media (max-width:320px) {
    
    .back-to-top {
      bottom :-50px;
  }
    
  .header-social-links{
    margin-right: 40px;
  }
}