:root {
    --color-1: #a4761d; /* 164 118  29 */
    --color-2: #737373; /* 115 115 115 */
    --color-3: #d9d9d9; /* 217 217 217 */
    --color-4: #adadad; /* 173 173 173 */
    --color-5: #8e8471; /* 169 162 148 */
    --color-6: #f7f7f5; /* 247 247 245 */
    --color-7: unset;
    --color-8: white;
    --contentWidth: 1200px;
    --contentPadding: 48px;
    --sectionPadding: 48px;
}

.modo-oscuro {
  --color-1: #d7c8aa;
  --color-2: #bfbfbf;
  --color-3: #262626;
  --color-4: #404040;
  --color-5: #f7f7f5;
  --color-6: #737373;
  --color-7: black;
  --color-8: white;
}

div.f3-project-1, div.f3-project-2 {
    mask-image: url(Configurator/images/FABER3D_TW.png);
    background-color: white;
    width: 243px !important;
    height: 36px;
    margin-top: 2px;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

/* to make darker the logo */
.f3-project.w3-bar-item.w3-wide.f3-weight::after {
    content: "";
    position: absolute;
    inset: 0;
/* 
    background: rgba(0, 0, 0, 0.3);
*/
    pointer-events: none;
    z-index: 1;
}

.f3-process {
    margin-left: 0px;
    padding-left: var(--contentPadding);
}
.f3-examples  {
    margin-left: 0px;
    padding-left: 40px; /*8px less because it contains w3-third with 8px of padding*/
}
.f3-process i {
    display: none;
}

.f3-process div.w3-quarter {
    height: 20em;
    color: white;
}

.f3-process div.w3-quarter p {
    font-size: 1.2em;
    line-height: initial;
    margin: 1em;
}

.f3-process div.w3-quarter p.w3-large,
.f3-pricing li.w3-xlarge {
    font-size: 2.3em !important;
    font-weight: 600;
}

.f3-process div.w3-quarter.f3-process3 {
    color: #626261;
}

.f3-process1 {
    background-color: var(--color-1);
}

.f3-process2 {
    background-color: var(--color-2);
}

.f3-process3 {
    background-color: var(--color-3);
}

.f3-process4 {
    background-color: var(--color-4);
}

.f3-plan-highlighted {
    background-color: var(--color-2);
}

.f3-plans {
    background-color: var(--color-3);
}

.f3-process div.w3-quarter {
    position: relative;
}

.f3-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    right: -24px;
    top: 40%;
    z-index: 1;
    background-color: inherit;
}

.f3-pricing {
    color: var(--color-2);
    padding-left: 48px;
}

.f3-pricing ul.f3-plan-highlighted {
    color: white;
}

.f3-pricing .w3-ul li {
    padding: initial;
    /* A6 */
    border-bottom: initial;
}

.f3-pricing ul {
    border-radius: 1em;
    padding-left: 1.2em;
    padding-right: 1em;
    height: 612px;
    position: relative;
}
.f3-pricing ul.f3-plan-highlighted {
    height: 652px;
    top: -20px;
}
.f3-pricing ul.w3-ul li:nth-last-child(2) {
    top: 380px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: ruby-text;
}
.f3-pricing .f3-border {
    border: 1px solid var(--color-3);
    font-size: small;
    position: relative;
    top: -10px;
    left: 8px;
    border-radius: 0.25rem;
    padding: 3px;
}
.f3-pricing ul.w3-ul li:nth-last-child(2) span {
    display: ruby-text;
}
.f3-pricing ul.w3-ul li:last-child {
    border-bottom: none;
    bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#pricing p#planFootNote {
    padding-left: 48px;
}

.f3-register {
    padding: 16px;
    margin-top: 0px;
}

body.faber3d div#content {
    max-width: var(--contentWidth);
    margin-left: auto;
    margin-right: auto;
    padding: 0px var(--contentPadding);
}
body.faber3d,
html,
select {
    /* background-color: rgb(238 238 236); */
    background-color: var(--color-6);
    color: var(--color-5) !important;
}

div#myNavbar i.fa {
    display: none;
}

div#myNavbar i.fa.fa-bars {
    display: initial;
}

.f3-weight,
.f3-weight h2 {
    font-weight: bold;
}

#belowMenu {
    width: 5em;
}

video#videoHeader {
    border-radius: 0px;
    display: block;
    transform: scaleX(-1);
}
#divRegister {
    width: 100%;
    padding-left: var(--sectionPadding);
}
.f3-guide {
    padding-left: var(--sectionPadding);
}
#divWebs {
    margin-top: 3em;
    padding-left: var(--sectionPadding);
}
#divWebs img, #divWebs .top-bar, #divWebs .bottom-bar {
    width: 80%;
}

img#web_system {
    height: 537px;
}

#divRegister img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

@media (min-width:601px) {
    .f3-display {
        margin-top: 4em;
    }
    body.faber3d div#content {
        padding: 0px 48px;
    }
    video#videoHeader {
        width: 640px;
        height: 639px;
    }
    #divRegister {
        display: flex;
    }
    #divRegister .w3-half {
        flex: 1;
        overflow: hidden;
    }
}
@media (max-width:601px) {
    .f3-display {
        margin-top: 5em;
    }
    body.faber3d div#content {
        padding: 0px 24px;
    }
    video#videoHeader {
        width: 100%;
    }
}
.f3-container:before, f3-container:after {
    content: "";
    display: table;
    clear: both;
}

.f3-background,
.w3-hover-white:hover {
    background-color: var(--color-6) !important;
    text-align: center;
}

header.bgimg-1 {
    background-position: center;
    background-size: cover;
    /* background-image: url("w3images/cupboardRoom.png"); */
    /* background-image: url("w3images/cupboardTransparent.png"); */
    /* background-image: url("w3images/portada2.png"); */
    min-height: 87%;
    background-size: 91%;
    background-repeat: no-repeat;
    background-position-x: center;
    
    margin-left: auto;
    margin-right: auto;
}

.f3-menu {
    text-align: center !important;
    margin: auto;
    display: inline-flex;
    text-transform: uppercase;
}

.f3-menu-right {
    text-transform: uppercase;
    float: right;
}

.video {
    text-transform: uppercase;
}

.f3-jumbo {
    font-size: 36px !important;
    color: var(--color-5);
    text-transform: uppercase;
    font-weight: bold;
}

.f3-logo-text {
    padding-right: 42px;
    background: url(w3images/logo33transparent.png) no-repeat right top;
    background-size: 26px;
}

h3.f3-title {
    background: url(w3images/logo33transparent.png) no-repeat left top;
    background-size: 26px;
    margin-left: 0em;
    padding: 4px 48px 0px var(--sectionPadding);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
}

.f3-subtitle {
    font-size: 18px !important;
    color: var(--color-5);
    /* text-transform: uppercase; */
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 0em;
    padding-left: 48px;
    border: none;
}

a.f3-icon {
    display: inline;
}
li.f3-icon {
    padding: 2px 32px !important;
    background: url(w3images/logo33transparent.png) no-repeat left center;
    background-size: 16px;
    border: none;
}
.otherHelp {
    padding-left: 48px;
}
.w3-ul.otherHelp li.f3-icon {
    background: none;
    padding-left: 0px !important;
}
.otherHelp span {
    margin-left: 2em;
}
.f3-pricing li.f3-icon.f3-dark {
    background: url(w3images/logo33transparentDark.png) no-repeat left center;
    background-size: 16px;
}

.f3-large.header_large {
    font-size: 18px !important;
    color: var(--color-5);
    text-transform: uppercase;
    display: block;
    margin-top: 1em;
}

.f3-description {
    color: var(--color-5);
    display: block;
    line-height: 1.3;
    font-size: 16px !important;
}

#project {
    color: var(--color-1) !important;
}

.f3-button-fill {
    color: #fff !important;
    background-color: var(--color-1) !important;
    border-radius: 16px;
    font-weight: 500;
    text-transform: uppercase;
    width: 18em;
    border: solid var(--color-1) 3px
        /*margin-left: 3em;     A6 */
}

.f3-button-fill:hover,
.f3-button-outline:hover {
    color: var(--color-1) !important;
    background-color: rgba(164, 119, 29, 0.318) !important;
}

.f3-button-fill-dark:hover {
    color: #fff !important;
    background-color: rgba(164, 119, 29, 0.318) !important;
}

.f3-half-button {
    margin-left: 10em;
    margin-top: 1em;
    display: block;
    margin-bottom: -2em;
}

.f3-button-outline {
    /* color: #000 !important; */
    background-color: #ffeb3b00 !important;
    border: var(--color-1) solid 3px;
    color: var(--color-1);
    border-radius: 16px;
    font-weight: 500;
    text-transform: uppercase;
    width: 18em;
    /*margin-left: 3em;     A6 */
}

.f3-pricing li .f3-button-outline,
.f3-pricing li .f3-button-outline:hover {
    /* background-color: #e9e9e9 !important; */
    margin-left: 0em;
    width: 100%;
    /*padding: 12px 64px !important; A6 */
    max-width: 20em;
}

.f3-pricing li .f3-button-fill,
.f3-pricing .f3-button-fill:hover {
    margin-left: 0em;
    width: 100%;
    /*padding: 12px 64px !important; A6 */
}

a#linkIframe {
    z-index: 99;
    position: relative;
    top: -2em;
}
.f3-row-padding {
    width: calc(100% - 48px);
    margin-top: -55px;
    margin-right: 0rem;
    margin-left: 48px;
}
iframe#iframeExample1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.f3-iframe {
    /* float: left; */
    /* width: calc(100% - 48px); */
    position: relative;
    height: 70vh;
    margin-left: 0px;
}
.f3-iframe.backgroundColor {
    background-color: #c5c5c5;
    margin-top: 3em;
}


span.circle {
    width: 15px;
    height: 15px;
    background-color: var(--color-8);
    border-radius: 50%;
}
.top-bar {
    display: flex;
    gap: 15px;
    padding: 20px 24px 10px;
    align-items: center;
    background-color: var(--color-1);
    z-index: 0;
    position: relative;
    top: 45px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#divWebs .w3-half {
    cursor: pointer;
}
#divWebs .top-bar {
    top: 0px;
}
#divWebs a {
    margin-right: 20%;
}
.bottom-bar {
    display: flex;
    gap: 15px;
    padding: 12px 22px 3px;
    align-items: center;
    background-color: var(--color-1);
    z-index: 0;
    position: relative;
    top: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

div.f3-examples div.w3-card,
div.f3-examples div.w3-container {
    background-color: white;
    color: var(--color-7);
}

.f3-examples img {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 3%;
    border-radius: 2px;
}

.f3-examples .w3-container {
    min-height: 26em;
}

.f3-languageSelect {
    border: none;
}

.f3-navBar {
    box-shadow: none;
}

.f3-nav-button:hover {
    background-color: transparent !important;
    color: var(--color-1) !important;
    font-weight: bold;
}

@media (min-width:601px) {
.f3-header-buttons {
    margin-left: 5rem;
}
}

.f3-box-container {
    flex: auto;
    display: flex;
    margin-left: 0rem;
}

.f3-yellow-container {
    background-color: #A4761D;
    width: 48px;
    height: 45px;
}

.f3-gray-container {
    background-color: #737373;
    color: #FFFFFF;
    font-weight: 600;
    padding: 6px;
    padding-right: 15px;
    width: fit-content;
    padding-left: 15px;
    height: 45px;
    margin-top: 0;
    margin: 0px;
}

.f3-gray-container-text {
    margin-top: 4px;
    text-transform: uppercase;
}

/* to include the divs with float */
section::after {
    content: "";
    display: table;
    clear: both;
}
section#home {
    margin-left: 48px;
    margin-right: 48px;
}
.f3-process-number {
    text-align: end;
    font-size: 80px !important;
    font-weight: bold;
    margin: 0px !important;
    margin-right: 15px !important;
    color: #ffffff70;
    font-family: arial;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.f3-example-img {
    cursor: pointer;
}

.f3-card {
    box-shadow: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.f3-card-bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    overflow: hidden;
}

.f3-light-grey {
    border-radius: 7px;
    color: #505050 !important;
    font-weight: bold;
}

.f3-example-number {
    text-align: end;
    font-size: 350px !important;
    font-weight: bold;
    margin: 0px !important;
    color: rgba(0, 0, 0, 0.03);
    font-family: arial;
    position: absolute;
    top: -120px;
    left: -80px;
    overflow: hidden;
    pointer-events: none;
}

.f3-example-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem;
}

.f3-yellow {
    color: #fff !important;
    background-color: #a4772c !important;
}

form {
    margin-top: 2em !important;
}

.active {
    color: #a4772c !important;
    font-weight: bold;
}

.f3-black-transparent {
    background-color: #00000090 !important;
}

.f3-card-bottom p {
    padding: 0 1rem;;
}
.f3-card-bottom ul {
    padding: 1rem;
}
.f3-card-bottom .w3-button {
    margin-left: auto;
    margin-right: auto;
}