@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,700;1,400;1,700&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* border: 1px solid red; */
  }

body {
    font-family: 'Roboto', monospace;
    background-color: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

a {
    text-decoration: none; /* Elimina el subrayado */
    color: inherit; /* Mantiene el color del texto del contenedor */
    font-size: inherit; /* Hereda el tamaño de fuente del contenedor */
    font-weight: inherit; /* Hereda el peso de fuente del contenedor */
}

.contenedor {
    width: 100%;
    /* height: 100vh; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    margin-top: 30px;
}

.min-contenedor {
    width: 728px;
}

.loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}
  
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.logoStencilapp {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
    margin-top: 30px;
}

.pasoCero {
    width: calc(100% - 30px);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 30px;
}

.pasoUno {
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-right: 30px;
}

.botonSelect {
    margin-bottom: 50px;
    height: 50px;
    border: 1px solid #ccc;
    line-height: 50px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    font-size: 14px;
}

.copyright {
    font-size: 14px;
    color: #333;
    margin-bottom: 60px;
}

.tip {
    font-size: 10px;
    color: #888;
    margin-bottom: 30px;
}

.linkInstagram {
    text-decoration: underline;
    color: #333;
}

.pasoDos {
    width: calc(100% - 30px);
    /* height: 100vh; */
    display: none;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-right: 30px;
}

.menuStencilapp {
    margin-bottom: 20px;
    font-size: 14px;
    color: #444;
}

.linkMenu {
    text-decoration: none;
    color: #444;
}

.descargar{
    text-decoration: none;
    color: #444;
}

.controls-container {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.control-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.control-label {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-align: left;
}

.detallesInput {
    width: 100%;
    height: 6px;
    -webkit-appearance: none;
    appearance: none;
    background: #e0e0e0;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
}

.detallesInput::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #333;
    cursor: pointer;
    border-radius: 50%;
}

.detallesInput::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #333;
    cursor: pointer;
    border-radius: 50%;
    border: none;
}

.coffee {
    font-size: 12px;
    margin-bottom: 30px;
}

.coffeeA {
    color: #777;
}

.fotito {
    width: 100%;
    display: flex;
    justify-content: center;
}

input[type="file"] {
    display: none;
}

.botonShare {
    display: none;
}

.result {
    display: none;
}

.celular {
    display: none;
}

.adsGooBlog {
    width: calc(100% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.modal-formapp {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-formapp-con {
    background-color: #FEFFFA;
    margin: 0;
    padding: 50px;
    width: 50%;
    min-height: 50vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
}

.modal-formapp-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    text-align: right;
}

@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.modal-formapp-icon {
    font-size: 48px;
    margin-bottom: 20px;
    margin-top: 20px;
    animation: zoomIn 0.5s ease-in-out;
}

.modal-formapp-titulo {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.modal-formapp-desc {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.modal-formapp-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #453CE1;
    border-radius: 15px;
    margin-bottom: 20px;
}

@media screen and (max-width:1024px) {
.botonShare {
    bottom: 45px;
    right: 45px;
    width: 70px;
    height: 70px;
    border-radius: 40px;
    background-color: #444;
    color: #fff;
    position: fixed;
    text-align: center;
    display: block;
    line-height: 85px;
}

.contenedor {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pasoCero {
    margin-right: 0px;
    min-height: 300px;
}
.pasoUno {
    margin-right: 0px;
    min-height: 300px;
}

.pasoDos {
    margin-right: 0px;
}

.adsGooBlog {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
}

.modal-formapp-con {
    width: 90%;
}

}

@media screen and (max-width: 700px) {
    .celular {
        display: flex;
    }
    .tabletpc {
        display: none;
    }

    .contenedor {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .min-contenedor {
        width: 320px;
    }

    .pasoCero {
        margin-right: 0px;
        width: 100%;
    }
    .pasoUno {
        margin-right: 0px;
        width: 100%;
        min-height: 300px;
    }
    
    .pasoDos {
        margin-right: 0px;
        width: 100%;
    }
    .adsGooBlog {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .adsGooBlog {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .modal-formapp-con {
        width: 90%;
    }

    .controls-container {
        width: 90%;
    }
}