
  a.nav-link, a.nav-link:hover, a.nav-link:active, a.nav-link:visited, a.nav-link:focus {
    text-decoration:none;
}

.navbar-custom { 
    background-color: #fff; 
} 
.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color:black;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list li a:before {
    content: "\f14f";
    font: 400 21px/1 "Material Design Icons";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}
 /*!
 estilos modal
 
*/
#precio {
   
margin-top: -20px;
}

#precio h4{
    margin-top: 0px;
    background:transparent;
    right:110px ;
    color: #fff;
    font-size: 30px;
    }
    #precio .botonmodal {
        padding-top:50px;
        margin:60px;
        margin-left:-20px;
        left:40%;
        bottom:10px;
        background: #ff8c00;
        border-color:#ff8c00; 
        background-color: #ff6d00;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        color: aliceblue;
        padding: 10px 20px;
        border-radius: 8px;
    
    }
    
    .precio_anterior{
        
    font-size:20px; 
    color:#ff8c00;
        
        
        
    }
    
      .botonmodal:hover{
        background-color: #ed5606!important;
        text-decoration: none;
        cursor: pointer;
      }    
      #datos-modal{
width: 100%;
max-width: 500px;
margin: auto;
bottom:99px;
padding-top:100px; 
padding-right: 20px;
padding-left: 5px;
border-radius: 3px;
display:block;


      }
#datos-modal .modal-header{
width:100%;
background:#fe8a00;
height: 100px;
}
#datos-modal .modal-header h3{
 font-weight: bold;

    }

#datos-modal .modal-footer{
 background:#fe8a00;
 height:55px;
}
#datos-modal .modal-body{
    background: #fff;
    


}
#modalcontenido{
background:#000; 
    opacity: 0.85;
    position:absolute;

}
.modal-body p{
  text-align: center;  
  font-size: 14px;
    color: #21334D;
}
.bcp{
    margin:10px auto;
	display:block;
    }


 .modal-footer #privado{
      left: 500px;

    }
.modal-body #titulo-modal{
font-family: sans-serif;
    font-size: 40px;
  
}




