@font-face {
    font-family: personalizada;
    src: url(Uncut-Sans-Regular.otf);
    font-weight: normal;
    font-style: normal;
}

* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

section[id]{
    scroll-margin-top: 160px;

}
body{
    padding: 40px;
    margin: 0px;   
    box-sizing: border-box;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

header{
    height: 160px;
    z-index: 10;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0% 5%;
    box-sizing: border-box;
    transition: 0.5s;
}

.logo{

    height: 100%;
}



h1.title{
    font-size: 50px;
    color: rgb(224, 114, 114);
    text-shadow: rgb(148, 126, 126) 0.1em 0.1em 0.2em;
    position: relative;
}
.title:before{
    content: "CATERING GERMAN BUSCH SRL";
}

h2.reference{
    color: rgb(224, 114, 114);
    text-shadow: rgb(148, 126, 126) 0.1em 0.1em 0.2em;
    position: relative;
    padding: auto;
    padding-top: 10px;
}

.menu{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F2F2F2;
}

.item{
    margin: 0 15px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
    text-decoration: none;
    letter-spacing: 2px;
    color: rgb(224, 114, 114);
    font-weight: bold;
}

.item:hover{
    color: #f0e8ea;
    border-radius: 15px;
    padding: 5px 10px;
    background: #e64f4f;
}

.checkbtn{
    font-size: 30px;
    color: #fff;
    float: right;
    cursor: pointer;
    display: none;
}

.nav.active{
    background: #f0e8ea;
    
}



.fondo{
    background-attachment:unset;
    background-image: url(cocina.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    height: 100vh;
    
}


section.inicio{
    height: 100vh;
    width: 100%;
    
    position: relative;
    justify-content: center;
    align-items: center;
    min-width: 1204px;
    min-height: 1000px;
}

div.contenedor1{
    position: relative;
    
    justify-content: space-around;
    display: flex;
    align-items: center;
    padding: 40px;
    
}

div.cuadrado1{
    padding: 40px;
    width: 550px;           
    height: 230px;          
    background: whitesmoke;        
    border: 0px solid #000;
    position:relative;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 24px rgb(224, 114, 114);
    overflow: hidden;
}

div.cuadrado2{
    padding: 40px;
    width: 550px;           
    height: 230px;          
    background: whitesmoke;        
    border: 0px solid #000;
    position: relative;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 24px rgb(224, 114, 114);
}

div.cuadrado3{
    padding: 40px;
    width: 550px;           
    height: 230px;          
    background: whitesmoke;         
    border: 0px solid #000;
    position: relative;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 24px rgb(224, 114, 114);
}

.cuadrado1 p{
    padding: 10px 10px;
    font-size: 29px;
    text-align: center;
    color: rgb(224, 114, 114);
    position: relative;
    font-family: personalizada;
}

.cuadrado2 p{
    padding: 10px 10px;
    font-size: 29px;
    text-align: center;
    color: rgb(224, 114, 114);
    position: relative;
    font-family: personalizada;
}

.cuadrado3 p{
    padding: 10px 10px;
    font-size: 29px;
    text-align: center;
    color: rgb(224, 114, 114);
    position: relative;
    font-family: personalizada;
}

section.quienessomos{
    min-height: 1000px;
    position: relative;
    height: 100vh;
    width: 100%;
    justify-content: center;
    
    min-width: 1204px;
}

div.descripcion{
    border-radius: 45px;
    box-shadow: 0 0 24px rgb(224, 114, 114);
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    height: 1300px;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    
}

.descripcion h1{
    position: relative;
    padding: auto;
    padding-left: 5px;
    padding-bottom: 10px;
    font-size: 45px;
    padding-top: 60px;
    text-align: center;
    color: rgb(224, 114, 114);
}
.descripcion p{
    position: relative;
    font-family: personalizada;
    font-size: 24px;
    padding: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    text-align: justify;
    font-weight: 600;
}

.experiencia{
    position: relative;
    padding: auto;
    padding-top: 0px;
    width: 780px;
    height: 70px;
    margin: 0 auto;
    top: 70px;
    justify-content: center;
    align-items: center;
    display: grid;
}

.experiencia a{
    font-size: 40px;
    font-family: personalizada,;
    text-decoration: none;
    color: rgb(224, 114, 114);
    transition: 0.5s;
    font-weight: 500;
}

.experiencia a:hover{
    color: #fffdfd;
    border-radius: 15px;
    padding: 5px 10px;
    background: #e64f4f;
}

section.manuales{
    width: 100%;
    height: 100vh;
    position: relative;
    display:flex;
    justify-content: space-around;
    
    min-width: 1204px;
    min-height: 1000px;
}



.operacion{
    background-color: white;
    position: relative;
    width: 500px;
    height: 630px;
    top: 17%;
    align-items: center;
    display:grid;
    justify-content: center;
    font-family: personalizada;
    border-radius: 35px;
    box-shadow: 0 0 24px rgb(224, 114, 114);
}

.operacion h1{
    text-align: center;
    font-size: 35px;
    color: rgb(224, 114, 114);
}

.operacion p{
    text-align: justify;
    font-size: 20px;
    padding: 10px 20px;
    font-weight: 900;
}

.sistemas{
    background-color: white;
    position: relative;
    width: 500px;
    height: 630px;
    top: 17%;
    align-items: center;
    display:grid;
    justify-content: center;
    font-family: personalizada;
    border-radius: 35px;
    box-shadow: 0 0 24px rgb(224, 114, 114);
}

.sistemas h1{
    text-align: center;
    font-size: 35px;
    color: rgb(224, 114, 114);
}

.sistemas p{
    text-align: justify;
    font-size: 20px;
    padding: 10px 20px;
    font-weight: 900;
}

.nutricional{
    background-color: white;
    position: relative;
    width: 500px;
    height: 630px;
    top: 17%;
    align-items: center;
    display:grid;
    justify-content: center;
    font-family: personalizada;
    border-radius: 35px;
    box-shadow: 0 0 24px rgb(224, 114, 114);
}

.nutricional h1{
    text-align: center;
    font-size: 35px;
    position: relative;
    top: -40px;
    color: rgb(224, 114, 114);
}

.nutricional p{
    text-align: justify;
    font-size: 20px;
    padding: 10px 20px;
    position: relative;
    top: -120px;
    font-weight: 900;
}

.descargasistema{
    position: relative;
    align-items: center;
    display: flex;
    width: 300px;
    height: 105px;
    justify-content: center;
    top: -100px;
    margin: auto;
    font-family: personalizada;
}

.descargasistema a{
    font-size: 30px;
    font-weight: 900;
    text-decoration: none;
    color: rgb(224, 114, 114);

}

.descargasistema a:hover{
    color: #fffdfd;
    border-radius: 15px;
    padding: 5px 10px;
    background: #e64f4f;
    transition: 0.5s;
}

section.contratos{
    position: relative;
    width: 100%;
    height: 100vh;
    display: grid;
    
    min-width: 1204px;
    min-height: 1000px;
}

.tipos{
    background-color: white;
    width: 700px;
    height: 800px;
    position: relative;
    margin: auto;
    display: grid;
    border-radius: 35px;
    box-shadow: 0 0 24px rgb(224, 114, 114);
}

.tipos h1{
    text-align: center;
    font-size: 35px;
    font-family: personalizada;
    padding: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    color: rgb(224, 114, 114);
}
.tipos p{
    text-align: left;
    font-size: 35px;
    font-family: personalizada;
    position: relative;
    padding: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    top: -37px;
    font-weight: 500;
}

.link{
    position: relative;
    width: 400px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    top: -70px;
}

.link a{
    text-decoration: none;
    color: rgb(224, 114, 114);
    font-family: personalizada;
    font-size: 35px;
    font-weight: 900;
    text-align: center;
}

.link a:hover{
    color: #fffdfd;
    border-radius: 15px;
    padding: 5px 10px;
    background: #e64f4f;
    transition: 0.5s;
}

section.contacto{
    width: 100%;
    height: 100vh;
    position: relative;
    display:grid;
    min-width: 1204px;
    min-height: 1000px;
    
}

.map-responsive{
   

    padding-bottom:56.25%;
    align-items: center;
    position:relative;

    height:0;

}

.map-responsive iframe{
    left:180px;
    top:15%;
    border-radius: 20px;
    box-shadow: 0 0 24px rgb(224, 114, 114);
    height:700px;
    width:700px;
    position:absolute;

}

.direccion{
    
    align-items: center;
    justify-content: center;
    position: relative;
    height: 400px;
    width: 400px;
    background-color: rgb(255, 255, 255);
    margin: auto;
    top: -750px;
    left: 400px;
    border-radius: 35px;
    box-shadow: 0 0 24px rgb(224, 114, 114);
}

.direccion p{
    text-align: left;
    font-size: 30px;
    font-family: personalizada;
    position: relative;
    padding: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    font-weight: 500;
}

.scrol{
    height: 4400px;
}


@font-face {
    font-family: personalizada;
    src: url(Uncut-Sans-Regular.otf);
    font-weight: normal;
    font-style: normal;
}

* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

section[id]{
    scroll-margin-top: 160px;

}
body{
    padding: 0px;
    margin: 0px;   
    box-sizing: border-box;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

header{
    height: 160px;
    z-index: 10;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0% 5%;
    box-sizing: border-box;
    transition: 0.5s;
}

.logo{

    height: 100%;
}

h1.title{
    font-size: 50px;
    color: rgb(224, 114, 114);
    text-shadow: rgb(148, 126, 126) 0.1em 0.1em 0.2em;
    position: relative;
}

h2.reference{
    color: rgb(224, 114, 114);
    text-shadow: rgb(148, 126, 126) 0.1em 0.1em 0.2em;
    position: relative;
    padding: auto;
    padding-top: 10px;
}

.menu{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F2F2F2;
}

.item{
    margin: 0 15px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
    text-decoration: none;
    letter-spacing: 2px;
    color: rgb(224, 114, 114);
    font-weight: bold;
}

.item:hover{
    color: #f0e8ea;
    border-radius: 15px;
    padding: 5px 10px;
    background: #e64f4f;
}

.butoggle{
    color: white;
    background: none;
    border: none;
    font-size: 30px;
    display: none;
}

.nav.active{
    background: #f0e8ea;
    
}



.fondo{
    background-image: url(cocina.jpg);
    background-size: cover;
    background-repeat: repeat;
    position: fixed;
    width: 100%;
    height: 100vh;
    
}

section.inicio{
    
    height: 100vh;
    width: 100%;
    background-repeat:  no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    
   
}

div.contenedor1{
    position: relative;
    top: 400px;
    justify-content: space-around;
    display: flex;
    align-items: center center;
    
}

div.cuadrado1{
    width: 550px;           
    height: 230px;          
    background: whitesmoke;        
    border: 0px solid #000;
    position:relative;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 24px rgb(224, 114, 114);
}

div.cuadrado2{
    width: 550px;           
    height: 230px;          
    background: whitesmoke;        
    border: 0px solid #000;
    position: relative;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 24px rgb(224, 114, 114);
}

div.cuadrado3{
    width: 550px;           
    height: 230px;          
    background: whitesmoke;         
    border: 0px solid #000;
    position: relative;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 24px rgb(224, 114, 114);
}

.cuadrado1 p{
    padding: 10px 10px;
    font-size: 29px;
    text-align: center;
    color: rgb(224, 114, 114);
    position: relative;
    font-family: personalizada;
}

.cuadrado2 p{
    padding: 10px 10px;
    font-size: 29px;
    text-align: center;
    color: rgb(224, 114, 114);
    position: relative;
    font-family: personalizada;
}

.cuadrado3 p{
    padding: 10px 10px;
    font-size: 29px;
    text-align: center;
    color: rgb(224, 114, 114);
    position: relative;
    font-family: personalizada;
}

section.quienessomos{
    
    position: relative;
    height: 1300px;
    width: 100%;
    justify-content: center;
    
    
}

div.descripcion{
    border-radius: 45px;
    box-shadow: 0 0 24px rgb(224, 114, 114);
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    height: 1300px;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    
}

.descripcion h1{
    position: relative;
    padding: auto;
    padding-left: 5px;
    padding-bottom: 10px;
    font-size: 45px;
    padding-top: 60px;
    text-align: center;
    color: rgb(224, 114, 114);
}
.descripcion p{
    position: relative;
    font-family: personalizada;
    font-size: 24px;
    padding: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    text-align: justify;
    font-weight: 600;
}

.experiencia{
    position: relative;
    padding: auto;
    padding-top: 0px;
    width: 780px;
    height: 70px;
    margin: 0 auto;
    top: 70px;
    justify-content: center;
    align-items: center;
    display: grid;
}

.experiencia a{
    font-size: 40px;
    font-family: personalizada,;
    text-decoration: none;
    color: rgb(224, 114, 114);
    transition: 0.5s;
    font-weight: 500;
}

.experiencia a:hover{
    color: #fffdfd;
    border-radius: 15px;
    padding: 5px 10px;
    background: #e64f4f;
}

section.manuales{
    width: 100%;
    height: 100vh;
    position: relative;
    display:flex;
    justify-content: space-around;
    
}



.operacion{
    background-color: white;
    position: relative;
    width: 500px;
    height: 630px;
    top: 17%;
    align-items: center;
    display:grid;
    justify-content: center;
    font-family: personalizada;
    border-radius: 35px;
    box-shadow: 0 0 24px rgb(224, 114, 114);
}

.operacion h1{
    text-align: center;
    font-size: 35px;
    color: rgb(224, 114, 114);
}

.operacion p{
    text-align: justify;
    font-size: 20px;
    padding: 10px 20px;
    font-weight: 900;
}

.sistemas{
    background-color: white;
    position: relative;
    width: 500px;
    height: 630px;
    top: 17%;
    align-items: center;
    display:grid;
    justify-content: center;
    font-family: personalizada;
    border-radius: 35px;
    box-shadow: 0 0 24px rgb(224, 114, 114);
}

.sistemas h1{
    text-align: center;
    font-size: 35px;
    color: rgb(224, 114, 114);
}

.sistemas p{
    text-align: justify;
    font-size: 20px;
    padding: 10px 20px;
    font-weight: 900;
}

.nutricional{
    background-color: white;
    position: relative;
    width: 500px;
    height: 630px;
    top: 17%;
    align-items: center;
    display:grid;
    justify-content: center;
    font-family: personalizada;
    border-radius: 35px;
    box-shadow: 0 0 24px rgb(224, 114, 114);
}

.nutricional h1{
    text-align: center;
    font-size: 35px;
    position: relative;
    top: -40px;
    color: rgb(224, 114, 114);
}

.nutricional p{
    text-align: justify;
    font-size: 20px;
    padding: 10px 20px;
    position: relative;
    top: -120px;
    font-weight: 900;
}

.descargasistema{
    position: relative;
    align-items: center;
    display: flex;
    width: 300px;
    height: 105px;
    justify-content: center;
    top: -100px;
    margin: auto;
    font-family: personalizada;
}

.descargasistema a{
    font-size: 30px;
    font-weight: 900;
    text-decoration: none;
    color: rgb(224, 114, 114);

}

.descargasistema a:hover{
    color: #fffdfd;
    border-radius: 15px;
    padding: 5px 10px;
    background: #e64f4f;
    transition: 0.5s;
}

section.contratos{
    position: relative;
    width: 100%;
    height: 100vh;
    display: grid;
}

.tipos{
    background-color: white;
    width: 700px;
    height: 800px;
    position: relative;
    margin: auto;
    display: grid;
    border-radius: 35px;
    box-shadow: 0 0 24px rgb(224, 114, 114);
}

.tipos h1{
    text-align: center;
    font-size: 35px;
    font-family: personalizada;
    padding: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    color: rgb(224, 114, 114);
}
.tipos p{
    text-align: left;
    font-size: 35px;
    font-family: personalizada;
    position: relative;
    padding: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    top: -37px;
    font-weight: 500;
}

.link{
    position: relative;
    width: 400px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    top: -70px;
}

.link a{
    text-decoration: none;
    color: rgb(224, 114, 114);
    font-family: personalizada;
    font-size: 35px;
    font-weight: 900;
    text-align: center;
}

.link a:hover{
    color: #fffdfd;
    border-radius: 15px;
    padding: 5px 10px;
    background: #e64f4f;
    transition: 0.5s;
}

section.contacto{
    width: 100%;
    height: 100vh;
    position: relative;
    display:grid;
    
}



.map-responsive{
   

    padding-bottom:56.25%;
    align-items: center;
    position:relative;

    height:0;

}

.map-responsive iframe{
    top: -180px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0 0 24px rgb(224, 114, 114);
    height:700px;
    width:700px;
    position:absolute;

}

.direccion{
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 400px;
    width: 400px;
    background-color: rgb(255, 255, 255);
    border-radius: 35px;
    top: 1100px;
    box-shadow: 0 0 24px rgb(224, 114, 114);
    
}

.direccion p{
    text-align: center;
    font-size: 30px;
    font-family: personalizada;
    position: relative;
    padding: auto;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-weight: 500;
}




@media (max-width: 1797px){
    
    h1.title::before{
        content: "CATERING G&B";
    }
    
    div.contenedor1{
        display: grid;
        top: 140px;
    }

    .cuadrado1{
        margin: 20px;
    }
    .cuadrado2{
        margin: 20px;
    }
    .cuadrado3{
        margin: 20px;
    }

}

@media (max-width: 1576px){
    
    section.manuales{
        min-height: 2400px;
        display: grid;
    }

    section.contacto{
        display: grid;
    }

    .direccion{
        top: 1200px;
    }
    .map-responsive iframe{
        top: 200px;
    }
}


@media (max-width: 1308px){
    h1.title{
        font-size: 38px;
    }


    h1.reference{
        font-size: 20px;
    }

    .fondo{
        min-height: 100%;
        min-width: 50%;
        
    }
}

@media (max-width: 952px) {

    h1.title{
        font-size: 30px;
    }

    h2.reference{
        font-size: 15px;
    }

    .item{
        font-size: 15px;
    }
    
    section.inicio{
       
        min-height: 2300px;
    }
    
    .contenedor1{
        min-height: 2200px;
       
    }

    div.cuadrado1{
        padding: 40px;
        width: 850px;           
        height: 430px;
    }

    div.cuadrado2{
        padding: 40px;
        width: 850px;           
        height: 430px;
    }

    div.cuadrado3{
        padding: 40px;
        width: 850px;           
        height: 430px;

    }

    .cuadrado1 p{
        font-size: 50px;
    }

    .cuadrado2 p{
        font-size: 50px;
    }

    .cuadrado3 p{
        font-size: 50px;
    }

}



