@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);

@import url(form.css);

*{
box-sizing: border-box;
}

img{
    display: block;
    max-width: 100%;
    
}

body{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: #FAF7F7;
    
}

/*Estilos del header*/

.header{
    height: 60px;
    z-index: 1000;
    
}


.header{
    position: fixed;
    margin-top: -10px;
    width: 100%;
    background: rgba(0, 0 0, 0.5)
    
    
}


.header .contenedor{
    display: flex;
    justify-content: space-between;
    
}

.contenedor{
    margin:0px auto;
    width: 100%;
}

.inscribe {
    margin: auto;
    
    
}
.inscribe a{
    text-decoration: none;
    color:#fff;
    padding: 10px;
    font-size: 11px;
    
}

.inscribe a:hover{
    background: rgba(255,255,255,0.2)
    
}
/*--------------------------Estilos menu--------------------------*/


.icon-menu{
    
    display: block;
    height: 40px;
    width: 42px;
    font-size: 30px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    margin-left: auto;
    cursor: pointer;
    text-align: center;
    border-radius: 7px;
    line-height: 37px;
    
    
    
    
    
}

.logo{
    
        
    
}


.logo, .icon-menu{
    margin: 5px;
    color: #fff;
}


.nav{
    position: absolute;
    top: 60px;
    left: -100%;
    width: 100%;
    transition: all 0.4s;
     
}

.menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    
}

.menu__link{
    display: block;
    padding: 15px;
    background: rgba(0,0,0,0.7);
    text-decoration: none;
    color: #fff;
    border-top: 1px solid #000;
    
}

.menu__link:hover{
    background: #fff;
    color: #000;
    border-top: 1px solid #000;
    
}
.mostrar{
    left: 0px;
}

.select{
    background: #fff;
    color: #000;
    border-top: 1px solid #000;
    
  }  

/*-----------------------Estilos de articulos-----------------------*/

.main1{
    display: none
}


.hacheuno{
    background: #FFF;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto 0; 
    padding: 40px 0 10px 0; 
    width: 96%; 
    text-align: center; 
    }

.venta{
    display: flex;
    align-items: flex-start; /* Alinea el contenido arriba */
    margin:10px auto 0 auto;
    width: 90%;
    text-align: center;
}

.venta img{
    width: 100%;
    margin: auto;
}


.venta h1{
   color: #000;
   margin-top: 0px; 
  
}


.aro{
    margin: auto;
    width: 70%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    background: #fff;
}


.parrafo{
    background: #fff;
    width: 96%;
    margin: 10px auto;
    text-align: center;
    color: #000;
    padding: 10px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.parrafodos{
    background: #fff;
    width: 96%;
    margin: 10px auto;
    color: #000;
    padding: 14px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    border-radius: 10px;
    font-size: 18px;
}

.parrafo h2 span{
    text-align: left;
    
}

.cajaprecio{
    width: 96%;
    margin: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cajaprecio div{
    background: #FFF;
    margin: 20px auto;
    width: 100%;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.3);
    padding: 10px;
    text-align: center;
    
    
}

.cajaprecio img{
    width: 50%;   
}

.cajaprecio a{
   padding: 5px 10px;
   background: #FBA919;
   text-decoration: none;
   color: #fff;
   box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    border-radius: 7px;
}

.cajaprecio a:hover{
   background: #fff;
   color: #FBA919;
   
}


.sieteeur{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    
}

.sieteeur img{
    height: 50%;
}

.sieteeur h2{
    color: red;
    font-size: 30px;
}

.sieteeur p{
   margin:10px auto;
}




.masvend h2{
    width: 100%;
    height: 40px;
    font-size: 25px;
    background: #46C613;
    color: #fff;
    margin: 0;
    padding:0;
}

.herramienta{
        background: #FFF;
        width: 96%;
        display: flex;
        flex-wrap: wrap;
        box-shadow: 1px 1px 20px rgba(0,0,0,0.3);
        margin: 10px auto;
        padding: 10px;
        justify-content: space-between;
}



.herramienta div{
        
        width: 100%;
        margin: 10px auto;
        text-align: center;
        
    }


.output{
    cursor: pointer;
}


.btnqr{
    margin: 10px auto;
    padding: 10px;
    background: #FBA919;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    color: #fff;
    font-weight: bold;
    border: 1px solid #FBA919;
    border-radius: 105px;
    cursor: pointer;
}

.estatico{
    background: #FFF;
    margin: 10px auto;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.3);
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    
}

.estatico div{
   
    width: 100%;
    margin: auto;
}

.estatico input, textarea, select{
    display: block;
    width: 97%;
    margin: 10px;
    padding: 10px;
    font-size: 25px;
    border-radius: 7px;
}

.formu{
    border-radius: 7px;
    padding: 10px;
    margin: 10px auto;
    width: 90%;
    background: #FBA919;
}


.formu p, h2{
    margin: 0px;
    color: white;
}


.infoperro div{
        display: flex;
        flex-wrap: wrap;
        margin: 10px auto;
    } 

.infoperro h3{
        
        margin: 10px auto;
        width: 90%;
    } 


.redondo{
    border: 1px solid red;
    border-radius: 50%;
    background: red;
    color: white;
    padding: 3px 7px;
    font-size: 18px;
}


.verde{
    width: 37px;
    margin: 10px;
    border: 1px solid green;
    border-radius: 50%;
    background: green;
    color: white;
    padding: 3px 5px;
    font-size: 18px;
}


.admin{
    
    margin: 10px auto 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;   
}


.capamuestra{
    border: 1px solid red;
    border-radius: 7px;
    padding: 10px;
    background: #fff;
    width: 90%;
    margin: 10px auto;
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    
}


.cuadros{
    
    margin: 10px auto;
    padding: 30px 10px;
    width: 46%;
    border: 1px solid #fba919;
    border-radius: 7px;
    word-break: break-all;
    text-align:justify;
}

.cuadros a{
    text-decoration: none;
    color: #000;
}

.cuadros a:hover{
    color: #fba919;
}






/*------------------------Estilos del footer------------------------*/

.footer{
    
    background: #333;
    color: #fff;
    padding: 10px;
    
}

.footer p{
    text-align: center;
    
}


.footer a{
    color: #fff;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 14px;
    
}

.footer a:hover{
    color: #fba919;
}

.footera{
    width: 99%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

/*----------------Estilos responsive--------------*/

@media(min-width:480px){
 
    .logo{
        font-size: 40px;
    }
    
    
    
   .inscribe a{
    font-size: 14px;
            }
.textoencima{
    position: relative;
    top: 0;
    padding: 0;
    background: none;
    width: 90%;
    right: 0;
}
    
    
 .infoperro div{
        width: 90%;
        
    }

    
}


@media(min-width:768px){
    
   
 .venta{
    width: 46%;
}   

 .venta img{
        
     width: 100%;
} 
 
    .aro{
     width: 50%;   
        
    } 
  .venta h1 {
     margin-top: 1px;   
        
    }  
    
    
.cajaprecio{
    width: 96%;
    margin: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cajaprecio div{
    margin: 20px auto;
    width: 30%;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.3);
    padding: 10px;
    text-align: center;
    
    
}

.cajaprecio img{
    width: 50%;
    
    
    
}

.sieteeur{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    
}

.sieteeur img{
    height: 30%;
}

.sieteeur h2{
    color: red;
    font-size: 30px;
}

.sieteeur p{
   margin:10px auto;
}


.masvend h2{
    width: 100%;
    height: 40px;
    font-size: 25px;
    background: #46C613;
    color: #fff;
    margin: 0;
    padding:0;
}
    
.estatico div{
   
    width: 48%;
    margin:10px auto;
} 
    
.estatico input, textarea, select{
    
    font-size: 18px;
    
} 
    
    .infoperro div{
        width: 90%;
        margin: 10px auto;
        text-align: center;
        
    } 
    
    #capamuestra{
      width: 100%;  
        
    }   
    
}

@media(min-width:1024px){
    
    .banner img{
    
    margin-top: -250px;
}
    
    
    .banner .contenedor{
        margin-top: 250px ;
    }
    
    
    .contenedor{
        width: 1000px;
    }
    .nav{
        position: static;
        width: auto;
    }
    .menu{
        display: flex;
        background: rgba(0,0,0,0.6);
        margin: 5px;
        
    }
    .icon-menu{
        display: none;
    }
    .menu__link{
        background: none;
        font-size: 14px;
    }
    .select{
        color: #fff;
        background: rgba(255,255,255,0.2);
    }
    
  .sieteeur img{
    height: 50%;
} 
    
    .herramienta{
        width: 96%;
        
    }
    
    .herramienta div{
        width: 30%;
        margin: 10px auto;
        
    }
    
    .herramienta h3{
        
        margin-top: 0;
        
    }
    
    
    
    .output{
        margin: 0;
    }  
}

@media(min-width:1280px){
    
    .contenedor{
        
        width: 1200px;
    }
    .menu{
        display: flex;
        background: rgba(0,0,0,0.4);
    }
    
    
}







