@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


*{
    font-family: "Montserrat", sans-serif;    
}

#armado{
    height: auto !important;
    background-repeat: repeat-x;
    background-image: url(assets/muro-hormigon-blanco.jpg);
    background-attachment: fixed;
    
}

#titulo{
    width: 30%;
    text-align: center;
    font-size: 3rem;
    margin-left: 5vw;
}

#titulo-armado{
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 3rem;
}

#contenedor-armado{
    display: flex;
    margin-top: 2vh;
    flex-direction: column;
    align-items: center;
}

#contenedor-primero{
    display: flex;
    column-gap: 5vw;
    margin-bottom: 10vh;
    margin-top: 10%;
    background-color: #8080803d;
    justify-content: center;
    margin-left: 10%;
    margin-right: 10%;
    height: 22rem;
    flex-direction: column;
    align-items: center;

}

/***************************** FORMULARIO ************************************/

.formulario-armado{
    display: flex;
    justify-content: center;
}



/***************************** ACORDEON **************************************/

.accordion{
    justify-content: center;
    display: flex;
    margin-top: 5%;
}

.accordion-button:hover {
    transform: none;
    transition: none;
}

.accordion-item{
    width: 51rem;
    font-size: 1.75rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #8080803d;
    border: 1px solid #8080803d;

}

.accordion-button{
    font-size: 1.75rem;
    font-weight: bold;
    width: 78rem;
    text-align: center;
    display: flex;
    justify-content: center;
}

.accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed) {
    background-color: #2FC5E0;
    color: #fff; /* Ajusta el color del texto si es necesario */
}

.accordion-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 78rem;
    padding-top: 4%;
}

.accordion-item:last-of-type{
    width: 78rem;
}

/********************************* TITULO ***********************************/

.sub-contenedor-titulo{
    width: 49%;
    text-align: center;
    margin-top: 2%;
    font-size: 1.4rem;
    background-color: #2fc5e04d;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 1%;
    padding-bottom: 1%;
    border: 1px solid;
}

.subtitulo-opciones-opcional{
    text-align: center;
}

/************************** OPCIONES ARMADO ***********************************/

.sub-opciones-primer{
    display: flex;
    width: 90%;
    column-gap: 21%;
}

.sub-opciones-segund{
    display: flex;
    width: 90%;
    justify-content: space-between;
}

.opciones-primer{
    background-color: #80808082;
    width: 55%;
    height: 11rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20%;
}

.opciones-segund{
    background-color: #80808082;
    width: 55%;
    height: auto !important;
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20%;
    
}

.primer-paso{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4%;
    margin-top: 6%;
    width: 100%;
}

.titulo-paso{
    background-color: #2fc5e04d;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
    border: 1px solid;
}

.texto-sub-opciones-primer{
    font-size: 1.2rem;
}


select{
    width: 20rem;
    height: 70%;
    font-size: 1.3rem;
}

.subtitulo-primer{
    font-weight: 700;
    margin-top: 3%;
}

.subtitulo-segund{
    font-weight: 700;
    margin-top: 3%;
    font-size: 1.5rem;
    text-align: center;
}

.subtitulo-tercer{
    margin-top: 3%;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 400;
}

.clp-segundo-paso{
    display: flex;
    column-gap: 4%;
    align-items: baseline;
}

label{
    font-size: 1.2rem;
}

.contenedor-juegos{
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.contenedor-checkbox{
    display: flex;
    width: 90%;
    justify-content: space-around;
}

.contenedor-checkbox1{
    display: flex;
    flex-direction: column;
}

.contenedor-checkbox2{
    display: flex;
    flex-direction: column;
}

#contenedor-imagenes{
    display: flex;
}

#contenedor-imagenes > img{
    max-width: 15vw;
}

#contenedor-opciones{
    display: flex;
    flex-direction: column;
    /* background-color: rgb(77, 116, 116); */
    column-gap: 5vw;
    font-size: 1.5rem;
    background-color: #8080803d;
    height: auto !important;
    width: 75%;
    display: flex;
    align-items: center;
}

#contenedor-instrucciones{
    background-color: rgb(28, 33, 33);
}

#opciones1{
    display: flex;
    flex-direction: row;
    column-gap: 2vw;
    border-bottom: 1px solid gray;
    margin-top: 6vh;
    justify-content: center;
    
}

#opciones2-1{
    display: flex;
    flex-direction: row;
    column-gap: 2vw;
    border-bottom: 1px solid gray;
    margin-top: 6vh;
    justify-content: center;
}

#opciones2-2{
    display: flex;
    flex-direction: row;
    column-gap: 2vw;
    border-bottom: 1px solid gray;
    margin-top: 6vh;
    justify-content: center;
}

#opciones3{
    display: flex;
    flex-direction: row;
    column-gap: 2vw;
    border-bottom: 1px solid gray;
    margin-top: 6vh;
    justify-content: center;
}

#opciones4{
    display: flex;
    flex-direction: row;
    column-gap: 2vw;
    padding-bottom: 3vh;
    border-bottom: 1px solid gray;
    margin-top: 6vh;
    justify-content: center;
}

.juegos{

    width: 20vw;
    height: 4vh;
    margin-bottom: 1%;
}

#opciones5{
    display: flex;
    flex-direction: row;
    column-gap: 5vw;
    row-gap: 3vh;
    padding-bottom: 7vh;
    border-bottom: 1px solid gray;
    margin-top: 6vh;
    justify-content: center;
    
}

#opciones6{
    margin-top: 5vh;
    margin-top: 6vh;
    justify-content: center;
}

#presupuesto-dolares{
    margin-left: 5vw;
}

#tu-presupuesto{
    display: flex;
    flex-direction: column;
    
}

#tu-presupuesto p{
    font-size: 1.2rem;
    margin-top: -9%;
}


textarea{
    width: 50vw;
}

#escribe-juegos{
    text-align: center;
}

#categoria5{
    margin-top: 7vh;
    margin-bottom: 5vh;
    text-align: center;
    margin-bottom: 3vh;
    margin-top: 4vh;
    font-size: 2rem;
    
}

#categoria1{
    margin-top: 7vh;
    margin-bottom: 5vh;
    text-align: center;
    margin-bottom: 3vh;
    margin-top: 4vh;
    font-size: 2rem;
    
}

#categoria2-1{
    margin-top: 7vh;
    margin-bottom: 5vh;
    text-align: center;
    margin-bottom: 3vh;
    margin-top: 4vh;
    font-size: 2rem;
    
}

#categoria2-2{
    margin-top: 7vh;
    margin-bottom: 5vh;
    text-align: center;
    margin-bottom: 3vh;
    margin-top: 4vh;
    font-size: 2rem;
}

#categoria3{
    margin-top: 7vh;
    margin-bottom: 5vh;
    text-align: center;
    margin-bottom: 3vh;
    margin-top: 4vh;
    font-size: 2rem;
}

#categoria4{
    margin-top: 7vh;
    margin-bottom: 5vh;
    text-align: center;
    margin-bottom: 3vh;
    margin-top: 4vh;
    font-size: 2rem;
}

#presupuesto{
    width: 20vw;
    height: 41%;
    text-align: center;
}

input#presupuesto::-webkit-inner-spin-button,
input#presupuesto::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Ocultar las flechas en Firefox */
input#presupuesto {
    -moz-appearance: textfield;

}

/************************* PLANILLA DE CONTACTO *********************/

#nombre-completo, #correo, #celular{
    box-shadow: none !important;
}

#nombre-completo{
    width: 35vw;
    height: 4vh;
}

#correo{
    width: 35vw;
    height: 4vh;
}

#contenedor-telefono{
    display: flex;
    column-gap: 1vw;
}

#contenedor-presupuesto{
    display: flex;
    column-gap: 1vw;
    font-size: 2rem;
}

#celular{
    width: 15vw;
    height: 4vh;
}

input#celular::-webkit-inner-spin-button,
input#celular::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Ocultar las flechas en Firefox */
input#celular {
    -moz-appearance: textfield;

}



#planilla-contacto{
    margin-top: 10vh;
}
/************************* CONTACTO **********************************/

.contacto-reparaciones{
    margin-top: 5%;
    margin-bottom: 5%;
    width: 57%;
    background-color: #8080803d;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1%;
}

.contacto{
    display: flex;
    width: 80%;
    justify-content: space-between;
    font-size: 1.2rem;
}

#titulo-contacto{
    padding-bottom: 5%;
}

.texto-contacto{
    font-size: 1.2rem;
    font-weight: 500;
}

.click-contacto{
    font-size: 1.2rem;
    color: black;
    font-weight: 700;
    margin-bottom: 3%;
}

.click-contacto:hover{
    color: white;
}

.nombre, .celular, .correo {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 1.2vh;
    height: 2.3rem;
}

.btn-reparacion {
    background-color: black;
    width: 34%;
    font-size: 2.6rem;
    margin-top: 4vh;
    transition: all 0.3s ease;
    margin-bottom: 6%;
    height: 5rem;
}

/************************ logo *******************************/

.logo-reparacion {
    position: absolute;
    left: 13%;
    height: 14%;
    top: 31%;
}


.logo-reparacion2{
    position: absolute;
    height: 7%;
    left: 15%;
    top: 64%;
}

/************************* VALIDACIONES TEXTOS ERROR *********************************/

#error-nombre, #error-correo, #error-celular, #error-presupuesto{
    visibility: hidden;
    color: red;
}


#informacion{
    margin-top: 5vh;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    padding-top: 5vh;
    padding-bottom: 5vh;
    border: 1px solid black;
    background-color: #a3d3dbed;
    width: 70%;
}

#boton-enviar{
    margin-top: 5vh;
    display: flex;
    justify-content: right;
    padding-left: 10vw;
    padding-right: 10vw;
}

.btn-enviar{
    background-color: black;
    color: #ffffff;
    width: 15vw;
    text-align: center;
    font-size: 1.7rem;
    border: 2px solid #000000;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    transition: all 0.3s ease;
    margin-left: 5%;
    margin-top: -7%;

    border-radius: 0.2rem;
    margin-bottom: 3vh;

}

.btn-enviar:hover{
    background-color: rgba(21, 21, 21, 0.864);
    color: #ffffff;
    transform: scale(1.1);
}


/***************************** RESPONSIVIDAD **************************/
/******************************************* 2550 ********************************************/
@media (min-width: 2550px){
    
    
    .sub-contenedor-titulo{
        font-size: 2rem;
        width: 55%;
    }
    
    
    #contenedor-primero{
        height: 30rem;
    } 
    
    
    #titulo-armado{
        font-size: 4rem;
    }
    
    
    #contenedor-opciones{
        width: 96%;
    }
    
    
    .subtitulo-primer{
        font-size: 1.4rem;
        text-align: center;
    }
    
    
    .sub-opciones-primer {
        display: flex;
        width: 90%;
        column-gap: 15%;
    }
    
    
    #presupuesto {
        width: 25rem;
        height: 3rem;
        text-align: center;
        font-size: 2rem;
    }
    
    #tu-presupuesto p {
        font-size: 1.6rem;
    }
    
    .texto-sub-opciones-primer {
        font-size: 1.5rem;
    }
    
    
    .opciones-segund{
        padding-bottom: 2%;
    }
    
    label {
        font-size: 1.7rem;
    }
    
    .subtitulo-tercer {
        margin-top: 3%;
        font-size: 1.8rem;
        text-align: center;
        font-weight: 400;
        padding-left: 4%;
        padding-right: 4%;
    }
    
    
    #informacion{
        font-size: 1.6rem;
    }
    
    #contenedor-opciones{
        height: auto !important;
    }
    
    #armado{
        height: auto !important;
    }
    
    
    .contacto{
        font-size: 2rem;
    }
    
    
    #titulo-contacto{
        font-size: 3rem;
    }
    
    
    .nombre, .celular, .correo {
        height: 3.3rem;
        width: 30rem;
    }
    
    .texto-contacto {
        font-size: 2rem;
    }
    
    .click-contacto {
        font-size: 2rem;
    }    
}

/******************************************* 2048 ********************************************/
@media (max-width: 2049px){
    
    
    
    #presupuesto {
        width: 15rem;
        height: 2rem;
    }
    
}

/******************************************* 1920 ********************************************/
@media (max-width: 1922px){
    
    #presupuesto{
        height: 52%;
        width: 14rem;
    }
    
    #armado {
        height: auto;
    }
    
    #contenedor-opciones{
        height: auto;
        display: flex;
        align-items: center;
    }
    
    
    
}

/***************************** 1600 ************************************/
@media (max-width: 1600px){
    
    #contenedor-opciones{
        height: auto;
    }
    
    .accordion-item:last-of-type {
        width: 75rem;
    }
    
    
}

/**************************** 1440 ************************************/
@media (max-width: 1440px){
    
    #armado{
        height: auto;
    }
    
    #contenedor-opciones{
        height: auto;
    }
    
    #contenedor-imagenes > img {
        max-width: 69vw; */
        height: 49vh;
        width: 69vw;
        margin-top: 7vh;
    }
    
    .accordion-item:last-of-type {
        width: 68rem;
    }
    
    .accordion-button{
        width: 68rem;
    } 
    
    .nombre, .celular, .correo {
        font-size: 1.5rem;
    }
}

/******************************************* 1366  ***************************************/
@media (max-width: 1367px){
    
    .sub-contenedor-titulo {
        width: 60%;
    }
    
    
    .logo-reparacion{
        top: 39%;
    }
    
    select {
        width: 17rem;
        height: 71%;
    }
    
    .sub-opciones-primer {
        display: flex;
        width: 90%;
        column-gap: 9%;
    }
    
    .accordion-button {
        width: 64rem;
    }
    
    .accordion-item:last-of-type {
        width: 64rem;
    }
    
    
    .sub-opciones-segund{
        justify-content: space-evenly;
    }
    
}

/******************************************* 1280 x 1024 ***************************************/
@media (max-width: 1282px){
    
    .nombre, .celular, .correo {
        font-size: 1.3rem;
    }
    
    
    #informacion{
        width: 86%;
    }
    
    .accordion-button {
        width: 60rem;
    }
    
    .accordion-item:last-of-type {
        width: 60rem;
    }
    
    
    .opciones-primer{
        width: 50%;
        padding-left: 2%;
        padding-right: 2%;
    }
    
}

/****************************************** 1024 ****************************************/
@media (max-width: 1024px){
    
    #opciones1, #opciones2-1, #opciones2-2, #opciones3, #opciones5{
        font-size: 1rem
    }
    
    #presupuesto {
        width: 24vw;
        height: 6vh;
        font-size: 1.2rem;
    }
    
    #tu-presupuesto{
        font-size: 1.3rem;
    }
    
    #informacion{
        font-size: 1rem;
        padding-left: 2vw;
        padding-right: 2vw;
    }
    
    #planilla-contacto{
        font-size: 1.2rem;
    }
    
    #contenedor-opciones {
        height: auto;
        width: 87%;
    }
    
    .contacto-reparaciones{
        width: 83%;
    }
    
    
    .sub-contenedor-titulo {
        width: 64%;
        font-size: 1rem;
    }
    
    
    #titulo-armado{
        font-size: 2.5rem;
    }
    
    
    .titulo-paso{
        font-size: 1rem;
    }
    
    .opciones-primer {
        width: 51%
    }
    
    .texto-sub-opciones-primer {
        font-size: 1rem;
    }
    
    #presupuesto {
        width: 12rem;
        height: 1.5rem;
        font-size: 1rem;
    }
    
    .accordion-item:last-of-type {
        width: 56rem;
    }
    
    .accordion-button {
        width: 56rem;
    }
    
    select {
        width: 11rem;
        height: 72%;
    }
    
    .juegos {
        width: 33vw;
        height: 4vh;
    }
    
    
    .opciones-segund{
        width: 58%;
    }
    
    
    .subtitulo-tercer{
        font-size: 1.2rem;
    }
    
}

/*************************** 933 *************************************/
@media (max-width: 933px){
    
    #contenedor-imagenes > img {
        max-width: 68vw;
        margin-top: 10vh;
    }
    
    #opciones1, #opciones2, #opciones3{
        font-size: 1rem;
    }
    
    .juegos {
        width: 27vw;
        height: 7vh;
    }
    
    #armado{
        height: 574vh;
    }
    
    #contenedor-opciones{
        height: 492vh;

    }
    
    #contenedor-presupuesto{
        font-size: 1.5rem;
    }
    
    #tu-presupuesto{
        font-size: 1.2rem;
    }
    
    #informacion{
        font-size: 1rem;
        margin-top: 0vh;
    }
    
    #nombre-completo, #correo, #celular{
        height: 8vh;
    }
    
    .logo-reparacion{
        display: none;
    }
    
    #titulo-armado {
        font-size: 2.2rem;
    }
    
    
    #contenedor-primero {
        height: 14rem;
    }
    
    .accordion-button {
        width: 51rem;
    }
    
    .accordion-item:last-of-type {
        width: 51rem;
    }
    
    .subtitulo-opciones-opcional {
        font-size: 1.2rem;
    }
    
    .subtitulo-primer {
        font-size: 1rem;
    }
    
    select {
        width: 9rem;
        font-size: 1rem;
        height: 68%;
    }
    
    #tu-presupuesto p {
        font-size: 0.8rem;
    }
    
    .opciones-segund {
        margin-bottom: 3%;
    }
    
    .btn-reparacion {
        width: 90%;
        font-size: 1.6rem;
        height: 4rem;
    }
    
    #presupuesto-dolares {
        font-size: 1rem;
        margin-left: 0;
    }
    
    
    .subtitulo-segund{
        font-size: 1.2rem;
    }
    
    .accordion-body {
        width: 51rem;
    }
    
    
}

/****************************************** 917 ****************************************/
@media (max-width: 917px){
    
    #armado{
        height: 364vh;
    }
    
    
}

/****************************************** 896 ****************************************/
@media (max-width: 896px){

    .accordion-button, .accordion-item, .accordion-body, #paso-tres, 
.accordion-item:last-of-type{
        width: 48rem;
    }
    
}

/*************************** 894 *************************************/
@media (max-width: 894px){
    

    #contenedor-imagenes > img {
        max-width: 68vw;
        margin-top: 10vh;
    }
    
    #opciones1, #opciones2, #opciones3{
        font-size: 1rem;
    }
    
    .juegos {
        width: 27vw;
        height: 7vh;
    }
    
    #armado{
        height: auto;
    }
    
    #contenedor-opciones{
        height: auto;

    }
    
    #contenedor-presupuesto{
        font-size: 1.5rem;
    }
    
    #tu-presupuesto{
        font-size: 1.2rem;
    }
    
    #informacion{
        font-size: 1rem;
        margin-top: 0vh;
    }
    
    #nombre-completo, #correo, #celular{
        height: 8vh;
    }
    
}

/************************************* 820 x 1180 ****************************************/
@media (max-width: 820px){
    
    #contenedor-opciones {
        height: auto;
    }
    
    #armado {
        height: auto;
    }
    
    #nombre-completo, #correo, #celular {
        height: 3vh;
    }
    
    #celular {
        width: 20vw;
    }
    
    #opciones1, #opciones2-1, #opciones2-2, #opciones3, #opciones5 {
        font-size: 1.5rem;
    }
    
    #presupuesto {
        height: 4vh;
    }
    
    #opciones4{
        flex-direction: column;
        row-gap: 3vw;
    }
    
    .juegos {
        width: 90%;
        height: 4vh;
    }
    
    #planilla-contacto {
        margin-top: 4vh;
    }
    
}

/************************************* 813 ****************************************/
@media (max-width: 813px){

    #titulo-armado {
        font-size: 1.6rem;
    }
    
    .accordion-button, .accordion-item, .accordion-body, #paso-tres, 
.accordion-item:last-of-type {
        width: 43rem;
    }
    
    .nombre, .celular, .correo {
        width: 14rem;
    }
    
    #presupuesto {
        height: 1.5rem;
        width: 7rem;
    }
    
    .juegos {
        width: 100%;
        height: 1.5rem;
    }
    
}

/*************************** 802 *************************************/
@media (max-width: 802px){
    
    #armado {
        height: 437vh;
    }
    
    #contenedor-opciones {
        height: 379vh;
    }
    
    #planilla-contacto{
        font-size: 1rem;
    }
    
    #nombre-completo, #correo, #celular {
        height: 5vh;
        width: 31vw;
    }
    
    .btn-enviar{
        width: 26vw;
        font-size: 1rem;
        margin-top: 0vh;
    }
    
    .subtitulo{
        font-size: 1.5rem;
    }
    
    #categoria1, #categoria2-1, #categoria2-2, #categoria3, #categoria4, #categoria5{
        font-size: 1.5rem;
    }
    
    #escribe-juegos{
        font-size: 1.2rem;
    }
    
    .juegos {
        width: 27vw;
        height: 5vh;
        font-size: 1rem;
    }
    
    #opciones5, #opciones6{
        font-size: 1.1rem;
    }
    
    #presupuesto {
        width: 20vw;
        text-align: center;
        height: 5vh;
        font-size: 1.1rem;
    }
    
    .accordion-button {
        width: 44rem;
    }
    
    .accordion-item:last-of-type {
        width: 44rem;
    }
    
    #contenedor-opciones {
        height: auto;
    }

    #armado {
        height: auto;
    }
    
    .opciones-segund {
        width: 66%;
        margin-bottom: 2%;
    }
    
    #titulo-armado {
        font-size: 1.8rem;
    }
    
    .primer-paso{
        flex-direction: column;
    }
    
    .titulo-paso {
        font-size: 1.3rem;
        margin-bottom: 5%;
    }
    
    .subtitulo-opciones-opcional {
        text-align: center;
        font-size: 1rem;
    }
    
    .opciones-primer {
        width: 36rem;
    }
    
    .sub-opciones-primer{
        justify-content: center;
    }
    
    #tu-presupuesto p {
        margin-top: 0;
    }
    
    .subtitulo-primer{
        text-align: center;
    }
    
    label {
        font-size: 0.8rem;
    }
    
    
}

/*************************** 770 *************************************/
@media (max-width: 770px){
    
    #categoria1, #categoria2-1,#categoria2-2, #categoria3, #categoria4, #categoria5{
        font-size: 1.1rem;
    }
    
    #opciones1, #opciones2, #opciones3 {
        font-size: 0.7rem;
    }
    
    #escribe-juegos{
        font-size: 0.9rem;
    }
    
    #opciones5{
        font-size: 0.9rem;
    }
    
    #opciones6{
        font-size: 1.1rem;
        text-align: center;
    }
    
    #presupuesto {
        height: 1.8rem;
    }   
    
    #tu-presupuesto {
        font-size: 0.9rem;
    }
    
    #informacion {
        font-size: 0.8rem;
    }
    
    #error-nombre, #error-correo, #error-celular, #error-presupuesto{
        font-size: 1rem;
    }
    
    #planilla-contacto {
        margin-top: 0vh;
        font-size: 1rem;
    }
    
    .btn-enviar{
        font-size: 0.7rem;
        width: 20vw;
    }
    
    #armado {
        height: auto;
    }
    
    #contenedor-opciones {
        height: auto;
    }
    
    .accordion-button, .accordion-body, .accordion-item, #paso-tres, .accordion-item:last-of-type {
        width: 41rem;
    }
    
    .juegos {
        width: 16rem;
        height: 1.5rem;
        font-size: 1.2rem;
    }
    
    
}

/****************************************** 732 ****************************************/
@media (max-width: 732px){
    
     .accordion-button, .accordion-body, .accordion-item, #paso-tres, .accordion-item:last-of-type {
        width: 39rem;
    }
    
    .contacto{
        font-size: 1rem;
    }
    
    .texto-contacto {
        font-size: 1rem;
    }
    
    .nombre, .celular, .correo{
        height: 1.7rem;
    }
    
    
}

/****************************************** 721 ****************************************/
@media (max-width: 721px){
 
    .accordion-button, .accordion-item, .accordion-body, #paso-tres, .accordion-item:last-of-type {
        width: 38rem;
    }
    
    .contacto{
        font-size: 1rem;
    }
    
    .nombre, .celular, .correo{
        height: 1.7rem;
    }
    
}

/******************************* 668 **********************************/
@media (max-width: 668px){
    
    #titulo-armado {
        font-size: 1.5rem;
    }    
    
    .accordion-button {
        font-size: 1.1rem;
        width: 36rem;
    }
    
    .accordion-item:last-of-type {
        width: 36rem;
    }
    
    .accordion-body {
        width: 36rem;
    }
    
    .opciones-segund {
        width: 92%;
        height: 15rem;
    }
    
    .juegos {
        width: 19rem;
        height: 1.5rem;
    }
    
    .subtitulo-segund {
        font-size: 1rem;
        margin-top: 0;
        margin-bottom: 7%;
    }   
    
    .subtitulo-tercer {
        padding-left: 2%;
        padding-right: 2%;
    }    
    
    .contacto{
        font-size: 0.8rem;
    }
    
    .nombre, .celular, .correo {
        height: 1.6rem;
    }
        
}

/******************************* 640 **********************************/
@media (max-width: 640px){
    
    .nav-list {
        font-size: 0.48rem;
    }
    
    select{
        text-align: center;
    }
    
    .contacto {
        flex-direction: column;
    }
    
    .contacto {
        flex-direction: column;
        text-align: center;
    }
    
    .texto-contacto {
        font-size: 0.8rem;
    }
    
    .click-contacto {
        font-size: 0.8rem;
    }
    
        .btn-reparacion {
        width: 20rem;
        font-size: 1rem;
        height: 3rem;
    }
    
    .juegos {
        width: 18rem;
    }
    
    .subtitulo-segund {
        font-weight: 700;
        margin-top: 0%;
        font-size: 1rem;
        text-align: center;
        margin-bottom: 18%;
    }
    
    .accordion-body {
        width: 35rem;
    }
    
    .accordion-button {
        width: 35rem;
        font-size: 1rem;
    }
    
    .accordion-item {
        width: 35rem;
    }
    
    .accordion-item:last-of-type {
        width: 35rem;
    }
    
    .opciones-primer {
        width: 33rem;
    }
    
    #titulo-armado {
        font-size: 1.5rem;
    }
    
    .opciones-segund{
        padding-left: 5%;
        padding-right: 5%;
    }
    
    
}

/******************************* 599 **********************************/
@media (max-width: 599px){
    
    #contenedor-opciones {
    height: auto;
    width: 96%;
}

      .nav-list {
    font-size: 0.4REM;
      }
    
}

/******************************* 570 **********************************/
@media (max-width: 570px){

    .nav-list {
    font-size: 0.4rem;
}
    
}

/******************************* 568 x 320 **********************************/
@media (width: 568px) and (height: 320px){
        
        .opciones-primer {
    width: 30rem;
}

 .accordion-button, .accordion-body, .accordion-item, #paso-tres, .accordion-item:last-of-type {
    width: 30rem;
    }
        
}

/******************************* 533 x 320 **********************************/
@media (width: 533px) and (height: 320px){
    
    #contenedor-primero {
    width: 96%;
}

#contenedor-opciones {
    width: 97%;
}      
}

/******************************* 480 x 320 **********************************/
@media (width: 480px) and (height: 320px){
    
    .sub-contenedor-titulo {
    width: 80%;
    font-size: 0.7rem;
}

#titulo-armado {
    font-size: 1rem;
}

.opciones-primer {
    width: 80%;
}

.accordion-button, .accordion-item:last-of-type {
    width: 28rem;
}

.accordion-body {
    width: 28rem;
}

.contacto{
    align-items: center;
}
    
}

/******************************* 430 **********************************/
@media (max-width: 431px){
    
    #contenedor-primero{
        justify-content: center;
        
    }
    
    #contenedor-imagenes > img {
        max-width: 85vw;
        margin-top: 8vh;
    }
    
    #opciones1, #opciones2-1, #opciones2-2, #opciones3, #opciones4, #opciones5 {
        flex-direction: column;
        margin-top: 1vh;
    }
    
    .form-check {
        margin-bottom: 2vh;
    }
    
    .subtitulo{
        font-size: 1.5rem !important;
    }
    
    #armado {
        height: auto;
    }
    
    #contenedor-opciones {
        height: auto;
    }
    
    #opciones4{
        row-gap: 1vh;
    }
    
    #opciones5{
        row-gap: 0vh;
    }
    
    #contenedor-presupuesto{
        font-size: 1.4rem;
        flex-direction: column;
    }
    
    #presupuesto {
        width: 94%;
        margin-bottom: 2vh;
        
    }
    
    #signo-peso, #clp{
        display: none;
    }
    
    #informacion {
        margin-top: 0vh;
        font-size: 1rem;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }
    
    #nombre-completo, #correo, #celular{
        width: 100%;
        height: 4vh;
    }
    
    #planilla-contacto{
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 1.4rem;
        }
    
    #celular{
        width: 46vw;
        margin-left: 2vw;
    }
    
    #boton-enviar {
        margin-top: 0vh;  
        justify-content: center;
    }
    
    .btn-enviar{
        margin-bottom: 2vh;
        width: 100%;
    }
    
    #error-celular, #error-correo, #error-nombre{
        font-size: 0.8rem;
    }
    
    .juegos{
        width: 100%;
    }
    
    #error-presupuesto{
        font-size: 0.8rem;
    }
    
      .accordion-body {
        width: 23rem;
    }
    
     .formulario-contacto{
        width: 80%;
    }
    
    .accordion-button {
        width: 23rem;
    }
    
    .accordion-item {
        width: 23rem;
    }
    
    .accordion-item:last-of-type {
        width: 23rem;
    }
    
    .opciones-primer {
        width: 22rem;
        row-gap: 6%;
        height: 13rem;
        
    }
    
    .opciones-segund {
        width: 95%;
    } 
        
    .sub-opciones-segund{
        flex-direction: column;
        align-items: center; 
    }    
       
    
    
    .logo-reparacion {
        display: none;
    }
    
    .sub-opciones-primer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    #presupuesto {
        height: 2rem;
    }
    
    #presupuesto-dolares {
        text-align: center;
         margin-left: 0; 
    }
    
    .btn-reparacion {
        width: 17rem;
    }
    
    .texto-contacto {
        text-align: center;
    }
    
    .sub-contenedor-titulo {
        width: 95%;
    }
    
    #titulo-armado {
        font-size: 1.1rem;
    }
    
    
    #contenedor-primero {
        margin-top: 20%;
        margin-left: 2%;
        margin-right: 2%;
    }
    
    .juegos{
        height: 4vh;
    }
    
    .subtitulo-segund{
        margin-bottom: 1%;
    }
    
    .contacto{
            align-items: center;
    }
    
}
    
/******************************* 414 **********************************/
@media (max-width: 414px){
    
    #armado {
        height: auto;
    }
    
    #contenedor-armado{
        margin-top: 0vh;    
    }
    
    #contenedor-opciones {
        height: auto;
    }
    
    #contenedor-primero{
        justify-content: center;
    }
    
    #contenedor-imagenes > img {
        max-width: 85vw;
        margin-top: 8vh;
    }
    
    #opciones1, #opciones2-1, #opciones2-2, #opciones3, #opciones4, #opciones5 {
        flex-direction: column;
        margin-top: 1vh;
    }
    
    .form-check {
        margin-bottom: 2vh;
    }
    
    .subtitulo{
        font-size: 1.5rem !important;
    }
    
    #opciones4{
        row-gap: 1vh;
    }
    
    #opciones5{
        row-gap: 0vh;
    }
    
    #contenedor-presupuesto{
        font-size: 1.4rem;
        flex-direction: column;
    }
    
    #presupuesto {
        width: 94%;
        margin-bottom: 2vh;
        
    }
    
    #signo-peso, #clp{
        display: none;
    }
    
    #informacion {
        margin-top: 0vh;
        font-size: 1rem;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }
    
    #nombre-completo, #correo, #celular{
        width: 100%;
        height: 4vh;
    }
    
    #planilla-contacto{
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 1.4rem;
        }
    
    #celular{
        width: 46vw;
        margin-left: 2vw;
    }
    
    #boton-enviar {
        margin-top: 0vh;  
        justify-content: center;
    }
    
    .btn-enviar{
        width: 100%;
        margin-bottom: 2vh;
    }
    
    #error-celular, #error-correo, #error-nombre{
        font-size: 0.8rem;
    }
    
    .juegos{
        width: 100%;
    }
    
    #error-presupuesto{
        font-size: 0.8rem;
    }
    
    .contacto{
            align-items: center;
    }
    
}

/******************************* 362 **********************************/
@media (max-width: 362px){
    
    #planilla-contacto{
        font-size: 1.1rem;
    }
    
    #armado {
        height: 403vh;
    }
    
    #contenedor-opciones {
        height: 368vh;
    }
    
    .accordion-button {
        width: 20rem;
    }
    
    .accordion-item:last-of-type {
        width: 20rem;
    }
    
    .accordion-body {
        width: 20rem;
    }
    
    .opciones-primer{
        width: 20rem;
    }
    
    .opciones-segund {
        width: 92%;
        height: auto;
        padding-bottom: 5%;
        padding-top: 5%;
    }
    
    .btn-reparacion {
        width: 90%;
    }
    
    .click-contacto {
        font-size: 0.6rem;
    }
    
    
    
    
}

/****************************************** 322 ****************************************/
@media (max-width: 322px){
    
#contenedor-opciones {
    width: 100%;
}

#titulo-armado {
    font-size: 1rem;
}
}





