.cg__menuWrapper .cg__mainMenu .has-submenu:after {
  content: none;
}


button, .cg__btn {
  background-color: #005a8f;
}

button:hover, .cg__btn:hover {
  background-color: #2869B9;
}

footer {
  background-color: #005cb9;
}

.cg__footer-description {
  color: rgba(255, 255, 255, 1);
}

.cg__iconBox.cg__iconBox--style5 .cg__iconbox-title {
  color: rgba(255, 255, 255, 1);
}


.cg__iconBox.cg__iconBox--style1 .cg__iconbox-icon, .cg__iconBox.cg__iconBox--style1 .fas{
  color: #fff;
}

.cg__iconBox.cg__iconBox--style5 .cg__iconbox-icon {
  color: #fff;
}

.cg__socialIcons ul li a span {
  background-color: #fff;
}

.cg__socialIcons ul li a:hover span {
  background-color: #CCCCCC;
  color: #000;
}

.cg__accordion .cg__accordion-group.is-opened .cg__accordion-title {
  color: #005cb9;
}

ul.cg__list--style1 li:before {
  content: "\e013";
  opacity: .6;
  margin-right: 10px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}


.cg__iconBox.cg__iconBox--style1 .cg__iconbox-icon , .cg__iconBox.cg__iconBox--style1 .fas {
  font-size: 65px;
}

.cg__iconBox.cg__iconBox--style1 .cg__icon-truck {
  font-size: 80px;
}


.cg__iconBox.cg__iconBox--style5 .fa, .cg__iconBox.cg__iconBox--style5 .fas {
  line-height: 1;
  font-size: 35px;
  color: #fff;
}

.cg__socialIcons ul li a span {
  color: #fff;
  background-color: transparent;
  font-size: 50px;
}

.cg__socialIcons ul li a:hover span{
  color: #000;
  background-color: transparent;
}

.thumb-creative {
  position: relative;
  text-align: center;
  max-height: 360px;
  min-height: 360px;
}

.thumb-creative, .thumb-creative__inner {
  display: flex;
  width: 100%;
}

.thumb-creative__front {
  display: none;
}


.thumb-creative__front, .thumb-creative__back {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #2F528F;
}

.thumb-creative__front, .thumb-creative__back {
  overflow: visible;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}


.thumb-creative__front {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transform: rotateY(
          0deg
  );
  z-index: 1;
  background-color: #fff;
  border: 2px solid #2F528F;
  border-radius: 4px;
}




.thumb-creative__image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}


.thumb-creative__front .thumb-creative__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #222;
}

.thumb-creative__content {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 50px 40px;
  color: #fff;
  pointer-events: none;
}

@media (min-width: 992px){
  .thumb-creative__content {
    min-height: 300px;
  }

  .thumb-creative__content {
    transform: translateZ(60px);
    transition: all 0.4s ease-out;
  }

  .thumb-creative__front .thumb-creative__content > * {
    opacity: 1;
    color: #222;
  }
}

@media (min-width: 1400px){
  .thumb-creative .thumb-creative__content {
    min-height: 360px;
  }
}
.thumb-creative__content > * {
  width: 100%;
  pointer-events: auto;
}

  .thumb-creative__content i {
    font-size: 30px;
    margin-bottom: 15px;
    color: #005cb9 !important;
  }

.thumb-creative__front .thumb-creative__content h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}


.thumb-creative__back {
  transform: rotateY(
          180deg
  );
  opacity: 1;
}

.thumb-creative__content p {
  font-size: 14px;
  color: #fff;
}

.thumb-creative__content a.button-link {
  color: #fff;
}

.thumb-creative__content a.button-link:hover {
  color: #cccccc;
}

.button-link:after {
  display: inline-block;
  padding-left: 8px;
  content: '\f061';
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Free';
}

.row-30 > * {
  margin-bottom: 30px;
}

.thumb-creative:hover .thumb-creative__front {
  transform: rotateY(
          -180deg
  );
}

.thumb-creative:hover .thumb-creative__back {
  transform: rotateY(
          0deg
  );

  z-index: 2;
}



.notesla {
  font-size: 16px;
  margin: 5px 0;
  line-height: 17px;
}

.borderals {
 /* border: 5px solid #000;*/
}

.cg__subHeader .cg__subHeader-overlay {
  background-color: rgba(13, 13, 13, 0.5);
}

.certificado .cg__gridGallery.cg__gridSlider {
  position: relative;
  top: 0;
  transform: translate(-50%, 0%);
}

.cg__cta-titleBlock p {
  font-size: 21px;
  color: #333;
}

.minison  h2{
  font-size: 34px;
  color: #005cb9;
  text-align: center;
}

.minison .cg__page-content h3 {
  font-weight: normal;
}

.listequipo {
  list-style-type: disc;
  margin-left: 15px;
}

p {
  font-size: 21px;
}

.cg__fleet-titleBlock p {
  font-size: 13px;
}

.cg__testimonial .cg__testimonial-info .cg__testimonial-img {
  margin-top: -20px;
  float: none;
}

.cg__testimonial {
  width: 100%;
}

.cg__contactForm-section {
  padding-top: 25px;
}

.tp-caption{
  font-size: 50px;
  line-height: 50px;
}


.cg__fleet-titleBlock {
  width: 62%;
}

footer p {
  font-size: 15px;
}

@media (min-width: 1200px) and (max-width: 1679px){
   .cg__fleetSection .cg__fleetContainer .cg__fleet-Block {
    padding-left: 10%;
  }
}


@media (max-width: 1460px) {
  .tp-caption{
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-width: 1460px) {
  .cg__menuWrapper .cg__mainMenu > li a {
    padding: 6px 8px;
  }
}


@media (max-width: 1318px) {
  .tp-caption{
    font-size: 40px;
    line-height: 40px;
  }

  .cg__fleetSection .cg__fleetContainer .cg__fleet-Block {
    padding-left: 0%;
  }
}


@media (max-width: 1287px) {
  .cg__newsSection .cg__testimonials-wrapper {
    width: 100%;
  }
}

@media (max-width: 1215px) {
  .cg__ctaSection {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .cg__menuWrapper .cg__mainMenu {
    margin-left: 0px;
    margin-right: 0px;
  }

  .cg__ctaButton .cg__btn {
    margin-left: 8px;
  }

  button, .cg__btn {
    padding: 16px 16px;
  }
}

@media (max-width: 1200px) {
  .thumb-creative {
    max-height: 330px;
    min-height: 330px;
  }
}

@media (max-width: 1194px) {
  .cg__fleet-titleBlock {
    width: 53%;
    margin: auto 20px;
  }
}
@media (max-width: 1075px) {
  .cg__fleet-titleBlock {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .cg__actionBox-inner .row > .cg__paddingTB--15:nth-child(odd) {
    clear: both;
  }

  .tp-loop-wrap .tp-mask-wrap svg {
    height: 30px;
    width: 30px;
    margin-left: -5px;
  }

  .cg__fleet-titleBlock {
    width: 100%;
  }

  .cg__fleetSection .cg__fleetContainer .cg__fleet-Block {
    margin-bottom: 15px;
  }

  .cg__welcomeSection .cg__welcomeHeader {
    padding-bottom: 20px;
  }

  .cg__welcomeSection .cg__welcomeHeader .cg__welcome-titleContainer {
    padding-bottom: 20px;
  }
}

@media (max-width: 805px) {
  .tp-loop-wrap .tp-mask-wrap svg {
    height: 24px;
    width: 24px;
  }
}

@media (max-width: 767px){
  .cg__container .row > div {
    margin-bottom: 15px;
  }
  .cg__paddingL--60 {
    padding-left: 15px;
  }

  .cg__headerNavbar {
    background: #181834;
    height: auto;
    position: relative;
  }

  .cg__actionBox.cg__actionBox--style1 .cg__actionBox--top {
    margin-top: 55px;
  }

  button, .cg__btn {
    padding: 10px 10px;
  }

  .cg__headerNavbar .cg__headerContainer .cg__menuBar {
    height: 75px;
  }

  .cg__logoContainer img {
    width: 100px;
    height: 100px;
  }

  .thumb-creative {
    max-height: 300px;
    min-height: 300px;
  }
}


@media (max-width: 540px){
  .tp-loop-wrap .tp-mask-wrap svg {
    margin-top: -6px;
  }
}

@media (max-width: 479px){
  .cg__ctaButton .cg__btn {
    margin-left: 0px;
    padding: 10px 10px;
  }
}

.cg__actionBox.cg__actionBox--style1 .cg__actionBox-elem:before {
  background-color: #1175B6;
}

.cg__actionBox.cg__actionBox--style1 .cg__actionBox-elem, .cg__actionBox.cg__actionBox--style1 .cg__actionBox-elem .cg__actionBox-inner:before {
  background-color: #1175B6;
}