body {
  background-image: url("/promocion/img/2025-backhotsale.jpg");
  background-color: #4852c1 !important;
  font-family: 'Roboto-Regular';
  color: #ffffff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body.previa:before {
  height: 700px;
}
.container {
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}
.main .container {
    max-width: 1240px;
}
.main .container.full {
    max-width: 1360px;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important
}
.no-padding-right {
  padding-right: 0 !important
}
.no-padding-left {
  padding-left: 0 !important
}
a, button, input[type=checkbox] {
  outline: none !important
}
label {
  font-weight: normal
}
a, button, button[type=submit], input[type=checkbox], input[type=radio] {
  outline: none !important
}
a {
  text-decoration: none;
  color: #3d464e
}
a:hover {
  opacity: 0.7
}


label {
  margin: 0
}

#gracias {
  display: none;
  text-align: center;
  color: #FFF;
  font-size: 21px;
  font-family: Roboto-Regular;
;
}
input::placeholder,
input::-webkit-placeholder,
input::-moz-placeholder,
input::-ms-placeholder {
  color: #333333;
}
input::-webkit-input-placeholder {
  color: #333333;
  font-family: Roboto-Light;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0px
}
input:-moz-placeholder, input::-moz-placeholder {
  opacity: 1;
  color: #333333;
  font-family: Roboto-Light;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0px
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('fonts/Roboto-Light.ttf');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('fonts/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}


.doscolumnas {
    display: flex;
    margin-top: 120px;
    justify-content: space-between;
    margin-bottom: 60px;
}
.form_content {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.form_top {
  text-align: left;
  margin-bottom: 50px;
}
.form_top img.img-responsive {
    margin: 0 auto;
}
.form_top .texto-1 {
    color: #ffffff;
    margin: 30px 0 0;
    font-weight: normal;
    font-size: 20px;
}
.form_top .texto-1 h1,
.form_top .texto-1 h2 {
    font-size: 24px;
    font-family: "Roboto-Bold";
}
.form_full {
    width: 560px;
    margin: 0 auto 50px;
}
h1.titulo-suscripcion,
h3.titulo-suscripcion {
    font-family: 'Roboto-Bold';
    color: #ffffff;
    font-size: 24px;

    margin-bottom: 0;
}
h2.texto-suscripcion,
h3.texto-suscripcion {
    color: #ffffff;
    font-size: 20px;
    
    font-family: 'Roboto-Regular';
    margin-top: 5px;
    margin-bottom: 30px;
    font-weight: normal !important;
}
.selector-informacion-sobre {
    margin-bottom: 50px;
}
.selector-informacion-sobre input {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.selector-informacion-sobre label {
    display: flex;
    align-items: flex-end;
    color: #fff;
    font-size: 16px;
}
.selector-informacion-sobre {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.bloque-slides {
    margin: 10px 0 100px;
}
.item-slides img {
    width: 97%;
    margin: 0 auto;
}
.holah1 img {
    width: 100%;
    max-width: 859px;
}

.header:before {
  content: '';
  position: absolute;
  top: 80px;
  right: 0;
  width: 251px;
  height: 376px;
}
.header, .main {
  position: relative;
  z-index: 2
}
.header {
    padding: 0px 20px 0px;
    background-color: transparent;
    margin-bottom: 0px;
}

.header .container > * {
  vertical-align: top
}
.header .cabecera {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 90px;
}
.header .logo.laanonima {
  width: 100%;
  max-width: 360px;
  padding-top: 30px;
  margin: 30px auto;
}


.header .slogan_desktop img {
  max-width: 270px;
  width: 100%;
  margin: 0;
}

.header .slogan_mobile {
  display: none
}
.input_error {
  position: relative;
}
.input_error .msg {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px !important;
  font-family: Roboto-Regular;
  background-color: #f24f7d;
  text-transform: initial;
  margin: 0;
  margin-top: 5px;
  border-radius: 3px;
  display: inline-block;
  padding: 1px 5px;
  color: white;
}

.texto1 {
    padding-bottom: 50px;
}

.texto1 img{
    width: 100%;
    max-width: 169px;
}



input,
input[type=text],
input[type=email],
input[type=number],
input[type=url],
input[type=search],
input[type=password] {
  width: 560px;
  margin-left: 0;
  background: #ffffff;
  font-family: Roboto-Light;
  font-size: 22px;
  color: #333333;
  border: 0px;
    border-radius: 30px;
    padding: 12px 30px;
    outline: none;
    margin-bottom: 20px;
    transition:all .25s;
    -ms-transition:all .25s;
    -moz-transition:all .25s;
    -webkit-transition:all .25s;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus {
  background: #ffffff;
    transition:all .25s;
    -ms-transition:all .25s;
    -moz-transition:all .25s;
    -webkit-transition:all .25s
}
.contenedor-captcha {
    margin-bottom: 0px;
    border-radius: 3px;
    padding: 0px;
    width: 225px;
    height: 58px;
}

.contenedor-captcha iframe{

}
button[type=submit], input[type=button] {
  display: inline-block;
  font-size: 20px;
}
.btn_black {
  background: #2B5FFD;
  color: #ffffff;
  border: none;
  text-align: center;
  font-family: Roboto-Light;
  height: 64px;
  width: 150px;
  border-radius: 8px;
  padding: 0;
  margin: 30px 0;
    -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}
.btn_black:hover {
  background: #1348e7;
  color: #ffffff;
}
.btn_gris_sam {
    background: #fb5226;
    color: #f2f2f2;
    text-align: center;
    font-family: 'Roboto-Regular';
    height: 74px;
    width: 200px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    padding: 0px 18px 0;
    margin: 30px 0;
    border: none;
    font-size: 20px !important;
    -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.btn_gris_sam:hover {
   background: #d73409;
   color: #ffffff;
   -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.btn_black_sam {
    background: transparent;
    color: #000000;
    border: none;
    text-align: center;
    font-family: 'Samsung Bold';
    height: 65px;
    width: 280px;
    border-radius: 50px;
    padding: 5px 20px 0;
    margin: 30px 0;
    border: 3px solid #000000;
    font-size: 22px !important;
}
.btn_black_sam:hover {
  background: #333333;
  color: #ffffff;
}

.gracias {
    background: rgba(0, 0, 0, 0.80);
    position: absolute;
    height: 400%;
    width: 100%;
    z-index: 1000;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
}

.gracias_in {
  z-index: 3100;
  opacity: 1.0 !important;
  background: #fff;
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);

    position: absolute;
    width: 90%;
    max-width: 600px;
    padding: 50px;
    height: auto;
    max-height: none;
    top: 5%;
    left: 5%;
    right: 5%;
    margin: 0 auto;
    color: #333333 !important;
    font-size: 24px;
    text-align: center;
}
span.disclaimer {
    font-size: 11px;
    padding: 20px 10px;
    display: block;
}
.legales {
    background: #ffffffa6;
    margin-bottom: 20px;
}
.campo.mitad {
    width: 46%;
    display: inline-block;
    margin: 10px 10px 20px 30px;
}
.campo.captcha {
    margin: 0px auto;
    width: 225px;
    text-align: center;
}
.campo.boton {
    margin: 0px auto;
    text-align: center;
}

.campo.boton.opciones {
  margin: 0px;
  padding-top: 20px;
  width: 100%;
}

.opciones-row {
  display: flex;
  gap: 20px; /* Espacio entre cada checkbox */
  align-items: center;
    padding: 10px;
}

.opciones-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.opciones-item label {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Roboto-Regular';
  font-weight: normal !important;
  margin-left: 10px;
  margin-top: 8px;
}
.opciones-item input {
  width: 100%;
}

.banner-medio {
  text-align: center;
  margin: 20px auto 60px;
  max-width: 100%;
}
.banner-medio img {
  width: 100%;
}

.gracias_in h2.titulo-suscripcion {
    max-width: auto;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.pt-0 {
  padding-top: 0px;
}

.alert {
  padding: 15px;
  margin: 15px;
  margin-right: 0px;
  margin-left: 0px;
  background: #2B5FFD;
  color: #ffffff;
  border-radius: 8px;
  font-size: 20px;
  font-family: Roboto-Light;
  min-height: 57px;
}

.form_contenedor {
    overflow: hidden;
    background-color: #000000;
    background-image: url("/promocion/img/2022-samsung-fondo.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 763px;
}

.form_izq {
     width: 39%;
    float: left;
    overflow: hidden;
}

.form_der {
    width: 61%;
    float: left;
    overflow: hidden;
}

.form_der img{width: 100%;}




/*CONTADOR*/

.counter-top {
  background-color: #1A0570;
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contador .days, .contador .days, .contador .hours, .contador .minutes, .contador .seconds {
  background-image: url(../img/2025-back-counter-tiempo.png);
  width: 80px;
  height: 40px;
  letter-spacing: 19px;
  padding: 0px 0px 0px 18px;
  text-align: center;
  background-size: 60px auto;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 40px;
  margin-right: 2px;
}
.contador ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding-left: 0;
  justify-content: center;
  margin: 0;
}
.contador ul li {}

.contador ul li.puntos {
  background-image: url(../img/2025-counter-puntos.png);
  background-repeat: no-repeat;
  background-position: 78px 15px;
}

.contador ul li span {
  display: block;
  text-align: center;
  margin: 0 0 0;
  font-size: 20px;
  font-family: 'Roboto-Regular';
  line-height: 60px;
  color: #234A7E;
}
.contador ul li span.detalle {
  font-size: 10px;
  line-height: 18px;
  font-family: 'Roboto-Regular';
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
}
.counter-top h3 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Roboto-Regular';
  letter-spacing: 1px;
  font-weight: bold;
  margin: 0 20px 0;
}
.counter-top .logo-top {
  margin-left: 20px;
}

.opciones-row input[type=checkbox] {
  width: 24px !important;
  height: 24px;
}


/*slide de marcas*/

.item-marcas {
 text-align: center;
}

.item-marcas .item{
    padding: 10px;
}

.item-marcas img {
    margin: 0 auto;
    width: 100%;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
}

.item-marcas span {
    color: #fff;
    text-transform: uppercase;
    line-height: 33px;
    margin-top: 0px;
    display: block;
	font-family: 'Roboto-Regular';
}

.accordion .tab-acc {
    background: #FAFAFA;
    margin: 10px 0 0;
    padding: 10px 20px;
    border-radius: 8px;
}
.bloque-acordeons {
    max-width: 840px;
    margin: 50px auto 90px;
}
.bloque-acordeons .titulo-acc {
    font-size: 30px;
    color: #ffffff;
    font-family: 'Roboto-Bold';
    line-height: 34px;
    padding: 20px 0 20px 0;
}
.bloque-acordeons .sub-titulo-acc{
    font-size: 14px;
    color: #ffffff;
    font-family: 'Roboto-Bold';
    line-height: 16px;
    text-transform: uppercase;
}
.accordion {
    margin: 20px 0px 40px;
   dt, dd {
      padding: 10px;
      border: 1px solid black;
      border-bottom: 0;
      &:last-of-type {
        border: none;
      }
      a {
        color: black;
        font-weight: bold;
      }
   }
  dd {
     border-top: 0;
     font-size: 12px;
     &:last-of-type {
       border-top: 1px solid white;
       position: relative;
       top: -1px;
		 font-size: 16px;
     }
  }
}

dt a {
    color: #000;
    font-size: 16px;
    font-family: 'Roboto-Bold';
}
dd {
    font-size: 18px;
    font-family: 'Roboto-Regular';
    color: #364163;
    padding: 30px 0 40px;
    line-height: 29px;
}
dd a {
    color: #1C53F4;
}
.tab-acc h3 {
    font-size: 17px;
    margin: 0;
    padding: 10px 0;
}
.pie-cyber {
    background: #283342;
    padding: 30px 40px;
}
.pie-cyber .container {
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pie-cyber .logo-pie-cace {
    max-width: 190px;
    text-align: center;
    margin-right: 30px;
}
.pie-cyber .logo-pie-cace span {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Roboto-Bold';
}
.pie-cyber .logo-pie-cace img {
    width: 100%;
    margin-top: 10px;
}
.pie-cyber .datos-pie {
    color: #ffffff;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    padding-left: 50px;
}


.gracias-close {
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 3200;
    font-size: 0;
    cursor: pointer;
    width: 80px;
    height: 80px;
    background-image: url("/promocion/img/icono-cerrar-negro.svg");
    background-size: 20%;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}
