/* Tipografia: */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* import Variables */
/* tipografias */
/* Colores */
/* estilos */
/* imports secciones home */
html {
  box-sizing: border-box;
}

html {
  width: 100%;
}

body {
  min-width: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

* {
  scroll-behavior: smooth;
}

body {
  max-width: 1440px;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  background-color: linear-gradient(87.34deg, #FC466B 0%, #5F79FF 100%);
  background: linear-gradient(87.34deg, #5F79FF 0%, #FC466B 100%);
}

/* nueva navbar */
/* Home section */
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 62.5%;
  font-size: 10px;
}

/* Navbar section */
.nav {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.4s ease;
}
.nav .navTrigger {
  display: none;
}

.nav {
  width: 100%;
  height: 90px;
  position: fixed;
  line-height: 65px;
  text-align: center;
  z-index: 1;
}
.nav .container {
  display: flex;
  justify-content: space-evenly;
}

.nav div.logo {
  float: left;
  width: auto;
  height: auto;
  padding-left: 3rem;
}

.nav div.logo a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 2.5rem;
}

.nav div.logo a:hover {
  color: #FC466B;
}

.nav div.main_list {
  height: 65px;
  float: right;
}

.nav div.main_list ul {
  width: 565px;
  height: 65px;
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav div.main_list ul li {
  width: auto;
  height: 65px;
  padding: 0;
  padding-right: 3rem;
}
.nav div.main_list ul li #btn-mob2 {
  margin: 5px;
}
.nav div.main_list ul li .btn-contact {
  box-sizing: border-box;
  background: linear-gradient(87.34deg, #FC466B 0%, #5F79FF 100%);
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 52px;
  border-radius: 8px;
  /* Inside auto layout */
  flex: none;
  order: 3;
  flex-grow: 0;
  position: relative;
}
.nav div.main_list ul li .btn-contact:before {
  content: "";
  border: 1px solid #1D1D1D;
  background: #1D1D1D;
  border-radius: 6px;
  width: 148px;
  height: 47px;
}
.nav div.main_list ul li .btn-contact p {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-align: center;
  color: #D0D0D0;
  text-decoration: none;
}
.nav div.main_list ul li .btn-contact:hover::before {
  content: "";
  border: none;
  background: linear-gradient(87.34deg, #FC466B 0%, #5F79FF 100%);
  border-radius: 8px;
}

.nav div.main_list ul li a {
  text-decoration: none;
  line-height: 65px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #D0D0D0;
}

.nav div.main_list ul li a:hover {
  color: #FC466B;
}

/* Media section */
@media screen and (min-width: 768px) {
  .container {
    margin: 0;
  }
  #btn-mob {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .affix {
    height: 60px;
  }
  .nav {
    height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.4s ease;
    background: #1D1D1D;
  }
  .nav .btn-mob-active {
    display: none !important;
  }
  .nav .container #btn-mob {
    position: absolute;
    top: 5px;
    bottom: 0px;
    left: 57vw;
    margin: 8px 9vw;
  }
  .nav .container .btn-contact {
    box-sizing: border-box;
    background: linear-gradient(87.34deg, #FC466B 0%, #5F79FF 100%);
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 103px;
    height: 31px;
    border-radius: 8px;
    /* Inside auto layout */
    flex: none;
    order: 3;
    flex-grow: 0;
    position: relative;
  }
  .nav .container .btn-contact:before {
    content: "";
    border: 1px solid #1D1D1D;
    background: #1D1D1D;
    border-radius: 6px;
    width: 99px;
    height: 27px;
  }
  .nav .container .btn-contact p {
    color: white;
    position: absolute;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    /* identical to box height */
    text-align: center;
    color: #D0D0D0;
    text-decoration: none;
  }
  .nav .container .btn-contact:hover::before {
    content: "";
    border: none;
    background: linear-gradient(87.34deg, #FC466B 0%, #5F79FF 100%);
    border-radius: 8px;
    width: 103px;
    height: 31px;
  }
  .navTrigger {
    display: block !important;
  }
  .nav div.logo {
    width: 97.17px;
    height: 24px;
    position: absolute;
    top: 0px;
    left: 45px;
  }
  .nav div.logo a img {
    width: 97.17px;
    height: 24px;
  }
  .nav div.main_list {
    width: 100%;
    height: 0;
    overflow: hidden;
    margin-top: 41px;
  }
  .nav div.show_list {
    height: auto;
    display: none;
  }
  .nav div.main_list ul {
    padding-top: 25px;
    flex-direction: column;
    width: 100%;
    height: 750px;
    padding-bottom: 350px;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #1D1D1D;
    background-image: url(../img/vector-mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .nav div.main_list ul li {
    width: 100%;
    text-align: left;
  }
  .nav div.main_list ul li .btn-contact {
    box-sizing: border-box;
    background: transparent;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 153px;
    height: 52px;
    border-radius: 8px;
    /* Inside auto layout */
    flex: none;
    order: 3;
    flex-grow: 0;
    position: relative;
  }
  .nav div.main_list ul li .btn-contact:before {
    content: "";
    border: 1px solid transparent;
    background: transparent;
    border-radius: 6px;
    width: 148px;
    height: 47px;
  }
  .nav div.main_list ul li .btn-contact p {
    background: linear-gradient(87.34deg, #FC466B 0%, #5F79FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 21px;
    margin-left: 15px;
  }
  .nav div.main_list ul li .btn-contact:hover::before {
    content: "";
    border: none;
    background: transparent;
    border-radius: 8px;
  }
  .nav div.main_list ul li .text-g {
    background: linear-gradient(87.34deg, #FC466B 0%, #5F79FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 21px;
  }
  .nav div.main_list ul li a {
    text-align: center;
    width: 100%;
    padding: 20px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 21px;
    color: #FFFFFF;
  }
  .nav div.media_button {
    display: block;
  }
  #btn-mob .button {
    padding: 0;
  }
}
/* Animacion */
.navTrigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: -5px;
}

.navTrigger i {
  background-color: #DADADA;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
}

.navTrigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
  margin: 7px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
.affix {
  margin: 5px 0px 0px 0px;
  background-color: #1D1D1D;
}

.myH2 {
  text-align: center;
  font-size: 4rem;
}

.myP {
  text-align: justify;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 20px;
}

@media all and (max-width: 700px) {
  .myP {
    padding: 2%;
  }
}
.copete-tittle {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  color: #D0D0D0;
  text-align: center;
}
.copete-tittle h1 {
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.copete-tittle h2 {
  padding-bottom: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  text-align: center;
  color: #D0D0D0;
}

#portada {
  background-color: #1D1D1D;
  padding-top: 80px;
  height: auto;
}
#portada .flecha-abajo {
  padding-top: 60px;
}
#portada .flecha-abajo .icono-abajo {
  width: 32px;
  height: 32px;
  display: flex;
  margin: auto;
  color: #D0D0D0;
}

.blocks-h {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.blocks-h .block-h-left,
.blocks-h .block-h-right {
  width: 530px;
  height: 218px;
  border-radius: 8px;
  margin: 5px 10px 5px 23px;
}
.blocks-h .block-h-left a,
.blocks-h .block-h-right a {
  text-decoration: none;
  color: #1D1D1D;
}
.blocks-h .block-h-left h3,
.blocks-h .block-h-right h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  margin: 40px 0 10px 30px;
}
.blocks-h .block-h-left p,
.blocks-h .block-h-right p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin: 0 32px 0 30px;
}
.blocks-h .block-h-left svg,
.blocks-h .block-h-right svg {
  width: 32px;
  height: 32px;
  margin: 10px 0 0 362px;
}
.blocks-h .block-h-left {
  background-color: #FC466B;
}
.blocks-h .block-h-right {
  background-color: #5F79FF;
}

/* portadas estilos hover */
.block-h-left:hover {
  background-color: transparent;
  border: solid 2px #FC466B;
}
.block-h-left:hover h3,
.block-h-left:hover p,
.block-h-left:hover svg {
  color: #FC466B;
}

.block-h-right:hover {
  background-color: transparent;
  border: solid 2px #5F79FF;
}
.block-h-right:hover h3,
.block-h-right:hover p,
.block-h-right:hover svg {
  color: #5F79FF;
}

/* secciones */
#section-1 {
  background-color: #1D1D1D;
  padding-top: 50px;
}

#section-1 {
  background-color: #1D1D1D;
  padding-top: 50px;
     /* height: 35vw;*/
}

#section-1 svg {
  width: 40px;
  height: 40px;
}
#section-1 h4 {
  color: #FC466B;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
#section-1 .h5-largo {
  width: 611px;
  height: 130px;
}
#section-1 h5 {
  color: #D0D0D0;
  width: 173px;
  height: 80px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}

#section-1 .container-tittle {
  display: flex;
  justify-content: center;
}
#section-1 .container-tittle .tittle-section {
  width: 1097px;
}
#section-1 .container-tittle .tittle-section h2 {
  max-width: 1097px;
  /*text-align: left;*/
  color: #FFFFFF;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}
#section-1 .container-tittle .tittle-section h3 {
  max-width: 1097px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  color: #D0D0D0;
  /*max-width: 872px;*/
  height: 96px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#section-1 .tarj-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100vw;;
}
#section-1 .div-s-largo {
  margin: 10px 10px 10px 0;
  max-width: 651px;
  height: 230px;
  border: 1px solid #fc466b;
  border-radius: 8px;
}
#section-1 .div-s-largo svg {
  margin: 40px 20px 0;
}
#section-1 .div-s-largo h4 {
  margin: 10px 20px 0;
}
#section-1 .div-s-largo .h5-largo {
  margin: 10px 20px 0;
  max-width: 651px;
}



#section-1 .div-s-corto {
  margin: 10px 10px 10px 0;
  width: 220px;
  height: 230px;
  border: 1px solid #fc466b;
  border-radius: 8px;
}
#section-1 .div-s-corto svg {
  margin: 40px 20px 0;
}
#section-1 .div-s-corto h4 {
  margin: 10px 20px 0;
}
#section-1 .div-s-corto h5 {
  margin: 10px 20px 0;
}

#section-2 {
  background-color: #1D1D1D;
 /padding-top: 50px;
  padding-bottom: 100px;
}
#section-2 svg {
  width: 40px;
  height: 40px;
}
#section-2 h4 {
  color: #5F79FF;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
#section-2 .h5-largo {
  width: 611px;
  height: 54px;
}
#section-2 h5 {
  color: #D0D0D0;
  /*width: 173px;*/
  height: 80px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}
#section-2 .container-tittle {
  display: flex;
  justify-content: center;
}
#section-2 .container-tittle .tittle-section {
  width: 1097px;
}
#section-2 .container-tittle .tittle-section h2 {
  max-width: 1097px;
  /*text-align: left;*/
  color: #FFFFFF;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}
#section-2 .container-tittle .tittle-section h3 {
  max-width: 100%!important;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  color: #D0D0D0;
  max-width: 872px;
  height: 96px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#section-2 .tarj-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section-2 .tarj-section .div-s-largo {
  margin: 10px 10px 10px 0;
  max-width: 651px;
  height: 230px;
  border: 1px solid #5F79FF;
  border-radius: 8px;
}
#section-2 .tarj-section .div-s-largo svg {
  margin: 40px 20px 0;
}
#section-2 .tarj-section .div-s-largo h4 {
  margin: 10px 20px 0;
}
#section-2 .tarj-section .div-s-largo .h5-largo {
  margin: 10px 20px 0;
  max-width: 651px;
}
#section-2 .div-s-corto {
  margin: 10px 10px 10px 0;
  width: 30%;
  height: 170px;
  border: 1px solid #5F79FF;
  border-radius: 8px;
}

#section-2 .div-s-corto svg {
  margin: 40px 20px 0;
}
#section-2 .div-s-corto h4 {
  margin: 10px 20px 0;
}
#section-2 .div-s-corto h5 {
  margin: 10px 20px 0;
}

.sector {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  background-color: #1D1D1D;
}
.sector #div-plataformas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1097px;
  height: 80px;
  background-color: #252525;
  border-radius: 8px;
}
.sector #div-plataformas .plataformas {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.sector #div-plataformas .plataformas img {
  height: 33px;
}

/* ------------------------------------------------- */
/* empresas - clientes */
#clientes{
      display: flex;
        flex-direction: column;
        align-items: center;
}

#clientes .tittle-clientes {
  display: flex;
  justify-content: center;
}
#clientes .tittle-clientes h1 {
  margin: 80px 0 50px 0;
  width: 1097px;
  height: 56px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #1D1D1D;
  text-shadow: none;
}
#clientes #clientes-section {
  display: flex;
  align-items: center;
  position: relative;
  width: 1094px;
}
#clientes #clientes-section .contenedor-carousel{
  width: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}
#clientes #clientes-section .contenedor-carousel .clientes-carrousel {
  display: flex;

}
#clientes #clientes-section .empresas {
  display: block !important;
  margin: 10px;
  min-width: 199px;
  height: 230px;
  background-color: #1D1D1D;
  border-radius: 8px;
}
#clientes #clientes-section .empresas .logo-emp {
  height: 90px;
}
#clientes #clientes-section .empresas .logo-emp img {
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#clientes #clientes-section .empresas h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin: 25px 0 0 0;
  padding: 0;
}
#clientes #clientes-section .empresas h5 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #D0D0D0;
  margin: 8px 0 0 0;
  padding: 0;
}
#clientes #clientes-section .empresa {
  margin: 10px;
  min-width: 199px;
  height: 230px;
  background-color: #1D1D1D;
  border-radius: 8px;
}
#clientes #clientes-section .empresa:hover {
  transform: scale(1.03);
  transform-origin: center;
}

#clientes #clientes-section .empresa .logo-emp {
  height: 90px;
}
#clientes #clientes-section .empresa .logo-emp img {
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#clientes #clientes-section .empresa h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin: 25px 0 0 0;
  padding: 0;
}
#clientes #clientes-section .empresa h5 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #D0D0D0;
  margin: 8px 0 0 0;
  padding: 0;
}
#clientes #clientes-section .flecha-empresas {
  background-color: #1D1D1D;
    border-radius: 50px;
    border: solid 2px #1D1D1D;
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 8%);
    cursor: pointer;
    z-index: 500;
    transition: 1s ease all;
    right: -60px;
}
#clientes #clientes-section .flecha-empresas svg {
  width: 32px;
  height: 32px;
  color: #FFFFFF;
}
#clientes #clientes-section .flecha-empresas:hover {
  display: block;
  background-color: #FFFFFF;
  border: solid 2px #FFFFFF;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}
#clientes #clientes-section .flecha-empresas:hover svg {
  width: 32px;
  height: 32px;
  color: #1D1D1D;
}


.cont {
  margin-top: 45px;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}

.contacto-clientes {
  width: 1097px;
  height: 80px;
  border-radius: 8px;
  background-color: #252525;
  display: flex;
  align-items: center;
  z-index: 3;
  justify-content: space-between;
}

.contacto-clientes .asside-contact {
  display: flex;
}
.contacto-clientes .asside-contact svg {
  margin: auto 0 auto 40px;
  width: 32px;
  height: 32px;
  color: #FC466B;
}
.contacto-clientes .asside-contact p {
  margin-left: 15px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #FC466B;
}
.contacto-clientes .asside-contact .blue-contact {
  margin-left: 10px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #D0D0D0;
}
.contacto-clientes .btn-contact {
  box-sizing: border-box;
  background: linear-gradient(87.34deg, #fc466b 0%, #3f5efb 100%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 52px;
  border-radius: 8px;
  flex: none;
  order: 3;
  flex-grow: 0;
  margin: 0 40px;
}
.contacto-clientes .btn-contact:before {
  content: "";
  border: 1px solid #252525;
  background: #252525;
  border-radius: 6px;
  width: 149px;
  height: 48px;
}
.contacto-clientes .btn-contact p {
  color: white;
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height */
  text-align: center;
  color: #d0d0d0;
  text-decoration: none;
}
.contacto-clientes .btn-contact:hover::before {
  content: "";
  border: none;
  background: linear-gradient(87.34deg, #fc466b 0%, #3f5efb 100%);
  border-radius: 8px;
  width: 146px;
  height: 45px;
}


.inactive {
  display: none;
}

@media screen and (min-width: 900px) {
  #portada .flecha-arriba svg {
    color: #1D1D1D;
  }
}




footer .footer-up {
  background-color: #090909;
  display: flex;
  justify-content: center;
}
footer .footer-up .legales {
  width: 1097px;
  height: 78px;
  display: flex;
  align-items: center;
  background-color: #090909;
}
footer .footer-up .legales .data-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-up .legales .data-footer p {
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
}
footer .footer-up .legales .data-footer .g-text {
  padding: 0 30px;
  color: #999999;
  margin-left: 9vw;
}
footer .footer-up .legales img {
  margin-right: 25px;
  width: 21.25px;
  height: 36px;
}
footer .down-footer {
  border-top: solid 1px #999999;
  background-color: #090909;
  display: flex;
  justify-content: center;
}
footer .down-footer #datos-contacto {
  width: 1097px;
  height: 62px;
  background-color: #090909;
  display: flex;
  justify-content: space-between;
  padding: 1vh 0px;
}
footer .down-footer #datos-contacto .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #999999;
}
footer .down-footer #datos-contacto .info .container-info:first-child {
  margin-left: 0px;
}
footer .down-footer #datos-contacto .info .container-info {
  margin-left: 30px;
}
footer .down-footer #datos-contacto .info .container-info .datos-info {
  display: flex;
  align-items: center;
}
footer .down-footer #datos-contacto .info svg {
  width: 24px;
  height: 24px;
  color: #999999;
}
footer .down-footer #datos-contacto .info a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #999999;
  margin-left: 5px;
}
footer .down-footer .rrss {
  padding-top: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #999999;
}
footer .down-footer .rrss svg {
  width: 32px;
  height: 32px;
  margin: 0px 10px;
}
footer .down-footer .rrss a {
  text-decoration: none;
  color: #999999;
  margin-top: 10px;
}

/* imports Pagina Contacto */
/* desktop */
.top-bar-gradient {
  position: fixed;
  width: 100%;
  height: 5px;
  background: linear-gradient(87.34deg, #FC466B 0%, #5F79FF 100%);
}

.contacto {
  width: 100%;
  min-height: 85vh;
  display: grid;
  justify-content: center;
}
.contacto #vector-bg-ctn {
  width: 412px;
  height: 305px;
  background: linear-gradient(87.34deg, #FC466B 0%, #5F79FF 100%);
  border-radius: 195px 43px 273px 98px;
  filter: blur(44px);
  position: absolute;
  right: 221px;
  top: 231px;
  z-index: 0;
}
.contacto .contacto-body {
  padding-top: 30px;
  background: #1D1D1D;
  display: flex;
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
}
.contacto .contacto-body .vector-bg {
  width: 1097px;
  height: auto;
}
.contacto .contacto-body .vector-bg form #container-message {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
}
.contacto .contacto-body .vector-bg form #container-message #message-text {
  padding: 13px;
  background-color: transparent;
  width: 660px;
  margin: 0px 20px;
  border: 2px solid #D0D0D0;
  border-radius: 8px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #D0D0D0;
}
.contacto .contacto-body .vector-bg form #container-message #message-text:focus {
  padding: 13px;
  background-color: transparent;
  width: 660px;
  margin: 0px 20px;
  outline: none !important;
  border: 2px solid #5F79FF;
  border-radius: 8px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #D0D0D0;
}
.contacto .contacto-body .vector-bg form .form-mail {
  width: 318px !important;
  height: 48px;
}
.contacto .contacto-body .vector-bg h1 {
  margin: 20px;
  width: 538px;
  height: 112px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #FFFFFF;
}
.contacto .contacto-body .vector-bg .form-c {
  display: flex;
  flex-direction: column;
}
.contacto .contacto-body .vector-bg .form-c-resp {
  display: flex;
  flex-wrap: wrap;
}
.contacto .contacto-body .vector-bg .form-c-resp label {
  margin-left: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
}
.contacto .contacto-body .vector-bg .form-c-resp input {
  width: 321px;
  height: 48px;
  border: 2px solid #D0D0D0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.contacto .contacto-body .vector-bg .form-c-resp .input-c {
  margin: 0px 0px 20px 20px;
}
.contacto .contacto-body .vector-bg label {
  margin-bottom: 5px;
  margin-left: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
}
.contacto .contacto-body .vector-bg input {
  color: white;
  margin: 0 20px;
  margin-bottom: 20px;
  max-width: 660px;
  height: 48px;
  border: 2px solid #D0D0D0;
  border-radius: 8px;
  background: transparent;
}
.contacto .contacto-body .vector-bg input:focus {
  border: none;
  color: white;
  margin: 0 20px;
  margin-bottom: 20px;
  max-width: 660px;
  height: 48px;
  outline: none !important;
  border: 2px solid #5F79FF;
  border-radius: 8px;
}
.contacto .contacto-body .vector-bg .btn-contact {
  text-decoration: none;
  box-sizing: border-box;
  background: linear-gradient(87.34deg, #FC466B 0%, #5F79FF 100%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 52px;
  border-radius: 8px;
  flex: none;
  order: 3;
  flex-grow: 0;
  margin: 30px 0px 42px 17px;
}
.contacto .contacto-body .vector-bg .btn-contact #btnEnviar {
  color: white;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height */
  text-align: center;
  color: #D0D0D0;
  text-decoration: none;
}
.contacto .contacto-body .vector-bg .btn-contact:before {
  border: 1px solid #252525;
  background: #252525;
  border-radius: 6px;
  width: 149px;
  height: 48px;
}

.contacto-body::before {
  filter: blur(75px);
  border-radius: 177px 87px 170px 73px;
  /* content: ""; */
  position: relative;
  left: 1129px;
  top: 148px;
  width: 465px;
  transform: rotate(325deg);
  height: 250.61px;
  background: linear-gradient(112deg, #FC466B 0%, #5F79FF 100%);
  z-index: 0;
}

/* mobile */
@media (max-width: 480px) {
  .top-bar-gradient {
    display: none;
  }
  .body-contact {
    background: #090909;
  }
  nav {
    background: #1D1D1D;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
  }
  nav p {
    margin: 15px auto;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.87;
  }
  .contacto {
    margin-left: 0;
    width: 100%;
    height: 800px;
    display: block;
    justify-content: center;
  }
  .contacto #vector-bg-ctn {
    display: none;
  }
  .contacto .contacto-body {
    height: auto;
    display: flex;
    width: 100%;
    /* CONTACTO-OK */
    /* formulario mobile */
  }
  .contacto .contacto-body #contact-ok {
    height: 640px;
    display: flex;
    justify-content: none;
  }
  .contacto .contacto-body #contact-ok h1 {
    margin-top: 20px;
    margin-bottom: 0px;
    height: auto;
    width: 90%;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
  }
  .contacto .contacto-body #contact-ok svg {
    margin-top: 140px;
    width: 56px;
    height: 56px;
    color: #FFFFFF;
  }
  .contacto .contacto-body #contact-ok p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #D0D0D0;
  }
  .contacto .contacto-body #contact-ok a {
    position: relative;
    bottom: 0px;
  }
  .contacto .contacto-body #contact-ok a .home-ctn {
    position: relative;
    bottom: 0px;
  }
  .contacto .contacto-body #contact-ok .btn-contact {
    position: unset;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 16px 24px;
    width: 92%;
    gap: 5px;
    height: 52px;
    background: linear-gradient(87.34deg, #FC466B 0%, #5F79FF 100%);
    border-radius: 8px;
    margin-top: 180px;
    margin-bottom: 35px;
  }
  .contacto .contacto-body #contact-ok .btn-contact p {
    color: white;
    position: unset;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #D0D0D0;
    text-decoration: none;
  }
  .contacto .contacto-body .vector-bg {
    background-image: url(../img/vector-mobile-contacto.svg);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .contacto .contacto-body .vector-bg form #container-message {
    display: inline-flex;
    width: 100%;
    min-height: 48px;
  }
  .contacto .contacto-body .vector-bg form #container-message #message-text {
    padding: 13px;
    background-color: transparent;
    width: 92%;
    margin: 8px 16px;
    border: 2px solid #D0D0D0;
    border-radius: 8px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #D0D0D0;
  }
  .contacto .contacto-body .vector-bg form #container-message #message-text:focus {
    padding: 13px;
    background-color: transparent;
    width: 92%;
    margin: 8px 16px;
    outline: none !important;
    border: 2px solid #5F79FF;
    border-radius: 8px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #D0D0D0;
  }
  .contacto .contacto-body .vector-bg .tittle-contact {
    padding-top: 100px;
  }
  .contacto .contacto-body .vector-bg .tittle-contact h1 {
    width: 265px;
    height: 64px;
    margin: 50px auto 0px auto;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
  }
  .contacto .contacto-body .vector-bg label {
    font-family: "Montserrat", sans-serif;
    margin: 20px 8px 0px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
  }
  .contacto .contacto-body .vector-bg input {
    margin: 8px 16px;
    background-color: transparent;
    border: 2px solid #D0D0D0;
    border-radius: 8px;
    height: 48px;
    width: 92%;
    padding: 13px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #D0D0D0;
    padding: 13px;
  }
  .contacto .contacto-body .vector-bg input:focus {
    margin: 8px 16px;
    background-color: transparent;
    outline: none !important;
    border: 2px solid #5F79FF;
  }
  .contacto .contacto-body .vector-bg a {
    text-decoration: none;
  }
  .contacto .contacto-body .vector-bg .btn-contact {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 40px auto;
    padding: 16px 24px;
    gap: 5px;
    position: unset;
    width: 92%;
    height: 52px;
    background: linear-gradient(87.34deg, #FC466B 0%, #5F79FF 100%);
    border-radius: 8px;
  }
  .contacto .contacto-body .vector-bg .btn-contact p {
    color: white;
    position: unset;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #D0D0D0;
    text-decoration: none;
  }
  .contacto .contacto-body .vector-bg .form-c-resp {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contacto .contacto-body .vector-bg .form-c-resp .form-c {
    display: flex;
    flex-direction: column;
  }
  .contacto .contacto-body .vector-bg .form-c-resp .form-c label {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
  }
  .contacto .contacto-body .vector-bg .form-c-resp .form-c .form-mail {
    width: 91% !important;
    margin: 8px 16px;
    height: 48px;
    border: 2px solid #D0D0D0;
    border-radius: 8px;
  }
  .contacto .contacto-body .vector-bg .form-c-resp .form-c input {
    max-width: 410px;
    margin: 8px 16px;
    height: 48px;
    border: 2px solid #D0D0D0;
    border-radius: 8px;
  }
  .contacto .contacto-body .vector-bg .form-c-resp .form-c input:focus {
    margin: 8px 16px;
    background-color: transparent;
    outline: none !important;
    border: 2px solid #5F79FF;
  }
  .contacto .contacto-body .vector-bg .form-c-resp {
    display: flex;
    flex-wrap: wrap;
  }
  .contacto .contacto-body .vector-bg .form-c-resp label {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
  }
  .contacto .contacto-body .vector-bg .form-c-resp input {
    width: 92%;
    margin: 8px 16px;
    height: 48px;
    border: 2px solid #D0D0D0;
    border-radius: 8px;
  }
  .contacto .contacto-body .vector-bg .form-c-resp .input-c {
    margin: 0px 0px 20px 20px;
  }
  .contacto-body::before {
    display: none;
  }
}
/* contacto-ok  desktop */
.body-contact {
  background: #1D1D1D;
}

.contacto-body {
  padding: 0;
}
.contacto-body .vector-bg .tittle-contact {
  padding-top: 125px;
}
.contacto-body #contact-ok {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.contacto-body #contact-ok svg {
  margin-top: 100px;
  width: 70px;
  height: 70px;
  color: #FFFFFF;
}
.contacto-body #contact-ok h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #FFFFFF;
}
.contacto-body #contact-ok p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  text-align: center;
  color: #D0D0D0;
}

/* imports responsive */
@media screen and (min-width: 480px) and (max-width: 900px) {
  #footer-contact {
      position: initial;
    }
  #section-1 .tarj-section .div-s-largo {
    margin: 10px 10px 10px 0;
    max-width: 66vw;
    min-width: 419px;
    height: 230px;
    border: 1px solid #fc466b;
    border-radius: 8px;
  }
  #section-1 .tarj-section .div-s-largo .h5-largo {
    width: 402px;
  }
  #section-2 .tarj-section .div-s-largo {
    max-width: 66vw;
    min-width: 419px;
  }
  #section-2 .tarj-section .div-s-largo .h5-largo {
    width: 402px;
  }
  .flecha-arriba {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    background: linear-gradient(190deg, #FC466B 0%, #3F5EFB 100%);
    border-radius: 40px;
    z-index: 1000;
  }
  .flecha-arriba svg {
    color: #FFF;
    width: 28px;
    height: 28px;
    margin-top: 11px;
    margin-left: 11px;
  }

  #whatsAppWidget {
    bottom: 45px!important;
  }

  #section-1 .container-tittle .tittle-section h2,
#section-2 .container-tittle .tittle-section h2 {
    padding-top: 24px;
    margin: 0 12px;
    max-width: 1097px;
    text-align: left;
    color: #FFFFFF;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 56px;
  }
  #section-1 .container-tittle .tittle-section h3,
#section-2 .container-tittle .tittle-section h3 {
    margin: 0 20px;
    margin-left: 10px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #D0D0D0;
    max-width: 872px;
    height: 96px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #section-1 .container-tittle .tarj-section,
#section-2 .container-tittle .tarj-section {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  #section-1 .container-tittle .tarj-section .div-s-largo,
#section-2 .container-tittle .tarj-section .div-s-largo {
    margin: 10px 10px 10px 0;
    width: 80vw;
    height: 250px;
    border: 1px solid #fc466b;
    border-radius: 8px;
  }
  #section-1 .container-tittle .tarj-section .div-s-largo svg,
#section-2 .container-tittle .tarj-section .div-s-largo svg {
    margin: 30px 20px 0;
  }
  #section-1 .container-tittle .tarj-section .div-s-largo h4,
#section-2 .container-tittle .tarj-section .div-s-largo h4 {
    margin: 10px 20px 0;
  }
  #section-1 .container-tittle .tarj-section .div-s-largo .h5-largo,
#section-2 .container-tittle .tarj-section .div-s-largo .h5-largo {
    margin: 10px 20px 0;
  }
  #section-1 .container-tittle .tarj-section .div-s-corto,
#section-2 .container-tittle .tarj-section .div-s-corto {
    margin: 10px 10px 10px 0;
    width: 39.5vw;
    height: 260px;
    border: 1px solid #fc466b;
    border-radius: 8px;
  }
  #section-1 .container-tittle .tarj-section .div-s-corto svg,
#section-2 .container-tittle .tarj-section .div-s-corto svg {
    margin: 30px 20px 0;
  }
  #section-1 .container-tittle .tarj-section .div-s-corto h4,
#section-2 .container-tittle .tarj-section .div-s-corto h4 {
    margin: 10px 20px 0;
  }
  #section-1 .container-tittle .tarj-section .div-s-corto h5,
#section-2 .container-tittle .tarj-section .div-s-corto h5 {
    width: 33vw;
    margin: 10px 20px 0;
  }
  #section-2 .tarj-section .div-s-corto,
#section-2 .tarj-section .div-s-largo {
    border: 1px solid #5F79FF;
  }
  /* inactive */
  .inactive {
    display: block;
  }
  .flecha-empresas {
    display: none;
  }
  .sector #div-plataformas {
    width: 79vw;
    height: 190px;
    background-color: #252525;
    border-radius: 8px;
  }
  .sector #div-plataformas .plataformas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
  }
  .sector #div-plataformas .plataformas img {
    margin: 6px 25px;
    height: 35px;
  }
  #clientes .tittle-clientes h1 {
    width: 72vw;
    text-align: center;
    padding: 0px;
    margin: 30px 0 20px 80px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 56px;
    color: #1D1D1D;
  }
  #clientes #clientes-section {
    margin-left: 0;
    width: 100%;
  }
  #clientes #clientes-section .clientes-carrousel {
    margin-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #clientes #clientes-section .clientes-carrousel #empresa2 {
    display: block !important;
    margin: 10px;
    width: 156px;
    height: 180px;
    background-color: #1D1D1D;
    border-radius: 8px;
  }
  #clientes #clientes-section .clientes-carrousel #empresa2 .logo-emp {
    height: 90px;
  }
  #clientes #clientes-section .clientes-carrousel #empresa2 .logo-emp img {
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #clientes #clientes-section .clientes-carrousel #empresa2 h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 25px 0 0 0;
    padding: 0;
  }
  #clientes #clientes-section .clientes-carrousel #empresa2 h5 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #D0D0D0;
    margin: 8px 0 0 0;
    padding: 0;
  }
  #clientes #clientes-section .empresa {
    margin: 10px;
    width: 156px;
    height: 180px;
    background-color: #1D1D1D;
    border-radius: 8px;
  }
  #clientes #clientes-section .empresa .logo-emp {
    height: 90px;
  }
  #clientes #clientes-section .empresa .logo-emp img {
    height: 80px;
    width: 130px;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #clientes #clientes-section .empresa h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    margin: 25px 0 0 0;
    padding: 0;
  }
  #clientes #clientes-section .empresa h5 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #D0D0D0;
    margin: 8px 0 0 0;
    padding: 0;
  }
  #clientes #clientes-section .flecha-empresas {
    display: none;
    background-color: #1D1D1D;
    border-radius: 50px;
    width: 50px;
    height: 50px;
  }
  #clientes #clientes-section .flecha-empresas svg {
    width: 32px;
    height: 32px;
    color: #FFFFFF;
    margin: 8px;
  }
  #clientes #clientes-section .inactive {
    display: block;
  }
  .cont {
    margin-top: 45px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
  }
  .contacto-clientes {
    width: 80%;
    height: 200px;
    border-radius: 8px;
    background-color: #252525;
    display: block;
    align-items: center;
    z-index: 3;
  }
  .contacto-clientes .asside-contact {
    display: block;
  }
  .contacto-clientes .asside-contact svg {
    margin: 24px 0px 8px 40vw;
    width: 24px;
    height: 24px;
    color: #FC466B;
  }
  .contacto-clientes .asside-contact p {
    margin: 0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FC466B;
  }
  .contacto-clientes .asside-contact .blue-contact {
    margin-top: 5px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #D0D0D0;
  }
  .contacto-clientes .ctn {
    margin: 6px auto;
    display: block;
    text-align: center;
    width: 222px;
  }
  footer .footer-up .legales {
    padding: 0px;
    width: 100%;
    height: 87px;
    display: flex;
    background-color: #090909;
  }
  footer .footer-up .legales .data-footer {
    display: block;
  }
  footer .footer-up .legales .data-footer p {
    margin: 5px 0 0 0;
    color: #fff;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
  }
  footer .footer-up .legales .data-footer .g-text {
    width: 90%;
    padding: 0;
    color: rgba(153, 153, 153, 0.6);
    margin-left: 0;
  }
  footer .footer-up .legales img {
    margin-right: 10px;
    margin-left: 16px;
    width: 21.25px;
    height: 36px;
  }
  footer .down-footer {
    background-color: #090909;
  }
  footer .down-footer #datos-contacto {
    border-top: solid 1px rgba(153, 153, 153, 0.2862745098);
    height: 245px;
    background-color: #090909;
    display: block;
    padding: 0;
  }
  footer .down-footer #datos-contacto .info {
    display: flex;
    color: #999999;
    width: 90%;
    height: 148px;
    margin: 0 6vw;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  footer .down-footer #datos-contacto .info .datos-info {
    display: flex;
    align-items: center;
  }
  footer .down-footer #datos-contacto .info svg {
    margin-left: 25px;
    width: 24px;
    height: 24px;
    color: #999999;
  }
  footer .down-footer #datos-contacto .info p {
    font-size: 14px;
    margin-left: 1vw;
    color: rgba(255, 255, 255, 0.792);
  }
  footer .rrss {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #fff;
  }
  footer .rrss svg {
    width: 32px;
    height: 32px;
    margin: 0px 10px;
  }
  .contacto {
    width: 50%;
    height: 700px;
    display: grid;
    justify-content: start;
  }
  .contacto #vector-bg-ctn {
    width: 299px;
    height: 277px;
    background: linear-gradient(87.34deg, #FC466B 0%, #3F5EFB 100%);
    border-radius: 195px 43px 273px 98px;
    filter: blur(70px);
    position: absolute;
    left: 76vw;
    top: 231px;
    z-index: 0;
  }
  #contact-ok {
    display: flex;
    flex-direction: column;
    width: 83vw !important;
    height: 100px !important;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  #contact-ok h1 {
    margin-top: 20px;
    margin-bottom: 0px;
    height: auto;
    width: 90%;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
  }
  #contact-ok svg {
    margin-top: 140px;
    width: 56px;
    height: 56px;
    color: #FFFFFF;
  }
  #contact-ok p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #d0d0d0;
  }
  #contact-ok a {
    position: relative;
    bottom: 0px;
  }
  #contact-ok a .home-ctn {
    position: relative;
    bottom: 0px;
  }
  #contact-ok .btn-contact {
    position: unset;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 16px 24px;
    width: 92%;
    gap: 5px;
    height: 52px;
    background: linear-gradient(87.34deg, #fc466b 0%, #3f5efb 100%);
    border-radius: 8px;
    margin-top: 180px;
    margin-bottom: 35px;
  }
  #contact-ok .btn-contact p {
    color: white;
    position: unset;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #d0d0d0;
    text-decoration: none;
  }
}
/* mobile */
@media (max-width: 480px) {
  #portada {
    background-color: #1D1D1D;
    background-image: url(../img/vector-mobile.svg);
    padding-top: 10px;
    background-size: cover;
  }
  #portada .copete-tittle {
    padding-top: 87px;
  }
  #portada .copete-tittle h1 {
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 56px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
  }
  #portada .copete-tittle h2 {
    padding-bottom: 20px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #D0D0D0;
  }
  #portada .blocks-h .block-h-left,
#portada .blocks-h .block-h-right {
    width: 90vw;
    height: 145px;
    border-radius: 8px;
    margin: 5px 0px 10px 0px;
  }
  #portada .blocks-h .block-h-left h3,
#portada .blocks-h .block-h-right h3 {
    margin: 24px 0 0 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
  }
  #portada .blocks-h .block-h-left p,
#portada .blocks-h .block-h-right p {
    margin: 10px 0 0 16px;
    width: 72vw;
  }
  #portada .blocks-h .block-h-left svg,
#portada .blocks-h .block-h-right svg {
    margin: 0;
    position: relative;
    left: 295px;
    bottom: 50px;
    width: 26px;
    height: 32px;
  }
  .flecha-arriba {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    background: linear-gradient(190deg, #FC466B 0%, #3F5EFB 100%);
    border-radius: 40px;
  }
  .flecha-arriba svg {
    color: #FFF;
    width: 28px;
    height: 28px;
    margin-top: 11px;
    margin-left: 11px;
  }

  #whatsAppWidget {
    bottom: 25px!important;
  }
  
  #section-1 .cont-data .tittle-section h2,
#section-1 .container-tittle .tittle-section h2,
#section-2 .cont-data .tittle-section h2,
#section-2 .container-tittle .tittle-section h2 {
    font-family: "Montserrat", sans-serif;
    color: white;
    text-align: center;
    margin: 10px auto;
    font-size: 20px;
  }
  #section-1 .cont-data .tittle-section h3,
#section-1 .container-tittle .tittle-section h3,
#section-2 .cont-data .tittle-section h3,
#section-2 .container-tittle .tittle-section h3 {
    margin: 0 auto;
    width: 85%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #d0d0d0;
  }
  #section-1 .tarj-section,
#section-2 .tarj-section {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  #section-1 .tarj-section .div-s-largo,
#section-2 .tarj-section .div-s-largo {
    margin: 30px 0px 10px 0;
    width: 328px;
    height: 215px;
  }
  #section-1 .tarj-section .div-s-largo svg,
#section-2 .tarj-section .div-s-largo svg {
    width: 24px;
    height: 24px;
    margin: 32px 0 0 16px;
  }
  #section-1 .tarj-section .div-s-largo h4,
#section-2 .tarj-section .div-s-largo h4 {
    margin: 8px 0 0 16px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
  }
  #section-1 .tarj-section .div-s-largo .h5-largo,
#section-2 .tarj-section .div-s-largo .h5-largo {
    margin: 8px 0 0 16px;
    width: 78vw;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
  }
  #section-1 .tarj-section .div-s-corto,
#section-2 .tarj-section .div-s-corto {
    margin: 10px 0px 10px 0;
    width: 328px;
    height: 161px;
    border-radius: 8px;
  }
  #section-1 .tarj-section .div-s-corto svg,
#section-2 .tarj-section .div-s-corto svg {
    width: 24px;
    height: 24px;
    margin: 32px 0 0 16px;
  }
  #section-1 .tarj-section .div-s-corto h4,
#section-2 .tarj-section .div-s-corto h4 {
    margin: 8px 0 0 16px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
  }
  #section-1 .tarj-section .div-s-corto h5,
#section-2 .tarj-section .div-s-corto h5 {
    margin: 8px 0 0 16px;
    width: 75vw;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
  }
  .sector #div-plataformas {
    width: 328px;
    height: 168px;
    background-color: #252525;
    border-radius: 8px;
  }
  .sector #div-plataformas .plataformas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
  }
  .sector #div-plataformas .plataformas img {
    margin: 6px 25px;
    height: 25px;
  }
  #clientes .tittle-clientes h1 {
    max-width: 240px;
    padding: 0px;
    margin: 31px 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 56px;
    color: #1D1D1D;
  }
  #clientes #clientes-section {
    margin-left: 0;
    width: 100%;
  }
  #clientes #clientes-section .clientes-carrousel {
    margin-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #clientes #clientes-section .clientes-carrousel #empresa2 {
    display: block !important;
    margin: 10px;
    width: 156px;
    height: 180px;
    background-color: #1D1D1D;
    border-radius: 8px;
  }
  #clientes #clientes-section .clientes-carrousel #empresa2 .logo-emp {
    height: 90px;
  }
  #clientes #clientes-section .clientes-carrousel #empresa2 .logo-emp img {
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #clientes #clientes-section .clientes-carrousel #empresa2 h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 25px 0 0 0;
    padding: 0;
  }
  #clientes #clientes-section .clientes-carrousel #empresa2 h5 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #D0D0D0;
    margin: 8px 0 0 0;
    padding: 0;
  }
  #clientes #clientes-section .empresa {
    margin: 10px;
    width: 156px;
    height: 180px;
    background-color: #1D1D1D;
    border-radius: 8px;
  }
  #clientes #clientes-section .empresa .logo-emp {
    height: 90px;
  }
  #clientes #clientes-section .empresa .logo-emp img {
    height: 80px;
    width: 130px;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #clientes #clientes-section .empresa h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    margin: 25px 0 0 0;
    padding: 0;
  }
  #clientes #clientes-section .empresa h5 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #D0D0D0;
    margin: 8px 0 0 0;
    padding: 0;
  }
  #clientes #clientes-section .flecha-empresas {
    display: none;
    background-color: #1D1D1D;
    border-radius: 50px;
    width: 50px;
    height: 50px;
  }
  #clientes #clientes-section .flecha-empresas svg {
    width: 32px;
    height: 32px;
    color: #FFFFFF;
    margin: 8px;
  }
  #clientes #clientes-section .inactive {
    display: block;
  }
  /* contacto arriba footer */
  .cont {
    margin-top: 45px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
  }
  .contacto-clientes {
    width: 90%;
    height: 240px;
    border-radius: 8px;
    background-color: #252525;
    display: block;
    align-items: center;
    z-index: 3;
  }
  .contacto-clientes .btn-contact {
    box-sizing: border-box;
    background: linear-gradient(87.34deg, #fc466b 0%, #3f5efb 100%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 153px;
    height: 52px;
    border-radius: 8px;
    flex: none;
    order: 3;
    flex-grow: 0;
    margin: 15px auto;
  }
  .contacto-clientes .asside-contact {
    display: block;
  }
  .contacto-clientes .asside-contact svg {
    margin: 24px 0px 8px 40vw;
    width: 24px;
    height: 24px;
    color: #FC466B;
  }
  .contacto-clientes .asside-contact p {
    margin: 0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FC466B;
  }
  .contacto-clientes .asside-contact .blue-contact {
    margin-top: 5px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #D0D0D0;
  }
  .contacto-clientes .ctn {
    margin: 6px;
    display: block;
    text-align: center;
  }
  /* footer legales */
  footer .footer-up .legales {
    padding: 0px;
    width: 100%;
    height: 87px;
    display: flex;
    background-color: #090909;
  }
  footer .footer-up .legales .data-footer {
    display: block;
  }
  footer .footer-up .legales .data-footer p {
    margin: 5px 0 0 0;
    color: #fff;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
  }
  footer .footer-up .legales .data-footer .g-text {
    width: 90%;
    padding: 0;
    color: rgba(153, 153, 153, 0.6);
    margin-left: 0;
  }
  footer .footer-up .legales img {
    margin-right: 10px;
    margin-left: 16px;
    width: 21.25px;
    height: 36px;
  }
  footer .down-footer #datos-contacto {
    border-top: solid 1px rgba(153, 153, 153, 0.2862745098);
    height: 245px;
    background-color: #090909;
    display: block;
    padding: 0;
  }
  footer .down-footer #datos-contacto .info {
    display: block;
    color: #999999;
    width: 320px;
    height: 148px;
    margin: 0 auto;
  }
  footer .down-footer #datos-contacto .info .container-info:first-child {
    margin-left: 0px;
  }
  footer .down-footer #datos-contacto .info .container-info {
    margin-left: 0px;
  }
  footer .down-footer #datos-contacto .info .container-info .datos-info {
    display: flex;
    align-items: center;
  }
  footer .down-footer #datos-contacto .info .datos-info {
    display: flex;
    align-items: center;
    width: 320px;
    height: 44px;
    margin-top: 10px;
  }
  footer .down-footer #datos-contacto .info svg {
    margin-left: 25px;
    width: 24px;
    height: 24px;
    color: #999999;
  }
  footer .down-footer #datos-contacto .info a {
    font-size: 14px;
    color: #999999;
  }
  footer .rrss {
    padding-top: 20px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #fff;
  }
  footer .rrss svg {
    width: 32px;
    height: 32px;
    margin: 0px 10px;
  }
}
.inactive {
  display: block;
}/*# sourceMappingURL=styles.css.map */

#whatsAppWidget{
  position: fixed;
  right: 40px;
  bottom: 0px;
  float: left;
  margin-bottom: 60px;
  z-index: 20;
}




/* mio ----------------------------------------------------------------------*/
#section-2 .div-s-cortoa {
  margin: 10px 10px 10px 0;
  width: 30%;
  height: 260px;
  border: 1px solid #fc466b;
  border-radius: 8px;
}

#section-2 .div-s-cortoa h4 {
    color: #fc466b;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

#section-2 .div-s-cortoa svg {
    margin: 40px 20px 0;
}

.img1{
width:60%;
}


.altocompleto{
height:35vw;
padding-top: 5vw;
}

.link{
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color:#ffffff;
}

#section-1 .div-s-largo1 {
  margin: 10px 10px 10px 0;
  width: 45%;
  border: 1px solid #fc466b;
  border-radius: 8px;
  height: 600px;
}

#section-1 .div-s-largo1 svg {
  margin: 40px 20px 0;
}
#section-1 .div-s-largo1 h4 {
  margin: 10px 20px 0;
}
#section-1 .div-s-largo1 .h5-largo {
  margin: 10px 20px 0;
  max-width: 100%;
}


#section-1 .div-s-largo1a {
  margin: 10px 10px 10px 0;
  width: 45%;
  border: 1px solid #fc466b;
  border-radius: 8px;
  /*height: 600px;*/
}

#section-1 .div-s-largo1a svg {
  margin: 40px 20px 0;
}
#section-1 .div-s-largo1a h4 {
  margin: 10px 20px 0;
}
#section-1 .div-s-largo1a .h5-largo {
  margin: 10px 20px 0;
  max-width: 100%;
}



.margenes20 {
margin:10px 20px 0
}

.camposform {
height: 40px;
    background: #ffffff00;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff5d;
    color: #ffffff;
    border-radius: 5px;
    width: 90%;
    height:60px;
    padding:10px;
font-size: 1.5em;
}

.camposform::placeholder {
  color: #ffffff;
  
}

.labelform {
padding-bottom: 20px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #D0D0D0;
}


.boton1 {
background-color: #FC466B;
    width: 426px;
    height: 60px;
    border-radius: 8px;
    margin: 5px 10px 5px 23px;
    position: relative;
    left: -30px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
}

.boton1:hover {
    background-color: #5F79FF;
}

    .boton-degradado {
    width: 426px;
    height: 60px;      
      padding: 10px 20px;
      font-size: 16px;
      color: #fff;
      background: transparent;
      border: none;
      border-radius: 8px;
      position: relative;
      cursor: pointer;
      z-index: 0;
    }

    .boton-degradado::before {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      z-index: -1;
      background: linear-gradient(87.34deg, #fc466b 0%, #3f5efb 100%);
      border-radius: 10px;
      mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
      -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
      mask-composite: exclude;
      -webkit-mask-composite: destination-out;
      padding: 2px;
    }

    .boton-degradado:hover {
      background: linear-gradient(87.34deg, #fc466b 0%, #3f5efb 100%);
      color: white;
    }


  #section-1 {
    background-color: #1D1D1D;
    background-image: url(../img/vector-mobile.svg);
    padding-top: 10px;
    padding-bottom: 50px;;
    background-size: cover;
  }

#section-1 .container-tittle .tittle-section {
    padding-top: 80px;
}

.x2 {
font-size: 2.5em !important;
    line-height: 1.2em !important;
}

.centrar {
text-align: center!important;
}


/* mobile */
@media screen and ( max-width: 980px ) {

.camposform {
    width: 80vw;
        height: 40px;
}

.labelform {
    font-size: 1.5em;
}

.boton1 {
    width: 100%;
}


    .boton-degradado {
    width: 90%;

    }


#section-1 .div-s-largo1 {
  margin: 10px 10px 10px 0;
  width: 90vw;
  border: 1px solid #fc466b;
  border-radius: 8px;
  height:700px;
}


#section-1 .div-s-largo1a {
  margin: 10px 10px 10px 0;
  width: 90vw;
  border: 1px solid #fc466b;
  border-radius: 8px;
  height:540px;
}


#section-1 .div-s-largo1 .h5-largo {
    margin: 10px 20px 0;
    max-width: 85%;
    height: 212px;    
}

#section-1 .tarj-section .div-s-corto, #section-2 .tarj-section .div-s-corto {
        height: 135px;
    }


#section-1 .container-tittle .tittle-section h2 {
        margin: 30px auto;
        font-size: 3em;
        line-height: 1.5em;
        padding: 10px;
    }


#section-1 .container-tittle .tittle-section h3 {
        font-size: 2em;
        line-height: 1.2em;
        height: 150px;  
        font-weight: 700;
    }

  #section-1 {
    background-color: #1D1D1D;
    background-image: url(../img/vector-mobile.svg);
    padding-top: 10px;
    background-size: cover;
  }

.img1{
padding-top: 10px;
}

.blocks-h .block-h-left, .blocks-h .block-h-right {
    width: 426px;
    height: 281px;
    border-radius: 8px;
    margin: 5px 13px 5px 13px;
    
}


.blocks-h .block-h-left p, .blocks-h .block-h-right p  {
    margin-left: 16px;
    margin-right: 16px;
}

.blocks-h .block-h-left h3, .blocks-h .block-h-right h3 {
    margin: 40px 26px 12px 16px!important;
}

.altocompleto {
    height: 135vw;
    padding-top: 5vw;
}


#section-1 .tarj-section .div-s-cortoa, #section-2 .tarj-section .div-s-cortoa {
        margin: 10px 0px 10px 0;
        width: 328px;
        height: 220px;
        border-radius: 8px;
    }


#section-2 .div-s-cortoa h5 {
    margin: 15px;
}

}


/* mobile */
@media screen and ( max-width: 480px ) {
#section-1 .div-s-largo1 {
  margin: 10px 10px 10px 0;
  width: 90vw;
  border: 1px solid #fc466b;
  border-radius: 8px;
  height:1025px;
}

}