*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    background-size: 100% auto;
    background-color: #0F0F0F;
    width: 100%;
    max-width: 1500px;
    font-size: 16px;
    margin: 0 auto;
}
.menu{
    font-family: Arial, Helvetica, sans-serif;
    background-size: 100% auto;
    background-color: #cdcdcd;
    width: 100%;
    height: 100px;
    font-size: 18px;
    margin: 0 auto;
}
.isotipo{
    padding: 20px 30px;
    text-align: center;
}
.slider{
    width: 100%;
    max-height: 800px;
    overflow: hidden;
}
.slider ul{
    display: flex;
    animation: cambio 20s infinite alternate linear;
    width: 600%;
}
.slider li{
    width: 600%;
    list-style: none;
}
.slider img{
    width: 100%;
    height: 100%;
}
.bizarro_desc{
    text-align:center;
    background-color: white;
}
.bizarro_desc img{
    margin-top: 80px;
    width: 160px;
}
.bizarro_desc p{
    margin-top: 80px;
    padding-right: 80px;
    padding-left: 80px;
    padding-bottom: 80px;
    text-align:center;
    font-size: 20px;
}
.container{
    widows: 100%;
    height: auto;
    background-color: #cdcdcd;
    text-align: center;

    /* add flexbox style */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
}
.box{
    width: 50%;
    min-width: 300px;
    height: 400px;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
}
.box1{
    background-image: url("imagenes/sushi.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
}
.box1 img{
    max-width: 1000px;
    width: 100%;
    height: 400px;
    display: block;
    margin: 0 auto;
    height: 100%;
}
.box2{
    visibility: visible;
    background-image: url("imagenes/cerdos.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
}
.box2 img{
    max-width: 1000px;
    width: 100%;
    height: 400px;
    display: block;
    margin: 0 auto;
    height: 100%;
}
.box3{
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
.bizarro_iconos{
    text-align:center;
    background-color: white;
}
.bizarro_iconos img{
    width: 120px;
    margin: 80px 40px;
}
.slider2{
    height: 50vh;
    width: 100%;
    max-height: 600px;
    overflow: hidden;
}
.slider2 ul{
    height: 50vh;
    display: flex;
    animation: cambio 20s infinite alternate linear;
    width: 600%;
}
.slider2 li{
    height: 50vh;
    width: 600%;
    list-style: none;
}
.slider2 img{
    height: 50vh;
    width: 100%;
    height: 100%;
}
.container2{
    widows: 100%;
    height: 470px;
    background-color: #cdcdcd;
    text-align: center;

    /* add flexbox style */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
}
.contacto{
    width: 50%;
    min-width: 300px;
    height: 470px;
    padding: 40px;
    padding-left: 80px;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
}
.mapa{
    background-color: #cdcdcd;
    width: 50%;
    min-width: 300px;
    height: 470px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}
iframe{
    width: 600px;
    height: 450px;
    text-align: right;
}
.firma{
    width: 100%;
    height: 40px;
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
}


@keyframes cambio{
    0%{margin-left: 0;}
    15%{margin-left: 0;}
    
    20%{margin-left: -100%;}
    33%{margin-left: -100%;}
    
    38%{margin-left: -200%;}
    50%{margin-left: -200%;}
    
    55%{margin-left: -300%;}
    65%{margin-left: -300%;}

    70%{margin-left: -400%;}
    84%{margin-left: -400%;}

    89%{margin-left: -500%;}
    100%{margin-left: -500%;}
    
}
@media only screen and (min-width:320px) and (max-width:768px){

    .slider, .slider ul, .slider img{
        height: 50vh;
    }
    .slider2, .slider2 ul, .slider2 img{
        height: 20vh;
    }
    .bizarro_desc img{
        margin-top: 40px;
        width: 100px;
    }

    .bizarro_desc p{
        margin-top: 40px;
        padding-right: 40px;
        padding-left: 40px;
        padding-bottom: 40px;
        text-align:center;
    }
    .box{
        width: 100%;
    }
    .logosp{
        padding-bottom: 10px;
    }
    .box2{
        visibility: hidden;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }
    .box3{
        visibility: visible;
        height: 400px;
        background-image: url("imagenes/cerdos.jpg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-size: cover;
    }
    .box3 img{
        max-width: 1000px;
        width: 100%;
        height: 0px;
        display: block;
        margin: 0 auto;
    }
    .bizarro_iconos img{
        width: 100px;
        margin: 40px 10px;
    }
    .contacto{
        width: 100%;
    }
    .mapa{
        width: 100%;
    }
    iframe{
        width: 100%;
        height: 450px;
    }
}
