* {
    box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}
i{
    font-style: italic;
}
html {
    overflow-x: hidden!important
}

.MenuResposivo,
.animatedParent,
.container-banner-interno,
.overflowHidden {
    overflow: hidden
}

b,
strong {
    font-weight: 700
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body,
html,
iframe {
    width: 100%;
    height: 100%
}

a:link,
a:visited {
    color: #000;
    text-decoration: none
}

a:hover {
    text-decoration: none!important;
    color: #000
}

.full {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.loader {
    left: 0;
    right: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
}

.loader-container{ 
 position: fixed;
    left: 0;
    right: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.section {
    white-space: pre
}

.slick-initialized .slick-slide {
    outline: 0
}

.slick-track{
  padding-top: 15px;
  padding-bottom: 15px;
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #293e5a;
    border-radius: 10px
}

.Montserrat-Regular {
    font-family: Argumentum-Regular
}

.Montserrat-Bold {
    font-family: Argumentum-Black
}

.animated,
.animatedParent {
    -webkit-transform: translateZ(0)
}

.branco {
    color: #fff!important
}

.preto {
    color: #000!important
}

.cinza{
    color: #808080 !important;
}

.corPrincipal{
    color: #293e5a !important;
}

.textoGradiente{
    background: -webkit-linear-gradient(#2f77fe, #575afd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fundoPrincipal{
    background: rgba(47,119,254,1);
    background: -moz-linear-gradient(top, rgba(47,119,254,1) 0%, rgba(87,90,253,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(47,119,254,1)), color-stop(100%, rgba(87,90,253,1)));
    background: -webkit-linear-gradient(top, rgba(47,119,254,1) 0%, rgba(87,90,253,1) 100%);
    background: -o-linear-gradient(top, rgba(47,119,254,1) 0%, rgba(87,90,253,1) 100%);
    background: -ms-linear-gradient(top, rgba(47,119,254,1) 0%, rgba(87,90,253,1) 100%);
    background: linear-gradient(to bottom, rgba(47,119,254,1) 0%, rgba(87,90,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f77fe', endColorstr='#575afd', GradientType=0 )
}

.container-link h1{
    font-size: 1.3rem;
    margin-bottom: 0.5rem; 
}

.container-link h2{
  font-size: 1.2rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.container-link .subtitulo {
    margin-bottom: 2rem;
}

.container-link .subtitulo li{
    margin-right: 7px; padding-right: 7px;
    border-right: solid 4px #FFF;
    display: inline-block;
    word-break: break-all;
}

.container-link .subtitulo li:last-child{
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.container-link .foto{
    height: 250px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 0%;
    overflow: hidden;
    border: solid 1px #FFF;
}

.container-link .foto .rqe-especialista{
    height: 90px;
    top: 210px;
  margin-left: -127px;
}

.container-link .links{
    display: inline-block;
    margin-bottom: 2rem;
}

.container-link .links .link{
    padding: 15px 30px;
    border-radius: 25px;
    margin-bottom: 1rem;
    background-color: #FFF;
    transition: all 1s;
}

.container-link .links .link:hover{
    transform: scale(1.1);
    -webkit-box-shadow: 0px -2px 54px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -2px 54px -2px rgba(0,0,0,0.75);
    box-shadow: 0px -2px 54px -2px rgba(0,0,0,0.75);
}

.container-link .links .link .not-hover, .container-link .links .link:hover .is-hover{
    display: none;
}

.container-link .links .link:hover .not-hover{
    display: inline;
}

.positionAbsolute {
    position: absolute
}

.containerRelativo,
.positionRelative {
    position: relative
}

.largura-maxima{
   margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.video-wrapper{
  position: relative;
padding-bottom: 56.25%; 
}

.video-wrapper iframe{
  position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.fonteBlack {
    font-family:Argumentum-Black
}

.fonteRegular {
    font-family: Argumentum-Regular
}

.backgroundFull {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.backgroundRepeat{
    background-repeat: repeat;
    background-size: cover;
    background-position: center center;
}

.list-inline-flex{
    display: inline-flex;
}


@keyframes pulse {
	0% {
		transform: scale(1.05);
	}

	70% {
		transform: scale(1);	
	}

	100% {
		transform: scale(1.05);
	
	}
}
         
         .pulse {
            -webkit-animation: pulse 2s infinite; 
            animation: pulse 2s infinite; 
         }

input[type=email],
input[type=tel],
input[type=text],
select,
textarea {
    border: 1px solid #bdb4b4;
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 1em;
    resize: none;
    font-family: Raleway-Medium;
    color: #000;
    font-size: 14px
}

::-webkit-input-placeholder {
    color: #bababa
}

::-moz-placeholder {
    color: #bababa
}

:-ms-input-placeholder {
    color: #bababa
}

:-moz-placeholder {
    color: #bababa
}

.slick-slider .left, .slick-slider .right{
  border: solid 1px #FFF;
  position: absolute;
  z-index: 9999;
  top: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.slick-disabled{
  display: none !important;
}

.slick-slider .left{
  left: 0;
    transform: translateY(-50%) rotate(180deg);
}

.slick-slider .right{
  right: 0;
    transform: translateY(-50%) rotate(0deg);
}

.container-materia-home .slick-list{
  margin: 0 -10px;
}

.container-materia-home .slick-slide{
  margin: 0 10px;
}

.container-materia-home .textinho{
  height: 1.6rem;
  overflow: hidden;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
}

.container-materia-home .frase{
  font-weight: bold;
  padding-right: 15px;
    padding-bottom: 15px;
}

.container-materia-home .frase~img{
  margin-top: -5px;
    margin-right: 7px;
}

.container-materia-home .slick-list{
    -webkit-box-shadow: 1px 1px 9px 3px #000000; 
box-shadow: 1px 1px 9px 3px #000000;
}

.container-avaliacoes-home {
  background: #f8f9fb;
      -webkit-box-shadow: 1px 1px 9px 3px #000000; 
box-shadow: 1px 1px 9px 3px #000000;
}

.container-avaliacoes-home .bloco1{
  width: 60%;
}

.container-avaliacoes-home .bloco1.blocofull{
  width: 100%;
}

.container-avaliacoes-home .slide-foto-menor .slick-track{
  padding: 0;
}

.container-avaliacoes-home .bloco2{
  width: 40%;
}

.container-avaliacoes-home h2{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.container-avaliacoes-home .nome{
  font-size: 0.9rem;
}


.container-avaliacoes-home button{
 background-color:#FEBB22;
 color: #000;
 padding: 15px 30px;
 border-radius: 25px;
 border: solid 1px #FEBB22;
  transition: all 1s;
}

.container-avaliacoes-home button:hover{
  transition: all 0.5s;
  color: #000;
  background-color: #FFF;  
}

.container-avaliacoes-home .foto{
  height: 50px !important;
          width: 50px !important;
          margin-left: unset;
          margin-right: unset;
          border-radius: 50%;
          overflow: hidden;
          margin-right: 10px;
  min-width: 50px;
  min-height; 50px;
}

.container-avaliacoes-home .fotoMenor{
  height: 100px;
  width: 100%;
}

.slide-foto-menor.slick-slider .right{
  transform: translateY(-50%) rotate(0deg) scale(0.7);
}

.slide-foto-menor.slick-slider .left{
  transform: translateY(-50%) rotate(180deg) scale(0.7);
}

.container-avaliacoes-home .cada{          
          background:#FFF;
          border-radius: 15px;       
              -webkit-box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 39%);
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 39%);
          padding: 20px 15px;
}

.slider-avaliacao .slick-slide{
  margin: 0 10px;
}

.container-avaliacoes-home .foto img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slick-initialized .slick-slide{
  cursor: pointer;
    outline: 0;
  background: #FFF;
}

.container-materia-home .foto2{
  height: 190px;
  margin-bottom: 0.5rem;
  border-radius: 0;
}

.container-materia-home .foto2 img{
  height: 100%;
  width: 100%;
    object-fit: cover;
}

.container-materia-home .categoria, .container-materia-home .texto{
  padding-left: 10px; padding-right: 10px;
}

.from-guia{
  border-top: solid 1px #CCC;
  background: #FFF;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0rem;
  text-align: center;
  font-size: 1.4rem;
}

  .container-link .icone{
    height: 55px;
    width: 55px;
  }
  
  .container-link .icone img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }


    .container-link .links{
      max-width: 768px;
      display: flex;
      margin-left: auto;
      margin-right: auto;
  }
  
  .container-link .links .link{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    flex-direction: column;
        height: 50px;
  }
  
  
  .share-button{    
    width: 50px;
    border-radius: 50%;
    height: 50px;
    border: solid 1px #000;
    position: fixed;
    right: 5px;
    bottom: 0px;
    transform: translateY(-50%);
 /*   -webkit-box-shadow: 0px 31px 64px rgb(255 188 34 / 50%);
    box-shadow: 0px 31px 64px rgb(255 188 34 / 50%); */
  }

.hidden {
  display: none;
}

.share-button svg {
  height: 40px;
position: absolute;
    top: 4px;  
    left: -5px;
}

.share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.share-button img{
    height: 30px;
    position: absolute;
    top: 10px;
    left: 8px;
}

.share-dialog.is-open {
  display: block;
  z-index: 2;
}

.targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.close-button svg {
  margin-right: 0;
}

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}

.pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


  .container-link .foto.CIRCULAR{
    height: 250px;
    width: 250px;
    border-radius: 50%;
  }

@media (max-width:480px) {
.container-link .foto{
  height: 350px;
  }
  .container-materia-home .foto2{
    height: 220px;
  }
}

@media(max-width:380px) {

}

@media(min-width:481px) and (max-width:767px) {
  .container-link .foto{
    height: 450px;   
  }
}

@media(min-width:576px) AND (max-width:767px) {

}

@media(max-width:575px) {
}

@media(max-width:767px) {

}

@media(min-width:768px) AND (max-width:991px) {
  .container-link .foto{
    height: 450px;   
  }
}

@media(max-width:991px) {
  
  .container-link .foto{
    border-radius:0;
    margin-top: 0;
    margin-bottom: 1rem;
     width: 100%;
    position: relative;
  }
  

  
    .container-link .subtitulo{
        display: block;
        text-align: center;
    }
  

  .container-link .foto .rqe-especialista{
    top: unset;
    bottom: 15px;
    left: 15px;
    margin-left: 0;
  }
  
}

@media(min-width:992px) {
    .paddingRightZero,
    .paddingZero {
        padding-right: 0!important
    }
    .paddingLeftZero,
    .paddingZero {
        padding-left: 0!important
    }
    .paddingRight75 {
        padding-right: 7.5px!important
    }
    .paddingLeft75 {
        padding-left: 7.5px!important
    }
}

@media (min-width:992px) and (max-width:1199px) {

}
