@font-face {
  font-family: UnimedSlab-Bold;
  src: url('../fonts/UnimedSlab-Bold.ttf'); 
}

.imagemUni{
  background-image: url("../images/favicon.ico");
}

.radio-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-container input:checked ~ .checkmark {
  background-color: #e5e5e5;
}

.radio-container input:checked ~ .checkmark:after {
  display: block;
}

.radio-container .checkmark:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #56b08f;
}

.checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.alinhamento { 
   text-align: center;
 }

 .autoriza{
   width: 100%;
   padding: 20px 20px 20px 20px;
 }

 .font-liberacao{
	font-family: UnimedSlab-Bold;
	font-size: 22px;
	color: #00995d;
	text-align: center;
}

/* Botão Enviar */
.container-easybloco-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.InputUpper {
  text-transform:uppercase
}

.easybloco-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 140px;
  height: 42px;
  background-color: #008a58;
  border-radius: 0 10px 10px 0;

  font-family: UnimedSlab-Regular;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.easybloco-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.easybloco-form-btn:hover {
  background-color: #006240;
}

.easybloco-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

.botoestopo{
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.botoes{
  margin:5px;
}

.alinhamento { 
  text-align: center;
}

.image{
  position: relative;
   width: 60px;
   height: 60px;
   margin: auto;
   margin-bottom: auto;
   margin-bottom: 10px;
}

.cSucesso{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-weight: bold;
 color:#00995d;
 text-align: center;
 background: transparent;
 border-radius: 20px;
 margin-top: 20px;
 margin-bottom: 20px;
}

.cSucesso2{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color:#444444;
text-align: center;
background: transparent;
}

.cSucesso3{
font-family: Arial, Helvetica, sans-serif;
font-size: 23px;
width: 300px;
height: 40px;
color:#fff;
text-align: center;
background: #00995d;
border-radius:20px;
padding: 5px 10px 10px 10px;
margin:auto;
margin-top:10px;
margin-bottom: 30px;
}

.cSucesso4{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color:#444444;
text-align: center;
background: transparent;
}


@media screen and (max-width: 768px) {
 .image{
   position: relative;
    width: 30px;
    height: 30px;
    margin: auto;
    margin-bottom: 10px;
 }
 
 .cSucesso{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color:#00995d;
  text-align: center;
  background: transparent;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
 }
 
 .cSucesso2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 color:#444444;
 text-align: center;
 background: transparent;
 }
 
 .cSucesso3{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 21px;
 width: 300px;
 height: 40px;
 color:#fff;
 text-align: center;
 background: #00995d;
 border-radius:20px;
 padding: 5px 10px 10px 10px;
 margin:auto;
 margin-top:10px;
 margin-bottom: 20px;
 }
 
 .cSucesso4{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color:#444444;
 text-align: justify;
 background: transparent;
 padding: 10px 10px 10px 10px;
 }

}

.box_pesquisar{
  padding-left: 10px;
}

.box_rodape{
  margin-bottom: 20px;
}

.alinhamento { 
  text-align: center;
}



