@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap');

body {
    background: #fff;
    overflow: auto;
    padding: 0;
    color: #737373;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.box {
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: #f0f0f0 url(bg-kantar.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.container {
    margin: 3% auto;
}

.box img.logo {
    max-width: 350px;
    display: block;
    margin: 20px auto;
}

.banner {
    max-width: 100%;
}

h2.titulo {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    color: #555;
    text-align: center;
}

.txt_preform {
    font-size: 14px;
    text-align: center;
}

.videobox {
    padding: 30px 0;
}

.box-form {
    /* width: 70%;
  display: block;
  margin: 0 auto; */
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 13px rgba(0, 0, 0, .15);
}

fieldset {
    border: 0;
}

.form-row.gral {
    margin-top: 10px;
}

.form-control.input {
    font-size: 13px;
    border: 1.5px solid #e2e6ea;
    border-radius: 5px;
}

.input-group-text {
    font-size: 14px;
    line-height: 1;
}

.input.Fn {
    line-height: 1;
    height: 23px;
    padding: 0 10px;
}

p.notif {
    font-size: 12px;
}

label {
    text-align: left;
    margin: 0;
    display: block;
    font-size: 13px;
}

label.etiqueta {
    font-size: 11px;
    line-height: 11px;
    margin-left: 6px;
    width: 100%;
    text-transform: uppercase;
}

.input::-webkit-input-placeholder {
    color: #999;
    text-transform: none;
    font-size: 14px;
}

/* WebKit */
:-moz-placeholder {
    color: #aaa;
    text-transform: none;
    font-size: 14px;
}

/* Firefox 18- */
::-moz-placeholder {
    color: #999;
    text-transform: none;
    font-size: 14px;
}

/* Firefox 19+ */
:-ms-input-placeholder {
    color: #999;
    text-transform: none;
    font-size: 14px;
}

/* IE 10+ */
input[type="submit"] {
    background: #7cc100;
    width: 100%;
    border: 0;
    border-radius: 50px;
    box-shadow: none;
    padding: 12px 0;
    color: #fff;
    font-size: 14px;
    min-height: 30px;
}

.box-info {
    margin-top: 30px;
    margin-bottom: 30px;
}

.box-info img {
    width: 100%;
}

.box-info p {
    font-size: 14px;
}

.copy {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: auto;
    background: linear-gradient(to right, #a37e2c, #e5d063, #a37e2c);
    padding: 10px 0 0;
}

.copy p {
    text-align: Center;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    padding: 20px 0;
    margin: 0;
    background: #111;
}

.select2-container--default .select2-selection--single {
    height: 34px;
    border: 1.5px solid #e2e6ea;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6d7276;
    font-size: 13px;
}

.select2-container {
    width: 100% !important;
}

/** NUEVOS ESTILOS FORM POR ETAPAS **/

.box_flex h3 {
    font-size: 16px;
    color: #525c5e;
}

.form_init {}

.form_last,
.form_init {
    width: 1000px;
    height: auto;
    opacity: 1;
    max-width: 100%;
    transition: all .1s ease-in-out;
}

.form_last.cerrado,
.form_init.cerrado {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.botonSig {
    display: block;
    color: #fff;
    text-align: center;
    transition: all .4s ease-in-out;
}

.botonSig i {
    transition: all .4s ease-in-out;
}

.botonSig:hover {
    text-decoration: none;
    color: #fff;
    background: #6faa04;
}

.botonSig:hover i {
    transform: translateX(5px);
}

.indicador {
    font-size: 10px;
    line-height: 1.1;
    width: 19%;
    text-align: center;
    margin: 0;
}

.indicadores_3 .indicador {
    width: 15%;
}

/** RADIO INPUTS **/
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 5px;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #999;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
    position: absolute;
}

.option-input:hover {
    background: #e5e7eb;
}

.option-input:checked {
    border: 1px solid #fff;
}

.option-input:checked::before {
    color: #e8ca4e;
    height: 40px;
    width: 40px;
    position: absolute;
    content: "✔";
    display: inline-block;
    font-size: 12px;
    left: 4px;
    line-height: 20px;
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.radio::after {
    border-radius: 50%;
}

.app-check {
    display: flex;
    justify-content: space-between;
}

.app-border {
    border: 1px solid #ece9e9;
    border-radius: 7px;
    padding: 5px 7px 5px 9px;
    padding-left: 30px;
    min-height: 30px;
}

.option-input.radio:checked+.app-border {
    background: #e8ca4e;
}

.option-input.radio:disabled,
.option-input.radio:disabled+.app-border {
    cursor: not-allowed;
    opacity: 0.6;
}

.app-label {
    position: relative;
    /* top: 5px; */
    margin-right: 5px;
}

.input_valoracion {
    display: flex;
    position: relative;
}

.preguntas_add {
    font-size: 14px;
    margin: 0;
}

.content_preguntas {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 10px 15px;
}

.pregunta {
    color: #252525;
    margin-bottom: 20px;
    line-height: 1.1;
    font-weight: 500;
    font-size: 14px;
}

.pregunta small {
    display: block;
    margin-left: 25px;
}

.preguntas-col2 .app-check {
    gap: 10px;
}

.botonBack {
    color: #252525;
    font-size: 13px;
    background: #25252514;
    padding: 3px 10px;
    border-radius: 50px;
    transition: all .4s ease-in-out;

}

.botonBack:hover {
    color: #fff;
    background: #252525;
    text-decoration: none;
}

.botonBack i {
    transition: all .4s ease-in-out;
}

.botonBack:hover i {
    transform: translateX(-4px);
}


/** FIN RADIO INPUTS **/

.disabled {
    background: grey !important;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .indicadores_3 {
        margin-left: 10px;
    }
}

@media (max-width:566px) {
    .container {
        margin: 3% auto 15%;
    }

    label.etiqueta {
        font-size: 12px;
        line-height: 1;
        margin-bottom: 3px;
        margin-top: 10px;
    }

    .form-row .col-sm {
        margin-bottom:10px;
    }

    .form-control.input {
        /* margin-bottom: 10px; */
    }

    .input-group-prepend {
        height: auto;
    }

    .preguntas-col2 .app-check.justify-content-end {
        justify-content: space-between !important;
    }

    .seleccionables>.col-sm {
        margin-bottom: 15px;
    }

}