@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Poppins:ital,wght@1,700&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');  /* Texto portada  principal*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');/* Texto portada secundaria*/

body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden; /* Evita el scroll horizontal */
}


body{
    background-image: url(../img/FONDOS/contacto.jpeg);  /* 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 */

}
@media (max-width: 767px) {
    body {
        background-position: -60vh center;
    }  
}






/* ❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇  ❇❇❇❇❇❇  fin ❇ ❇❇❇❇❇❇❇❇❇❇  NAVBAR DEFINITIVO  ❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇  ❇❇❇❇❇❇  fin ❇ ❇❇❇❇❇❇❇❇❇❇*/
    /* -----------------------------TAMAÑO PC--------------------------------------------- */
    @media (min-width:1025px){
        .piso2{
            background-color: #fff;
            padding-top: 2px;
            margin-top: -2px;
            padding-bottom: 4px;

        }

        

        .header{
            background-color: #ffffff;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        
        
        }
        .logo{
            padding-left: 100px;
        }
        .logo img{
            height: 35px;
            width: auto;
            padding: 10px;
            float:left;
        }
        .my_sunglasses{
            font-size: 1.5em;
            margin:10px 0;
            font-family: 'Julius Sans One', sans-serif;
            font-style: oblique;
            font-style: bold;
            padding: 4px;
            justify-content: flex-start;
        }
        .barra-div{
            display: flex;
            padding: 8px;
            margin-left: 144px;

        }
        .main_header_input{
            display: flex;
            padding: 10px;
            width: 600px;
            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);
        }
        /* 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 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: 15%;
            width: 150px;
            height: 120px;
            
        }
        .sub li a{
            color: #ccc;
        }
        .sub li{
        margin-top: 10px;
        }
    
        .sub li a:hover{
            color: goldenrod;
            
        }
        .menu_bar{
            display: none;
        }
        .menu_opc{
            display: none;
        }
        .carrito_menu{
            display: none;
        }
    }
    /* -----------------------------TAMAÑO PC--------------------------------------------- */


    /* -----------------------------TAMAÑO PC 2 --------------------------------------------- */
    @media (min-width:961px) and (max-width:1280px){
        .piso2{
            background-color: #fff;
            padding-top: 2px;
            margin-top: -2px;
            padding-bottom: 4px;

        }

        .header{
            background-color: #ffffff;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }
        .logo{
            padding-left: 100px;
        }
        .logo img{
            height: 35px;
            width: auto;
            padding: 10px;
            float:left;
        }
        .my_sunglasses{
            font-size: 1.5em;
            margin:10px 0;
            font-family: 'Julius Sans One', sans-serif;
            font-style: oblique;
            font-style: bold;
            padding: 4px;
            justify-content: flex-start;
        }
        .barra-div{
            display: flex;
            padding: 20px;
            padding-left: 55px;
        }
        .main_header_input{
            display: flex;
            padding: 10px;
            width: 490px;
            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;
        }
        .publicidad  {
            display: none;
        }
    
        /* 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 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{
        margin-top: 10px;
        }
    
        .sub li a:hover{
            color: goldenrod;
            
        }
        .menu_bar{
            display: none;
        }
        .menu_opc{
            display: none;
        }
        .carrito_menu{
            display: none;
        }
    }
    /* -----------------------------TAMAÑO PC 2 --------------------------------------------- */


    /* --------------------------------------------TAMAÑO TABLET ---------------------------*/
    @media (min-width:481px ) and ( max-width:960px){
        .header{
            background-color: #ffffff;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding-top: 5px;
        }
        .logo{
            padding-left: 5px;
        }
        .logo img{
            height: 25px;
            width: auto;
            padding: 5px;
            float:left;
        }
        .my_sunglasses{
            font-size: 0.8em;
            margin:10px 0;
            font-family: 'Julius Sans One', sans-serif;
            font-style: oblique;
            font-style: bold;
            padding: 2px 7px;
            justify-content: flex-start;
        }
        .barra-div{
            display: flex;
            padding: 8px;
        }
        .main_header_input{
            display: flex;
            padding: 10px;
            width: 260px;
            font-size:12px;
            margin-left: 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);
        }
        .piso2{
            display: none;
        }
        .publicidad  {
            display: none;
        }
        .publicidad img {
            display: none;
        }
        form{
            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: -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;
        }
    
        .div-carrito {
            display: inline-block;
            position: relative;
            margin-top: 13px;
            margin-left: 20px;
        }
        .carrito_menu {
            color: #000000;
            font-size: 26px;
        } 

           /* lineas  */
           header nav ul li{
            display: block;
            float: none;
            border-bottom: 1px solid   #ffffff ;
            
            /* margin-top: -10px; */
            width: 40%;
            /* height: 40%; */
        }
        header nav{
            width:101%;
            height: 50vh;
            margin:0 ;
            padding: 0%;
            position: fixed;
            background-color: #000000;
            z-index: 1001;
            top: -100%;
        }


          /* ♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜ 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: 30px;
            margin-left: 40px;
            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";
        }
        .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-top: 30px;
            margin-left: 15px;
            font-size: 25px;
        }
          /* hijos */
          .list__show .nav__link {
            /* margin-left: -700px;  */
            /* margin-bottom: 20; */
            font-size: 20px;
            margin-top: 20px;         }
        /* hijos */

        /* hijos xd */
        .list__show{
            width: 35%;
            margin-left: 45px; 
        
            /* 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:25px;
        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: 20px;      
    }


    .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:25px;
        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: 20px;
        
    }
    .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:25px;
        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: 20px;
        
    }

    .salir_{
        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:25px;
        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: 40px;      
    }
    .admin_{
        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:25px;
        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: 30px;      
    }


    
   


    }
    /* --------------------------------------------TAMAÑO TABLET*----------------------------/


    /* -------------------------------------TAMAÑO CELULAR --------------------------------------------- */
    @media (max-width:480px){
        
        .header{
            background-color: #ffffff;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding-top: 10px;
        }
        .logo{
            padding-left: 5px;
        }
        .logo img {
            height: 25px;
            width: auto;
            padding: 5px;
            float: left;
        }
        .my_sunglasses {
            font-size: 0.8em;
            margin: 10px 0;
            font-family: 'Julius Sans One', sans-serif;
            font-style: oblique;
            font-style: bold;
            padding: 2px 7px;
            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: 12px; 
            padding: 10px;
            margin-right: -2px; 
            min-width: 0;
            max-width: 90px; 
        }
        .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 ;
        }
        .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 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;
            margin-top: -5px;
            width: 10%;
            margin-right: 25%; /* Puedes ajustar este valor según tus necesidades */
            display: block;
            padding: 20px;
            color: #050505;
            text-decoration: none;
            font-weight: bold;
            font-size: 8vw; /* Puedes usar unidades relativas como vw para el tamaño de fuente */
            -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;
        }
      
        .div-carrito {
            display: inline-block;
            position: relative;
            margin-top: 17px; 
        }
        .carrito_menu {
            color: #000000;
            font-size: 26px;
        } 

        /* div principal ♜ */
        header nav{
            width:101%;
            height: 70vh;
            margin:0 ;
            padding: 0%;
            position: fixed;
            background-color: #000000;
            z-index: 1001;
            top: -100%;
        }
        /* div principal ♜ */



     



        /* ♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜ 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: 30px;
            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-top: 30px;
            margin-left: 15px;
            font-size: 20px;
        }
          /* hijos */
          .list__show .nav__link {
            /* margin-left: -700px;  */
            /* margin-bottom: 20; */
            font-size: 20px;
            margin-top: 20px;         }
        /* hijos */

        /* hijos xd */
        .list__show{
            width: 35%;
            margin-left: 45px; 
        
            /* 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-top: 20px;      
    }


    .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-top: 15px;      
        margin-top: 20px;
        
    }
    .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: 20px;
        
    }

    .salir_{
        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: 40px;      
    }
    .admin_{
        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: 30px;      
    }
    }
    /* -------------------------------------TAMAÑO CELULAR --------------------------------------------- */
/* ❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇  ❇❇❇❇❇❇  fin ❇ ❇❇❇❇❇❇❇❇❇❇  NAVBAR DEFINITIVO  ❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇  ❇❇❇❇❇❇  fin ❇ ❇❇❇❇❇❇❇❇❇❇*/





/* ❎❎❎❎❎❎ MAIN ❎❎❎❎❎❎  MAIN ❎❎❎❎❎❎  MAIN ❎❎❎❎❎❎  MAIN  ❎❎❎❎❎❎  MAIN  ❎❎❎❎❎❎ MAIN  ❎❎❎❎❎❎  MAIN -*/
/* INICIO---------------------------------------------------------------TAMAÑO PC ---------------------------*/
/* -----------------------------TAMAÑO PC------------------------------TAMAÑO PC--------------- */
@media (min-width:1025px){
    .custom-form-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70vh;
        margin-top: 20px;
    }

    .custom-form {
        background-color: rgba(245, 245, 245, 0.8);
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        padding: 20px;
        max-width: 400px;
        width: 90%;
        text-align: center;
    }

    .custom-form h2 {
        color: #000000;
        font-family: 'Julius Sans One';
  
    }

    .clase-form{
        min-width: 100% !important; 
    }

    .custom-form label {
        padding-left: 5px;
        font-weight: bold;
        color: #333;
        display: block;
        margin-bottom: 5px;
        text-align: left;
        font-family: 'Julius Sans One';
       
    }

    .custom-form input[type="text"],
    .custom-form input[type="email"],
    .custom-form textarea {
          width: 100%;
          padding: 12px 20px;
          margin: 8px 0;
          box-sizing: border-box;
          border: 1px solid #ccc;
          border-radius: 5px;
          font-size: 16px;
    }

    .custom-form textarea{
        max-height: 100px;
        min-height: 100px;
    }
   

    .custom-form textarea {
        resize: vertical;
        height: 100px;
    }

    .custom-form .g-recaptcha {
        margin-bottom: 15px;
        padding-left: 5px;
    }

    .boton{
        background-color: #007bff; color: #fff; border: none; border-radius: 5px; cursor: pointer; padding: 10px 20px; font-size: 16px; transition: background-color 0.3s ease;
    }
    .boton:hover{
        background-color: #4ca2ff; color: #fff; border: none; border-radius: 5px; cursor: pointer; padding: 10px 20px; font-size: 16px; transition: background-color 0.3s ease;
    }

    .whatsapp-div {
        background-color: #28b85d;
        color: #fff;
        border-radius: 0px 25px 25px 0px;
        padding: 10px; /* Reduce el espacio interior */
        text-align: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: transform 0.2s ease-in-out;
        position: fixed;
        bottom: 10px; /* Ajusta la distancia desde abajo */
        left: -200px; /* Coloca el div fuera de la pantalla a la izquierda */
        max-width: 200px; /* Ajusta el ancho máximo */
        visibility: hidden; /* El elemento no es visible inicialmente */
    }
    
    /* Resto de estilos (los mismos que antes) */
    .whatsapp-div:hover {
        transform: scale(1.05);
    }
    
    .whatsapp-icon img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        vertical-align: middle;
    }
    
    a {
        text-decoration: none;
        color: inherit;
    }
    

    
    /* Animación para mostrar el div después de 1 segundo */
    @keyframes slideIn {
        0% {
            left: -200px; /* Fuera de la pantalla a la izquierda */
            visibility: hidden;
        }
        100% {
            left: 0; /* Se desplaza hacia la derecha */
            visibility: visible;
        }
    }
    
    /* Aplicar la animación después de 1 segundo */
    .whatsapp-div.show {
        animation: slideIn 1s 1s forwards;
    }
}

/* -----------------------------TAMAÑO PC------------------------------TAMAÑO PC--------------- */


 /* -----------------------------TAMAÑO PC 2 --------------------------------------------- */
 @media (min-width:961px) and (max-width:1280px){
    
    
    .custom-form-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70vh;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .custom-form {
        background-color: rgba(245, 245, 245, 0.8);
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
        max-width: 400px;
        width: 90%;
        text-align: center;
    }

    .custom-form h2 {
        color: #000000;
        font-family: 'Julius Sans One';
  
    }

    .custom-form label {
        padding-left: 5px;
        font-weight: bold;
        color: #333;
        display: block;
        margin-bottom: 5px;
        text-align: left;
        font-family: 'Julius Sans One';
       
    }

    .custom-form input[type="text"],
    .custom-form input[type="email"],
    .custom-form textarea {
          width: 100%;
          padding: 12px 20px;
          margin: 8px 0;
          box-sizing: border-box;
          border: 1px solid #ccc;
          border-radius: 5px;
          font-size: 16px;
    }


    .clase-form{
        min-width: 100% !important; 
    }

    .custom-form textarea{
        max-height: 100px;
        min-height: 100px;
    }
   

    .custom-form textarea {
        resize: vertical;
        height: 100px;
    }

    .custom-form .g-recaptcha {
        margin-bottom: 15px;
    
    }

    .boton{
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: #007bff; color: #fff; border: none; border-radius: 5px; cursor: pointer; padding: 10px 20px; font-size: 16px; transition: background-color 0.3s ease;
    }
    .boton:hover{
        background-color: #4ca2ff; color: #fff; border: none; border-radius: 5px; cursor: pointer; padding: 10px 20px; font-size: 16px; transition: background-color 0.3s ease;
    }

    .whatsapp-div {
        background-color: #28b85d;
        color: #fff;
        border-radius: 0px 25px 25px 0px;
        padding: 10px; /* Reduce el espacio interior */
        text-align: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: transform 0.2s ease-in-out;
        position: fixed;
        bottom: 10px; /* Ajusta la distancia desde abajo */
        left: -200px; /* Coloca el div fuera de la pantalla a la izquierda */
        max-width: 200px; /* Ajusta el ancho máximo */
        visibility: hidden; /* El elemento no es visible inicialmente */
    }
    
    /* Resto de estilos (los mismos que antes) */
    .whatsapp-div:hover {
        transform: scale(1.05);
    }
    
    .whatsapp-icon img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        vertical-align: middle;
    }
    
    a {
        text-decoration: none;
        color: inherit;
    }
    
   
    /* Animación para mostrar el div después de 1 segundo */
    @keyframes slideIn {
        0% {
            left: -200px; /* Fuera de la pantalla a la izquierda */
            visibility: hidden;
        }
        100% {
            left: 0; /* Se desplaza hacia la derecha */
            visibility: visible;
        }
    }
    
    /* Aplicar la animación después de 1 segundo */
    .whatsapp-div.show {
        animation: slideIn 1s 1s forwards;
    }
   
   
  
    
}
/* -----------------------------TAMAÑO PC 2 --------------------------------------------- */


/* --------------------------------------------TAMAÑO TABLET ---------------------------*/
@media (min-width:481px ) and ( max-width:960px){








    .custom-form-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70vh;
        margin-top: 20px;
    }

    .custom-form {
        background-color: rgba(245, 245, 245, 0.8);
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
        max-width: 400px;
        width: 90%;
        text-align: center;
    }

    .custom-form h2 {
        color: #000000;
        font-family: 'Julius Sans One';
  
    }

    .custom-form label {
        padding-left: 5px;
        font-weight: bold;
        color: #333;
        display: block;
        margin-bottom: 5px;
        text-align: left;
        font-family: 'Julius Sans One';
       
    }

    .custom-form input[type="text"],
    .custom-form input[type="email"],
    .custom-form textarea {
          width: 100%;
          padding: 12px 20px;
          margin: 8px 0;
          box-sizing: border-box;
          border: 1px solid #ccc;
          border-radius: 5px;
          font-size: 16px;
    }


    .clase-form{
        min-width: 100% !important; 
    }

    .custom-form textarea{
        max-height: 100px;
        min-height: 100px;
    }
   

    .custom-form textarea {
        resize: vertical;
        height: 100px;
    }

    .custom-form .g-recaptcha {
        margin-bottom: 15px;
    
    }

    .boton{
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: #007bff; color: #fff; border: none; border-radius: 5px; cursor: pointer; padding: 10px 20px; font-size: 16px; transition: background-color 0.3s ease;
    }
    .boton:hover{
        background-color: #4ca2ff; color: #fff; border: none; border-radius: 5px; cursor: pointer; padding: 10px 20px; font-size: 16px; transition: background-color 0.3s ease;
    }
    .whatsapp-div {
        background-color: #2AB318;
        color: #fff;
        border-radius: 0px 25px 25px 0px;
        padding: 10px; /* Reduce el espacio interior */
        text-align: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: transform 0.2s ease-in-out;
        position: fixed;
      
        left: -200px; /* Coloca el div fuera de la pantalla a la izquierda */
        max-width: 200px; /* Ajusta el ancho máximo */
        visibility: hidden; /* El elemento no es visible inicialmente */
    }
    
    /* Resto de estilos (los mismos que antes) */
    .whatsapp-div:hover {
        transform: scale(1.05);
    }
    
    .whatsapp-icon img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        vertical-align: middle;
    }
    
    a {
        text-decoration: none;
        color: inherit;
    }
    
 
    /* Animación para mostrar el div después de 1 segundo */
    @keyframes slideIn {
        0% {
            left: -200px; /* Fuera de la pantalla a la izquierda */
            visibility: hidden;
        }
        100% {
            left: 0; /* Se desplaza hacia la derecha */
            visibility: visible;
        }
    }
    
    /* Aplicar la animación después de 1 segundo */
    .whatsapp-div.show {
        animation: slideIn 1s 1s forwards;
    }

     .whatsapp-text{
        color: #fff;
    }
    

}
/* --------------------------------------------TAMAÑO TABLET*----------------------------/


/* -------------------------------------TAMAÑO CELULAR --------------------------------------------- */
@media (max-width:480px){
     .custom-form-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70vh;
        margin-top: 20px;
    }

    .custom-form {
        background-color: rgba(245, 245, 245, 0.8);
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
        max-width: 400px;
        width: 90%;
        text-align: center;
    }

    .custom-form h2 {
        color: #000000;
        font-family: 'Julius Sans One';
  
    }

    .custom-form label {
        padding-left: 5px;
        font-weight: bold;
        color: #333;
        display: block;
        margin-bottom: 5px;
        text-align: left;
        font-family: 'Julius Sans One';
       
    }

    .custom-form input[type="text"],
    .custom-form input[type="email"],
    .custom-form textarea {
          width: 100%;
          padding: 12px 20px;
          margin: 8px 0;
          box-sizing: border-box;
          border: 1px solid #ccc;
          border-radius: 5px;
          font-size: 16px;
    }


    .clase-form{
        min-width: 100% !important; 
    }

    .custom-form textarea{
        max-height: 100px;
        min-height: 100px;
    }
   

    .custom-form textarea {
        resize: vertical;
        height: 100px;
    }

    .custom-form .g-recaptcha {
        margin-bottom: 15px;
    
    }

    .boton{
        margin-top: 10px;
        margin-bottom: 10px;
        width: 80%;
        background-color: #007bff; color: #fff; border: none; border-radius: 5px; cursor: pointer; padding: 10px 20px; font-size: 16px; transition: background-color 0.3s ease;
    }
    .boton:hover{
        background-color: #4ca2ff; color: #fff; border: none; border-radius: 5px; cursor: pointer; padding: 10px 20px; font-size: 16px; transition: background-color 0.3s ease;
    }
    .whatsapp-div {
        background-color: #2AB318;
        color: #fff;
        border-radius: 0px 25px 25px 0px;
        padding: 10px; /* Reduce el espacio interior */
        text-align: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: transform 0.2s ease-in-out;
        position: absolute; /* Cambiado a posición absoluta */
        left: -200px; /* Coloca el div fuera de la pantalla a la izquierda */
        max-width: 200px; /* Ajusta el ancho máximo */
        visibility: hidden; /* El elemento no es visible inicialmente */
        margin-bottom: 220px; /* Ajusta el margen inferior */
        margin-top: 25px;
    }
    
    /* Resto de estilos (los mismos que antes) */
    .whatsapp-div:hover {
        transform: scale(1.05);
    }
    
    .whatsapp-icon img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        vertical-align: middle;
    }
    
    a {
        text-decoration: none;
       
    }
    
  
    
    /* Animación para mostrar el div después de 1 segundo */
    @keyframes slideIn {
        0% {
            left: -200px; /* Fuera de la pantalla a la izquierda */
            visibility: hidden;
        }
        100% {
            left: 0; /* Se desplaza hacia la derecha */
            visibility: visible;
        }
    }
    
    /* Aplicar la animación después de 1 segundo */
    .whatsapp-div.show {
        animation: slideIn 1s 1s forwards;
    }

    .whatsapp-text{
        color: #fff;
    }
  


   
}
/* -------------------------------------TAMAÑO CELULAR --------------------------------------------- */

/* Fin --------------------------------------- TAMAÑO CELULAR --------------------------------- */
/* ❎❎❎❎❎❎ MAIN ❎❎❎❎❎❎  MAIN ❎❎❎❎❎❎  MAIN ❎❎❎❎❎❎  MAIN  ❎❎❎❎❎❎  MAIN  ❎❎❎❎❎❎ MAIN  ❎❎❎❎❎❎  MAIN -*/





