body{
    background-color: #000;
    color:#787878;
    font-family: Arial, sans-serif;
    font-size: 18px;
}
a{
    color: #fff;
    outline:none
}
a:hover{
    color: #b2a400;
    outline:none
}
a:focus,a:active {
    outline: none !important;
    box-shadow: none;
 }
.semibold{
    font-weight: 600!important
}
.cap{
    font-family: 'Raleway', sans-serif;
    color:#b2a400;
    border-bottom: solid 1px #b2a400;
    padding-bottom: 36px;
    padding-top: 30px;
}
.cap h1{
    font-size: 68px;
    margin-top: 11px;
    font-weight: 300;
}
.instruccions{
    padding-top: 40px
}
.instruccions .pas img{
    margin-top: 60px
}
.instruccions .pas h2{
    font-family: 'Raleway', sans-serif;
    font-size: 54px;
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 0
}
.menus{
    padding: 55px 70px 50px 70px;
}
.menus .desc{
    margin-bottom: 55px;
}
.menus .desc h2{
    display: inline;
    font-family: 'Raleway', sans-serif;
    font-size: 54px;
    font-weight: 600;
}
.menus .desc p{
    display: inline;
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    font-weight: 600;
}
.menus .menu > div{
    border: solid 1px #FFF;
    max-width: 650px;
    margin: auto;
    margin-bottom: 30px;
}
.menus .menu h3{
    text-align: left;
    color:#000;
    margin-top: 22px;
    padding-left: 15px;
    font-weight: 300;
}
.menus .menu h1{
    margin-top: 36px;
    font-family: 'Raleway', sans-serif;
}
.menus .menu h1.preu{
    margin-top: 14px;
    font-family: 'Raleway', sans-serif;
    font-size: 70px;
    font-weight: bold;
    color:#FFF!important
}
.menus .menu h1.preu span{
    font-size: 45px;
}
.menus .menu p{
    font-size: 13px;
}
.menus .menu a{
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    float: left;
    margin-left: 30px;
    margin-top: 27px;
    text-align: left;
}
.menus .menu .doble a{
    margin-top: 9px;
}
.menus .menu a.boto{
    float: right;
    border: #787878 solid 1px;
    padding: 10px 15px;
    margin-top: 18px;
    margin-bottom: 26px;
    margin-right: 23px;
    font-size: 21px;
    color: #787878!important;
}
.menus .menu a.boto:hover{
    text-decoration: none;
    color: #000!important;
    background-color: #787878
}

.menus .menu.vermell > div{
    border-color:#873f23;
    background-image: url(../img/degr1.png);
    background-repeat: no-repeat;
}
.menus .menu.vermell h1,
.menus .menu.vermell a{
    color:#873f23;
}

.menus .menu.blau > div{
    border-color:#24656e;
    background-image: url(../img/degr2.png);
    background-repeat: no-repeat;
}
.menus .menu.blau h1,
.menus .menu.blau a{
    color:#24656e;
}

.menus .menu.groc > div{
    border-color:#6f6800;
    background-image: url(../img/degr3.png);
    background-repeat: no-repeat;
}
.menus .menu.groc h1,
.menus .menu.groc a{
    color:#6f6800;
}
.menus .menu.gris > div{
    border-color:#787878;
    background-image: url(../img/degr4.png);
    background-repeat: no-repeat;
}
.menus .menu.groc h1,
.menus .menu.groc a{
    color:#787878;
}
.has_desc{
    margin-top: -11px!important;
}
hr.hr-menu{
    border-color: #666;
    margin-top: 0;
}

/* PERSONALITZA EL MENÚ */

#survey_container{
    background-color: transparent;
    box-shadow: none
}
input.form-control, select.form-control, textarea.form-control{
    background-color: transparent;
    border: 2px solid #787878;
    color:#999!important
}
.form-control:focus {
    border-color: #b2a400;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(178,164,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(178,164,0,.6);
}
.styled-select {
    background: #000 url(../img/down_arrow_select.png) no-repeat 95% center;
    border: 1px solid #787878;
}
.styled-select select{
    height: 42px;
    border: 1px solid #787878;
}
p.label{
    font-weight: normal;
    float: left;
    margin: 0 0 4px 0;
    color:#787878;
}
p.nom_extra,
p.desc_extra{
    font-weight: normal;
    font-size: 15px;
    float: left;
    margin: 0 0 4px 0;
    color:#787878;
    line-height: 38px
}
p.desc_extra{
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 25px;
    margin-top: -8px;
    clear: both;
}
.menus.pas2{
    padding: 55px 70px 20px 70px;
}
.menus.pas2 .desc {
    margin-bottom: 0px;
}
.menus.pas2 img {
    margin-top:40px
}
#complete button{
    margin-top: 50px;
    border-radius: 0;
    background-color: #787878;
    color: #000;
    border-color: #000;
}
#complete button:hover {
    background: #b2a400;
    color: #fff;
    border: 2px solid #b2a400;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #555!important;
    opacity: 1; /* Firefox */
}
.mod_negre .modal-content{
    background-color: #222;
    color: #ccc;
    font-size: 13px;
    border-color: #000;
    padding: 0px;
}
.mod_negre .modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 0px solid #000;
}
.mod_negre .modal-header button.close{
    color: #FFF;
    opacity: 1;
}
.mod_negre .modal-body ul {
    margin: 0;
    padding: 0px 10px 10px 25px;
    list-style: disc;
}
.mod_negre .modal-body ul li {
    margin-bottom:10px
}
.textlegal{
    text-align: left;
    font-size:13px;
}
.textlegal p{
    margin-top: 20px
}
.textlegal h1{
    text-align: center;
    font-size: 20px;
    text-decoration: underline;
    margin: 50px 0
}
.textlegal h2{
    font-size: 17px;
    margin-top: 40px;
    text-decoration: underline;
}

/* MISSATGES DE CONFIRMACIÓ */

.finalmessage{
    background-color: rgba(255,255,255,0.1);
    padding: 30px 10px;
    border-radius: 4px;
}
.input-amagat {
    display: none!important;
}

@media (min-width: 768px){
    #condicions_generals .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
}
@media only screen and (max-width: 1199px) {
    .menus{
        padding: 55px 0px 50px 0px;
    }
}
@media only screen and (max-width: 990px) {
    .menus .menu a{
        font-size:17px
    }
    .menus .menu a.boto{
        font-size: 19px;
        margin-top: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .logo{
        height: 70px
    }
    .cap h1 {
        font-size: 38px;
        text-align: center;
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
        line-height: initial;
    }
    .instruccions .pas img {
        max-width: 180px;
    }
    .menus .menu{
        clear: both
    }
    .menus.pas2 {
        padding: 55px 0px 20px 0px;
    }
}