html {
  background-color: #f4f4f4;
}
body {
  -webkit-transition: .4s;
  transition: .4s;
  font-family: Roboto-Regular;
  background-color: #f4f4f4;
  color: #000000;
  background-repeat: no-repeat;
position: relative;
}

body.previa:before {
  height: 700px;
}
.container {
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  max-width: 1359px;
}
.main .container {
    max-width: 1240px;
}
.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: 'Samsung Bold';
    src: url('SamsungSharpSans-Bold.woff2') format('woff2'),
        url('SamsungSharpSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Samsung Medium';
    src: url('SamsungSharpSans-Medium.woff2') format('woff2'),
        url('SamsungSharpSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.form_top {
    margin: 100px 0 40px;
}
.form_top img.img-responsive {
    margin: 0 auto;
}

.holah1 {
    font-size: 65px;
    text-align: left;
    padding: 0px;
    margin: 20px 0;
    margin-bottom: 50px;
    color: #ffffff;
    line-height: 75px;
}

.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: 40px 20px 0px;
    background-color: transparent;
    margin-bottom: 30px;
}

.header .container > * {
  vertical-align: top
}
.header .cabecera {
  display: inline-block;
  width: 100%;
}
.header .logo.laanonima {
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    float: right;
    max-width: 180px;
    margin-top: 0px;
}
.header .logo-samsung {
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    max-width: 180px;
    margin-top: 10px;
}

.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;
}

.water-top {
    position: absolute;
    right: 15%;
}
.water-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 40%;
}
.water-bottom img {
    width: 100%;
}
.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: 100%;
  margin-left: 0;
  background: #e5e5e5;
  font-family: Roboto-Light;
  font-size: 22px;
  color: #333333;
  border: 0px;
  border-radius: 8px;
    padding: 16px 20px;
    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;
  background: #f9f9f9;
  border-radius: 8px;

padding: 4px;
width: 232px;
height: 64px;
}

.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;
}
.btn_black:hover {
  background: #1348e7;
  color: #ffffff;
}  

.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, .campo.boton {
    margin: 0px 0 0 30px;
    text-align: center;
}

h2.titulo-suscripcion {
    margin: 0;
    padding: 25px;
    padding-left: 0;
    padding-right: 0px;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Samsung Medium';
    text-align: center;
}
h2.fecha-disponible {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Samsung Bold';
}
.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("../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%;}

.img-noches {
    padding-bottom: 25px;
}

.img-alucinante {
    padding-bottom: 25px;
    max-width: 900px;
}
.img-sevienealgo {
    padding-bottom: 75px;
    max-width: 440px;
}

