* {
  font-family: 'Muli Regular';
  color: #ffffff;
}

body {
  /* max-width: 100%; */
  overflow-x: hidden;
}

.navbar-container {
  overflow: hidden;
  height: 8%;
  position: fixed;
  background-color: #f3f3f3;
  height: 70px;
  top: 0px;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
}

#navbar .logo_propio {
  max-width: 106px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  float: left;
}

#navbar .button_container {
  margin-left: auto;
  display: flex;
}

#navbar .button {
  border: none;
  color: #ffffff;
  height: 40px;
  margin-top: 16px;
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0pt 5pt 20pt #00000026;
  border-radius: 10px;
  padding: 10px 10px;
  text-decoration: none;
}

#navbar .button:hover {
  background-image: linear-gradient(rgb(0 0 0/20%) 0 0);
}

/* Section0 ------------------------------------------------------------------------------------------------------------- */

#section0 {
  color: #ffffff;
  background-color: #f6f6f6;
  height: 827px;
  padding-top: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section0 .text_container {
  width: 90%;
}

#section0 .section_title {
  color: black;
  font-size: 36px;
  text-align: left;
  line-height: 45px;
}

#section0 .section_text {
  color: black;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  line-height: 23px;
  margin-top: 20px;
}

#section0 .image_container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}

#section0 .image_circulos {
  content: url('/images/propio/Group\ 4989@3x.png?v=1.0.0');
  transform: scale(1.2);
  position: relative;
  top: 3%;
}

#section0 .image_celulares {
  content: url('/images/propio/Group\ 4998@3x.png?v=1.0.0');
  position: absolute;
  top: 5%;
}

/* section1 ----------------------------------------------------------------------------------------------------------- */

#section1 {
  background-image: url(/images/propio/Group_50003x_recortada.png);
  background-size: cover;
  background-color: black;
  background-repeat: no-repeat;
  color: #ffffff;
  background-position: top;
  width: 100%;
  height: 1080px;
  display: flex;
  align-content: flex-end;
  flex-direction: column;
  align-items: center;

  /* flex-direction: column;
  align-items: center;
  padding-left: 4%;
  display: grid;
  align-items: center;
  justify-content: center; */
}

#section1 .text_container {
  display: flex;
  flex-direction: column;
  padding-left: 4%;
}

#section1 .icon_propio_div {
  width: 300px;
  height: 60px;
  margin-top: 164px;
  display: flex;
}

#section1 .icon_propio_img {
  content: url('/images/propio/Group 4844.svg');
}

#section1 .section_title {
  color: white;
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  text-align: left;
  margin-top: 30px;
}

#section1 .section_text {
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  margin-top: 30px;
}

#section1 .image-container {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

#section1 .image_tienda_div {
  width: 330px;
  height: 65px;
  margin-bottom: 25px;
  display: flex;
}

#section1 .image_tienda_web {
  content: url('/images/propio/Group 4837.svg');
}

#section1 .image_tienda_app {
  content: url('/images/propio/Group 4839.svg');
}

#section1 .image_tienda_whapp {
  content: url('/images/propio/Group 4841.svg');
}

/* #section1 .image_tienda_web {
  width: 173px;
  height: 64px;
  margin-bottom: 25px;
}

#section1 .image_tienda_app {
  width: 173px;
  height: 65px;
  margin-bottom: 25px;
}

#section1 .image_tienda_whapp {
  width: 228px;
  height: 65px;
} */

#section1 .rectangle {
  width: 360px;
  height: 80px;
  margin-bottom: 10px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0pt 10pt 20pt #00000029;
  display: flex;
  align-items: center;
}

#section1 .image_check {
  width: 18px;
  height: 18px;
}

#section1 .image_features_icons {
  /* content: url('/images/propio/Group 4230 inversion.svg'); */
  margin: 15px;
  width: 50px;
  height: 50px;
}

#section1 .features_text {
  color: black;
  text-align: left;

  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
}

/* section2 ----------------------------------------------------------------------------------------------------------- */

#section2 {
  color: #ffffff;
  background-color: #f6f6f6;
  height: 2030px;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 20px;
}

#section2 .section_title {
  width: 80%;
  color: black;
  font-weight: bold;
  line-height: 38px;
  font-size: 30px;
}

#section2 .container_tienda {
  width: 330px;
}

#section2 .rectangle {
  width: 330px;
  height: 500px;
  background: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding-left: 31px;
  padding-right: 7px;
}

#section2 .image_tienda {
  width: 267px;
  height: 76px;
  margin-top: 54px;
  margin-left: -35px;
}

#section2 .image_tienda_whatsapp {
  width: 267px;
  height: 76px;
  margin-top: 54px;
}

#section2 .title_tienda {
  color: black;
  font-weight: bold;
  line-height: 28px;
  font-size: 22px;
  text-align: left;
  margin-top: 31px;
  margin-bottom: 10px;
}

#section2 .container_text_tienda {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

#section2 .container_text_tienda_whatsapp {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

#section2 .text_tienda {
  color: black;
  line-height: 23px;
  font-size: 18px;
  text-align: left;
  margin-left: 11px;
}

#section2 .image_check_outline {
  width: 23px;
  height: 23px;
}

#section2 .container_tiendaweb {
  margin-top: 40px;
  height: 583px;
}

#section2 .title_tiendaweb {
  margin-top: 31px;
}

#section2 .image_device_tiendaweb {
  margin-left: -20px;
  margin-top: 20px;
}

#section2 .container_tiendaapp {
  margin-top: 30px;
  height: 608px;
}

#section2 .title_tiendaapp {
  margin-top: 29px;
}

#section2 .image_device_tiendaapp {
  width: 180px;
  margin-left: 45px;
}

#section2 .container_tiendawhapp {
  margin-top: 29px;
  height: 608px;
}

#section2 .title_tiendawhapp {
  margin-top: 29px;
}

#section2 .image_device_tiendawhapp {
  width: 180px;
  margin-left: 45px;
  margin-top: 15px;
}

/* section3 ------------------------------------------------------------------------------------------------------------ */

#section3 {
  background-image: url(/images/propio/Group\ 5004@3x.png);
  background-color: black;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 796px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

#section3 .image_logo {
  width: auto;
  height: 30px;
  margin-top: 97px;
}

#section3 .section_title {
  color: white;
  font-weight: bold;
  line-height: 38px;
  font-size: 30px;
  margin-top: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

#section3 .image_device {
  margin-top: 29px;
  z-index: 10;
  width: 357px;
  height: 234px;
}

#section3 .rectangle {
  width: 360px;
  height: 457px;
  background: white;
  border-radius: 20px;
  position: absolute;
  margin-top: 399px;
  z-index: 5;
  box-shadow: 0pt 10pt 20pt #00000029;
  display: flex;
  flex-direction: row;
}

#section3 .image_features_icons {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

#section3 .section_titulo {
  color: black;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  line-height: 28px;
  margin-left: 30px;
  margin-right: 30px;
}

#section3 .section_text {
  color: black;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  line-height: 23px;
  margin-left: 30px;
  margin-right: 30px;
}

#section3 .carousel_switch {
  display: block;
}

#section3 .grid_switch {
  display: none;
}

#section3 .carousel-indicators li {
  background-color: #838383;
  border: none;
  height: 10px;
  width: 10px;
  margin-left: 10px;
  border-radius: 50%;
  margin-bottom: 40px;
}

#section3 .carousel-indicators .active {
  background-color: #ec2f72;
}

/* section4 ---------------------------------------------------------------------------------------------------------- */

#section4 {
  color: #ffffff;
  background-color: #f6f6f6;
  height: 1312px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

#section4 .section_title {
  width: 95%;
  font-weight: bold;
  line-height: 38px;
  color: black;
  font-size: 30px;
  text-align: center;
  margin-top: 126px;
}

#section4 .section_text {
  width: 80%;
  height: 56px;
  font-weight: bold;
  line-height: 28px;
  color: black;
  font-size: 22px;
  text-align: center;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

#section4 .rectangle {
  width: 330px;
  height: 300px;
  background: white;
  border-radius: 20px;
}

#section4 .buttonRosa {
  border: none;
  color: #ffffff;
  height: 50px;
  width: 270px;
  font-weight: bold;
  font-size: 22px;
  float: right;
  border-radius: 15px;
  padding: 10px 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-decoration: none;
}

#section4 .title_rectangle {
  width: 28px;
  height: 60px;
  font-weight: bold;
  line-height: 60px;
  color: black;
  font-size: 48px;
  text-align: center;
  margin-top: 28px;
  margin-left: 151px;
  margin-right: 151px;
  position: relative;
}

#section4 .image_catalogue {
  margin-top: 0px;
}

#section4 .text_rectangle {
  width: 300px;
  height: 65px;
  font-weight: bold;
  line-height: 28px;
  color: black;
  font-size: 22px;
  text-align: center;
  margin-left: 16px;
  margin-right: 30px;
}

#section4 .text_catalogue {
  margin-top: 15px;
}

#section4 .image_map {
  margin-top: -40px;
}

#section4 .text_map {
  margin-top: -55px;
}

#section4 .image_order {
  margin-top: -10px;
}

#section4 .text_order {
  margin-top: -40px;
}

/* section5 ---------------------------------------------------------------------------------------------------------- */

#section5 {
  background-image: url(/images/propio/Mask\ Group\ 167.png);
  background-position-x: right;
  background-position-y: -470px;
  background-repeat: no-repeat;
  background-color: #000000;
  height: 1042px;
  padding-top: 136px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

#section5 .section_title {
  width: 80%;
  height: 114px;
  font-weight: bold;
  line-height: 38px;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

#section5 .container {
  display: grid;
  grid-template-columns: repeat(2, 170px);
  grid-template-rows: repeat(2, 300px);
  grid-column-gap: 5%;
  grid-row-gap: 30px;
  padding-left: 0px;
  margin-top: 80px;
  justify-items: center;
  justify-content: center;
}

#section5 .div1 {
  grid-area: 1 / 1 / 2 / 2;
}
#section5 .div2 {
  grid-area: 1 / 2 / 2 / 3;
}
#section5 .div3 {
  grid-area: 2 / 1 / 3 / 2;
}
#section5 .div4 {
  grid-area: 2 / 2 / 3 / 3;
}

#section5 .container .image {
  width: 170px;
  height: 301px;
  margin-bottom: 30px;
  margin-left: 10px;
}

#section5 .container_title {
  font-weight: bold;
  line-height: 45px;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  margin-top: 20px;
}

#section5 .container_text {
  line-height: 23px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}

#circle1 {
  position: absolute;
  background: #fa67b0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  margin-top: 110px;
  margin-left: 260px;
  opacity: 100%;
}

#circle2 {
  position: absolute;
  background: #fa67b0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 42px;
  height: 42px;
  margin-top: 140px;
  margin-left: 220px;
  opacity: 49%;
}

#circle3 {
  position: absolute;
  background: #fa67b0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  margin-top: 875px;
  margin-left: -240px;
  opacity: 49%;
}

/* section6 ---------------------------------------------------------------------------------------------------------- */

#section6 {
  color: #000000;
  background-color: #f6f6f6;
  height: 922px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

#section6 .section_title {
  width: 90%;
  height: 76px;
  font-weight: bold;
  line-height: 38px;
  font-size: 30px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 70px;
}

#section6 .owl-carousel {
  margin-top: 30px;
}

#section6 .logo_seller {
  width: 100px;
  margin-top: 20px;
}

#circle4 {
  display: none;
}

#section6 .section_second_title {
  width: 360px;
  height: 76px;
  font-weight: bold;
  line-height: 38px;
  font-size: 30px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
}

#section6 .rectangle {
  width: 360px;
  height: 400px;
  background: white;
  border-radius: 20px;
  position: absolute;
  margin-top: 540px;
  z-index: 5;
  box-shadow: 0pt 10pt 20pt #00000029;
  display: flex;
  flex-direction: row;
}

#section6 .image_features_icons {
  margin: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  max-width: 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

#section6 .section_nombres {
  color: black;
  margin-top: 5px;
  margin-left: 25px;
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: left;
}

#section6 .section_titulo {
  color: black;
  font-size: 18px;
  width: 180px;
  text-align: left;
  font-weight: bold;
  margin-top: 0px;
  line-height: 20px;
}

#section6 .section_subtitulo {
  color: black;
  font-size: 16px;
  width: 170px;
  text-align: left;
  margin-top: 0px;
  line-height: 20px;
}

#section6 .section_text {
  color: black;
  font-size: 18px;
  font-family: 'Muli Italic';
  text-align: left;
  height: 100%;
  margin-top: 20%;
  line-height: 25px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
  /* align-items: center; */
}
#section6 .carousel-indicators li {
  background-color: #838383;
  border: none;
  height: 10px;
  width: 10px;
  margin-left: 10px;
  border-radius: 50%;
  margin-bottom: 20px;
}

#section6 .carousel-indicators .active {
  background-color: #ec2f72;
}

/* section7 ---------------------------------------------------------------------------------------------------------- */

#section7 {
  background-color: #ffffff;
  height: 959px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

#section7 .section_title {
  width: 360px;
  height: 76px;
  font-weight: bold;
  line-height: 38px;
  color: #333333;
  font-size: 30px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 71px;
}

#section7 .image_tienda_div {
  width: 136px;
  height: 45px;
  margin-bottom: 5px;
  display: flex;
}

#section7 .acordeon {
  width: 361px;
  color: black;
  margin-top: 64px;
}

#section7 .acordeon .contenedor {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

/* Posiciona las etiquetas en relación con el contenedor. Añade relleno en la parte superior e inferior y aumenta el tamaño de la fuente. También hace que su cursor sea un puntero */

#section7 .acordeon .etiqueta {
  height: 88px;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  text-align: left;
  color: black;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

/* Posiciona el signo más a 5px de la derecha. Lo centra utilizando la propiedad transform. */

#section7 .acordeon .etiqueta::before {
  content: '+';
  color: #838383;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 30px;
  transform: translateY(-50%);
}

/* Oculta el contenido (altura: 0), disminuye el tamaño de la fuente, justifica el texto y añade la transición */

#section7 .acordeon .contenido {
  position: relative;
  height: 0;
  font-size: 18px;
  text-align: justify;
  width: 343px;
  overflow: hidden;
  transition: 0.2s;
}

/* Añade una línea horizontal entre los contenidos */

#section7 .acordeon hr {
  width: 100;
  margin-left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid #e7e5e5;
}

/* Muestra la parte de contenido cuando está activa. Establece la altura */

#section7 .acordeon .contenedor.activa .contenido {
  height: 100%;
}

/* Cambia de signo positivo a negativo una vez activado */

#section7 .acordeon .contenedor.activa .etiqueta::before {
  content: '-';
  font-size: 30px;
}

#section7 .buttonRosa {
  border: none;
  color: #ffffff;
  width: 80%;
  font-weight: bold;
  font-size: 22px;
  float: right;
  border-radius: 15px;
  margin-top: 97px;
}

/* section8 ---------------------------------------------------------------------------------------------------------- */

#section8 {
  background-image: url(/images/propio/Group\ 5055.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: top;
  color: #ffffff;
  background-color: #000000;
  height: 1800px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

#section8 .section_title {
  color: white;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  margin-top: 330px;
  margin-left: 15px;
  margin-right: 15px;
}

#section8 .section_title_contact {
  color: #ec2f72;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
}

#section8 .section_text {
  width: 90%;
  color: white;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin-top: 35px;
}

#section8 .section_buttons {
  height: 50px;
  width: 300px;
  margin-top: 50px;
  border-radius: 20px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

#section8 .buttonSaberMas {
  border: none;
  background-color: #4c4d4d;
  color: #ffffff;
  height: 40px;
  width: 185px;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  right: 0;
  border-radius: 20px;
  padding: 10px 10px;
  box-shadow: 1px 1px 1px 1px #838383;
}

#section8 .buttonAgendar {
  border: none;
  background-color: #ec2f72;
  color: #ffffff;
  height: 40px;
  width: 150px;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  left: 0;
  border-radius: 20px;
  padding: 10px 10px;
  box-shadow: 1px 1px 1px 1px #838383;
}

#section8 .formulario {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
}

#section8 .hbspt-form form {
  display: grid;
  grid-template-columns: 300px;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
}

#section8 .hs-form-field label {
  position: relative;
  display: flex;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  margin-top: 5px;
}

#section8 .input {
  width: 300px;
  height: 45px;
}

#section8 .hs-form-field input {
  position: relative;
  width: 300px;
  height: 45px;
  color: black;
  border-radius: 16px;
  border-width: 1px;
  border-color: #838383;
  font-size: 18px;
  line-height: 28px;
  padding-left: 10px;
}

#section8 .hs-fieldtype-select {
  margin-bottom: 30px;
}

#section8 select.hs-input {
  position: relative;
  width: 300px;
  height: 45px;
  color: black;
  border-radius: 16px;
  border-width: 1px;
  border-color: #838383;
  font-size: 18px;
  line-height: 28px;
  padding: 0 10px;
}

#section8 select.hs-input > option {
  color: #000000;
}

#section8 .actions {
  border: none;
  background-color: #ec2f72;
  color: #ffffff;
  height: 50px;
  width: 160px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 15px;
  padding: 10px 10px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: relative;
}

#section8 .hs-button {
  border: none;
  background-color: #ec2f72;
  padding-left: 30px;
}

#section8 .hs-form-field .hs-error-msg {
  font-size: 13px;
  color: red;
  font-weight: 500;
}

#section8 .actions:before {
  content: '';
  background: url('/images/propio/Icon simple-whatsapp.png') no-repeat;
  left: 40px;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 12px;
}

#section8 .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display: flex;
  justify-content: center;
}

#section8 .hs_recaptcha.hs-recaptcha.field.hs-form-field > .input {
  display: flex;
  justify-content: center;
}

#section8 .hs_acepto_terminos_y_condiciones {
  position: absolute;
  z-index: -1;
}

/* Switch */

/*switch styles*/

#section8 div.btn-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#section8 div.btn-container i {
  display: inline-block;
  position: relative;
  top: -9px;
}

#section8 label {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}

#section8 .btn-color-mode-switch {
  display: flex;
  margin-top: 50px;
  position: relative;
}

#section8 .btn-color-mode-switch > label.btn-color-mode-switch-inner {
  margin: 0px;
  width: 300px;
  height: 45px;
  font-size: 16px;
  background: #4c4c4c;
  border-radius: 26px;
  overflow: hidden;
  display: flex;
  position: relative;
  transition: all 0.3s ease;
  /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
  display: block;
}

#section8 .btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
  content: attr(data-on);
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  top: 10px;
  right: 20px;
}

#section8 .btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
  content: attr(data-off);
  width: 150px;
  height: 40px;
  font-size: 16px;
  background: #ec2f72;
  border-radius: 26px;
  position: absolute;
  left: 2px;
  top: 2px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 6px -2px #111;
  padding: 7px 0px;
}

#section8 .btn-color-mode-switch input[type='checkbox'] {
  cursor: pointer;
  width: 300px;
  height: 45px;
  opacity: 0;
  position: absolute;
  z-index: 1;
  margin-left: 0px;
  margin-top: -2px;
}

#section8
  .btn-color-mode-switch
  input[type='checkbox']:checked
  + label.btn-color-mode-switch-inner {
  background: #4c4c4c;
  color: #fff;
}

#section8
  .btn-color-mode-switch
  input[type='checkbox']:checked
  + label.btn-color-mode-switch-inner:after {
  content: attr(data-on);
  left: 150px;
  background: #ec2f72;
}

#section8
  .btn-color-mode-switch
  input[type='checkbox']:checked
  + label.btn-color-mode-switch-inner:before {
  content: attr(data-off);
  right: auto;
  left: 40px;
}

#section8 .btn-color-mode-switch input[type='checkbox']:checked ~ .alert {
  display: block;
}

#section8 p.by a {
  text-decoration: none;
  color: #000;
}

#section8 .form-success {
  display: none;  
  background-color: #4b4b4b;
  color: #ffffff;
  padding: 16px 24px;
  border: 6px solid #272727;
  border-radius: 16px;
  max-width: 288px;
  align-self: center;
}

#section8 .form-success i.check-icon:before {
  content: url('/images/propio/check_circle.svg');
  color: #ffffff;
  filter: hue-rotate(180deg);
}

#section8 .form-success .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  padding-bottom: 30px;
}

#section8 .form-success .description {
  font-size: 16px;
  line-height: 20px;
}

/* section9 ---------------------------------------------------------------------------------------------------------- */

#section9 {
  color: #ffffff;
  background-color: #333333;
  height: 296px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

#section9 .rectangle {
  position: relative;
  display: flex;
  margin-top: 45px;
  width: 80%;
  height: 165px;
  justify-content: space-between;
}

#section9 a:hover {
  color: white;
}

#section9 .logo_propio {
  max-width: 160px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 16px;
  float: left;
}

#section9 .follow_us {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#section9 .creado {
  font-size: 14px;
}
