:root{
    --bacground: #621132;
    --text: #fff;
    --input-color: #000;
    --border: #eee;
    --focus-color: ;
}

#reg-form {
    border: 2px solid var(--border);
    /* border-radius: 16px; */
    max-width: 560px;
    margin: 0 auto;
    font-family: Arial;
    box-shadow: 3px 3px 6px #00000030;
}

.bazuka-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 40px 40px;
    box-sizing: border-box;
}

.form-title {
    text-align: center;
    padding: 30px 15px;
    font-size: 30px;
    background: var(--bacground);
    color: var(--text)!important;
    text-transform: uppercase;
    margin: 30px 0;
    line-height: 1.2;
    letter-spacing: 2px;
}
@media(max-width: 767px){
    .form-title {
        font-size: 24px;
    }
}

#reg-form input {
    font-size: 16px;
    margin-bottom: 16px;
    width: 100%;
    padding: 12px 15px;
    box-sizing: border-box;
    border: 1px solid var(--border);
    border-radius: 4px;
    color: var(--input-color);
    line-height: 1;
    background: #f7f7f7;
    box-shadow: 3px 3px 6px #00000030;
    font-family: Arial;
}
#reg-form input:focus{
    outline: 1px solid var(--border);
}

.bazuka-btn {
    background: var(--bacground);
    color: var(--text);
    width: 100%;
    padding: 14px;
    font-weight: 700;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 4px;
    font-family: Arial;
    letter-spacing: 1px;
    box-shadow: 3px 3px 6px #00000030;
}

input.error {
    margin-bottom: 5px!important;
    background: #ff000020!important;
    position: relative;
}

input.error::placeholder{
    color: #000;
}

label.error {
        font-family: Arial;
    color: red;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.phone + label.error{
   margin: 5px 0 0!important;
}

input.valid {
    background: #00ef0030!important;
}




﻿header {
    z-index: 202
}

.backSearch {
    position: absolute;
    background: #621132;
    height: 60px;
    width: 0;
    overflow: hidden;
    transition-duration: .4s
}

.navigation .backSearch {
    right: calc(50% - 600px);
    z-index: 100;
    top: calc(50% - 30px)
}

.navigation>.container {
    background-color: transparent;
    border: none;
    max-width: none
}

.busquedaB {
    width: 90%;
    height: 40px;
    background: #fff;
    margin: 10px auto;
    overflow: hidden;
    border-radius: 5px
}

.search-icon,
.close-search-icon {
    width: 40px;
    height: 40px;
    padding: 8px;
    float: left;
    transition-duration: .4s;
    cursor: pointer
}

.search-icon:hover,
.close-search-icon:hover {
    background-color: #2F373D
}

.search-icon:hover .buscar-icon,
.close-search-icon:hover .cerrar-icon {
    stroke: #fff
}

.close-search-icon {
    float: right
}

.buscar-icon,
.cerrar-icon {
    display: block;
    height: 100%;
    stroke: #621132;
    transition-duration: .4s
}

.buscar-icon:hover,
.cerrar-icon:hover {
    stroke: #fff
}

.busquedaInput,
.busquedaB input[type=text] {
    width: calc(100% - 80px);
    float: left;
    font-size: 16px;
    font-family: 'Roboto';
    height: 36px;
    margin-top: 2px;
    border: none
}

.busquedaInput:focus-visible {
    outline: none
}

.barra-fija {
    position: fixed;
    top: 0
}

.busqueda_abierta {
    width: calc(100% - 280px)
}

#btn-search {
    font-size: 20px;
    color: #fff;
    cursor: pointer
}

.search-out {
    display: none
}

.navigation .menu-item>.sub-menu {
    transition-duration: .4s
}

.search-out {
    display: none
}

.top-header .container,
footer.footer .container {
    background-color: transparent;
    border: none
}

.ms-selectitem-icon,
.ms-ellipsis-icon-tile {
    width: 271px;
    height: 268px;
    max-width: none
}

@media only screen and (max-width:1300px) {
    .uwy.umb.userway_p1 {
        display: none
    }

    .navigation .backSearch {
        right: 70px
    }
}

.sOpen {
    top: 147px !important
}

@media only screen and (max-width:1024px) {
    .navigation .menu-item .menu-item a:hover {
        color: #fff
    }
}

@media only screen and (max-width:750px) {
    .navigation .backSearch {
        display: none !important
    }

    .search-out.search-busqueda {
        top: 97px;
        width: 100%;
        z-index: 21;
        display: block
    }
}

@media only screen and (max-width:520px) {
    .search-out.search-busqueda {
        top: 117px
    }

    .sOpen {
        top: 166px !important
    }
}

.s4-pr.s4-notdlg {
    float: right
}

.mMenu_cont {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0
}

.mMenu_cont>li.static.dynamic-children.selected>ul.dynamic {
    list-style: none;
    padding: 1px;
    height: 57px;
    position: static;
    border: none;
    font-weight: 300;
    background: transparent;
    box-shadow: none;
    display: block
}

.s4-pr.s4-notdlg a,
.s4-pr.s4-notdlg {
    color: #fff
}

.cont-PM .fa,
.cont-SM .fa,
.submenu-PM,
.submenu-SM {
    display: none
}

.link-PN {
    float: left;
    font-size: 14px;
    transition-duration: .4s;
    position: relative;
    margin: 0
}

.link-PN a {
    text-decoration: none;
    transition-duration: .4s
}

.link_primer_n {
    padding: 20px 15px;
    display: block;
    border-bottom: 1px solid #621132
}

.submenu-PM {
    width: 325px;
    position: absolute;
    top: 61px;
    overflow: hidden;
    left: 0;
    padding: 0;
    background-color: #4C5B65;
    transition-duration: .4s
}

.submenu-PM>li.dynamic.dynamic-children,
.cont-SM {
    width: 100%;
    position: relative
}

.cont-SM {
    overflow: auto
}

.link_second_n {
    display: block;
    padding: 20px;
    transition-duration: .4s;
    border-bottom: 1px solid #424E56
}

.submenu-SM {
    position: absolute;
    padding: 0 1px;
    background-color: #424E56;
    width: 325px;
    top: 0;
    list-style: none;
    left: 100%
}

.submenu-SM li.dynamic {
    width: 100%
}

.link_tercer_n {
    width: 100%;
    padding: 20px;
    display: block
}

@media only screen and (min-width:1300px) {

    .link_primer_n:hover,
    .link-PN:hover .link_primer_n,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover,
    button:hover {
        background-color: #2F373D;
        border-bottom: 1px solid #fff;
        color: #fff
    }

    .cont-PM:hover+.submenu-PM,
    .cont-SM:hover+.submenu-SM {
        display: block
    }

    .submenu-PM:hover {
        display: block
    }

    .submenu-PM:hover+.cont-SM .link_primer_n {
        background-color: #4C5B65
    }

    .link_second_n:hover {
        background-color: #2F373D
    }

    .link_tercer_n:hover {
        background-color: #000
    }
}

@media only screen and (max-width:1300px) {
    #mainmenu {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #2F373D;
        height: calc(100vh - 96px);
        overflow: auto;
        display: none
    }

    #mainmenu.menu-visible {
        display: block
    }

    .cont-PM {
        overflow: hidden
    }

    .link-PN {
        width: 100%;
        border-bottom: 1px solid #394B57
    }

    .link_primer_n {
        width: calc(100% - 60px);
        float: left;
        border: none
    }

    .cont-PM .fa.arrow-PM {
        display: block;
        position: static !important;
        float: left;
        color: #fff !important;
        width: 59px !important;
        height: 59px
    }

    .cont-PM .fa.arrow-PM:hover {
        background-color: #161F25 !important
    }

    .submenu-PM.sub-visible {
        display: block;
        position: static;
        width: 100%
    }

    .arrow-PM.sub-visible {
        transform: rotate(180deg)
    }
}

@media only screen and (max-width:329px) {
    #mainmenu {
        position: absolute;
        top: 60px;
        height: calc(100vh - 116px)
    }
}

@media only screen and (max-width:305px) {
    .search-out.search-busqueda {
        top: 137px
    }
}

@media (min-width:701px) and (max-width:749px) {
    .search-out.search-busqueda {
        top: 117px;
    }
}

@media (min-width:521px) and (max-width:683px) {
    .search-out.search-busqueda {
        top: 117px;
    }
}


@media (min-width:397px) and (max-width:520px) {
    .search-out.search-busqueda {
        top: 117px;
    }
}

@media (min-width:250px) and (max-width:396px) {
    .search-out.search-busqueda {
        top: 137px;
    }
}