@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Inconsolata';
    position: relative;
}

body{
    background-image: url(../img/FONDOS/img_form1_.jpg);  /* fallback for old browsers */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* Esta propiedad ajusta la imagen para que cubra todo el fondo */
    background-position-y: 18%; /* Puedes ajustar el valor según tus preferencias */
}


/* ♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞-NAVBAR DEFINITIVO-♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞- */
/* -----------------------------TAMAÑO PC--------------------------------------------- */
@media (min-width:1025px){

    .card-principal{
        margin-top: 40px;
    }
    .piso2{
        background-color: #fff;
        padding-top: 2px;
        margin-top: -2px;
        padding-bottom: 4px;

    }
    .col1{
        height:620px; overflow-y:scroll;  
    }
    .container-fluid{
        margin-top: 30px;
    }
    .header{
        background-color: #ffffff;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .logo{
        padding-left: 100px;
    }
    .logo img{
        height: 55px;
        width: 87px;
        padding: 10px;
        float:left; 
    }
    .my_sunglasses{
        font-weight:800;
        font-size: 1.5em;
        margin-top: 9px;
        font-family: 'Julius Sans One', sans-serif;
        font-style: oblique;
        padding: 4px;
        justify-content: flex-start;
    }
    .barra-div{
        display: flex;
        padding: 8px;
        margin-left: 140px;
        margin-top: 16px;
    }
    .main_header_input{
        display: flex;
        padding: 10px;
        width: 620px;
        height: 48px;
        font-size:22px;
    }
    .botoncito{
        display: inline-block;
        background-color: #000000;
        color: white;
        width: 35px;
        text-align: center;
        text-decoration: none;
        border: none;
    }
    .botoncito:hover{
        cursor: pointer;
        font-size: 1.1rem;
        color: rgb(255, 239, 22);
    }
    /* solo se ve en pc */
    .publicidad {
        width: 200px;
        height:40px;
        margin-top: 10px;
        padding-right: 100px;
    }
    .publicidad img {
        display: block;
        width: 100%;
    }
    /* solo se ve en pc */

    .nav-links {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 100px;
        padding-right: 100px;
    }
    /* navbar de abajo */
    li a{
        text-decoration: none;
        font-size: 20px;
        color: #000000;
        font-family:sans-serif;
    }
    li a:hover{
        cursor:pointer;
        color: rgb(207, 152, 11);
    }
    ul{
        list-style: none;
    }
    .mas_opciones{
        display: none;
    }
    .nav-links{
      margin-top: 11px;
    }
    .nav-links li ul{
        display: none;
        position: absolute;
        min-width: 120px;
    }
    .nav-links li:hover > ul{
        display:block;
        background-color: black;
        opacity: 0.75;
        position:absolute;
        z-index: 999;
        border-radius: 10%;
        width: 150px;
        height: 120px;
    }
    .sub li a{
        color: #ccc;
    }
    .sub li a:hover{
        color: goldenrod;
    }
 .menu_bar{
    display: none;
 }
 .menu_opc{
    display: none;
 }
.carrito_menu{
    display: none;
}
.fixed-bottom{
    display: none;
}
.img_vacio{
    height: 400px; width: 400px;  margin-top: 8%;  display: flex; align-items: center; justify-content: center;
}
.popup-background{
    display: none;
}
}

/* -----------------------------TAMAÑO PC--------------------------------------------- */


/* -----------------------------TAMAÑO PC 2 --------------------------------------------- */
@media (min-width:961px) and (max-width:1280px){
    .piso2{
        display: none;
    }
    .container-fluid{
        margin-top: 30px;
    }
    .header{
        background-color: #ffffff;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .logo{
        padding-left: 100px;
    }
    .logo img{
        height: 55px;
        width: auto;
        padding: 10px;
        float:left;
    }
    .my_sunglasses{
        font-weight:800;
        font-size: 1.5em;
        margin:9px 0;
        font-family: 'Julius Sans One', sans-serif;
        font-style: oblique;
        font-style: bold;
        padding: 4px;
        justify-content: flex-start;
    }
    .barra-div{
        display: flex;
        /* align-items: center; */
        padding: 18px;
        padding-left: 52px;
    }
    .main_header_input{
        display: flex;
        padding: 7px;
        width: 520px;
        font-size:20px;
    }
    .botoncito{
        display: inline-block;
        background-color: #000000;
        color: white;
        width: 35px;
        text-align: center;
        text-decoration: none;
        border: none;
    }
    .botoncito:hover{
        cursor: pointer;
        font-size: 1.1rem;
        color: rgb(255, 239, 22);
    }
    .nav-links {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 100px;
        padding-right: 100px;
    }
    .mas_opciones{
        display: none;
    }
    .publicidad {
       display: none;
    }
    li a{
        text-decoration: none;
        font-family:sans-serif;
        font-size: 20px;
        color: #000000;
    }
    li a:hover{
        cursor:pointer;
        color: rgb(207, 152, 11);
    }
    ul{
        list-style: none;
    }

    .mas_opciones{
        display: none;
    }
    .nav-links li ul{
        display: none;
        position: absolute;
        min-width: 120px;
    }
    .nav-links li:hover > ul{
        display:block;
        background-color: black;
        opacity: 0.75;
        position:absolute;
        z-index: 999;
        border-radius: 10%;
        width: 150px;
        height: 120px;
    }
    .sub li a{
        color: #ccc;
    }
    .sub li a:hover{
        color: goldenrod;
    }
    .menu_bar{
        display: none;
    }
     .menu_opc{
        display: none;
    }
    .carrito_menu{
        display: none;
    }
    .fixed-bottom{
        display: none;
    }
    .img_vacio{
        height: 400px; width: 400px;  margin-top: 8%;  display: flex; align-items: center; justify-content: center;
    }
    .popup-background{
        display: none;
    }
    
}
/* -----------------------------TAMAÑO PC 2 --------------------------------------------- */


/* ----------INICIO------------------TAMAÑO TABLET -------------INICIO--------------*/
@media (min-width:481px ) and ( max-width:960px){
    .container-fluid{
        margin-top: 20px;
    }
    .header{
        background-color: #ffffff;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 5px;
    }
    .logo{
        padding-left: 5px;
    }
    .logo img{
        height: 50px;
        width: 80px;
        padding: 5px;
        float:left;
    }
    .my_sunglasses{
        font-size: 1rem;
        margin:10px 0;
        font-family: 'Julius Sans One', sans-serif;
        font-style: oblique;
        font-weight: bold;
        padding: 2px 7px;
        justify-content: flex-start;
    }
    .barra-div{
        display: flex;
        /* align-items: center; */
        margin-top: 10px;
        padding: 5px;
        margin-left: 120px;
    }
    .main_header_input{
        display: flex;
        padding: 10px;
        width: 3500px;
        font-size:15px;
    }
    .botoncito{
        display: inline-block;
        background-color: #000000;
        color: white;
        width: 35px;
        text-align: center;
        text-decoration: none;
        border: none;
    }
    .botoncito:hover{
        cursor: pointer;
        font-size: 1.1rem;
        color: rgb(255, 239, 22);
    }
    .piso2{
        display: none;
    }
    .publicidad  {
        display: none;
    }
    .publicidad img {
        display: none;
    }
    form{
        width: 55%;
    }
    .menu_bar span{
        float: right;
        font-size:35px ;
        color: #000000;
    }
    header nav{
        width:100%;
        height:  40%;
        margin:0 ;
        padding: 0%;
        position: fixed;
        background-color: #000000;
        z-index: 1001;
        /* left: -100%; */
        top: -100%;
    }
    header nav ul li{
        display: block;
        float: none;
        border-bottom: 1px solid  #fff;
    }
    .menu-container {
        width: 80%;
        float: left;
      }
      .menu_bar{
        display: block;
        /* width: 100%; */
        position: relative;
        z-index: 1002;
    }
    .menu_bar .bt-menu{
        position: absolute;
        top: 0;
        right: 0;
        width: 10px;
        margin-top: -10px;
        margin-right: 26px;
        display: block;
        padding: 20px;
        color: #050505;
        text-decoration: none;
        font-weight: bold;
        font-size: 31px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
    .menu_bar2{
        position: fixed;
        display: block;
        padding: 20px;
        margin-left: -20px;
        margin-top: -20px;;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        font-size: 31px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    header nav ul li a {
        margin-top: 40px;
        color: #fff;
        padding: 1px;
        text-decoration:none ;
        display: block;
    }
    .div-carrito {
        display: none;
      }
      .segundo_div{
        display: none;
      }
      .fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #f0f0f0;
        padding: 20px;
        z-index: 999;
    }
    .total {
        float: left;
        padding-left: 25px;
        font-weight: bold;
        font-size: 25px;
    }
    .amount {
        float: right;
        padding-right: 25px;
        font-size: 25px;
        font-weight: bold;
    }
    .pay-button {
        display: block;
        width: 70%; /* Ancho del botón al 80% del ancho de la pantalla */
        margin: 10px auto 0;  /* Margen superior aumentado para bajar el botón */
        padding: 15px;
        font-size: 26px;
        font-weight: bold;
        color: #ffffff;
        background-color: #007bff;
        border: none;
        border-radius: 50px; /* Hacemos que el borde sea redondo */
        cursor: pointer;
        margin-top: 70px;
    }
    .img_vacio{
        height: 400px; width: 400px;  margin-top: 3%;  display: flex; align-items: center; justify-content: center;
    }
    .popup-background {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7); /* Fondo oscuro */
        z-index: 1100;
        align-items: center;
        justify-content: center;
    }
    .popup-content {
        background-color: #fff;
        width: 80%;
        max-width: 400px;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
    }
    .option1 {
        margin: 10px 0;
        padding: 20px;
        background-color: #007bff;
        border-radius: 10px;
        cursor: pointer;
    }
    .option2 {
        margin: 10px 0;
        padding: 20px;
        background-color: #e49c03;
        border-radius: 10px;
        cursor: pointer;
    }
    .option_a  {
        color:  #fff ;
        text-decoration: none;
        font-size: 18px;
    }
    .option_b {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }
    .tipo_d_e{
        margin-bottom: 25px;
    }

}
/* -------------FIN-----------------TAMAÑO TABLET*-------------FIN-----------------------------/


/* -----------------------------TAMAÑO CELULAR --------------------------------------------- */
@media (max-width:480px){
    
    .header{
        background-color: #ffffff;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 5px;
    }

    .logo{
        padding-left: 5px;
        margin-right: 5px;
    }
    .logo img{
        height: 35px;
        width: 58px;
        padding: 5px;
        float:left;
        margin-top: 5px;

    }
    .my_sunglasses{
        font-weight:800;
        font-size: 0.8em;
        margin-left: 5px;
        margin-top: 15px;
        /* margin-right: 5px; */
        font-family: 'Julius Sans One', sans-serif;
        font-style: oblique;
        font-style: bold;
        padding: 2px;
        justify-content: flex-start;

    }
   

    .barra-div {
        margin-top: 7px;
        margin-left: 4px;
        margin-right: 1px;
        display: flex;
        padding: 8px;
        justify-content: space-between; /* Add this to evenly distribute the elements */
        min-height: 0;
        max-height: 30px;  
    }
    .main_header_input {
        flex: 1;
        font-size: 13px; /* Ajustar el tamaño de la fuente */
        padding: 10px;
        margin-right: -2px; /* Ajustar el margen para crear espacio entre el input y el botón */
        min-width: 0; /* Permitir que el input se reduzca a su tamaño mínimo */
        max-width: 115px; /* Limitar el ancho del input para hacerlo más corto */  
        height: 30px;
        margin-top: 5px;
    }

    .botoncito {
        display: inline-block;
        background-color: #000000;
        color: white;
        width: 30px; /* Adjust the width of the button to create some space between buttons */
        height: 30px;
        text-align: center;
        text-decoration: none;
        border: none;
        border-radius:   0 50% 50% 0 ;
        margin-top: 5px;
        font-size: 13px;
    }
    .botoncito:hover{
        cursor: pointer;
        font-size: 1.1rem;
        color: rgb(255, 239, 22);
        margin-top: 5px;
    }




    .piso2{
        display: none;
    }


    .publicidad  {
        display: none;
    }
    .publicidad img {
        display: none;
    }

    .busqueda{
        width: 55%;
    }

    .menu_bar span{
        float: right;
        font-size:35px ;
        color: #000000;

    }


    .menu-container {
        width: 80%;
        float: left;
    }
      .menu_bar{
        display: block;
        /* width: 100%; */
        position: relative;
        z-index: 1002;
    }

    .menu_bar .bt-menu{
        position: absolute;
        top: 0;
        right: 0;
        width: 10px;
        margin-top: -8px;
        margin-right: 24px;
        display: block;
        padding: 20px;
        color: #050505;
        text-decoration: none;
        font-weight: bold;
        font-size: 31px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }


    .menu_bar2{
        position: fixed;
        display: block;
        padding: 20px;
        margin-left: -20px;
        margin-top: -8px;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        font-size: 31px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    header nav ul li a {
        margin-top: 40px;
        color: #fff;
        padding: 1px;
        text-decoration:none ;
        display: block;


    }


 
    .div-carrito {
        display: inline-block;
        position: relative;
        margin-top: 15px; 
      }
      .carrito_menu {
        color: #000000;
        font-size: 26px;
    } 
      

      .segundo_div {
        display: none; 
        }


       .fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #f0f0f0;
        padding: 7px;
        z-index: 999;
    }

  

    .amount {
        float: right;
        padding-right: 5px;
        font-size: 19px;
        font-weight: bold;
        
    }

    .pay-button {
        display: block;
        width: 80%; /* Ancho del botón al 80% del ancho de la pantalla */
        margin: 10px auto 0;  /* Margen superior aumentado para bajar el botón */
        padding: 10px;
        font-size: 17px;
        font-weight: bold;
        color: #ffffff;
        background-color: #007bff;
        border: none;
        border-radius: 50px; /* Hacemos que el borde sea redondo */
        cursor: pointer;
        margin-top: 35px;
        
    }

 

 


    .col1{
        height:570px; overflow-y:scroll;
        
    }


    .img_vacio{
        height: 300px; width: 300px;  margin-top: 15%;  display: flex; align-items: center; justify-content: center;
    }




    .popup-background {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7); /* Fondo oscuro */
        z-index: 1100;
        align-items: center;
        justify-content: center;
    }

    .popup-content {
        background-color: #fff;
        width: 80%;
        max-width: 400px;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
    }



    .option1 {
        margin: 10px 0;
        padding: 20px;
        background-color: #007bff;
        border-radius: 10px;
        cursor: pointer;
    }

    .option2 {
        margin: 10px 0;
        padding: 20px;
        background-color: #e49c03;
        border-radius: 10px;
        cursor: pointer;
    }
    .option_a  {
        color:  #fff ;
        text-decoration: none;
        font-size: 18px;
    }
    .option_b {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }
    .tipo_d_e{
        margin-bottom: 25px;
    }

    header nav{
        width:101%;
        height: 75vh;
        margin:0 ;
        padding: 0%;
        position: fixed;
        background-color: #000000;
        z-index: 1001;
        top: -100%;
    }
    header nav ul li{
        display: block;
        float: none;
        border-bottom: 1px solid  #fff;
    }
    
        /* ♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜ OPCION AMBURGESA ♜♜♜♜♜♜♜♜♜♜♜INICIO♜♜♜♜♜♜♜ */
        .list__item{
            list-style: none;
            width: 100%;
            /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
            overflow: hidden; 
            color: #fff;
            margin-left: -20px;
            margin-top: 40px;
            cursor: pointer;  
            border-bottom: 2px solid #000000; 
            font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        }
        /* al dar click el texto categoria cambia */
        .list__item:hover {
            cursor: pointer;
            color: rgb(255, 255, 255);
            transition: .5s;
        }
        /* al dar click el texto categoria cambia */
        .arrow{
            color: #fff;
        }
        .arrow .list__arrow{
            transform: rotate(90deg); 
            
        }
        .list__arrow{
            margin-left:auto;
            transition: transform .3s;
        }
        .opcion_list {
            display: flex;
            align-items: center;
            gap: 1em;
            width: 20%;
            margin: 0 auto; 
            margin-top: 10px;
            margin-left: 40px;
            font-size:  15px;
            font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        }
        .nav__link {
            color: #ffffff;
            display: block;
        /* padding-top: 1px; */
            text-decoration: none;
            list-style: none;

        }
  

        .list__button:hover .fa-solid{
            color: rgb(255, 255, 255);
        }    
    
        .list__button{
            display: flex;
            align-items: center;
            gap: 1em;
            width: 20%;
            margin: 0 auto; 
            margin-left: 15px;
            font-size: 20px;
        }
          /* hijos */
        .list__show .nav__link {
            /* margin-left: -700px;  */
            /* margin-bottom: 20; */
            font-size: 20px;
            margin-top: 10px;
        
        }
        /* hijos */

        /* hijos xd */
        .list__show{
            width: 45%;
            margin-left: 45px; 
            margin-bottom: -10px;
        
            /* margin-left: auto; */
            /* border-left: 2px solid #ffffff; */
            list-style: none;
            transition: height .4s;
            height: 0;
        }
        /* hijos xd*/
    

    /* ♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜ OPCION AMBURGESA ♜♜♜♜♜♜♜♜♜♜FIN♜♜♜♜♜♜♜♜ */


    .ingresar_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
        /* overflow: hidden;  */
        color: #fff;
        margin-left: -20px;
        padding-left: 36px;
        cursor: pointer;  
        font-size:  20px;
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        border-bottom: 2px solid #000000;  
        padding-bottom: -5px;   

      
    }


    .contacto_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
        /* overflow: hidden;  */
        color: #fff;
        margin-left: -20px;
        padding-left: 36px;
        cursor: pointer;  
        font-size:  20px;
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        border-bottom: 2px solid #000000;  
        padding-bottom: -5px;      
        margin-top: 1px;
        
    }
    .about_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
        /* overflow: hidden;  */
        color: #fff;
        margin-left: -20px;
        padding-left: 36px;
        cursor: pointer;  
        font-size:  20px;
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        border-bottom: 2px solid #000000;  
        padding-top: -15px;      
        margin-top: 1px;
        
    }
   
 
    
}
/* -----------------------------TAMAÑO CELULAR --------------------------------------------- */
/* ♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞-NAVBAR DEFINITIVO-♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞- */











/* ❎❎❎❎❎❎ MAIN ❎❎❎❎❎❎  MAIN ❎❎❎❎❎❎  MAIN ❎❎❎❎❎❎  MAIN  ❎❎❎❎❎❎  MAIN  ❎❎❎❎❎❎ MAIN  ❎❎❎❎❎❎  MAIN -*/

/************* PC ***************PC ************      TAMAÑO PC        ************* PC ************ PC ************/
@media (min-width:1025px){  
    .radio-options {
        display: flex;
        padding: 6px;
        gap: 35px; /* Espacio entre los radio buttons */
        align-items: center; /* Alinea verticalmente los radio buttons al centro */
      }
      
      /* Estilos para los radio buttons */
      .radio-options input[type="radio"] {
        margin: 0;
       margin-top: 5px; /* Ajusta el espacio entre las opciones */
        cursor: pointer;
      }
      
      /* Estilos para el label */
      .form-label {
        margin-bottom: 5px; /* Ajusta el espacio entre el label y los radio buttons */
      }
    
      .card-principal {
        width: 40%;
        margin: 0 auto;
        box-sizing: border-box; /* Evita que el relleno afecte al ancho total */
        margin-top: 30px;
    }
    .btn-siguiente {
        width: 50%;
     
        margin: 10px auto; 
        background-color: #000000;
        color: #fff;
        font-size: 21px;
    }
}
/************* PC fin ***************PC ************      TAMAÑO PC        ************* PC ************ PC ************/


/* ************* Tamaño PC2 ************************** Tamaño PC2 ************* */
@media (min-width:961px) and (max-width:1280px){
    ._titulo{
    
        color: black; font-size: 32px; margin: 0;
    }
    .card-principal {
        width: 80%;
        margin: 0 auto;
        box-sizing: border-box; /* Evita que el relleno afecte al ancho total */
        margin-top: 30px;
    }
    .card_primero{
       
           margin-top: 20px;
         
       
    }
    .card-segundo{
        margin-top: 40px;
    }
    input {
        font-size: 28px;
    }
    .btn-siguiente{
        margin-top: 30px;
        background-color: #000000;
        color: #fff;
        font-size: 28px;
    }
    
    /* Modificar el ancho de los elementos input */
    /* Puedes ajustar el valor según tus necesidades */
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"] {
        width: 100%;
        font-size: 28px;
    }
    
    /* Estilos adicionales para los elementos input */
    /* Puedes agregar más estilos según sea necesario */
    input {
        padding: 10px; /* Añadir relleno */
        margin-bottom: 10px; /* Añadir margen inferior */
        border: 2px solid #ccc; /* Añadir borde */
        border-radius: 5px; /* Añadir esquinas redondeadas */
        box-sizing: border-box; /* Evitar que el relleno afecte al tamaño total */
        /* Agregar otros estilos según sea necesario */
    }
    
  
    .input-group span{
        font-size: 28px;
    }
    .input-group-text{
        font-size: 28px;
    }
    .radio-options{
        font-size: 22px;
    }
    .form-control{
        font-size: 218px;
    }
    .form-label{
        font-size: 28px;
    }

    

    .radio-options {
        display: flex;
        padding: 6px;
        gap: 15px;
        align-items: center;
        font-size: 30px;
    }

    .radio-options input[type="radio"] {
        margin-top: 5px;
        cursor: pointer;
    
    }

    .form-label {
        margin-bottom: 5px;
    }
    
}
/* ************* Tamaño PC2 ************************** Tamaño PC2 ************* */




/* ############################ = TAMAÑO TABLET = ############################## */


@media (min-width:481px ) and ( max-width:960px){
    .btn-siguiente {
        width: 70%;
     
        margin: 10px auto; 
        background-color: #000000;
        color: #fff;
        font-size: 17px;
    }
    .radio-options {
        display: flex;
        padding: 6px;
        gap: 35px; /* Espacio entre los radio buttons */
        align-items: center; /* Alinea verticalmente los radio buttons al centro */
      }
      
      /* Estilos para los radio buttons */
      .radio-options input[type="radio"] {
        margin: 0;
       margin-top: 5px; /* Ajusta el espacio entre las opciones */
        cursor: pointer;
      }
      
      /* Estilos para el label */
      .form-label {
        margin-bottom: 5px; /* Ajusta el espacio entre el label y los radio buttons */
      }
    
      .card-principal {
        width: 80%;
        margin: 0 auto;
        box-sizing: border-box; /* Evita que el relleno afecte al ancho total */
        margin-top: 30px;
    }
 
}
/* ############################ = TAMAÑO TABLET = ############################## */














/*   [[[[[[[[[[[[[[[[[[[[[[     TAMAÑO CELULAR        ]]]]]]]]]]]]]]]]]]]]]] */
@media (max-width:480px){
    .btn-siguiente{
        margin-top: 10px;
        background-color: #000000;
        color: #fff;
        font-size: 21px;
        border-radius: 5%;
    }

    .radio-options {
        display: flex;
        padding: 6px;
        gap: 35px; /* Espacio entre los radio buttons */
        align-items: center; /* Alinea verticalmente los radio buttons al centro */
        justify-content: center; /* Centra horizontalmente el contenido */
        width: 100%; /* Puedes ajustar el ancho según tus necesidades */
        margin: 0 auto; /* Centra horizontalmente el contenedor */
      }
      
      /* Estilos para los radio buttons */
      .radio-options input[type="radio"] {
        margin: 0;
        margin-top: 5px; /* Ajusta el espacio entre las opciones */
        cursor: pointer;
      }
      
      /* Estilos para el label */
      .form-label {
        margin-bottom: 5px; /* Ajusta el espacio entre el label y los radio buttons */
      }
}
/*   [[[[[[[[[[[[[[[[[[[[[[     TAMAÑO CELULAR        ]]]]]]]]]]]]]]]]]]]]]] */



/* ❎❎❎❎❎❎ MAIN ❎❎❎❎❎❎  MAIN ❎❎❎❎❎❎  MAIN ❎❎❎❎❎❎  MAIN  ❎❎❎❎❎❎  MAIN  ❎❎❎❎❎❎ MAIN  ❎❎❎❎❎❎  MAIN -*/