#ajuda {
    margin-top: 3rem;
    box-shadow: none !important;
}
.quest {
    color: #000 !important;
    font-weight: 700;
}
#green {
    color: rgb(0, 179, 60);
    font-weight: bold;
}

.modal {
    display: none;
    position: fixed; 
    padding-top: 110px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
    z-index: 99;
}   
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 700px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.fecha {
    background: none;
    color: #fff;
    float: right;
    font-size: 45px;
    font-weight: bold;
    margin-top: 8px;
    border: none;
}
.fecha:hover,
.fecha:focus {
    color: #00ff00;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.modal-header-ped {
    padding: 14px 16px 10px 40px;
    background-color: rgba(92, 184, 92, 0.9);
}
.modal-header-ped h2 {
    font-size: 21px;
    color: #fff;        
}
.modal-body {
    padding: 0;
    height: 500px;  
}
iframe {
    border: none;
} 
@media (min-width: 768px){
.navbar-custom {
    background: rgba(242, 242, 242, 0.7) !important;
    border-bottom: 2px solid rgba(252, 252, 252, 0.5) !important;
    border-bottom: solid 2px rgba(255, 255, 255, 0.6);
    webkit-box-shadow: 0 1px 2px 0px rgba(188,189,194,1) !important;
    -moz-box-shadow: 0 1px 2px 0px rgba(188,189,194,1) !important;
    box-shadow: 0 1px 2px 0px rgba(188,189,194,1) !important;

}
.navbar-custom.top-nav-collapse {
    font-weight:bold !important;
    background: rgba(222, 222, 222, 0.93) !important;
    text-shadow: 1px 1px #999 !important;
    webkit-box-shadow: 0 1px 2px 0px rgba(188,189,194,1) !important;
    -moz-box-shadow: 0 1px 2px 0px rgba(188,189,194,1) !important;
    box-shadow: 0 1px 2px 0px rgba(188,189,194,1) !important;        
}
.container-fluid {
    margin-top: -110px !important;
}
}
@media only screen and (max-device-width: 680px) {
.modal {
    padding-top: 80px; 
}    
.modal-content {
    width: 90%;
}
.modal-header-ped h2 {
    font-size: 17px;
}    
.close {
    font-size: 30px;
}
.modal-body {
    overflow-y: auto;
    height: 520px;  
}
div.quest {
    margin-left:2em;
}  
}