body,
html {
  font-family: 'Poppins', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}

h2,
h3,
h4,
h5 {
  font-family: 'Poppins', sans-serif;
}

h2 {
  /* text-transform: uppercase; */
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 50px;
  color: #000;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

h5 {
  /* text-transform: uppercase; */
  font-weight: 700;
  line-height: 20px;
}

p {
  font-size: 15px;
}

p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}

.overlay {
  position: absolute;
  top: 0px;
  width: 100%;
}

.linkPoliticas {
  color: #000;
  text-decoration: underline;
}

.linkPoliticas:hover {
  color: #000;
}

a {
  color: #F7C946;
  font-weight: 400;
}

a:hover,
a:focus {
  color: #F7C946;
}

ul,
ol {
  padding: 0;
  -webkit-padding: 0;
  -moz-padding: 0;
  list-style: none;
}

hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}

/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}

#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#menu a.navbar-brand {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

#menu.navbar-default .navbar-nav>li>a {
  font-family: 'Poppins', sans-serif;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}

#menu.navbar-default .navbar-nav>li>a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  content: "";
  transition: width 0.2s;
}

#menu.navbar-default .navbar-nav>li>a:hover {
  color: #F7C946 !important;
}

#menu.navbar-default .navbar-nav>li>a:hover:after {
  width: 100%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
}

.navbar-toggle {
  border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #608dfd;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
  background-color: #608dfd;
}

.section-title {
  margin-bottom: 10px;
  padding-top: 20px;
}

.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#team .section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#team .section-title {
  margin-bottom: 0px;
  padding-top: 20px;
}

.section-title p {
  font-size: 18px;
}

.btn-custom {
  font-family: 'Poppins', sans-serif;
  text-transform: none;
  color: #000;
  background-color: #F7C946;
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.2s linear;
  border-color: #F7C946;
  border-width: 2px;
  border-style: solid;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #F7C946;
  background-image: none;
  background-color: #333;
  border-color: #333;
  border-width: 2px;
  border-style: solid;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-custom:not(:hover) {
  font-family: 'Poppins', sans-serif;
  text-transform: none;
  color: #333;
  background-color: #F7C946;
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.2s linear;
  border-color: #F7C946;
  border-width: 2px;
  border-style: solid;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}

/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  /* background-image: linear-gradient(rgba(255, 255, 255, 0.60), rgba(255, 255, 255, 0.60)),
                    url(../img/Banner_principal.webp); */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro h1 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.intro h1 span {
  font-weight: 800;
  color: #5ca9fb;
}

.intro p {
  color: #6B6B6B;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}

#header h2 {
  /* text-transform: uppercase; */
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 3.5dvw;
  color: #FFF;
}

header .intro-text {
  padding-top: 38%;
  padding-bottom: 200px;
  text-align: center;
}

/* Features Section */
#features {
  background: #f6f6f6;
}

#features i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}

/* News Section */
#news {
  padding: 40px 0;
}

#news h3 {
  font-size: 22px;
  margin: 0 0 20px;
}

#news h2 {
  position: relative;
  margin-bottom: 7px;
  padding-bottom: 7px;
}

#news p {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-weight: lighter !important;
}

#news .textNew {
  font-size: 14px;
  color: #000;
  width: 270px;
  text-align: justify;
}

#news .new {
  background-color: #F7C946;
  width: 85px;
  height: 50px;
  font-size: 14px;
  color: #000;
  font-weight: 900;
  padding-top: 17px;
  padding-left: 18px;
}

#news .imgcarousel {
  margin: 20px;
}

#news .btn-custom {
  font-size: 26px;
  font-family: monospace;
  width: 48px;
  height: 48px;
  padding: 0px 12px;
  /* border: 2px solid #fff; */
  border-radius: 50%;
  transition: all 0.3s;
}

#news .buttons {
  text-align: center;
}

#news .styles-module_carousel-arrow__26sRw {
  display: none !important;
}

#news .imgContainer {
  /* width: 273px; */
  margin-right: 6px;
  display: inline-block;
  position: relative;
  text-align: left;
}

#news .newContainer {
  /* width: 273px; */
  position: absolute;
  /* text-align: -webkit-right !important;
  margin-left: 12px; */
  top: 0px;
  right: 0px;
}

#news .textNews {
  font-size: 14px;
  color: #000;
  text-align: left;
  margin-top: 5px;
  display: inherit;
  height: 80px;
  max-width: 90%;
  /* font-weight: bold; */
}

#news .nuevo {
  font-size: 14px;
  color: #000;
  text-align: justify;
}

/* Services Section */
#services {
  padding: 50px 0;
  color: #000;
}

#services .service-desc {
  margin: 10px 10px 20px;
  text-align: left;
}

#services h3 {
  font-weight: bolder;
  padding: 5px 0;
  color: #000;
  font-size: 28px;
}

#services h2 {
  font-weight: normal;
}

#services .title {
  font-weight: 900;
  font-size: 55px;
}

#services p {
  color: #000;
}

#services .service-desc {
  margin-bottom: 40px;
}

#services img {
  width: 435px;
}

#services hr {
  height: 1px;
  width: 100%;
  text-align: center;
  position: relative;
  background: #000;
  margin-bottom: 20px;
  border: 0;
}

#services .dv-idea {
  height: 150px;
}

/* #services .idea {
  width: 32%;
  height: 41%;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) translatex(-50%);
  transform: translateY(-50%) translatex(-50%);
} */
#services .text-idea {
  text-align: left;
}

#services .caption {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: white;
  text-align: left;
  position: absolute;
  top: 80%;
  left: 25px;
  width: 80%;
}

#services .dvCaption {
  position: relative;
  text-align: left;
}

/* Briefcase-home Section */
#briefcase-home {
  padding: 100px 0;
  color: #000;
}

/* Briefcase Section */
#briefcase {
  padding: 0px 0;
  color: #000;
}

#briefcase .service-desc {
  margin: 10px 10px 20px;
  text-align: left;
}

#briefcase h3 {
  font-weight: bolder;
  padding: 5px 0;
  color: #000;
  font-size: 28px;
}

#briefcase h2 {
  font-weight: bold;
}

#briefcase .title {
  font-weight: 900;
  font-size: 55px;
}

#briefcase p {
  color: #000;
}

#briefcase .service-desc {
  margin-bottom: 40px;
}

#briefcase img {
  width: 100%;
}

#briefcase hr {
  height: 1px;
  width: 100%;
  text-align: center;
  position: relative;
  background: #000;
  margin-bottom: 20px;
  border: 0;
}

#briefcase .dv-idea {
  height: 150px;
}

#briefcase .idea {
  width: 40%;
  height: 41%;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#briefcase .text-idea {
  text-align: left;
}

#briefcase .caption {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  color: white;
  text-align: left;
  position: absolute;
  top: 85%;
  left: 25px;
  width: 80%;
}

#briefcase .dvCaption {
  position: relative;
  text-align: left;
}

/* Portfolio Section */
#portfolio {
  padding: 100px 0;
}

.portfolio-item {
  margin: 1px -15px 0 -14px;
  padding: 0;
}

.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}

.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(to right,
      rgba(99, 114, 255, 0.8) 0%,
      rgba(92, 169, 251, 0.8) 100%);
  padding: 30% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}

.hover-bg .hover-text>h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}

.hover-bg:hover .hover-text>h4 {
  opacity: 1;
  backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hover-bg:hover .hover-text {
  opacity: 1;
}

/* clients Section */
#clients {
  padding: 50px 0 0;
}

#clients h2 {
  font-weight: normal;
}

#clients .title {
  font-weight: 900;
  font-size: 55px;
}

#clients .imagen {
  padding: 30px;
  height: 150px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#clients .imagen img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#clients .imgGatorade {
  width: 80px;
}

#clients .imgGuitig {
  width: 100px;
}

.testimonial {
  position: relative;
  padding: 20px;
}

.testimonial-image {
  float: left;
  margin-right: 15px;
}

.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.testimonial-content {
  position: relative;
  overflow: hidden;
}

.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}

.testimonial-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}

/* Team Section */
#team {
  padding: 50px 0;
}

#team .team {
  padding: 0px;
}

#team h4 {
  margin: 5px 0;
}

#team .team-img {
  width: 95%;
  z-index: -1;
  position: relative;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
}

#team .thumbnail .gradient:hover {
  background-color: #F7C946;
  transition: all 0.3s;
}

#team .thumbnail .gradient:not(:hover) {
  background-color: transparent;
  transition: all 0.3s;
}

#team .thumbnail .gradient:hover>.caption {
  bottom: 205px;
  transition: all 0.3s;
}

#team .thumbnail .gradient:not(:hover)>.caption {
  bottom: 65px;
  transition: all 0.3s;
}

#team .thumbnail .gradient:hover>.job {
  opacity: 1;
  bottom: 190px;
  transition: all 0.3s;
}

#team .thumbnail .gradient:not(:hover)>.job {
  opacity: 0;
  transition: all 0.3s;
}

#team .thumbnail .gradient:hover>.text {
  opacity: 1;
  transition: all 0.8s;
}

#team .thumbnail .gradient:not(:hover)>.text {
  opacity: 0;
  transition: all 0.3s;
}

#team .thumbnail {
  border: 0;
  background: transparent;
  padding-bottom: 30px;
  margin-bottom: 0px;
}

#team .thumbnail .caption {
  padding: 10px 0 0;
  color: #000;
  position: absolute;
  left: 30px;
  bottom: 65px;
  text-align: left;
  width: 119px;
  display: flex;
}

#team .thumbnail .job {
  padding: 10px 0 0;
  color: #000;
  position: absolute;
  left: 30px;
  bottom: 50px;
  text-align: left;
  display: flex;
  font-size: 12px;
  opacity: 0;
}

#team .thumbnail .text {
  padding: 10px 0 0;
  color: #000;
  position: absolute;
  left: 30px;
  bottom: 50px;
  text-align: left;
  display: flex;
  font-size: 11px;
  font-weight: bold;
  width: 80%;
  line-height: 1.1;
  opacity: 0;
}

#team .thumbnail .caption h4 {
  color: #000;
}

#team h2 {
  font-weight: normal;
}

#team .title {
  font-weight: 900;
  font-size: 55px;
}

#team .textCarousel {
  background-color: #F7C946;
  color: #000;
  padding: 20px;
  font-weight: bold;
  text-align: left;
  height: 180px;
  font-size: 11px;
  position: relative;
  /* margin: 0px 10px 0px 10px; */
}

.vertical-center {
  margin-right: 16px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#team .nameCarousel {
  position: absolute;
  top: 33%;
  margin-left: 20px;
  color: rgb(0, 0, 0);
  font-size: 15px;
  width: 132px;
  text-align: left;
  font-weight: bold;
  line-height: 1;
}

#team .jobCarousel {
  position: absolute;
  top: 44%;
  margin-left: 20px;
  color: rgb(0, 0, 0);
  font-size: 13px;
  width: 175px;
  text-align: left;
  font-weight: bold;
}

/* Contact Section */
#contactanos {
  padding: 90px 0 15px;
}

#contactanos .section-title {
  margin-bottom: 40px;
}

#contactanos .section-title p {
  font-size: 16px;
}

#contactanos h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#contactanos .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}

#contactanos h3 {
  color: #000;
  /* margin-top: 80px; */
  /* margin-bottom: 25px; */
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 20px;
  font-weight: 400;
}

#contactanos form {
  padding-top: 20px;
}

#contactanos .text-danger {
  color: #cc0033;
  text-align: left;
}

#contactanos .btn-custom-mobile {
  background-color: #333;
  color: #F7C946;
  display: none;
}

#contactanos .btn-custom {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 0px 12px;
  border: 2px solid #fff;
  color: #F7C946;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #333;
}

#contactanos .btn-custom:hover {
  color: #333;
  background: #F7C946;
}

#contactanos .ourServices {
  line-height: 1;
  margin-left: 25px;
}

label {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  float: left;
}

#contactanos .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#contactanos .form-control::placeholder {
  font-weight: bold;
  opacity: 1;
  color: #333;
}

#contactanos .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}

.form-control::-webkit-input-placeholder {
  color: #777;
}

.form-control:-moz-placeholder {
  color: #777;
}

.form-control::-moz-placeholder {
  color: #777;
}

.form-control:-ms-input-placeholder {
  color: #777;
}

#contactanos .contact-info {
  color: #000;
  margin-bottom: 10px;
  display: block;
}

#contactanos .contact-info p {
  font-size: 13px;
}

#contactanos .contact-item {
  margin: 20px 0;
}

#contactanos .contact-item span {
  color: #000;
  margin-bottom: 10px;
  display: block;
}

#contactanos .contact-item i.fa {
  margin-right: 10px;
}

#contactanos .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 2px;
  margin-bottom: 2px;
  text-align: left;
  margin-top: 0px;
}

#contactanos .social ul li {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
}

#contactanos .social ul li h3 {
  color: #777;
}

#contactanos .social i.fa-brands {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #F7C946;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #333;
  /* -webkit-text-fill-color: #333;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #F7C946; */
}

#contactanos .social i.fa-brands:hover {
  color: #333;
  background: #F7C946;
}

#contactanos .email {
  /* border-top: 1px solid rgba(255, 255, 255, 0.15); */
  /* padding-bottom: 10px;
  margin-bottom: 10px; */
  text-align: right;
  /* margin-top: 30px; */
  position: absolute;
  right: -45px;
  bottom: 20px;
}

#contactanos a {
  color: #000;
}

#contactanos .titleLink {
  font-weight: bolder;
  color: #000;
  text-decoration: none;
}

#contactanos .titleLink:hover {
  text-decoration: underline;
}

/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 30px 0;
}

#footer p {
  color: #888;
  font-size: 14px;
}

#footer a {
  color: #608dfd;
}

#footer a:hover {
  border-bottom: 2px solid #608dfd;
}

@media (max-width: 768px) {
  #team .section-title h2 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }

  #service-detail p {
    font-size: 15px !important;
  }

  #service-home p {
    font-size: 15px !important;
  }

  .paddingLeft50 {
    padding-left: 15px !important;
  }

  .paddingRight50 {
    padding-right: 15px !important;
  }

  #news .imgContainer {
    margin-right: 0px;
  }

  .text-center-cookies {
    width: 100%;
  }

  #news {
    padding: 0px 0px 25px !important;
  }

  #services {
    padding: 50px 0px 10px !important;
  }

  #team {
    padding: 50px 0px 65px !important;
  }

  #clients {
    padding: 50px 0 0px !important;
  }

  #cookiesPolicy {
    padding: 130px 0px 35px !important;
  }

  #cookiesPolicy p {
    text-align: left !important;
  }

  #analyticNews li {
    text-align: left !important;
  }

  #analyticNews p {
    text-align: left !important;
  }

  #service-detail .text-5 p {
    text-align: left !important;
  }

  .padding-fluid-mob {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }

  #news-detail {
    padding: 80px 0 55px !important;
    color: #000;
  }

  #news-detail .titleShare {
    margin-top: 35px !important;
  }

  #service-detail .text-4 p {
    font-size: 14px !important;
    font-weight: 900 !important;
  }

  #service-home {
    padding: 80px 0 10px !important;
  }

  #news-home {
    padding: 80px 0 10px !important;
  }

  #contactanos {
    padding: 70px 0 15px;
  }

  #briefcase-home {
    padding: 100px 0 55px;
    color: #000;
  }

  .intro {
    background-position-x: center;
    background-size: content;
  }

  #header h2 {
    /* text-transform: uppercase; */
    margin: 0 0 20px;
    font-weight: 800;
    font-size: 30px;
    padding: 70px;
    color: #FFF;
    line-height: 1.4;
  }

  header .intro-text {
    padding-top: 250px;
    padding-bottom: 100px;
  }

  #dvCarousel {
    padding-top: 30px;
  }

  #news .newContainer {
    /* width: 273px; */
    position: absolute;
    top: 50px;
    right: 40px;
  }

  #news .textNews {
    font-size: 14px;
    color: #000;
    text-align: left;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 10px;
    max-width: 90% !important;
  }

  #briefcase .text-idea {
    text-align: center;
  }

  #service-detail .titleService {
    padding-left: 40px !important;
  }

  #service-detail .imgMain p {
    font-size: 25px !important;
    width: 250px !important;
    padding-left: 1% !important;
  }

  #service-detail .padding {
    padding-top: 100px !important;
  }

  #service-detail .containerMobile {
    margin-top: 130px !important;
  }

  #news-detail .titleNews {
    font-size: 29px !important;
    font-weight: 900;
    top: 20% !important;
    left: 50% !important;
    text-align: center !important;
    width: 85% !important;
    height: auto !important;
  }

  #news-detail .titleNews2 {
    top: 40% !important;
    -ms-transform: translateY(-40%) translateX(-50%) !important;
    transform: translateY(-40%) translateX(-50%) !important;
  }

  #news-detail .subtitleNews {
    font-size: 14px !important;
  }

  #news-detail .contentKeywords{
    left: 50% !important;
    -ms-transform: translateY(-30%) translateX(-50%) !important;
    transform: translateY(-30%) translateX(-50%) !important;
  }

  #news-detail .authorNews {
    font-size: 12px !important;
    text-align: center !important;
    top: 75% !important;
    left: 50% !important;
    -ms-transform: translateY(-30%) translateX(-50%) !important;
    transform: translateY(-30%) translateX(-50%) !important;
    width: 111px !important;
  }

  #news-detail .img3Text {
    font-size: 10px !important;
    padding: 0 10px 15px 0 !important;
  }

  #services .text-center {
    text-align: left;
  }

  #contactanos .contact-info {
    padding-top: 40px;
    margin-top: 20px;

    margin-bottom: 10px;
    display: block;
  }

  #contactanos .contact-info-container {
    /* background-color: #111111; */
    margin-top: 20px;
  }

  #contactanos .social {
    border-top: 0px;
    /* background-color: #111111; */
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 18px;
  }

  #contactanos .contact-info p {
    font-size: 13px;
    font-weight: normal !important;
  }

  /* #contactanos .social ul li h3 {
    color: #fff;
  } */
  /* #contactanos .social i.fa-brands {
    font-size: 22px;
    width: 48px;
    height: 48px;
    padding: 12px 0;
    border: 2px solid #F7C946;
    color: #333;
    border-radius: 50%;
    transition: all 0.3s;
    background-color: #F7C946;
  }
  #contactanos .social i.fa-brands:hover {
    color: #333;
    background: #F7C946;
  } */
  #contactanos .salto {
    display: block !important;
  }

  /* #clients .section-title {
    text-align: left;
  } */
  #clients .imagen {
    padding: 15px;
    height: 100px;
  }

  .carousel__center {
    padding: 0px !important;
  }

  .quote {
    font-size: 70px !important;
    left: -17px !important;
  }

  .quote2 {
    font-size: 70px !important;
    left: 26px !important;
  }

  .carousel__quote .texto {
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  #idea {
    display: none;
  }

  #ideaMobile {
    display: inline !important;
    width: 100px;
  }

  #contactanos .section-title p {
    font-size: 24px;
  }

  #contactanos .btn-custom-mobile {
    width: 100%;
    background-color: #333;
    color: #F7C946;
    display: unset;
    height: 50px;
  }

  /* #contactanos .form-control {
    display: unset;
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #000;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
  }
  #contactanos .form-control::placeholder {
    font-weight: normal;
    opacity: 1;
    color: #8A8A8A;
    padding: 0px 0px;
  } */
  #briefcase-detail .captionimg {
    font-size: 13px !important;
    text-align: center !important;
    margin-left: 0px !important;
    margin-top: 18px !important;
  }

  #briefcase h2 {
    font-weight: bold;
    font-size: 40px;
  }

  #news-home .textNews {
    text-align: left !important;
    margin-left: 15px !important;
  }

  #news-detail p {
    text-align: left !important;
    font-size: 12px !important;
    font-weight: normal;
  }

  #news h2 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }

  #team h2 {
    font-size: 26px !important;
  }

  #team .title {
    font-weight: 900;
    font-size: 30px;
  }

  #news-detail .img3Text2 {
    font-size: 10px !important;
  }

  #service-detail .imgMain img {
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto;
  }

  #service-detail .text-analisisdato-img3 {
    font-size: 14px !important;
    width: 100% !important;
    text-align: left;
    padding: 30px !important;
    float: none !important;
  }

  #service-detail .text-tecnologiamarketing-img2 {
    font-size: 14px !important;
  }

  #service-detail .text-tecnologiamarketing-img1 {
    font-size: 9px !important;
  }

  #service-detail {
    padding: 80px 0px 0px 0px !important;
    color: #000;
  }

  #service-detail .text-1 p {
    font-size: 10px !important;
    font-weight: 500 !important;
  }

  #service-detail .text-1 {
    display: block !important;
    height: auto !important;
  }

  #service-detail .text-2 p {
    font-size: 11px !important;
    width: 90% !important;
    left: 50% !important;
    -ms-transform: translateY(-50%) translateX(-50%) !important;
    transform: translateY(-50%) translateX(-50%) !important;
  }

  #service-detail .text-2 {
    height: 100px !important;
  }

  #service-detail .texto {
    font-size: 12px !important;
  }

  #service-detail .text-analisisdato-img1 {
    font-size: 11px !important;
    width: 100% !important;
    text-align: left;
    padding: 30px !important;
    float: none !important;
  }

  #service-detail .text-analisisdato-1 p {
    font-size: 14px !important;
  }

  #service-detail .text-analisisdato-img2 {
    padding-top: 15px;
    font-size: 11px !important;
  }

  #service-detail .section-title {
    text-align: left;
  }

  #service-home .section-title {
    text-align: left;
  }

  #briefcase-detail h3 {
    font-weight: 900;
    padding: 5px 0;
    color: #000;
    font-size: 24px !important;
    margin: 0px 17px 12px;
  }

  #briefcase-detail .text {
    font-size: 13px !important;
    line-height: 1.4;
    margin: 0px 17px;
  }

  #briefcase-detail {
    padding: 100px 0px 55px !important;
    color: #000;
  }

  #briefcase-detail .text2 {
    font-size: 16px !important;
  }

  .btn-mobile {
    position: relative;
    text-align: right;
    top: -57px;
  }

  .carousel__indicator {
    left: 36% !important;
    top: -18px;
  }

  #briefcase .caption {
    font-size: 14px !important;
  }

  #news-detail .keywords {
    height: 43px !important;
    padding: 12px !important;
  }

  #news-detail .contentKeywords{
      display: flex;
      justify-content: center;
      width: 100%;
  }
}

#ideaMobile {
  display: none;
}

#contactanos .salto {
  display: none;
}

.fa-rotate-45 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  font-weight: normal !important;
  font-size: x-large !important;
}

.logo {
  width: 80px;
}

textarea {
  resize: none;
}

#__react-alert__ div div div {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  text-transform: initial !important;
  padding: 8px 10px;
  width: auto !important;
}

/* .styles-module_floatingWhatsapp__1akvz {
  height: 0px !important;
} */

.carousel__list {
  align-items: center;
  display: grid;
  grid-row-gap: 1.25rem;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  max-width: 100%;
  overflow: hidden;
  padding: 1rem 2rem;
  list-style-type: none;
}

.carousel__item {
  grid-column: 1;
  grid-row: 1;
  line-height: 1.2;
  text-align: center;
  transition: transform 0.2s;
}

.carousel__item.active {
  transform: translateX(0);
}

.carousel__item.left {
  transform: translateX(-110%);
}

.carousel__item.right {
  transform: translateX(110%);
}

.carousel__indicator {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
  grid-row: 2;
  justify-self: center;
  width: 100px;
  text-align: center;
  position: absolute;
  left: 40%;
}

.carousel__dot {
  background-color: #474141;
  border-radius: 50%;
  border: 0.0625rem solid #474141;
  display: block;
  height: 0.9rem;
  width: 0.9rem;
}

.carousel__dot.active {
  background-color: #D9D9D9;
  border: 0.0625rem solid #D9D9D9;
}

.carousel__citation {
  display: block;
  font-size: 0.975rem;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
  color: #999999;
}

.carousel__name {
  display: block;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 600;
}

.carousel__quote {
  border-left: 0px;
  text-align: left;
  color: #000;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 0px;
}

.carousel__quote .texto {
  font-size: 16px;
}

.carousel__center {
  align-items: center;
  display: grid;
  justify-content: center;
  padding: 40px;
}

.quote {
  font-size: 100px;
  color: #000;
  height: 43px;
  left: -40px;
  position: relative;
  letter-spacing: 2px;
}

.quote2 {
  font-size: 100px;
  color: #000;
  height: 30px;
  text-align: right;
  right: -40px;
  bottom: 30px;
  position: relative;
  letter-spacing: 2px;
}

.rightArrow {
  width: 55px;
  height: -webkit-fill-available;
  opacity: 0.4;
  background-color: black;
  cursor: pointer;
  position: absolute;
  right: 0px;
  background-image: url(../img/next.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.rightArrow:active {
  opacity: 0.9;
  transition: all 0.4s;
}

.rightArrow:not(:active) {
  opacity: 0.4;
  transition: all 0.4s;
}

.rightArrow:hover {
  opacity: 0.9;
  transition: all 0.4s;
}

.rightArrow:not(:hover) {
  opacity: 0.4;
  transition: all 0.4s;
}

.rightArrow-mob {
  width: 55px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  right: 0px;
  background-image: url(../img/next.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.leftArrow {
  width: 55px;
  height: -webkit-fill-available;
  opacity: 0.4;
  background-color: black;
  cursor: pointer;
  position: absolute;
  left: 0px;
  z-index: 1;
  background-image: url(../img/prev.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.leftArrow:hover {
  opacity: 0.9;
  transition: all 0.4s;
}

.leftArrow:not(:hover) {
  opacity: 0.4;
  transition: all 0.4s;
}

.leftArrow:active {
  opacity: 0.9;
  transition: all 0.4s;
}

.leftArrow:not(:active) {
  opacity: 0.4;
  transition: all 0.4s;
}

.leftArrow-mob {
  width: 55px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  left: 0px;
  z-index: 1;
  background-image: url(../img/prev.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hrGeneral {
  height: 1px;
  width: 100%;
  text-align: center;
  position: relative;
  background: #000;
  margin-bottom: 20px;
  border: 0;
}

.page-scroll {
  display: none !important;
}

#cookiesPolicy {
  padding: 130px 0;
}

#cookiesPolicy p {
  color: #000;
  text-align: justify;
}

#cookiesPolicy a {
  color: blue;
}

#cookiesPolicy h3 {
  /* text-transform: uppercase; */
  margin: 0 0 0px;
  font-weight: 800;
  font-size: 30px;
  color: #000;
}


#analyticNews {
  padding: 130px 0;
}

#analyticNews p {
  color: #000;
  text-align: justify;
}

#analyticNews li {
  margin-left: 35px;
  font-size: 15px;
  color: #000;
  list-style-type: disc;
  text-align: justify;
}

#analyticNews h3 {
  /* text-transform: uppercase; */
  margin: 0 0 0px;
  font-weight: 800;
  font-size: 30px;
  color: #000;
}

/* News-Home Section */
#news-home {
  padding: 80px 0;
}

#news-home h3 {
  font-size: 22px;
  margin: 0 0 20px;
}

#news-home h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#news-home .imgContainer {
  /* width: 330px; */
  display: inline-block;
  position: relative;
}

#news-home .newContainer {
  /* width: 330px; */
  right: 0px;
  position: absolute;
  text-align: -webkit-right;
}

#news-home p {
  font-size: 14px;
  color: #000;
  text-align: justify;
}

#news-home .titleNews {
  padding-top: 10px;
  font-weight: bold;
}

#news-home .new {
  background-color: #F7C946;
  width: 85px;
  height: 50px;
  font-size: 14px;
  color: #000;
  font-weight: 900;
  padding-top: 15px;
  text-align: center;
}

/* Newsletter-Home Section */
#newsletter-home {
  padding: 80px 0;
}

#newsletter-home .section-title {
  margin-bottom: 40px;
}

#newsletter-home .content-news {
  margin-bottom: 80px;
}

#newsletter-home .content-news .imgContainer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}

#newsletter-home .img-responsive {
  width: 100%;
  object-fit: cover;
}

#newsletter-home .content-news .img-responsive {
  height: 370px;
}

#newsletter-home .textNews,
#newsletter-home .textDescription {
  color: #000;
  margin: 0;
}

#newsletter-home .textNews {
  font-weight: 700;
}

#newsletter-home .content-news .textNews {
  font-size: 24px;
  line-height: 28.37px;
}

#newsletter-home .featured-newsletter .textNews {
  font-size: 36px;
  line-height: 130%;
}

#newsletter-home .textDescription {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

#newsletter-home .featured-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  text-align: left;
}

#newsletter-home .featured-newsletter .img-responsive {
  height: 460px;
}

/* Newsletter Empty State */
.newsletter-empty-state {
  margin-bottom: 80px;
}

.empty-state-image {
  max-width: 629px;
  height: 503px;
  margin: 0 auto 24px;
}

.empty-state-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.empty-state-text {
  color: #000000;
  font-size: 32px;
  font-weight: 400;
}

.empty-state-text .text-regular {
  font-family: "Poppins-Regular", sans-serif;
  line-height: 52px;
}

.empty-state-text .text-bold {
  font-family: "Poppins-Bold", sans-serif;
  line-height: 40px;
  font-weight: 700;
}

.empty-state-text .br-mobile {
  display: none;
}

.empty-state-text .br-desktop {
  display: inline;
}

@media (max-width: 991px) {
  .empty-state-text .br-mobile {
    display: inline;
  }

  .empty-state-text .br-desktop {
    display: none;
  }
  .newsletter-empty-state {
    padding: 0 16px;
  }

  .empty-state-image {
    max-width: 307px;
    height: 245px;
  }

  .empty-state-text {
    font-size: 24px;
    line-height: 30px;
  }

  .empty-state-text .text-regular,
  .empty-state-text .text-bold {
    line-height: 30px;
  }
}

/* Service-Home Section */
#service-home {
  padding: 80px 0;
}

#service-home p {
  font-size: 1.3dvw;
}

#service-home h3 {
  font-size: 22px;
  margin: 0 0 20px;
}

#service-home h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#service-home .imgContainer {
  width: 330px;
  display: inline-block;
}

#service-home .col-md-8 .imgContainer {
  width: 700px;
}

#service-home a {
  text-align: left;
  color: #000;
  font-weight: bold;
}

#service-home .titleContainer {
  padding: 5px 0 14px 0;
}

#service-home .imgTitle {
  width: 15px !important;
}

#service-home .dvTitle {
  text-align: right;
  padding: 5px 0 14px 0;
}

/* Service-detail Section */
#service-detail {
  padding: 80px 0 0;
  color: #000;
}

#service-detail p {
  font-size: 1.3dvw;
}

#service-detail h3 {
  font-size: 22px;
  margin: 0 0 20px;
}

#service-detail h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

/* #service-detail .titleService {
  padding-left: 110px;
} */
#service-detail .imgMain img {
  max-width: 70%;
  max-height: 70%;
  height: auto;
}

#service-detail img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

#service-detail .imgMain {
  padding-bottom: 10px;
}

#service-detail .imgMain p {
  font-size: 4dvw;
  color: #000;
  font-weight: 900;
  /* width: 360px; */
  line-height: 1.2;
  margin: 0;
  position: absolute;
  top: 50%;
  padding-left: 7.6%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#service-detail .text-1 {
  height: 310px;
  text-align: left;
  display: flex;
}

#service-detail .text-1 p {
  text-align: left;
  align-self: flex-end;
  color: #000;
}

#service-detail .flex-text-end {
  align-self: flex-end;
  color: #000;
}

#service-detail .flex {
  display: flex;
}

#service-detail .text-3 p {
  text-align: left;
  align-self: flex-start;
  color: #000;
}

#service-detail .text-4 p {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  align-self: flex-start;
  color: #000;
}

#service-detail .text-5 p {
  text-align: justify;
  align-self: flex-start;
  color: #000;
}

#service-detail .background {
  height: 290px;
}

#service-detail .padding {
  padding-top: 30px;
}

#service-detail .text-2 {
  height: 290px;
  background-color: #F7C946 !important;
}

#service-detail .text-2 p {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  text-align: left;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 115px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 330px;
}

#service-detail .our-services {
  text-align: right;
  padding-bottom: 20px;
  color: #000;
  font-size: 20px;
  font-weight: 900;
}

#service-detail .our-services a {
  color: #000;
  font-weight: 900;
}

#service-detail .our-services a:hover {
  background-color: #F7C946;
}

#service-detail .our-services a img {
  width: 15px;
}

#service-detail .icono img {
  width: 50px;
}

#service-detail .icono span {
  color: #000;
}

#service-detail .text-analisisdato-img1 {
  font-size: 14px;
  width: 70.4%;
  height: auto;
  position: relative;
  float: right;
  padding-right: 30%;
}

#service-detail .text-analisisdato-img2 {
  font-size: 14px;
  font-weight: bold;
}

#service-detail .text-analisisdato-img3 {
  font-size: 22px;
  height: auto;
  position: relative;
  text-align: left;
}

#service-detail .text-analisisdato-1 p {
  font-size: 1.5dvw;
  font-weight: normal;
}

#service-detail .text-tecnologiamarketing-img1 {
  font-size: 15px;
  font-weight: 900;
}

#service-detail .text-tecnologiamarketing-img2 {
  font-size: 22px;
}

/* Service-footer Section */
#service-footer {
  padding-top: 50px;
  /* padding-bottom: 60px; */
}

#service-footer .col-md-8 img {
  width: 700px;
}

#service-footer .imgContainer {
  /* width: 330px; */
  display: inline-block;
}

#service-footer .col-md-8 .imgContainer {
  width: 700px;
}

#service-footer a {
  text-align: left;
  color: #000;
  font-weight: bold;
}

#service-footer .titleContainer {
  padding: 5px 0 14px 0;
}

#service-footer .imgTitle {
  width: 15px !important;
}

#service-footer .dvTitle {
  text-align: right;
  padding: 5px 0 14px 0;
}

.paddingLeft0 {
  padding-left: 0px;
}

.paddingRight0 {
  padding-right: 0px;
}

.paddingRightLeft0 {
  padding-left: 0px;
  padding-right: 0px;
}

.paddingRightLeft2 {
  padding-left: 2px;
  padding-right: 2px;
}

.paddingRightLeft30 {
  padding-left: 100px;
  padding-right: 100px;
}

.paddingLeft50 {
  padding-left: 50px;
}

.paddingRight50 {
  padding-right: 50px;
}

.paddingTopBottom8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.paddingTopBottom16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* news-detail Section */
#news-detail {
  padding: 80px 0;
  color: #000;
}

#news-detail h3 {
  font-size: 22px;
  margin: 0 0 20px;
}

#news-detail h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

/* #news-detail .imgMain img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
} */
/* #news-detail img {
  max-width: 120%;
  max-height: 120%;
  height: auto;
} */
#news-detail .imgMain {
  padding-bottom: 10px;
}

#news-detail .titleNews {
  font-size: 3dvw;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  position: absolute;
  top: 30%;
  left: 8%;
  color: #fff;
  text-align: left;
  text-shadow: #000 1px 0 10px;
  width: 825px;
  height: 370px;
}

#news-detail .contentKeywords{
  display: inline-flex;
  position: absolute;
  top: 60%;
  left: 8%;
  text-align: left;
}
#news-detail .keywords{
  width: auto;
  height: 46px;
  padding: 12px 18px;
  gap: 10px;
  border-radius: 23px;
  opacity: 0px;
  background-color:#fff;
  margin: 0 15px 0 0;
}

#news-detail .keywords label{
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

#news-detail .authorNews {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  position: absolute;
  top: 73%;
  left: 8%;
  color: #fff;
  text-align: left;
  text-shadow: #000 1px 0 10px;
  width: 208px;
}

#news-detail p {
  text-align: justify;
  font-size: 18px;
  font-weight: 100;
}

#news-detail .titleShare {
  color: #F7C946;
  font-size: 20px;
}

#news-detail .share {
  font-size: 15px;
  color: #000000;
  text-decoration: none;
}

#news-detail .img3Text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin: 10px 0;
  color: #000000;
  text-align: left;
}

#news-detail .imgWithText {
  position: relative;
  text-align: justify;
}

#news-detail .subtitleNews {
  font-size: 20px;
  font-weight: normal !important;
}

#news-detail .imgWithText2 {
  position: relative;
  text-align: left;
}

#news-detail .img3Text2 {
  font-weight: 900;
  font-size: 15px;
  text-align: left;
}

#briefcase-detail {
  padding: 100px 0;
  color: #000;
}

#briefcase-detail .section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #F7C946 0%, #F7C946 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}

#briefcase-detail h3 {
  font-weight: 900;
  padding: 5px 0;
  color: #000;
  font-size: 34px;
}

#briefcase-detail h2 {
  font-weight: normal;
}

#briefcase-detail .title {
  font-weight: 900;
  font-size: 55px;
}

#briefcase-detail p {
  color: #000;
}

#briefcase-detail .captionimg {
  font-size: 26px;
  text-align: left;
  margin-left: 24px;
  margin-top: 50px;
}

#briefcase-detail .text {
  font-size: 16px;
  line-height: 1.4;
}

#briefcase-detail .text2 {
  font-size: 22px;
  line-height: 1.2;
}


#briefcase .btn-custom {
  font-family: 'Poppins', sans-serif;
  text-transform: none;
  color: #000;
  background-color: #F7C946;
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.2s linear;
  border-color: #F7C946;
  border-width: 2px;
  border-style: solid;
  cursor: default;
}

#briefcase .btn-custom:hover,
#briefcase .btn-custom:focus,
#briefcase .btn-custom.focus,
#briefcase .btn-custom:active,
#briefcase .btn-custom.active {
  background-image: none;
  background-color: #F7C946;
  border-color: #F7C946;
  border-width: 2px;
  border-style: solid;
}

#clients .btn-custom {
  font-size: 26px;
  font-family: monospace;
  width: 48px;
  height: 48px;
  padding: 0px 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}

.vertical-center1 {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

.vertical-center2 {
  flex: 1
}

.vertical-center-button {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

#services .titleLink {
  font-weight: bold;
  text-decoration: underline;
}

#news-home .textNews {
  font-size: 14px;
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
  /* font-weight: bold; */
}

.padding-fluid {
  padding-left: 7.6%;
  padding-right: 8%;
}

.styles-module_carousel-base__3keqD {
  text-align: center;
  padding-top: 28px !important;
}

.vertical-center-team {
  position: absolute;
  top: 10%;
  max-width: 85%;
}

.vertical-center-news1 {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}

.vertical-center-news2 {
  flex: 1
}

.vertical-center-button-news-left {
  position: absolute;
  top: 37%;
  -webkit-transform: translateY(-37%);
  -ms-transform: translateY(-37%);
  transform: translateY(-37%);
  left: 12px;
  z-index: 1;
}

.vertical-center-button-news-rigth {
  position: absolute;
  top: 37%;
  -webkit-transform: translateY(-37%);
  -ms-transform: translateY(-37%);
  transform: translateY(-37%);
  right: 20px;
  z-index: 1;
}

.vertical-center-button-team-left {
  position: relative;
  top: 25%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  right: -22px;
  z-index: 1;
}

.vertical-center-button-team-rigth {
  position: relative;
  top: 25%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  left: -22px;
  z-index: 1;
}

#team .btn-custom {
  font-size: 26px;
  font-family: monospace;
  width: 48px;
  height: 48px;
  padding: 0px 12px;
  /* border: 2px solid #fff; */
  border-radius: 50%;
  transition: all 0.3s;
}

.vcenter {
  display: flex;
  align-items: center;
}

.floating-button {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1000;
  width: 50px;
  height: 50px;
  /* padding: 10px; */
  background-color: #f8c947;
  color: black;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.floating-button .material-icons {
  /*center the icon */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@media (max-width: 1600px) {
  #news-detail .titleNews {
      width: 680px;
  }
}

@media (max-width: 900px) {
  #news-detail .titleNews {
      width: 400px;
  }

  #news-detail .img3Text {
    margin: 10px 20px;
  }
}

/* Navbar Responsive */
@media (max-width: 990px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* Newsletter Responsive */
@media (max-width: 991px) {
  #newsletter-home {
    padding: 80px 0 80px !important;
  }

  #newsletter-home .content-news {
    margin-bottom: 80px;
  }

  #newsletter-home .featured-content {
    margin-bottom: 80px !important;
    align-items: center;
  }

  #newsletter-home .content-news .external-link {
    display: flex !important;
    justify-content: center !important;
  }

  #newsletter-home .featured-newsletter .textNews {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  #newsletter-home .featured-newsletter .img-responsive {
    margin-bottom: 24px;
    height: 370px;
  }

  #newsletter-home .featured-content {
    align-items: center;
  }

  #newsletter-home .content-news .img-responsive {
    height: 300px;
  }

  #newsletter-home .featured-newsletter .imgContainer.featured-container {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  #newsletter-home .featured-newsletter .img-responsive {
    margin-left: -45px;
    margin-right: -45px;
    width: calc(100% + 90px);
    max-width: calc(100% + 90px);
  }

  #newsletter-home .content-news .img-responsive {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
  }
}

/* External Link Component */
.external-link {
  padding: 12px 16px;
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.external-link-text {
  color: #F7C946;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 21.58px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: underline;
}

.external-link-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

#newsletter-home .content-news .external-link {
  display: flex;
  justify-content: flex-start;
  margin-top: 8px;
}

@media (max-width: 480px) {
  #newsletter-home {
    padding: 40px 0;
  }

  #newsletter-home .content-news {
    margin-bottom: 40px;
  }

  #newsletter-home .content-news .imgContainer {
    gap: 16px;
  }

  #newsletter-home .content-news .img-responsive {
    height: 250px;
  }

  #newsletter-home .content-news .textNews {
    font-size: 18px;
    line-height: 22px;
  }

  #newsletter-home .textDescription {
    line-height: 18px;
  }
}
