.btn .img{
   width: 50px; 	
} 

.btn .title{

}

.btn .subtitle {
	font-size: x-small;
}

.btn-opacity-success {

   color:  #195040;!important;
}


#content{

background: #1998ff;
}

#content::after {
  display:block;
  content:"";
  clear:both;
}

#price{

background: #fff;
}

#price::after {
  display:block;
  content:"";
  clear:both;
}


.info-block {
    
    padding: 20px;    
    color: #fff;
    margin: 0 auto;
    text-align: center;    
}

.info-block p{    
    text-align: justify;
    
}

.info-block button{
    font-size: .875rem;
    font-family: Poppins,sans-serif;
    padding: .625rem 1.25rem;
    outline: none;
    background-color: #fff;
    border-color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    color: #1998ff;
}

.info-block button:hover{    
    color: #fff;
    background-color: #1998ff;
    border-color: #fff;
}

@media only screen and (min-width: 721px){
 
 .login-block {
    width: 50%;
    float: right;
}  
.info-block {
    width: 50%;
    float: left;
}

}

.login-block {    
    padding: 20px;
    background: #fff;
    margin: 0 auto;
    text-align: center;    
}

.login-block div{
   position: relative;
}

.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 20px 0 50px;
    outline: none;
}

.login-block svg {
   color: #191919;
   position: absolute;
   width: 20px;
   height: 20px;
   left: 12px;
   top: 30%;
   transform: translateY(-50%);
}

.login-block .recovery {
    padding-top: 50px;
    padding-bottom: 10px;
}


.login-block input:active, .login-block input:focus {
    border: 1px solid #ff656c;
}

.login-block button {
    width: 100%;
    height: 40px;    
    box-sizing: border-box;
    border-radius: 5px;        
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: #fff;
    color: #1998ff;
}

.form-block {
   border: 1px solid #ccc;
   width: 100%;
   border-radius: 16px;
   border-left: 6px solid #2196F3;
   padding: 20px;
   text-align: center;
}

.form-block div{
   width: 70%; 
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   position: relative;   
}

.form-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 20px 0 50px;
    outline: none;
}


.form-block svg {
   color: #191919;
   position: absolute;
   width: 20px;
   height: 20px;
   left: 12px;
   top: 50%;
   transform: translateY(-50%);
}

.form-block label{
   font-size: small;
   font-style: italic;
   color: gray;
}

@media only screen and (min-width: 850px){
 
 .price-block {
    width: 30%;
    float: left;
}  

.price-center {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-right: 6px solid #2196F3 !important;
}


}

.price-block {
   border: 1px solid #ccc; 
   border-radius: 16px;
   border-left: 6px solid #2196F3;
   padding: 20px;
   text-align: center;
   margin: 10px 0px 10px 20px;
}

.price-block h6{

    font-size: smaller;
    color: #2196F3;
    font-style: italic;

}

.price-block ul{

    text-align: left;
    list-style-type: disclosure-closed;

}

.oculto {
    visibility: hidden;
}
