body, html {
     -webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
 -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                              supported by Chrome and Opera */
}
.prom {
    width: 130px;
    margin: 0 auto;
}
#prc {
    font-size: 1.3em;
    font-weight: bold;
}
span.price a {
    color: rgb(0, 179, 60);
    font-weight: bold;
}
span.price a:hover {
    color: rgb(0, 255, 85);
    font-weight: 600;
    text-decoration: none;
}    
div.line {
    position: relative;
    z-index: 1;
    left: 30px;
    top: 14px;   
    width: 85px;
    height: 4px;
    background-color: rgba(128, 128, 128, 0.5);
    transform: rotate(18deg);
    -ms-transform: rotate(18deg); /* IE 9 */
    -webkit-transform: rotate(18deg); /* Safari and Chrome */
}
div.line2 {
    position: relative;
    z-index: 1;
    left: 30px;
    top: 10px;
    width: 85px;
    height: 4px;
    background-color: rgba(128, 128, 128, 0.5);
    transform: rotate(-18deg);
    -ms-transform: rotate(-18deg); /* IE 9 */
    -webkit-transform: rotate(-18deg); /* Safari and Chrome */
}
.form-2 .list-unstyled .fas, .form-2 .list-unstyled .fab, .form-2 .list-unstyled .far, .fa-brands {
    margin-right: 0.5rem;
    font-size: 0.875rem;
    color: #0ab504;
}

.filter-green{
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
#whtp {
    font-family: Montserrat;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 5px;
}
#e_mail {
    margin-left: 5px;
}
.cont_list {
    width: 90%;
}
.counter .list-unstyled {
    padding-left: 11%;
}
#counter {
    width: 100%;
    padding-left: 2rem;
    margin-left: 4rem;
}
@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;        
}
.doc {
    font: 600 4rem/5rem "Montserrat", sans-serif !important;
    color:#00cc66
}    
}
/* iPad (3, 4, Pro 9.7) portrait */
@media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: portrait) 
    and (-webkit-min-device-pixel-ratio: 2) {
.btn-solid-lg-one {
    width: 40%;
}
.prom {
     width: 160px;
}
}
/* iPad (3, 4, Pro 9.7) landscape */
@media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: landscape) 
    and (-webkit-min-device-pixel-ratio: 2) {
.btn-solid-lg-one {
    width: 40%;
}
.prom {
     width: 160px;
}
}

.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: 99999;
}   
.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 only screen and (max-device-width: 680px) {
.modal {
    padding-top: 80px; 
}    
.modal-content {
    width: 90%;
    z-index:99999;
}
.modal-header-ped h2 {
    font-size: 17px;
}    
.close {
    font-size: 30px;
}
.modal-body {
    overflow-y: auto;
    height: 520px;  
}
#numbers {
    padding-top: 4.25rem !important;
    padding-bottom: 0 !important;
}
#counter {
    width: 90%;
    padding-left: 1rem;
    margin-left: 0.2rem;        
}
.cont_list {
    width: 90%;
}
.counter .list-unstyled {
    padding-left: 0;
}    
.slider {
    padding-top: 4rem !important;
}
#prec {
    text-align:center;
    padding:13px 10px 0  !important;
    border-bottom:2px solid #d6f5d6;
}
#ppd {
    background:#fafafa;
    text-align:center;
    padding:15px 10px 15px  !important;
    border-top:2px solid #d6f5d6;
    border-bottom:2px solid #f2f2f2;        
}      
}
.cryptedmail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}    

#prec {
    text-align:center;
    padding:10px 10px 0;
    border-bottom:2px solid #d6f5d6;
}
#ppd {
    background:#fafafa;        
    text-align:center;
    padding:10px 10px 10px;
    border-top:2px solid #d6f5d6;
    border-bottom:2px solid #f2f2f2;        
}   

@keyframes fade-in {
  0% {opacity: 0}
  50% {opacity: 0}
  100% {opacity: 1}
}

#menu_total {
  animation-name: fade-in;
  animation-duration: 1s;
}
