@font-face {
    font-family: Jost-Bold;
    src: url(../fonts/Jost-Bold.ttf)
}

@font-face {
    font-family: Jost-Light;
    src: url(../fonts/Jost-Light.ttf)
}

@font-face {
    font-family: Jost-Normal;
    src: url(../fonts/Jost-Regular.ttf)
}

html,
body,
#root {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: ivory
}

.LoaderPreviewContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 880px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000
}

.LoaderPreviewContainer .logo {
    width: 150.756px;
    height: 32px;
    position: absolute;
    top: 80px
}

.LoaderPreviewContainer .loaderLogo {
    width: 193.262px;
    height: 48px
}

.LoaderPreviewContainer .progressBar {
    width: 202px;
    height: 6px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50px
}

.LoaderPreviewContainer .progressBar div {
    border-radius: 50px;
    height: 100%;
    background: #fff
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #141414
}

h2 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ButtonTitleSelected {
    user-select: none;
    font-family: Jost-Bold;
    font-size: 18px !important;
    font-weight: 300
}

.ButtonTitleNorm {
    cursor: pointer;
    font-family: Jost-Light;
    font-size: 18px !important
}

.customButton {
    cursor: pointer;
    width: 195px;
    height: 40px;
    border-radius: 50px;
    margin-right: 15px;
    outline: none
}

.headerModification {
    position: fixed;
    border-bottom: solid 1px #9f9f9f;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: 50px;
    z-index: 2;
    border-radius: 60px 60px 0 0
}

.headerModification .titles {
    display: flex;
    justify-content: space-evenly
}

.infoWrapper {
    position: fixed;
    top: 10px;
    left: 40px;
    width: auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    z-index: 3
}

.infoWrapper h4 {
    padding-left: 45px;
    font-family: Jost-Light;
    font-size: 12px;
    text-transform: uppercase;
    line-height: .8
}

.infoWrapper .sceneLogo {
    position: fixed;
    top: 20px;
    left: 35%
}

@media only screen and (min-width: 2000px) {
    .infoWrapper .sceneLogo {
        left: 40%
    }
}

.infoWrapper .sceneLogoView {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto
}

.infoWrapper .backButton {
    cursor: pointer;
    color: #020b18;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    width: 155px;
    align-items: center;
    background-color: transparent;
    border: none;
    margin: 20px 0
}

.infoWrapper .backButtonView {
    cursor: pointer;
    color: #020b18;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    width: 110px;
    align-items: center;
    background-color: transparent;
    border: none;
    margin: 20px 0
}

.shareButton {
    position: fixed;
    z-index: 3;
    bottom: 20px;
    left: 400px
}

#root .fullWidth {
    width: 100% !important
}

@media only screen and (max-width: 900px) {
    .headerModification {
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
        width: 400px;
        height: 50px;
        z-index: 2;
        border-radius: 60px 60px 0 0
    }

    .headerModification .titles {
        display: flex;
        justify-content: space-evenly
    }

    .headerModification .titles div h2 {
        font-size: 18px !important
    }

    .customButton {
        cursor: pointer;
        width: 125px;
        height: 30px;
        border-radius: 50px;
        margin-right: 15px;
        outline: none;
        font-size: 12px
    }
}

@media only screen and (max-width: 1023px) {
    .infoWrapper h4 {
        font-size: 8px
    }

    .infoWrapper .sceneLogo {
        width: 80px
    }
}

@media only screen and (min-width: 775px) {
    #root {
        position: fixed;
        top: 0;
        left: 0;
        width: 70vw;
        height: 100%;
        background: ivory
    }
}

@media only screen and (min-width: 1960px) {
    #root {
        width: 90vw
    }
}

@media only screen and (min-width: 1024px) {
    .infoWrapper h4 {
        font-size: 12px
    }

    .infoWrapper .sceneLogo {
        width: 150px
    }
}

@keyframes opacityAnim {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.ModalCamaroteContainer {
    position: fixed;
    display: flex;
    align-items: start;
    padding-top: 50px;
    top: 0;
    bottom: 20%;
    left: 0;
    right: 0;
    animation: ModalCamaroteAnimContainer 1s
}

.ModalCamaroteContainer .ModalCamaroteWrapper {
    border-radius: 20px;
    animation: ModalCamaroteAnimWrapper 2s;
    width: 100%;
    height: 100%
}

.ModalCamaroteContainer .ModalCamaroteWrapper .ModalCamaroteScene {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    border-radius: 20px;
    height: 70%;
    margin: auto;
    background-color: #fff;
    padding: 20px
}

.ModalCamaroteContainer .ModalCamaroteWrapper .ModalCamaroteScene img {
    border-radius: 10px;
    width: 100%;
    height: 100%
}

.ModalCamaroteContainer .ModalCamaroteWrapper .ModalCamaroteScene canvas {
    border-radius: 20px
}

@media only screen and (max-height: 575px) {
    .ModalCamaroteContainer .ModalCamaroteWrapper {
        height: 70%;
        width: 100%
    }
}

@media only screen and (max-width: 775px) {
    .ModalCamaroteContainer .ModalCamaroteWrapper .ModalCamaroteHeader {
        top: -50px
    }

    .ModalCamaroteContainer .ModalCamaroteWrapper .ModalCamaroteScene {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    border-radius: 20px;
    height: 70%;
    margin: auto;
    background-color: #fff;
    padding: 20px
}

    .ModalCamaroteContainer .ModalCamaroteWrapper .ModalCamaroteHeader h2 {
        font-size: 16px
    }

    .ModalCamaroteContainer .ModalCamaroteWrapper .ModalCamaroteHeader .closeButton {
        top: -50px
    }

    .ModalCamaroteContainer .ModalCamaroteWrapper .ModalCamaroteHeader .closeButton h2 {
        color: #000;
        text-transform: uppercase;
        font-size: 18px;
        cursor: pointer
    }
}

@media only screen and (min-width: 666px) and (max-width: 965px) {
    .ModalCamaroteContainer .ModalCamaroteWrapper .ModalCamaroteHeader {
        top: -70px
    }

    .ModalCamaroteContainer .ModalCamaroteWrapper .ModalCamaroteHeader h2 {
        font-size: 18px
    }

    .ModalCamaroteContainer .ModalCamaroteWrapper .ModalCamaroteHeader .closeButton h2 {
        color: #000;
        text-transform: uppercase;
        font-size: 18px;
        cursor: pointer
    }
}

.ModalCamaroteContainerModeEdit {
    width: 100%
}

.ModalCamaroteContainerModeEdit .ModalCamaroteWrapper {
    position: relative
}

@media only screen and (min-width: 1275px) {
    .ModalCamaroteContainerModeEdit .ModalCamaroteWrapper {
        width: 95%;
        margin: auto
    }
}

@media only screen and (min-width: 1475px) {
    .ModalCamaroteContainerModeEdit .ModalCamaroteWrapper {
        width: 90%;
        margin: auto
    }
}

@media only screen and (min-width: 2075px) {
    .ModalCamaroteContainerModeEdit .ModalCamaroteWrapper {
        max-width: 70%;
        margin: auto
    }
}

@media only screen and (min-width: 2475px) {
    .ModalCamaroteContainerModeEdit .ModalCamaroteWrapper {
        max-width: 60%;
        margin: auto
    }
}

.ModalCamaroteContainerModeEdit .ModalCamaroteWrapper .ModalCamaroteScene {
    display: flex;
    scale: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    max-width: 500px
}

@media only screen and (min-width: 1775px) {
    .ModalCamaroteContainerModeEdit .ModalCamaroteWrapper .ModalCamaroteScene {
        max-width: 500px
    }
}

.ModalCamaroteContainerModeEdit .ModalCamaroteWrapper .ModalCamaroteScene img {
    border-radius: 5px 5px 0 0;
    width: 500px;
    height: 350px
}

@media only screen and (max-width: 1575px) {
    .ModalCamaroteContainerModeEdit .ModalCamaroteWrapper .ModalCamaroteScene img {
        width: 400px;
        height: 250px
    }
}

@media only screen and (max-width: 1082px) {
    .ModalCamaroteContainerModeEdit .ModalCamaroteWrapper .ModalCamaroteScene img {
        width: 350px;
        height: 220px
    }
}

@media only screen and (max-width: 960px) {
    .ModalCamaroteContainerModeEdit .ModalCamaroteWrapper .ModalCamaroteScene img {
        width: 300px;
        height: 200px
    }
}

.ModalCamaroteContainerModeEdit .ModalCamaroteWrapper .ModalCamaroteScene canvas {
    border-radius: 20px
}

.ModalCamaroteContainerModeEdit .ModalCamaroteWrapper .ModalCamaroteScene:nth-child(1) {
    left: 0
}

.ModalCamaroteContainerModeEdit .ModalCamaroteWrapper .ModalCamaroteScene:nth-child(2) {
    right: 0
}

.ModalCamaroteContainerModeEdit .ModalCamaroteWrapper .cardActive {
    position: absolute;
    top: -400px;
    scale: 1;
    transition-duration: 1s
}

@media only screen and (max-width: 1575px) {
    .ModalCamaroteContainerModeEdit .ModalCamaroteWrapper .cardActive {
        top: -300px
    }
}

@media only screen and (max-width: 1082px) {
    .ModalCamaroteContainerModeEdit .ModalCamaroteWrapper .cardActive {
        top: -270px
    }
}

@media only screen and (max-width: 960px) {
    .ModalCamaroteContainerModeEdit .ModalCamaroteWrapper .cardActive {
        top: -250px
    }
}

.ModalCamaroteContainerModeEdit .ModalCamaroteWrapper .cardOff {
    top: -380px;
    position: absolute;
    scale: .9;
    transition-duration: 1s
}

@media only screen and (max-width: 1575px) {
    .ModalCamaroteContainerModeEdit .ModalCamaroteWrapper .cardOff {
        top: -290px
    }
}

@media only screen and (max-width: 1082px) {
    .ModalCamaroteContainerModeEdit .ModalCamaroteWrapper .cardOff {
        top: -260px
    }
}

@media only screen and (max-width: 960px) {
    .ModalCamaroteContainerModeEdit .ModalCamaroteWrapper .cardOff {
        top: -240px
    }
}

@keyframes ModalCamaroteAnimContainer {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes ModalCamaroteAnimWrapper {
    0% {
        opacity: 0;
        bottom: -600px
    }

    to {
        opacity: 1;
        bottom: 0px
    }
}

.selectionModal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 280px;
    z-index: 2;
    border-radius: 60px 60px 0 0;
    box-shadow: 0 0 125px #0000000d
}

.selectionModal .wrapper {
    position: relative;
    width: 80%;
    height: 100%;
    padding-top: 10px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

.selectionModal .wrapper .primaryTitle {
    user-select: none;
    font-family: Jost-Bold;
    font-size: 18px !important;
    font-weight: 300
}

.selectionModal .wrapper .layoutsWrapper {
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between
}

.selectionModal .wrapper .layoutsWrapper .titles {
    margin: 0 !important
}

.selectionModal .wrapper .layoutsWrapper .layouts {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    width: 280px;
    animation: opacityAnim;
    animation-duration: 2s
}

.selectionModal .wrapper .layoutsWrapper .layouts h2 {
    margin: auto;
    width: 180px
}

.selectionModal .wrapper .layoutsWrapper .layouts:after {
    content: "";
    width: 1px;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    height: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -5px
}

.selectionModal .wrapper .layoutsWrapper .layoutsTwo:nth-child(3) h2 {
    width: 120px
}

.selectionModal .wrapper .layoutsWrapper .layouts:nth-child(1):after {
    display: none
}

.selectionModal .wrapper .titles {
    display: flex;
    justify-content: space-evenly
}

.selectionModal .wrapper .titles div {
    margin: 0;
    text-align: center
}

.selectionModal .wrapper .buttonsWrapper {
    display: flex;
    justify-content: center;
    margin: 20px 20px 50px
}

.selectionModal .wrapper .buttonsWrapper>.customButton {
    margin: 0 20px
}

@media only screen and (max-width: 845px) {
  .selectionModal {
    height: 260px !important;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    overflow-x: hidden;
    justify-content: space-between;
  }

  .selectionModal .wrapper {
    width: 100%;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .selectionModal .wrapper .primaryTitle {
    font-size: 16px !important;
    text-align: center;
    margin: 5px 0 10px !important;
    width: 100%;
  }

  .selectionModal .wrapper .titles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 12px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .selectionModal .wrapper .titles div {
    flex: 0 0 48%;
    text-align: center;
  }

  .selectionModal .wrapper .titles div h2 {
    font-size: 15px !important;
    width: auto !important;
    margin: 0px 15px !important;
  }

  .selectionModal .wrapper .layoutsWrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .selectionModal .wrapper .layoutsWrapper .layouts {
    width: 100% !important;
    justify-content: center;
    height: auto;
  } 

  .selectionModal .wrapper .buttonsWrapper {
    margin: 8px  0;
    justify-content: center;
    width: 90%;
    display: flex;
  }

  .selectionModal .wrapper .buttonsWrapper > .customButton {
    width: 80%;
    height: 100%;
    font-size: 14px;
    padding: 15px 25px;
    justify-content: center;
    text-align: center;
  }
}


.boat-name-section {
  padding: 15px;
  background: #f8f8f8;
  border-radius: 8px;
  margin-top: 20px;
}

.boat-name-section input,
.boat-name-section select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.text-color-selector {
  display: flex;
  gap: 10px;
}

.text-color-selector button {
  flex: 1;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
}

.AccordeonItem {
    border-bottom: solid 1px #c0d5e4
}

.AccordeonItem .AccordeonItemHead .Head .pencil {
    display: none;
    margin: auto 15px
}

.AccordeonItem .AccordeonItemHead .Head .toSelect {
    animation: borderLoop infinite
}

.AccordeonItem .AccordeonItemHead .Head .colorBox {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: solid 1px #9f9f9f;
    margin-right: 12px
}

.AccordeonItem .AccordeonItemHead .Head .toSelect {
    cursor: cell;
    overflow: hidden;
    position: relative;
    z-index: 4
}

.AccordeonItem .AccordeonItemHead .Head .toSelect:before,
.AccordeonItem .AccordeonItemHead .Head .toSelect:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    border: 3px groove transparent;
    width: 0;
    height: 0
}

.AccordeonItem .AccordeonItemHead .Head .toSelect:before {
    top: 0;
    left: 0;
    border-top-color: #0fd;
    border-right-color: #0fd;
    animation: border 2s infinite
}

.AccordeonItem .AccordeonItemHead .Head .toSelect:after {
    bottom: 0;
    right: 0;
    animation: border 2s 1s infinite, borderColor 2s 1s infinite
}

.AccordeonItem .AccordeonItemHead:hover .Head .pencil {
    cursor: pointer;
    display: block
}

@keyframes border {
    0% {
        width: 0;
        height: 0
    }

    25% {
        width: 100%;
        height: 0
    }

    50% {
        width: 100%;
        height: 100%
    }

    to {
        width: 100%;
        height: 100%
    }
}

@keyframes borderColor {
    0% {
        border-bottom-color: #0fd;
        border-left-color: #0fd
    }

    50% {
        border-bottom-color: #0fd;
        border-left-color: #0fd
    }

    51% {
        border-bottom-color: transparent;
        border-left-color: transparent
    }

    to {
        border-bottom-color: transparent;
        border-left-color: transparent
    }
}

.ColorBox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    border: 1px solid #d9d9d9
}

@media only screen and (max-width: 775px) {
    .ColorBox {
        width: 40px !important;
        border-radius: 5px !important;
        height: 40px !important
    }
}

@media only screen and (max-width: 1024px) {
    .ColorBox {
        width: 52px;
        border-radius: 10px;
        height: 52px
    }
}

.ColorBox .noneTitle {
    font-size: 14px !important;
    font-family: Jost-Normal
}

.ColorsGrid .ColorsGridSlider {
    width: 320px;
    height: 60px;
    margin: auto
}

.ColorsGrid .ColorsGridSlider .slick-track {
    height: 80px
}

.ColorsGrid .ColorsGridSlider .slick-slide {
    width: 64px
}

.ColorsGrid .ColorsGridSlider .slick-slide button:after {
    color: #000
}

.ColorsGrid .ColorsGridSlider .slick-slider {
    width: 225px !important;
    height: 90px
}

.ColorsGrid .ColorsGridSlider .slick-slider .slick-prev:before,
.ColorsGrid .ColorsGridSlider .slick-slider .slick-next:before {
    color: #000
}

.ColorsGrid .ColorsGridSlider .slick-next {
    top: 30%;
    overflow: hidden;
    transform: rotate(270deg);
    left: 98%
}

.ColorsGrid .ColorsGridSlider .slick-prev {
    top: 30%;
    overflow: hidden;
    transform: rotate(90deg)
}

.ColorsGrid .ColorsGridSlider .slick-prev:before {
    font-family: Jost-Bold;
    content: "_";
    background-image: url(../images/expand_more.svg);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent
}

.ColorsGrid .ColorsGridSlider .slick-next:before {
    font-family: Jost-Bold;
    content: "_";
    background-image: url(../images/expand_more.svg);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent
}

@media only screen and (max-width: 1023px) {
    .ColorsGrid .ColorsGridSlider {
        width: 200px
    }

    .ColorsGrid .ColorsGridSlider .slick-slide {
        width: 64px
    }

    .ColorsGrid .ColorsGridSlider .slick-slide button:after {
        color: #000
    }

    .ColorsGrid .ColorsGridSlider .slick-slider {
        width: 192px !important;
        height: 90px
    }

    .ColorsGrid .ColorsGridSlider .slick-slider .slick-prev:before,
    .ColorsGrid .ColorsGridSlider .slick-slider .slick-next:before {
        color: #000
    }
}

.ColorsGridMobile {
    display: none;
    width: 80px
}

@media only screen and (max-width: 775px) {
    .ColorsGridMobile {
        display: block;
        position: fixed;
        width: 40px;
        height: 430px;
        z-index: 100;
        display: flex;
        top: 130px;
        right: 10px
    }

    .ColorsGridMobile .slick-track {
        width: 40px;
        height: 20px
    }

    .ColorsGridMobile .slick-slide {
        padding: 10px 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%
    }

    .ColorsGridMobile .slick-slide button:after {
        color: #000
    }

    .ColorsGridMobile .slick-slider {
        margin-right: 30px;
        width: 100%;
        height: 420px
    }

    .ColorsGridMobile .slick-slider .slick-prev:before,
    .ColorsGridMobile .slick-slider .slick-next:before {
        color: #000
    }

    .ColorsGridMobile .slick-slider .slick-prev,
    .ColorsGridMobile .slick-slider .slick-next {
        left: 60%;
        transform: translate(-50%) rotate(90deg)
    }

    .ColorsGridMobile .slick-slider .slick-prev {
        position: absolute;
        top: -40px
    }

    .ColorsGridMobile .slick-slider .slick-next {
        position: absolute;
        top: 250px
    }
}

.modalConfiguration {
    position: fixed;
    display: flex;
    justify-content: space-between;
    top: 0;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 100%;
    z-index: 2;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.modalConfiguration .wrapper {
    overflow: scroll;
    cursor: ew-resize;
    box-shadow: 0 0 125px #0000000d;
    padding: 20px;
    background-color: #fff;
    border-radius: 30px 0 0 30px;
    width: 85%;
    scrollbar-width: 4px;
    cursor: initial
}

.modalConfiguration .wrapper .accordeons {
    height: auto
}

.modalConfiguration .wrapper .savedColors {
    display: flex;
    justify-content: center;
    margin: 20px 0
}

.modalConfiguration .wrapper .buttonsContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px
}

.modalConfiguration .wrapper .titles {
    text-align: center;
    text-transform: uppercase
}

.modalConfiguration .wrapper .titles h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    line-height: .5
}

.modalConfiguration .wrapper .titles h2 {
    font-size: 32px;
    font-family: Jost-Bold;
    margin: 0;
    line-height: 1
}

.modalConfiguration .wrapper .selectLayout {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between
}

.modalConfiguration .wrapper .selectLayout h4 {
    font-family: Jost-Bold;
    color: #818181;
    font-size: 18px;
    margin: 20px 0 0
}

.modalConfiguration .wrapper .selectLayout .selectsContainer {
    display: flex;
    justify-content: space-between
}

.modalConfiguration .wrapper .selectLayout .selectsContainer .selectCustom {
    text-align: start;
    font-family: Jost-Bold;
    width: 150px;
    margin: 10px 0;
    border: none !important
}

.modalConfiguration .wrapper .selectLayout .selectsContainer .selectCustom .react-select__value-container {
    padding: 0
}

.modalConfiguration .wrapper .selectLayout .selectsContainer .selectCustom .react-select__menu {
    background-color: #1e3358cc
}

.modalConfiguration .wrapper .selectLayout .selectsContainer .selectCustom .react-select__menu .react-select__menu-list .react-select__option {
    color: #fff
}

.modalConfiguration .wrapper .selectLayout .selectsContainer .selectCustom option {
    font-size: 16px !important;
    border-radius: 5px
}

.modalConfiguration .wrapper .selectLayout .selectsContainer select:focus {
    border-color: #dee2e6;
    outline: 0;
    box-shadow: none
}

.modalConfiguration .wrapper .camarote {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #C0D5E4
}

.modalConfiguration .wrapper .camarote .title {
    display: flex;
    align-items: center
}

.modalConfiguration .wrapper .camarote .title .check {
    margin-right: 30px
}

.modalConfiguration .wrapper .camarote .title h4 {
    text-transform: uppercase;
    font-family: Jost-Light;
    font-size: 18px !important;
    margin: 0
}

.modalConfiguration .wrapper .camarote .values {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.modalConfiguration .wrapper .camarote .values img {
    margin-left: 20px
}

.modalConfiguration .wrapper .camarote .values h4 {
    text-transform: uppercase;
    font-family: Jost-Light;
    font-size: 16px !important
}

.modalConfiguration .wrapper .selectSpradling {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modalConfiguration .wrapper .selectSpradling h4 {
    font-family: Jost-Bold;
    color: #818181;
    font-size: 18px
}

.modalConfiguration .wrapper .selectSpradling select {
    font-family: Jost-Bold;
    color: #818181;
    font-size: 18px;
    width: 200px;
    padding: 10px;
    background-color: #fff;
    color: #333;
    border: none
}

.modalConfiguration .wrapper .selectSpradling select option {
    font-size: 16px;
    border-radius: 5px
}

.modalConfiguration .wrapper .tabContainer {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #E2E7F1
}

.modalConfiguration .wrapper .tabContainer .layouts {
    position: relative;
    display: flex;
    align-items: center;
    animation: opacityAnim;
    animation-duration: 2s;
    height: 40px
}

.modalConfiguration .wrapper .tabContainer .layouts:after {
    content: "";
    width: 1px;
    background: #C0D5E4;
    position: absolute;
    height: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -15px
}

.modalConfiguration .wrapper .tabContainer .layoutsTwo:nth-child(3) h2 {
    width: 120px
}

.modalConfiguration .wrapper .tabContainer .layouts:nth-child(1):after {
    display: none
}

.modalConfiguration .wrapper::-webkit-scrollbar {
    width: 5px
}

.modalConfiguration .wrapper::-webkit-scrollbar-thumb {
    background-color: #484848;
    border-radius: 10px
}

@media only screen and (min-width: 775px) {
    .modalConfiguration {
        border-radius: 12px 0 0 12px;
        width: 350px
    }

    .modalConfiguration .wrapper {
        margin-left: 20px
    }

    .modalConfiguration .wrapper .titles {
        margin: 5px
    }

    .modalConfiguration .wrapper .titles h3 {
        font-size: 18px
    }

    .modalConfiguration .wrapper .titles h2 {
        font-size: 26px
    }

    .modalConfiguration .wrapper .tabContainer h2 {
        font-size: 14px !important
    }

    .modalConfiguration .wrapper .selectLayout h4 {
        font-family: Jost-Bold;
        color: #818181;
        font-size: 14px
    }

    .modalConfiguration .wrapper .selectLayout .selectsContainer .selectCustom {
        width: 100px
    }

    .modalConfiguration .wrapper .selectLayout .selectsContainer .selectCustom option {
        font-size: 16px !important;
        border-radius: 5px
    }

    .modalConfiguration .wrapper .selectLayout select {
        font-size: 14px
    }

    .modalConfiguration .wrapper .selectLayout select option {
        font-size: 14px;
        border-radius: 5px
    }

    .modalConfiguration .wrapper .selectLayout select:focus {
        border-color: #dee2e6;
        outline: 0;
        box-shadow: none
    }

    .modalConfiguration .wrapper .accordeons .camarote .title h4 {
        text-transform: initial;
        font-size: 14px
    }

    .modalConfiguration .wrapper h4,
    .modalConfiguration .wrapper h3 {
        font-size: 14px
    }
}

@media only screen and (min-width: 1024px) {
    .modalConfiguration {
        border-radius: 30px 0 0 30px;
        width: 450px
    }

    .modalConfiguration .wrapper .tabContainer h2 {
        font-size: 16px !important
    }

    .modalConfiguration .wrapper .selectLayout .selectsContainer .selectCustom {
        width: 150px
    }

    .modalConfiguration .wrapper .selectLayout .selectsContainer .selectCustom option {
        font-size: 16px !important;
        border-radius: 5px
    }

    .modalConfiguration .wrapper .accordeons .camarote .title h4 {
        text-transform: initial;
        font-size: 28px
    }

    .modalConfiguration .wrapper .titles {
        margin: 28px
    }

    .modalConfiguration .wrapper .titles h3 {
        font-size: 24px
    }

    .modalConfiguration .wrapper .titles h2 {
        font-size: 32px
    }

    .modalConfiguration .wrapper h3,
    .modalConfiguration .wrapper h4 {
        font-size: 24px
    }
}

.modalConfiguration .pencilWrapper {
    cursor: cell;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #14141472;
    z-index: 2
}

.ZoomBarWrapper {
    z-index: 100;
    width: 20px;
    height: 20px;
    margin-top: 250px
}



.ZoomBarWrapper .ZoomBarContainer {
    display: flex;
    justify-content: center
}

.ZoomBarWrapper .ZoomBarContainer .rangeCustom {
    height: 50vh;
    width: 1px
}

@media only screen and (min-width: 775px) {
    .ZoomBarWrapper {
        margin-top: 220px
    }

    .ZoomBarWrapper .ZoomBarContainer .rangeCustom {
        height: 30vh;
        width: 1px
    }
}

@media only screen and (max-height: 545px) {
    .ZoomBarWrapper {
        margin-top: 110px
    }
}

.ZoomBarWrapperView {
    position: absolute;
    right: 5%;
    z-index: 100;
    width: 20px;
    height: 20px;
    margin-top: 250px
}

.ZoomBarWrapperView .ZoomBarContainerView {
    display: flex;
    justify-content: center
}

.ZoomBarWrapperView .ZoomBarContainerView .rangeCustom {
    height: 50vh;
    width: 1px
}

@media only screen and (min-width: 775px) {
    .ZoomBarWrapperView {
        margin-top: 220px
    }

    .ZoomBarWrapperView .ZoomBarContainer .rangeCustom {
        height: 30vh;
        width: 1px
    }
}

@media only screen and (max-height: 545px) {
    .ZoomBarWrapperView {
        margin-top: 110px
    }
}

.palletteColorWrapper {
    position: fixed;
    animation: entradaDesdeAbajo;
    animation-duration: 1s;
    bottom: 100px;
    right: 0;
    left: 170px;
    background-color: #fff;
    width: 700px;
    min-width: 340px;
    height: 130px;
    z-index: 100;
    border-radius: 15px;
    box-shadow: 0 0 125px #0000000d;
    padding-top: 10px
}

.palletteColorWrapper h4 {
    font-family: Jost-Bold;
    font-size: 14px !important;
    margin-left: 20px;
    line-height: 0;
    text-transform: uppercase
}

.palletteColorWrapper .palletteColorContainer {
    position: relative;
    padding: 0 80px;
    margin: auto;
    overflow: hidden !important;
    cursor: initial
}

.palletteColorWrapper .palletteColorContainer .slick-track {
    height: 80px
}

.palletteColorWrapper .palletteColorContainer .slick-slide {
    width: 80px !important
}

.palletteColorWrapper .palletteColorContainer .slick-slide button:after {
    color: #000
}

.palletteColorWrapper .palletteColorContainer .slick-slider {
    width: 560px;
    height: 90px
}

.palletteColorWrapper .palletteColorContainer .slick-slider .slick-prev:before,
.palletteColorWrapper .palletteColorContainer .slick-slider .slick-next:before {
    color: #000
}

.palletteColorWrapper .palletteColorContainer .palletteColorsGrid {
    padding-bottom: 20px
}

.palletteColorWrapper .palletteColorContainer .palletteColorsGrid .colorItem {
    margin: 0
}

@media only screen and (min-width: 550px) and (max-width: 933px) {
    .palletteColorWrapper {
        width: 300px;
        height: 100px;
        left: 80px
    }

    .palletteColorWrapper .palletteColorContainer {
        cursor: initial
    }

    .palletteColorWrapper .palletteColorContainer .palletteColorBox {
        width: 40px;
        height: 40px;
        border-radius: 5px
    }

    .palletteColorWrapper .palletteColorContainer .slick-track {
        height: 50px
    }

    .palletteColorWrapper .palletteColorContainer .slick-slide {
        width: 60px !important
    }

    .palletteColorWrapper .palletteColorContainer .slick-slider {
        width: 180px;
        height: 50px
    }

    .palletteColorWrapper .palletteColorContainer .slick-slider .slick-prev:before,
    .palletteColorWrapper .palletteColorContainer .slick-slider .slick-next:before {
        color: #000
    }

    .palletteColorWrapper .palletteColorContainer .palletteColorsGrid {
        padding-bottom: 20px
    }

    .palletteColorWrapper .palletteColorContainer .palletteColorsGrid .colorItem {
        margin: 0
    }
}

@media only screen and (min-width: 934px) and (max-width: 1135px) {
    .palletteColorWrapper {
        width: 500px;
        left: 75px
    }

    .palletteColorWrapper .palletteColorContainer {
        cursor: initial
    }

    .palletteColorWrapper .palletteColorContainer .palletteColorBox {
        width: 40px;
        height: 40px;
        border-radius: 5px
    }

    .palletteColorWrapper .palletteColorContainer .slick-track {
        height: 50px
    }

    .palletteColorWrapper .palletteColorContainer .slick-slide {
        width: 60px !important
    }

    .palletteColorWrapper .palletteColorContainer .slick-slider {
        width: 300px;
        height: 50px
    }

    .palletteColorWrapper .palletteColorContainer .slick-slider .slick-prev:before,
    .palletteColorWrapper .palletteColorContainer .slick-slider .slick-next:before {
        color: #000
    }

    .palletteColorWrapper .palletteColorContainer .palletteColorsGrid {
        padding-bottom: 20px
    }

    .palletteColorWrapper .palletteColorContainer .palletteColorsGrid .colorItem {
        margin: 0
    }
}

@media only screen and (min-width: 1136px) and (max-width: 1330px) {
    .palletteColorWrapper {
        width: 600px;
        left: 80px
    }

    .palletteColorWrapper .palletteColorContainer {
        cursor: initial
    }

    .palletteColorWrapper .palletteColorContainer .palletteColorBox {
        width: 40px;
        height: 40px;
        border-radius: 5px
    }

    .palletteColorWrapper .palletteColorContainer .slick-track {
        height: 50px
    }

    .palletteColorWrapper .palletteColorContainer .slick-slide {
        width: 60px !important
    }

    .palletteColorWrapper .palletteColorContainer .slick-slider {
        width: 420px;
        height: 50px
    }

    .palletteColorWrapper .palletteColorContainer .slick-slider .slick-prev:before,
    .palletteColorWrapper .palletteColorContainer .slick-slider .slick-next:before {
        color: #000
    }

    .palletteColorWrapper .palletteColorContainer .palletteColorsGrid {
        padding-bottom: 20px
    }

    .palletteColorWrapper .palletteColorContainer .palletteColorsGrid .colorItem {
        margin: 0
    }
}

@media only screen and (min-width: 1831px) and (max-width: 2440px) {
    .palletteColorWrapper {
        width: 700px;
        left: 500px
    }
}

@media only screen and (min-width: 2441px) {
    .palletteColorWrapper {
        width: 700px;
        left: 700px
    }
}

@keyframes entradaDesdeAbajoMobile {
    0% {
        opacity: 0;
        bottom: -100px
    }

    to {
        opacity: 1;
        bottom: 80px
    }
}

.saveColorContainer {
    display: grid;
    grid-template-columns: repeat(8, 1fr)
}

.saveColorContainer .saveColorItem {
    position: relative
}

.saveColorContainer .saveColorItem .deleteColor {
    cursor: pointer;
    background-color: #fff;
    border: solid 1px black;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 4px;
    top: -7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.saveColorContainer .saveColorItem .deleteColor h5 {
    margin: 0;
    padding-top: 2px;
    padding-bottom: 5px;
    line-height: 0;
    font-size: 16px;
    font-family: Jost-Bold
}

.ColorBoxSmall {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #D9D9D9
}

@media only screen and (max-width: 775px) {
    .ColorBoxSmall {
        width: 32px;
        border-radius: 5px;
        height: 32px
    }
}

@media only screen and (max-width: 965px) {
    .ColorBoxSmall {
        width: 52px;
        border-radius: 10px;
        height: 52px
    }
}

.ColorsGridFloor .ColorsGridSlider {
    width: 320px;
    height: 60px;
    margin: auto
}

.ColorsGridFloor .ColorsGridSlider .slick-track {
    height: 80px
}

.ColorsGridFloor .ColorsGridSlider .slick-slide {
    width: 64px
}

.ColorsGridFloor .ColorsGridSlider .slick-slide button:after {
    color: #000
}

.ColorsGridFloor .ColorsGridSlider .slick-slider {
    width: 225px !important;
    height: 90px
}

.ColorsGridFloor .ColorsGridSlider .slick-slider .slick-prev:before,
.ColorsGridFloor .ColorsGridSlider .slick-slider .slick-next:before {
    color: #000
}

.ColorsGridFloor .ColorsGridSlider .slick-next {
    top: 30%;
    overflow: hidden;
    transform: rotate(270deg);
    left: 98%
}

.ColorsGridFloor .ColorsGridSlider .slick-prev {
    top: 30%;
    overflow: hidden;
    transform: rotate(90deg)
}

.ColorsGridFloor .ColorsGridSlider .slick-prev:before {
    font-family: Jost-Bold;
    content: "_";
    background-image: url(../images/expand_more.svg);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent
}

.ColorsGridFloor .ColorsGridSlider .slick-next:before {
    font-family: Jost-Bold;
    content: "_";
    background-image: url(../images/expand_more.svg);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent
}

@media only screen and (max-width: 1023px) {
    .ColorsGridFloor .ColorsGridSlider {
        width: 200px
    }

    .ColorsGridFloor .ColorsGridSlider .slick-slide {
        width: 64px
    }

    .ColorsGridFloor .ColorsGridSlider .slick-slide button:after {
        color: #000
    }

    .ColorsGridFloor .ColorsGridSlider .slick-slider {
        width: 192px !important;
        height: 90px
    }

    .ColorsGridFloor .ColorsGridSlider .slick-slider .slick-prev:before,
    .ColorsGridFloor .ColorsGridSlider .slick-slider .slick-next:before {
        color: #000
    }
}

.ColorsGridMobile {
    display: none;
    width: 80px !important
}

@media only screen and (max-width: 775px) {
    .ColorsGridMobile {
        display: block;
        position: fixed;
        width: 40px;
        height: 430px;
        z-index: 100;
        display: flex;
        top: 130px;
        right: 10px
    }

    .ColorsGridMobile .slick-track {
        width: 40px;
        height: 20px
    }

    .ColorsGridMobile .slick-slide {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 80px;
        height: 40px
    }

    .ColorsGridMobile .slick-slide button:after {
        color: #000
    }

    .ColorsGridMobile .slick-slider {
        width: 100%;
        height: 80%
    }

    .ColorsGridMobile .slick-slider .slick-prev:before,
    .ColorsGridMobile .slick-slider .slick-next:before {
        color: #000
    }

    .ColorsGridMobile .slick-slider .slick-prev,
    .ColorsGridMobile .slick-slider .slick-next {
        left: 60%;
        transform: translate(-50%) rotate(90deg)
    }

    .ColorsGridMobile .slick-slider .slick-prev {
        position: absolute;
        top: -40px
    }

    .ColorsGridMobile .slick-slider .slick-next {
        position: absolute;
        top: 250px
    }
}

@media only screen and (max-width: 775px) and (orientation: landscape) {
    .ColorsGridMobile {
        display: block;
        top: 80px
    }
}

.ColorsGridFloorMobile {
    position: fixed;
    animation: entradaDesdeAbajoMobile;
    animation-duration: 1s;
    bottom: 80px;
    right: 0;
    left: 80px;
    background-color: transparent;
    width: 100%;
    height: 55px;
    z-index: 100;
    border-radius: 15px;
    box-shadow: 0 0 125px #0000000d;
    padding-top: 10px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.ColorsGridFloorMobile h4 {
    font-family: Jost-Bold;
    font-size: 12px;
    margin-left: 20px;
    line-height: 0;
    text-transform: uppercase
}

.ColorsGridFloorMobile .palletteColorContainerMobile {
    position: relative;
    padding: 0 80px;
    overflow: hidden !important;
    width: 200px;
    cursor: initial
}

.ColorsGridFloorMobile .palletteColorContainerMobile .sliderMobile {
    width: 90%
}

.ColorsGridFloorMobile .palletteColorContainerMobile .sliderMobile .slick-track {
    height: 40px !important
}

.ColorsGridFloorMobile .palletteColorContainerMobile .sliderMobile .slick-slide {
    width: 40px !important;
    height: 55px;
    margin-right: 15px
}

.ColorsGridFloorMobile .palletteColorContainerMobile .sliderMobile .slick-slide button:after {
    color: #000
}

.ColorsGridFloorMobile .palletteColorContainerMobile .sliderMobile .slick-slider {
    width: 100%
}

.ColorsGridFloorMobile .palletteColorContainerMobile .sliderMobile .slick-slider .slick-prev:before,
.ColorsGridFloorMobile .palletteColorContainerMobile .sliderMobile .slick-slider .slick-next:before {
    color: #000
}

.ColorsGridFloorMobile .palletteColorContainerMobile .palletteColorsGrid {
    padding-bottom: 20px
}

.ColorsGridFloorMobile .palletteColorContainerMobile .palletteColorsGrid .colorItem {
    margin: 0
}

.PDFView {
    width: 800px;
    height: 820px;
    background-color: #fff;
    padding: 25px;
    box-sizing: border-box
}

.PDFView .headerPdf {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between
}

.PDFView .headerPdf h3 {
    color: var(--Black, #231F21);
    font-family: Jost-Normal;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .98px
}

.PDFView h2 {
    font-family: Jost-Bold;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.PDFView h2 span {
    font-family: Jost-Normal
}

.PDFView p {
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    font-family: Jost-Bold !important;
    color: #000 !important
}

.PDFView p span {
    font-family: Jost-Normal !important
}

.PDFView hr {
    margin: 15px 0;
    border-color: #0000001f
}

.PDFView .sceneLogo {
    width: 113.067px;
    height: 24px
}

.formContainer {
    position: fixed;
    display: flex;
    align-items: center;
    background-color: #000000e6;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: ModalCamaroteAnimContainer 1s;
    overflow: scroll
}

.formContainer .formWrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    height: 740px;
    width: 50%;
    margin: auto;
    border-radius: 20px;
    animation: ModalCamaroteAnimWrapper 2s
}

.formContainer .formWrapper iframe {
    border: none
}

.formContainer .formWrapper .closeButton {
    cursor: pointer
}

.formContainer .formWrapper .countrySelect {
    display: flex;
    align-items: center;
    justify-content: start;
    background: rgba(242, 242, 242, .21);
    width: 447px;
    height: 64px;
    min-height: 64px;
    padding: 0 10px;
    border-bottom: solid white 2px
}

.formContainer .formWrapper .countrySelect .PhoneInput {
    color: #fff;
    width: 100%
}

.formContainer .formWrapper .countrySelect .PhoneInput input {
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
    width: 100%
}

.formContainer .formWrapper .customInput {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(242, 242, 242, .21);
    width: 447px;
    height: 64px;
    min-height: 64px;
    padding: 0 10px;
    border: none;
    border-bottom: solid white 2px;
    outline: none;
    margin-bottom: 15px;
    color: #fff
}

.formContainer .formWrapper input:-webkit-autofill,
.formContainer .formWrapper input:-webkit-autofill:hover,
.formContainer .formWrapper input:-webkit-autofill:focus,
.formContainer .formWrapper textarea:-webkit-autofill,
.formContainer .formWrapper textarea:-webkit-autofill:hover,
.formContainer .formWrapper textarea:-webkit-autofill:focus,
.formContainer .formWrapper select:-webkit-autofill,
.formContainer .formWrapper select:-webkit-autofill:hover,
.formContainer .formWrapper select:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s
}

.formContainer .formWrapper .formTitle {
    font-size: 48px;
    margin: 0 0 50px;
    color: #fff;
    font-family: Jost-Light
}

.formContainer .formWrapper p,
.formContainer .formWrapper ul {
    color: #fff;
    font-family: Jost-Light;
    width: 467px;
    font-size: 12px
}

.formContainer .formWrapper .termsCheck {
    text-align: justify;
    margin-bottom: 30px
}

.formContainer .formWrapper .termsCheck input {
    margin-right: 10px
}

@keyframes formAnimContainer {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes formAnimWrapper {
    0% {
        opacity: 0;
        bottom: -600px
    }

    to {
        opacity: 1;
        bottom: 0px
    }
}

/* Tablets */
@media (max-width: 1024px) {
  .formContainer .formWrapper {
    width: 80%;
    height: auto;
    padding: 40px 20px;
  }

  .formContainer .formWrapper .customInput,
  .formContainer .formWrapper .countrySelect,
  .formContainer .formWrapper p,
  .formContainer .formWrapper ul {
    width: 100%;
  }

  .formContainer .formWrapper .formTitle {
    font-size: 36px;
    text-align: center;
  }
}

/* Móviles */
@media (max-width: 600px) {
  .formContainer {
    padding: 20px;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
  }

  .formContainer .formWrapper {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 30px 15px;
  }

  .formContainer .formWrapper .formTitle {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .formContainer .formWrapper .customInput,
  .formContainer .formWrapper .countrySelect,
  .formContainer .formWrapper p,
  .formContainer .formWrapper ul {
    width: 100%;
    font-size: 14px;
  }

  .formContainer .formWrapper .termsCheck {
    font-size: 12px;
  }
}

.AccordeonItem {
    border-bottom: solid 1px #C0D5E4;
    width: 100%
}

.AccordeonItem .AccordeonItemHead {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.AccordeonItem .AccordeonItemHead h3 {
    font-family: Jost-Light;
    margin: 14px 0
}

.AccordeonItem .AccordeonItemHead .open_expand {
    transform: rotate(180deg);
    transition-duration: 1s
}

.AccordeonItem .AccordeonItemHead .close_expand {
    transform: rotate(0);
    transition-duration: 1s
}

.AccordeonItem .AccordeonItemHead .headTitle {
    display: flex;
    align-items: center
}

.AccordeonItem .AccordeonItemHead .headTitle img {
    margin-right: 20px
}

.AccordeonItem .AccordeonItemHead .headTitle h3 {
    font-size: 18px
}

.AccordeonItem .AccordeonItemHead .valuesHead {
    display: flex
}

.AccordeonItem .AccordeonItemHead .valuesHead .colorBox {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: solid 1px #9f9f9f;
    margin-right: 12px
}

.AccordeonItem .colorsTitle {
    color: #818181;
    font-family: Jost-Normal;
    font-weight: 500;
    font-size: 18px !important;
    width: fit-content;
    margin: auto
}


.saveColorBox {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: solid 1px #9f9f9f;
    margin-right: 12px
}

.toSelect {
    animation: borderLoop infinite
}

.colorBox {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: solid 1px #9f9f9f;
    margin-right: 12px
}

.toSelect {
    cursor: cell;
    overflow: hidden;
    position: relative;
    z-index: 4
}

.toSelect:before,
.toSelect:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    border: 3px groove transparent;
    width: 0;
    height: 0
}

.toSelect:before {
    top: 0;
    left: 0;
    border-top-color: #0fd;
    border-right-color: #0fd;
    animation: border 2s infinite
}

.toSelect:after {
    bottom: 0;
    right: 0;
    animation: border 2s 1s infinite, borderColor 2s 1s infinite
}

.HorizontalRotationBarWrapper {
    position: fixed;
    bottom: 50px;
    z-index: 100;
    left: 150px;
    margin: auto;
    width: 650px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.HorizontalRotationBarWrapper .HorizontalRotationBarContainer {
    display: flex;
    justify-content: center
}

.HorizontalRotationBarWrapper .HorizontalRotationBarContainer .HorizontalRangeCustom {
    height: 1px;
    width: 300px
}

.HorizontalRotationBarWrapper .HorizontalRotationBarButtons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    padding-right: 20px
}

.HorizontalRotationBarWrapper h4 {
    font-family: Jost-Light;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer
}

@media only screen and (max-width: 774px) {
    .HorizontalRotationBarWrapper {
        display: none
    }
}

@media only screen and (min-width: 775px) {
    .HorizontalRotationBarWrapper {
        left: 50px;
        width: 50vw
    }

    .HorizontalRotationBarWrapper .HorizontalRotationBarContainer {
        width: 70%
    }

    .HorizontalRotationBarWrapper .HorizontalRotationBarContainer .HorizontalRangeCustom {
        height: 1px;
        width: 100%
    }
}

@media only screen and (min-width: 1200px) {
    .HorizontalRotationBarWrapper {
        width: 50vw;
        left: 70px
    }

    .HorizontalRotationBarWrapper .HorizontalRotationBarContainer {
        width: 90%
    }

    .HorizontalRotationBarWrapper .HorizontalRotationBarContainer .HorizontalRangeCustom {
        height: 1px;
        width: 100%
    }
}

@media only screen and (min-width: 1400px) {
    .HorizontalRotationBarWrapper {
        left: 150px
    }
}

@media only screen and (min-width: 1640px) {
    .HorizontalRotationBarWrapper {
        left: 200px
    }

    .HorizontalRotationBarWrapper .HorizontalRotationBarContainer {
        width: 80%
    }

    .HorizontalRotationBarWrapper .HorizontalRotationBarContainer .HorizontalRangeCustom {
        height: 1px;
        width: 100%
    }
}

@media only screen and (min-width: 2000px) {
    .HorizontalRotationBarWrapper {
        left: 250px;
        width: 50vw
    }

    .HorizontalRotationBarWrapper .HorizontalRotationBarContainer {
        width: 80%
    }

    .HorizontalRotationBarWrapper .HorizontalRotationBarContainer .HorizontalRangeCustom {
        height: 1px;
        width: 100%
    }
}

.HorizontalRotationBarWrapperView {
    position: fixed;
    bottom: 50px;
    z-index: 100;
    left: 0;
    right: 0;
    margin: auto;
    width: 650px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.HorizontalRotationBarWrapperView .HorizontalRotationBarContainerView {
    display: flex;
    justify-content: center
}

.HorizontalRotationBarWrapperView .HorizontalRotationBarContainerView .HorizontalRangeCustom {
    height: 1px;
    width: 300px
}

.HorizontalRotationBarWrapperView .HorizontalRotationBarButtons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    padding-right: 20px
}

.HorizontalRotationBarWrapperView h4 {
    font-family: Jost-Light;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer
}

@media only screen and (max-width: 774px) {
    .HorizontalRotationBarWrapperView {
        display: none
    }
}

@media only screen and (min-width: 775px) {
    .HorizontalRotationBarWrapperView {
        width: 50vw
    }

    .HorizontalRotationBarWrapperView .HorizontalRotationBarContainerView {
        width: 70%
    }

    .HorizontalRotationBarWrapperView .HorizontalRotationBarContainerView .HorizontalRangeCustom {
        height: 1px;
        width: 100%
    }
}

@media only screen and (min-width: 1200px) {
    .HorizontalRotationBarWrapperView {
        width: 50vw
    }

    .HorizontalRotationBarWrapperView .HorizontalRotationBarContainerView {
        width: 90%
    }

    .HorizontalRotationBarWrapperView .HorizontalRotationBarContainerView .HorizontalRangeCustom {
        height: 1px;
        width: 100%
    }
}

@media only screen and (min-width: 1640px) {
    .HorizontalRotationBarWrapperView .HorizontalRotationBarContainerView {
        width: 80%
    }

    .HorizontalRotationBarWrapperView .HorizontalRotationBarContainerView .HorizontalRangeCustom {
        height: 1px;
        width: 100%
    }
}

@media only screen and (min-width: 2000px) {
    .HorizontalRotationBarWrapperView {
        width: 50vw
    }

    .HorizontalRotationBarWrapperView .HorizontalRotationBarContainerView {
        width: 80%
    }

    .HorizontalRotationBarWrapperView .HorizontalRotationBarContainerView .HorizontalRangeCustom {
        height: 1px;
        width: 100%
    }
}

.RotationBarWrapper {
    position: fixed;
    top: 250px;
    z-index: 100;
    left: 20px;
    width: 20px;
    height: 20px
}

.RotationBarWrapper .RotationBarContainer {
    display: flex;
    justify-content: center
}

.RotationBarWrapper .RotationBarContainer .rangeCustom {
    height: 50vh;
    width: 1px
}

@media only screen and (min-width: 775px) {
    .RotationBarWrapper .RotationBarContainer .rangeCustom {
        height: 30vh;
        width: 1px
    }
}

@media only screen and (max-height: 545px) {
    .RotationBarWrapper {
        top: 130px
    }
}

.RotationBarWrapperView {
    position: absolute;
    left: 5%;
    z-index: 100;
    width: 20px;
    height: 20px;
    margin-top: 250px
}

.RotationBarWrapperView .RotationBarContainerView {
    display: flex;
    justify-content: center
}

.RotationBarWrapperView .RotationBarContainerView .rangeCustom {
    height: 50vh;
    width: 1px
}

@media only screen and (min-width: 775px) {
    .RotationBarWrapperView {
        margin-top: 220px
    }

    .RotationBarWrapperView .ZoomBarContainer .rangeCustom {
        height: 30vh;
        width: 1px
    }
}

@media only screen and (max-height: 545px) {
    .RotationBarWrapperView {
        margin-top: 110px
    }
}

.ModalConfigMobileContainer {
    position: fixed;
    bottom: 80px;
    width: 60%;
    height: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100
}

.ModalConfigMobileContainer .tabContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    width: 200px
}

.ModalConfigMobileContainer .tabContainer h2 {
    font-size: 16px;
    text-transform: initial
}

@media only screen and (max-width: 470px) {
    .ModalConfigMobileContainer .tabContainer {
        display: flex;
        justify-content: space-between;
        width: 350px;
        right: 5%;
    }

    .ModalConfigMobileContainer .tabContainer .titles {
        display: flex;
        justify-content: space-evenly
    }

    .ModalConfigMobileContainer .tabContainer .titles div h2 {
        font-size: 18px !important
    }
}

.ModalConfigMobileContainer .slick-track {
    height: 100px;
    width: 350px
}

.ModalConfigMobileContainer .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px
}

.ModalConfigMobileContainer .slick-slide button:after {
    color: #000
}

.ModalConfigMobileContainer .slick-slider {
    min-width: 220px
}

.ModalConfigMobileContainer .slick-slider .slick-prev:before,
.ModalConfigMobileContainer .slick-slider .slick-next:before {
    color: #000
}

@media only screen and (max-height: 765px) {
    .ModalConfigMobileContainer {
        bottom: 68px
    }

    .ModalConfigMobileContainer .slick-slider {
    margin-top: -120px;
    top: 100%;
    max-height: 400px;
    max-width: 400px;    
    }
}


.camaroteMobile {
    display: none
}

@media only screen and (min-height: 800px) {
    .camaroteMobile {
        bottom: 200px !important
    }
}

@media only screen and (max-width: 775px) {
    .camaroteMobile {
        z-index: 100;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        width: 60px;
        height: 60px;
        background-color: #000;
        border-radius: 50%;
        bottom: 120px;
        right: 20px
    }
}

.AccordeonItemMobile {
    width: 100%;
    height: 60px;
    margin: auto;
    overflow: hidden
}

.AccordeonItemMobile .AccordeonItemHead {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.AccordeonItemMobile .AccordeonItemHead h3 {
    font-family: Jost-Light;
    font-size: 16px
}

.AccordeonItemMobile .AccordeonItemHead .headTitle {
    display: flex;
    align-items: center
}

.AccordeonItemMobile .AccordeonItemHead .headTitle img {
    margin-right: 20px
}

.AccordeonItemMobile .AccordeonItemHead .headTitle .check {
    width: 15px;
    height: 15px
}

.AccordeonItemMobile .AccordeonItemHead .valuesHead {
    display: flex
}

.AccordeonItemMobile .AccordeonItemHead .valuesHead .colorBox {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: solid 1px #9f9f9f;
    margin-right: 12px
}

.palletteColorWrapperMobile {
    position: fixed;
    animation: entradaDesdeAbajoMobile;
    animation-duration: 1s;
    bottom: 80px;
    right: 0;
    left: 80px;
    background-color: transparent;
    width: 100%;
    height: 55px;
    z-index: 100;
    border-radius: 15px;
    box-shadow: 0 0 125px #0000000d;
    padding-top: 10px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.palletteColorWrapperMobile h4 {
    font-family: Jost-Bold;
    font-size: 12px;
    margin-left: 20px;
    line-height: 0;
    text-transform: uppercase
}

.palletteColorWrapperMobile .palletteColorContainerMobile {
    position: relative;
    padding: 0 80px;
    overflow: hidden !important;
    width: 200px;
    cursor: initial
}

.palletteColorWrapperMobile .palletteColorContainerMobile .sliderMobile {
    width: 90%
}

.palletteColorWrapperMobile .palletteColorContainerMobile .sliderMobile .slick-track {
    height: 40px !important
}

.palletteColorWrapperMobile .palletteColorContainerMobile .sliderMobile .slick-slide {
    width: 40px !important;
    height: 55px;
    margin-right: 15px
}

.palletteColorWrapperMobile .palletteColorContainerMobile .sliderMobile .slick-slide button:after {
    color: #000
}

.palletteColorWrapperMobile .palletteColorContainerMobile .sliderMobile .slick-slider {
    width: 100%
}

.palletteColorWrapperMobile .palletteColorContainerMobile .sliderMobile .slick-slider .slick-prev:before,
.palletteColorWrapperMobile .palletteColorContainerMobile .sliderMobile .slick-slider .slick-next:before {
    color: #000
}

.palletteColorWrapperMobile .palletteColorContainerMobile .palletteColorsGrid {
    padding-bottom: 20px
}

.palletteColorWrapperMobile .palletteColorContainerMobile .palletteColorsGrid .colorItem {
    margin: 0
}

@keyframes entradaDesdeAbajo {
    0% {
        opacity: 0;
        bottom: -100px
    }

    to {
        opacity: 1;
        bottom: 100px
    }
}