:root {
    --ff-primary: 'Lato', sans-serif;
    --ff-secondary: 'Montserrat', sans-serif;
    --c-primary: #C93740;
    --c-secondary: #E3AC4F;
    --c-tertiary: #F39E21;
    --c-black: #000000;
    --c-white: #ffffff;
    --c-green: #1FD4A9;
    --c-green-dark: #137961;
    --c-red: #f05050;
    --c-red-light: #DE7494;
    --c-yellow: #ffbb00;
    --c-orange: #ff902b;
    --c-blue-light: #23b7e5;
    --c-blue: #004884;
    --c-blue2: #0D9CF1;
    --c-head: #002252;
    --c-purple-medium: #DDD7FF;
    --c-purple-light: #E9E9FB;
    --c-purple-dark: #373256;
    --c-button-bg: linear-gradient(314.19deg, #2EC5D9 -37.63%, #017C8C 75.33%);
    --c-button-hover: linear-gradient(314.19deg, #249cac -29.63%, #015c68 75.33%);
    --c-gray: #2C2B31;
    --c-gray-light: #545165;
    --c-gray-light2: #636A79;
    --c-transparent: transparent;
    --c-bg-page: #F6F4FD;
    --ff-sans-serif: 'Mulish', sans-serif;
    --fs-xxsmall: 10px;
    --fs-xsmall: 12px;
    --fs-xsmall-plus: 13px;
    --fs-small: 14px;
    --fs-normal: 15px;
    --fs-normal-plus: 17px;
    --fs-medium: 20px;
    --fs-medium-plus: 22px;
    --fs-large: 28px;
    --fs-large-plus: 31px;
    --fs-xlarge: 36px;
    --fs-xxlarge: 42px;
    --fs-xxxlarge: 50px;
    --fs-xxxxlarge: 60px;
    --fs-giant: 90px;
    --ls-xsmall: 0.05rem;
    --ls-small: 0.1rem;
    --ls-medium: 0.125rem;
    --fw-light: 300;
    --fw-regular: 400;
    --fw-regular-plus: 400;
    --fw-semibold: 600;
    --fw-bold: 700;
    --fw-bold-plus: 800;
    --fw-black: 900;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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/cvp-login-bg-01.png) 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/cvp-login-bg-02.png) 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/cvp-login-bg-03.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(4) {
    background: url(images/cvp-login-bg-04.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(5) {
    background: url(images/cvp-login-bg-05.png) 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%;
}

.carousel .item::after {
    /*content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.4) 100%);*/
}

html,
body {
    background: linear-gradient(200deg, #000000d6, #f34d4d8f 48%), url(images/bg-login.jpg) center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    text-align: center;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding-top: 1px;
    background: none;
}

.container {
    height: 530px;
    max-height: 5300px;
    min-height: 530px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--c-black);
}


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

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

.ikont-content-forms .ikont-collapse-link {
    font-family: "Inter", 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: 15px;
}*/


.ikont-content-forms .ikont-button-form {
    font-family: "Inter", Helvetica, Arial, sans-serif;
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: bold;
    width: 60%;
    height: 40px;
    margin: 40px 0px 15px 0px;
    border: none;
    background: var(--c-secondary);
    border-radius: 5px;
    text-transform: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#046bd0', endColorstr='#F39E21', GradientType=1);
}

button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: var(--c-gray) !important;
    color: var(--c-white) !important;
    border-color: var(--c-gray) !important;
}

.ikont-content-faq {
    /*background: url(images/01-main-draw.svg) no-repeat bottom right;*/
    background-color: #E3182FB5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    text-align: center;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-size: 18px;
    background-size: 50%, cover;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
}

.ikont-content-forms,
.ikont-content-faq {
    padding-top: 20%;
}

.ikont-content-faq-logo {
    background: url(images/logo-sig-mejoratucasa.png) no-repeat center center;
    background-size: 100%, cover;
    height: 40%;
    min-height: 60%;
    max-height: 50%;
    width: 100%;
    margin-top: -8%;
}

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


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

#ikont-carousel-faq .carousel-indicators {
    bottom: 0px;
    left: 50%;
    margin: 0px auto;
    width: auto;
    transform: translateX(-50%);
}

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

#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: "Inter", 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: "Inter", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: var(--c-black);
    position: relative;
}

.carousel-inner {
    min-height: 160px !important;
}

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

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

.ikont-content-forms h3 {
    font-weight: bold;
    color: var(--c-black);
    position: relative;
    top: -40px;
}

@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;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}