@font-face {
    font-family: "Gotham-Bold";
    src: url(https://minisitios.ripley.cl/minisitios/estatico/fonts/font-gotham/Gotham-Bold.woff);
}

@font-face {
    font-family: "Gotham-light";
    src: url(https://minisitios.ripley.cl/minisitios/estatico/fonts/font-gotham/Gotham-Light.woff);
}

body {
    margin: 0;
}
 
#CONTAINER-FORMULARIO-CYBER {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    overflow: hidden;
    flex-direction: column;
}

#CONTAINER-FORMULARIO-CYBER .container-img {
    width: 100%;
    /* background: linear-gradient(to left, #b8b8b8 10%, white 75%); */
    background: #FF01A4;
    ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#CONTAINER-FORMULARIO-CYBER .container-img img {
    max-width: 100%;
    /* margin-top: 40px; */
}
#CONTAINER-FORMULARIO-CYBER .titulo-1 h2 {
    font-family: "Gotham-Bold";
    margin: 30px 0 15px 0;
    color: #fff;
    font-size: 22px;
}
#CONTAINER-FORMULARIO-CYBER .textos-1 {
    margin: 0;
    color: #6a148e;
}

#CONTAINER-FORMULARIO-CYBER .banner-form img {
    width: 100%;
    max-width: 600px;
    margin-bottom: 10px;
}
#CONTAINER-FORMULARIO-CYBER .banner-form {
    padding: 0;
}

#CONTAINER-FORMULARIO-CYBER .textos-1 p {
    /* font-size: 1.4em; */
    font-family: "Gotham-light";
    color: #fff;
    line-height: 20px;
    margin: 0;
    padding: 20px 0 0 0;
}


#CONTAINER-FORMULARIO-CYBER .textos-1 span {

    font-family: "Gotham-Bold";
    color: #FAFC00;
}


#CONTAINER-FORMULARIO-CYBER .container-form {
    width: 100%;
}

#CONTAINER-FORMULARIO-CYBER .texto-2 h1 {
    color: #000;
    font-size: 1.2em;
    font-family: "Gotham-Bold";
    padding: 0 1.2em 1.5em 1.2em;
    margin-bottom: 0;
}

#CONTAINER-FORMULARIO-CYBER .texto-2 h1 span {
    color: #6a148e;
}

#CONTAINER-FORMULARIO-CYBER .texto-2 p {
    color: #6a148e;
    font-size: 1em;
    font-family: "Gotham-light";
    margin-top: 0.5em;
}

#CONTAINER-FORMULARIO-CYBER .texto-2 br {
    display: none;
}

#CONTAINER-FORMULARIO-CYBER .textInput {
    text-align: left;
    background-color: #f1f1f1;
    padding: 15px 30px;
    border: 0;
    border-radius: 5px;
    font-family: "Gotham-light";
    font-size: 1.2em;
    margin: 30px 0;
}

#CONTAINER-FORMULARIO-CYBER .boton-actualiza {
    /* background: #a15dcb; */
    color: #fff;
    background-color: #ff00b4;
    border: 0;
    padding: 12px;
    font-family: "Gotham-Bold";
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    margin: 20px 0;
    border: 2px solid none;
}

#container_EMAIL input {
    max-width: 100%;
}

#CONTAINER-FORMULARIO-CYBER .form-cyber22 {
    display: flex;
    justify-content: space-around;
    max-width: 300px;
    margin: auto;
    flex-direction: column;
}

#CONTAINER-FORMULARIO-CYBER form label {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    gap: 5px;
}

#CONTAINER-FORMULARIO-CYBER #container_COLUMN6 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    justify-content: space-around;
}

#CONTAINER-FORMULARIO-CYBER #container_COLUMN6 .g1{
    grid-area: 1 / 1 / 2 / 2;
}
#CONTAINER-FORMULARIO-CYBER #container_COLUMN6 .g2{
    
    grid-area: 2 / 1 / 3 / 2;
}
#CONTAINER-FORMULARIO-CYBER #container_COLUMN6 .g3{
    grid-area: 1 / 2 / 2 / 3;
}
#CONTAINER-FORMULARIO-CYBER #container_COLUMN6 .g4{
    grid-area: 2 / 2 / 3 / 3;
}

#CONTAINER-FORMULARIO-CYBER #container_COLUMN6 .checkbox_wrap {
    font-family: "Gotham-bold";
    color: #000;
    font-size: 1.2em;
}


#CONTAINER-FORMULARIO-CYBER .form-1,
#CONTAINER-FORMULARIO-CYBER .form-2 {
    text-align: left;
}


.bases-legales {
    padding: 0 0 2em 0;
    color: #000;
    /* text-decoration: none; */
    font-family: "Gotham-Bold";
}

.soy-cyber-img {

    margin-top: 50px;

}

.soy-cyber-img img {

    width: 50%;

}


#CONTAINER-FORMULARIO-CYBER .formulario-registro {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px;
}
#CONTAINER-FORMULARIO-CYBER .container-form form label {
    /*display: flex;*/
    padding: 0.2em;
}

#CONTAINER-FORMULARIO-CYBER .formulario-registro h2 {
  text-align: center;
  font-size: 1.2em;
  font-family: "Gotham-Bold";
  color: #000;
}

#CONTAINER-FORMULARIO-CYBER .formulario-registro input[type="text"],
#CONTAINER-FORMULARIO-CYBER .formulario-registro input[type="tel"],
#CONTAINER-FORMULARIO-CYBER .formulario-registro input[type="email"] {
  padding: 10px;
  border: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 14px;
}

#CONTAINER-FORMULARIO-CYBER .formulario-registro .checkbox {
    font-size: 12px;
    font-family: "Gotham-bold";
    text-align: justify;
    color: #000;
}

#CONTAINER-FORMULARIO-CYBER .formulario-registro .checkbox input {
  margin-top: 4px;
  width: auto;
}

#CONTAINER-FORMULARIO-CYBER .formulario-registro .checkbox a {
  color: blue;
  text-decoration: underline;
}

#CONTAINER-FORMULARIO-CYBER .formulario-registro button {
  padding: 10px;
  background-color: #ff00b4;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

#CONTAINER-FORMULARIO-CYBER .formulario-registro button:hover {
  background-color: #e600a8;
}

.imagen-click {
    padding: 40px 0 0 0;
}
.imagen-click img{
    width: 20%;
}

.banner-app picture {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    text-align: center;
    overflow: hidden;
    flex-direction: column;
}

.noPoint {
    pointer-events: none;
}

.checkboxParrafo {
    margin: 0;
}

/* ESTILOS DESKTOP */
@media (min-width: 768px) {
    #CONTAINER-FORMULARIO-CYBER {
        flex-direction: row;
    }

    #CONTAINER-FORMULARIO-CYBER .container-img {
        width: 50%;
        /* background: linear-gradient(to left, #b8b8b8 10%, white 75%); */
        justify-content: space-between;

    }

    #CONTAINER-FORMULARIO-CYBER .container-img img {
        width: 100%;
        justify-content: end;
    }
    #CONTAINER-FORMULARIO-CYBER .titulo-1 h2 {
        font-family: "Gotham-Bold";
        margin: 30px 0 0px 0;
        color: #fff;
        font-size: 40px;
    }

    #CONTAINER-FORMULARIO-CYBER .textos-1 {
        margin: 0;
    }

    #CONTAINER-FORMULARIO-CYBER .textos-1 p {
        font-size: 1.6em;
        font-family: "Gotham-Bold";
        color: #fff;
        font-family: "Gotham-light";
        line-height: 30px;
        padding: 80px 0 0 0;
    }


    #CONTAINER-FORMULARIO-CYBER .container-form {
        width: 50%;
    }

    #CONTAINER-FORMULARIO-CYBER .texto-2 h2 {
        color: #000;
        font-size: 1.3em;
        font-family: "Gotham-Bold";
        margin-bottom: 1em;
        margin-top: 1em;
    }

    #CONTAINER-FORMULARIO-CYBER .texto-2 p {
        color: #6a148e;
        font-size: 1em;
        font-family: "Gotham-light";
    }

    #CONTAINER-FORMULARIO-CYBER .texto-2 br {
        display: block;
    }

    #CONTAINER-FORMULARIO-CYBER .textInput {
        text-align: left;
        background-color: #f1f1f1;
        padding: 15px 30px;
        border: 0;
        border-radius: 5px;
        font-family: "Gotham-light";
        font-size: 1.2em;
        margin: 40px 0;
    }


    #CONTAINER-FORMULARIO-CYBER .form-cyber22 {
        max-width: 600px;
        flex-direction: column;
    }
    

    #CONTAINER-FORMULARIO-CYBER #container_COLUMN6 {
        display: flex;
        justify-content: space-around
    }

    #CONTAINER-FORMULARIO-CYBER #container_COLUMN6 .checkbox_wrap {
        font-family: "Gotham-bold";
        color: #000;
        margin: 10px 0;
        
    }

    .soy-cyber-img img {
        width: 50% !;
    }

    #CONTAINER-FORMULARIO-CYBER .formulario-registro {
        padding: 10px;
    }

    #CONTAINER-FORMULARIO-CYBER .formulario-registro .checkbox {
        line-height: 1.4;
        text-align: justify;
        align-items: flex-start;
    }
    

    #CONTAINER-FORMULARIO-CYBER .formulario-registro .checkbox p{
        margin: 0;
        font-size: 1.1em;
    }

    #CONTAINER-FORMULARIO-CYBER .formulario-registro h2 {
        font-size: 1.4em;
        font-size: 20px;
        margin: 10px;
    }

    .imagen-click {
        padding: 30px 0 0 0;
    }
    .imagen-click img {
        width: 10%;
    }

    #CONTAINER-FORMULARIO-CYBER .texto-2 h1 {
        color: #000;
        font-size: 1.5em;
        font-family: "Gotham-Bold";
        margin-bottom: 0;
    }

    .bases-legales {
        padding: 0;
    }

    #CONTAINER-FORMULARIO-CYBER .banner-form {
        padding: 1em 0;
    }
}

/* ESTILOS DESKTOP */