.men{
    background-color: black;
    position:fixed;
    width: 100%;
    height: 17%;
    z-index: 9999;
    font-family: "Montserrat", sans-serif;
    margin-top: -1%;
}
.menu{
   background-color: black;
    position: fixed;
    z-index: 9999;
    font-family: "Montserrat", sans-serif;
}
.hom{
    position:fixed;
    margin-top: 3.5%;
    margin-left: 20%;
    background-color: black;
}
.contact{
    position:fixed;
    margin-top: 3.5%;
    margin-left: 34%;
    background-color: black;
}
.to{
    position:fixed;
    margin-top: 1.5%;
    margin-left: 42%;
}
.bq{
    position:fixed;
    margin-top: 2.4%;
    margin-left: 57.5%;
    background-color: black;
}
.bb{
    position:fixed;
    margin-top: 27px;
    margin-left: 68.5%;
    background-color: black;
}
.eq{
    position:fixed;
    margin-top: 16px;
    margin-left: 81%;
    background-color: black;
}
.otrsmarcs{
    margin-top: -3%;
}
.catalogo a{
    color: #FFFFFF;
}
.catalogo a:hover{
    color: brown;
}
.catalogo{
    color: #FFFFFF;
    padding: 0.625em 1.25em;
    border-radius:  0.25em;
    text-decoration: none;
    transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    background-color: #010103;
    border: none;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
}
.catalogo:hover{
    background-color: #010103;
}
.catalog{
    position:fixed;
    margin-top: 3%;
    margin-left: 26.5%;
    font-family: "Montserrat", sans-serif;
}
.catalog .catalogo a{
    font-size: 15px;
}
.checkbtn{
    margin-top: 2%;
    position: absolute;
    display: none;
    cursor: pointer;
    z-index: 9999;
    border-radius: none;
}
#check{
    display: none;
}
#botton{
    color: white;
    padding: 10px 20px;
    border-radius:  4px;
    text-decoration: none;
    transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
#botton:hover{
    color: brown;
}
#masinfo{
    color: black;
    background-color: rgb(3, 136, 136);
    padding: 10px 20px;
    border-radius:  4px;
    text-decoration: none;
    box-shadow: inset 0 0 0 0 rgb(3, 4, 54);
    transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
#masinfo:hover{
    box-shadow: inset 10px 0 0 0 rgb(3, 4, 54);
    background-color:#BE1E30 ;
}
#imgh{
    overflow: hidden;
    height: 100px;
    background: #010103;
    margin-top: -1%;
}
#imh{
    transition: 0.5s;
    object-fit: cover;
}
#zoom{
    transition: 0.5s;
    object-fit: cover;
}
#zoom:hover{
    transform: scale(1.2);
}
.a{
    font-size: 3rem;
    margin-top: -1.5%;
    color:  #FFFFFF;
    height: 190%;
    border-radius:  4px;
    text-decoration:solid;
    font-family: "Montserrat", sans-serif;
}
.a p{
    text-decoration: none;
}
.texto{
    font-family: "Montserrat", sans-serif;
}
.red h1{
    color: #FFFFFF;
}
.red p{
    color: #FFFFFF;
}
h1{
    color: #010103;
    font-family: "Montserrat", sans-serif;
 }
 .black P{
    color: #FFFFFF;
 }
 .black h1{
    color: #010103;
 }
#zoom{
    transition: 0.5s;
    object-fit: cover;
}
#zoom:hover{
    transform: scale(1.2);
}
 #masinfo{
    color: black;
    font-family: "Quicksand", sans-serif;
    background-color: rgb(3, 136, 136);
    padding: 10px 20px;
    border-radius:  4px;
    text-decoration: none;
    box-shadow: inset 0 0 0 0 rgb(3, 4, 54);
    transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
#masinfo:hover{
    box-shadow: inset 10px 0 0 0 rgb(3, 4, 54);
    background-color:#BE1E30 ;
}
.red{
    background-color: #BE1E30;
}
h2{
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
}
.contw{
    position: fixed;
    z-index: 999;
    border-radius: 40%;
    bottom: 1.25em;
    right: 0.525em;
    padding: 0.525em;
    transition: ease 0.3s;
}

.contw:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

.botonw{
    width: 4.125em;
    transition: ease 1s;
}
#bottonh{
    color: white;
    padding: 0.625em 1.25em;
    border-radius:  0.25em;
    text-decoration: none;
    transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
#bottonh:hover{
    color: brown;
}
.video:hover{
    background-color: #01010359;
}
.infor{
    padding: 10px 20px;
    border-radius:  4px;
    background-color: #BE1E30;
}
a{
    color: #FFFFFF;
    text-decoration: none;
}
.link:hover{
    color: #010103;
}
.contenedor{
    width: 100%;
}
.contenedor figure{
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    margin-left: 0%;
}
.contenedor figure video{
    width: 100%;
    height: 100%;
    transition: all 500ms ease-out;
}
.contenedor figure .capa{
    position: absolute;
    top: 0;
    width: 100%;
    height: 99%;
    background-color: #01010359;
    transition: all 500ms ease-out;
    opacity: 0;
    visibility: hidden;
}
.contenedor figure:hover > .capa{
    opacity: 1;
    visibility: visible;
}
.contenedor figure:hover > .capa button{
    margin-top: 345px;
    margin-bottom: 67px;
}
button{
    border: none;
    border-radius: 10px;
    padding: 38px 28px;
    font-size: 15px;
}
button:hover{
    background-color: #ffffff7e;
}
.tec{
    margin-left: -64%;
}
.resp{
    margin-top: -11%;
    margin-left: 7%;
}
.sast{
    margin-top: -11%;
    margin-left: 69%;
}
.brem{
    margin-left: -64%;
}
.hus{
    margin-top: -7%;
}
.kar{
    margin-left: 58%;
    margin-top: -6%;
}
.met{
    margin-left: -64%;
    margin-top: 5%;
}
.bosh{
    margin-top: -7%;
}
.bta{
    margin-left: 58%;
    margin-top: -11%;
}
.gar{
    margin-left: -64%;
}
.fis{
    margin-top: -6%;
}
.bac{
    margin-left: 58%;
    margin-top: -8%;
}
@media screen and (max-width: 800px) { 

    #tablaPricipal{
        margin-top: 12%;
        margin-left: 26%;
        width: 80px;
    }
    #imagenLogo{
        width: 200px;
    }
    .checkbtn{
        display: block;
        margin-top: 50px;
        margin-left: 10px;
    }
    #check:checked ~ .menucel{
        left: 0px;
    }
    #imh{
        margin-top: 16.5%;
        width: 100%;
    }
    #imgh{
        margin-top: -3%;
        height: 110px;
    }
    .men{
        width: 0%;
        height: 0%;
    }
    .menu{
        margin-top: -4%;
        margin-left: 0%;
        width: 100%;
        height: 28%;
    }
    .menucel{
        width: 260px;
        height: 100vh;
        display: flex;
        position: fixed;
        top: 120px;
        left: -100%;
        z-index: 9999;
        background-color: #010103;
        overflow: hidden;
        box-shadow: 10px 0 20px -25px #BE1E30;
        transition: all .5s;
    }
    #zoom:hover{
        transform: none;
    }
    .hom{
        margin-top: 4%;
        margin-left: 17%;
        width: 0px;
    }
    .catalog{
        margin-top: 14%;
        margin-left: 17%;
        width: 0px;
    }
    .contact{
        margin-top: 26%;
        margin-left: 16.5%;
        width: 0px;
    }
    .to{
        margin-top: 29%;
        margin-left: 16.5%;
        width: 0px;
    }
    .bq{
        margin-top: 54%;
        margin-left: 19.5%;
        width: 0px;
    }
    .bb{
        margin-top: 66%;
        margin-left: 19.5%;
        width: 0px;
    }
    .eq{
        margin-top: 82%;
        margin-left: 19%;
        width: 0px;
    }
    #masinfo{
        color: black;
        font-family: "Quicksand", sans-serif;
        background-color: rgb(3, 136, 136);
        padding: 10px 20px;
        border-radius:  4px;
        text-decoration: none;
        box-shadow: none;
        transition: none;
    }
    #masinfo:hover{
        box-shadow: none;
        background-color:none;
    }
    .imgbq{
        width: 100%;
        margin-top: -3%;
    }
    .a{
        margin-top: 3%;
        height: 39%;
        font-size: 1.5rem;
    }
    .a p{
        margin-top: 12%;
    }
   .tec{
    margin-left: 2%;
    margin-top: -3%;
   }
   .tec h2{
    font-size: 21px;
   }
   .resp{
    margin-left: -1%;
    margin-top: 0.5%;
   }
   .resp h2{
    font-size: 22px;
   }
   .sast{
    margin-left: 2.5%;
    margin-top: -2%;
   }
   .sast h2{
    font-size: 22px;
   }
   .brem{
        margin-left: -3%;
        margin-top: 7%;
    }
    .hus{
        margin-top: 4%;
        margin-left: -80%;
        width: 50px;
    }
    .kar{
        margin-left: -2%;
        margin-top: 2%;
    }
    .met{
        margin-left: -3%;
        margin-top: 3%;
    }
    .bosh{
        margin-top: 4%;
        margin-left: -90%;
        width: 20px;
    }
    .bta{
        margin-left: 3%;
        margin-top: -11%;
    }
    .otrsmarcs{
        margin-top: -7%;
    }

}
