/** @format */

:root {
  --blue: #990033;
  --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: 19px;
  position: relative;
}
.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 {
  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: 0px;
  }
}
.servicios .flex-row {
  margin: 0 auto; /* grid-template-areas:    "h3 h3 h3"    "img content content"; */
}
.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;
  text-transform: uppercase;
  color: var(--blue);
}
.module-title h3 span:nth-child(2) {
  width: 100%;
  display: block;
}
.servicios {
  background: whitesmoke;
  padding-bottom: 30px;
}
.features-item h3 {
  font-size: 36px;
  color: var(--blue);
  margin: 0;
}
@media (max-width: 640px) {
  .features-item h3 {
    font-size: 27px;
    font-weight: 400;
    padding: 6px;
    width: 90%;
  }
}
.font-icon {
  overflow: hidden;
}
.small-nav {
  background: #fff;
}
.action-block {
  background: -moz-linear-gradient(top, #0038af 0%, #0050fc 100%) !important;
  margin: 0 auto;
}
.content-text {
  font-size: 22px;
  font-weight: 300;
  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: block;
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--text);
  font-weight: 400;
  position: relative;
  width: 180px;
  text-align: center;
  z-index: 3;
}
.pre-title::after {
  width: 150px;
  display: inline-block;
  height: 50%;
  background: #c2d1dbad;
  content: "";
  margin: 8px 0 0 9px;
  position: absolute;
  left: 5px;
  z-index: -1;
  top: 5%;
}
.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;
  font-size: 60px;
}
#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: 9999;
  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;
}
.nosotros {
  content-visibility: hidden;
  display: flex;
}
.main-box {
}
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;
}
.el-barco .wrapper {
  display: block;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.el-barco .content {
  padding: 15px;
}
@media (min-width: 768px) {
  .el-barco .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
  }
  .box-inno {
    width: 50%;
  }
  .el-barco .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%;
  }
}
.el-barco blockquote {
  border: none;
  font-size: 19px;
  padding: 0;
}
.el-barco .module-title {
  padding: 0;
  margin: 0;
}
.el-barco {
  min-height: auto !important;
}
.t3-footer {
  background-color: linear-gradient(to bottom, #0e0e0e 0%, #131313 100%);
  color: #fff;
  padding: 30px 0;
  background-image: url(pie.png),
    linear-gradient(to bottom, #141414 0%, #131313 100%);
  background-size: 400px, contain;
  background-position: right top, 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;
  font-style: italic;
}
@media (min-width: 1200px) {
  .el-barco .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%;
  }
  .el-barco 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;
  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;
  }
}
#contact {
  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-position: top right, top right, center top;
}
#mymap {
  background-image: url(map.png);
  height: 250px;
  position: relative;
  background-position: center center;
}
#mymap iframe {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 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 {
}
.btn-rounded {
  background: var(--blue);
  color: #fff;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 30px;
  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;
  color: #00365a;
  transform: scaleX(1);
}
.btn-rounded:hover,
.btn-rounded:focus {
  background: #fff;
}
.features-item p {
}
.form-group:nth-child(3) {
 
}
.contact {
}
.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);
}
.features-item {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (min-width: 768px) {
  .features-item {
    display: grid;
    grid-template-columns: 30% 1fr;
    margin-bottom: 30px;
    background: #fff;
  }
}
.font-icon img {
  max-width: 100%;
  height: auto;
}
.content-block {
  background: #fff;
  padding: 1.5rem;
}
.navbar-default .navbar-nav > li > a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: -3;
  transform: scaleX(0);
  transform-origin: left;
}
.navbar-default .navbar-nav > li > a:hover::after {
  left: 0;
  background-color: #990033;
  z-index: -1;
  transform: scaleX(1);
}
.imagenes {
  padding: 2rem 0;
  min-height: 70vh;
  background: #ebeced;
}
.desc-block p:first-child {
  font-size: larger;
}
.content-text p {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.content-text p::before {
  margin-right: 8px;
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 17.6' enable-background='new 0 0 20 17.6' xml:space='preserve'%3E%3Cpath fill='%23990033' d='M15.4,0c0,0-6.9,3.3-15.4,17.6c0,0,7.9-9.5,20-11.2c0,0-5.1-0.4-8.4,1.1c0,0,1.3-1.7,3.4-1.7 C14.9,5.8,14.5,2.6,15.4,0z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-size: cover;
}

.yt-video iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

.videos {
    padding: 1rem 0;
    min-height: 60vh;
}