/* This file is auto-generated from the style design settings. Any direct edits here will be lost if the style is saved or updated */
/* Custom CSS */
.sidebar-fondo-global{
    /* Div que contiene todo el formulario */
    background: rgba(218,147,0, 1.0);
    border-radius: 20px;
    padding: 10px;
}

.sidebar-titulo-principal{
    /* texto titulo principal */
    /* Naranja: #da9300 - rgb: 218,147,0 */
    /* Azul: #001827 - rgb: 0,24,39 */
    /* Blanco: #ffffff - rgb: 255,255,255 */
    text-align: center;
    background-color: rgba(218,147,0, 0.0);
    font-size: 2.0em;
    /* line-height: 2.0em; */
    margin-top: 10px;
    margin-bottom: 0px;
}

.sidebar-titulo-secundario{
    text-align: center;
    background-color: rgba(0,24,39, 0);
    font-size: 1.0em;
    margin-bottom: -10px;
}

.sidebar-bloque-formulario{
    display: block;
    margin-top: -20px;
    position: relative;
    text-align: left;
}

.sidebar-div-formulario{
    width: 100%;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
}

.sidebar-div-campo-texto-dimensiones{
    width: 100%;
    margin: 5px;
}

.sidebar-div-campo-texto-izquierdo{
    float: right;
}

.sidebar-div-campo-texto-derecho{
    float: left;
}

.sidebar-input-text-formato{
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    height: 40px;
    font-size: 1.3em;
    line-height: 1.3em;
    border-radius: 5px;
     -webkit-appearance: none;
}

.sidebar-div-coletilla{
    margin-bottom: -20px; 
    margin-top: -20px"
}

.sidebar-texto-coletilla{
    text-align: center;
    font-size: 0.8em;
    line-height: 1.2em;
}

.sidebar-boton-ajuste{
    /* Ajustes boton CTA */
    box-sizing: border-box;
    text-align: center;
    margin-top: 20px;
    position: center;
    width: 100%;
    line-height: 100%;
    font-size: 27px;
    /* border: #da9300 1px solid; */
    /* border-radius: 15px; */
    /* background-color: #da9300; */
    /* color: #ffffff;" */
}


.sidebar-texto-negrita{
    /* Negrita */
    font-weight: bold;
}

.sidebar-texto-azul{
    /* Texto Color Azul */
    color: #001827;
}

.sidebar-texto-blanco{
    /* Texto Color blanco */
    color: #fff;
}

.sidebar-texto-naranja{
    /* Texto Color naranja */
    color: #da9300;
}
