@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Fin reset*/
/*Fonts*/
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*Utilities*/
html, body {
  font-family: "Poppins", sans-serif;
}

body {
  font-family: "Poppins", sans-serif;
}

html, body div {
  font-family: "Poppins", sans-serif;
}

.bgPhone {
  padding: 50px 0;
}

.bgPhone__img {
  width: 100%;
  height: 300px;
  background: url("../images/bg-phone.jpeg") center center no-repeat #fff;
  background-size: cover;
}

@media (min-width: 768px) {
  .bgPhone {
    padding: 190px 0;
  }
  .bgPhone__img {
    height: 824px;
  }
}
#navbar {
  min-height: 100px;
}

/**menu */
.menu {
  display: flex;
  background-color: #430A8A;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: center;
  opacity: 1;
  box-shadow: 5px 0px 10px rga(0, 0, 0, 0.5);
}

.logo {
  padding: 15px 0 10px;
}

.search-bar {
  justify-content: center;
  gap: 5px;
  align-items: center;
  display: flex;
}

.search-icon {
  margin: -5px 5px;
}

.menu_items {
  max-width: 1360px;
  display: flex;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.menu_items li {
  border-radius: 3px;
  margin: 0 5px;
}

.menu_items li a {
  color: #fff;
  padding: 0px 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  display: flex;
}

.menu__logo {
  display: block;
}

.menu_items li a:hover, li a.active {
  color: #FE0EEA;
  transition: 0.4s;
}

.btn_menu {
  margin-right: 30px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  display: none;
}

.btn_close {
  margin-right: 30px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 120;
  right: 0;
}

ul.show {
  top: 0px;
  background-color: #430b8a;
  padding-top: 100px;
}

.search-bar input {
  width: 50%;
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.menu__logoMobile {
  display: none;
}

@media screen and (max-width: 960px) {
  #navbar {
    min-height: 60px;
    z-index: 10;
  }
  .menu {
    height: 60px;
    background-color: rgb(67, 11, 138);
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 0;
    width: 100vw;
    opacity: 0.95;
  }
  .search-bar input {
    width: 50%;
    padding: 5px 0;
  }
  .menu__logo {
    display: none;
  }
  .menu__logoMobile {
    display: block;
  }
  .btn_menu {
    display: inline-flex;
  }
  .menu__logoMobile img {
    margin: 10px 0 10px 15px;
  }
  .menu_items {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: -100vh;
    text-align: center;
    transition: all 0.4s;
    flex-direction: column;
  }
  .menu_items li {
    margin: 0 0 0 0;
    line-height: 50px;
    background: none;
    border-bottom: 1px solid #fff;
    display: block;
    text-align: center;
  }
  .menu_items li a {
    font-size: 20px;
    justify-content: left;
    text-decoration: none;
    padding: 0 40px;
  }
  .menu_items li:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 413px) {
  #navbar {
    min-height: 60px;
    z-index: 10;
  }
  .show {
    top: 0px;
    background-color: #430b8a;
    padding-top: 35px;
    opacity: 0.95;
  }
  .menu_items li {
    margin: 0 0 0 0;
    line-height: 50px;
    background: none;
    border-bottom: 1px solid #fff;
    display: block;
    text-align: center;
  }
  .menu_items li:last-child {
    border-bottom: none;
  }
  .menu_items li a {
    font-size: 20px;
    justify-content: left;
    text-decoration: none;
    padding: 0 40px;
  }
}
.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 16px;
}

.footerPartners {
  background-color: #fe009a;
  width: 100%;
}

.footerPartners__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
}

.footerPartners__text {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 15px;
}

.footerPartners__imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.footerPartners__imgs > img {
  width: 150px;
  height: auto;
}

@media (min-width: 768px) {
  .footerPartners__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .footerPartners__text {
    font-size: 34px;
    margin-bottom: 0px;
  }
  .footerPartners__imgs {
    flex-direction: row;
  }
}
.footerContact {
  background-color: #9200d8;
  padding: 16px 0;
  color: white;
}

.footerContact__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  align-items: center;
}

.footerContact__address {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.footerContact__address svg, .footerContact__phone svg {
  width: 12px;
}

.footerContact__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.footerContact__email {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  padding: 15px 20px;
  text-decoration: none;
}

.footerContact__email a {
  color: #FFFFFF;
  text-decoration: none;
}

.logoIABpeq {
  display: none;
}

@media (min-width: 1024px) {
  .footerContact__container {
    grid-template-columns: repeat(5, 1fr);
    gap: 0px;
  }
}
@media (max-width: 767px) {
  .footerPartners__imgs {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footerPartners__imgs > img {
    width: 120px;
    height: auto;
  }
}
@media (max-width: 414px) {
  .logoIABgran {
    display: none;
  }
  .logoIABpeq {
    display: block;
  }
  .footerContact__email {
    font-size: 12px;
  }
  .footerPartners__imgs {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footerPartners__imgs > img {
    width: 100px;
    height: auto;
  }
  /* 
    .footerPartners__imgs>.imgFooter {
      width: 100px;
    }
   */
  .footerPartners__text {
    margin: 30px;
  }
}
.bgBanner {
  position: absolute;
  width: 100%;
  height: 1500px;
  background: url("../images/BG-home-1.png") center center no-repeat #fff;
  background-size: cover;
}

.bgBanner .bgBanner__lion1 {
  position: absolute;
  background: url("../images/leon-1.png") center center no-repeat transparent;
  max-width: 580px;
  height: 490px;
  background-size: contain;
  top: 290px;
  left: 200px;
  z-index: 0;
}

.bgBanner .bgBanner__lion2 {
  position: absolute;
  background: url("../images/leon-2.png") center center no-repeat transparent;
  max-width: 580px;
  height: 590px;
  background-size: contain;
  top: 445px;
  left: 60px;
  z-index: 0;
}

.bgBanner .bgBanner__front {
  position: absolute;
  width: 100%;
  height: 1504px;
  background: url("../images/BG-curva-1.png") center center no-repeat transparent;
  background-size: cover;
  z-index: 0;
}

.banner__container {
  max-width: 100%;
  position: relative;
  justify-content: center;
  min-height: 420px;
}

.banner__title {
  max-width: 1360px;
  margin: 0 auto;
}

.banner__title p {
  font-size: 72px;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  text-shadow: 2px 2px 4px #333131;
}

.banner_imgs {
  display: flex;
  justify-content: end;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 70px;
  margin-bottom: 50px;
}

.banner__imgJuntos {
  text-align: right;
  margin-right: 300px;
  margin-bottom: 50px;
}

.banner__imgJuntos img {
  width: 200px;
  filter: drop-shadow(5px 5px 10px #000);
}

.banner__btn {
  padding-top: 10px;
  text-align: center;
  padding-left: 360px;
}

.banner__btn a {
  color: #d61bc9;
  font-size: 25px;
  border-radius: 60px;
  background-color: #e2e1e4;
  line-height: 25px;
  text-decoration: none;
  padding: 20px 20px;
  font-weight: 700;
  border-color: #333;
  margin-left: 25px;
  margin-top: 35px;
}

.banner__btn a:hover {
  background-color: #d61bc9;
  color: #e2e1e4;
  box-shadow: 2px 2px 4px black;
  line-height: 5px;
}

.banner__imgPersonas {
  text-align: center;
  margin-left: 30px;
  margin-right: 60px;
}

.banner__imgPersonas img {
  width: 200px;
  height: auto;
}

.ideas {
  color: #9828ff;
}

.hacen {
  font-weight: bold;
}

.realidad {
  font-weight: bold;
  color: #C321B7;
}

.lateral {
  display: flex;
  margin-top: 180px;
}

.banner__seccionInferior {
  display: flex;
  max-width: 1360px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 70px;
}

.banner__textIzquierdo {
  line-height: 50px;
  font-size: 42px;
  color: #333;
  bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  align-self: end;
  padding-bottom: 35px;
}

.banner__textIzquierdo--img {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner__textIzquierdo--img img {
  width: 280px;
  margin: 0 auto;
}

.banner__textIzquierdo .bold {
  font-size: 46px;
  font-weight: bold;
}

.banner__textIzquierdo .background-color {
  color: #fff;
  background-color: #D61BC9;
  line-height: 42px;
  width: 100%;
}

.banner__video {
  position: relative;
  width: 450px;
  height: 360px;
  margin: 0 auto;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.video iframe {
  width: 100%;
  height: 100%;
}

.video frame:after {
  background: url("../images/tv3.png") center top no-repeat transparent;
  content: ""; /* Contenido vacío para el pseudoelemento */
  position: absolute; /* Posicionar el pseudoelemento absolutamente */
  top: 50%; /* Posicionar verticalmente en el centro */
  left: 50%; /* Posicionar horizontalmente en el centro */
  transform: translate(-50%, -50%); /* Centrar el pseudoelemento */
  width: 100%; /* Ancho del pseudoelemento */
  height: 100%; /* Alto del pseudoelemento */
  background-size: contain; /* Cubrir todo el área del pseudoelemento */
  z-index: 1; /* Colocar el pseudoelemento sobre la imagen principal */
}

.carousel__container {
  display: flex;
  max-width: 1360px;
  justify-content: center;
  padding: 0 15px;
}

.swiper-wrapper {
  margin-bottom: 70px;
}

/* 
.swiper-slide {
  background-color: #fff;
  transform: rotate3d(3, 4, 1, -39deg) !important;
}
 */
.swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/*
.swiper-slide-active {
  opacity: 1;
  width: 100%;
  height: auto;
}

.swiper-slide-active:after {
  background: url("../images/bgphone2.png") center top no-repeat transparent;
  content: "";
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
  filter: drop-shadow( 2px 2px 5px #000 );
}
*/
.banner__imgLateral {
  width: 30px;
  margin-left: 15px;
}

.banner__container > a {
  text-decoration: none;
  color: #000;
}

.banner__center {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0 15px;
}

.banner__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.banner__content > .banner__titleb {
  width: 35%;
  text-align: right;
  padding-right: 15px;
  font-size: 46px;
  text-decoration: none;
}

.banner__content > .banner__titleb > p > .background-color {
  color: #fff;
  background-color: #D61BC9;
  line-height: 64px;
}

.banner__content > .banner__imageb {
  width: 65%;
}

.banner__content > .banner__imageb > img {
  width: 80%;
}

@media screen and (max-width: 1200px) {
  .bgBanner .bgBanner__lion1 {
    left: 100px;
  }
  .bgBanner .bgBanner__lion2 {
    left: -70px;
  }
  .banner__imgPersonas {
    margin-left: 80px;
  }
  .banner__imgJuntos {
    margin-right: 95px;
  }
  .banner__btn a {
    margin-left: 250px;
    font-size: 20px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .bgBanner .bgBanner__lion1 {
    left: 10px;
  }
  .bgBanner .bgBanner__lion2 {
    left: -130px;
  }
  .banner__imgPersonas {
    margin-left: 45%;
  }
  .banner__title p {
    font-size: 50px;
  }
  .banner__btn a {
    margin-left: 35%;
  }
  .banner__seccionInferior {
    display: flex;
    max-width: 1360px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .btn_menu {
    margin-right: 60px;
  }
  .banner__container {
    padding-top: 0;
  }
  .bgBanner .bgBanner__lion1 {
    max-width: 400px;
    height: 362px;
    top: 210px;
    left: 65px;
  }
  .bgBanner .bgBanner__lion2 {
    max-width: 573px;
    height: 567px;
    top: 388px;
    left: -56px;
  }
  .banner__title {
    color: #fff;
    align-content: normal;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .banner__title p {
    padding-top: 20px;
    font-size: 34px;
    text-align: center;
    margin: 0 auto;
  }
  .ideas {
    margin-left: 5px;
  }
  .banner_imgs {
    padding-top: 0px;
  }
  .banner__imgJuntos {
    margin-top: 70px;
    filter: drop-shadow(5px 5px 10px #000);
    text-align: right;
    margin-right: 10%;
  }
  .banner__imgPersonas {
    text-align: right;
    margin-left: 55%;
    margin-top: 0px;
    margin-right: 10%;
  }
  .banner__btn {
    margin: 0 auto;
    max-width: 300px;
    text-align: left;
    padding-left: 0px;
    margin-right: 90px;
  }
  .banner__btn a {
    font-size: 15px;
    line-height: 20px;
    margin-left: 0;
  }
  .lateral {
    display: flex;
    margin-top: 120px;
  }
  .banner__seccionInferior {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 85%;
  }
  .banner__textIzquierdo {
    line-height: 30px;
    font-size: 30px;
    width: 100%;
    margin: 0 auto;
  }
  .banner__textIzquierdo .bold {
    font-size: 30px;
  }
  .banner__video {
    position: relative;
    width: 100%;
    margin: 15px auto;
  }
  .banner_video img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .banner__imgLateral {
    width: 0px;
    margin-left: 15px;
  }
  .video {
    width: 90%;
  }
  .banner__imgLateral {
    width: 0px;
    margin-left: 0px;
  }
  .banner__content {
    flex-direction: column;
  }
  .banner__content > .banner__titleb {
    width: 100%;
    text-align: center;
  }
  .banner__content > .banner__imageb {
    width: 100%;
    align-self: center;
    padding-left: 6%;
    padding-bottom: 15px;
  }
  .banner__content > .banner__imageb > img {
    width: 90%;
  }
}
@media screen and (max-width: 660px) {
  .bgBanner .bgBanner__lion1 {
    max-width: 320px;
    height: 340px;
    left: 0px;
  }
  .banner__imgJuntos {
    text-align: right;
    margin-right: 2%;
  }
  .banner__imgPersonas img {
    width: 185px;
  }
}
@media screen and (max-width: 414px) {
  .banner__container {
    padding-top: 0;
  }
  .bgBanner .bgBanner__lion1 {
    max-width: 550px;
    height: 500px;
    top: 150px;
    left: 0px;
  }
  .bgBanner .bgBanner__lion2 {
    max-width: 570px;
    height: 540px;
    top: 388px;
    left: -56px;
  }
  .banner__title {
    color: #fff;
    align-content: normal;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .banner__title p {
    padding-top: 40px;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
  }
  .banner__imgPersonas {
    text-align: left;
    margin-left: 30px;
    margin-top: 100px;
    max-width: 320px;
  }
  .banner__imgJuntos {
    margin-top: 70px;
    filter: drop-shadow(5px 5px 10px #000);
    text-align: justify;
    margin-left: 50px;
  }
  .banner__btn {
    text-align: center;
    padding-left: 0;
  }
  .banner__btn a {
    margin: 0 auto;
  }
  .lateral {
    display: flex;
    margin-top: 80px;
  }
  .banner__seccionInferior {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .banner__textIzquierdo {
    margin-left: 30px;
    margin-right: 30px;
    line-height: 40px;
    font-size: 24px;
    width: 100%;
    margin-bottom: 30px;
  }
  .banner__textIzquierdo--img img {
    width: 200px;
  }
  .banner__textIzquierdo .bold {
    font-size: 30px;
  }
  .banner__video {
    position: relative;
    width: 100%;
    margin: 15px auto;
  }
  .banner_video img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .banner__imgLateral {
    width: 0px;
    margin-left: 15px;
  }
  .video {
    width: 90%;
  }
  .swiper-wrapper {
    margin: 0 auto;
    margin-bottom: 70px;
  }
}
.contactenos {
  background-color: #9a009a;
  opacity: 1;
}

.contactenos__bgbanner {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/BG-contactanos2.png") right center no-repeat #4a0043;
  background-size: cover;
  z-index: -1;
  background-color: #4a0043;
}

.contactenos__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: stretch;
  margin-bottom: 20px;
}

.contactenos__content {
  max-width: 1360px;
  margin: 0 auto;
}

.contactenos__form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
}

.contact__form {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.contact__form form {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.contact__form form .form__input {
  margin: 3px 5px;
  width: 100%;
  flex-direction: column;
}

.contact__form form .full__input input {
  width: 100%;
  color: #000476;
}

.contact__form form .form__input input {
  border: 1px solid #ffffff;
  font-size: 24px;
  line-height: 24px;
  color: #0c0c0c;
}

.contact__form form .form__input input[type=submit] {
  color: #ffffff;
}

.margin-right__0.form__input.width_330 > .clausula {
  color: #ffffff;
  text-align: justify;
  font-weight: lighter;
  line-height: 15px;
  text-decoration: none;
}

.margin-right__0.form__input.width_330 > .clausula > a {
  text-decoration: none;
}

.double__input {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.form__input--half {
  width: 48%;
  padding: 0 auto;
  margin: 3px 5px;
}

.form__input--half input {
  border: 0;
  font-size: 24px;
  line-height: 24px;
  color: #000476;
  width: 100%;
}

.contactenos__title {
  font-size: 85px;
  color: #fff;
  letter-spacing: -3px;
  padding-bottom: 25px;
  line-height: 46px;
  align-self: end;
  max-width: 360px;
  font-family: "Poppins";
  font-weight: bold;
  padding-right: 30px;
}

.contact__form form .form__input.width_40 {
  width: 40px;
}

.contact__form form .form__input.width_330 {
  width: 330px;
}

.contactenos__title span {
  font-size: 52px;
  color: #6e00c3;
  margin-left: -25px;
}

.contactenos__clausule {
  font-size: 12px;
  color: #fff;
  text-align: justify;
}

.contactenos__footer {
  background-color: #8100C8;
  opacity: 1;
  width: 100%;
}

.contactenos__map {
  margin: 0 50px;
}

.contactenos__map a img {
  width: 330px;
  padding-top: 70px;
  padding-bottom: 30px;
}

.contactenos__logo a img {
  height: 170px;
  margin-left: -50px;
}

.form__btn {
  width: 100%;
  height: 30px;
  line-height: 26px;
  background-color: #000476;
  color: #fff;
  font-size: 20px;
  border: 1px solid #FFFFFF;
  font-family: "Poppins";
  margin-top: 15px;
}

@media screen and (max-width: 414px) {
  .contactenos {
    background-color: #9a009a;
    opacity: 1;
  }
  .contactenos__bgbanner {
    width: 100%;
    height: calc(100vh + 165px);
    background-size: cover;
    z-index: -1;
    background-color: #4a0043;
  }
  .contact__form form {
    flex-wrap: wrap;
    width: 95%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
  }
  .contactenos__title {
    font-size: 20px;
    margin-top: 30px;
  }
  .contactenos__clausule {
    font-size: 10px;
    color: #fff;
    text-align: justify;
    margin: 0 131px;
    width: 90%;
    font-weight: bold;
  }
  .contactenos__map a img {
    width: 230px;
    padding-top: 31px;
    padding-bottom: 20px;
  }
  .contactenos__logo a img {
    height: 120px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .contactenos {
    background-color: #9a009a;
    opacity: 1;
  }
  .contactenos__bgbanner {
    width: 100%;
    height: calc(100vh + 165px);
    background-size: cover;
    z-index: -1;
    background-color: #4a0043;
  }
  .contactenos__map a img {
    width: 255px;
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .contactenos__title {
    font-size: 60px;
    color: #fff;
    margin-top: 40px;
    max-width: 270px;
  }
  .contactenos__title span {
    font-size: 42px;
  }
  .contactenos__clausule {
    font-size: 12px;
    color: #fff;
    text-align: justify;
    font-weight: bold;
    margin: 0 25px;
  }
}
@media screen and (max-width: 1024px) {
  .contactenos__bgbanner {
    width: 100%;
    height: 104vh;
    background-size: cover;
    z-index: -1;
    background-color: #4a0043;
  }
  .contactenos__map a img {
    width: 265px;
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
.servicios {
  opacity: 0.9;
}

.servicios__bgbannersec1 {
  width: 100%;
  min-height: 9485px;
  background: url("../images/BG-servicios-1360.webp") center top no-repeat #E2E4E5;
  background-size: cover;
  background-color: #E2E4E5;
}

.servicios__bgbannersec1 .servicios__container {
  width: 100%;
  display: flex;
  justify-content: center;
  scroll-behavior: smooth;
}

.servicios__bgbannersec1 .servicios__container .servicios__content {
  max-width: 1360px;
  justify-content: center;
  display: flex;
  padding-top: 360px;
}

.servicios__bgbannersec1 .servicios__container .servicios__content.servicios__content--without {
  padding-top: 20px;
  flex-wrap: wrap;
}

.img__content1 {
  width: 680px;
  height: 400px;
}

.titles__content1 {
  width: 680px;
  height: 400px;
}

.img__content1 > img:nth-child(1) {
  width: 890px;
  height: auto;
}

.img__content1 > img:nth-child(2) {
  width: 200px;
  height: auto;
  margin-left: 215px;
  margin-top: -20px;
}

.title_service {
  position: relative;
  width: 500px;
  height: 300px;
}

.title_service img {
  position: absolute;
  transition: transform 0.5s ease;
  width: 45%;
  height: auto;
}

.title_service img:hover {
  transform: scale(1.1);
}

.title_service #social-media {
  left: 185px;
  top: -100px;
}

/*

.tooltip-container {
  position: relative;
  display: inline-block;
}

.tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
*/
.title_service #branding {
  left: -150px;
  top: -30px;
}

.title_service #data-research {
  left: -110px;
  top: 130px;
}

.title_service #connection-planning {
  left: 245px;
  top: 100px;
}

.title_service #strategy {
  left: -55px;
  top: 235px;
}

.title_service #seo-organic {
  top: 250px;
  right: 55px;
}

.title_service #creative {
  bottom: -85px;
  left: 75px;
}

.title_service #media-plan {
  bottom: -150px;
  left: -110px;
}

.title_service #paid-media {
  bottom: -170px;
  right: 85px;
}

.title_service #advertising {
  bottom: -230px;
  left: 40px;
}

.title_service #production-team {
  top: 45px;
  left: 40px;
}

.container2 {
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.titles__content2 {
  padding-top: 400px;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-right: 250px;
}

.titles__content2 h2 {
  font-size: 60px;
  width: 200px;
  height: auto;
  text-shadow: 5px 5px 5px #000000;
}

.swiper-research {
  background: url("../images/bg-window-mac.png") center top no-repeat #E2E4E5;
  background-size: contain;
  background-color: #E2E4E5;
  width: 320px;
  height: 260px;
  margin: 0 10px;
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 65px;
  color: #ba39de;
  line-height: 30px;
  font-size: 16px;
}

.swiper-research ul > li {
  list-style-type: none;
  margin: 0;
  vertical-align: middle;
  background: url("../images/pin-data-research2.png") no-repeat;
  padding: 0 0 0px 21px;
  margin-bottom: 0px;
}

.seccion-centro {
  max-width: 820px;
  padding: 50px;
  color: #ED00D1;
}

.seccion-centro_extendida {
  max-width: 1360px;
}

.image-left, .image-right {
  flex-basis: 30%;
}

.text-center {
  flex-basis: 40%;
  text-align: center;
}

/* Estilos para las imágenes */
.image-left img, .image-right img {
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.image-left img {
  transform: translateX(-100%);
}

.image-right img {
  transform: translateX(100%);
}

/* Clases para la animación */
.image-left.animate-in img, .image-right.animate-in img {
  transform: translateX(0);
  opacity: 1;
}

.image-left.animate-out img {
  transform: translateX(-100%);
  opacity: 0;
}

.image-right.animate-out img {
  transform: translateX(100%);
  opacity: 0;
}

.seccion-centro h3 {
  font-size: 50px;
  margin: 30px 0px;
  font-weight: bold;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  filter: drop-shadow(5px 5px 5px #000);
}

.seccion-centro > .p1 {
  font-size: 20px;
  margin: 25px 0;
  text-align: center;
}

.seccion-centro p span {
  font-weight: bold;
}

.seccion-centro > .p2 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
  text-align: left;
}

.content__structure {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.content__structure__1260 {
  width: 1260px;
}

.content__mobil {
  display: flex;
  flex-direction: row;
  background: url("../images/bgphone2-horizontal.png") center top no-repeat transparent;
  background-size: contain;
  width: 960px;
  height: 565px;
  border-radius: 5px;
  color: #ba39de;
  line-height: 26px;
  font-size: 18px;
  align-items: start;
  padding: 100px;
}

.content__mobil .content__items {
  width: 48%;
  height: auto;
  margin-top: 75px;
  margin-left: 30px;
  flex-grow: 1;
}

.content__link {
  padding-top: 145px;
  margin-left: -60px;
}

.btn__jobs {
  margin-top: 55px;
  margin-left: 0;
  padding: 10px 52px;
  background-color: #e7e6e9;
  color: #ff57a6;
  border-radius: 54px;
  font-weight: bold;
  font-size: 30px;
}

.btn__jobs:hover {
  background-color: #ff57a6;
  color: #e7e6e9;
  margin-top: 45px;
  transition: 0.4s;
  border: 1px solid #ffffff;
}

.content__items.margin__left__0 {
  margin-left: 15px;
}

.content__items ul > li {
  list-style-type: none;
  margin: 0;
  vertical-align: middle;
  background: url("../images/pin-dataresearch.png") no-repeat;
  padding: 0 0 0px 30px;
  margin-bottom: 0px;
  line-height: 36px;
}

.content__title.contenidos {
  color: #00ffff;
  margin-top: 30px;
}

.content__window {
  display: flex;
  flex-direction: row;
  background: url("../images/BG-window-rosa.png") center top no-repeat transparent;
  background-size: contain;
  width: 560px;
  height: 377px;
  border-radius: 5px;
  color: #ba39de;
  line-height: 26px;
  font-size: 18px;
  align-items: center;
  padding: 2% 10%;
}

.margin-top__200 {
  margin-top: 200px;
}

.content__title img {
  width: 100%;
}

.flex__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.planning {
  font-size: 80px;
  color: #00ffff;
  font-weight: bold;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  filter: drop-shadow(5px 5px 5px #000);
  max-width: 500px;
  justify-content: center;
  text-align: center;
  line-height: 55px;
  padding-top: 0px;
}

.planning.content__title > h4 {
  margin-top: 200px;
}

.content__items .ulplanning {
  line-height: 25px;
  color: #ffffff;
  padding: 50px 0 0 105px;
  width: 620px;
}

.planning span {
  font-size: 48px;
}

.content__digital {
  background-color: #430A8A;
  opacity: 0.671;
  border-radius: 30px;
  align-items: start;
  margin-right: -600px;
  margin-top: 120px;
}

.uldigital {
  line-height: 25px;
  color: #ffffff;
  padding: 25px 10px 25px 15px;
  width: 300px;
}

.servicios__content__digital {
  max-width: 1360px;
  justify-content: center;
  display: flex;
  padding-top: 0px;
}

.title__digital h3 {
  font-size: 60px;
  color: #00ffff;
  font-weight: bold;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #000000;
  max-width: 300px;
  justify-content: center;
  text-align: center;
  margin-top: -30px;
  margin-right: 180px;
}

.servicios__bgbannersec1 .servicios__container .servicios__content.btl {
  max-width: 1360px;
  height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: end;
  margin-top: 230px;
}

.btl .title__btl {
  width: 980px;
  text-align: right;
}

.btl .title__btl h3 {
  font-size: 100px;
  color: #00ffff;
  font-weight: bold;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #000000;
}

.btl .content__btl {
  display: flex;
  flex-direction: column;
  color: #ba39de;
  line-height: 26px;
  font-size: 18px;
  align-items: center;
  margin-top: 0px;
}

.btl .content__btl img {
  width: 1360px;
  height: auto;
  position: absolute;
}

.btl .content__btl .content__valla {
  display: flex;
  flex-direction: row;
  z-index: 1;
  height: 280px;
  margin-top: 325px;
  margin-left: 100px;
  justify-content: space-between;
}

.content__valla .content__items {
  transform-style: preserve-3d;
  transform: translateZ(-150px);
}

.ulvalla {
  line-height: 26px;
  color: #ffffff;
  padding: 50px 0px 0px 0px;
  width: 350px;
  font-size: 20px;
}

.content__valla .content__items:nth-child(1) {
  transform: rotate3d(1, 1, 1, 6deg);
}

.content__valla .content__items:nth-child(2) {
  transform: rotate3d(1, 1, 1, 6deg);
  margin-top: 20px;
}

.content__valla .content__items:nth-child(3) {
  transform: rotate3d(1, 1, 1, 6deg);
  margin-top: 45px;
}

.servicios__footerPartners {
  margin-top: 0px;
}

@media all and (max-width: 1700px) {
  .servicios {
    opacity: 0.9;
  }
  .servicios__bgbannersec1 {
    width: 100%;
    min-height: 9085px;
    background: url("../images/BG-servicios-1360.webp") center top no-repeat #E2E4E5;
    background-size: cover;
    background-color: #E2E4E5;
  }
  .servicios__bgbannersec1 .servicios__container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .servicios__bgbannersec1 .servicios__container .servicios__content {
    max-width: 1360px;
    justify-content: center;
    display: flex;
    padding-top: 240px;
  }
  .servicios__bgbannersec1 .servicios__container .servicios__content.servicios__content--without {
    padding-top: 50px;
  }
  .img__content1 {
    width: 680px;
    height: 400px;
  }
  .titles__content1 {
    width: 680px;
    height: 400px;
  }
  .img__content1 > img:nth-child(1) {
    width: 890px;
    height: auto;
  }
  .img__content1 > img:nth-child(2) {
    width: 200px;
    height: auto;
    margin-left: 215px;
    margin-top: -20px;
  }
  .title_service {
    position: relative;
    width: 500px;
    height: 300px;
  }
  .title_service img {
    position: absolute;
    transition: transform 0.5s ease;
    width: 45%;
    height: auto;
  }
  .title_service img:hover {
    transform: scale(1.1);
  }
  .title_service #social-media {
    left: 185px;
    top: -100px;
  }
  .title_service #branding {
    left: -150px;
    top: -30px;
  }
  .title_service #data-research {
    left: -110px;
    top: 130px;
  }
  .title_service #connection-planning {
    left: 245px;
    top: 100px;
  }
  .title_service #strategy {
    left: -55px;
    top: 235px;
  }
  .title_service #seo-organic {
    top: 250px;
    right: 55px;
  }
  .title_service #creative {
    bottom: -85px;
    left: 75px;
  }
  .title_service #media-plan {
    bottom: -150px;
    left: -110px;
  }
  .title_service #paid-media {
    bottom: -170px;
    right: 85px;
  }
  .title_service #advertising {
    bottom: -230px;
    left: 40px;
  }
  .title_service #production-team {
    top: 45px;
    left: 40px;
  }
  .titles__content2 {
    padding-top: 400px;
    font-size: 40px;
    font-weight: bold;
    color: #00ffff;
    text-align: center;
    padding-right: 250px;
    text-shadow: 5px 5px 5px #000000;
  }
  .titles__content2 h2 {
    font-size: 60px;
    width: 200px;
    height: auto;
    text-shadow: 5px 5px 5px #000000;
  }
  .swiper-research {
    background: url("../images/bg-window-mac.png") center top no-repeat #E2E4E5;
    background-size: contain;
    background-color: #E2E4E5;
    width: 290px;
    height: 260px;
    margin: 0 10px;
    border-radius: 5px;
    padding-left: 30px;
    padding-top: 50px;
    color: #ba39de;
    line-height: 22px;
    font-size: 18px;
  }
  .swiper-research ul > li {
    list-style-type: none;
    margin: 0;
    vertical-align: middle;
    background: url("../images/pin-data-research2.png") no-repeat;
    padding: 0 0 0px 21px;
    margin-bottom: 0px;
  }
  .seccion-centro {
    max-width: 820px;
    padding: 50px;
    color: #ED00D1;
  }
  .seccion-centro_extendida {
    max-width: 1360px;
  }
  .seccion-centro h3 {
    font-size: 50px;
    margin: 30px 0px;
    font-weight: bold;
    font-family: "poppins", sans-serif;
    text-transform: uppercase;
    filter: drop-shadow(5px 5px 5px #000);
  }
  .seccion-centro > .p1 {
    font-size: 20px;
    margin: 25px 0;
    text-align: center;
  }
  .seccion-centro p span {
    font-weight: bold;
  }
  .seccion-centro > .p2 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
    text-align: left;
  }
  .content__structure {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .content__structure__1260 {
    width: 1260px;
  }
  .content__mobil {
    display: flex;
    flex-direction: row;
    background: url("../images/bgphone2-horizontal.png") center top no-repeat transparent;
    background-size: contain;
    width: 960px;
    height: 565px;
    border-radius: 5px;
    color: #ba39de;
    line-height: 26px;
    font-size: 18px;
    align-items: start;
  }
  .content__mobil .content__items {
    width: 48%;
    height: auto;
    margin-top: 125px;
    margin-left: 80px;
    flex-grow: 1;
  }
  .content__link {
    padding-top: 145px;
    margin-left: -60px;
  }
  .btn__jobs {
    margin-top: 55px;
    margin-left: 0;
    padding: 10px 52px;
    background-color: #e7e6e9;
    color: #ff57a6;
    border-radius: 54px;
    font-weight: bold;
    font-size: 30px;
  }
  .btn__jobs:hover {
    background-color: #ff57a6;
    color: #e7e6e9;
    margin-top: 45px;
    transition: 0.4s;
    border: 1px solid #ffffff;
  }
  .content__items.margin__left__0 {
    margin-left: 15px;
  }
  .content__items ul > li {
    list-style-type: none;
    margin: 0;
    vertical-align: middle;
    background: url("../images/pin-dataresearch.png") no-repeat;
    padding: 0 0 0px 30px;
    margin-bottom: 0px;
  }
  .content__title.contenidos {
    color: #00ffff;
    margin-top: 30px;
  }
  .content__window {
    display: flex;
    flex-direction: row;
    background: url("../images/BG-window-rosa.png") center top no-repeat transparent;
    background-size: contain;
    width: 560px;
    height: 377px;
    border-radius: 5px;
    color: #ba39de;
    line-height: 26px;
    font-size: 18px;
    align-items: center;
    padding: 2% 10%;
  }
  .margin-top__200 {
    margin-top: 200px;
  }
  .content__title img {
    width: 100%;
  }
  .flex__row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .planning {
    font-size: 80px;
    color: #00ffff;
    font-weight: bold;
    font-family: "poppins", sans-serif;
    text-transform: uppercase;
    filter: drop-shadow(5px 5px 5px #000);
    max-width: 500px;
    justify-content: center;
    text-align: center;
    line-height: 55px;
    padding-top: 390px;
  }
  .content__items .ulplanning {
    line-height: 25px;
    color: #ffffff;
    padding: 50px 0 0 105px;
    width: 480px;
  }
  .planning span {
    font-size: 48px;
  }
  .content__digital {
    background-color: #430A8A;
    opacity: 0.671;
    border-radius: 30px;
    align-items: start;
    margin-right: -600px;
    margin-top: 120px;
  }
  .uldigital {
    line-height: 25px;
    color: #ffffff;
    padding: 25px 10px 25px 15px;
    width: 300px;
  }
  .servicios__content__digital {
    max-width: 1360px;
    justify-content: center;
    display: flex;
    padding-top: 0px;
  }
  .title__digital h3 {
    font-size: 60px;
    color: #00ffff;
    font-weight: bold;
    font-family: "poppins", sans-serif;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #000000;
    max-width: 300px;
    justify-content: center;
    text-align: center;
    margin-top: -30px;
    margin-right: 180px;
  }
  .servicios__bgbannersec1 .servicios__container .servicios__content.btl {
    max-width: 1360px;
    height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: end;
    margin-top: 520px;
  }
  .btl .title__btl {
    width: 980px;
    text-align: right;
  }
  .btl .title__btl h3 {
    font-size: 100px;
    color: #00ffff;
    font-weight: bold;
    font-family: "poppins", sans-serif;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #000000;
  }
  .btl .content__btl {
    display: flex;
    flex-direction: column;
    color: #ba39de;
    line-height: 26px;
    font-size: 18px;
    align-items: center;
    margin-top: 105px;
  }
  .btl .content__btl img {
    width: 1360px;
    height: auto;
    position: absolute;
  }
  .btl .content__btl .content__valla {
    display: flex;
    flex-direction: row;
    z-index: 1;
    height: 280px;
    margin-top: 325px;
    margin-left: 100px;
    justify-content: space-between;
  }
  .ulvalla {
    line-height: 26px;
    color: #ffffff;
    padding: 50px 0px 0px 0px;
    width: 350px;
    font-size: 20px;
  }
  .content__valla .content__items {
    transform-style: preserve-3d;
    transform: translateZ(-150px);
  }
  .content__valla .content__items:nth-child(1) {
    transform: rotate3d(1, 1, 1, 6deg);
  }
  .content__valla .content__items:nth-child(2) {
    transform: rotate3d(1, 1, 1, 6deg);
    margin-top: 20px;
  }
  .content__valla .content__items:nth-child(3) {
    transform: rotate3d(1, 1, 1, 6deg);
    margin-top: 45px;
  }
  .servicios__footerPartners {
    margin-top: 0px;
  }
}
@media all and (max-width: 1024px) {
  .servicios__bgbannersec1 .servicios__container .servicios__content {
    padding-top: 270px;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .servicios__bgbannersec1 .servicios__container .servicios__content.btl {
    width: 100%;
  }
  .title_service {
    width: 400px;
  }
  .title_service img {
    position: relative;
    transition: transform 0.5s ease;
    width: 45%;
    height: auto;
  }
  .title_service #social-media {
    left: 0px;
    top: 0px;
  }
  .title_service #branding {
    left: 0px;
    top: 0px;
  }
  .title_service #data-research {
    left: 0px;
    top: 0px;
  }
  .title_service #connection-planning {
    left: 0px;
    top: 0px;
  }
  .title_service #strategy {
    left: 0px;
    top: 0px;
  }
  .title_service #seo-organic {
    top: 0px;
    right: 0px;
  }
  .title_service #creative {
    bottom: 0px;
    left: 0px;
  }
  .title_service #media-plan {
    bottom: 0px;
    left: 0px;
  }
  .title_service #paid-media {
    bottom: 0px;
    right: 0px;
  }
  .title_service #advertising {
    bottom: 0px;
    left: 0px;
  }
  .title_service #production-team {
    top: 0px;
    left: 0px;
  }
  .img__content1 {
    width: 340px;
    height: auto;
  }
  .img__content1 > img:nth-child(1) {
    width: 420px;
    height: auto;
  }
  .titles__content1 {
    width: 320px;
    height: auto;
  }
  .titles__content2 {
    padding-top: 0px;
  }
  .flex__row {
    flex-direction: column;
  }
  .seccion-centro {
    max-width: 500px;
    padding: 50px 0;
  }
  .content__title.contenidos {
    margin-top: 40px;
  }
  .swiper-research {
    width: 240px;
    height: 240px;
    padding-left: 50px;
    padding-top: 50px;
    margin-top: 20px;
  }
  .content__mobil {
    background: url("../images/bgphone2-horizontal.png") center top no-repeat transparent;
    background-size: contain;
    width: 768px;
    height: 520px;
    line-height: 24px;
    font-size: 14px;
    align-items: start;
  }
  .content__mobil .content__items {
    margin-top: 60px;
    margin-left: 50px;
  }
  .content__mobil .content__items.margin__left__0 {
    margin-left: 10px;
  }
  .content__link {
    padding-top: 320px;
    margin-left: -200px;
  }
  .content__digital {
    margin-right: 0px;
  }
  .servicios__bgbannersec1 .servicios__container .servicios__content.btl {
    align-items: center;
    margin-top: 100px;
  }
  .btl .title__btl {
    width: 400px;
    text-align: center;
  }
  .btl .content__btl img {
    max-width: 85%;
  }
  .content__structure__1260 {
    width: 500px;
  }
  .content__window {
    margin: 0 auto;
    padding: 0 0;
  }
  .content__window .content__items ul {
    padding-left: 30px;
  }
  .btl .content__btl {
    margin-top: 100px;
  }
  .btl .content__btl .content__valla {
    margin-top: 200px;
    margin-left: 45px;
  }
  .uldigital {
    line-height: 24px;
    color: #ffffff;
    padding: 28px 25px 20px 25px;
    width: 450px;
    font-size: 18px;
  }
  .ulvalla {
    line-height: 22px;
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    width: 230px;
    font-size: 10px;
  }
}
/* @media all and (min-width: 960px) {} */
@media all and (max-width: 768px) {
  .servicios__bgbannersec1 .servicios__container .servicios__content {
    padding-top: 80px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .img__content1 {
    width: 380px;
    height: auto;
  }
  .img__content1 > img:nth-child(1) {
    width: 380px;
    height: auto;
  }
  .img__content1 > img:nth-child(2) {
    width: 200px;
    height: auto;
    margin-left: 25%;
    margin-top: 0px;
  }
  .titles__content1 {
    width: 100%;
  }
  .title_service {
    position: relative;
    width: 100%;
  }
  .title_service img {
    position: relative;
    width: 40%;
    margin: 2%;
  }
  .title_service #social-media {
    left: 0px;
    top: 0px;
  }
  .title_service #branding {
    left: 0px;
    top: 0px;
  }
  .title_service #data-research {
    left: 0px;
    top: 0px;
  }
  .title_service #connection-planning {
    left: 0px;
    top: 0px;
  }
  .title_service #strategy {
    left: 0px;
    top: 0px;
  }
  .title_service #seo-organic {
    top: 0px;
    right: 0px;
  }
  .title_service #creative {
    bottom: 0px;
    left: 0px;
  }
  .title_service #media-plan {
    bottom: 0px;
    left: 0px;
  }
  .title_service #paid-media {
    bottom: 0px;
    right: 0px;
  }
  .title_service #advertising {
    bottom: 0px;
    left: 0px;
  }
  .title_service #production-team {
    top: 0px;
    left: 0px;
  }
}
/* @media all and (min-width: 640px) {} */
/* @media all and (min-width: 512px) {} */
@media all and (max-width: 414px) {
  .servicios__bgbannersec1 .servicios__container .servicios__content {
    padding-top: 80px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  .img__content1 {
    width: 380px;
    height: auto;
  }
  .img__content1 > img:nth-child(1) {
    width: 380px;
    height: auto;
  }
  .img__content1 > img:nth-child(2) {
    width: 200px;
    height: auto;
    margin-left: 25%;
    margin-top: 0px;
  }
  .titles__content1 {
    width: 100%;
  }
  .title_service {
    position: relative;
    width: 100%;
  }
  .title_service img {
    position: relative;
    width: 40%;
    margin: 2%;
  }
  .title_service #social-media {
    left: 0px;
    top: 0px;
  }
  .title_service #branding {
    left: 0px;
    top: 0px;
  }
  .title_service #data-research {
    left: 0px;
    top: 0px;
  }
  .title_service #connection-planning {
    left: 0px;
    top: 0px;
  }
  .title_service #strategy {
    left: 0px;
    top: 0px;
  }
  .title_service #seo-organic {
    top: 0px;
    right: 0px;
  }
  .title_service #creative {
    bottom: 0px;
    left: 0px;
  }
  .title_service #media-plan {
    bottom: 0px;
    left: 0px;
  }
  .title_service #paid-media {
    bottom: 0px;
    right: 0px;
  }
  .title_service #advertising {
    bottom: 0px;
    left: 0px;
  }
  .title_service #production-team {
    top: 0px;
    left: 0px;
  }
  .titles__content2 {
    padding-top: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    max-width: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 40px;
  }
  .swiper-research {
    width: 310px;
    height: 190px;
    margin: 10px 10px;
    padding-left: 30px;
    padding-top: 30px;
  }
  .seccion-centro {
    padding: 50px 40px;
  }
  .seccion-centro h3 {
    font-size: 45px;
    margin: 20px 0px;
  }
  .seccion-centro > .p1 {
    font-size: 18px;
  }
  .seccion-centro > .imagenes {
    grid-template-columns: 1fr 1fr;
  }
  .imagenes img {
    margin: 10px 0 0 0;
  }
  .content__structure {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .content__mobil {
    display: flex;
    flex-direction: column;
    background: url("../images/bgphone-vertical.png") center top no-repeat transparent;
    background-size: contain;
    width: 100%;
    height: 690px;
    border-radius: 5px;
    color: #ba39de;
    line-height: 26px;
    font-size: 16px;
    align-items: start;
  }
  .content__title.contenidos {
    margin: 40px 0;
  }
  .content__mobil .content__items {
    width: 92%;
    height: auto;
    margin-top: 45px;
    margin-left: 20px;
    flex-grow: 1;
  }
  .content__items.margin__left__0 {
    margin-top: 0px;
  }
  .content__link {
    padding-top: 45px;
    margin: 0px auto;
  }
  .content__window {
    display: flex;
    flex-direction: column;
    width: 94%;
    height: auto;
    line-height: 18px;
    font-size: 16px;
    padding: 10% 12%;
    margin-left: -30px;
  }
  .content__title img {
    width: 125%;
  }
  .flex__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
  }
  .planning {
    padding-top: 0px;
  }
  .content__items {
    width: 400px;
  }
  .content__items .ulplanning {
    line-height: 32px;
    padding: 50px 0 0 10px;
    max-width: 100%;
    font-size: 24px;
  }
  .planning > h4 {
    font-size: 65px;
  }
  .planning > h4 > span {
    font-size: 45px;
  }
  .content__digital {
    margin-right: 0px;
    margin-top: 0px;
  }
  .content__digital .content__items {
    max-width: 350px;
  }
  .uldigital {
    line-height: 25px;
    color: #ffffff;
    padding: 0px 0px 0px 15px;
    max-width: 350px;
  }
  .title__digital h3 {
    margin: 40px auto;
  }
  .btl .title__btl {
    width: 380px;
    text-align: center;
  }
  .servicios__bgbannersec1 .servicios__container .servicios__content.btl {
    max-width: 380px;
    height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: end;
    margin-top: 0px;
  }
  .btl .content__btl .content__valla {
    display: flex;
    flex-direction: column;
    z-index: 1;
    height: 280px;
    margin-top: 5px;
    margin-left: 0px;
  }
  .btl .content__btl img {
    width: 100%;
    display: none;
  }
}
.herramientas {
  opacity: 0.9;
}

.herramientas__bgbanner {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/BG-herramientas.png") right center no-repeat #4a0043;
  background-size: cover;
  z-index: -1;
  background-color: #4a0043;
}

.contenedor {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 57px;
}

.seccion-izquierda {
  width: 680px; /* El doble de ancho que la sección derecha */
  padding: 90px 30px;
}

.seccion-izquierda h1 {
  color: #d9008a;
  font-size: 50px;
  font-weight: bold;
  margin: 30px 0px;
}

.imagenes {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 imágenes por fila */
  gap: 10px;
}

.seccion-derecha {
  width: 340px;
  padding: 20px 0px 0px 260px;
  text-align: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.content__title {
  width: 100%;
  justify-content: center;
  display: flex;
}

h2, h3 {
  margin-bottom: 10px;
}

.seccion-derecha p {
  line-height: 25px;
  color: #ffffff;
  font-size: 22px;
  margin-top: 45px;
}

.seccion-derecha p b {
  font-weight: bold;
}

.seccion-derecha .iconos {
  align-self: end;
}

.seccion-derecha .iconos img {
  width: 180px;
  margin: 180px auto 0px;
}

.imagenes img {
  width: 100%;
  height: auto;
}

/* Media Queries para Responsive Design */
@media (max-width: 1360px) {
  .seccion-derecha {
    padding: 20px 20px 0px 60px;
  }
}
@media (max-width: 1200px) {
  .seccion-izquierda {
    width: 50%; /* 50% del ancho de la pantalla */
  }
  .seccion-derecha {
    width: 50%; /* 50% del ancho de la pantalla */
  }
  .seccion-derecha .iconos img {
    margin: 120px auto 0px;
  }
}
@media (max-width: 768px) {
  .imagenes {
    grid-template-columns: repeat(2, 1fr); /* 2 imágenes por fila */
  }
  .seccion-derecha {
    padding: 20px 50px 0px 0px;
  }
  .seccion-izquierda h1 {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  .contenedor {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    flex-direction: column;
  }
  .seccion-izquierda {
    width: 90%;
    padding: 20px;
  }
  .seccion-derecha {
    width: 90%;
    padding: 20px 30px 0px 0px;
  }
  .imagenes {
    grid-template-columns: repeat(2, 1fr); /* 3 imágenes por fila */
  }
}
@media (max-width: 414px) {
  .imagenes {
    grid-template-columns: 1fr; /* 1 imagen por fila */
  }
  .seccion-izquierda {
    padding: 10px 5%;
  }
  .seccion-derecha {
    padding: 10px 5%;
    justify-content: center;
  }
}
.personas-reales {
  opacity: 0.9;
}

.personas-reales__bgbanner {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/BG-personas-reales.png") right center no-repeat #4a0043;
  background-size: cover;
  z-index: -1;
  background-color: #4a0043;
}

.personas-reales__container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.personas-reales__content {
  max-width: 1360px;
  justify-content: center;
  display: flex;
  padding-top: 60px;
  flex-direction: row;
  flex-wrap: wrap;
}

.personas-reales__content .titles__content2 {
  padding-top: 20px;
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-right: 0px;
}

.banner__btn {
  padding-left: 0px;
  line-height: 45px;
}

.banner__btn a {
  font-size: 20px;
  line-height: 10px;
  padding: 10px 15px;
  margin-left: 25px;
  margin-top: 35px;
}

.grid-gallery {
  display: grid;
  grid-auto-rows: 200px;
  gap: 15px;
  grid-auto-flow: row dense;
  padding: 10px;
}

.grid-gallery .grid-gallery__item {
  position: relative;
  width: 100%;
  height: auto;
}

.grid-gallery .grid-gallery__item .grid-gallery__image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.watermark {
  max-width: 50%; /* Ajusta esto al tamaño deseado para tu marca de agua */
  max-height: 50%;
}

.grid-gallery .grid-gallery__item .grid-gallery__image:hover {
  transform: scale(1.1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-filter: none !important;
  filter: none !important;
}

@media all and (min-width: 320px) {
  .grid-gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .grid-gallery__image {
    width: 80%;
    height: 80%;
  }
  .personas-reales__content .titles__content2 {
    font-size: 30px;
  }
}
@media all and (min-width: 768px) {
  .personas-reales__content {
    flex-wrap: nowrap;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .banner__btn {
    max-width: 300px;
    margin: 0 auto;
  }
  .grid-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .grid-gallery__image {
    width: 85%;
    height: 85%;
  }
  .personas-reales__content .titles__content2 {
    font-size: 40px;
  }
}
@media all and (min-width: 1024px) {
  .personas-reales__content {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .grid-gallery {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-gallery__image {
    width: 90%;
    height: 90%;
  }
  .personas-reales__content .titles__content2 {
    font-size: 50px;
  }
}
.grid-gallery__item:nth-child(11n+1) {
  grid-column: span 1;
}

.grid-gallery__item:nth-child(11n+4) {
  grid-column: span 2;
  grid-row: span 1;
}

.grid-gallery__item:nth-child(11n+6) {
  grid-column: span 3;
  grid-row: span 1;
}

.grid-gallery__item:nth-child(11n+7) {
  grid-column: span 1;
  grid-row: span 2;
}

.grid-gallery__item:nth-child(11n+8) {
  grid-column: span 2;
  grid-row: span 2;
}

.grid-gallery__item:nth-child(11n+9) {
  grid-row: span 3;
}

.grid-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vistete-aco {
  opacity: 0.9;
}

.vistete-aco__bgbanner {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/BG-vistete-aco.png") right center no-repeat #4a0043;
  background-size: cover;
  z-index: -1;
  background-color: #4a0043;
}

.vistete-aco__container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.vistete-aco__content {
  max-width: 1360px;
  justify-content: center;
  display: flex;
  padding-top: 60px;
  flex-direction: row;
  flex-wrap: wrap;
}

.vistete-aco__content .titles__content2 {
  padding-top: 20px;
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-right: 0px;
}

.banner__btn {
  padding-left: 0px;
  line-height: 45px;
}

.banner__btn a {
  font-size: 20px;
  line-height: 10px;
  padding: 10px 15px;
  margin-left: 25px;
  margin-top: 35px;
}

.grid-gallery {
  display: grid;
  grid-auto-rows: 200px;
  gap: 15px;
  grid-auto-flow: row dense;
  padding: 10px;
}

.grid-gallery .grid-gallery__item {
  position: relative;
  width: 100%;
  height: auto;
}

.grid-gallery .grid-gallery__item .grid-gallery__image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.watermark {
  max-width: 50%; /* Ajusta esto al tamaño deseado para tu marca de agua */
  max-height: 50%;
}

.grid-gallery .grid-gallery__item .grid-gallery__image:hover {
  transform: scale(1.1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-filter: none !important;
  filter: none !important;
}

@media all and (min-width: 320px) {
  .grid-gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .grid-gallery__image {
    width: 80%;
    height: 80%;
  }
  .vistete-aco__content .titles__content2 {
    font-size: 30px;
  }
}
@media all and (min-width: 768px) {
  .vistete-aco__content {
    flex-wrap: nowrap;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .banner__btn {
    max-width: 300px;
    margin: 0 auto;
  }
  .grid-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .grid-gallery__image {
    width: 85%;
    height: 85%;
  }
  .vistete-aco__content .titles__content2 {
    font-size: 40px;
  }
}
@media all and (min-width: 1024px) {
  .vistete-aco__content {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .grid-gallery {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-gallery__image {
    width: 90%;
    height: 90%;
  }
  .vistete-aco__content .titles__content2 {
    font-size: 50px;
  }
}
.grid-gallery__item:nth-child(11n+1) {
  grid-column: span 1;
}

.grid-gallery__item:nth-child(11n+4) {
  grid-column: span 2;
  grid-row: span 1;
}

.grid-gallery__item:nth-child(11n+6) {
  grid-column: span 3;
  grid-row: span 1;
}

.grid-gallery__item:nth-child(11n+7) {
  grid-column: span 1;
  grid-row: span 2;
}

.grid-gallery__item:nth-child(11n+8) {
  grid-column: span 2;
  grid-row: span 2;
}

.grid-gallery__item:nth-child(11n+9) {
  grid-row: span 3;
}

.grid-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.unete-al-parche {
  background-color: #9a009a;
  opacity: 1;
}

.unete-al-parche__bgbanner {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/BG-unete.webp") right center no-repeat #4a0043;
  background-size: cover;
  z-index: -1;
  background-color: #4a0043;
}

.unete-al-parche__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: stretch;
  margin-bottom: 20px;
}

.unete-al-parche__content {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.unete-al-parche__logo {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.unete-al-parche__logo img {
  width: 80%;
  margin: 0 10px;
}

.unete-al-parche__form {
  background: url("../images/BG-form-unete.webp") right center no-repeat transparent;
  background-size: contain;
  width: 400px;
  height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin: 0 auto;
}

#wpcf7-f74-o1 {
  display: flex;
  justify-content: center;
}

.jobs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
  margin-top: 135px;
}

.form__input {
  margin: 5px 16px;
  width: 100%;
  line-height: 26px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.form__input.input__half {
  width: 155px;
}

.form__input.input__cuarter {
  width: 70px;
}

.form__input.input__tricuarter {
  margin: 10px;
  width: 220px;
}

.margin-left__0 {
  margin-right: 7px;
  margin-left: 15px;
}

.margin-right__0 {
  margin-right: 15px;
  margin-left: 6px;
}

.jobs .form__input input {
  width: 97%;
  height: 30px;
  border-radius: 10px;
  border: 3px solid #7213be;
  border-bottom: 8px solid #7213be;
}

.jobs .form__input input::-webkit-input-placeholder {
  opacity: 0.4;
}

.file-select {
  position: relative;
}

input[type=file]#cv {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

label[for=cv] {
  font-size: 14px;
  font-weight: 600;
  color: #7213be;
  background-color: #ffffff;
  display: inline-block;
  transition: all 0.5s;
  cursor: pointer;
  padding: 15px 20px !important;
  text-transform: uppercase;
  width: -webkit-fill-available;
  text-align: center;
  border-radius: 15px;
  border-radius: 10px;
  border: 3px solid #7213be;
  border-bottom: 8px solid #7213be;
}

label[for=cv]:hover {
  color: #ffffff;
  background-color: #7213be;
  border: 3px solid #ffffff;
  border-bottom: 8px solid #ffffff;
}

.jobs .form__input p {
  width: 180px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.jobs .form__input input[type=submit] {
  width: 135px;
  height: 55px;
  color: #ffffff;
  background-color: #7213be;
  border: none;
  font-size: 24px;
  border-radius: 15px;
  font-weight: bold;
}

.margin-right__0.form__input.input__tricuarter > p.clausula {
  width: 100%;
  line-height: 14px;
  font-size: 12px;
  color: #ffffff;
  font-weight: lighter;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: -20px;
  left: 105%;
  z-index: 100;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 0.8em;
  width: max-content;
  max-width: 200px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Flecha para el tooltip */
.wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #f5c6cb transparent transparent;
}

@media screen and (max-width: 640px) {
  .unete-al-parche__content {
    flex-direction: column;
    justify-content: center;
  }
  .unete-al-parche__logo {
    order: 2;
  }
  .unete-al-parche__form {
    order: 1;
  }
}
/*

@media screen and ( max-width: 768px ) {

  .unete-al-parche{
    background-color: #9a009a;
    opacity: 1;
  }
  .unete-al-parche__bgbanner {
    width: 100%;
    height: calc(100vh + 165px);
    background-size: cover;
    z-index: -1;
    background-color: #4a0043;
  }

  .unete-al-parche__map a img {
    width: 255px;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .unete-al-parche__title {
    font-size: 60px;
    color: #fff;
    margin-top: 40px;
    max-width: 270px;
  }

  .unete-al-parche__title span {
    font-size: 42px;
  }

  .unete-al-parche__clausule {
    font-size: 12px;
    color: #fff;
    text-align: justify;
    font-weight: bold;
    margin: 0 25px;
  }
}

@media screen and ( max-width: 1024px ) {

  .unete-al-parche__bgbanner {
    width: 100%;
    height: 104vh;
    background-size: cover;
    z-index: -1;
    background-color: #4a0043;
  }

  .unete-al-parche__map a img {
    width: 265px;
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
*/
.newsletter {
  opacity: 0.9;
}

.newsletter__bgbanner {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/BG-newsletter.webp") right center no-repeat #4a0043;
  background-size: cover;
  z-index: -1;
  background-color: #4a0043;
}

.contenedor {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 57px;
}

.contenedor__title > h1 {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  margin: 30px 0;
  color: #fff;
}

.contenedor__title > h1 > .background-color {
  color: #fff;
  background-color: #D61BC9;
  line-height: 64px;
  font-weight: lighter;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card-container > a {
  text-decoration: none;
}

.card {
  width: 250px;
  height: 180px;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  padding-top: 10px;
}

.card-icon {
  font-size: 80px;
  margin: 20px;
  transition: transform 0.3s ease;
}

.card:hover .card-icon {
  transform: scale(1.1);
}

.card-title {
  text-align: center;
  padding: 0 10px;
  color: #fff;
  background-color: #D61BC9;
  line-height: 46px;
  font-weight: lighter;
}

.contenedor__visorpdf {
  margin-bottom: 30px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.contenedor__visorpdf canvas {
  margin-bottom: 15px;
  max-width: 880px;
  align-self: center;
}

/*
.seccion-izquierda {
  width: 680px;
  padding: 90px 30px;
}

.seccion-izquierda h1 {
  color: #d9008a;
  font-size: 50px;
  font-weight: bold;
  margin: 30px 0px;
}

.imagenes {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 10px;
}

.seccion-derecha {
  width: 340px;
  padding: 20px 0px 0px 260px;
  text-align: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.content__title {
  width: 100%;
  justify-content: center;
  display: flex;
}

h2, h3 {
  margin-bottom: 10px;
}

.seccion-derecha p {
  line-height: 25px;
  color: #ffffff;
  font-size: 22px;
  margin-top: 45px;
}

.seccion-derecha p b {
  font-weight: bold;
}

.seccion-derecha .iconos {
  align-self: end;
}


.seccion-derecha .iconos img {
  width: 180px;
  margin: 180px auto 0px;
}

.imagenes img {
  width: 100%;
  height: auto;
}

@media (max-width: 1360px) {
  .seccion-derecha {
    padding: 20px 20px 0px 60px;
  }
}

@media (max-width: 1200px) {
  .seccion-izquierda {
    width: 50%; 
  }
  .seccion-derecha {
    width: 50%; 
  }

  .seccion-derecha .iconos img {
    margin: 120px auto 0px;
  }
}

@media (max-width: 768px) {
  .imagenes {
    grid-template-columns: repeat(2, 1fr); 
  }

  .seccion-derecha {
    padding: 20px 50px 0px 0px;
  }

  .seccion-izquierda h1 {
    font-size: 40px;
  }
}

@media (max-width: 580px) {

  .contenedor {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    flex-direction: column;
  }

  .seccion-izquierda {
    width: 90%;
    padding: 20px;
  }

  .seccion-derecha {
    width: 90%;
    padding: 20px 30px 0px 0px;
  }

  .imagenes {
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media (max-width: 414px) {
  .imagenes {
    grid-template-columns: 1fr; 
  }

  .seccion-izquierda {
    padding: 10px 5%;
  }

  .seccion-derecha {
    padding: 10px 5%;
    justify-content: center;
  }
}
*/

/*# sourceMappingURL=styles.css.map */
