@charset "UTF-8";
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

html {
    font-size: 62.5%;
    height: 100%
}

body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #8492a6;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

p {
    font-family: 'Roboto', sans-serif;
    color: #8492a6;
    font-size: 14px
}

label {
    font-family: 'Roboto', sans-serif;
    color: #8492a6;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #20c997;
}

a {
    color: #20c997;
    transition: .2s;
    text-decoration: none
}

a:hover {
    color: #20c997;
    transition: .2s
}

hr {
    border: 0;
    height: 1px;
    color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1)
}

input[type="text"],
input[type="password"],
input[type="number"]{
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #58595f;
    box-shadow: none;
    height: 3rem;
    outline: 0
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="number"]:hover{
    box-shadow: none
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus{
    box-shadow: none;
    border: solid 1px #20c997
}

button:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: rgba(56, 56, 60, 0.4)
}

:-moz-placeholder {
    color: rgba(56, 56, 60, 0.4);
    opacity: 1
}

::-moz-placeholder {
    color: rgba(56, 56, 60, 1);
    opacity: .4
}

:-ms-input-placeholder {
    color: rgba(56, 56, 60, 0.4)
}

::-ms-input-placeholder {
    color: rgba(56, 56, 60, 0.4)
}

@-webkit-keyframes autofill {
    to {
        color: #58595f;
        background: #FFF
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

.main-container {
    display: table;
    width: 100%;
    height: 100%
}

.content {
    display: table-cell;
    height: 100%;
    background-color: #eff2f7;
    text-align: right;
    vertical-align: top;
    color: #FFF
}

@media screen and (max-width:480px) {
    .content {
        display: block;
        overflow: auto;
        text-align: center
    }
}

.sidebar {
    display: table-cell;
    width: 160px;
    height: 100%;
    padding: 70px 80px;
    background-color: #FFF
}

@media screen and (max-width:480px) {
    .sidebar {
        display: block;
        width: 100%;
        padding: 40px 40px
    }
}

.sidebar-large {
    display: table-cell;
    width: 500px;
    height: 100%;
    padding: 70px 80px;
    background-color: #FFF
}

@media screen and (max-width:480px) {
    .sidebar-large {
        display: block;
        width: 100%;
        padding: 40px 40px
    }
}

.hero-login {
    height: 100%
}

@media screen and (max-width:480px) {
    .hero-login {
        padding: 40px 40px
    }
}

.intro-title {
    font-size: 18px;
    margin-bottom: 0
}

.intro-summary {
    color: #20c997;
    margin-top: 5px;
    font-size: 97%
}

.quote {
    width: 450px;
    color: #FFF;
    font-size: 16px;
    bottom: 0;
    right: 0;
    margin: 50px 80px 80px 0;
    position: absolute
}

@media screen and (max-width:480px) {
    .quote {
        width: 100%;
        float: left;
        position: relative
    }
}

.help-call {
    padding-top: 15px;
    margin-right: 70px
}

@media screen and (max-width:480px) {
    .help-call {
        margin-right: 0
    }
}

.help-call p {
    color: #FFF;
    display: inline-block;
    margin-right: 8px
}

@media screen and (max-width:480px) {
    .help-call {
        margin-right: 0
    }
}

.button-outline {
    color: #FFF;
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 40px;
    padding: 5px 25px;
    display: inline-block;
    font-weight: bold
}

.button-outline:hover {
    color: #20c997;
    background: #FFF
}

.button-outline a {
    color: #FFF
}

.button-outline a:hover {
    color: #FFF
}

.text-center {
    text-align: center
}

.color-text {
    color: #8492a6
}

.color-primary {
    color: #20c997;
}

.button {
    border: 0;
    border-radius: 4px;
    outline: 0;
    cursor: pointer
}

.button {
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    background: #20c997;
}

.button:hover {
    color: #FFF;
    border: 2px solid #20c997;
    background: #20c997
}

.button a:hover,
.button a:focus {
    color: #FFF;
    border: 2px solid #20c997;
    background: #20c997
}

.button:focus {
    color: #FFF;
    border: 2px solid #20c997;
    background: #20c997
}

.button-circle {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 50%
}

.button-circle svg path {
    fill: #20c997;
}

.button-circle:hover {
    background: #FFF
}

@media screen and (max-width:480px) {
    .button-circle {
        background: #FFF;
        margin-left: 5px
    }
    .button-circle:hover {
        background: #f2f2f2
    }
}

.user-access {
    text-align: center
}

.user-access input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    height: 50px;
    font-size: 18px;
    margin-top: 15px;
    border-radius: 4px;
    outline: 0;
    padding: 10px 10px;
    transition: background-color .2s ease
}

.user-access input[type="submit"],
.user-access input[type="button"] {
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    background: #20c997;
    cursor: pointer;
    font-weight: bold
}

.user-access input[type="submit"]:hover,
.user-access input[type="button"]:hover {
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    background: #20c997
}

.user-access select {
    width: 100%;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: block;
    padding: 12px;
    margin-top: 15px;
    font-size: 18px;
    color: #58595f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer
}

.user-access select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #f2f2f2, #f2f2f2);
    background-position: calc(100% - 20px) calc(1em - -2px), calc(100% - 15px) calc(1em - -2px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat
}

.user-access select:focus {
    border-color: #20c997;
    outline: 0
}

.user-access select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.user-access select#motive {
    color: #58595f75
}

.user-access select#motive.selected {
    color: #58595f
}

.user-access select#motive option {
    color: #58595f
}

.user-access select#motive option:disabled {
    color: #58595f75
}

.coupon-link {
    text-align: left;
    font-size: 90%;
    margin-top: 15px
}

.input-wrapper {
    position: relative
}

.user-access span.close {
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: block;
    color: #8492a6;
    font-size: 18px;
    line-height: 25px;
    background: #FFF;
    padding: 0 5px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all .2s ease;
    position: absolute;
    right: 11px;
    top: 11px;
    margin-top: 15px
}

.user-access span.close:hover {
    color: #8492a6;
    background: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.terms {
    margin-top: 15px;
    font-size: 80%
}

.user-access .error-messages {
    background: 0;
    font-size: 85%;
    margin: 0;
    color: #e7515c;
    background: #fff2f3;
    padding: 5px
}

.user-access .error-messages ul {
    padding-left: 0
}

.user-access .errors {
    list-style: none;
    color: #e7515c;
    margin: 0
}

.error-messages ul,
.errors {
    list-style-type: none
}

.user-access .error {
    color: #e7515c;
    background: #fff2f3;
    padding: 5px;
    font-size: 85%
}

.user-access .referer-info {
    font-size: 90%
}

.user-access .referer-info p {
    font-size: 90%
}

.user-access .referer-logo {
    margin-top: 15px
}

.user-access .hidden {
    display: none
}

.bg-cover {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important
}

@media screen and (max-width:480px) {
    .register-quote {
        margin-top: 190px
    }
}

.slideshow {
    position: relative
}

.slideshow-list {
    position: relative;
    overflow: hidden
}

.slideshow-item {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

@media screen and (max-width:480px) {
    .slideshow-item {
        height: 100vh;
        padding: 40px 80px
    }
}

.slideshow-item-current {
    visibility: visible;
    position: relative
}

.slideshow-fade .slideshow-item-hidePrevious,
.slideshow-fade .slideshow-item-hideNext {
    visibility: visible;
    -webkit-animation: fadeOut 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    -moz-animation: fadeOut 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    -ms-animation: fadeOut 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    animation: fadeOut 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both
}

.slideshow-fade .slideshow-item-hidePrevious,
.slideshow-fade .slideshow-item-hideNext {
    z-index: 2
}

.slideshow-fade .slideshow-item-showPrevious,
.slideshow-fade .slideshow-item-showNext {
    z-index: 1
}

@-webkit-keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@-moz-keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@-ms-keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden
    }
}

.slideshow-nav {
    position: absolute;
    bottom: 10%;
    z-index: 9999;
    margin-left: 70px
}

@media screen and (max-width:480px) {}

.slideshow-pagination {
    text-align: center
}

.slideshow-dot {
    text-indent: -9999px;
    border: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-appearance: none
}

.slideshow-dot-current {
    background-color: rgba(255, 255, 255, 1)
}

#checkbox-image {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(https://cdn1.alegra.com/js/extjs2/resources/ext-theme-gray/images/form/checkbox.gif) -39px 0 no-repeat;
    vertical-align: bottom;
    margin-bottom: 10px
}

#checkbox-image.checked {
    background: url(https://cdn1.alegra.com/js/extjs2/resources/ext-theme-gray/images/form/checkbox.gif) 0 -26px no-repeat
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

div#btn-loading-register {
    display: none;
    width: 100%;
    height: 50px;
    margin-top: 15px;
    border-radius: 4px;
    outline: 0;
    padding: 10px 10px;
    transition: background-color .2s ease;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    background: rgba(0, 177, 157, 0.4);
    cursor: wait
}

div.img-loading-register {
    -webkit-animation: 3s rotate linear infinite;
    animation: 3s rotate linear infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-image: url(http://cdn1.alegra.com/images/loading-circle.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 25px;
    height: 24px;
    position: absolute;
    margin-left: 45px;
    margin-top: 2px
}

div#btn-loading-register label {
    color: white;
    font-weight: bold;
    font-size: 18px !important;
    line-height: 27px;
    cursor: wait
}

@media screen and (max-width:500px) {
    .carrousel-wrapper {
        display: none !important
    }
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block
}

.dot.active {
    background-color: white !important
}

.footer-carrousel-content button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    outline: 0
}

#slider-login .button-circle svg path {
    fill: #fff !important
}

.footer-carrousel .button-circle svg path {
    fill: #fff !important
}

#slider-login[data-carrousel-slide-active="3"] .button-circle svg path {
    fill: #20c997 !important
}

.footer-carrousel .button-circle:hover {
    border: 0
}

#slider-login .button-circle:hover svg path {
    fill: #20c997 !important
}

.carrousel-slide {
    opacity: 0;
    padding-top: 76px;
    padding-bottom: 76px;
    transition: opacity 750ms ease-in-out;
    -webkit-transition: opacity 750ms ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover !important
}

.carrousel-slide-content {
    width: calc(40% - -90px);
    padding-left: 90px;
    padding-top: 10vh
}

.carrousel-slide-subtitle {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    opacity: .7
}

.carrousel-slide-paragraphe {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: white
}

.carrousel-slide-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 39px;
    color: white
}

.carrousel-button {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #39aa80;
    text-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 48px;
    cursor: pointer;
    display: flex;
    height: 38px;
    justify-content: center;
    width: 137px
}

.carrousel-footer-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 76px;
    background: transparent;
    z-index: 900
}

.carrousel-footer-content {
    display: flex
}

.carrousel-controls {
    display: inline-flex;
    width: 40%;
    height: 100%;
    align-items: center;
    padding-top: 10px;
    padding-left: 50px
}

.carrousel-controls button {
    background: transparent;
    border: 0;
    height: 50px
}

.carrousel-advertising {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(65% - 50px);
    padding-right: 50px
}

.carrousel-slide.active {
    opacity: 1;
    z-index: 700
}

.carrousel-main li {
    display: none
}

.carrousel-main li.active {
    display: block
}

.carrousel-login {
    color: white;
    background-color: #eff2f7;
    position: fixed;
    top: 0;
    width: calc(100% - 500px);
    box-sizing: border-box;
    height: 100vh
}

.carrousel-wrapper-header {
    position: absolute;
    width: 100%;
    height: 76px;
    background: transparent;
    z-index: 900
}

.carrousel-content-header {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
    padding-right: 50px
}


/* Normalizar apariencia de los inputs */
.input-wrapper input,
.input-wrapper input.email {
    border: 1px solid #dcdcdc;
    background: #fff;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    color: #333;
}

/* Estado focus uniforme */
.input-wrapper input:focus,
.input-wrapper input.email:focus {
    border-color: #39aa80;
    box-shadow: 0 0 0 3px rgba(91,155,213,0.12);
    outline: none;
}

/* Asegurar que input[type="email"] no herede un estilo distinto */
input[type="email"] {
    border: 1px solid #dcdcdc;
}

/* Sobrescribir autofill de WebKit (Chrome) */
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #333 !important;
}
