body
{
    font-size:15px;
}

.navbar    
{
    display:none;
    
}

.navbar-default
{
    background-image: linear-gradient(to bottom,#253c6d 0,#253c6d 100%);
    background-color: #253c6d;
}

.navbar-toggle
{
    float:left;
    margin-left: 15px;
    color: white;
    background-color: white;
}

.navbar-brand {
	float: right;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
    color: #fff !important;
    text-shadow: none;
}

.wrapper
{
    margin-top:30px;
}


/* small desktop */
@media all and (max-width: 1200px) {        
    #title-doc {
        /*display:none;*/
    }
    
    .ddajaxsidepanel
    {
        /*display:none;*/ /* desactivado 02/05/2017 */
    }
}

/* tablet */
/* Modificado 25/02/2020 */
/*@media all and (max-width: 1024px) {*/
@media all and (max-width: 960px) {
/* Modificado 25/02/2020 */
    
    .navbar
    {
        display:block;
    }
    
    #title-doc {
        /*display:none;*/
    }

    .ddajaxsidepanel
    {
        display:none;
    }
}

/* mobile phone */
@media all and (max-width: 768px) {
    .navbar
    {
        display:block;
    }

    #title-doc {
        /*display:none;*/
    }
}

.box-texto-panel {
    background: transparent; 
    margin-bottom: 10px;  
}

.box-texto-panel{
    padding: 10px 10px;
    float: left;
    display: block;
    width: 100%;
    /*-webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.6);
    box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.6);*/
}

.box-texto-panel h2 {
    color: #a5a5a5;
    font-weight: 200;
    font-size: 24px;
}

#title-doc {
    border-bottom: 1px solid #E8EBED;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2.5em;
    color: #b5b5b5;
    text-align:center;
    font-weight: 100;
}

.boton
{
  background: #253c6d;
  border: 1px solid #253c6d;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  color: #fff !important;
}

.boton2
{
    background: #253c6d;
    border: 1px solid #253c6d;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    text-align:center;
    color: #fff !important;
}                        

.boton.right
{
    float:right;
}

.boton.left{
    float:left;
}

.boton2.right
{
    float:right;
}

.boton2.left
{
    float:left;
}

@media screen and (max-width: 700px) {
    .boton2
    {
        background: #253c6d;
        border: 1px solid #253c6d;
        padding: 10px;
        border-radius: 5px;
        text-align:center;
        color: #fff !important;
    }                        

    .boton2.left
    {
        display:block;
        float:none;
    }

    .boton2.right
    {
        display:block;
        float:none;
    }
}

p
{
    color: black;    
    line-height: 1.28em;
}

a
{
    color:#fff;
}



.canvas
{
    width: 100%; 
    height: 300px; 
    border: 1px solid #000; 
    border-radius: 5px;
    background: white;
    margin-top:15px
}

h1
{
    color: white;
}

h1.titulo
{
    color: #253c6d;
}

.input-blank
{
    color:#253c6d; 
    border:2px solid #253c6d !important; 
    border-radius: 5px; 
    background: transparent; 
    text-align:center; 
    padding:15px;
}

.input-blank.disable
{
    background-color: #f0f0f0;
    color: #000;
    border: none !important;
}


input[type="text"]
{
    border: none;
    border-bottom: 2px solid #E8EBED;
    text-align:center;
    color: #000 !important;
}

input[type="email"]
{
    border: none;
    border-bottom: 2px solid #E8EBED;
    text-align:center;
    color: #000 !important;
}


.link
{
    color: #253c6d;
}


.footer
{
    font-size:12px;
    margin: 25px;
}

.condi
{
    color: #000;
    text-decoration:underline;
}

.isDisabled {
    color: grey;
    cursor: not-allowed;
    pointer-events:none;
    opacity: 0.5;    
}