@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
  --background-url: url('../assets/images/logo-header__.svg');
  --c-primary: #741cf5;
}

/*html { 
  background: url(images/minenergia-bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

html {
    position: relative;
    min-height: 100%;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.item:nth-child(1) {
    background: url(images/minenergia-bg-01.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(2) {
    background: url(images/minenergia-bg-02.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(3) {
    background: url(images/minenergia-bg-03.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel {
    z-index: -99;
}

.carousel .item {
    position: fixed;
    width: 100%;
    height: 100%;
}

body {
    background-color: transparent;
}

.container {
    /*max-width: 960px;
    max-height: 560px;*/
    width: 100%;
    max-width: none;
    overflow: hidden;
}

.sub-container {
    height: 100%;
    display: flex;
}

@-moz-document url-prefix() {
    .container {
        position: relative !important;
        top: 90px !important;
    }

    .ikont-not-space {
        height: 590px !important;
    }
}

.ikont-content-forms {
    background: white;
    min-height: 100%;
    font-family: "latolight", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.ikont-content-forms input.form-control {
    background: #FFF;
    font-family: "latolight", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    border: 1px solid #0000002b;
    border-radius: 5px;
    height: 40px;
    margin-bottom: 5px;
    width: 100%;
    padding-left: 40px;
}

.ikont-content-forms .ikont-collapse-link {
    font-family: "latolight", Helvetica, Arial, sans-serif;
    font-size: 18px;
    clear: both;
    color: rgb(167, 194, 211);
    width: 50%;
}

.ikont-content-forms .ikont-collapse-link.active {
    clear: both;
    color: #003177;
    text-decoration: underline;
}

.ikont-content-forms .ikont-tab-items {
    margin-bottom: 7px;
}


.ikont-content-forms .ikont-button-form {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    background: black;
    border-radius: 5px;
    margin: 0px;
    width: 100%;
    height: 40px;
    text-transform: none;
}

.ikont-content-forms .ikont-button-form:hover,
.ikont-content-forms .ikont-button-form:active,
.ikont-content-forms .ikont-button-form:focus {
    background: #725CF1 !important;
    border: none;
}

.ui-button {
    padding: 6px;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px !important;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    background: #725CF1;
    border-radius: 5px;
    margin: 0px;
    width: 100%;
    height: 40px;
    text-transform: none;
    text-shadow: none;
    border: none;
}

.ui-button:hover,
.ui-button:active,
.ui-button:focus {
    background: #5D49D5 !important;
    border: none;
}

button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #568cd4 !important;
}


.ikont-content-faq {
    background: linear-gradient(90deg, rgba(32, 0, 79, 1) 0%, rgba(48, 0, 161, 0.9023984593837535) 43%, rgba(122, 46, 187, 1) 100%);
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    font-family: "latolight", Helvetica, Arial, sans-serif;
    font-size: 18px;
    height: 100%;
    /*max-height: 100%;*/
    /*min-height: 100%;*/
}

.ikont-content-faq div {
    display: flex;
    height: auto;
    margin-top: 18%;
}

.ikont-content-faq div .img-responsive {
    -webkit-filter: drop-shadow(5px 5px 5px);
    filter: drop-shadow(5px 5px 5px);
    height: 60px;
    margin: 20;
    width: auto;
}

.ikont-content-forms {
    padding-top: 6%;
    padding-bottom: 5%;
}

.ikont-content-faq {
    padding-top: 10%;
}

.ikont-content-faq-logo {
    background: url(images/01-main-logo.svg) no-repeat center center;
    background-size: 100%, cover;
    height: 30%;
    min-height: 30%;
    max-height: 30%;
    width: 100%;
    margin-top: -8%;
}

#ikont-carousel-faq {
    font-family: "latolight", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #FFF;
}


#ikont-carousel-faq .carousel-inner .item {
    text-align: left;
    overflow-y: hidden;
    width: 100%;
    font-size: 16px;
    color: #BDE6FF;
}

#ikont-carousel-faq .carousel-indicators {
    bottom: 0px;
    left: 0px;
    margin: 0px;
    width: auto;
}

#ikont-carousel-faq .carousel-indicators li {
    background: #666;
    border: 1px solid #666;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}

#ikont-carousel-faq .carousel-indicators li.active {
    background: #FFF;
    border: 1px solid #FFF;
}

.rf-msg-err,
.rf-msgs-err,
.rf-msg-ftl,
.rf-msgs-ftl,
.rf-msg-inf,
.rf-msgs-inf,
.rf-msg-wrn,
.rf-msgs-wrn,
.rf-msg-ok,
.rf-msgs-ok {
    font-family: "latolight", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #a94442;
}

.rf-msg-err,
.rf-msgs-err {
    background-image: none;
    background: #f2dede;
    border: 1px solid #ebccd1;
    padding: 5px 10px;
    border-radius: 5%;
}

.ikont-copy-right {
    font-family: "latolight", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #637D97;
    position: relative;
}

.ikont-copy-sello {
    font-family: "latolight", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #637D97;
    position: relative;
}

.carousel-inner {
    min-height: 9%!important;
}

.form-group {
    margin-bottom: 0px;
}

.form-group .input-group-addon {
    position: absolute;
    width: 35px;
    height: 37px;
    background: transparent;
    border: solid 0px transparent;
    margin: 2px;
    padding: 8px;
}

#loginform .form-group .input-group-addon {
    left: 15px;
}

.ikont-content-forms h3 {
    font-weight: bold;
    color: #475a68;
    position: relative;
    /*top: -40px;*/
}

.pb-30 {
    padding-bottom: 30px;
}

.h6,
h6 {
    font-size: 12px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*==================================*/
.logo-login {
    width: 70%;
    margin: 0 auto;
}

.slogan-login {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    padding: 40px 0 14px 0;
    line-height: 18px;
    text-align: left;
    color: #4D4D4D;
}

.s-sublogin {
    color: #979797;
    font-family: 'Inter';
    font-size: 16px;
    margin-top: -6px;
}

.img-escudo {
    margin: 0px !important;
    width: 90% !important;
    height: auto !important;
}

.ikont-copy-right h6 {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #666666;
}

.ikont-copy-right h6 strong {
    font-weight: bold;
}

.link-visit a {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #3751FF;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}

.custom-separator {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.custom-separator::before,
.custom-separator::after {
    content: "";
    display: inline-block;
    height: 1px;
    width: calc((100% - 10px)/2);
    background-color: #b8b8b8;
}

/*==================================*/
@media screen and (max-width:767px) {
    .ikont-content-faq {
        max-height: none;
        height: auto;
    }

    .ikont-content-faq-logo {
        height: 55%;
        max-height: none;
    }
}

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

    .first-icon,
    .second-icon {
        display: block;
    }
}

@media screen and (min-width:426px) {
    .first-icon {
        margin-right: 15px;
    }

    .second-icon {
        margin-left: 15px;
    }
}

@media screen and (min-width:768px) {
    .ikont-not-space {
        margin: 0px;
        padding: 0px;
    }

}


.wrapper>form {
    overflow-x: scroll;
}

.rf-ntf-cnt {
    padding: 0.8em !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 4px !important;
    border-color: #7E3792 !important;
    background-color: white !important;
}

.loader {
    width: 2rem;
    height: 2rem;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
span.ui-button-text.ui-c {
    font-family: 'Mulish';
    font-weight: 600;
}
.ms-icon {
    background-image: url("https://app.process.st/images/providers/microsoft-logo.svg") !important;
    background-size: 100%;
}
.google-icon {
    background-image: url("https://app.process.st/images/providers/google-logo.svg") !important;
    background-size: 100%;
}
.blogin-provider {
    font-size: 1.6rem;
    width: 100%;
    color: #3c92eb;
    height: 36px;
    border: 1px solid #3c92eb7d;
    background-color: transparent;
    background-image: unset;
    padding: 0px;
}
.blogin-provider:hover {
    background: #ffffff !important;
    border: 1px solid #3b84d1;
    color: #3b84d1;
}

.ikont-content-faq .col-8.offset-3.col-md-10.offset-md-3.col-md-offset-2.col-xs-8.offset-xs-2.col-xs-offset-2 {
    background: var(--background-url) no-repeat;
    background-size: 83%;
    height: 100%;
}

img.img-responsive.img-escudo {
    display: none;
}