html{
  
}
:root {
  --blue: #00426e;
  --red: #c90000;
  --red2: #790000;
  --verde: #00a551;
  --text: #333;
  --shadow1: rgba(0, 0, 0, 0.4);
  --shadow2: rgba(255, 255, 255, 0.2);
  --subgreen: rgb(0 165 81 / 0.25);
  --graylight: #888;
  --graymed: #c1c1c1;
  --blue2: #147cc1;
}
.navbar-default .navbar-nav>li>a {
  font-size: 16px;
}

.acm-features.style-1 img {
  max-width: 100%;
  height: auto;
}

.sticky-nav .navbar-brand {
  transition: height 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.navbar-fixed-top {
  backdrop-filter: blur(5px);
  box-shadow: 0 2px 6px rgb(0 0 0 / 25%);
  background: rgb(255 255 255 / 70%);
  position: fixed !important;
  margin-top: 0 !important;
}

.inicio {
  /* min-height: calc(100vh - 70px); */
  align-items: center;
  justify-content: center;
  display: flex;
}

@media(min-width:768px) {
  .acm-features.style-light.style-1 {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    grid-gap: 30px;
  }
}

div.f-item-d {
  flex-grow: 1;
  flex-basis: calc(var(--modifier) * 999);
  box-shadow: 0 10px 20px -20px #000;
  background: #fff;
  text-align: center;
  position: relative;
  padding: 0 !important;
  border-radius: 0;
  margin-bottom: 15px;
}

body {
  padding-top: 50px;
  overflow-x: hidden;
}
@media(min-width:768px){
  body{
    padding-top: 70px;
  }
}
.flex-row {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  grid-auto-rows: minmax(150px, auto);
  grid-gap: 30px;
}

.automatizacion {
  background: #f1f1f1;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  transition: all 0.3s linear;
  color: #fff;
  background: var(--blue);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background: rgb(0 0 0 / 0.3);
  color: #fff;
}

@media(min-width:768px) {
  .module-title h3 {
    margin-bottom: 30px;
    font-size: 42px;
  }

  .content-text {
    font-size: 22px;
  }
}

.module-title h3 {
  margin-bottom: 18px;
  /* font-size: 32px; */
  /* text-transform: uppercase; */
  color: var(--blue);
  font-weight: 700;
}

.module-title h3 span:nth-child(2) {
  width: 100%;
  display: block;
}

.flex-row>div {
  background: #fff;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 10px 20px -20px #000;
  /* padding: 18px; */
  background: #eee;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.servicios {
  background: #f1f1f1;
  padding-bottom: 30px;
}

.features-item h3 {
  font-size: 28px;
  margin: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  font-weight: 700;
  padding: 8px 12px;
  background: var(--blue);
  text-align: left;
  width: 80%;
  position: absolute;
  bottom: -10px;
  left: 0;
  /* box-shadow: 2px 2px 8px #000; */
}
@media(max-width:640px){
  .features-item h3{
    font-size: 20px;
    font-weight: 400;
    padding: 6px;
    width: 90%;
}
}
.font-icon {
  /* width: 120px; */
  /* height: 120px; */
  /* margin: 0 auto 30px; */
  /* border-radius: 50%; */
  /* background: var(--blue); */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 8px rgb(255 255 255 / 20%);
  position: relative;
}

.font-icon img {
 max-width: 100%;
 height:auto;
}

.small-nav {
  background: #fff;
}

.action-block {
  /* background-size: cover; */
  /* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
  /* background: var(--red) !important; */
  background: -moz-linear-gradient(top, #0038af 0%, #0050fc 100%) !important;
  /* background: -webkit-linear-gradient(top, var(--red) 0%, var(--red2) 100%) !important; */
  /* background: linear-gradient(to bottom, var(--red) 0%, var(--red2) 100%) !important; */
  margin: 0 auto;
}

.content-text {
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  margin: 40px 0;
  line-height: 1.8;
}

.f-item-d .image {
  overflow: hidden;
  position: relative;
}

.f-item-d .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 45%;
}

.f-item-d .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.calllink .solid {
  background: #fff;
  color: var(--red);
  font-size: 20px;
}

.pre-title {
  display: inline-block;
  font-size: 17px;
  margin-bottom: 15px;
  color: var(--graylight);
  text-transform: uppercase;
  font-weight: 400;
}

.pre-title::after {
  width: 100px;
  display: inline-block;
  height: 6px;
  background: var(--blue2);
  content:
  '';
  margin: 8px 0 0 9px;
  /* clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%); */
  border-radius: 0 3px 3px 0;
}

.wrapper .module-title {
  text-align: left;
}

.acm-features h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 8px;
  background: #0038afc7;
  color: #fff;
  letter-spacing: 1px;
  font-size: 19px;
  text-transform: uppercase;
  text-align: left;
  width: 90%;
  margin: 0;
}

.small-body {
  padding-top: 50px;
}

section#inicio {
  min-height: calc(100vh - 102px);
}

#whatsapp-bottom .btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  border: none;
  transition: all 0.4s ease-in;
  border-radius: 50%;
  box-shadow: -2px 2px 5px #0000008c;
  background: #303e48;
  opacity: 1;
  padding: 0;
}

#whatsapp-bottom .btn {
  background: #25d366;
}

#whatsapp-bottom .btn:hover,
#whatsapp-bottom .btn:focus {
  background: #333;
  box-shadow: inset 0 0 10px #000;
  opacity: 0.1;
}

.btn {
  transition: all 0.3s linear;
  padding: 0.4em 1.4em;
  border: none;
  letter-spacing: 2px;
  font-size: 19px;
  border-radius: 2em;
}

.back-to-top {
  bottom: 45px;
  opacity: 0;
  transform: scale(0);
}

.whatsappbox {
  position: fixed;
  bottom: 95px;
  z-index: 999;
  right: 20px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease-in;
}

.mostrar {
  opacity: 1;
  transform: scale(1);
}

.btn-social-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}

.btn-social-icon .fa {
  position: static;
  font-size: 1em;
}

.btn-instagram {
  background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

.btn-social-icon:hover,
.btn-social-icon:focus {
  background: #9b9b9b !important;
  color: #fff;
}

.btn-social-icon:hover .fa,
.btn-social-icon:focus .fa {
  text-shadow: 2px 2px 1px rgb(0 0 0 / 0.2);
}

.mod_as_contact_form_btn {
  padding: 8px 20px;
  font-size: 18px;
  border-radius: 1.5em;
}

.swiper-slide h1 span {}

.nosotros {
  content-visibility: hidden;
  display: flex;
}

.main-box {
  content-visibility: auto;
}

body[data-aos-easing="ja-animation"] [data-aos],
[data-aos][data-aos][data-aos-easing="suave"] {
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.accesible .wrapper {
  display: block;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.accesible .content {
  padding: 15px;
}

@media(min-width:768px) {
  .accesible .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
  }

  .box-inno {
    width: 50%;
  }

  .accesible .content {
    width: calc(50% - (100vw - 720px)/2);
    margin-right: calc((100vw - 720px)/2);
    display: flex;
    justify-content: center;
    padding: 0 20px;
    flex-direction: column;
    text-align: left;
    position: relative;
    height: 100%;
  }
}

.accesible blockquote {
  border: none;
  font-size: 19px;
  padding: 0;
}

.accesible .module-title {
  padding: 0;
  margin: 0;
}

.accesible {
  min-height: auto !important;
}

.t3-footer {
  background-color: linear-gradient(to bottom, #0e0e0e 0%, #131313 100%);
  color: #fff;
  padding: 30px 0;
  background-image: linear-gradient(to bottom, #0e0e0e 0%, #131313 100%), url(pie.svg);
  background-image: url(pie.png), linear-gradient(to bottom, #141414 0%, #131313 100%);
  background-size: 60%, cover;
  background-position: 100% 90%, top center;
  background-repeat: no-repeat;
}

.t3-footer svg {
  fill: var(--blue);
}

.t3-footer a {
  color: white;
}

.t3-footer .address-block h4 {
  color: red;
  font-size: 1.3em;
}

.address-block p.hastitle {
  font-size: 1.5em;
}

.btn-facebook svg {}

#fb2 {
  fill: gra;
}

.swiper-slide h1 {
  font-weight: 700;
  text-shadow: 0 3px 1px #000;
}

@media(min-width:1200px) {
  .accesible .content {
    width: calc(50% - (100vw - 1170px)/2);
    margin-right: calc((100vw - 1170px)/2);
    display: flex;
    justify-content: center;
    padding: 30px;
    flex-direction: column;
    text-align: left;
    position: relative;
    height: 100%;
  }

  .accesible blockquote {
    font-size: 23px;
    font-weight: 300;
    line-height: 1.6;
  }
}

.social-block {
  display: flex;
  margin-bottom: 30px;
}

.social-block a {
  border: none;
  color: #fff;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.4s linear;
}

.social-block a svg {
  width: 32px;
  height: 32px;
}

.social-block a:hover,
.social-block a:focus {
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
}

.social-block a:first-child {
  margin-left: 0;
}

.social-block.social-color svg {
  fill: #fff;
}

.social-block.social-color .btn-facebook {
  background: #3b5998;
  background-image: -webkit-linear-gradient(top, #19afff 0%, #0062e0 100%);
  background-image: -o-linear-gradient(top, #19afff 0%, #0062e0 100%);
  background-image: linear-gradient(to bottom, #19afff 0%, #0062e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff19afff', endColorstr='#ff0062e0', GradientType=0);
  background-repeat: repeat-x;
}

.social-block.social-color .btn-facebook svg {
  height: 32px;
}

.social-block.social-color .btn-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.social-block.social-color .btn-whatsapp {
  background: #25d366;
}

.social-block.social-color .btn-twitter {
  background: #009ced;
}

.social-block.social-color .btn-linkedin {
  background: #0e76a8;
}

.social-block.social-color .btn-youtube {
  background: #ff0000;
}

.social-block.social-color .btn-gmb {
  background: #fff;
}

.social-block.social-color a:hover {
  background: #fff;
}

.social-block.social-color a:hover svg {
  color: #c90000 !important;
  fill: #c90000 !important;
}

.social-block.social-color a:hover svg path,
.social-block.social-color a:hover svg g {
  color: #c90000 !important;
  fill: #c90000 !important;
}

.social-block.social-blanco a {
  background-color: rgba(0, 0, 0, 0.4);
}

.social-block.social-blanco a svg {
  color: #fff;
  fill: #fff;
}

.social-block.social-negro a {
  background: rgba(255, 255, 255, 0.2);
}

.social-block.social-negro a svg {
  fill: rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
}

.social-block.social-negro a:hover svg {
  color: #fff;
  fill: #fff;
}

.social-block.social-negro .btn-facebook:hover {
  background: #3b5998;
}

.social-block.social-negro .btn-instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.social-block.social-negro .btn-whatsapp:hover {
  background: #25d366;
}

.social-block.social-negro .btn-twitter:hover {
  background: #009ced;
}

.social-block.social-negro .btn-linkedin:hover {
  background: #0e76a8;
}

.social-block.social-negro .btn-youtube:hover {
  background: #ff0000;
}

.social-block.social-negro .btn-gmb:hover {
  background: #4285f4;
}

.social-block.center {
  justify-content: center;
}

.social-block.left {
  justify-content: flex-start;
}

.social-block.right {
  justify-content: flex-end;
}

.t3-footer {
  font-size: 16px;
  padding-bottom: 0;
}

.t3-footer .address-block h4 {
  font-size: smaller;
}

.t3-footer h3,
.t3-footer h4 {
  font-family: 'Open Sans', sans-serif;
}

.address-block svg {
  width: 18px;
  display: inline-block;
  height: 18px;
  margin-right: 5px;
  /* margin-top: -4px; */
  top: -2px;
  position: relative;
}

.address-block p.hastitle {
  margin-bottom: 12px;
}

.address-block h4 {
  margin: 12px 0 0 0;
}

.mg-0 {
  margin: 0;
}

.address-block .hastitle+p {
  margin-bottom: 0;
}

.address-block p {}

.t3-copyright {
  border: none;
  margin-bottom: 30px;
}

.ct-data-block {
  display: grid;
}

.right-footer {
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
}

.copyright {
  text-align: left;
}

.hide-text .link-txt {
  display: none;
}

.hide-text .fa,
.hide-text .fal,
.hide-text .fas,
.hide-text .fab {
  font-size: 22px;
}

@media(max-width:640px) {
  .flex-row {
    display: block;
  }
}

#contacto {
  background: #f2f2f2;
}

.about {
    min-height: calc(100vh - 50px);
    background-image: linear-gradient(303deg, #00426eab 50%,
  rgb(0 0 0 / 35%) 70%),linear-gradient(312deg, rgb(0 66 110 / 82%), rgb(0 37 61 / 80%)),url(blue-traders-about-us-.jpg);
    background-blend-mode: overlay, multiply;
    color: #fff;
    background-size: 3px 3px, cover, cover;
    /* background-repeat: repeat-y, no-repeat, no-repeat; */
    background-position: top right, top right, center top;
}

#mymap {
    background-image: url(bluetraders_map.png);
    height: 250px;
    position: relative;
}

#mymap iframe {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
}

.navbar-default .off-canvas-toggle {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    padding: 0;
}

.t3-off-canvas .close {
    opacity: 1;
    color: #fff;
    text-shadow: none;
}

.about .module-title h3{
    color: #fff;
}
.about .pre-title{
    color: #fff;
}

.about .content {
    /* background: rgb(0 0 0 / 36%); */
}


.btn-rounded {
    background: #147cc1;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 30px;
    /* box-shadow: 0 2px 2px #000; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    position: relative;
}
.btn-rounded::after{
  content: 'Contact';
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #00365a;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
  border-radius: 2em;
  transform-origin: center center;
  transform: scale(0);
}
.btn-rounded:hover::after,
 .btn-rounded:focus::after{
    background: #ffffff;
    /* z-index: -1; */
    color: #00365a;
    /* width: 100%; */
    transform: scaleX(1);
}
.btn-rounded:hover, .btn-rounded:focus {
    background: #fff;
}


.features-item p {
    margin: 30px 15px;
    font-size: 20px;
}

.form-group:nth-child(3) {
    display: none;
}

.contact {
    /* min-height: 100vh; */
}

.small-body {
    padding-top: 50px;
}

div#contact {
    display: flex;
    min-height: unset;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ccc;
}

.contact-form #jform_contact_message {
    height: 80px;
}

section#services {
    min-height: calc(100vh - 50px);
}