/*html {
  font-family: sans-serif;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2rem;
  margin: 0.67rem 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5rem;
}
sub {
  bottom: -0.25rem;
}
img {
  border: 0;
}
figure {
  margin: 1rem 0.25rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1rem;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input {
  line-height: normal;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@keyframes slide {
  from {
    transform: translateY(150%);
    opacity: 0.8;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slideup {
  from {
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    transform: translateY(-200%);
    opacity: 0.8;
  }
}
body {
  font-family: "Santander", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  text-rendering: optimizeSpeed;
  background-color: #f0f0f0;
  color: #444;
}
@media screen and (min-height: 80rem) {
  body {
    overflow-y: initial;
  }
}
main {
  padding: 0;
}
pre {
  position: relative;
  color: #01ff01;
  background: #000;
  padding: 1.5rem;
  font-size: 0.8rem;
  width: auto;
  max-width: 100%;
  overflow-x: auto;
}
code {
  font-size: inherit;
}
cite::before,
blockquote::before {
  left: 0.4em;
}
cite {
  font-family: "Santander", "Times new roman", "Georgia", "serif";
}
blockquote {
  position: relative;
  color: #707070;
  padding: 1.5rem 0.5rem;
  margin: 1rem 0;
  background-color: #f0f0f0;
  font-family: "Santander", "Times new roman", "Georgia", "serif";
  box-sizing: border-box;
  display: block;
  font-size: 130%;
  text-align: center;
  line-height: 1.2;
}
blockquote:after,
blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 4rem);
  right: calc(50% - 4rem);
  display: block;
  width: 8rem;
  height: 0.25rem;
  background-color: #1bb3bc;
}
blockquote:after {
  top: auto;
  bottom: 0;
  width: 4rem;
  left: calc(50% - 2rem);
  right: calc(50% - 2rem);
}
blockquote ul,
blockquote ol {
  padding: 0 0 0 2rem-0.25pxrem;
  margin: 0;
  text-align: left;
}
ul,
ol {
  margin: 0 0 1rem 0;
  padding-left: 1.1rem;
}
ul {
  list-style: circle;
}
li {
  margin-bottom: 0.15rem;
}
li:last-child {
  margin-bottom: 0;
}
p {
  margin: 1rem 0;
  hyphens: auto;
}
p:first-child {
  margin-top: 0;
}
p + blockquote {
  margin-top: 0;
}
p img {
  width: auto;
  max-width: 100%;
  height: auto;
}
article {
  width: 100%;
}
a {
  color: #ec0000;
}
a.link-light {
  color: #f2a933;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5rem 0 0 0;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
h1 + ul,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul,
h1 + ol,
h2 + ol,
h3 + ol,
h4 + ol,
h5 + ol,
h6 + ol {
  margin-top: 0.5rem;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 180%;
}
h3 {
  font-size: 160%;
}
h4 {
  font-size: 140%;
}
h5 {
  font-size: 120%;
}
h6 {
  font-size: 100%;
}
figure,
picture,
img {
  position: relative;
  line-height: 0;
}
picture {
  display: block;
}
svg:focus,
use:focus {
  outline: 0;
}
figcaption {
  font-style: italic;
  font-family: serif;
  font-size: 80%;
  margin-top: 0.5rem;
}
*::placeholder {
  color: #8c8c8c;
}
:focus {
  outline: 1px dotted;
}
::-moz-focus-inner {
  border: 0;
}
::-moz-selection {
  background: #ec0000;
  color: white;
}
::selection {
  background: #ec0000;
  color: white;
}*/
#survey-consumer {
    font-family: "Santander", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.45;
    text-rendering: optimizeSpeed;
    background-color: #f0f0f0;
    color: #444;
}

    #survey-consumer .button,
    #survey-consumer button,
    #initial .button,
    #initial button {
        background-color: #ec0000;
        color: #fff;
        border-radius: 35px;
        box-sizing: border-box;
        font-weight: bold;
        transition: all 0.2s ease;
        border: #ec0000;
        text-transform: uppercase;
        padding: 0.9rem 2.5rem;
        margin: 0 0.5rem;
        line-height: 1;
        font-size: 0.9rem;
        text-decoration: none;
        -webkit-box-shadow: -2px 3px 6px -0.5px rgba(0, 0, 0, 0.46);
        -moz-box-shadow: -2px 3px 6px -0.5px rgba(0, 0, 0, 0.46);
        box-shadow: -2px 3px 6px -0.5px rgba(0, 0, 0, 0.46);
    }

        #survey-consumer .button.disabled,
        #survey-consumer button.disabled,
        #initial .button.disabled,
        #initial button.disabled {
            background: #fff;
            color: #ec0000;
            border: 2px solid #ec0000;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        #survey-consumer .button:disabled,
        #survey-consumer button:disabled,
        #initial .button:disabled,
        #initial button:disabled {
            background: #fff;
            color: #ec0000;
            border: 2px solid #ec0000;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    #survey-consumer #form-container {
        background: url(../img/madison-survey/fondo.png) no-repeat !important;
        background-size: cover !important;
        /*margin: 3% 10%;*/
        text-align: center;
        background: #fff;
        min-height: 600px;
    }

#form-container img {
    max-width: 45%;
}

#form-container .progress-survey {
    background: #ec0000;
    opacity: 0.3;
    height: 10px;
    border-radius: 2px;
}

#form-container #main {
    /*        background: url(../img/madison-survey/fondo.png) no-repeat;
        background-size: cover;
        background-position: center;*/
    max-height: 37.5rem;
    padding-bottom: 4%;
}

#survey-consumer .hidden {
    display: none;
}

#survey-consumer #main #red-advance {
    background: #ec0000;
    max-width: 100%;
    height: 10px;
    margin-top: -10px;
}

#survey-consumer #main .question-container {
    background: rgba(255, 255, 255, 0.9);
    margin: 0 15%;
    min-height: 470px;
    height: 100%;
    padding: 1.5% 3%;
}

#survey-consumer #main .question-counter {
    font-weight: bold;
    text-align: initial;
    padding-top: 10px;
}

#survey-consumer #main .question-body {
    height: 90%;
}

    #survey-consumer #main .question-body .question {
        height: 20%;
        font-size: 1.8rem;
        line-height: 2;
        font-weight: 600;
    }

    #survey-consumer #main .question-body .answers {
        height: 53%;
        min-height: 200px;
    }

        #survey-consumer #main .question-body .answers input[type="radio"] {
            visibility: hidden;
            position: absolute;
        }

        #survey-consumer #main .question-body .answers textarea {
            width: 70%;
            height: 70%;
            min-height: 150px;
            border: 2px solid #1bb3bc;
            -webkit-box-shadow: -2px 3px 6px -0.5px rgba(0, 0, 0, 0.46);
            -moz-box-shadow: -2px 3px 6px -0.5px rgba(0, 0, 0, 0.46);
            box-shadow: -2px 3px 6px -0.5px rgba(0, 0, 0, 0.46);
        }

        #survey-consumer #main .question-body .answers .rate {
            width: 100%;
            padding-top: 2%;
        }

        #survey-consumer #main .question-body .answers .rate-options {
            display: flex;
            justify-content: space-between;
            margin: 0 5%;
        }

            #survey-consumer #main .question-body .answers .rate-options label {
                border: 3px solid #1bb3bc;
                font-size: 30px;
                padding: 3%;
                border-radius: 50%;
                height: 20px;
                width: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
            }

            #survey-consumer #main .question-body .answers .rate-options input:checked + label {
                background: #1bb3bc;
                color: #fff;
                -webkit-box-shadow: -2px 3px 6px -0.5px rgba(0, 0, 0, 0.46);
                -moz-box-shadow: -2px 3px 6px -0.5px rgba(0, 0, 0, 0.46);
                box-shadow: -2px 3px 6px -0.5px rgba(0, 0, 0, 0.46);
            }

        #survey-consumer #main .question-body .answers .rate-faces {
            display: flex;
            justify-content: space-between;
            padding-top: 2%;
            margin: 0 5%;
        }

            #survey-consumer #main .question-body .answers .rate-faces img {
                width: 7.5%;
            }

        #survey-consumer #main .question-body .answers .rate-extremes {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
        }

        #survey-consumer #main .question-body .answers .comments-info {
            color: #ec0000;
            font-weight: 600;
            /*margin-top: -7%;*/
            padding: 0 20%;
        }

            #survey-consumer #main .question-body .answers .comments-info.green {
                color: green;
            }

        #survey-consumer #main .question-body .answers .option-button label {
            border: 2px solid #1bb3bc;
            padding: 2%;
            display: flex;
            margin: 2% 14%;
            align-items: center;
            cursor: pointer;
        }

            #survey-consumer #main .question-body .answers .option-button label img {
                width: 40px;
                padding-right: 10px;
            }

        #survey-consumer #main .question-body .answers .option-button input:checked + label {
            background: #1bb3bc;
            color: #fff;
            -webkit-box-shadow: -2px 3px 6px -0.5px rgba(0, 0, 0, 0.46);
            -moz-box-shadow: -2px 3px 6px -0.5px rgba(0, 0, 0, 0.46);
            box-shadow: -2px 3px 6px -0.5px rgba(0, 0, 0, 0.46);
        }

            #survey-consumer #main .question-body .answers .option-button input:checked + label img {
                filter: brightness(0) invert(1);
            }

        #survey-consumer #main .question-body .answers .option-button.no-face label {
            border: 2px solid #1bb3bc;
            padding: 1%;
            display: flex;
            justify-content: center;
            margin: 2% 33%;
            align-items: center;
        }

    #survey-consumer #main .question-body .next {
        height: 36%;
        min-height: 31px;
        display: flex;
        justify-content: flex-end;
    }

        #survey-consumer #main .question-body .next .button {
            align-self: center;
        }

#initial {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    right: 17vw;
}

    #initial .escuchamos {
        background-color: #1bb3bc;
        border: 4px solid #1bb3bc;
        border-radius: 3%;
        max-width: 500px;
        max-height: 300px;
    }

    #initial .escuchamos-header {
        margin: 15px;
        display: block;
        color: #183A43;
        font-size: 2.3rem;
        font-weight: bold;
        padding: 0 5% 2% 2%;
        max-height: 60px;
    }

        #initial .escuchamos-header img {
            margin: -15% 0 -5% -15%;
            width: 35%;
            height: 50%;
        }

        #initial .escuchamos-header p {
            float: right;
        }

    #initial .escuchamos-body {
        border-bottom-right-radius: 3%;
        border-bottom-left-radius: 3%;
        background-color: #fff;
        margin: 0 1% 1% 1%;
        padding: 4%;
        text-align: center;
    }

    #initial .escuchamos-body-title {
        font-weight: bold;
        font-size: 18px;
    }

    #initial .escuchamos-header-title , #thanks .thanks-name .thanks-name-caps{
        text-transform: capitalize;
    }

    #initial .escuchamos-body-buttons {
        display: flex;
        justify-content: space-around;
    }

#survey-consumer #thanks {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.8);
}

    #survey-consumer #thanks .thanks-box {
        background: linear-gradient( rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7) ), url("../img/madison-survey/micro-background.png") no-repeat;
        background-color: #fff;
        background-size: contain;
        background-position: left;
        padding: 1%;
        margin: 12% 30%;
        border: 1px solid #1bb3bc;
        height: 43%;
        display: flex;
        flex-flow: column;
        text-align: center;
        min-height: 300px;
    }

    #survey-consumer #thanks .thanks-close {
        background-color: transparent;
        color: #707070;
        align-self: flex-end;
        border: none;
        box-shadow: none;
        font-size: 44px;
        font-weight: 100;
        padding: 0;
    }

    #survey-consumer #thanks .thanks-name {
        color: #ec0000;
        font-size: 3rem;
        font-weight: 600;
        padding: 5% 15%;
    }

    #survey-consumer #thanks .thanks-text {
        font-size: 1.8rem;
        padding: 0 15%;
        font-weight: 600;
    }


@media screen and (max-height: 37.5rem) {
    #survey-consumer #main .question-container {
        /*height: 500px;*/
        min-height: 400px;
        height: 100%;
        margin: 0 5%;
    }

    #survey-consumer #main .question-body .answers .option-button.no-face label {
        margin: 1% 20%;
    }
}

@media screen and (min-height: 2560px) {
    #survey-consumer #main .question-container {
        /*height: 600px;*/
        height: 100%;
    }
}

@media screen and (max-width: 600px) {
    #initial {
        right: auto;
    }

    #survey-consumer #main .question-body .question {
        line-height: 1;
        font-size: 1.5rem;
    }

    #survey-consumer #main .question-container {
        margin: auto;
        height: 100%;
        padding: 5%;
        width: 100%;
    }

    #survey-consumer #main .question-body .answers .rate-options {
        margin: 5% auto;
    }

        #survey-consumer #main .question-body .answers .rate-options label {
            font-size: 1.6rem;
            padding: 1.1rem;
        }

    #survey-consumer #main .question-body .answers .rate-faces {
        padding: 0;
        margin: 15px 0 0 0;
    }

    #survey-consumer #main .question-body .answers textarea {
        width: 100%;
        margin: 15px 0;
        font-size: 1.8rem;
    }

    #survey-consumer #main .question-3 .question-body .answers {
        padding: 2% 0;
    }

    #survey-consumer #main .question-body .answers .option-button.no-face label {
        margin: 2% 20%;
        font-size: 1.5rem;
        font-weight: normal;
    }

    #survey-consumer #thanks {
        background: transparent;
        min-height: 250px;
    }

        #survey-consumer #thanks .thanks-box {
            width: 90vw;
            min-height: 100%;
            margin: auto;
        }

        #survey-consumer #thanks .thanks-name, #survey-consumer #thanks .thanks-text {
            line-height: 1;
            padding: 5%;
        }
}


/*# sourceMappingURL=style.css.map */
