*{ 
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5 {
    font-size: 19px;
    color: #444444;
    font-weight: 500;
    font-family: "Futura BT";
}

.rotate {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size:60px;
}
.rotate2 {
    writing-mode: vertical-rl; 
    transform: rotate(180deg);
    font-size:40px;
}

a {
    text-decoration: none;
    color: black;
}

.button { 
    text-decoration: none;
    border: 1px solid white;
    padding: 10px 15px 10px 15px;
    color: white;
    
}
.button-inverse { 
    margin-top: 100px;
    text-decoration: none;
    border: 1px solid black;
    padding: 10px 15px 10px 15px;
    color: black;
}

.producto .button-productos {
    display: none;
}

.producto:hover .button-productos {
    display: block;
    text-align: center;
}

.medio {
    display: flex;
    justify-content: center;
    align-items: center; 

}

.container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.margin-top {
    margin-top: 15px;
}

.margin-top-large {
    margin-top: 40px;
}


.margin-bottom {
    margin-bottom:20px;
}

.margin-bottom-large {
    margin-bottom:40px;
}

.margin-right {
    margin-right: 15px;
}

.margin-left {
    margin-left: 15px;
}

.grilla-padre {
    display: flex;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal-content {
    overflow-y: auto;
position:relative;
	width:50%;
    height:80%;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bu {
	position:absolute;
	bottom:3%;
	right:7%;	
    margin-top:450px;  
	                                                
	
}

#open-button {
    border: none;
    cursor: pointer;
}

#close-button {
    background-color: #ccc;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
position:absolute;
right:3%;
top:3%;
}

.grilla-padre-1-5 { 
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}


.grilla-padre-1-4 { 
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.grilla-padre-1-3 { 
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
.grilla-padre-1-2 { 
    display: grid;
    grid-template-columns: 50% 50%;
}
.grilla-padre-1-1 { 
    display: grid;
    grid-template-columns: 100%;
}

.grilla-hijo-1-1 {
    width: 100%;
    flex: 1
}

.grilla-hijo-1-2 {
    width: 50%;
    flex: 1
}

.grilla-hijo-1-3 {
    width: 33%;
    flex: 1
}

.grilla-hijo-1-4 {
    width: 25%;
    flex: 1
}
.grilla-hijo-1-5 {
    width: 20%;
    flex: 1
}

.grilla-hijo-2-3 {
    width: 66%;
    flex: 1
}

.background-red {
    background-color: red;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.header p{
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 25px;
    margin-left: 10px;
}

.header .img img{
    margin: 10px;
}

.nav-links {
    list-style: none;
}

.nav-links li {
    display: inline-block;
    padding: 0 10px;
}

.nav-links a {
    text-decoration: none;
    color: black;
    font-size: 15px;
}


.slider-box { 
    width: auto;
    height: 555px;
    margin: 0 auto 0;
    overflow: hidden;
}

.slider-box ul{ 
    display: flex;
    padding: 0;
    width: 100%;

}

.slider-box li{ 
    width: 100%;
    list-style: none;
    position: relative;
}

.text {
    position: absolute;
    padding: 0 250px;
    top: 250px;
    color: white;
}

.slider-box  img{
    width: 100%;
}
    
.slideshow .text h2 {
    text-align: left;
    font-size: 40px
}

.slideshow .text h2 {
    color: white;
}

.slideshow .text h2 span {
    text-align: left;
    font-size: 100px;
    color: white;
}

.slideshow .text p {
    text-align: left;
    font-size: 12px;
    color: white;
}

.bloque1 a {
    text-decoration: none;
}

.bloque1 img {
    background-size :contain;
    width: 200px;
    height: 200px;
}

.producto:hover {
    border: 1px solid black;
}

.bloque1 .mas {
    margin-left: 50px;
}

.bloque2 {
    margin-top: 50px;
}

.bloque2 .img1 {
    width: 750px;
}

.bloque2 .img2 {
    width: 500px;
}

.bloque2 .container h2 {
    font-size: 60px;
}

.bloque3 .grilla-padre-1-5 {
    margin-top: 50px;
    margin-left: 200px;
}

.bloque3 .lo {
    width: 100px;
    height: 200px;
    margin-left: 70px;
}

.bloque3 .grilla-hijo:nth-child(2) img,
.bloque3 .grilla-hijo:nth-child(3) img,
.bloque3 .grilla-hijo:nth-child(4) img,
.bloque3 .grilla-hijo:nth-child(5) img {
    width: 200px;
    height: 200px;
}

.footer {
    margin-top: 100px;
}

.footer img {
   margin: 0px 25px 0px 25px;
}

.foo {
    width: 96%;
    height: 96%;
}

.sss {
    margin-bottom: 0px;
}

.bloque3-movil img {
        width: 200px;
        height: 200px;
}

@media (max-width: 1080px) {
    p {
        font-size : 15px;
    }
    h2, h3, h4 {
        font-size: 20px;
    }
    .min {
        display: none;
    }
    .header .container .grilla-padre-1-3 {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .header img {
        width: 200px;
        height: 75px;
    }
    .bloque1 .grilla-hijo:nth-child(1){
        display: none;
    }
    .bloque1 .container .grilla-padre-1-4 {
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }
    .bloque1 .container .grilla-padre-1-5 {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .bloque2 .asd {
        width:100%;
    }
    
    .footer .grilla-hijo:nth-child(2) .grilla-padre-1-2{
        display: grid;
        grid-template-columns: 100%;
        text-align: center;
    }
    .grilla-hijo.text-right.margin-top-large {
        text-align: center;
    }  
    
    .bloque1 img {
        background-size :contain;
        width: 150px;
        height: 120px;
        
    }
    
}

#cheakout ul {
    list-style-type: none;
}

@media (min-width: 1080px) {
    .max {
        display: none;
    }
    .header .container .menu {
        display :none;
    }
    
}