#RazasModal .modal-dialog {
    width: 1000px;
}
#RazasModal .modal-header {
    display: block;
}

#RazasModal .modal-content {
    background: #ffffff;
    color: #000000;
}

#RazasModal .modal-body {
    color: #000000;
}
#Table-Razas th {
    text-align: center;
}
#Table-Razas td {
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}
.menu {
    font-size: 15px;
    text-transform: uppercase;
    font-family: arial;
}
.boxx {
    width: 100%;
    background-color: #ffffff;
}
.scrollTabla {
    overflow: auto;
    white-space: nowrap;
}
.dropbtn {
    background-color: transparent;
    color: white;
    font-size: 15px;
    line-height: normal;
    padding: 1.5rem;
    border: none;
    cursor: pointer;
}

.pointer-events {
    pointer-events: none;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
    background-color: transparent;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}
@media screen and (max-width: 766px) {
    #Level-2 .Section-divided {
        margin-left: 8%;
        width: 80%;
    }
}
@media screen and (max-width: 440px) {
    #Level-2 .Section-divided {
        margin-left: 8%;
        width: 85%;
    }
    #Header > .container > .Header-logo {
        width: 90%;
    }
    #Header > .container > .Header-show {
        padding: 0.5px 0 0;
        width: 10%;
    }
    #Header > .container > .Header-show button {
        padding: 4% 47% 4% 45%;
    }
}

/* Custom Style */

body a {
    color: #75293d;
    letter-spacing: 0.25px;
}

body a:hover {
    color: #9c7d4b;
    text-decoration: none;
    cursor: pointer;
}

body header#Header {
    background-color: #75293d;
    padding: 1.25rem;
}

body header#Header .container .Header-logo {
    margin: 0;
    padding: 0;
}

body header#Header .container .Header-logo a {
    display: block;
}

body header#Header .container .Header-logo a img {
    max-width: 350px;
    margin: 0;
}

body header#Header .container .Header-element a {
    padding: 1rem 2rem !important;
}

body header#Header .container .Header-element a:hover {
    color: #9c7d4b !important;
}

body header#Header .Header-show {
    /*margin-top: 1.75rem;*/
}

body header#Header #Show-menu i::before {
    color: white;
}

body .user-ico {
    color: white;
}

body .user-ico::before {
    margin-right: 0.75rem;
}

.cont-proceso h4 {
    margin-bottom: 1.75rem !important;
    text-align: left;
}

p.tx-normal {
    font-size: 1.55rem;
    line-height: 1.4;
    letter-spacing: 0.25px;
    text-align: left;
}

.btn-st.guinda {
    background-color: #75293d;
    color: white;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.5px;
    padding: 0.75rem 2rem;
    border: 2px solid #75293d;
    border-radius: 0.5rem;
}

.btn-st.guinda:hover {
    background: #6f0a30;
    color: #75293d;
    border: 2px solid #d98d73;
}

.btn-st.banner:hover {
    /*background: none;
    color: white;
    border-color: white;*/
}

.input-st {
    width: 100%;
    color: #777;
    font-weight: 300;
    line-height: normal;
    border: 2px solid #767676;
    border-radius: 0px;
    margin: 2rem 0 0;
    padding: 20px;
}

body .footer-area {
    background-color: #2a5d50 !important;
}

body .footer-text i {
    color: #9c7d4b;
}

body .footer-text,
body .footer-text a {
    color: white !important;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    line-height: normal;
}

body .footer-text a:hover {
    color: #9c7d4b !important;
}

body .footer-social a {
    background-color: #9c7d4b;
    border: 2px solid #9c7d4b;
    padding: 0.85rem 1rem 0.75rem;
}

body .footer-social a:hover {
    background: none;
    border-color: white;
}

body .btn-success {
    background-color: #2a5d50;
    color: white;
    border: 2px solid #2a5d50;
}

body .btn-success:active,
body .btn-success:hover,
body .btn-success:focus,
.btn-success:active:hover {
    background-color: #9c7d4b;
    border: 2px solid #9c7d4b;
}

body .Section {
    padding: 200px 0;
}
