
@import url('https://fonts.googleapis.com/css2?family=Euphoria+Script&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat" !important;
    width: 100%;
}

li{
    list-style: none;
}

.mercantina{
    color: #00346e;
}

.fondo{
    
}



.logo{
    margin: 3rem 0;
}

footer{
    background-color: rgb(25, 25, 25);
    text-align: center;
    padding: 1rem;
    margin-top: 2rem;
}

.boton{
    margin: 1rem 0;

}

body{
    background-image: url(../img/fondo.jpg);
    background-position: center;

}



@media (min-width: 360px) { 



   
    
}




  /* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) { 

 
   
       

    
}

  
        

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px)  {
  
 
}

    
  
    
  


   
    



/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

   
    body{
        background-image: url(../img/background.jpg);
        background-position: center;
        background-size: cover;
    }
    
   

       
    
}


/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
   
   
  
 }

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { }


