/*
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 : 16/10/2018, 12:17:14
    Author     : Aldana
*/

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

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

#modal-finalizar .modal-body h1{
  font-size: 1.7em;
  color: #000000;
  text-align: center;
}

#modal-finalizar .modal-body p.center{
    text-align: justify;
}

#modal-finalizar .modal-footer{
    border-top: none;
}

#modal-finalizar .modal-footer .btn {
  width: 40%;
  height: 44px;
  border-radius: 8px;
  background-color: #ff0010;
  
  font-size: 1em;
  color: #ffffff;
  
  text-transform: uppercase;
}

#modal-finalizar .modal-footer > div{
    text-align: center;
}

@media (max-width: 767px){
    #modal-finalizar .modal-footer .btn {
        width: 100%;
        text-transform: none;
        margin: 0.2em 0;
    }
    #modal-finalizar .modal-body p.center{
        width: 75%;
    }
}