@font-face {
    font-family: Klarheit;
    /* src: url('../../assets/fonts/ESKlarheitKurrent-Book.woff') format('woff'), url('../../assets/fonts/ESKlarheitKurrent-Book.woff2') format('woff2'); */
}

body {
    background: #f6f6f6;
    color: #2B2B2B;
}

.container {
    max-width: 1440px;
}

.w-80 {
    width: 80%;
}

.align-right {
    text-align: right;
}


/*____________________
FIGMA STYLE
_____________________*/

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.fg_color_orange {
    color: #FD987A;
}

.fg_color_yellow {
    color: #FD987A;
}

.fg_font_ibm {
    font-family: 'IBM Plex Mono', monospace;
}

.fg_font_klarheit {
    font-family: Klarheit;
}

.container-v-align {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.absolute-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

h1 {
    /* Desktop/H1 */
    font-family: Klarheit;
    font-style: normal;
    font-weight: normal;
    font-size: 46px;
    line-height: 52px;
    /* or 113% */
    /* Black */
    color: #2B2B2B;
}

h2 {
    /* Desktop/P */
    font-family: Klarheit;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 36px;
    /* or 137% */
    /* Black */
    color: #2B2B2B;
}

h3 {
    /* Desktop/H3 */
    font-family: Klarheit;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    /* identical to box height, or 118% */
    /* Black */
    color: #2B2B2B;
}

p {
    /* Desktop/P */
    font-family: 'IBM Plex Mono', monospace;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* or 137% */
    /* Black */
    color: #2B2B2B;
}

a.explorar {
    /* Desktop/Button */
    font-family: Klarheit;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */
    text-transform: uppercase;
    /* Black */
    color: #2B2B2B;
    text-align: left;
    transition: 0.3s;
}

a.explorar:hover {
    border-bottom: 1px solid #2B2B2B;
    border-radius: 0px;
}

a.explorar img {
    width: 25px;
    height: 25px;
    opacity: 0;
    transition: 0.3s;
    margin-top: -2.5px;
}

a.explorar:hover img {
    opacity: 1;
}


/*


a.explorar:hover:after {
    content: url('../img/generales/arriba-derecha.svg');
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: -45px;
    top: -3px;
}

a.explorar:hover {
    text-decoration: underline;
}
*/

form label {
    /* Desktop/P */
    font-family: 'IBM Plex Mono', monospace;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 137% */
    /* Black */
    color: #2B2B2B;
    text-transform: uppercase;
}

form .form-control {
    border: none !important;
    border-bottom: 1px solid #2B2B2B !important;
    border-radius: 0px;
    background: transparent;
}

.btn-primary {
    /* Desktop/Button */
    font-family: Klarheit;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    /* Black */
    color: #2B2B2B;
    background: #f6f6f6;
    border: 1px solid #2B2B2B;
    padding: 10px;
    border-radius: 0px;
}

.btn-link {
    /* Desktop/Button */
    font-family: Klarheit;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    /* Black */
    color: #2B2B2B;
    padding: 10px;
    border-radius: 0px;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    color: #fff !important;
    background: #2B2B2B !important;
}

.flecha-der .flecha-big:hover {
    transition: 0.3s;
    content: url("../img/generales/flecha-der-burbuja.svg");
}

.flecha-der .flecha-big:hover {
    content: url("../img/generales/flecha-der-burbuja-hover.svg");
}

.flecha-izq .flecha-big:hover {
    transition: 0.3s;
    content: url("../img/generales/flecha-izq-burbuja.svg");
}

.flecha-izq .flecha-big:hover {
    content: url("../img/generales/flecha-izq-burbuja-hover.svg");
}

.btn:focus,
.btn:active {
    box-shadow: none!important;
}

.flecha {
    width: 24px;
    height: 24px;
}

.flecha-big {
    width: 80px;
    height: 80px;
}

@media only screen and (max-width: 992px) {
    .flecha-big {
        width: 56px;
        height: 56px;
    }
    .btn-primary {
        width: 100%;
    }
    h1 {
        font-size: 32px;
        line-height: 36px;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    p {
        /* Desktop/P */
        font-size: 14px;
        line-height: 20px;
    }
}


/*____________________
NAVBAR PRINCIPAL
_____________________*/

#navbar-padding {
    padding: 50px;
}

nav.navbar-principal {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    padding: 10px 40px;
}

nav .dropdown-menu {
    background: #f6f6f6 !important;
    border: none;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.55);
}

nav.fixed-on-top {
    position: fixed;
}

nav.fixed-on-top {
    transition: 0.3s;
    background: #f6f6f6 !important;
    height: 100px;
}

nav.fixed-on-top .navbar-brand img {
    width: 270px;
    height: 40px;
}

nav .navbar-nav {
    width: 100%;
}

nav .navbar-collapse {
    position: relative;
}

nav table {
    position: absolute;
    right: 0;
    width: 90%;
}

nav table td {
    text-align: center;
}

nav table td div {
    text-align: center;
}

nav .nav-link {
    transition: 0.3s;
    cursor: pointer;
    /* Desktop/Button */
    font-family: Klarheit;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */
    text-transform: uppercase;
    /* Black */
    color: #2B2B2B;
    text-align: center;
}

nav .nav-link {
    color: #2B2B2B !important;
}

nav .el-text {
    width: fit-content;
    margin: auto;
}

nav .nav-item.mr {
    margin-right: 50px;
}

nav .dropdown-item .el-separador,
nav .nav-link .el-separador {
    width: 0%;
    height: 1px;
    background: #2B2B2B !important;
    transition: 0.3s;
}

nav .nav-link:hover .el-separador {
    width: 100%;
}

nav .dropdown-menu {
    max-width: 100px !important;
    min-width: 100px !important;
}

nav .dropdown-item {
    max-width: 100px;
    font-family: Klarheit;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}

nav .dropdown-item:hover {
    background: #f6f6f6 !important;
}

nav .dropdown-item:hover .el-separador {
    width: 100%;
}

.configura-btn {
    border: 1px solid #2B2B2B !important;
    background: #f6f6f6 !important;
    transition: 0.3s;
    width: auto;
    text-align: center !important;
}

.configura-btn:hover {
    background: #2B2B2B !important;
    color: #f6f6f6 !important;
}

nav .navbar-toggler {
    color: #f00;
}

#menu-responsive {
    display: none;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    background: #FD987A;
    ;
}

#menu-responsive .navbar-toggler,
#menu-responsive .nav-link {
    font-family: Klarheit;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    text-transform: uppercase;
    /* Black */
    text-align: center;
    color: #2B2B2B;
}

#menu-responsive .col-10 {
    padding: 10px 0;
}

#menu-responsive .btn-primary {
    background: transparent;
}

#menu-responsive a {
    width: 100%;
}

#menu-responsive small.copi {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    text-align: center;
    /* Desktop/Legals */
    font-family: Klarheit;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height, or 117% */
    /* Black */
    color: #2B2B2B;
}

@media only screen and (max-width: 992px) {
    nav.fixed-on-top .navbar-brand img {
        width: 167px;
        height: 25px;
    }
}

.appear {
    opacity: 0;
}

.appeared {
    opacity: 1;
    transition: 1s;
}


/*____________________
Landing - seccion 1
_____________________*/

.landing-section-1 .landing-img-1 {
    width: 100%;
    height: 100%;
}

.landing-section-1 .carousel-indicators {
    bottom: 41px;
}

.landing-section-1 .carousel-indicators li {
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #2B2B2B;
    border-radius: 16px;
    opacity: 1;
}

.landing-section-1 .carousel-indicators li.active {
    background-color: #2B2B2B;
}

.landing-section-1 h1 {
    /* Desktop/H1 */
    font-family: Klarheit;
    font-style: normal;
    font-weight: normal;
    /* or 113% */
    /* White */
}

.landing-section-1 p {
    font-family: 'IBM Plex Mono', monospace;
    font-style: normal;
    font-weight: normal;
    padding: 20px 0;
}

.landing-section-1 a.explorar {
    font-family: Klarheit;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    /* White */
    /* Inside Auto Layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px;
}

.landing-section-1 a.explorar:hover {}

.landing-section-1 .carousel-item {
    min-height: 700px;
}

.landing-section-1 img.imagen {
    width: 100%;
}

.landing-section-1 .controles {
    position: absolute;
    bottom: 40px;
    width: 40%;
    left: 60%;
}

.landing-section-1 h2 {
    padding-top: 20px;
}

.landing-section-1 .p2 {
    padding: 20px 0;
}

.landing-section-1 .logo-camilla {
    width: 52px;
    position: absolute;
    bottom: 27px;
    right: 27px;
    z-index: 10;
}

.landing-section-1 .el-texto {
    opacity: 0;
    transition: 0.5s;
}

.landing-section-1 .active .el-texto {
    opacity: 1;
}

.landing-section-1 .active.carousel-item-prev .el-texto,
.landing-section-1 .active.carousel-item-next .el-texto,
.landing-section-1 .active.carousel-item-left .el-texto,
.landing-section-1 .active.carousel-item-right .el-texto {
    opacity: 0;
}

@media only screen and (max-width: 992px) {
    .landing-section-1 .carousel-item {
        min-height: 575px;
    }
    .landing-section-1 .controles {
        bottom: 20px;
        width: 80%;
        left: 10%;
    }
    .landing-section-1 .controles .flecha-der {
        position: absolute;
        right: 0px;
    }
}

.landing-section-1 .fondo-pc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.landing-section-1 .fondo-resp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}

@media only screen and (max-width: 768px) {
    .landing-section-1 .el-texto {
        opacity: 0;
        transition: 0.5s;
        padding: 0 40px;
        min-height: 420px;
    }
}


/*____________________
Landing - seccion 2
_____________________*/

.landing-section-2 {
    margin-top: 100px;
    margin-bottom: 0px;
}

.landing-section-2 .container {
    min-height: 700px;
    padding: 80px 40px;
}

.landing-section-2 .fondo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
}

.landing-section-2 p.p2 {
    padding-left: 20%;
}

.landing-section-2 p.p1 {
    padding-top: 20px;
}

.landing-section-2 .container-2 {
    width: 80%;
    margin: auto;
    padding-bottom: 50px;
}

.landing-section-2 img.landing-img-2 {
    width: 100%
}


/*
.landing-section-2 img.landing-img-2 {
    width: 120%;
    position: absolute;
    right: 0;
    margin-top: 60px;
}
*/

.landing-section-2 {
    position: relative;
}

.landing-section-2 .controles {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 20px;
}

@media only screen and (max-width: 576px) {
    .landing-section-2 .fondo {
        height: 80%;
    }
}


/*
@media only screen and (max-width: 992px) {
    .landing-section-2 {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .landing-section-2 .carousel {
        width: 70%;
    }
    .landing-section-2 img.landing-img-2 {
        width: 70%;
        position: absolute;
        left: 15%;
        top: -40px;
    }
}
*/


/*____________________
Landing - seccion 3
_____________________*/

.landing-section-3 {
    margin-top: 0px;
}

.landing-section-3 .carousel-item {
    min-height: 760px;
    padding: 80px 0px;
}

.landing-section-3 .carousel-item .container {
    padding: 0px;
}

.landing-section-3 img.imagen {
    width: 100%;
    max-height: 600px;
}

.landing-section-3 .controles {
    position: absolute;
    bottom: 40px;
    width: 40%;
    left: 100px;
}

.landing-section-3 h2 {
    padding-top: 20px;
}

.landing-section-3 .p2 {
    padding: 20px 0;
}

.landing-section-3 .el-texto {
    opacity: 0;
    transition: 0.5s;
}

.landing-section-3 .active .el-texto {
    opacity: 1;
}

.landing-section-3 .active.carousel-item-prev .el-texto,
.landing-section-3 .active.carousel-item-next .el-texto,
.landing-section-3 .active.carousel-item-left .el-texto,
.landing-section-3 .active.carousel-item-right .el-texto {
    opacity: 0;
}

@media only screen and (max-width: 768px) {
    .landing-section-3 {
        margin-top: 0px;
    }
    .landing-section-3 .carousel-item {
        min-height: 0px;
        padding: 20px 0;
    }
    .landing-section-3 .controles {
        bottom: 20px;
        width: 80%;
        left: 10%;
    }
    .landing-section-3 .controles .flecha-der {
        position: absolute;
        right: 0px;
    }
    .landing-section-3 .el-texto {
        opacity: 0;
        transition: 0.5s;
        padding: 0 40px;
        min-height: 420px;
    }
    .landing-section-3 .imagen {
        max-height: calc(100vh - 450px);
        width: auto;
    }
}


/*____________________
Landing - seccion 3
_____________________*/

.landing-section-4 {
    margin-top: 100px;
}

.landing-section-4 .configura-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.landing-section-4 .carousel-item {
    min-height: 700px;
    padding: 80px 0px;
}

.landing-section-4 .carousel-item .container {
    padding: 0;
}

.landing-section-4 .controles {
    position: absolute;
    bottom: 40px;
    width: 40%;
    left: 100px;
}

.landing-section-4 img.imagen {
    width: 100%;
}

.landing-section-4 img.logo {
    width: 52px;
    height: 52px;
}

.landing-section-4 h2 {
    padding-top: 20px;
}

.landing-section-4 .p2 {
    padding: 20px 0;
}

.landing-section-4 .p3 {
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    /* identical to box height, or 127% */
    /* Black */
    color: #2B2B2B;
}

.landing-section-4 .el-texto {
    opacity: 0;
    transition: 0.5s;
}

.landing-section-4 .active .el-texto {
    opacity: 1;
}

.landing-section-4 .active.carousel-item-prev .el-texto,
.landing-section-4 .active.carousel-item-next .el-texto,
.landing-section-4 .active.carousel-item-left .el-texto,
.landing-section-4 .active.carousel-item-right .el-texto {
    opacity: 0;
}

@media only screen and (max-width: 768px) {
    .landing-section-4 {
        margin-top: 50px;
    }
    .landing-section-4 .configura-btn {
        margin-top: 20px;
        position: static;
    }
    .landing-section-4 .carousel-item {
        min-height: 0px;
        padding: 20px 0;
    }
    .landing-section-4 .controles {
        bottom: 20px;
        width: 80%;
        left: 10%;
    }
    .landing-section-4 .controles .flecha-der {
        position: absolute;
        right: 0px;
    }
    .landing-section-4 .el-texto {
        opacity: 0;
        transition: 0.5s;
        padding: 0 40px;
        min-height: 390px;
    }
    .landing-section-4 .imagen {
        max-height: calc(100vh - 390px);
        width: auto;
    }
}


/*____________________
Landing - seccion 5
_____________________*/

.landing-section-5 {
    margin-top: 100px;
}

.landing-section-5 .controles {
    position: absolute;
    bottom: 20px;
    width: 40%;
    left: 50px;
}

.landing-section-5 h2 {
    padding-top: 20px;
}

.landing-section-5 .p2 {
    padding: 20px 0;
}

@media only screen and (max-width: 992px) {
    .landing-section-5 {
        margin-top: 50px;
    }
    .landing-section-5 .controles {
        position: absolute;
        bottom: 20px;
        width: 60%;
        left: 40%;
    }
}


/*____________________
Landing - seccion 6
_____________________*/

.landing-section-6 {
    margin-top: 100px;
    margin-bottom: 0px;
    position: relative;
}

.landing-section-6 .container {
    min-height: 700px;
    padding: 80px 40px;
}

.landing-section-6 .fondo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
}

.landing-section-6 p.p2 {
    padding-left: 20%;
}

.landing-section-6 p.p1 {
    padding-top: 20px;
}

.landing-section-6 .container-2 {
    width: 80%;
    margin: auto;
    padding-bottom: 50px;
}

.landing-section-6 img.landing-img-2 {
    width: 100%
}

@media only screen and (max-width: 576px) {
    .landing-section-6 .fondo {
        height: 80%;
    }
}


/*
.landing-section-6 img.landing-img-2 {
    width: 120%;
    position: absolute;
    right: 0;
    margin-top: 60px;
}

@media only screen and (max-width: 992px) {
    .landing-section-6 {
        margin-top: 50px;
        margin-bottom: 300px;
    }
    .landing-section-6 img {
        width: 70% !important;
    }
    .landing-section-6 img.landing-img-2 {
        width: 90% !important;
        position: absolute;
        left: 5%;
        top: 20px;
        margin-top: 0px;
    }
}
*/


/*____________________
Landing - seccion 7
_____________________*/

.landing-section-7 .flex-col {
    padding-bottom: 20px;
    min-height: 350px;
}

.landing-section-7 .flex-col div {
    background: #F2F2F2;
    padding: 20px;
    height: 100%;
    position: relative;
}

.landing-section-7 .flex-col img {
    width: 52px;
}

.landing-section-7 .flex-col h2 {
    padding: 20px 0;
}

.landing-section-7 .flex-col p {
    width: calc(100% - 40px);
}

@media only screen and (min-width: 768px) {
    .landing-section-7 .flex-col {
        min-height: 520px;
    }
    .landing-section-7 .flex-col p {
        position: absolute;
        bottom: 20px;
    }
}


/*____________________
Landing - seccion 8
_____________________*/

.landing-section-8 {
    margin-top: 100px;
    padding-bottom: 100px;
}

.landing-section-8 .h1-2 {
    visibility: hidden
}

.landing-section-8 a.mails {
    /* Desktop/H2 */
    font-family: Klarheit;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    /* identical to box height, or 112% */
    /* Black */
    color: #2B2B2B;
}

@media only screen and (max-width: 992px) {
    .landing-section-8 .h1-2 {
        display: none;
    }
}


/*____________________
Footer
_____________________*/

.footer {
    background: #2b2b2b;
    padding: 80px 0;
}

.footer .form-control {
    background: transparent;
}

.footer .form-control:focus {
    background: transparent!important;
}

.footer .btn-primary {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: transparent;
    text-align: left;
    border: 0px;
}

.footer .btn-primary img {
    width: 24px;
}

.footer .second-row {
    padding-top: 200px;
}

.footer a {
    /* Desktop/H3 */
    font-family: Klarheit;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 36px;
    /* identical to box height, or 118% */
    /* Black */
    color: #2B2B2B;
}

.footer small {
    /* Desktop/Legals */
    font-family: Klarheit;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height, or 117% */
    text-decoration-line: underline;
    /* Black */
    color: #2B2B2B;
}

.footer .idiomas {
    padding-top: 30px;
}

.footer .idiomas .col {
    padding: 0px;
    text-align: left;
}

.footer .idiomas a {
    /* Desktop/H4 */
    font-family: Klarheit;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    /* Black */
    color: #2B2B2B;
    opacity: 0.2;
    margin: 0px;
    text-align: left;
    padding: 0px;
}

.footer .idiomas a.active {
    opacity: 1;
    text-decoration: underline;
}

.footer .idiomas a, .footer small, .footer p {
    color:#ffffff;
}
  
/*____________________
Footer
_____________________*/

.formulario-previo {
    padding: 0px 0;
    min-height: 90vh;
}

.formulario-previo .container {
    max-width: 1100px;
}

.formulario-previo .selecciona {
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: normal;
    /* identical to box height, or 150% */
    letter-spacing: 0.05em;
    font-feature-settings: 'ss03' on;
    /* Black */
    color: #2B2B2B;
}

.formulario-previo h1 {
    padding: 20px 0;
}

.formulario-previo .resumen-camilla {
    background: #F2F2F2;
    padding: 8px;
    position: sticky;
    top: 100px;
    max-height: 100vh;
    overflow-y: scroll;
}

.formulario-previo .resumen-camilla #resumen-configuracion {
    overflow-y: scroll;
    max-height: 150px;
}

.formulario-previo .banner-precio {
    background: #A4DDDA;
    height: 60px;
}

.formulario-previo .banner-precio .logo {
    padding-top: 10px;
}

.formulario-previo .banner-precio .referencia {
    font-family: 'IBM Plex Mono', monospace;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 60px;
    /* identical to box height, or 117% */
    letter-spacing: 0.05em;
    font-feature-settings: 'ss03' on;
    /* Black */
    color: #2B2B2B;
}

.formulario-previo .banner-precio .precio {
    /* Desktop/H3 */
    font-family: Klarheit;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 60px;
    /* identical to box height, or 118% */
    text-align: right;
    /* Black */
    color: #2B2B2B;
}

.formulario-previo .configurador h5 {
    /* Desktop/Button */
    font-family: Klarheit;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */
    text-transform: uppercase;
    /* Black */
    color: #2B2B2B;
}

.formulario-previo .configurador p {
    /* Desktop/Small */
    font-family: 'IBM Plex Mono', monospace;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    /* Black */
    color: #2B2B2B;
}

.formulario-previo .configurador h4 {
    /* Desktop/H4 */
    font-family: Klarheit;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    /* Black */
    color: #2B2B2B;
}

.formulario-previo .configurador strike {
    font-family: Klarheit;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    text-align: right;
    text-decoration-line: line-through;
    /* Dark Grey */
    color: #8F8F8F;
}

.formulario-previo .configurador .precio-especial {
    /* Desktop/H5 */
    font-family: Klarheit;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */
    text-transform: capitalize;
    /* White */
    color: #F6F6F6;
    background: url('../img/generales/logo-special-offert.png');
    background-size: 100% 100%;
    padding: 5px 5px 5px 20px;
    position: absolute;
    top: 0;
    right: -120px;
    width: 150px;
    text-align: center;
}

.formulario-previo h6.first {
    /* Desktop/H6 */
    font-family: Klarheit;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height, or 117% */
    /* Black */
    color: #2B2B2B;
}

.formulario-previo h6.second {
    padding-left: 20px;
    font-family: Klarheit;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #8F8F8F;
}

.formulario-previo .agrupado-items {
    background: #F2F2F2;
    padding: 20px;
    margin-bottom: 20px;
}

.formulario-previo .form-check-label {
    position: relative;
    width: 90%;
}

@media only screen and (max-width: 576px) {
    .formulario-previo .configurador .precio-especial {
        position: absolute;
        top: -35px;
        right: 0px;
        width: 150px;
    }
    .formulario-previo .resumen-camilla {
        position: static;
        max-height: none !important;
    }
    .formulario-previo .form-check-label {
        width: 100%;
    }
    .formulario-previo .agrupado-items {
        padding: 20px;
    }
    .formulario-previo .agrupado-items .p-4 {
        padding: 20px !important;
    }
    .formulario-previo .agrupado-items .form-check-input {
        margin-left: 0px !important;
    }
    .formulario-previo .agrupado-items .col-6 {
        padding: 0px 10px !important;
    }
    .formulario-previo .configurador .container-fluid {
        padding: 0px !important
    }
    .formulario-previo .form-material {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 400px) {}

@media only screen and (max-width: 320px) {
    .formulario-previo .agrupado-items .form-check-label .col-6 {}
}


/**
.formulario-previo .form-check-label span.el-nombre {}

.formulario-previo .form-check-label span.el-precio {
    position: absolute;
    right: 0px;
}
*/


/*
@media only screen and (max-width: 992px) {
   
}
*/