@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700|Raleway:400,400i,500,700,900|Roboto:400,700,900|Epilogue:400,400i,500,600,700,900');
html {
    font-size: 16px !important;
}

body {
    font-family: 'Epilogue', sans-serif;
    width: 100%;
    height: 100%;
}

/*COMUNES*/

a,
a:hover {
    text-decoration: none;
}

p {
    font-size: 0.9rem;
}

.caret-right-blue {
    color: #007db7;
}

hr {
    background-color: #5a5a5c;
}

.nav-link.active {
    color: transparent;
}

.image_colors {
    height: 38px;
    margin: 0.5rem auto;
}

.image_colors_marquee {
    height: 33px;
    margin: 20px 40px 0.625rem 0px;
}

.indicator_color_image {
    width: 50px;
    border-top: 5px solid #02507c;
}

div#night-effect {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    width: 100vw;
    position: absolute;
    display: none;
    z-index: 1;
}

.hide {
    visibility: hidden;
    display: none;
}

.alert-error {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}

.background-color-gray {
    background-color: #dee1e2;
}

.box {
    position: relative;
    border: 2px;
    border-style: dotted;
    border-color: black;
}

.budget-table {
    border-collapse: separate;
    width: 400px;
    border-spacing: 50px;
    margin-bottom: 20px;
}

.text-small-modal-window {
    color: white;
    font-family: inherit;
}

.text-color-gray {
    color: #2e2e2e;
}

.error {
    color: red;
}

.a-add-configuration {
    text-decoration: none !important;
    color: white !important;
    margin-left: 0.625rem !important;
}

/* Customize the label (the container) */

.input-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */

.input-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */

.input-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.input-radio:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.input-radio input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.input-radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.input-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* Bootstrap Overwrite */

.right-checkbox .custom-control-indicator,
.right-checkbox input[type=checkbox],
.right-checkbox input[type=radio],
.right-radio .custom-control-indicator,
.right-radio input[type=checkbox],
.right-radio input[type=radio] {
    right: auto;
    top: auto;
    position: absolute;
    left: 2%;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.45rem;
    padding-right: 1.5rem;
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #FFFFFF;
    background-color: #88cc00;
}
.custom-control-input:checked~.custom-control-label::after {
    text-align: center;
    align-items: center;
    display: block;
    clear: left;
    content: '─';
    color: #003DA5;
    font-weight: bold;
    font-size: 7rem;
    padding: 45px 35px;
    line-height: 0;
}

.custom-control-input.cutting:checked~.custom-control-label::after {
    text-align: center;
    align-items: center;
    display: block;
    clear: left;
    content: '─';
    color: #003DA5;
    font-weight: bold;
    font-size: 7rem;
    padding: 25px 10px 30px 75px;
    line-height: 0;
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #F5F7FA, none;
    box-shadow: 0 0 0 1px #F5F7FA, none;
}

.custom-control-input:active~.custom-control-label::before {
    color: #FFFFFF;
    background-color: #88cc00;
}

.custom-control-input:disabled~.custom-control-label {
    color: #404E67;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #98A4B8;
}

.custom-control-label {
    margin-bottom: 0;
}

.custom-control-label::before {
    position: absolute;
    top: 0.125rem;
    right: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: '';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #DDDDDD;
}

.custom-control-label::after {
    position: absolute;
    top: 0.125rem;
    right: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #FFF;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23b3ff66\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E');
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #FFF;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3E%3Cpath stroke=\'%23b3ff66\' d=\'M0 2h4\'/%3E%3C/svg%3E');
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 184, 15, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 184, 15, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
    opacity: 0;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #FFF;
    border: 1px solid #666;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {

}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 184, 15, 0.5);
}

/* The container */

.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 3;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.radio-container:hover input~.checkmark {
    background-color: #FFF;
    border: 1px solid #666;
}

/* When the radio button is checked, add a blue background */

.radio-container input:checked~.checkmark {
    background-color: #FFF;
    border: 1px solid #666;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio-container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.radio-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #88cc00;
}

/*///////////////////////////////////////////////*/

.btn-group-sm>.btn,
.btn-sm {
    font-size: 0.675rem;
}

.form-check-label {
    cursor: pointer;
    color: #5a5a5c;
}

.form-group label {
    font-size: 0.9rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.4rem + 3px);
    padding: 1rem .75rem;
    font-size: .95rem;
    line-height: 1;
    color: #495057;
    background-color: #dde1e2;
    background-clip: padding-box;
    border: none;
    border-radius: 1.5rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-index {
    display: inline;
    width: 35%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: calc(0.8rem);
    padding: 0.95rem .75rem;
    font-size: .75rem;
    line-height: 1.2;
    color: #495057;
    background-color: #dde1e2;
    background-clip: padding-box;
    border: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

/* QTIP */

#qtip-overlay div {
    padding: 2rem;
}

.qtip-content,
.qtip-content div,
.qtip-content div p {
    font-family: "Epilogue", sans-serif !important;
    font-size: 0.8rem;
    line-height: 1.2rem;
}

/* Content Classes */

.asterisk-big-blue {
    font-size: 3rem;
    color: #007db7;
    position: relative;
    top: 24px;
    margin: 0;
    padding: 0;
    line-height: 0;
}

#login-page h3 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #333;
    font-size: 0.95rem;
}

#distribution-page .form-control {
    padding: .1rem .75rem;
}

.ml-10{
    margin-left: 20.5%;
}

/*.ml-5{*/
/*    margin-left: 10.5%;*/
/*}*/
.ml-4{
    margin-left: 6%;
}

/*.mr-3{*/
/*    margin-left: 6%;*/
/*}*/

.mr-10 {
    margin-right: 0.625rem;
}

.mr-25 {
    margin-right: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-10 {
    margin-top: 0.625rem;
}

.mt-20 {
    margin-top: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-10 {
    margin-bottom: 0.625rem;
}

.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pt-10 {
    padding-top: 0.625rem;
}

.pb-10 {
    padding-bottom: 0.625rem;
}

.pr-10 {
    padding-right: 0.625rem;
}

.pl-10 {
    padding-left: 0.625rem;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.pl-50 {
    padding-left: 50px;
}
.pt-75 {
    padding-top: 75px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pr-75 {
    padding-right: 75px;
}

.pl-75 {
    padding-left: 75px;
}
.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.pl-100 {
    padding-left: 100px;
}
.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pr-150 {
    padding-right: 150px;
}

.pl-150 {
    padding-left: 150px;
}
.pt-200 {
    padding-top: 200px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pr-200 {
    padding-right: 200px;
}

.pl-200 {
    padding-left: 200px;
}

.pt-250 {
    padding-top: 250px;
}

.pb-250 {
    padding-bottom: 250px;
}

.pr-250 {
    padding-right: 250px;
}

.pl-250 {
    padding-left: 250px;
}

.font-size-9 {
    font-size: 0.59rem !important;
}

.font-size-10 {
    font-size: 0.625rem !important;
}

.font-size-11 {
    font-size: 0.6875rem !important;
}

.font-size-12 {
    font-size: 0.75rem !important;
}

.font-size-13 {
    font-size: 0.8125rem !important;
}

.font-size-14 {
    font-size: 0.875rem !important;
}

.font-size-15 {
    font-size: 0.9375rem !important;
}

.font-size-17 {
    font-size: 1.0625rem !important;
}

.font-size-18 {
    font-size: 1.125rem !important;
}

.font-size-19 {
    font-size: 1.1875rem !important;
}

.font-size-20 {
    font-size: 1.25rem !important;
}
.font-size-30 {
    font-size: 1.875rem !important;
}
.font-size-40 {
    font-size: 2.50rem !important;
}

.border-radius-unset {
    border-radius: unset;
}

/*FIN DE LOS COMUNES*/

/*****************************/

/* .line-bottom */

.line-bottom::after {
    text-align: center;
    display: block;
    clear: both;
    content: '─────';
}

.line-bottom.line-short::after {
    content: '──' !important;
}

.line-bottom.line-large::after {
    content: '────────────' !important;
}

.line-bottom.text-left::after {
    text-align: left !important;
}

.line-bottom.text-right::after {
    text-align: right !important;
}

.line-bottom.line-primary::after {
    color: #007db7;
}

.line-bottom.line-white::after {
    color: var(--white);
}

.line-bottom.line-secondary::after {
    color: var(--secondary);
}

/*****************************/

#feedback {
    font-size: 1.4em;
}

/* POSTBOX SELECTABLE BOXES */

#selectable .ui-selecting,
#selectable2 .ui-selecting {
    background: #007db7;
}

#selectable .ui-selected,
#selectable2 .ui-selected,
#selectable .selected,
#selectable2 .selected
{
    color: white;
    background-size: 100% 100% !important;
    border: 0 !important;
}

#selectable,
#selectable2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 450px;
}

#selectable li,
#selectable2 li {
    /*margin: 3px;*/
    padding: 1px;
    float: left;
    width: 100px;
    height: 40px;
    font-size: 4em;
    text-align: center;
}

/* CUTTING - Postbox Selectable */

/* .not-filled{
    background: url("../images/iconos/icon_edit_postbox.png") 90% 10px/16px no-repeat;
} */

.postbox-edit-icon {
    cursor: pointer;
    position: absolute;
    top: 35%;
    width: 16px;
}

/* SELECT OPTIONS FROM CONFIG */
/*.color-select-option,*/
/*.joinMaterial,*/
/*.joinSubMaterial {*/
/*    opacity: 0.5;*/
/*}*/


.config-select-option,
.config-select-no-option,
.color-select-option,
.select-join-type,
.select-bracket-type,
.cursorPointer {
    cursor: pointer;
}

.color-container .disabled::before{
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(255, 255, 255, 0.5);
	cursor: inherit;	
}

#optionsroof .disabled::before{
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(255, 255, 255, 0.5);
	cursor: inherit;	
}

#optionsroof .disabled{
	cursor: inherit;	
}

.custom-radio.disabled::before{
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(255, 255, 255, 0.5);
	cursor: inherit;
    z-index: 9;	
}
.select-join-type.selected,
.select-bracket-type.selected,
.config-select-option.selected,
.color-select-option.selected,
.color-select-option.selected .joinMaterial{

    opacity: 1;
}


.select-join-type.selected>.title::after,
.select-bracket-type.selected>.title::after,
.config-select-option.selected>.text-font-postbox::after,
.config-select-option.selected.labeling::after,
.color-select-option.selected::after,
.config-select-option.selected.color-no-change::after,
.config-select-no-option.selected.NoEnvolvente::after,
#configuracion1.selected::after,
#configuracion2.selected::after{
    text-align: center;
    display: block;
    clear: left;
    content: '─';
    color: #003DA5;
    font-weight: bold;
    font-size: 7rem;
    padding: 10px 0px;
    line-height: 0;
}

.radio-input:checked + .radio-label::after {
    content: '─'; /* O cualquier otro símbolo que quieras usar */
    text-align: center;
    display: block;
    clear: left;
    color: #003DA5; /* Cambia el color si lo necesitas */
    font-weight: bold;
    font-size: 7rem;
    padding: 10px 0;
    line-height: 0;
}
.color-select-option {
    min-height: 95px;
    min-width: 75px;
}

.color-select-option.selected>.text-font-postbox {
    padding: 2px 0px;
}

#join-page .config-select-option {
    min-height: 222px;
}

#distribution-page .config-select-option {
    min-height: 110px;
}

.small-option::after {
    content: '──';
    padding: 2px 0px 0px 0px;
}

.priceWithBkgnd {
    font-family: 'Epilogue', sans-serif;
    background: #333333;
    color: #FFF;
    padding: 3px 10px 3px;
    font-size: 0.750rem;
    line-height: 1.5;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: transparent; /* Sin fondo */
    filter: invert(1); /* Cambia el color del ícono a negro */
}

/*!* Estilos del contenedor del slider *!*/
/*.slider-container {*/
/*    width: 80%; !* Ajusta el tamaño del slider *!*/
/*    overflow: hidden; !* Oculta los elementos que no están visibles en el área del slider *!*/
/*    margin: 0 auto; !* Centra el slider *!*/
/*    position: relative; !* Para los botones de navegación *!*/
/*}*/

/*!* Estilos de los elementos dentro del slider *!*/
/*.slider {*/
/*    display: flex; !* Flexbox para alinear los complementos horizontalmente *!*/
/*    transition: transform 0.5s ease-in-out; !* Animación suave de desplazamiento *!*/
/*}*/

/*.complemento {*/
/*    min-width: 100%; !* Cada complemento ocupará el 100% del contenedor (una vista completa) *!*/
/*    box-sizing: border-box;*/
/*    padding: 20px;*/
/*    text-align: center;*/
/*    background-color: #f0f0f0;*/
/*    border: 1px solid #ddd;*/
/*    font-size: 24px;*/
/*}*/

/*!* Botones de navegación *!*/
/*button {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*    color: white;*/
/*    border: none;*/
/*    padding: 10px;*/
/*    cursor: pointer;*/
/*}*/

/*button.prev {*/
/*    left: 0;*/
/*}*/

/*button.next {*/
/*    right: 0;*/
/*}*/

/*button:hover {*/
/*    background-color: rgba(0, 0, 0, 0.8);*/
/*}*/

/* BUTTONS */

/*.btn-radius {*/
/*    border-radius: 2rem;*/
/*}*/

.btn-dark-gray-sm {
    background: #2e2e2e;
    color: #FFF;
    padding: 4px 25px 4px;
    font-weight: 600;
    font-size: 0.650rem !important;
    line-height: 1.5;
    text-transform: uppercase;
}

.btn-dark-gray-sm:hover {
    background: #6e6e6e;
    color: #FFF;
}
.btn-light-gray-sm {
    background: #8C8C8C;
    color: #FFF;
    /*padding: 2px 100px 2px;*/
    font-weight: 600;
    font-size: 0.850rem !important;
    line-height: 1.5;
    text-transform: uppercase;
}

.btn-dark-blue {
    background: #003DA5;
    color: #FFF;
    padding: 4px 65px 4px;
    font-weight: 600;
    font-size: 0.800rem;
    line-height: 1.5;
    text-transform: uppercase;
}
.btn-dark-blue2 {
    background: #003DA5;
    color: #FFF;
    padding: 4px 75px 4px;
    font-weight: 600;
    font-size: 0.800rem;
    line-height: 1.5;
    text-transform: uppercase;
}

.btn-dark-blue:hover {
    background: #003DA5;
    color: #FFF;
}

.btn-dark-blue-sm {
    background: #003DA5;
    color: #FFF;
    padding: 4px 25px 4px;
    /*}padding: 2px 8px 1px;*/
    font-weight: 600;
    font-size: 0.650rem !important;
    line-height: 1.5;
    text-transform: uppercase;
}
.btn-save-name {
    background: #003DA5;
    color: #FFF;
    padding: 4px 25px 4px;
    /*}padding: 2px 8px 1px;*/
    font-weight: 600;
    font-size: 0.750rem !important;
    line-height: 1.5;
    text-transform: uppercase;
}
.btn-dark-blue2-sm {
    background: #003DA5;
    color: #FFF;
    padding: 4px 25px 4px;
    font-weight: 600;
    font-size: 0.650rem !important;
    line-height: 1.5;
    text-transform: uppercase;
}

.btn-dark-blue-sm:hover {
    background: #003DA5;
    color: #FFF;
}

.previous-page::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f053";
    padding-right: 5px;
    font-size: 0.5rem;
}

.next-page::after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f054";
    padding-left: 5px;
    font-size: 0.5rem;
}

.btn-blue-sm {
    background: #18b2e8;
    color: #FFF;
    padding: 2px 8px 1px;
    font-weight: 600;
    font-size: 0.650rem !important;
    line-height: 1.5;
}
.btn-white-sm {
     background: #FFFFFF;
     color: #FFF;
     padding: 2px 8px 1px;
     font-weight: 600;
     font-size: 0.650rem !important;
     line-height: 1.5;
 }

.text-blue {
    color: #007db7;
}

.bg-transparent {
    background-color: transparent;
}

/*******************************/

.autentication-form {
    display: block !important;
    text-align: justify;
}

.text-font-white {
    color: white;
    font-family: Epilogue;
}

.text-font-blue {
    color: #12a4d5;
    font-family: Epilogue;
}
.text-font-red {
    color: #F20D4A;
    font-family: Epilogue;
}


.text-font-dark-gray {
    color: #4b4b4b;
    font-family: Epilogue;
}

.text-font-postbox {
    color: #4b4b4b;
    font-family: Epilogue;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.text-font-right-nav {
    color: #4b4b4b;
    font-family: Epilogue;
    font-size: 0.625rem;
    padding-left: 12px;
}

.text-font-size-17 {
    font-family: Epilogue;
    font-size: 17px;
}

.text-font-size-13 {
    font-family: Epilogue;
    font-size: 13px;
    font-weight: 100;
}

.text-font-size-20 {
     font-family: Epilogue;
     font-size: 20px;
     font-weight: 100;
 }

.text-font-size-40 {
    font-family: Epilogue;
    font-size: 40px;
    font-weight: 100;
}

.text-font-color-marquee {
    color: #4b4b4b;
    font-family: Epilogue;
    font-weight: bold;
    font-size: 0.625rem;
}

.configuration {
    padding: 0.625rem;
    cursor: pointer !important;
}

.configuration i,
.configuration label {
    cursor: pointer !important;
}

.logo-btv {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* HEADER */

header {
    /*padding: 1rem 0px;*/
    /*background-image: url('../images/header.png');*/
    background-color: #F20D4A;
    background-repeat: repeat-x;
    background-size: cover;
}

header a {
    font-weight: bold;
    color: var(--white);
    text-decoration: none;
}

header a:hover {
    color: var(--white);
    text-decoration: underline;
}

.parte-superior {
    background-color: #ffffff;
    height: 50px; /* Altura relativa, 50% del total */
    display: flex;
    align-items: center;
}

/* Segunda parte del encabezado con fondo rojo */
.parte-inferior {
    /*background-color: red;*/
    /*background-image: url('../images/header.png');*/
    height: 75px; /* Altura relativa, 50% del total */
    display: flex;
    align-items: center;
    margin-left: 21%;
}

.image_small {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 84px;
}

.image_tapajuntas {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
}
.image_location {
    width: 350px;
    height: 200px;
    /*top-right-bottom-left*/
    margin: 50px 20px 0.625rem 0px;
}
.image_dimensions{
    /*width: 200px;
    height: 75px;*/
    /*top-right-bottom-left*/
    margin: 50px 20px 0.625rem 0px;
}
#join-page .image_small {
    width: 100% !important;
}

.image_medium {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 150px;
}

.image-big {
    height: auto;
    max-height: 345px;
    margin: 2px auto;
    max-width: 100%;
}

.flex-column .image_small {
    width: auto !important;
    height: auto;
    max-height: 150px;
}

.flex-column .image-big {
    height: 250px;
    max-height: 300px;
    text-align: center;
    margin: 0px auto;
}

/* CONTENT */

.content {
    color: rgb(95, 95, 95);
    min-height: 615px;
}

/* RIGHT SIDE MENU */

.right-nav-menu {
    font-family: 'Epilogue', sans-serif;
}

.right-nav-menu .nav-row .step {
    font-size: 0.75rem;
    color: rgb(95, 95, 95);
}

/* LEFT SIDE MENU */

.left-nav-menu {
    font-family: 'Epilogue', sans-serif;
    position:absolute;
    /*top: 250px;*/
    background-color: white;
    z-index: 100;
    display: none;
}

.left-nav-menu .menu-link {
    font-size: 0.9rem;
    background-color: #ffffff;
    border-bottom-color: #c8cacb !important;
    text-align: left;
    border-radius: unset;
    color: rgb(95, 95, 95);
    font-weight: bold;
    padding: 0.35rem 0.5rem;
}

.left-nav-menu .menu-link.selected {
    color: #fff;
    background-color: #003DA5;
    border-color: #003DA5;
    padding: 0.6rem 0.5rem;
    margin: 0;
}

.left-nav-menu .sub-menu-link {
    font-size: 0.8rem;
    font-family: 'Epilogue', sans-serif;
    border-radius: unset;
    width: 100%;
    color: #333;
    padding: 0.35rem 0.5rem;
}

.left-nav-menu .sub-menu-link.selected {
    background-color: #dee1e2 !important;
    padding: 0.4rem 0.5rem;
}

.left-nav-menu .caret-right-white {
    color: #16b1e7;
}

/* CAROUSEL */

.carousel-item.postbox {
    font-family: 'Epilogue', sans-serif;
}

/* FOOTER */

footer {
    margin-top: 2rem;
}

footer .contact-title {
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
}

footer.fixed-bottom {
    position: fixed;
    margin: auto;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

footer .footer-top {
    background-image: url('../images/footer.png');
    background-repeat: repeat;
    background-size: contain;
    padding: 1rem 0px 2.1rem 0px;
}

footer .footer-top i {
    margin-right: 0.750rem;
}

footer .footer-bottom {
    padding: 1rem 0px 0.45rem 0px;
    background: #FFF;
}

footer ul.socialNetwork {
    padding-left: 0;
    margin-top: 20px;
}

footer ul.socialNetwork li {
    padding-left: 10px;
    list-style: none;
    display: inline;
}

footer ul.socialNetwork li .fa,
footer ul.socialNetwork li .fab {
    color: #91aabe;
    font-size: 25px;
}

footer ul.socialNetwork li .fa:hover,
footer ul.socialNetwork li .fab:hover {
    color: #259df0;
}

footer ul.socialNetwork .fa-instagram {
    background: url(/images/iconos/ico-instagram.png) no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    font-size: 1px !important;
    line-height: 42px !important;
}

footer address i {
    color: #7d99ae;
    font-size: 18px;
}

footer address .address-location {
    padding-left: 33px;
}

.logo-dbox-position {
    margin-top: 25px;
    margin-bottom: 15px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0%;
    transition: 0.5s ease;
}

[id^='div_image_']:hover .overlay {
    height: 13%;
}

[id^='div_flashing_image_']:hover .overlay {
    height: 13%;
}

/* SKEW EFFECT */

.square-skew {
    /*-ms-transform: skew(-30deg, 0deg);*/
    /*-webkit-transform: skew(-30deg, 0deg);*/
    /*transform: skew(-30deg, 0deg);*/
    padding: 0.2rem 0;
    position: relative;
    /*left: 10px;*/
    float: left;
}

.square-skew label {
    margin: 0 !important;
    font-weight: bold;
    text-transform: uppercase;
}

.square-skew span {
    /*-ms-transform: skew(30deg, 0deg);*/
    /*-webkit-transform: skew(30deg, 0deg);*/
    /*transform: skew(30deg, 0deg);*/
    display: inline-block;
    /*font-size: 0.725rem;*/
    padding: 0 0.5rem;
}

.square-skew.configuration:nth-of-type(1) {
    /*margin-left: 15px;*/
}

.square-gray {
    width: 100%;
    background-color: #5a5a5c;
}

.square-blue {
    width: 100%;
    background-color: #003DA5;
    margin-top: 50px;
}

.square-dark-blue {
    background-color: #003DA5;
    margin-right: 0.625rem;
}

.square-add-configuration {
    background-color: #003DA5;
    margin-right: 0.625rem;
}

.square-add-configuration span,
.square-add-configuration span label {
    cursor: pointer !important;
}

.square-configuration-light-gray {
    background-color: #dde1e2;
    margin-right: 0.625rem;
}

.square-configuration-light-gray .configuration {
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    display: inline-block;
    font-size: 0.625rem;
}

.square-light-gray {
    margin: 5px auto;
    background-color: #dde1e2;
    width: 96% !important;
}

.square-light-gray .text-font-postbox {
    display: inline-block;
    font-size: 0.625rem;
    padding: 0.4rem 0.625rem;
}

.price {
    font-family: 'Epilogue', sans-serif;
    text-align: center;
    padding: 0.625rem 0px 0.625rem 0px;
}

/* MODAL DIALOG */

.modal-configuration {
    color: #4b4b4b;
    font-family: inherit;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.modal-configuration-text {
    color: #4b4b4b;
    font-family: inherit;
    text-align: center;
    font-size: 14px;
}

/* 
    Extra small devices (portrait phones, less than 576px) 
    No media query for `xs` since this is the default in Bootstrap
    Small devices (landscape phones, 576px and up)
*/

@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */

@media (max-width: 768px) {
    .square-skew.configuration:nth-of-type(1) {
        margin-left: 0;
    }
    .square-skew.configuration,
    .square-add-configuration,
    .square-light-gray {
        width: 100% !important;
        margin: 0.3rem auto;
    }
    .square-light-gray {
        margin-top: 1rem;
    }
    .square-skew {
        left: 0px;
    }
}

/* Large devices (desktops, 992px and up) */

@media (max-width: 991px) {
    /*.left-nav-menu {*/
    /*    top: 300px;*/
    /*}*/
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


#bracket-1 > img{
	max-height: 150px; 
	max-width: 50px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#bracket-2 > img{
	max-height: 150px; 
	max-width: 50px;
}

.advert_4.part2{
	position: relative;
}
.advert_4.part2::after{
	content: '';
	background-image: url(../images/configurador/extras/cerradura.jpg);
	height: 7px;
	width: 6px;
	position: absolute;
    bottom: 0px;
	left: 2px;
}
.advert_3.part2{
	position: relative;
}
.advert_3.part2::after{
	content: '';
	background-image: url(../images/configurador/extras/cerradura.jpg);
	height: 7px;
	width: 6px;
	position: absolute;
    bottom: 40%;
	left: 2px;
}

/* Flechas de ancho y alto */
.flecha_ancho{
    display: flex;
    width: 75%;
    max-width: 200px;
    margin: 0 auto;
}

.flecha_ancho_cantidad_container {
    text-align: center;
    padding:0 5px;
}

.flecha_ancho_left, .flecha_ancho_right {
    flex:auto;

}

.flecha_ancho_left span, .flecha_ancho_right span {
    width: 100%;
    height: 2px;
    background-color: RGB(95,95,95);
    display : inline-block;
    vertical-align: middle;
    margin-top: 7px;
}

.flecha_ancho_arrow i{
    display:inline;
    vertical-align: middle;
}

.flecha_alto{
    display: flex;
    flex-direction:column;
    width: 20px;
    height: calc(75% - 55px);

    max-height: 200px;
    /*margin: auto 0;*/

    position: absolute;
    top: calc(50% - 80px);
    left: -20px;

}

.flecha_alto_cantidad_container{
    text-align: center;
    padding: 5px 0;
    margin-left: -6px;
}

.flecha_alto_up, .flecha_alto_down {
    flex:auto;
    width: 14px;
    text-align: center;

}

.flecha_alto_up span, .flecha_alto_down span {
    height: 100%;
    width: 2px;
    background-color: RGB(95,95,95);
    display : inline-block;

}
.flecha_alto_arrow{
}

.flecha_alto_arrow i{

    display: block;
    height: 15px;
    margin-top: -1px;

}
.flecha_fondo{
    width: 20px;
    position: absolute;
    top: 0px;
    left: -20px;

}
.flecha_fondo img{
    width: 20px;
    transform: rotate(45deg);
}

.flecha_fondo_cantidad{
    font-size: 12px;
}
.flecha_fondo_cantidad_container{
    text-align: center;
    /*padding: 5px 0;*/
    margin-left: -10px;
}

/* End flechas de ancho, alto y fondo*/

.imagen_seleccion_configuracion{
    width: auto;
    height: 200px;
    /*opacity: 50%;*/
}

input:checked+img.imagen_seleccion_configuracion{
    border:5px solid #F20D4A;
    opacity: 100%;
}
/*images seleccion configuracion
 */
/* styles.css */


.radio-container {
    display: flex;
    gap: 20px;
}

.radio-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.radio-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    /*border: 1px solid #ddd;*/
    border-radius: 8px;
    transition: background-color 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.radio-label img {
    width: auto;
    height: 200px;
    object-fit: cover;
    /*border-radius: 50%;*/
    margin-bottom: 10px;
}
.radio-label2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    /*border: 1px solid #ddd;*/
    border-radius: 8px;
    transition: background-color 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.radio-label2 img {
    width: 150px;
    height: auto;
    object-fit: cover;
    /*border-radius: 50%;*/
    margin-bottom: 10px;
}

.radio-label .radio-text {
    font-size: 1.1em;
    color: #333;
}
.radio-label2 .radio-text {
    font-size: 1.1em;
    color: #333;
}

/* Hover effect */
.radio-label:hover {
    /*background-color: #e0e0e0; !* Change background on hover *!*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); !* Slight shadow effect *!*/
    /*border-color: #888; !* Change border color on hover *!*/
    /*font-weight: bold*/
}
.radio-label2:hover {
    background-color: #e0e0e0; /* Change background on hover */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Slight shadow effect */
    border-color: #888; /* Change border color on hover */
}


/*!* Apply styles to the selected (checked) radio button's label *!*/
/*.radio-input:checked + .radio-label {*/
/*    background-color: #d0d0d0; !* Slightly darker background when selected *!*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); !* Stronger shadow when selected *!*/
/*    border-color: #333; !* Darker border when selected *!*/
/*    font-weight: bold*/

/*}*/
/*.radio-input:checked + .radio-label2 {*/
/*    background-color: #d0d0d0; !* Slightly darker background when selected *!*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); !* Stronger shadow when selected *!*/
/*    border-color: #333; !* Darker border when selected *!*/
/*    font-weight: bold*/
/*}*/