.demo-style-switch {
    position: fixed;
    z-index: 9999;
    top: 150px;
    left: -220px;
    background: #ffffff;
}

.demo-style-switch:hover {
    opacity: 1 !important;
}

.demo-style-switch .switched-options {
    position: relative;
    width: 220px;
    text-align: left;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.demo-style-switch .config-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    border-bottom: 1px dotted #cccccc;
    border-top: 1px dotted #cccccc;
    margin-bottom: 5px;
}

.demo-style-switch ul {
    margin-bottom: 25px;
    padding: 0;
    list-style: none;
}

.demo-style-switch ul .active {
    color: #005885;
    font-weight: 700;
}

.demo-style-switch ul .p {
    font-weight: 400;
    font-size: 12px;
    color: #ccc;
    margin-top: 10px;
}

.demo-style-switch ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #808080;
}

.demo-style-switch ul li a:hover {
    color: #008ed6;
}

.demo-style-switch ul.styles {
    margin-top: 15px;
}

.demo-style-switch ul.styles li {
    display: inline-block;
    margin-right: 5px;
}

.demo-style-switch ul.styles li .blue,
.demo-style-switch ul.styles li .blue-munsell,
.demo-style-switch ul.styles li .green,
.demo-style-switch ul.styles li .orange,
.demo-style-switch ul.styles li .purple,
.demo-style-switch ul.styles li .red,
.demo-style-switch ul.styles li .slate,
.demo-style-switch ul.styles li .yellow,
.demo-style-switch ul.styles li .light,
.demo-style-switch ul.styles li .dark {
    width: 35px;
    height: 35px;
}

.demo-style-switch ul.styles li .blue {
    background: #008ed6;
}

.demo-style-switch ul.styles li .blue-munsell {
    background: #0196a7;
}

.demo-style-switch ul.styles li .green {
    background: #00ab66;
}

.demo-style-switch ul.styles li .orange {
    background: #ea8825;
}

.demo-style-switch ul.styles li .purple {
    background: #8600c8;
}

.demo-style-switch ul.styles li .red {
    background: #f25454;
}

.demo-style-switch ul.styles li .slate {
    background: #6b798f;
}

.demo-style-switch ul.styles li .yellow {
    background: #e5c41a;
}
.demo-style-switch ul.styles li .light {
    background: #ffffff;
    border: #000 2px solid;
}
.demo-style-switch ul.styles li .dark {
    background: #4834d4;
}

.demo-style-switch .switch-button {
    opacity: 1 !important;
    background: #f5f5f5;
    padding: 10px;
    font-size: 24px;
    color: #272727;
    position: absolute;
    overflow: hidden;
    right: -50px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.demo-style-switch .switch-button:hover {
    color: #008ed6;
    cursor: pointer;
    text-decoration: none;
}

.translated-ltr {
    margin-top: -40px;
}

.translated-ltr {
    margin-top: -40px;
}

.goog-te-banner-frame {
    display: none;
    margin-top: -20px;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-combo {
    background: linear-gradient(to right, #00ad00, #2a8000);
    background-color: #2a8000;
    color: white;
    /* padding: 12px;
    width: 150px; */
    /* border: none; */
    font-size: 20px;
    /* box-shadow: -1px 0rem 1rem rgb(51, 51, 51, 0.1); */
    -webkit-appearance: button;
    appearance: button;
    outline: none;
    position: relative;
    float: left;
    line-height: 33px;
    padding: 0 20px;
    min-width: 50%;
    height: 35px;
    /* border-radius: 50px; */
    border: 1px solid #fff;
    letter-spacing: 1px;
    font-family: "Roboto";
    /* color: #777; */
    font-weight: 300;
    /* background-color: #fff; */
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    transition: all 375ms ease-in-out;
    cursor: pointer;
    /* Oculto el elemento select */
}

.goog-te-combo option {
    padding: 30px;
    /* position: relative; */
    /* float: left; */
    width: 96%;
    border-bottom: 1px solid #e0e0e0;
    background-color: #2a8000bd;
    min-height: 60px;
    height: 60px;
    /* padding: 10px 2%; */
    margin: 0px;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer;
}

.demo-style-switch {
    color: #000;
}
