body.cambiarModoClaro{
    --color-titulo-header: white;
    --color-caja-principal: url(https://image.freepik.com/vector-gratis/escena-panoramica-parque-atracciones-dia-arco-iris-cielo_1308-45245.jpg);
    --color-columnas: rgb(224 224 224);
    --color-letras: black;
    --color-input: beige;
    --boton-hover: rgb(188, 188, 202);
    --boton-hover2: #353a39;
    --color-body: rgb(71, 120, 186);
    --colorPinkFluor: #ff2281;
    --framePicture: #f8d01d;
    --colorLetras: #00ffdd;
    --colorRed: #c30726;
  }
  
  /*INICIO DARK MODE******************************************/

body.cambiarModoOscuro{
    --color-body: rgb(29, 29, 34);
    --color-titulo-header: white;
    --color-caja-principal: url(https://image.freepik.com/vector-gratis/escena-parque-atracciones-noche-globos-panorama-lunar_1308-45381.jpg);
    --color-columnas: rgb(46, 45, 45);
    --color-letras: white;
    --framePicture: rgb(114, 113, 113);
    --color-input: #737786;
    --boton-hover: rgb(40, 40, 47);
    --boton-hover2: rgba(206, 206, 189, 0.762);
  }
  
  .cambiarModoClaro .modo-claro,
  .cambiarModoOscuro .modo-oscuro{
    display: flex;
  }
  
  .cambiarModoClaro .modo-claro,
  .cambiarModoOscuro .modo-oscuro{ 
    display: none;
  }

/*FIN DARK MODE**************************************************/



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: var(--color-body);
    color:  var(--color-titulo-header);
    /* si vas a usar una tipografia, importala!! yo no veo esta tipografia porque no esta en mi computadora, veo times new roman */
    font-family: 'Segoe UI';
}

#tittleApp {
    text-align: center;
    margin-right: 20%;
    width: 80%;
    margin-top: 0.5%;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -1px;
    -webkit-text-fill-color: var(--colorPinkFluor);
    -webkit-text-stroke: 1px black;
    text-shadow: -2px -2px 1px #000;
    
}

#containerMenuButtons {
    align-items: center;
    text-align: center;
    width: 80%;
}

#headerContainer {
    height: 20vh;
    margin-top: 0px;

    background: var(--color-caja-principal);
    background-repeat: repeat;
}

.button {
    height: 25px;
    margin-right: 10px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.2s;
}

#mainContainer {
    flex-grow: 1;
    min-height: 83vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    align-items: center;
    background-color: var(--colorNavy);
}

#mainMemeContainer {
    display: flex;
    flex-direction: column;
    min-height: 445px;
    margin-top: 0%;
    width: 70%;
    position: relative;
}


#downloadButton {
    color: #fff !important;
    font-size: 15px;
    margin-right: 16%;
    font-weight: 500;
    padding: 0.5em 1.2em;
    background-color: var(--colorRed);
    cursor: pointer;
    margin-bottom: 10%;
    position: relative;
    border: none;
    outline: 1px solid;
    outline-color: rgba(49, 138, 172, 0.4);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

#downloadButton:hover {
    box-shadow: inset 0 0 20px rgba(49, 138, 172, 0.5), 0 0 20px rgba(49, 138, 172, 0.4);
    outline-color: rgba(49, 138, 172, 0);
    outline-offset: 80px;
    text-shadow: 1px 1px 6px #fff;
    background-color: var(--fondoNavy);
}

#topText {
    width: 80%;
    color: black;
    text-align: center;
    padding: 25px 50px;
    font-size: 40px;
    top: 0;
    font-weight: 800;
    background-color: var(--framePicture);
    z-index: 999;
}

#textoColor,
#colorLabelFondo {
    font-size: 12%;
    padding: 5%;
    color: rgb(219, 202, 202);
    cursor: pointer;
}

#bottomText {
    width: 80%;
    color: black;
    text-align: center;
    padding: 25px 50px;
    font-size: 30px;
    top: 0;
    font-weight: 800;
    background-color: var(--framePicture);
    /* no uses numeros asi para z-index ya que ocultan cuantos elementos tienen z en tu pagina
    usa 1. si necesitas otro elemento, dale 2. si necesitas otro, dale 3.  */
    z-index: 999;
}
/* no dejes codigo comentado en una entrega */

/*.textoBajo {
    width: 100%;
    color: black;
    bottom: 0;
    text-align: center;
    padding: 25px 50px;
    position: absolute;
    font-size: 40px;
    font-weight: 800;
    background-color: var(--fondoNavy);
}
*/

.character-pitch {
    background-color: var(--fondoNavy);
    color: #000;
}


.previewImagePanel {
    padding: 18%;
    background-color: black;
    width: 80%;
    flex-grow: 1;
    background-size: cover;
}


.colorBotonTexto {
    margin: 1%;
    width: 50%;
}

.botonesColor,
.codigoColor {
    width: 50%;
}

.columnaLateralTexto,
#panelImg {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 15px;
    overflow: auto;
    position: fixed;
    background-color: #001437;
    color: white;
    top: 0;
    right: 0;
    box-shadow: -10px 10px 100px 5px rgba(0, 0, 0, 0.3);
    z-index: 10;
}



.panel-img {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 15px;
    overflow: auto;
    position: fixed;
    background-color: black;
    top: 0;
    right: 0;
    box-shadow: -10px 10px 100px 5px rgba(0, 0, 0, 0.3);
    z-index: 10;
}


.tituloTextoAside,
.tittleControlPanel {
    width: 80%;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    color: var(--colorLetras);
    ;
}

#botonContorno-vacio,
#botonContorno-claro,
#botonContorno-oscuro {
    cursor: pointer;
}


.urlTittleControlPanel {
    font-size: 12px;
    margin-bottom: inherit;
    color: rgba(252, 252, 252, 0.973);
}

.columnaLateralTexto div {
    display: flex;
    flex-direction: column;
    margin: 2% auto;
}



.styleButtonContainer {
    display: flex;
    /* no uses important, ya que tapa los motivos por los que tu codigo no funciona
    inspecciona este elemento: no se ve en row porque lo pisa el flex direction column en .columnaLateralTexto div
    eso es un error. important te tapa ese error, pero no lo soluciona.  */
    flex-direction: row !important;
}

.styleButtonContainer button {
    width: 19%;
    padding: 2%;
    margin-right: 2%;
}

input,
select {
    /* este padding es el que hace que tus inputs de color parezcan no ir hasta el final o el principio*/
    padding: 2%;
    margin-right: 2%;
}




.caja-url {
    margin-bottom: 20px;
}




.urlTittleControlPanel {
    margin-bottom: 8px;
    width: 100%;
    font-size: 12px;
    margin-top: 0;
}


#imgUrlInput {
    width: 100%;
    height: 36px;
    background-color: var(--fondoNavy);
    transition: background-color 0.2s;
    padding: 5px 10px;
    margin-bottom: 5px;
}

#imgUrlInput:hover,
#imgUrlInput:focus {
    background-color: var(--fondoNavy);
}

.columnas {
    display: flex;
    justify-content: space-between;
}

.columnas {
    margin-bottom: 0;
}



.boldTittleSettings {
    margin-bottom: 8px;
    width: 100%;
    font-size: 12px;
    margin-top: 0;
}



.coloresImagen {
    position: relative;
    height: 30px;
    display: flex;
    background-color: #393e49;
    border-radius: 5px;
    cursor: pointer;
}

.coloresImagen>input[type='color'] {
    height: fit-content;
    width: 100%;
}

#imgBackColorInput {
    border: 0;
    color: white;
    background-color: transparent;
    display: block;
    outline: 0;
    width: 100%;
    padding: 0px;
}

.coloresImagen {
    position: relative;
    height: 36px;
    display: flex;
    width: calc(50% - 5px);
    margin-bottom: 0;
}

#colorImagenSpan {
    position: absolute;
    left: 35px;
    top: 50%;
    color: var(--colorLetras);
    transform: translateY(-50%);
    font-size: 14px;
}

.coloresImagen>input[type='color']::-webkit-color-swatch {
    width: 18px;
    max-width: 18px;
    margin: 0;
}

.coloresImagen>input[type='color']::-webkit-color-swatch-wrapper {
    display: flex;
    height: 36px;
    border-radius: 5px;
    padding: 8px 10px;
    display: flex;
    box-sizing: border-box;
}

.coloresImagen>input[type='color']:focus::-webkit-color-swatch-wrapper {
    background-color: var(--color-boton-default-hover);
}

.coloresImagen>span {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}



input[type=color]::-webkit-color-swatch {
    border: none;
    border-radius: 50%;
    padding: 0;
    max-width: 44px;
}

#imageFiltersButton {
    margin-top: 13px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color:var(--colorLetras);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--colorTitulo);
    border-color: var(--colorTitulo);
    border-style: solid;
    cursor: pointer;
}

#imageFiltersButton:hover{
    background-color: var(--fondoYellow);
    color: black;
    border-color: black;
}


.filtros-opciones {
    width: 100%;
    color: var(--colorLetras);
    ;
    height: 36px;
    background-color: #393e49;
    border-color: #393e49;
    border-radius: 5px;
    transition: background-color 0.2s;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.filtros-opciones:hover,
.filtros-opciones:focus {
    background-color: var(--color-boton-default-hover);
}


.fondo-combinacion {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.fondo-combinacion {
    width: calc(50% - 5px);
    margin-bottom: 0;
}

.filtersControlPanelContainer {
    margin-bottom: 20px;
}


.titulo-filtro {
    color: var(--colorLetras);
    ;
    margin-bottom: 8px;
    width: 100%;
    font-size: 14px;
    margin-top: 0;
}


.controlPanelSlider {
    margin-top: 15px;
    color: var(--colorLetras);
    font-size: 13px;
}

.controlPanelSlider>input[type='range'] {
    transition: 0.2s;
}





.botonesColor {
    display: flex;
    flex-direction: row !important;
    margin: 1% !important;
    width: 90% !important;
    background-color: rgb(68, 65, 65);
}

.contorno-boton {
    display: flex;
    flex-direction: row !important;
}

#botonContorno {
    cursor: pointer;
}

#brillo,
#opacidad,
#contraste,
#desenfoque,
#sepia,
#hue,
#botonSaturado,
#negativo,
#escalaColores {
    width: 100%;
    cursor: pointer;
}

.contorno-boton button {
    margin: 0 1%;
    padding: 2%;
    background-color: var(--fondoNavy);
}


.textColumnContainer {
    width: 100%;

}

#top-check {
    margin: 2%;
}

.top-check-2 {
    margin: 1%;
}

#boton-checkbox,
.top-check-2,
.transparente {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
}

.titleControlPanel,
#fuente,
.urlTittleControlPanel,
.boldTittleSettings,
.titleColorSettings,
.fondoLabelInput,
#outline,
#characterPitch,
#lineSpacing {
    font-size: 12px;
    color: var(--colorLetras);
    margin-bottom: 2%;
}

#editTopText,
#editBottomText {
    width: 95%;
    padding-top: 5%;
    height: 30%;
    border-radius: 5%;
    padding-left: 2%;
    background-color: var(--fondoNavy);
}


.inputUrl-imagen {
    width: 95%;
    padding-top: 5%;
    margin-top: 3%;
    height: 70%;
    border-radius: 5%;
    padding-left: 2%;
    background-color: var(--fondoNavy);
}


#fuente {
    font-size: 12px;
    margin-bottom: 6px;
    border-radius: 5%;
    color: var(--colorLetras);
    /* ojo aca, esto no deberia estar */
    ;
}

#tamañoLetra {
    display: flex;
    justify-content: space-evenly;
    margin-right: 2%;
    background-color: var(--fondoNavy);
}

#estilosDeFuentes {
    width: 95%;
    background-color: var(--fondoNavy);
    cursor: pointer;
}

#izquierda,
#centrar,
#derecha,
#interlineadoValor{
    background-color: var(--fondoNavy);
    cursor: pointer;
}

.colorLetraInput,
#fondoLabel {
    background-color: rgb(68, 65, 65);
    border: transparent;
    cursor: pointer;
    height: auto;
    width: 20%;
}

#colorControlPanelContainer {
    margin-top: 13%;
    margin-bottom: 20px;
}

.ocultar {
    display: none;
    /* visibility: hidden; */
    /* font-size; */
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

/***Boton cerrar*/

.buttonClose {
    position: fixed;
    background-color: var(--colorLetras);
    top: 15px;
    right: 30px;
    border-radius: 3px;
    cursor: pointer;
}

.buttonClose:focus,
.buttonClose:hover {
    background-color: var(--fondoYellow);
}

/*
    *********************************** 
                Responsive
    ***********************************
  */

@media (max-width:1440px) {

    #panelImg,
    #textoSeccion {
        display: block;
        width: 22%;
        box-shadow: none;
    }

    .buttonClose {
        display: none;
    }

    .cajaPadre {
        height: 17vh;
    }
}

@media (max-width:1050px) {

    #topText,
    #bottomText {
        z-index: 0;
        font-size: 20px;
    }

    .buttonClose {
        display: block;
    }

    .cajaSeccion {
        height: 400px;
        margin-top: 4%;
    }

    .cajaPadre {
        height: 17vh;
    }
}




@media (max-width: 700px) {
    .tittleApp {
        font-size: 26px;
        width: 100%;
    }

    #panelImg,
    #textoSeccion {
        width: 100%;
    }

    .cajaPadre {
        width: 100%;
    }

    #topText,
    #bottomText {
        z-index: 0;
        font-size: 15px;
    }

    #contenedorBotones {
        width: 100%;
    }

    .cajaSeccion {
        width: 80%;
        margin-top: 8%;
    }



    
}