/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04/02/2021, 16:47:22
    Author     : Aldana
*/

.modal-armalo .modal-header{
    /*padding-top: 3em;*/
    border-bottom: none;
}

.modal-armalo .modal-header>img{
    margin-left: auto;
    margin-right: auto;
    width: 10em;
    display:block;
}

.modal-armalo .modal-body img{
    border-radius: 15px;
}

.modal-armalo .modal-body .row.hidden-xs, .modal-armalo .modal-body .row.hidden-sm{
    background-color: #fce3e3;
    padding-bottom: 1em;
}

.modal-armalo h3{
    font-family: Nunito;
    font-size: 1.4em;
    color: #000000;
    white-space: nowrap;
    margin-top: 0;
}

.modal-armalo h4{
    font-size: 0.9em;
    line-height: 1.6;
    color: #666666;
    height: 100%; /*3.5em;*/
    text-align: justify;
}

.modal-armalo span.pull-left{
    font-family: Nunito;
    font-size: 1em;
    color: #000000;
}

.modal-armalo span.tachado{
    font-size: 1em;
    color: #000000;
    float: left;
    margin-left: 1em;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.modal-armalo .row{
    margin-bottom: 1em;
}

.modal-armalo span.adicional{
    font-size: 0.9em;
    line-height: 1.6;
    color: #666666;
}
.modal-armalo span.indicador{
    font-size: 0.9em;
    line-height: 1.6;
    color: #666666;
}

.modal-armalo span.completo{
    font-family: Nunito;
    font-size: 0.9em;
    line-height: 1.6;
    color: #ff0010;
    display: none;
}

.modal-armalo label{
    font-family: Nunito;
    font-size: 0.8em;
    color: #000000;
    font-weight: normal;
}

.modal-armalo label.titulo{
    font-family: Nunito;
}

.modal-armalo p.help-block-error{
    width: 95%;
    color: #ff0010;
    border-radius: 6.4px;
    border-color: #ff0010;
    border-style: solid;
      border-width: 2px;
    /*background-color: var(--bright-red);*/
    padding: 0.6em;
    text-align: center;
    display: none;
}

.modal-armalo p.absoluto{
    position: absolute;
    top: 1em;
}

.modal-armalo div.error{
    margin-top: 3em;
}

.modal-armalo .modal-dialog .modal-footer .btn{
    width: 50%;
    border-radius: 6.4px;
    background-color: var(--azul);
    /*background-color: var(--bright-red);*/
    padding: 0.6em;
    border: transparent;
    /*margin: 1em 0em 1em 0em;*/
}

.modal-armalo .modal-dialog .modal-footer .btn>span{
    font-size: 1em;
    color: #ffffff;
}

@media (min-width: 769px) and (max-width: 1110px){
    .modal-armalo .modal-dialog {
        width: 90%;
    }
}

@media (min-width: 1110px){
    .modal-armalo .modal-dialog {
        width: 70%;
    }
}

@media (max-width: 768px){
    .modal-armalo .descripcion{
        padding: 0 3em;
    }
}