.logo-oxxo{ width: 150px !important;}
@media screen and (min-width: 320px) {
    body {
        margin: 0px;
        padding: 0px;
    }
    .registrar-header:hover{
        color: white;
    } 
    .menu-header {
        background-color: #41291e;
        padding: 10px 0px;
        font-family: "Montserrat-Light";
        text-align: center;
    }
    .menu-header .brand {
        position: relative;
    }
    .menu-header .brand a {
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0px;
        text-align: center;
    }
    .menu-header .brand a img {
        margin: 0px auto;
        max-width: 180px;
        padding-left: 15px;
        vertical-align: middle;
    }
    img#logoandatti{width: 100px;}
    .menu-header .brand .burguer {
        z-index: 10;
        position: absolute;
        right: 10px;
        top: calc(50% - 20px);
        display: inline-block;
        margin-right: -4px;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        border-color: white;
        border-style: solid;
        border-width: 1px;
        display: grid;
        align-items: center;
        cursor: pointer;
    }
    .menu-header .brand .burguer span {
        width: 80%;
        height: 4px;
        border-radius: 8px;
        margin: 1px auto;
        background: white;
    }
    .menu-header .menu {
        color: white;
        padding: 0;
        display: none;
        list-style: none;
    }
    .menu-header .menu li {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    .menu-header .menu li a {
        text-decoration: none;
        color: white;
        width: auto;
        line-height: 25px; 
    }
    .menu-header .menu li:hover {
        color: white;
        font-family: "Montserrat-Bold";
        border-bottom-color: #ffc425;
        border-bottom-style: solid;
        border-bottom-width: 5px;
    }
    .menu-header .menu .active {
        color: white;
        font-family: "Montserrat-Bold";
        border-bottom-color: #ffc425;
        border-bottom-style: solid;
        border-bottom-width: 5px;
    } 
    .menu-header .menu .user_cont {
        display: block;
    }
    .menu-header .menu .user_cont p {
        font-family: "Montserrat-Regular";
        display: block;
    }
    .menu-header .menu .user_cont a {
        text-decoration: none;
        color: #e8d10e;
    }
    .menu-header .menu .user_cont a button {
        text-align: center;
        font-family: "Montserrat-Light";
        background: #00aec5;
        display: block;
        margin: 0px auto;
        color: white;
        cursor: pointer;
        border: none;
        padding: 5px 10px;
        text-decoration: none;
    }
    .menu-header .menu .form {
        display: block;
    }
    .menu-header .menu .form .control-form {
        text-align: center;
        align-items: center;
        display: block;
        margin: 5px 0px;
    }
    .menu-header .menu .form .control-form label {
        display: block;
    }
    .menu-header .menu .form .control-form input {
        display: block;
        margin: 0px auto;
        border: none;
    }
    .menu-header .menu .form .control-form input[type="submit"] {
        text-align: center;
        font-family: "Montserrat-Light";
        background: #ffc425;
        display: block;
        margin: 0px auto;
        color: white;
        cursor: pointer;
        transition: all .3s;
    }
    .menu-header .menu .form .control-form input[type="submit"]:hover {
        background: white;
        color: #ffc425;
    }
    .menu-header .menu .form .control-form small a {
        color: #ffc425;
        text-decoration: none;
        font-size: 9px;
        font-family: 'Montserrat-Bold';
        transition: all .4s
    }

    .menu-header .menu .form .control-form small a:hover {
        color: white;
    }
}

@media screen and (min-width: 1024px) {
    .dropdown-content{
            width: 87%;
    }
    .menu-header {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0px 0px;
    }
    .menu-header .brand {
        width: 25% !important;
        display: inline-block;
        text-align: left !important;
    }
    .menu-header .brand a {
        width: auto;
        height: auto;
        margin: 0px;
    }
    .menu-header .brand a img {
        margin: 0px auto;
        width: 85px;
        vertical-align: middle;
    }
    .logo-oxxo{ width: 90px !important;}
    img#logoandatti{width: 60px;}
    .menu-header .brand .burguer {
        display: none;
    }
    .menu-header .menu {
        color: white;
        padding: 0;
        width: 75%;
        align-items: center;
        justify-content: flex-end;
        display: inline-flex;
    }
    .menu-header .menu li {
        margin: 0px 4px;
        display: inline-block;
        font-size: 10px;
        padding-left: 10px;
        padding-right:10px;
    }
    .menu-header .menu li a {
        text-decoration: none;
        text-align: center;
    }
    .menu-header .menu .user_cont {
        display: inline-flex;
        border-left-color: white;
        border-left-style: solid;
        border-left-width: 2px;
        align-items: center;
        justify-content: space-between;
    }
    .menu-header .menu .user_cont p {
        padding: 0px 20px;
    }
    .menu-header .menu .user_cont button {
        height: 30px;
    }
    .menu-header .menu .form {
        display: inline-flex;
        margin: 0 12px;
        padding: 0;
    }
    .menu-header .menu .form .control-form:nth-child(1) {
        margin-left: 0px!important;
    }
    .menu-header .menu .form .control-form {
        text-align: left;
        margin: 0px 5px;
        display: inline-grid;
    }
    .menu-header .menu .form .control-form label {
        text-align: left;
        font-size: 9px;
        display: block;
    }
    .menu-header .menu .form .control-form input {
        text-align: left;
        margin: 5px 0px 3px 0px;
        height: 20px;
        width: 115px;
    }
    .menu-header .menu .form .control-form small {
        font-size: 10px;
    }
}

@media screen and (min-width: 1280px) {
    .menu-header .menu li {
        font-size: 13px;
    }
    .menu-header .menu .form .control-form label {
        font-size: 13px;
    }
    .menu-header .menu .form .control-form input {
        width: 135px;
    }
    .menu-header .menu .form .control-form small {
        font-size: 12px;
    }
    .logo-oxxo{ width: 150px !important;}
    img#logoandatti{width: 90px !important;}
}

@media screen and (min-width: 1440px) {
    .menu-header .menu {
        width: 70%;
    }

}

@media screen and (min-width: 1600px) {
    .menu-header .menu li {
        font-size: 14px;
        margin: 0px 12px;
    }
    
}
@media screen and (min-width: 1920px) {
.menu-header .menu li {
    margin: 0px 12px;

}
}

@media screen and (max-width: 720px) {
    .menu-header .brand a img{ width: 40%;vertical-align: middle;padding-left: 0}
    .menu-header .brand a{width: 35%}
    img#logoandatti{width: 60px;}
    .logo-oxxo{ width: 100px !important;}
}
/*gi# sourceMappingURL=header.css.map */
