/*(C) GIXTOH CONSOLIDATED, S.A.B DE C.V. | HAXTER CORPORATION INTERNATIONAL*/

.menu {
list-style: none;
padding: 0;
margin: 0;
display: flex;
}
.menu li {
margin-right: 20px;
position: relative;
/*t-new*/
padding:1.2rem;
}
.submenu {
display: none;
position: absolute;

background-color: #ffffff;

box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
padding: 10px;
z-index: 1;
top: 100%;
left: 0;
}
.menu li:hover .submenu {
display: block;
/*tnew*/

}
.logo img {
max-width: 200px;
}

/*tnew*/
.submenu li{
min-width:5rem;
}

.gixbod {
background-image:url('https://grupogixtoh.com.mx/landing/images/b.jpg');
/*https://gixtoh.com.mx/images/b.jpg      /_img/Images/b-removebg-preview.png */
}

.insight h1{
font-size:3.8rem;
}
.insight h3{
font-size:1.8rem;
}
.insight div{
text-align:center;

}
.insight{
padding-top:1rem;
}
.outmeind div{
margin:4rem;

}
.outmeind h1{
font-size:2.2rem;
}
.oper h1{
background-color:blue;
color:white;
}
.oper{
padding:1rem;

}
.what {

max-width: 120rem;
margin: 0 auto; 
}
.blokets p{
text-align:justify;
}
.blokets img{
min-width:100%;
min-height:200px;
max-height:200px;
}
