* {
  padding: 0;
  margin: 0;
  font-family: "Poppins";
  box-sizing: border-box;
}

:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
}

hr {
  margin: 24px 0;
}

@font-face {
  font-family: "Poppins";
  src: url("./../assets/fonts/Poppins-Light.woff") format("woff"), url("./../assets/fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./../assets/fonts/Poppins-Regular.woff") format("woff"), url("./../assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./../assets/fonts/Poppins-Medium.woff") format("woff"), url("./../assets/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./../assets/fonts/Poppins-SemiBold.woff") format("woff"), url("./../assets/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./../assets/fonts/Poppins-Bold.woff") format("woff"), url("./../assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* WSP FLOTANTE */
.wsp-icon {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 10;
}
.wsp-icon img {
  width: 82px;
  height: 82px;
}
@media screen and (min-width: 1024px) {
  .wsp-icon img {
    width: 50px;
    height: 50px;
  }
}

/* FIN WSP FLOTANTE */
/* BANNER */
.header-section {
  padding: 0 0 16px;
  background: linear-gradient(155deg, #a84ff2 3.76%, #3c67fd 53.25%, #fff 195.63%);
}
.header-section .logo-container {
  background: #d7e5ff;
  padding: 12px 0;
  text-align: center;
}
.header-section div {
  max-width: 1240px;
  padding: 48px 0;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .header-section div {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 48px 0;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .header-section div {
    padding: 48px 0;
  }
}
@media screen and (min-width: 1240px) {
  .header-section div {
    padding: 50px 65px;
    gap: 35px;
  }
}
@media screen and (min-width: 768px) {
  .header-section div article:first-child {
    flex: 25%;
  }
}
@media screen and (min-width: 768px) {
  .header-section div article:last-child {
    flex: 1;
  }
}
.header-section div h4 {
  color: #544ef1;
  font-size: 11.931px;
  font-weight: 700;
  line-height: 113.5%;
  border-radius: 85px;
  background: #fff;
  width: max-content;
  margin: 0 auto 12px;
  padding: 6px 14px;
}
@media screen and (min-width: 768px) {
  .header-section div h4 {
    font-size: 14px;
    margin: 0 0 12px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .header-section div h4 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1240px) {
  .header-section div h4 {
    font-size: 20px;
  }
}
.header-section div h3 {
  color: #ffe600;
  text-align: center;
  font-size: 18.008px;
  font-weight: 500;
  line-height: 120%;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .header-section div h3 {
    padding: 0 0 0 60px;
    font-size: 20px;
    text-align: start;
  }
}
@media screen and (min-width: 1024px) {
  .header-section div h3 {
    font-size: 24px;
  }
}
.header-section div h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  margin: 6px 0 14px;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .header-section div h1 {
    padding: 0 0 0 60px;
    font-size: 30px;
    text-align: start;
  }
}
@media screen and (min-width: 1024px) {
  .header-section div h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1240px) {
  .header-section div h1 {
    font-size: 45px;
  }
}
.header-section div p {
  color: #fff;
  text-align: center;
  font-size: 14.163px;
  font-weight: 500;
  line-height: 133%;
  margin-bottom: 12px;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .header-section div p {
    padding: 0 0 0 60px;
    font-size: 16px;
    text-align: start;
  }
}
@media screen and (min-width: 1024px) {
  .header-section div p {
    font-size: 20px;
    margin-bottom: 22px;
  }
}
.header-section div a {
  color: #3c67fd;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 12.321px;
  font-weight: 700;
  line-height: 15.28px;
  border-radius: 3.183px;
  background: #fff;
  text-decoration: none;
  padding: 0 16px;
  width: 137px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.header-section div a:hover {
  background: #d7e5ff;
}
@media screen and (min-width: 768px) {
  .header-section div a {
    padding: 8px 12px;
    font-size: 14px;
    display: block;
    margin-right: auto;
    width: max-content;
    margin-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .header-section div a {
    font-size: 19px;
    padding: 14px 18px;
    height: auto;
  }
}
@media screen and (min-width: 1240px) {
  .header-section div a {
    font-size: 22px;
    padding: 20px 32px;
  }
}
.header-section div .banner-img-container {
  margin-top: 48px;
}
.header-section div .banner-img-container img {
  width: 174px;
}
@media screen and (min-width: 768px) {
  .header-section div .banner-img-container img {
    width: 167px;
  }
}
@media screen and (min-width: 1024px) {
  .header-section div .banner-img-container img {
    width: 235px;
  }
}
@media screen and (min-width: 1240px) {
  .header-section div .banner-img-container img {
    width: 286px;
  }
}

/* FIN BANNER */
/* HACK CONTAINER*/
.hacks-container {
  padding: 49px 41px;
}
@media screen and (min-width: 1240px) {
  .hacks-container {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
  }
}
.hacks-container h2 {
  color: #304b7f;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 29px;
}
.hacks-container h2 .enter {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hacks-container h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1240px) {
  .hacks-container h2 {
    width: 230px;
    text-align: start;
    margin-bottom: 0;
  }
  .hacks-container h2 .enter {
    display: block;
  }
}
.hacks-container ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.hacks-container ul li {
  color: #304b7f;
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  gap: 5px;
  align-items: start;
  justify-content: start;
}
@media screen and (min-width: 768px) {
  .hacks-container ul li {
    font-size: 16px;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .hacks-container ul li {
    font-size: 18px;
  }
}
.hacks-container ul li img {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .hacks-container ul li img {
    width: 33px;
    height: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .hacks-container ul li img {
    width: 44px;
    height: 44px;
  }
}

/* FIN HACK CONTAINER*/
/* FORM CONTAINER */
.form-section {
  background: #d7e5ff;
  padding: 48px 24px;
}
@media screen and (min-width: 1024px) {
  .form-section {
    padding: 48px;
  }
}
.form-section .big-div {
  max-width: 1500px;
  margin: auto;
}
@media screen and (min-width: 1240px) {
  .form-section .big-div {
    padding: 48px 0;
    display: flex;
    gap: 48px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1240px) {
  .form-section .big-div .text-form {
    width: 43%;
  }
}
.form-section .big-div .text-form h2 {
  color: #405789;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 124%;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .form-section .big-div .text-form h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1240px) {
  .form-section .big-div .text-form h2 {
    text-align: start;
  }
}
.form-section .big-div .text-form p {
  color: #304b7f;
  font-size: 16px;
  font-weight: 500;
  line-height: 113.5%;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .form-section .big-div .text-form p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1240px) {
  .form-section .big-div .text-form p {
    text-align: start;
  }
}
.form-section .big-div .text-form ul {
  list-style: none;
  padding: 0;
  margin-bottom: 48px;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
@media screen and (min-width: 1240px) {
  .form-section .big-div .text-form ul {
    margin-bottom: 0;
    gap: 32px;
  }
}
.form-section .big-div .text-form ul li {
  color: #304b7f;
  font-size: 16px;
  font-weight: 500;
  line-height: 113.5%;
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: start;
}
@media screen and (min-width: 1024px) {
  .form-section .big-div .text-form ul li {
    font-size: 18px;
  }
}
@media screen and (min-width: 1240px) {
  .form-section .big-div .text-form ul li {
    gap: 6px;
  }
}
.form-section .big-div .text-form ul li img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 1240px) {
  .form-section .big-div .text-form ul li img {
    width: 30px;
    height: 30px;
  }
}
.form-section .big-div .form-container {
  flex: 1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 29.167px 58.333px -14px rgba(48, 75, 127, 0.3019607843);
  padding: 24px;
}
@media screen and (min-width: 1240px) {
  .form-section .big-div .form-container {
    width: 57%;
  }
}
.form-section .big-div .form-container .form-container-form h3 {
  color: #1444ea;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 106%;
  margin-bottom: 24px;
}
.form-section .big-div .form-container .form-container-form form label {
  color: #3a3a3a;
  font-size: 16.333px;
  font-weight: 500;
  line-height: 28px;
  width: 100%;
  display: block;
  margin-top: 12px;
}
@media screen and (min-width: 1240px) {
  .form-section .big-div .form-container .form-container-form form label {
    font-size: 14px;
  }
}
.form-section .big-div .form-container .form-container-form form label input {
  border-radius: 9.333px;
  border: 1.167px solid #d6d6d6;
  background: #fff;
  color: #182640;
  font-size: 16.333px;
  font-weight: 400;
  line-height: 23.333px;
  padding: 16px 14px;
  margin: 3px 0 0;
  width: 100%;
}
.form-section .big-div .form-container .form-container-form form label input::placeholder {
  color: #808080;
  font-size: 16.333px;
  font-weight: 400;
  line-height: 23.333px;
}
.form-section .big-div .form-container .form-container-form form label input:focus {
  outline: none;
}
@media screen and (min-width: 1240px) {
  .form-section .big-div .form-container .form-container-form form label input {
    font-size: 14px;
    padding: 12px;
  }
}
.form-section .big-div .form-container .form-container-form form .form-items p {
  color: #3a3a3a;
  font-size: 16.333px;
  font-weight: 500;
  line-height: 28px;
}
.form-section .big-div .form-container .form-container-form form .form-items p.variante {
  font-size: 14px;
}
.form-section .big-div .form-container .form-container-form form .form-items .tiene-ea {
  margin: 12px 0;
}
.form-section .big-div .form-container .form-container-form form .form-items .tiene-ea label {
  display: flex;
  gap: 6px;
  align-items: center;
}
.form-section .big-div .form-container .form-container-form form .form-items .tiene-ea label input {
  width: 17px;
  height: 17px;
  margin: 0;
}
.form-section .big-div .form-container .form-container-form form .form-items article {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .form-section .big-div .form-container .form-container-form form .form-items article {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1240px) {
  .form-section .big-div .form-container .form-container-form form .form-items article {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 12px 0;
  }
}
.form-section .big-div .form-container .form-container-form form .form-items article label {
  width: max-content;
  margin: 0;
  color: #43475f;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.529px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: start;
}
.form-section .big-div .form-container .form-container-form form .form-items article label input {
  width: 17px;
  height: 17px;
  margin: 0;
}
.form-section .big-div .form-container .form-container-form form .span-container {
  display: flex;
  justify-content: space-between;
}
.form-section .big-div .form-container .form-container-form form .span-container .span-last-child {
  color: #6097ff;
  font-size: 12px;
  font-weight: 500;
  line-height: 23.614px;
}
.form-section .big-div .form-container .form-container-form form button {
  width: 100%;
  border-radius: 4px;
  background: #6097ff;
  color: #fff;
  padding: 6px 0;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 32.667px;
  border: 0;
}
.form-section .big-div .form-container .form-container-form form button:hover {
  background: #1444ea;
}
.form-section .big-div .form-container .form-container-form form button:disabled {
  border-radius: 4px;
  background: var(--A1A3AF, #a1a3af);
}
.form-section .big-div .form-container .form-container-form form button:focus {
  outline: none;
}
.form-section .big-div .form-container .response-form {
  text-align: center;
}
@media screen and (min-width: 1240px) {
  .form-section .big-div .form-container .response-form {
    height: 656px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 656px;
  }
}
.form-section .big-div .form-container .response-form h3 {
  text-align: center;
  font-size: 30.333px;
  font-weight: 600;
  line-height: 111%;
  margin: 12px;
}
.form-section .big-div .form-container .response-form h3.success {
  color: #1444ea;
}
.form-section .big-div .form-container .response-form h3 .wrong {
  color: red;
}
.form-section .big-div .form-container .response-form .first-text {
  color: #43475f;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 135%;
}
.form-section .big-div .form-container .response-form .second-text {
  color: #43475f;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}
.form-section .big-div .form-container .response-form .third-text {
  color: #a1a3af;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  margin-top: 24px;
}
.form-section .big-div .form-container .response-form .third-text a {
  color: #a1a3af;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}
.form-section .big-div .form-container .response-form .third-text a:hover {
  text-decoration: underline;
}
.form-section .big-div .form-container .form-container-form.d-none,
.form-section .big-div .form-container .response-form.d-none {
  display: none;
}

/* FIN FORM CONTAINER */
/* FLIPS*/
.clips-integration-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  background: #ffffff;
  padding: 24px 12px;
}
.clips-integration-section .title-i-c {
  color: #304b7f;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.clips-integration-section .text-i-c {
  color: #304b7f;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .clips-integration-section .text-i-c {
    margin-bottom: 12px;
  }
}
.clips-integration-section .services-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  max-width: 840px;
}
@media screen and (min-width: 1240px) {
  .clips-integration-section .services-cards {
    gap: 6px;
    max-width: none;
  }
}
@media screen and (min-width: 1366px) {
  .clips-integration-section .services-cards {
    gap: 24px;
  }
}
.clips-integration-section .services-cards .flip-card {
  perspective: 1000px;
  min-width: 270px;
  height: 300px;
}
.clips-integration-section .services-cards .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
@media screen and (min-width: 1366px) {
  .clips-integration-section .services-cards .flip-card {
    min-width: 290px;
  }
}
.clips-integration-section .services-cards .flip-card .flip-card-inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 1s;
}
.clips-integration-section .services-cards .flip-card .flip-card-inner .flip-card-front,
.clips-integration-section .services-cards .flip-card .flip-card-inner .flip-card-back {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  border-radius: 8.454px;
  background: linear-gradient(330deg, #3c67fd 0%, #6097ff 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.clips-integration-section .services-cards .flip-card .flip-card-inner .flip-card-front img,
.clips-integration-section .services-cards .flip-card .flip-card-inner .flip-card-front p {
  transform: translateZ(10px);
}
.clips-integration-section .services-cards .flip-card .flip-card-inner .flip-card-front p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 16.907px;
  font-weight: 500;
  line-height: 120%;
}
.clips-integration-section .services-cards .flip-card .flip-card-inner .flip-card-back {
  padding: 15px;
  transform: rotateY(180deg);
}
.clips-integration-section .services-cards .flip-card .flip-card-inner .flip-card-back ul {
  transform: translateZ(30px);
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

/* FIN FLIPS */
/* INTEGRACIONES */
.integrations-container1 {
  border-radius: 10px;
  background: transparent;
  padding: 24px 12px;
  margin: auto;
  position: relative;
  width: 88%;
}
@media screen and (min-width: 1024px) {
  .integrations-container1 {
    width: 90.5%;
    max-width: 1229px;
  }
}
.integrations-container1 .the-best-container {
  border-radius: 8px;
  background: #6097ff;
  padding: 24px;
  text-align: center;
}
.integrations-container1 .the-best-container .stars-container .star {
  width: 30px;
  height: 30px;
}
.integrations-container1 .the-best-container .star-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  margin: 12px 0;
}
@media screen and (min-width: 1024px) {
  .integrations-container1 .the-best-container .star-text {
    font-size: 24px;
  }
}
.integrations-container1 .the-best-container .medallas {
  display: flex;
  gap: 12px;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .integrations-container1 .the-best-container .medallas {
    flex-direction: row;
  }
}
.integrations-container1 .the-best-container .medallas a {
  padding: 12px;
  border-radius: 7.393px;
  background: #fff;
  box-shadow: 0.812px 3.249px 12.185px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  color: #2d3277;
  font-size: 14.622px;
  font-weight: 600;
  line-height: 107.023%;
  text-decoration: none;
}
.integrations-container1 .the-best-container .medallas a:hover {
  background-color: #d7e5ff;
}
.integrations-container1 .the-best-container .medallas a img {
  width: 42.458px;
  height: 29.332px;
}
.integrations-container1 h2 {
  color: #182640;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin: 24px 0;
}
@media screen and (min-width: 1024px) {
  .integrations-container1 h2 {
    font-size: 25px;
  }
}
.integrations-container1 .integrations-content {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.integrations-container1 .integrations-content div {
  border-radius: 4.75px;
  background-color: #fff;
  padding: 8px;
  height: 35px;
  display: inline-flex;
}
@media screen and (min-width: 1024px) {
  .integrations-container1 .integrations-content div {
    height: 59px;
  }
}
@media screen and (min-width: 1024px) {
  .integrations-container1 .integrations-content div img {
    align-self: center;
    height: 75%;
  }
}

/* FIN INTEGRACIONES */
.link-term-container {
  display: flex !important;
  align-items: start;
  width: auto !important;
  gap: 6px;
  color: #43475f !important;
  font-size: 13.494px !important;
  font-weight: 400 !important;
  line-height: 15px !important;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .link-term-container {
    align-items: center;
  }
}
.link-term-container input {
  width: 17px !important;
  height: 17px;
  margin: 0 !important;
}

.small-container {
  color: #969393;
  font-size: 13.494px;
  font-weight: 400;
  line-height: 18.529px;
  margin-bottom: 24px;
}
.small-container span a {
  font-weight: 500;
  text-decoration: none;
  color: #969393;
  font-size: 13.494px;
}
.small-container span a:hover {
  text-decoration: underline;
}

/* FOOTER*/
footer {
  background: linear-gradient(93deg, #6198ff 0.9%, #426ffe 54.98%);
  padding-top: 24px;
}
footer .main-footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  footer .main-footer {
    flex-direction: row;
    justify-content: center;
  }
}
footer .main-footer .ea-logo-container {
  text-align: center;
}
footer .main-footer .ea-logo-container img {
  width: 206px;
}
@media screen and (min-width: 1366px) {
  footer .main-footer .ea-logo-container img {
    width: 335px;
  }
}
footer .main-footer .servicios-container .server-container {
  margin-top: 6px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0 12px;
  width: 320px;
}
@media screen and (min-width: 768px) {
  footer .main-footer .servicios-container .server-container {
    width: 210px;
    margin-top: 0;
    padding: 0;
  }
}
footer .main-footer .servicios-container .server-container img {
  margin: 0;
}
footer .main-footer .servicios-container .server-container img:nth-child(1) {
  width: 68px;
}
footer .main-footer .servicios-container .server-container img:nth-child(2) {
  width: 98px;
}
footer .main-footer .servicios-container .server-container img:nth-child(3) {
  width: 86px;
}
footer .main-footer .servicios-container .server-container img.cace {
  width: 71px;
}
footer .main-footer .servicios-container .server-container img.arca {
  width: 32px;
}
footer .main-footer .rrss-gptw-container {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: start;
}
footer .main-footer .rrss-gptw-container .rrss-container p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 134.5%;
  margin-bottom: 11px;
}
footer .main-footer .rrss-gptw-container .rrss-container .rrss {
  display: flex;
  gap: 12px;
}
footer .main-footer .rrss-gptw-container .rrss-container .rrss a {
  text-decoration: none;
}
footer .main-footer .rrss-gptw-container .rrss-container .rrss a img {
  height: 26px;
  width: auto;
}
footer .main-footer .rrss-gptw-container .gptw-container img {
  width: 60px;
}
footer .copyright-container {
  background-color: #6097ff;
  padding: 7px 10px;
}
footer .copyright-container p {
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-align: center;
}

/* FIN FOOTER */
@media screen and (min-width: 768px) {
  .form-flex-items {
    display: flex;
    gap: 12px;
  }
}

.country-number-container {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0;
}
.country-number-container input {
  margin: 0 !important;
}
.country-number-container input[name=telefono] {
  height: 49px !important;
}

.country-container1 .country-select {
  text-align: center;
}
.country-container1 .country-select .select-box {
  width: 100px;
  border-radius: 8px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .country-container1 .country-select .select-box {
    width: 102px;
  }
}
.country-container1 .country-select .select-box:hover {
  background: #f2f7ff;
}
.country-container1 .country-select .select-box .select {
  border: #d6d6d6 1px solid;
  width: 100%;
  height: 49px !important;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s ease all;
  padding: 12px;
  position: relative;
  box-shadow: none;
}
.country-container1 .country-select .select-box .select .arrow-select-country12 {
  width: 15px;
}
.country-container1 .country-select .select-box .select .select-content {
  display: flex;
}
.country-container1 .country-select .select-box .select .select-content p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #727587;
}
.country-container1 .country-select .select-box .select .select-content .item-list-first,
.country-container1 .country-select .select-box .select .select-content .item-list {
  font-size: 1.4rem;
  margin: 0;
  color: #727587;
}
@media screen and (min-width: 1024px) {
  .country-container1 .country-select .select-box .select .select-content .item-list-first,
  .country-container1 .country-select .select-box .select .select-content .item-list {
    font-size: 1.8rem;
  }
}
.country-container1 .country-select .select-box .select img {
  width: 20px;
}
.country-container1 .country-select .select-box .options {
  position: absolute;
  z-index: 170;
  width: 130px;
  margin-top: 7px;
  background: #f0f0f0;
  border-radius: 8px;
  display: none;
  max-height: 140px;
  overflow-y: scroll;
}
.country-container1 .country-select .select-box .options.active {
  display: block;
  animation: fadeIn 0.3s forwards;
  filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.4039215686));
  box-shadow: none;
}
.country-container1 .country-select .select-box .options .option {
  padding: 6px;
  display: flex;
}
.country-container1 .country-select .select-box .options .option:hover {
  background: #d7e5ff;
}
.country-container1 .country-select .select-box .options .option .item-list {
  color: #405789;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
  text-align: start;
}
.country-container1 .country-select .select-box .options .option p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #727587;
}

.error-msg {
  color: red;
  font-size: 10px;
}