
	:root {
		--azul-padrao: #5A98FB;		/*5897FF*/
		--cinza-claro: #6A6A6A;
		--cinza-light: #E6E6E6;		/*FAFAFB*/
		--black: #4D4C4E;
		--white: #FFFFFF;
		--red: #DD3D4E;
		--green: #22ADC0;
		--blue-custom-primary: #6B93DB;
		--blue-custom-second: #9A9CDB;
	}
	body, html {
		height: 100%;
		margin: 0 0;
		background-color: white;
		font-family: 'Inter', sans-serif , Arial, Helvetica, sans-serif ;
		font-size: .90rem;
	}

	h3{ color: var(--azul-padrao); font-weight: bold; }
	h4{ color: var(--azul-padrao); font-weight: normal; }


a {
 text-decoration: none;
		color: var(--cinza-claro);
}

a:hover {
	text-decoration: none;
		color: var(--white);
}

	p {
		margin-top: 0;
		margin-bottom: 0.25rem;
		font-size: 1rem;
		font-weight: 500;
	}

	.color-green{ color: var(--green);}
	.color-red{ color: var(--red);}
	.color-blue{ color: var(--azul-padrao); }

	.radius-default{ border-radius: 16px; }

	section{ min-height: 10px; padding: 3.5rem 0; }
	section.section-title-area{ min-height: 10px; padding: 30px 0 10px 0; }

	.breadcrumb-space{ height: 100px; }

	.text-citacao p{ color: var(--azul-padrao); }


    /* margin-top: 0; */
	.textos-descritivos p{
		margin-bottom: 1.5rem;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.75;
	}


	.col-5bloco{ 
		flex: 0 0 auto;
		width: 20%;	
	}


	.btn{
		padding: 0.75rem 2.0rem;
		color: var(--cinza-claro);
		border-width: 2px;
		border-color: var(--cinza-light);
		border-radius: 2rem;
		background-color: var(--white);
		font-size: .9rem;
		
	}
	.btn-default{
		background-color: var(--white);
		border-color: var(--cinza-light);
		color: var(--cinza-claro);
		margin-top:auto;
 
	}
	.btn-default:hover{
		background-color: var(--azul-padrao);
		border-color: var(--azul-padrao);
		color: var(--white);
	}
	.btn-primary{
		background-color: var(--azul-padrao);
		border-color: var(--azul-padrao);
		color: var(--white);
	}

.btn-lights {
  color: #212529;
  background-color: var(--white);
  border-color: var(--cinza-light);
  margin-top:auto;

}

.btn-lights:hover {
  color: #ffffff;
  background-color: var(--azul-padrao);
  border-color: var(--azul-padrao);
}

.btn-lights:focus, .btn-lights.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-lights.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-lights:not(:disabled):not(.disabled):active:focus, .btn-lights:not(:disabled):not(.disabled).active:focus,
.show > .btn-lights.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}




	.text-link{
		color: #676566;
		font-weight: 600;
		text-decoration: none;
	}
	.text-link:hover{
		color: #676566;
		font-weight: 600;
		text-decoration: underline;
	}


.pmr-box {
	max-width: 29%;
	height: 540px;
	position: relative;
	float: left;
	margin: 5% 0% 0% 3%;
	text-align: center;
	background-color: #fcfcfc;
	box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
	border: 1px solid rgb(220, 220, 220);
	border-radius: 16px;

}
.pmr-section {

    position: relative;
    padding-left: 5%;
    padding-top: 5%;
    font-family: 'Inter', sans-serif , Arial, Helvetica, sans-serif ;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #5797ff; 
}

.pmr-section-circulo {
    height: 235px;
    width: 235px;
    background-image: url("#");
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
    top: 20%;
    left: 25.5%;                        
    transform: translate(0, -50%);
    vertical-align: middle;
    border: 1px solid silver;
}
.pmr-section-circulo img {
    border-radius: 50%;
    max-width: 95%;
}

.pmr-section-titulo {
    width: 90%;
    height: 0 auto;
    top:3%;
    left: 3%;
    position: relative;
    text-align: center;
    padding: 2%;
    font-family: 'Inter', sans-serif , Arial, Helvetica, sans-serif ;
    font-weight: 100;
    font-size: 25px;
    letter-spacing: 0px;
    color: silver;
    border-bottom: 1px solid rgb(220, 220, 220);
    border-top:  1px solid rgb(220, 220, 220);
}
.pmr-section-corpo {
    width: 90%;
    height: 0 auto;
    top:3%;
    left: 3%;
    position: relative;
    text-align: center;
    padding: 2%;
    font-family: 'Inter', sans-serif , Arial, Helvetica, sans-serif ;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 0px;
    color: darkgray; 
    padding-bottom: 8%;
}
.pmr-button {
    width: 160px;
    height: 50px;
    position: relative;
    background-color: white;
    border: 1px solid silver;
    border-radius: 32px;
    font-family: 'Inter', sans-serif , Arial, Helvetica, sans-serif ;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    top: 5%;
    left: 35%;                        
    transform: translate(0, -50%);
    vertical-align: middle;
    overflow: hidden;
   
}
.pmr-button a {
    color:silver;
    background-color:white;
    text-decoration: none;
    text-align: center;
    
   
}
.pmr-button a:hover {
    width: 160px;
    height: 50px;
    position: relative;
    background-color:#5797ff;
    color: white;
    border-radius: 32px;
    font-family: 'Inter', sans-serif , Arial, Helvetica, sans-serif ;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;                   
    vertical-align: middle;
    overflow: hidden;
  
   
}

.pmr-texto-central {
    width: 50%;
    float: left;
    position: relative;
    transform: translate(50%, 140%);
    text-align: center;
    font-family: 'Inter', sans-serif , Arial, Helvetica, sans-serif ;
    font-weight: 100;
    font-size: 22px;
    color: #5797ff;
          
}
.pmr-youtube-grd {
    width:60%;
    height: 618px;
    border-radius: 16px;
    z-index: 20;
    position: relative;
    float: left;
    padding-left: 3%;
    padding-top: 8%;
}
.pmr-youtube-grd iframe {
    max-width: 100%;
    border-radius: 16px;
    background-color: white;
}
.pmr-box-web-radio {
    width: 540px;
    height: 290px;
    position: relative;
    float: left;
    margin: 8% 0% 0% 3%;
    text-align: center;
    background-color: #f4f6f7;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
    border: 1px solid rgb(220, 220, 220);
    border-radius: 16px;
    
    }
    
