#samsung_container {
    font-family: "SamsungOne", Arial, sans-serif;
    color: #030509;
    font-size: 16px;
    margin: 0;
}

#samsung_container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#samsung_container *:before,
#samsung_container *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#samsung_container a,
#samsung_container article,
#samsung_container div,
#samsung_container em,
#samsung_container figure,
#samsung_container h1,
#samsung_container h2,
#samsung_container h3,
#samsung_container h4,
#samsung_container h5,
#samsung_container h6,
#samsung_container iframe,
#samsung_container img,
#samsung_container li,
#samsung_container p,
#samsung_container section,
#samsung_container small,
#samsung_container span,
#samsung_container strong,
#samsung_container ul,
#samsung_container video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

#samsung_container img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

#samsung_container .ch-fullWidth-md-down {
    width: 100%;
}

#samsung_container a {
    color: #428bca;
    text-decoration: none;
}

#samsung_container a:hover,
#samsung_container a:focus {
    color: #2a6496;
    text-decoration: underline;
}

#samsung_container a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#samsung_container a {
    background-color: transparent;
}

#samsung_container a:active,
a:hover {
    outline: 0;
}


/*start ch-es-container*/

#samsung_container h2 {
    text-align: center;
    padding: 1em 0 1em;
    max-width: 80%;
    margin: 0 auto;
    font-size: 2.8em;
}

.p-container {
    text-align: center;
    padding: 2em 0 1em;
    max-width: 90%;
    font-size: 2.2em;
    font-family: "SamsungSharpSans", Arial, sans-serif;
    margin: 0 auto!important;
}

#samsung_container .ch-es-container {
    margin: 0 auto;
    max-width: 90em;
    padding-left: 0;
    padding-right: 0;
}

#samsung_container .cont-black {
    background-color: #030509;
    color: #ffffff;
}

@media screen and (max-width: 48.06125em) {
    #samsung_container .ch-es-container {
        max-width: 99%;
    }
    #samsung_container h2 {
        max-width: 77%;
    }
}


/*end ch-es-container*/

#samsung_container .ch-smallDevice-show {
    display: none
}

@media screen and (max-width: 48.06125em) {
    #samsung_container .ch-smallDevice-show {
        display: inline-block
    }
}

#samsung_container .ch-largeDevice-show {
    display: none
}

@media screen and (min-width: 48.0625em) {
    #samsung_container .ch-largeDevice-show {
        display: inline-block
    }
}

#samsung_container .ch-fullWidth {
    width: 100%
}

#samsung_container .ch-es-video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

#samsung_container .contador {
    margin-top: 0px;
}

#samsung_container .contador .container {
    background: #fff url(../images/header_392x532.jpg);
    background-repeat: no-repeat;
    width: 360px;
    height: 480px;
    background-position: 50% 0;
    background-size: cover;
    overflow: visible;
}

#samsung_container .contador .container p {
    color: #000;
    font-family: "SamsungSharpSans", Arial, sans-serif;
    font-weight: 800;
    font-size: 18px;
    margin-top: 320px;
}

#samsung_container .contador .time-block {
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0 0 0;
}

#samsung_container .contador #clockdiv {
    overflow: hidden;
    margin-top: 0;
    padding: 20px;
}

#samsung_container .contador .pastilla {
    font-family: "SamsungSharpSans", Arial, sans-serif;
    font-weight: 800;
    width: 22%;
    float: left;
    text-align: center;
}

#samsung_container .contador .pastilla-bg {
    border: 1px solid #fff;
    color: #ffffff;
    background-color: #000000;
    padding: 15px 0px;
    border-radius: 5px;
    font-family: "SamsungSharpSans", Arial, sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(219, 207, 233, 0.6);
    -moz-box-shadow: 0px 0px 16px 0px rgba(219, 207, 233, 0.6);
    box-shadow: 0px 0px 16px 0px rgba(219, 207, 233, 0.6);
}

#samsung_container .contador .smalltext {
    margin-top: 20px;
    font-family: "SamsungOne", Arial, sans-serif;
    font-size: 14px;
}

#samsung_container .contador .separador {
    color: #000;
    width: 4%;
    float: left;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    padding-top: 10px;
}

#samsung_container .contador .separador p {
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    padding-top: 0px;
    margin-top: 0px;
    color: #fff;
}


/*start ch-es-flex*/

#samsung_container .ch-es-flex {
    max-width: 100%;
    margin: 0 auto
}

#samsung_container .ch-es-flex-three-columns {
    width: 100%;
}

#samsung_container .ch-es-flex-four-columns {
    width: 100%;
}

@media screen and (min-width: 48.0625em) {
    #samsung_container .ch-es-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        max-width: 98%;
    }
    #samsung_container .ch-es-flex-three-columns {
        width: 30%;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    #samsung_container .ch-es-flex-four-columns {
        width: 20%;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
}


/*end ch-es-flex*/

#samsung_container .s-breadcrums {
    padding: 5px 0;
    font-size: 10px;
}

#samsung_container .samsung-header .logo-s {
    background-color: #000;
}

#samsung_container .samsung-header .logo-s {
    padding: 15px 0;
    max-height: 55px;
    overflow: hidden;
}

#samsung_container .samsung-header .logo-s img {
    width: 15.5%;
    min-width: 120px;
    height: auto;
}

#samsung_container .samsung-header .logo-s a {
    width: 105px;
    height: 18px;
    display: inline-block;
    margin: 0 auto;
    font-size: 1em;
    line-height: 16px;
    overflow: hidden;
}

#samsung_container .samsung-header .s-head h1 {
    margin: 0;
    padding: 50px 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

#samsung_container .visual {
    margin-top: 0px;
    margin-bottom: 0px;
}

#samsung_container .visual h3 {
    color: #000;
    font-family: "SamsungOne";
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
    padding: 40px 20px 20px;
}

#samsung_container .cat-ind {
    width: 100%;
    max-width: 300px;
    text-align: center;
    background-color: #f7f7f7;
    margin: 0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 90px;
}

#samsung_container .categorias {
    padding-bottom: 3px!important;
}

#samsung_container .cat-tit {
    padding: 2vw 0 0;
}

#samsung_container .cat-tit h3 {
    color: #fff;
    font-family: "SamsungSharpSans", arial;
    font-size: 24px;
    text-align: center;
    margin: 0 auto 35px;
    max-width: 80%;
}

#samsung_container .cat-ind a {
    display: block;
    font-size: 20px;
    color: #000;
    font-family: 'SamsungSharpSans';
}

#samsung_container .cta-container {
    margin: 40px auto 0;
    font-size: 2em;
    text-align: center;
}

#samsung_container .cta-container .button {
    font-size: 0.7em;
    color: #000;
    border-color: #000;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    text-align: center;
    border: solid 1px;
    padding: 10px 25px;
    text-decoration: none;
    margin-top: 15px;
    background-color: #fff;
}


/*----------------MODAL--------------------*/


/*.modal-dialog {width: 900px;margin: 30px auto;}*/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    /*visibility: hidden;
  opacity: 0;*/
    transition: all 0.35s ease-in;
}

.modal-dialog {
    position: relative;
    border-radius: 5px;
    overflow: auto;
    cursor: default;
}

.modal-content {
    background-color: transparent !important;
    border: 0px;
    box-shadow: none;
}

.modal-dialog>* {
    padding: 1rem;
}

.modal-header,
.modal-footer {
    border: 0px;
}

.modal-header {
    display: flex;
    align-items: end;
    justify-content: end;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-header .close-modal {
    color: #fff;
    font-size: 50px;
    opacity: 1;
    background: transparent;
    border: 0;
    font-weight: bold;
    cursor: pointer;
}

@media (min-width: 768px) {
    #samsung_container .visual {
        margin-top: 0;
        margin-bottom: 0;
    }
    #samsung_container .visual h3 {
        color: #000;
        font-family: "SamsungOne";
        font-size: 24px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 30px;
    }
    #samsung_container .visual .cta-container {
        margin: 40px auto;
        text-align: center;
    }
    #samsung_container .visual .cta-container .button {
        font-size: 1em;
        color: #000;
        border-color: #000;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
        text-align: center;
        border: solid 1px;
        padding: 10px 45px;
        text-decoration: none;
        margin-top: 15px;
        background-color: #fff;
    }
}

@media (min-width: 1280px) {
    #samsung_container .visual h3 {
        color: #000;
        font-family: "SamsungOne";
        font-size: 24px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 30px;
    }
    #samsung_container .visual .cta-container {
        margin: 40px auto;
        text-align: center;
    }
    #samsung_container .visual .cta-container .button {
        font-size: 1em;
        color: #000;
        border-color: #000000;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
        text-align: center;
        border: solid 1px;
        padding: 10px 45px;
        text-decoration: none;
        margin-top: 15px;
        background-color: #fff;
    }
}

@media (min-width: 1360px) {
    #samsung_container .visual h3 {
        color: #000;
        font-family: "SamsungOne";
        font-size: 24px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 30px;
    }
    #samsung_container .visual .cta-container {
        margin: 40px auto;
        text-align: center;
    }
    #samsung_container .visual .cta-container .button {
        font-size: 1em;
        color: #000;
        border-color: #000000;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
        text-align: center;
        border: solid 1px;
        padding: 10px 45px;
        text-decoration: none;
        margin-top: 15px;
        background-color: #fff;
    }
}

@media (min-width: 1440px) {
    #samsung_container .visual h3 {
        color: #000;
        font-family: "SamsungOne";
        font-size: 24px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 30px;
    }
    #samsung_container .visual .cta-container {
        margin: 40px auto;
        text-align: center;
    }
    #samsung_container .visual .cta-container .button {
        font-size: 1em;
        color: #000;
        border-color: #000000;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
        text-align: center;
        border: solid 1px;
        padding: 10px 45px;
        text-decoration: none;
        margin-top: 15px;
        background-color: #fff;
    }
}


/*--------------------------------Media-------------------------------------------------------*/

#samsung_container .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

#samsung_container.embed-responsive .embed-responsive-item,
#samsung_container .embed-responsive iframe,
#samsung_container .embed-responsive embed,
#samsung_container .embed-responsive object,
#samsung_container .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

#samsung_container .embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

#samsung_container .embed-responsive-4by3 {
    padding-bottom: 75%;
}

#samsung_container .ch-btn {
    padding: 3.5em 0;
    background: #030509;
}

@media screen and (max-width: 48.06125em) {
    #samsung_container .ch-btn {
        text-align: center;
    }
}

#samsung_container .ch-btn-copy {
    min-width: 9.375em;
    display: inline-block;
    font-family: "SamsungOne", Arial, sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    padding: .8928571429em 1.6428571429em;
    border: 1px solid #fff;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em solid #fff;
    -webkit-transition: background 0.18s ease, color 0.18s ease;
    -o-transition: background 0.18s ease, color 0.18s ease;
    -moz-transition: background 0.18s ease, color 0.18s ease;
    transition: background 0.18s ease, color 0.18s ease;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#samsung_container .ch-btn-copy:hover {
    background: #fff;
    color: #000;
}

@media screen and (max-width: 48.06125em) {
    #samsung_container .ch-btn-copy {
        font-size: 90%
    }
}

@media screen and (max-width: 35.99875em) {
    #samsung_container .ch-btn-copy {
        font-size: 80%
    }
}

#samsung_container .ch-btn-dark .ch-btn-copy {
    color: #000;
    border-color: #fff;
    background: #000
}

#samsung_container .ch-btn-dark .ch-btn-copy:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #000
}

#samsung_container .ch-btn--center {
    text-align: center
}

#samsung_container .ch-gallery {
    text-align: center;
    padding: 3.5em 0;
    max-width: 74.375em;
}

@media screen and (max-width: 48.06125em) {
    #samsung_container .ch-gallery {
        padding: 3.3333333333em 0;
    }
}

.ch-container-video {
    position: relative;
    padding-bottom: 56.25% !important;
    /* proporción 16:9 */
    padding-top: 25px !important;
    height: 0 !important;
}

.ch-container-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#oferta {
    font-family: 'SamsungSharpSans';
    font-weight: 300;
    font-size: 1.8em;
    padding-top: 1.5em;
    padding-bottom: 2em;
}

#oferta span {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
}
.ch-input {
    background-color: #000;
    padding: 10px 30px;
    color: #fff;
    border: 1px solid #fff;
    font-family: "SamsungOne", Arial, sans-serif;
    width: 40%;
    margin-bottom: 15px!important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.ch-input::placeholder {
    font-family: "SamsungOne", Arial, sans-serif;
    text-transform: uppercase;
}

.ch-form { 
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 4em;
}

.ch-btn-copy {
    min-width: 9.375em;
    display: inline-block;
    font-family: "SamsungOne", Arial, sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    padding: .8928571429em 1.6428571429em;
    border: 1px solid #fff;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em solid #fff;
    -webkit-transition: background 0.18s ease, color 0.18s ease;
    -o-transition: background 0.18s ease, color 0.18s ease;
    -moz-transition: background 0.18s ease, color 0.18s ease;
    transition: background 0.18s ease, color 0.18s ease;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.ch-btn-copy:hover {
    background: #fff;
    color: #000;
}

.ch-btn-mail {
    background: #000;
    cursor: pointer;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.icon {
    width: 50px;
    height: 50px;
}

.container-checkbox-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 150px;
}

.container-checkbox-icon img {
    width: 50px; /* Ancho fijo para las imágenes */
    height: auto; /* Altura automática para mantener la proporción */
}

.container-checkbox-icon label {
    display: block; /* Asegura que la etiqueta ocupe toda la anchura del contenedor */
}

.checkbox-label,
  .icon-container {
    margin: 0 8px; /* Espaciado a la izquierda y derecha de las etiquetas y el icono */
  }

.checkbox_form {
    display: flex;
    justify-content: center;
    padding: 30px 0px!important;
}

.question-subtitle {
    text-align: center;
    font-size: 20px;
}

.question-subtitle strong {
    font-size: 24px;
}
.label-question {
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}

#btn-form-questions {
    margin-bottom: 40px;
    margin-top: 20px;
}

#thankyou {
    margin: 0 auto!important;
    font-size: 23px;
    padding-bottom: 50px!important;
    padding-top: 50px!important;
    text-align: center;
}

.legal {
    margin-bottom: 20px!important;
}

.row-container {
    flex-direction: row!important;
}

#thankyou h1 {
    font-weight: 600;
    font-size: 50px;
}

#thankyou p {
    font-size: 30px;
}

.container-title-question2 {
    text-align: center;
    font-size: 35px;
}

.container-title-question2 .question-subtitle {
    font-size: 18px;
}

.rowStyle {
    flex-direction: row!important;
}

.form-button {
    text-align: center;
}

.questionForm_h1 {
    font-size: 30px;
    text-align: center;
}

#questionForm {
    padding-top: 40px;
}

#samsung_container {
    background-color: #030509;
}
@media screen and (max-width: 48.06125em) {
    .ch-btn-copy {
        font-size: 90%
    }
}

@media screen and (max-width: 35.99875em) {
    .ch-btn-copy {
        font-size: 80%
    }
}

@media (max-width: 768px){
    .ch-input {
        width: 100%;
    }
    .checkbox_form {
        display: flex;
        flex-direction: column; 
        align-items: center;   
        gap: 15px;            
        padding: 20px;        
    }

    .container-checkbox-icon {
        display: flex;
        flex-direction: row;   
        align-items: center;  
        gap: 10px;             
        width: 100%;           
    }

    .container-checkbox-icon img {
        width: 40px;          
        height: auto;
    }
    .checkbox-label {
        text-align: left; 
        width: 100%; 
    }
}

.ch-es-container-h2 {
    text-transform: none; 
    padding: 0.5em 0 0;
    font-family: 'SamsungSharpSans';
}

.ch-es-container-h1 {
    font-family: 'SamsungSharpSans';
    font-style: normal;
    font-weight: 600;
    text-align: center;
    font-size: 2em;
    padding-top: 40px!important;
}

.ch-es-container-p {
    font-family: 'SamsungSharpSans';
    font-weight: 600;
    font-size:1.8rem ;
    text-align: center;
}

.icon-top {
    width: 32px; 
    height: 32px;
    margin-bottom: 6px;
}

.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
  }
  
  .custom-modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    font-family: Arial, sans-serif;
    margin: 20px auto;
    padding: 20px;
  }
  
  #modalButton {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  #modalButton:hover {
    background-color: #444;
  }