@charset "utf-8";
@font-face{
    font-family:'Lato';
    src:url("../../system/font/Lato/Lato-Light.ttf") format('truetype');
    font-weight:300;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:'Lato';
	src:url("../../system/font/Lato/Lato-Regular.ttf") format('truetype');
    font-weight:400;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:'Lato';
	src:url("../../system/font/Lato/Lato-Bold.ttf") format('truetype');
    font-weight:700;
    font-style:normal;
    font-display:swap;
}

*{
padding:0;
margin:0;
box-sizing: border-box;
}
a {
    color: inherit; /* Toma el color del texto de su contenedor */
    text-decoration: none; /* Quita el subrayado */
}
html,body{
	width: 100%;
	height: 100%;
	margin:0;
	background-color: white;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color:black;
	line-height: 30px; 
	
}
/* cuando quitas el foco pero esta seleccionado*/
input[type=text]:focus, input[type=password]:focus, input[type=telefono]:focus, input[type=checkbox]:focus, select:focus, textarea:focus {
outline:none;
box-shadow: 0 0 0px 5px rgba(0,170,255,0.5);	
border: 3px solid mediumblue;
}

input[type=text]:hover, input[type=password]:hover, input[type=telefono]:hover, select:hover, textarea:hover, input[type=checkbox]:hover {
outline:none;
border: 3px solid mediumblue;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
	background: url("../../system/img/loader.gif") 50% 50% no-repeat rgb(249,249,249);
/*    background: url(../img/sistema/loader.gif) 50% 50% no-repeat rgb(249,249,249);*/
    opacity: .8;
	cursor: wait;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s ease;
  z-index: -1; 
  background: #000;
}

.overlay.active {
  opacity: 0.5;
  z-index: 2;
}
.obl{
	color: red;
	padding-left: 5px;
	font-size: 18px;
}
/*menu superior*/
.headerWrap{
    position: relative;
    width: 100%;
}

.headerLogo{
    position: absolute;
    top: 4px;
    left: 30px;
    z-index: 10;
}

.headerLogo img{
    width: 300px;
    height: auto;
    display: block;
}

.headerMenu{
    width: 100%;
    height: 60px;
    background-color: #D3D3D3;

    display: flex;
    justify-content: flex-end;
    align-items: center;

    padding-right: 30px;
    box-sizing: border-box;

    margin-top: 0;

    position: relative;
}

.headerMenu::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: linear-gradient(to right, #00aaff, #8c8c8c);

    box-shadow:
        0 0 8px rgba(0,170,255,0.9),
        0 0 15px rgba(0,170,255,0.5);

    z-index: 2;
}
.btnHeader01{
    margin-right:20px;
    cursor:pointer;
    user-select:none;
    font-size:13px;
    font-weight:500;
    letter-spacing:1.5px;
}

.btnHeader01:hover{
    color:#CA0F16;
}

.btnHeader01 .ico50{
    margin-right:1px;
    font-size:22px;
    vertical-align:middle;
}
.cl05{
	margin-left: 30px;
}
.contMain{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	width: 75%;
	margin: 0 auto;
}
.line01{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
	width: 160px;
}
.contL{
	background-color: #F5F5F5;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
/*	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
/*	box-shadow: 0 0 10px white;*/
	border-radius: 5px;
	padding: 20px;
	width: 30%;
	margin: 40px 140px 40px 0;
}

.contR{
	
	background-color:white;
/*	background-color: #EEEEEE;
*/	/*box-shadow: 0 0 10px black;*/
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	border-radius: 2px;
	padding: 20px;
	width: 850px;
	margin: 40px 0px 40px 0;
	height: 800px;
/*	height: auto;*/
	position: sticky;
	right: 8%;
    top: 50px;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	
}
.visor01{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	width: 560px;
	
}

.visor02{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
/*	
	background-color:palegoldenrod;*/
	width: 230px;
	
}


.coLink{
		display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: stretch;
	width: 60%;
	margin: 0 auto;

}
.links{
	font-size: 14px;
	cursor: pointer;
	user-select: none;
		color:blue;
	font-weight: 400;
}
.links:hover{
	transition: all 0.4s linear;
	text-decoration: underline;
}
.previewTitle{
    width:100%;
    margin:0 0 18px 0;
    padding:12px 16px;

    display:flex;
    align-items:center;
    gap:10px;

    border-left:5px solid #C50000;
    background:#F8F8F8;
    border-radius:5px;

    font-size:20px;
    font-weight:700;
    color:#050639;
    letter-spacing:.3px;

    user-select:none;
}

.previewIcon{
    font-size:22px;
    color:#C50000;
}
.co01{
	margin-top: 20px;
	font-weight: 700;
	font-size: 24px;
	user-select: none;
	margin-left: -5px;
	margin-bottom: 40px;
	text-align: center;
}
.subtit01{
	margin-top: 20px;
	font-weight: 700;
	font-size: 28px;
	user-select: none;

}
.ico01{
	margin-top: 20px;
	font-weight: 700;
	font-size: 38px;
	user-select: none;
	

}
.line02{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin-bottom: 30px;
	margin-top: 10px;
}

.help1{
font-size: 12px;
	line-height: 1.5;
	margin-top: 20px;
	text-align: justify;
  	text-justify: inter-word; /* Ajusta el espacio entre palabras */
  	hyphens: auto; /* Divide palabras automáticamente */	
	
}
.help2{
	font-size: 12px;
	line-height: 1.5;
	margin-top: 20px;
	color: dimgray;
	margin-bottom: 15px;
}
.co02{
	font-size: 14px;
	font-weight: 700;
	user-select: none;
}
.co17{
	font-size: 14px;
	font-weight: 700;
	user-select: none;
	margin-bottom: 10px;
}

.co13{
	font-size: 11px;
	font-weight: 700;
	user-select: none;
}
.input01{
	float: left;
	width: 100%;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	text-indent: 10px;
	font-size: 13px;
	user-select: none;
	padding: 10px 10px;
	border: 0.5px solid #E0E0E0;
	border-radius: 5px;	
	
	
}
.input02{
	float: left;
	width: 100%;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	text-indent: 10px;
	font-size: 13px;
	user-select: none;
	padding: 10px 10px;
	border: 0.5px solid #E0E0E0;
	border-radius: 5px;	
	
	
}
.input03{
	width: 100%;
	padding: 10px 10px;
	border: 0.5px solid #E0E0E0;
	border-radius: 5px;	
	resize: none;

}
/* Eliminar apariencia nativa */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #555;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}

/* Estilo cuando está marcado */
input[type="checkbox"]:checked {
  background-color: #050639;
  border-color: #050639;
}

/* Crear el check (la marca) */
input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.co03{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin-bottom: 2px;
	user-select: none;
}

.co33{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin-bottom: 2px;
	user-select: none;
	
	font-size: 14px;
	font-weight: 700;
	margin: 15px 0;
	margin-left: 10px;
/*	background-color: aqua;*/
	
}

.btn03{
	margin: 1px;
	padding: 10px 10px;
	border: 0.5px solid #E0E0E0;
	border-radius: 5px;
	cursor: pointer;
	background-color: #c50000;
	width: 100%;
	color: white;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.btn03:hover{
	transition: all 0.4s linear;
	background-color:white;
	box-shadow: 0 0 30px white;
	border: 0.5px solid #c50000;
	color: #c50000;
}

.btn04{
	margin: 1px;
	padding: 10px 10px;
	border: 0.5px solid #050639;
	border-radius: 5px;
	cursor: pointer;
	background-color: #E0E0E0;
	width: 95%;
	color: #050639;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.btn04:hover{
	transition: all 0.4s linear;
	background-color:white;
	box-shadow: 0 0 30px white;
	border: 0.5px solid #c50000;
	color: #c50000;
}
.espe01{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	 
	border-bottom: 1px solid #96979A; /* Línea inferior sólida negra de 2px */
  	margin-bottom: 20px;           /* Espacio de 20px debajo de la línea */
  	padding-bottom: 20px;          /* Espacio entre el contenido y la línea */
}
.seg01{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	width: 49%;
}

.co04{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.co05{
	color: #96979A;
	font-size: 12px;
	  display: inline-block; /* Permite un mejor manejo de líneas */
  line-height: 1.6;   
}
.co06{
	color: #000000;
	font-size: 12px;
	font-weight: 500;
	display: inline-block; /* Permite un mejor manejo de líneas */
  	line-height: 1.6;   
}
.co07{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	width: 50%;
}

.co08{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	width: 57%;
}





.co11{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
margin-bottom: 2px;
}

.links02{
	cursor: not-allowed;
	user-select: none;
	color:blue;
	font-weight: 400;
	

	font-size: 12px;
	margin-right: 20px;
	
}
.links02:hover{
	transition: all 0.4s linear;
	text-decoration: underline;
}

.whats{

		display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
	
	font-size: 12px;
	
}


.descr01{
	font-size: 12px;
	line-height: 1.6; 
}

.nego01{
	display: none;
	border: 1px solid #D11E21;
	color: #D11E21;
	width: auto;
	padding: 0px 5px;
	font-size: 12px;
	float: right;
}
.fotosCont{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	
	width: 100%;
	height: 230px;
	/*padding: 10px 10px;*/
/*	border: 0.5px solid #E0E0E0;*/
	border-radius: 5px;
	margin-bottom: 15px;
	
}

.titmoto01{
/*	margin-top: 10px;*/
	margin-bottom: 15px;
	border-radius: 5px;
}
.ico02{
	font-size: 15px;
	padding: 4px;
	color: crimson;
	border: 0.5px solid crimson;
	border-radius: 3px;
	cursor: not-allowed;
}
.ico03{
	font-size: 15px;
	user-select: none;
	margin-right: 5px;
}
.ico04{
	font-size: 15px;
	user-select: none;
/*	margin-right: 5px;*/
}
.co09{
	font-size: 9px;
}
.redes01{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;	
	margin-bottom: 15px;

}
.precio01{
	padding: 10px 10px;
	border: 0.5px solid #E0E0E0;
	border-radius: 5px;
	font-weight: 700;
	margin-bottom: 10px;
}

.privado{
	margin-bottom: 15px;
}
.contacto{
	background-color: #F3F4FA;
	width: 100%;
	height: 100%;
	padding: 8px;
	border-radius: 3px;
}
.input04{
	width: 100%;
	padding: 12px 12px;
	border: 0.5px solid #E0E0E0;
	border-radius: 5px;	
	resize: none;

}
.contacto02{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;	
	margin-bottom: 15px;
}

/*.co10{
		display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
margin-bottom: 5px;
}*/
.co10{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: stretch;
	user-select: none;
	font-size: 10px;
	margin-left: 10px;
	line-height: 1.6;
	margin-bottom: 15px;

	
}


.co12{
	margin-left: 10px;
	text-align: justify;
  	text-justify: inter-word; /* Ajusta el espacio entre palabras */
  	hyphens: auto; /* Divide palabras automáticamente */
	width: 80%;
	margin-right: 10px;
}

.co14{
	text-align: justify;
  	text-justify: inter-word; /* Ajusta el espacio entre palabras */
  	hyphens: auto; /* Divide palabras automáticamente */
	width: 90%;
	font-size: 10px;
	line-height: 1.6;
	margin: 15px 10px 15px 10px;
}

.input05{
	float: left;
	width: 90%;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	text-indent: 10px;
	font-size: 13px;
	user-select: none;
	padding:  2px 2px;
	border: 0.5px solid #E0E0E0;
	border-radius: 4px;		
}

.btn05{
	margin: 1px;
	padding: 2px 7px;
	border: 0.5px solid #E0E0E0;
	border-radius: 5px;
	cursor: not-allowed;
	background-color:steelblue;
	width: 100%;
	color: white;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
}
.btn05:hover{
	transition: all 0.4s linear;
	background-color:white;
	box-shadow: 0 0 30px white;
	border: 0.5px solid #c50000;
	color: #c50000;
}

.line03{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	width: 100%;
	height: 33%;
}
.line04{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	width: 100%;
	height: 33%;
	margin-top: 1px;
	margin-bottom: 1px;
	
}

.img80{
	background-size: 80%;
	background-image:url("../../system/img/accesoriesAzul.jpg");
	background-repeat: no-repeat;
	background-color: #EEEFF8;
	background-position: center;
	/*width: 295px;*/
	width: 100%;
	height: 200px;
	margin-top: 10px;
/*	margin-right: 5px;*/
}




.help05{
font-size: 12px;
	line-height: 1.5;
	margin-top: 20px;
	font-weight: 700;
	text-align: justify;
  	text-justify: inter-word; /* Ajusta el espacio entre palabras */
  	hyphens: auto; /* Divide palabras automáticamente */
}
.help06{
	font-size: 12px;
	line-height: 1.5;
	margin-top: 20px;
	text-align: justify;
	text-justify: inter-word; /* Ajusta el espacio entre palabras */
	hyphens: auto; /* Divide palabras automáticamente */
}

.preview-grid { gap: 10px; margin-top: 25px; 

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: space-between;
}
.image-box { width: 100px; height: 100px; position: relative; border: 1px solid transparent; cursor: move; overflow: hidden; }
.image-box img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.actions { position: absolute; bottom: 0; background: rgba(0,0,0,0.5); width: 100%; display: flex; justify-content: space-around; }
.actions button { cursor: pointer; color: white; background: none; border: none; }

#drop-zone { border: 2px dashed #007bff; padding: 15px; text-align: center; cursor: pointer; margin-bottom: 10px; font-size: 14px; }
.dragging { opacity: 0.5; }

/* clone preview */
.upload-container02{
    width:560px;
    height:280px;
    margin-bottom:15px;
    border:0.5px solid #E0E0E0;
    border-radius:5px;
    background:#414C58;
    overflow:hidden;
}

.clone-grid{
    width:100%;
    height:100%;
    padding:10px;
    background:#414C58;

    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-content:flex-start;
    gap:10px;
}

.clone-grid .image-box{
    position:relative;
    border:1px solid transparent;
    cursor:move;
    overflow:hidden;
}

.clone-grid .image-box:first-child{
    width:100%;
    height:190px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:transparent;
}

.clone-grid .image-box:first-child img{
    width:100%;
    height:100%;
    object-fit:contain !important;
}

.clone-grid .image-box:not(:first-child){
    width:18%;
    height:55px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
}

.clone-grid .image-box:not(:first-child) img{
    width:100%;
    height:100%;
    object-fit:cover !important;
}

.clonePlaceholder{
    width:100%;
    height:100%;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    color:#C8CDD3;
    user-select:none;
}

.clonePlaceholder .icon-camera{
    font-size:95px;
    color:#B7BEC7;
    margin-bottom:20px;
}

.cloneText{
    font-size:20px;
    font-weight:700;
    text-align:center;
    line-height:1.6;
    letter-spacing:.5px;
    color:#D5DAE0;
}
/* =========================
   RESPONSIVE PC / TABLET / CELULAR
   ========================= */

/* PC mediana */
@media only screen and (max-width: 1400px){

    .contMain{
        width: 92%;
    }

    .contL{
        width: 38%;
        margin-right: 40px;
    }

    .contR{
        width: 58%;
        right: auto;
    }

    .visor01{
        width: 65%;
    }

    .visor02{
        width: 32%;
    }

    .upload-container02,
    .clone-grid,
    .clone-grid .image-box[data-id="1"]{
        width: 100%;
    }
	.previewTitle{
    margin-top:25px;
    font-size:18px;
    justify-content:center;
    text-align:center;
}

.previewIcon{
    font-size:20px;
}
}


/* TABLET */
@media only screen and (max-width: 1024px){

    .headerLogo{
        left: 20px;
    }

    .headerLogo img{
        width: 240px;
    }

    .headerMenu{
        height: 60px;
        padding-right: 15px;
    }

    .btnHeader01{
        margin-right: 15px;
        font-size: 14px;
    }

    .contMain{
        width: 95%;
        flex-direction: column;
        align-items: center;
    }

    .contL{
        width: 100%;
        margin: 30px 0 20px 0;
    }

    .contR{
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        right: auto;
        margin: 20px 0 40px 0;
    }

    .visor01{
        width: 68%;
    }

    .visor02{
        width: 30%;
    }

    .upload-container02,
    .clone-grid,
    .clone-grid .image-box[data-id="1"]{
        width: 100%;
    }

    .co01{
        font-size: 22px;
    }

    .subtit01{
        font-size: 24px;
    }
}


/* CELULAR */
@media only screen and (max-width: 767px){

    html, body{
        width: 100%;
        overflow-x: hidden;
        font-size: 16px;
        line-height: 24px;
    }

    .headerWrap{
        min-height: 115px;
    }

    .headerLogo{
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        padding-top: 10px;
    }

    .headerLogo img{
        width: 230px;
        margin: 0 auto;
    }

    .headerMenu{
        height: auto;
        min-height: 55px;
        justify-content: center;
        padding: 8px 10px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .btnHeader01{
        margin-right: 0;
        font-size: 13px;
    }

    .contMain{
        width: 100%;
        flex-direction: column;
        padding: 0 10px;
    }

    .contL{
        width: 100%;
        margin: 20px 0;
        padding: 15px;
    }
.previewTitle{
    margin-top:25px;
    font-size:18px;
    justify-content:center;
    text-align:center;
}

.previewIcon{
    font-size:20px;
}
    .contR{
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        right: auto;
        margin: 10px 0 30px 0;
        padding: 12px;
        flex-direction: column;
    }

    .visor01,
    .visor02{
        width: 100%;
    }

    .co01{
        font-size: 22px;
        margin-bottom: 25px;
    }

    .subtit01{
        font-size: 22px;
    }

    .ico01{
        font-size: 30px;
    }

    .line02{
        margin-bottom: 20px;
    }

    .input01,
    .input02,
    .input03,
    .input04{
        width: 100%;
        font-size: 14px;
    }

    .upload-container02{
        width: 100%;
        height: auto;
        min-height: 250px;
    }



    .clone-grid .image-box[data-id="1"]{
        width: 100%;
        height: 190px;
    }

    .clone-grid .image-box{
        width: 30%;
        height: 70px;
    }

    .espe01{
        flex-direction: column;
    }

    .seg01{
        width: 100%;
        margin-bottom: 10px;
    }

    .contacto02{
        flex-direction: column;
    }

    .contact50,
    .contact60{
        width: 100%;
    }

    .input05{
        width: 100%;
        height: 35px;
        margin-bottom: 8px;
    }

    .redes01{
        margin-top: 15px;
    }

    .co10{
        margin-left: 0;
    }

    .co12{
        width: 90%;
    }
}



/* MENU HAMBURGUESA - MISMO DISEÑO VISOR MOTOS */
.hamburger{
    display:none;
    width:42px;
    height:42px;
    cursor:pointer;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    gap:6px;
    user-select:none;
}

.hamburger span{
    width:26px;
    height:3px;
    background:#050639;
    border-radius:3px;
    transition:.3s;
}

.menuItems{
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

@media only screen and (min-width:901px){
    .headerMenu{
        height:60px;
        padding-right:30px;
        background:#D3D3D3;
        display:flex;
        justify-content:flex-end;
        align-items:center;
        gap:30px;
        flex-direction:row;
        flex-wrap:nowrap;
    }

    .hamburger{
        display:none;
    }

    .menuItems{
        display:flex;
        flex-direction:row;
        align-items:center;
        justify-content:flex-end;
        gap:30px;
        position:static;
        width:auto;
        background:transparent;
        box-shadow:none;
        padding:0;
    }

    .menuItems .btnHeader01{
        width:auto;
        padding:0;
        color:#000;
        border-bottom:none;
        text-align:left;
        display:block;
    }
}

@media only screen and (max-width:900px){
    .headerMenu{
        height:60px;
        min-height:60px;
        display:flex;
        justify-content:flex-start;
        align-items:center;
        padding:0 18px;
        gap:15px;
        flex-wrap:nowrap;
        background:rgba(0,0,0,.70);
        backdrop-filter:blur(8px);
        -webkit-backdrop-filter:blur(8px);
    }

    .hamburger{
        display:flex;
        justify-content:center;
        align-items:center;
        margin:0;
        padding:0;
        z-index:10001;
    }

    .hamburger span{
        background:#FFF;
    }

    .menuItems{
        display:none;
        position:absolute;
        top:60px;
        left:0;
        width:100%;
        background:rgba(0,0,0,.78);
        backdrop-filter:blur(10px);
        -webkit-backdrop-filter:blur(10px);
        flex-direction:column;
        align-items:flex-start;
        padding:12px 0;
        border-radius:0;
        box-shadow:0 8px 18px rgba(0,0,0,.35);
        z-index:9999;
    }

    .menuItems.active{
        display:flex;
    }

    .menuItems .btnHeader01{
        width:100%;
        display:flex;
        align-items:center;
        justify-content:flex-start;
        margin-right:0;
        padding:15px 22px;
        text-align:left;
        color:#FFF;
        border-bottom:1px solid rgba(255,255,255,.08);
        font-size:13px;
        letter-spacing:.5px;
    }

    .menuItems .btnHeader01:last-child{
        border-bottom:none;
    }

    .menuItems .btnHeader01:hover{
        background:rgba(197,0,0,.20);
        color:#FFF;
    }

    .menuItems .btnHeader01 span{
        width:24px;
        margin-right:10px;
        text-align:center;
        color:#FFF;
    }
}

@media only screen and (max-width:767px){
    .headerWrap{
        min-height:115px;
    }
.previewTitle{
    margin-top:25px;
    font-size:18px;
    justify-content:center;
    text-align:center;
}

.previewIcon{
    font-size:20px;
}
    .headerLogo{
        position:relative;
        top:auto;
        left:auto;
        text-align:center;
        padding-top:10px;
        z-index:10;
    }

    .headerLogo img{
        width:230px;
        margin:0 auto;
    }

    .headerMenu{
        height:60px;
        min-height:60px;
        justify-content:flex-start;
        padding:0 18px;
        flex-wrap:nowrap;
    }
}


/* =========================================================
   SORTABLEJS - ORDENAMIENTO DE FOTOGRAFÍAS
========================================================= */

#preview-container .image-box{
    cursor:grab;
    touch-action:manipulation;
    user-select:none;
    -webkit-user-select:none;
}

#preview-container .image-box:active{
    cursor:grabbing;
}

#preview-container .image-box img{
    pointer-events:none;
    user-select:none;
    -webkit-user-select:none;
    -webkit-user-drag:none;
}

#preview-container .actions{
    position:absolute;
    z-index:20;
    pointer-events:auto;
}

#preview-container .actions button{
    min-width:34px;
    min-height:34px;
    padding:4px 8px;
    pointer-events:auto;
    touch-action:manipulation;
}

.sortable-ghost{
    opacity:.25;
}

.sortable-chosen{
    opacity:.75;
}

.sortable-drag{
    opacity:1;
    cursor:grabbing;
}

@media only screen and (max-width:767px){

    #preview-container .image-box{
        width:110px;
        height:110px;
    }

    #preview-container .actions button{
        min-width:40px;
        min-height:38px;
        font-size:17px;
    }
}


/* =========================================================
   AJUSTE FINAL MENU MOVIL ESTILO INDEXZ
   Mantiene logo y hamburguesa en la misma línea.
========================================================= */
@media only screen and (max-width:767px){

    .headerWrap{
        position:relative;
        width:100%;
        min-height:72px;
        height:72px;
        background:#fff;
        border-bottom:1px solid #e7e7e7;
        box-shadow:0 4px 14px rgba(0,0,0,.07);
        z-index:1000;
    }

    .headerLogo{
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%, -50%);
        width:auto;
        padding:0;
        margin:0;
        text-align:center;
        z-index:15;
        pointer-events:none;
    }

    .headerLogo img{
        width:230px;
        max-width:58vw;
        height:auto;
        margin:0 auto;
        display:block;
    }
.previewTitle{
    margin-top:25px;
    font-size:18px;
    justify-content:center;
    text-align:center;
}

.previewIcon{
    font-size:20px;
}
    .headerMenu{
        position:relative;
        width:100%;
        height:72px;
        min-height:72px;
        padding:0 15px;
        margin:0;
        display:flex;
        justify-content:flex-start;
        align-items:center;
        flex-wrap:nowrap;
        gap:0;
        background:#fff;
        backdrop-filter:none;
        -webkit-backdrop-filter:none;
        overflow:visible;
    }

    .hamburger{
        display:flex;
        position:relative;
        width:34px;
        height:28px;
        flex:0 0 34px;
        margin:0;
        padding:0;
        gap:0;
        justify-content:space-between;
        align-items:stretch;
        flex-direction:column;
        z-index:10001;
    }

    .hamburger span{
        width:100%;
        height:3px;
        background:#111;
        border-radius:3px;
        transition:transform .25s ease, opacity .25s ease;
    }

    .hamburgerActivo span:nth-child(1){
        transform:translateY(12px) rotate(45deg);
    }

    .hamburgerActivo span:nth-child(2){
        opacity:0;
    }

    .hamburgerActivo span:nth-child(3){
        transform:translateY(-13px) rotate(-45deg);
    }

    .menuItems{
        display:none;
        position:absolute;
        top:72px;
        left:0;
        width:100%;
        margin:0;
        padding:14px 18px 16px;
        flex-direction:column;
        align-items:flex-start;
        gap:8px;
        background:#fff;
        border-top:1px solid #ececec;
        border-radius:0;
        box-shadow:0 8px 14px rgba(0,0,0,.08);
        backdrop-filter:none;
        -webkit-backdrop-filter:none;
        z-index:9999;
    }

    .menuItems.active{
        display:flex;
    }

    .menuItems .btnHeader01{
        width:100%;
        margin:0;
        padding:9px 0;
        display:flex;
        align-items:center;
        justify-content:flex-start;
        color:#000;
        background:#fff;
        border-bottom:none;
        text-align:left;
        font-size:12px;
        letter-spacing:1.5px;
    }

    .menuItems .btnHeader01 span{
        width:auto;
        margin-right:8px;
        color:#000;
        text-align:left;
    }

    .menuItems .btnHeader01:hover{
        color:#ca0f16;
        background:#fff;
    }

    .menuItems .btnHeader01:hover span{
        color:#ca0f16;
    }
}

@media only screen and (max-width:380px){
    .headerLogo img{
        width:205px;
        max-width:60vw;
    }
}


/* =====================================================
   CORRECCIÓN: título superior de la vista previa
   ===================================================== */
.contR{
    flex-direction:column;
    justify-content:flex-start;
    align-items:stretch;
}

.previewTitle{
    flex:0 0 auto;
    width:100%;
    min-height:52px;
    margin:0 0 18px 0;
    padding:10px 16px;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    gap:10px;
    border-left:5px solid #C50000;
    background:#F8F8F8;
    border-radius:5px;
    font-size:20px;
    font-weight:700;
    line-height:1.3;
    color:#050639;
    letter-spacing:.3px;
    text-align:left;
}

.previewIcon{
    flex:0 0 auto;
    font-size:22px;
    color:#C50000;
}

.visorContenido{
    width:100%;
    min-width:0;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items:stretch;
}

@media only screen and (max-width:1024px){
    .previewTitle{
        margin:0 0 18px 0;
        justify-content:flex-start;
        text-align:left;
        font-size:19px;
    }
}

@media only screen and (max-width:767px){
    .previewTitle{
        min-height:48px;
        margin:0 0 15px 0;
        padding:10px 12px;
        justify-content:center;
        text-align:center;
        font-size:17px;
    }

    .previewIcon{
        font-size:20px;
    }

    .visorContenido{
        flex-direction:column;
    }

    .visorContenido .visor01,
    .visorContenido .visor02{
        width:100%;
    }

    .visorContenido .visor02{
        margin-top:20px;
    }
}
