.headerContainer {
    max-width: 1200px;
    margin: 0 auto;
}

.ContenedorOutSide {
    background: transparent;
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 100%;
}

.SubMenuMegaMenu {
    display: none;
}
table {
    border: 0!important;
}
.ContenedorSubmenu {
    padding-left: 80px;
    padding-right: 110px;
}

ul.subMenuMobile {
    margin: 0;
    display: flex;
    align-content: space-around;
}

ul.subMenuMobile li {
    flex-grow: 4;
    list-style: none;
    min-width: 110px;
    border-style: solid;
    border-width: 1px;
    position: relative;
    top: 10px;
    height: inherit;
    margin-bottom: 21px;
    border-color: #3c4b88;
    border-bottom: none;
    border-top: none;
}

.itemSubMenu {

}

ul.subMenuMobile li img {
    width: 50px;
    display: block;
    margin: 10px auto;
    padding-top: 4px;
}

ul.subMenuMobile span {
    color: white;
    font-size: 16px;
    font-family: 'BiNeoIndustrial-Regular';
    
    text-align: center;
    display: block;
    width: min(100%, 110px);
    margin: 0 auto;
}

.menu li {
    height: 41px;
    margin-top: 24px;
}

.menu li.Contact {
    margin-top: 24px;
}

li.Contact a {
    color: #003865 !important;
    font-weight: bold;
    background: white;
    border-radius: 41px;
    height: 40px;
    line-height: 0;
    max-width: 180px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-right: 53px;
    padding-left: 53px;
    margin-left: 53px;
}

html,
body {
    margin: 0;
    padding: 0;
    background: #f7f7f7;
}

a {
    text-decoration: none;
}

ul.menu {
    margin: 0;
    padding: 0;
    background-color: #001C33 !important;
}

ul.menu {
    list-style-type: none;
    margin-top: -11px;
    padding-bottom: 35px;
}

.header.headerUnique {
    height: auto !important;
    padding-bottom: 20px;
    margin-top: 12px;
    background: #002747;
    border-top: 2px solid #FFF;
    box-shadow: none;
    border-bottom: 2px solid #FFF;
}

.header {
    background: linear-gradient(180deg, #003865, #001C33);
    box-shadow: 1px 1px 5px 0px gray;
    position: sticky;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
}

/* Logo */
.logo {
    display: inline-block;
    color: white;
    font-size: 60px;
    margin-top: 12px;
}

.nav {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 87px;
}

.menu a {
    display: block;
    color: white;
    padding-right: 30px;
    padding-bottom: 0px;
    position: relative;
    top: 11px;
    padding-left: 30px;
    font-size: 12px;
}

.menu a:hover {
    background-color: #00203a;
}

.nav {
    max-height: 0;
    transition: max-height .5s ease-out;
}

/* Menu Icon */
.hamb {
    cursor: pointer;
    float: right;
    padding: 50px 20px;
}

/* Style label tag */

.hamb-line {
    background: white;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

}

/* Style span tag */

.hamb-line::before,
.hamb-line::after {
    background: white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before {
    top: 5px;
}

.hamb-line::after {
    top: -5px;
}

.side-menu {
    display: none;
}

/* Toggle menu icon */
.side-menu:checked~nav {
    max-height: 100%;
}

.side-menu:checked~.hamb .hamb-line {
    background: transparent;
}

.side-menu:checked~.hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
}

.side-menu:checked~.hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
}

.subMenuCelular{
    display: none;
}

.subMenuCelular.show{
    display: block;
    padding-left: 20px;
}

@media (max-width: 1150px) {
    .menu a {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* Hide checkbox */
@media (min-width: 1101px) {
    .nav {
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
    }

    .menu a:hover {
        background-color: #e3e3e3;
    }

    .menu li {
        float: left;
        height: 41px;
        margin-top: 24px;
    }

    .menu li:not(.Contact):hover {
        border-bottom-style: solid;
        border-color: white;
    }

    .menu li:not(.Contact) a:hover {
        background-color: transparent;
        color: white;

    }

    .hamb {
        display: none;
    }

    ul.menu {
        margin-top: 10px;
        padding-bottom: 0;
    }

    li.Contact a{
        line-height: 40px;
        margin-left: 0;
    }

    .menu li.Contact {
        margin-top: 12px;
    }

    .subMenuCelular{
        display: none!important;
    }

}



@media(max-width:1100px) {
    .headerUnique {
        display: none !important;
    }

    .menu a {
        padding-right: 18px;
        padding-bottom: 20px;
        padding-left: 56px;
        padding-top: 20px;
    }

    .menu li.megaMenu.show {
        height: auto;
    }

    .nav{
        height: 70vh;
        overflow: auto;
    }
  a.logo {
    margin-left: 20px;
}
}

@media (max-width: 768px) {
    .logo {
        display: inline-block;
        color: white;
        font-size: 60px;
        margin-left: 20px !important;
        margin-top: 18px;
    }

    .menu li {
        height: 41px;
        margin-top: 8px;
    }

    ul.menu {
        list-style-type: none;
        padding-bottom: 20px;
        margin-top: -2px;
    }

    li.Contact a {
        color: white;
    }

    li.Contact {
        background: transparent !important;
        border-radius: 41px;
        margin-bottom: 20px;
    }

    .menu a {
        display: block;
        padding-left: 28px;
        color: white;
        padding-right: 18px;
        padding-bottom: 20px;
        position: relative;
        top: 11px;
        padding-left: 56px;
        padding-top: 20px;
    }

    .nav{
        top: 94px;
    }
}




/*Style foooter*/
.ccb_btn , .ccb_btnregresar{
  font-size:12px;
}
.cic_container_img img {
    right: -16px;
    top: -11px;
}
        .fg_form-title {
            margin-bottom: 10px;
        }
         .footerUp {
              display: flex;
          }
          .contFooter {
            flex-grow: 9;
            /* flex-shrink: 0; */
            width: 25%;
            margin: 3%;
           }
          .footerUp  span{
            color:white;
            font-size: 24px;
            font-family: 'BiNeoIndustrial-Bold';
          }
          a.linkFooter {
              color: white;
              /*font-weight: bold;*/
              font-size: 1rem;
              margin-bottom: -7px;
              display: block;
              margin-top: 25px;
          }
           .itemFootes {
                color: white;
                margin-top: 23px;
            }
           .itemFootes a, .itemFootes label{
               font-size:16px;
            }
          .contFooter  img{
             width: 91%;
             float: right;
             position: relative;
             left: 24%;
           }
           
           @media(max-width:980px){
              .footerUp {
                  display: block;
              }
             .contFooter {
                  flex-grow: 2;
                  margin: 52px auto 0;
                  text-align: left;
                  width: 70%;
                  left: -13%;
                  position: relative;
              }
             .contFooter img {
                  width: 31%;
                  float: right;
                  position: relative;
                  left: 33%;
              }
           }
        
      
        @media(max-width:600px){
          .containerinput.container_checks {
              display: block!important;
              flex-wrap: wrap;
          }
          .footerUp span {
              color: #fff;
              font-size: 28px;
          }
        }