[v-cloak] {
  display: none;
}
.Letra400{
font-size: 22px;
font-family: "Poppins", sans-serif;
color:#000;
}
.tel-ayuda-movil{
position:fixed;
bottom:0;
z-index:1800;
width:15%;
border-radius:3px 3px 3px 3px;
background-color:#fff;
text-align:center;
right:0;
}
.tel-ayuda{
position:fixed;
bottom:0;
z-index:1000;
width:20%;
border-radius:3px 3px 3px 3px;
background-color:#fff;
text-align:right;
right:0;
}
.chat-bot-ayuda-movil{
position:fixed;
bottom:0;
z-index:1800;
width:20%;
border-radius:3px 3px 3px 3px;
background-color:#fff;
text-align:center;
}
.Letra144{
font-size: 20px;
font-family: "Poppins", sans-serif;
color:#000;
font-weight:bold;
}
.contenido-preguntas-bot{
height:200px;
overflow:scroll;
overflow-x:hidden;
}
.chat-bot-ayuda{
position:fixed;
bottom:0;
z-index:1000;
width:15%;
border-radius:3px 3px 3px 3px;
background-color:#fff;
text-align:center;
}
.Letra14{
font-size: 20px;
font-family: "Poppins", sans-serif;
color:#000;
}
.telefono_contacto_movil{
width:20%;
position:fixed;
top:40%;
z-index:900;
left:0;
}
.telefono_contacto{
position:fixed;
color:#000;
font-weight:bold;
widht:100%;
font-size: 26px;
top:22%;
z-index:1200;
}
.Letra13{
font-size: 22px;
font-family: "Poppins", sans-serif;
color:#000;
font-weight:bold;
}
.Letra12{
font-size: 22px;
font-family: "Poppins", sans-serif;
color:#fff;
}
.fondo-1-movil{
background-color:#892201;
padding:3px 3xp 3xp 3px;
border-radius:5%;
width:40%;
}
.fondo-2{
background-color:#000;
padding:5px 5xp 5xp 5px;
border-radius:5%;
width:50%;
font-size:3em;
}
.fondo-1{
background-color:#000;
padding:5px 5xp 5xp 5px;
border-radius:5%;
width:35%;
font-size:2.5em;
}
.Linea-solida{
    border-bottom:1px solid #28a745;
}
.Fondo1{
background-color:#0071bc;
color:#fff;
}
.Fondo2{
background-color:#fff;
color:#000;
}
.selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #bbb;
    border-radius: 2px;
    background:#FFFFFF url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%2300AEA9%22%2F%3E%3C%2Fsvg%3E') right 13px center no-repeat;
}
.selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }

/* estilos radio button*/

.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
}
.control-radio .control_indicator {
    border-radius: 50%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-radio .control_indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #ffffff;
}
.control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b;
}
html{
    background: #fff !important;
}
.Fondo3{
    background-color: #0101DF;
    color:#FFF;
    /*font-family: "Lato", Arial, sans-serif;
font-size: 18px;
font-weight: bold;*/
}
.Letra1{
color:#fff;
font-size: 20px;
}
.Letra2{
opacity:0.6;
font-size:20px;
text-transform:uppercase;
}