/* CSS */


/*Centrar cuadro*/

@font-face {
    font-family: 'rocablack';
    src: url("../fonts/roca-black/roca_black-webfont.eot");
    src: url("../fonts/roca-black/roca_black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roca-black/roca_black-webfont.woff2") format("woff2"), url("../fonts/roca-black/roca_black-webfont.woff") format("woff"), url("../fonts/roca-black/roca_black-webfont.ttf") format("truetype"), url("../fonts/roca-black/roca_black-webfont.svg#rocablack") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTW01-75Bold';
    src: url('../fonts/roboto/Roboto-Bold.eot');
    src: url('../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('../fonts/roboto/Roboto-Bold.woff') format('woff'), url('../fonts/roboto/Roboto-Bold.ttf') format('truetype'), url('../fonts/roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/roboto/Roboto-Bold.eot');
    src: url('../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('../fonts/roboto/Roboto-Bold.woff') format('woff'), url('../fonts/roboto/Roboto-Bold.ttf') format('truetype'), url('../fonts/roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTW01-45Light';
    src: url('../fonts/roboto/Roboto-Light.eot');
    src: url('../fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Light.woff2') format('woff2'), url('../fonts/roboto/Roboto-Light.woff') format('woff'), url('../fonts/roboto/Roboto-Light.ttf') format('truetype'), url('../fonts/roboto/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/roboto/Roboto-Light.eot');
    src: url('../fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Light.woff2') format('woff2'), url('../fonts/roboto/Roboto-Light.woff') format('woff'), url('../fonts/roboto/Roboto-Light.ttf') format('truetype'), url('../fonts/roboto/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto/Roboto-Regular.eot');
    src: url('../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('../fonts/roboto/Roboto-Regular.woff') format('woff'), url('../fonts/roboto/Roboto-Regular.ttf') format('truetype'), url('../fonts/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Add font restyle **/
@font-face {
	font-family: 'SuisseIntl-Medium';
	src: url('../fonts/suisse-intl/SuisseIntl-Medium.eot');
	src: url('../fonts/suisse-intl/SuisseIntl-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/suisse-intl/SuisseIntl-Medium.woff2') format('woff2'), url('../fonts/suisse-intl/SuisseIntl-Medium.woff') format('woff'), url('../fonts/suisse-intl/SuisseIntl-Medium.ttf') format('truetype'), url('../fonts/suisse-intl/SuisseIntl-Medium.svg#SuisseIntl-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SuisseIntl-Regular';
	src: url('../fonts/suisse-intl/SuisseIntl-Regular.eot');
	src: url('../fonts/suisse-intl/SuisseIntl-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/suisse-intl/SuisseIntl-Regular.woff2') format('woff2'), url('../fonts/suisse-intl/SuisseIntl-Regular.woff') format('woff'), url('../fonts/suisse-intl/SuisseIntl-Regular.ttf') format('truetype'), url('../fonts/suisse-intl/SuisseIntl-Regular.svg#SuisseIntl-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
    --primary-font: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --primary-font-size: 12px;
    --primary-font-weight: 600;
    --primary-font-color: #fff;
    --secondary-font-color: #676a6c;
    --primary-link-color: #00538b;
    --primary-border-color: #1c84c6;
    --primary-background-color: #000;
    --primary-background-color-hover: #999;
}

body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    font-family: "SuisseIntl-Regular", Helvetica, Arial, sans-serif !important;
    color: var(--primary-background-color, #000);
}

.login-pf body {
    background: #f3f3f4;
    width: 300px;
    max-width: 400px;
}

.login-pf30 body {
    background: #ffffff;
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    display: inline-block;
}

.form-horizontal .form-group,
.form-horizontal .recovery-text {
    margin-bottom: 32px;
}

@media (min-device-width: 768px) {
    #kc-content-wrapper .form-horizontal {
        max-width: 75%;
        margin: 0 auto;
    }
}

#kc-reset-password-form {
    padding-bottom: -100px;
    max-width: 100%;
}

#kc-passwd-update-form {
    max-width: 100%;
}

@media (min-width: 993px) {
    #kc-reset-password-form {
        max-width: 50%;
    }
    #kc-passwd-update-form {
        max-width: 50%;
    }
}

#professional_block {
    padding-left: 3rem;
}

#kc-form-buttons {
    margin-top: 0px;
}

#kc-form-buttons2 {
    margin-top: -20px;
}

.card-pf {
    background: #f3f3f4;
    padding-top: 5px;
    margin-top: 35px;
    padding-bottom: 5px;
}

.login-pf-page30 {
    width: 100%;
    height: 70%;
}

.login-pf-header30 {
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

#kc-content2 {
    /* display:flex;*/
    margin-top: -12px;
    padding-left: 15px;
    padding-right: 15px;
}

#kc-content-wrapper2 {
    width: 100%;
}

.card-pf30 {
    background: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

h2,
h3,
h4 {
    text-align: left;
    color: var(--primary-background-color, #000);
    font-family: var(--primary-font);
    margin-bottom: 20px;
}

div#kc-header {
    width: 100%;
    font-family: var(--primary-font);
}

#kc-page-title {
    font-family: var(--primary-font);
    font-size: var(--primary-font-size);
    color: var(--secondary-font-color);
    text-align: center;
}

#kc-page-title2 {
    font-family: var(--primary-font);
    font-size: var(--primary-font-size);
    color: var(--secondary-font-color);
    text-align: center;
}

#kc-locale {
    /*selector de idiomas*/
    top: -120px;
}


/*
#kc-social-providers{
    top: 500px;
}
*/

.wlcm {
    margin-top: -160px;
    margin-bottom: 80px;
    padding: 10px;
}

.mensaje_bienvenida {
    margin-left: 5px;
    margin-bottom: 20px;
}

.mensaje_bienvenida30 {
    margin-bottom: 20px;
}


/* Roca- header */
.rs-search-header{
    background-color: #F6F6F6;
    padding: 16px 0;
    cursor: pointer;
}

.rs-search-header .container,
.rs-search-header .container-sm,
.rs-search-header .container-md,
.rs-search-header .container-lg {
    max-width: 1120px;
}

.rs-search-header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.rs-search-header-logo{
    width: 120px;
    height: 85px;
    background-image: url(../img/roca-logo.svg);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
}

.rs-search-header-close{
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: url(../img/close-icon.svg);
    background-size: 128%;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 576px){
    .rs-search-header-close {
        margin-right: 1rem;
    }
}
/* END - Roca- header */


/*Cuadros de texto y placeholders*/

input[type=text],
input[type=password],
select#country_selector,
select#preferred_language_selector {
    margin-bottom: 0px;
    background: var(--primary-background-color);
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    padding: 6px 12px;
    width: 100%;
    background-color: #ffffff;
    font-family: var(--primary-font);
    font-size: var(--primary-font-size);
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

[class*=form-group] input[type=text],
[class*=form-group] input[type=password],
[class*=form-group] select#country_selector,
[class*=form-group] select#preferred_language_selector,
.kc-rs-form-user input[type=text],
.kc-rs-form-password input[type=password]{
    font-family: 'SuisseIntl-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #141414;
}

/*Fuente de los placeholders*/

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
    font-family: var(--primary-font);
    font-style: normal;
}

.form-group30-border {
    border-bottom: 1px solid #000000;
}

.form-group30-border-last {
    border-bottom: 1px solid #000000;
}

div.kc-logo-text {
    background-image: none;
}

div.logo img {
    align-content: center;
    margin-left: 72px;
    width: 140px;
}

#kc-logo-wrapper {
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    margin: 62px auto 0;
}

#kc-header-wrapper {
    width: 0px;
    height: 0px;
}

#kc-form-login {
    color: var(--primary-font-color);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    /* Sobre-escribe estilos patternfly.css */
    background-color: #B0B0B0 !important;
    background-image: none !important;
    border-color: #B0B0B0 !important;
    color: #6D6D6D !important;
    opacity: 1;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}

#form-group {
    padding: 150px;
}

#kc-form-wrapper {
    margin-bottom: 25px;
    width: 260px;
    border-right: none;
}

#kc-form-wrapper30 {
    width: 100%;
    border-right: none;
    padding-left: 15px;
    padding-right: 15px;
}

#kc-social-providers {
    margin-left: 8px;
    width: 220px;
}

#kc-social-providers.social30 {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    text-align: center;
}

.login-pf-social-link a {
    background-color: var(--primary-background-color);
    color: #ffffff;
}


/*
.zocial.google, .zocial.facebook, .zocial.keycloak-oidc{
    background-color: #3367d6;
    color: #ffffff;
}
*/


@media (min-width: 993px) {
    .login-pf-page30-recuadro {
        width: 80%;
        border: 1px solid #000;
        margin: auto;
        height: 440px;
    }
    .login-div-derecho .login-pf-page30-recuadro {
        background-color: #EEEEEE;
    }
    .login-div-derecho .card-pf30 {
        background-color: #EEEEEE;
    }

    /** Card register **/
    .card-pf30 {
        margin: 72px 0;
        width: 100%;
    }
    .login-div-izquierdo {
        width: 33%;
        position: relative;
        float: left;
        background: url(../img/image1.jpg) no-repeat;
        background-size: cover;
        min-height: -webkit-fill-available;
        height: calc(100vh);
    }
    .login-div-central {
        width: 33%;
        position: relative;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        height: -webkit-fill-available;
        height: calc(100vh);
    }
    .login-div-derecho {
        width: 33%;
        position: relative;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        height: -webkit-fill-available;
        height: calc(100vh);
    }
    .login-div-izquierdo h1 {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0 100px 60px 60px;
        font-family: 'rocablack';
        font-size: 50px;
        line-height: 70px;
        color: #fff;
    }
    .rrss-social-list {
        display: flex;
    }
    .rrss-social-list li {
        width: 48%;
    }
    .mensaje_bienvenida30 h2 {
        font-size: 16px;
        font-weight: bold;
        line-height: 26px;
        letter-spacing: 1.9px;
    }
    .control-label30 {
        font-size: var(--primary-font-size);
        letter-spacing: 1px;
        line-height: 15px;
    }
    .form-group30-border input[type=text],
    .form-group30-border-last input[type=password] {
        font-size: var(--primary-font-size);
    }
    .form-group30-border {
        margin-bottom: 40px;
    }
    .login-div-derecho .icon-close {
        top: 40px;
        right: 40px;
    }
}

@media (max-width: 992px) {
    .card-pf30 {
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px 20px 30px 20px;
    }
    .login-div-izquierdo {
        position: static;
        font-size: 32px;
        line-height: 38px;
        color: #000;
        padding: 0;
        font-weight: 300;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 40px;
    }
    .login-div-derecho {
        width: 100%;
        position: relative;
        float: left;
    }
    .login-div-central {
        width: 100%;
        position: relative;
        float: left;
    }
    .login-div-izquierdo h1 {
        position: static;
        font-size: 32px;
        line-height: 38px;
        color: #000;
        padding: 0;
        bottom: 0;
        width: 100%;
        font-family: var(--primary-font);
    }
    .rrss-social-list {
        display: inline !important;
    }
    .rrss-social-list li {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .mensaje_bienvenida30 h2 {
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        letter-spacing: 1.2px;
    }
    .control-label30 {
        font-size: var(--primary-font-size);
        letter-spacing: 1.3px;
        line-height: 18px;
    }
    .form-group30-border input[type=text],
    .form-group30-border-last input[type=password] {
        font-size: var(--primary-font-size);
    }
    .form-group30-border {
        margin-bottom: 20px;
    }
    #kc-form-buttons2 input {
        margin-top: 30px !important;
    }
}

@media (min-width: 431px) and (max-width: 992px) {
    .login-div-derecho .icon-close {
        top: -490px;
        right: 20px;
    }
}

@media (max-width: 430px) {
    .login-div-derecho .icon-close {
        top: -510px;
        right: 20px;
    }
}

.mensaje_bienvenida30 h2 {
    font-family: var(--primary-font);
    font-weight: bold;
    color: #000;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    text-align: left;
}

.control-label30 {
    font-family: var(--primary-font);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000000;
    display: inline-block;
    font-weight: 700;
}

.form-group30-border input[type=text],
.form-group30-border-last input[type=password] {
    -moz-appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: 18px;
    padding: 2px 0;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    font-family: var(--primary-font);
    line-height: 18px;
    color: #000;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 400;
    overflow: visible;
}

.form-group input[type=text].inputBorder {
    -moz-appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: 22px;
    padding: 2px 0;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    font-family: var(--primary-font);
    line-height: 18px;
    color: #000;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 400;
    overflow: visible;
    border-bottom: 1px solid #000000;
    padding-bottom: 12px;
}

.form-group30-border input[type=text]:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--primary-border-color);
    outline: 0;
    box-shadow: none;
}

.form-group30-border-last input[type=password]:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--primary-border-color);
    outline: 0;
    box-shadow: none;
}

.form-remember-pass {
    font-family: var(--primary-font);
    font-size: var(--primary-font-size);
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
    color: var(--primary-link-color);
    padding-top: 8px;
    text-transform: uppercase;
    text-align: left;
}

.form-remember-pass:hover {
    color: var(--secondary-font-color);
}

.div-form-remember-pass {
    margin-bottom: 35px;
    margin-top: 5px;
}

#kc-form-buttons input{
	color: var(--Principal-colors-White-600, #F6F6F6);
	/* Body/Body S Regular */
	font-family: "SuisseIntl-Regular";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
     width: 100%;
	text-align: center;
    transition: background-color 0.75s ease;
	display: flex;
	height: 40px;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 4px;
	background: var(--Principal-colors-Black-Black, #141414);
	margin: 0;
}

#kc-form-buttons2 input,
#kc-form-buttons-recovery input,
#kc-passwd-update-form-buttons input{
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.3px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--primary-font-color);
    background-color: var(--primary-background-color);
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    width: 100%;
    cursor: pointer;
    padding: 30px 40px 30px 43px;
    height: 78px;
    text-align: center;
    display: inline-block;
    transition: background-color 0.75s ease;
    margin-top: 95px;
    margin-bottom: 30px;
}

@media (min-width: 993px) {
    #kc-form-buttons-recovery input,
    #kc-passwd-update-form-buttons input {
        max-width: 150px;
    }
}

#kc-form-buttons input:hover,
#kc-form-buttons2 input:hover,
#kc-form-buttons-recovery input:hover,
#kc-passwd-update-form-buttons input:hover {
    background-color: var(--primary-background-color-hover);
}

.rrss-social-list {
    font-size: 0;
    margin: 0 0 60px 0;
    padding: 0;
    width: 100%;
}

.rrss-social-list li {
    display: inline-block;
    margin-right: 4%;
    border: 1px solid #000;
}

.rrss-social-list li a {
    font-family: var(--primary-font);
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    height: 65px;
    display: flex;
    place-content: center;
    place-items: center;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.rrss-social-list li img {
    vertical-align: bottom;
    margin-right: 5px;
}

.img-google {
    width: 15px;
    height: auto;
}

.img-facebook {
    width: 9px;
    height: auto;
}

.rrss-social-list li a:hover {
    text-decoration: none;
}

/*.login-div-derecho .icon-text {
    font-family: var(--primary-font) !important;
    font-size: var(--primary-font-size);
    line-height: 20px;
    letter-spacing: 1.2px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
    height: 50px;
}*/

/*.login-div-derecho .icon-text:last-child {
    margin-bottom: 0;
}

.login-div-derecho .icon-text i {
    position: absolute;
    left: 0px;
}*/

/*.login-div-derecho .icon-text .icon-roca-user {
    background: url("../img/professionalprofile-40.svg") no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
}*/

/*.login-div-derecho .icon-text .icon-profesional {
    background: url("../img/technicalsupport-24.svg") no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
}*/

/*.login-div-derecho .icon-text a {
    font-family: var(--primary-font);
    font-size: var(--primary-font-size);
    line-height: 15px;
    letter-spacing: 1px;
    color: var(--primary-font-color);
    text-transform: uppercase;
    display: block;
}*/

/*.login-div-derecho .icon-text .icon-info {
    background: url("../img/info-18.svg") no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    position: static;
    display: inline-block;
    margin-left: 10px;
}*/

/*.login-div-derecho .icon-close {
    position: absolute;
    background: url("../img/cross-24.png") no-repeat;
    height: 24px;
    width: 24px;
    cursor: pointer;
}*/

#kc-social-providers p:first-child {
    font-family: var(--primary-font);
    font-size: var(--primary-font-size);
    line-height: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.font-family-helvetica75 {
    font-family: var(--primary-font);
    color: black;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    text-align: left;
}

.font-family-helvetica45 {
    font-family: var(--primary-font);
    font-size: var(--primary-font-size);
    line-height: 18px;
    color: #000;
}

.font-family-helvetica75-little {
    font-family: var(--primary-font);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 15px;
}

.form-control:hover {
    border-color: #141414;
}

form .form-control:focus,
form .has-error .form-control:focus{
    border-color: #141414;
    box-shadow: none;
}

form .has-error .form-control{
    border-color: inherit;
    box-shadow: none;
}

input.form-control {
    border: transparent;
    border-bottom: 1px solid var(--primary-border-color);
}


/* Loader */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
    opacity: 1;
    transition: opacity 1s;
    display: none;
}

#loader-wrapper.loaded {
    opacity: 0;
    pointer-events: none;
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    z-index: 1500;
    border: 3px solid transparent;
    border-top-color: var(--primary-background-color-hover);
    border-radius: 50%;
    /* copy and paste the animation inside all 3 elements */
    /* #loader, #loader:before, #loader:after */
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    /* include this only once */
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid transparent;
    border-top-color: var(--primary-background-color-hover);
    border-radius: 50%;
    /* copy and paste the animation inside all 3 elements */
    /* #loader, #loader:before, #loader:after */
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    /* include this only once */
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid transparent;
    border-top-color: var(--primary-background-color-hover);
    border-radius: 50%;
    /* copy and paste the animation inside all 3 elements */
    /* #loader, #loader:before, #loader:after */
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    /* include this only once */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}


/* --------------------- ESTILOS PERSONALIZADOS ----------------------- */
/** Restyle **/

/*#kc-form-buttons input {
    font-size: 14px;
}

.login-div-derecho .icon-text {
    font-weight: bold;
}

.roca_header {
    clear: both;
}

@media (max-width: 768px) {
    .login-pf-page {
        overflow-x: hidden!important;
        padding: 10px!important;
    }
}

.footer__lists h2 {
    text-align: left!important;
}*/

/** Restyle **/
.kc-rs-login-title {
    color: var(--Principal-colors-Black-Black, #141414);
    font-family: "SuisseIntl-Regular";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 72px 0;
    letter-spacing: -1px;
}

.kc-rs-login-title hr{
    display: none;
}

.kc-rs-login-container-left {
    float: left;
    margin-left: calc(50% - 516px);
}

.kc-rs-login-container-right {
    float: right;
    margin-right: calc(50% - 516px);
}

.kc-rs-login-container-right--two {
    margin-top: 1rem;
    float: right;
    margin-right: calc(50% - 516px);
}


.separator {
    margin-bottom: 72px;
    clear: both;
}

.kc-rs-form {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 400px;
	padding: 40px;
	background: var(--Principal-colors-White-600, #F6F6F6);
}

a,
.kc-rs-form-password-forgot-link,
span.register_checkbox a{
    color: #141414;
    /* Body/Body S Regular */
    font-family: "SuisseIntl-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-decoration: underline;
    cursor: pointer;
}

a:hover,
a:focus,
a:active{
    color: var(--Principal-colors-Black-Black, #141414);
    outline: none;
}

.kc-rs-form,
.kc-rs-register {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 500px;
    padding: 40px;
    background: var(--Principal-colors-White-600, #f6f6f6);
    gap: 24px;
}

.kc-rs-form {
    min-height: 364px;
}

.kc-rs-form.kc-rs-form--login {
    min-height: 604px;
    justify-content: center;
}

.alert--anonymus[style*="display: inline-flex"] + .kc-rs-login-container-right--two .kc-rs-form{
    min-height: unset;
}

.kc-rs-register {
    min-height: unset;
}


.kc-rs-register-text {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.kc-rs-form-title-h2,
.kc-rs-register-text-title {
    color: var(--Principal-colors-Black-Black, #141414);
    /* Headings/H5 SemiBold */
    font-family: "SuisseIntl-Medium";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: normal;
    text-align: left;
    margin: 0;
    letter-spacing: -1px;
}

.kc-rs-register-text-desc {
    color: #141414;
    /* Body/Body S Regular */
    font-family: "SuisseIntl-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin-bottom: 0;
}

.kc-rs-form-user input[type="text"],
.kc-rs-form-password input[type="password"] {
    display: flex;
    padding: 4px 8px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--Principal-colors-Black-Black, #141414);
    background: var(--Principal-colors-White-500, #fff);
    height: 40px;
}

/*.kc-rs-form-btn{
    margin-top: auto;
}*/

.kc-rs-form-btn input[type="submit"],
.kc-rs-register-btn input,
#kc-form-buttons-recovery input[type="submit"],
#kc-form-buttons input,
#kc-form-buttons2 input,
#kc-form-buttons-recovery input,
#kc-passwd-update-form-buttons input{
    /* Body/Body S Regular */
    font-family: "SuisseIntl-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    color: #141414;
    background-color: #F6F6F6;
    border: 1px solid #141414;
    border-radius: 4px;
    padding: 8px 16px;
    min-height: 42px;
    width: 100%;
   	display: flex;
   	align-items: center;
   	justify-content: center;
   	flex-wrap: nowrap;
    text-transform: none;
    text-align: center;
    cursor: pointer;
}

.kc-rs-form-btn input[type="submit"],
 #kc-form-buttons-recovery input[type="submit"],
#kc-form-buttons input,
#kc-form-buttons2 input,
#kc-form-buttons-recovery input,
#kc-passwd-update-form-buttons input{
	background: var(--Principal-colors-Black-Black, #141414);
	margin-bottom: 0;
	color: var(--Principal-colors-White-600, #F6F6F6);
	border: 0;
	background-image: none;
	height: auto;
}

#kc-form-buttons-recovery input[type="submit"]{
    max-width: unset;
}

.kc-rs-form-btn input[type="submit"]:hover,
#kc-form-buttons input#submit:hover,
#kc-form-buttons-recovery input[type="submit"]:hover,
#kc-form-buttons input:hover,
#kc-form-buttons2 input:hover,
#kc-form-buttons-recovery input:hover,
#kc-passwd-update-form-buttons input:hover{
    background-color: #4F4F4F;
    color: #F6F6F6;
}

.kc-rs-form-btn input[type="submit"]:active,
.kc-rs-register-btn input:active,
#kc-form-buttons input:active,
#kc-form-buttons2 input:active,
#kc-form-buttons-recovery input:active,
#kc-passwd-update-form-buttons input:active{
    background-color: #3D3D3D;
    color: #F6F6F6;
}

.kc-rs-form-btn input[type="submit"]:active,
.kc-rs-form-btn input[type="submit"]:focus,
#kc-form-buttons input#submit:active,
#kc-form-buttons input#submit:focus,
#kc-form-buttons-recovery input[type="submit"]:active,
#kc-form-buttons-recovery input[type="submit"]:focus,
#kc-form-buttons input:focus,
#kc-form-buttons2 input:focus,
#kc-form-buttons-recovery input:focus,
#kc-passwd-update-form-buttons input:focus{
    outline: none;
    background-color: #3D3D3D;
    color: #F6F6F6;
}

#kc-passwd-update-form-buttons input{
    margin-top: 30px;
}

.kc-rs-register-btn input:hover {
    color: #141414;
    background-color: #E7E7E7;
}

.kc-rs-register-btn input:active,
.kc-rs-register-btn input:focus {
    color: #141414;
    background-color: #D1D1D1;
    outline: none;
}

/** Register Restyle **/
input[type="text"],
input[type="password"],
select#country_selector,
select#preferred_language_selector {
    display: flex;
    height: 40px;
    padding: 4px 8px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--Principal-colors-Black-Black, #141414);
    background: var(--Principal-colors-White-500, #fff);
    color: #141414;
    font-family: "SuisseIntl-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    width: 100%;
}

input:focus,
select:focus,
input:focus-visible,
select:focus-visible,
input:active,
select:active{
    outline: none;
}

/*Fuente de los placeholders*/

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
    color: var(--Grayscale-Ordinary-500, #6d6d6d);
    /* Body/Body M Regular */
    font-family: "SuisseIntl-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.rs-name-icon,
.rs-address-icon,
.rs-email-icon,
.rs-tel-icon {
    background-repeat: no-repeat !important;
    background-position: 8px center !important;
    background-size: 18px !important;
    padding-left: 36px !important;
}

.rs-name-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 20C4 17 8 17 10 15C11 14 8 14 8 9C8 5.667 9.333 4 12 4C14.667 4 16 5.667 16 9C16 14 13 14 14 15C16 17 20 17 20 20' stroke='%236D6D6D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

.rs-email-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22 5H2V19H22V5Z' stroke='%23141414' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M2 5L12 14L22 5' stroke='%23141414' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M2 19L8.825 11.2' stroke='%23141414' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M22 19L15.156 11.178' stroke='%23141414' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

.rs-tel-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7408 18.4036L15.8976 15.2467L21.1147 18.8853L19.9444 20.0556C19.1648 20.8351 18.0206 21.1243 16.9643 20.8088C13.7351 19.8441 10.8342 18.0755 8.26172 15.503C5.68922 12.9305 3.92062 10.0296 2.95593 6.8004C2.64037 5.74412 2.92956 4.59987 3.70908 3.82035L4.87937 2.65005L8.51796 7.86707L5.3611 11.0239' stroke='%23141414' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

.rs-address-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21C16 16.8 18 12.8 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 12.8 8 16.8 12 21Z' stroke='%23141414' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12 10C12.5523 10 13 9.55229 13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55229 11.4477 10 12 10Z' stroke='%23141414' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    padding: 0;
    gap: 1rem;
}

.start {
    align-items: start;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.checkmark {
    width: 24px;
    height: 24px;
    border: 2px solid #141414;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.custom-checkbox input:checked + .checkmark {
    background-color: #fff;
}

.custom-checkbox input:checked + .checkmark::after {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="18" height="13" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.88885 6.88889L6.3333 11.3333L16.111 1.55554" stroke="%23141414" stroke-width="2" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.checkbox label {
    color: var(--Principal-colors-Black-Black, #141414);
    /* Body/Body M Regular */
    font-family: "SuisseIntl-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    padding: 0;
}

label.control-label,
span.register_checkbox,
.custom-checkbox span,
.rs-label,
.form-horizontal .recovery-text {
    color: var(--Principal-colors-Black-Black, #141414);
    /* Body/Body M Regular */
    font-family: "SuisseIntl-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-transform: none;
}

span.register_checkbox a{
    text-decoration: underline;
}

.form-horizontal label.control-label {
    margin-bottom: 0.5rem;
    padding-top: 0;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
label.control-label span.red {
    color: var(--Principal-colors-Black-Black, #141414);
}

.rs-d-flex-all {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    padding: 0 20px;
}

.rs-d-flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.align-start {
    align-items: flex-start;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mt-0 {
    margin: 0 !important;
}

.mb-72 {
    margin-bottom: 72px !important;
}

.rs-hr {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.alert,
.card-pf30 .alert,
 #kc-error-message{
	position: relative;
	display: flex;
	top: initial;
	max-width: 75%;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #fff;
	padding-left: 0;

    /* Body/Body S Regular */
	font-family: "SuisseIntl-Regular";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	border-width: 0;
}

.alert > .pficon,
.alert > .pficon-layered{
    display: none;
}

@media (min-device-width: 768px) {
    #kc-content-wrapper.login-template .kc-feedback-text {
        padding-left: 0;
    }
}

#kc-error-message {
    flex-flow: column;
    padding: 7px;
    padding-left: 34px;
    flex-flow: column;
}

.alert.alert--login{
    margin-left: calc(50% - 516px);
    margin-right: calc(50% - 516px);
}

.alert.alert--anonymus {
    width: 500px;
    margin: 1rem 30px 0 30px !important;
    padding: 0 !important;
    text-align: left;
    align-items: left;
    justify-content: left;
}

.alert.alert-success{
    color: green;
}

.alert.alert-error{
    color: #B51614;
}

.alert.alert-warning{
    color: orange;
}

.alert.alert-info{
    color: blue;
}

.alert .pficon:before {
    color: inherit;
}

.roca_footer {
    clear: both;
}

/** reset para el estilo de 8.8px **/
header .search-input {
    font-size: 14px !important;
}


@media (min-width: 769px) and (max-width: 1100px) {
    .kc-rs-form,
    .kc-rs-register {
        width: 330px;
    }

    .kc-rs-form--login {
        height: auto;
    }

    .kc-rs-login-container-right {
        margin-right: calc(50% - 340px);
    }

    .kc-rs-login-container-left {
        margin-left: calc(50% - 340px);
    }

    .alert {
		margin-left: calc(50% - 340px);
	}
}

@media only screen and (max-width: 844px) and (orientation: landscape) {
    .kc-rs-form,
    .kc-rs-register {
        width: 100%;
    }

    .kc-rs-login-container-right {
        float: none;
        margin: 0 40px;
        margin-bottom: 1rem;
    }

    .kc-rs-login-container-left {
        float: none;
        margin: 0 40px;
        margin-bottom: 1rem;
    }

    .alert {
        margin: 0 40px;
        margin-bottom: 1rem;
    }

    .alert--anonymus {
		margin: 0 !important;
	}

    .kc-rs-form--login {
        height: auto;
    }
}

@media (max-width: 768px) {
    .kc-rs-form,
    .kc-rs-register {
        width: 100%;
    }

    .kc-rs-login-container-right {
        float: none;
        margin: 0 40px;
        margin-bottom: 1rem;
    }

    .kc-rs-login-container-left {
        float: none;
        margin: 0 40px;
        margin-bottom: 1rem;
    }

    .alert {
        margin: 0 40px;
        margin-bottom: 1rem;
    }

    .alert--anonymus {
		margin: 0 !important;
	}

    .kc-rs-form--login {
        height: auto;
    }
}
