    .no-thanx{
        color:#666;
        text-decoration:none;
    }
	.quest1 {
		display: block;
	}
	.quest2 {
		display: none;
	}
	

	/*
	 * 
	 * 
	 * 
	 */
	 body {
	font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}

h2.text-uppercase {
    margin: 1em;
}

.logo img {
    width: 100%;
}

.logo {
    display: block;
    margin: auto;
}
.logo {
    width: 80px;
}


header {
    height: 7px;
 
    width: 100%;
}


.selector button {
	text-transform: uppercase;
	font-weight: 500;
}

.required-field {
	border: 1px solid red;
}


button.btn.w-100.btn-primary.py-3:hover {
    background-color: #0058ea !important;

}
button.btn.w-100.btn-primary.py-3 {
    background-color: #007cea!important;

    border-radius: 11px;
    color: #fff;
    padding: 13px !important;
    box-shadow: 0px 2px 6px -3px #000;
	    font-size: 17px;
	    border: none;
}
footer {
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    align-items: center;
    text-align: center;
    padding: 1em;
    gap: 1em;
    margin-top: 10vh;
    bottom: 0;
    width: 100%;
}
@media screen and (max-width: 480px) {

	footer {
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    align-items: center;
    text-align: center;
    padding: 1em;
    gap: 1em;
    margin-top: 2em;
    position: unset;
    bottom: 0;
    width: 100%;
}
}

@media screen and (max-width: 320px) {
	h2 {
		font-size: calc(1.325rem + .3vw);
	}

	h3 {
		font-size: calc(1.3rem - 0.1vw);
	}
}

.btn-success, .btn-primary {
    color: #fff;
    background-color: #363668!important;
    border-color: #363668!important;

}


footer div {
    max-width: 500px;
}
	
	.my-3 {

    gap: 0.5em;

}


footer a {
	font-weight: 700;
	text-decoration: none;
	color: #555
}
	 /*   
img.img-fluid {
margin-bottom: 1em;
}
*/

.single-1 div#primary {
    max-width: 720px;
    margin: auto;
}

button#form-send {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
div#form {
    margin: 0;
    width: 100%;
}



@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
	
	.tm-padding-large-bottom a {
    border-radius: 11px;
  
    padding: 13px !important;
    box-shadow: 0px 2px 6px -3px #000;
    font-size: 17px;
    border: none;
}
	.entry-content {

    margin-top: 2em;
		padding-top: 1em;
		text-align: left;
}

	
	.wp-block-image img.wp-image-53 {
    width: 100%;
    height: auto;
}
	figure.wp-block-image.size-large {
    display: flex;
		justify-content: center;
}

footer .links a {
    box-shadow: none;
    border: none;
}
footer .links {
    display: flex;
}



/*
 * SINGLE 2
 */

.single2 .site-logo {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.single2 .site-logo img{
	width: 150px;
}

.single2 div#page {
    max-width: max-content !important;
}

.single2 div#page, .single2 .site-content {
    padding: 0;
}

.single2 .entry-content a {
    font-weight: unset !important;
}

.single2 .entry-content h2+:not(.app ) {
    border-top: none !important;
}

.single2 div#content {
    flex-direction: column;
}

.single2 div#primary {
    max-width: 735px;
    margin: auto;
	padding: 0 16px;
}

.single2 li:last-child {
    margin-bottom: 1em;
}

.single2 a.ctalink {
-webkit-appearance: auto;
    background-color: #1e73be;
    border: 1px solid #1e73be;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 50px;
    text-decoration: none;
    transition: .4s ease;
    vertical-align: middle;
}

div#primary span {
    font-size: 15px;
    color: #333;
}

.single2 .entry-content h2 {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    margin-bottom: 1em;
    margin-top: 2em;
	gap: 3px;
}
.single2 div.cta {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single2 div.cta-block {
	margin-bottom: 2em
}

div#primary .cta-block span {
	padding-top: 7px;
    display: block;
    font-size: 13px;
    color: #999;
	text-align: center;
}

/*
 * 
 * 
 * SINGLE 3
 * 
 * 
 */


.single3 .site-logo {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.single3 .site-logo img{
	width: 150px;
}

.single3 div#primary {
    max-width: 735px;
    margin: auto;
}

.single3 a.ctalink {
    -webkit-appearance: auto;
    background-color: #1e73be;
    border-radius: 85px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    padding: 13px 50px;
    text-decoration: none;
    transition: .4s ease;
    vertical-align: middle;
    border: 3px solid #21cbdd;
}

.single3 .entry-content h2 {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    margin-bottom: 1em;
    margin-top: 2em;
}
.single3 div.cta {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 2em
}

.single3 .introduction p {
	font-size: 18px;
}


.single3 .entry-content {
	border: none;
}

.imagem-desfocada {
  position: relative;
  overflow: hidden;
}

.imagem-desfocada img {
  display: block; 
  width: 100%;
}

.imagem-desfocada::before,
.imagem-desfocada::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2; 
}

.imagem-desfocada::before {
  top: 0;
  height: 100px; 
  background: linear-gradient(to bottom, white, transparent);
}

.imagem-desfocada::after {
  bottom: 0;
  height: 100px; 
  background: linear-gradient(to top, white, transparent);
}
@media (max-width:900px){
	.imagem-desfocada {
		position: relative;
		transform: translateX(-50%);
		left: 50%;
		overflow: hidden;
		width: 100vw !important;
	}
}


/*
 * 
 * 
 * FIM SINGLE 3
 * 
 * 
 */

/*
 * SINGLE 4
 */


.single4 .site-logo {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.single4 .site-logo img{
	width: 150px;
}

.single4 div#primary {
    max-width: 735px;
    margin: auto;
}

.single4 a.ctalink {
-webkit-appearance: auto;
    background-color: #ff983a;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding: 13px 50px;
    text-decoration: none;
    transition: .4s ease;
    vertical-align: middle;
}

.single4 div#primary span {
    font-size: 15px;
    color: #333;
}

.single4 .entry-content h2 {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    margin-bottom: 1em;
    margin-top: 2em;
	justify-content: center;
}
.single4 div.cta {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 2em
}

.single4 main h2, .single4 .entry-content h2 {
    font-weight: 900;
}

.time-to-read-container .icon svg {
    width: 40px;
}

.time-to-read-container .icon {
    background-color: rgb(255 152 58 / 19%);
    padding: 23px;
    border-radius: 17px;
    width: 87px;
    margin: auto;
}

.time-to-read-container {
    background-color: #F7F8FA;
    display: flex;
    flex-direction: column;
    padding: 2em;
    border-radius: 18px;
    gap: 1em;
}

div#primary .time-to-read span {
    font-size: 20px;
    font-weight: 900;
}

.time-to-read {
    margin-top: 2em;
}

.single4 .entry-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
	
}


.single2 #menu-menu-principal li:last-child {
    margin: 0;
}

.single2 .relacionados-posts a {
    color: var(--accent);
    text-decoration: none;
}

.relacionados-posts a h2 {
    color: #171A1FFF;
    font-weight: 700;
}

  .single5  .links .opciones a {
        text-decoration: none;
    }

.single5 .links {
    border-bottom: 1px solid #eee;
    padding-bottom: 2em;
}

.single5 .entry-content {
    padding-top: 0;
}

.single5 .entry-content h2 {

    margin-top: 1em !important;

}