/*
CSS Document: Rede de Clínicas Jurídicas
Author: Carolina Almeida
Author URI: https://carolina-almeida.com
Version: 1.0.4
*/

/*
--------------
00. DEFAULT STYLES
--------------
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
}

*:focus {outline: none;}

a {
    text-decoration: underline;
    color: #259591;
}

::-webkit-scrollbar-track{
	-webkit-box-shadow: none;
	background-color: transparent;
}

::-webkit-scrollbar{
	width: 5px;
	height: 5px;
	background-color: transparent;
}

::-webkit-scrollbar-thumb{
	background-color: #111;
	border: none;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*
--------------
01. GENERAL STYLES
--------------
*/

html {
	overflow-x: hidden;
	width: 100%;	
}

body {
	width: 100vw;
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
	color: #111;
}

body.hidden {
	overflow: hidden;
	height: 100vh;
	position: fixed;
}

.fixed {position: fixed;}

button {
	padding: 0;
	border: none;
	cursor: pointer;
}

button:focus {outline:0;}

button a {    
	text-decoration: none;
    color: inherit;
}

h2 {
	font-size: 25px;
	font-weight: bold;
}

ul.horizontal-list {
	list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}

li a {
	text-decoration: none;
    color: inherit;	
}

input[type=file] {overflow: hidden;}

.horizontal-list li:not(:last-child) {margin-right: 50px;}

.btn {
	text-transform: uppercase;
	cursor: pointer;
}

.btn-rectangle {
	padding: 12px 40px;
    font-weight: bold;
    background-color: #f4da40;
    box-shadow: 0px 2px 10px 0px #00000038;
    margin: 20px 0;
	transition: 0.3s ease-out;
	border: none;
	text-decoration: none;
	color: #111;
}

.btn-rectangle:hover {
	opacity: 0.9;
	transform: scale(0.97);
	transition: 0.3s ease-in;
}

.btn-circle {	
	font-weight: bold;
	font-size: 18px;
	color: #259591;
	
	background-image: url("src/img/brushes/brush-2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
	
	transition: 0.1s ease-out;
}

p.line-btn {text-align: center;}

.btn-circle:hover {
	background-image: url("src/img/brushes/brush-4.svg");
	color: #FFF;
	
	transition: 0.1s ease-in;
	-webkit-transition: 0.1s ease-in;
	-moz-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
	-ms-transition: 0.1s ease-in;
	
	transform: scale(0.97);
	-webkit-transform: scale(0.97);
	-moz-transform: scale(0.97);
	-o-transform: scale(0.97);
	-ms-transform: scale(0.97);
}

.close {
	cursor: pointer;
	padding: 30px;
    text-align: right;
}

.close .material-icons {
	font-size: 45px;
    color: #FFF;
}

/*
--------------
03. ANIMAÇÕES 
--------------
*/

/*--- Underline ---*/

.underline-svg {
    width: 100%;
	height: 100%;
	
	pointer-events: all;
}

.nav-li:hover {
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
}

.nav-li.active .underline-g1 {animation: underlinePosition 3000ms linear 1 normal forwards}

.nav-li.active .underline-g2 {animation: underlineScale 3000ms linear 1 normal forwards}

.nav-li:hover .underline-g1 {animation: underlinePosition 3000ms linear 1 normal forwards}

@keyframes underlinePosition { 
	0% {transform: translate(0px,40.350000px)} 
	3.333333% {transform: translate(199.993935px,40.350000px)} 
	100% {transform: translate(199.993935px,40.350000px)} 
}

.nav-li:hover .underline-g2 {animation: underlineScale 3000ms linear 1 normal forwards}

@keyframes underlineScale { 
	0% {transform: scale(0,1)} 
	3.333333% {transform: scale(1,1)} 
	100% {transform: scale(1,1)} 
}

/*--- Brush-1 ---*/

.brush-1-g1 {animation: brush01Position 3000ms linear 1 normal forwards}

@keyframes brush01Position { 
	0% {transform: translate(567.100000px,0.226795px)} 
	20.333333% {transform: translate(0.026251px,0.226795px)} 
	100% {transform: translate(0.026251px,0.226795px)} 
}

.brush-1-g2 {animation: brush01Scale 3000ms linear 1 normal forwards}

@keyframes brush01Scale { 
	0% {transform: scale(0,1)} 
	20.333333% {transform: scale(1,1)} 
	100% {transform: scale(1,1)} 
}

[data-aos=fade-up] {transform: translate3d(0,10px,0);}

[data-aos=fade-down] {transform: translate3d(0,-10px,0);}

@keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0) translateX(0) rotate(210deg);
		-ms-transform: translateY(0) translateX(0) rotate(210deg);
		transform: translateY(0) translateX(0) rotate(210deg);
	}
	40% {
		-webkit-transform: translateY(-10px) translateX(10px) rotate(210deg);
		-ms-transform: translateY(-10px) translateX(10px) rotate(210deg);
		transform: translateY(-10px) translateX(10px) rotate(210deg);
	}
	60% {
		-webkit-transform: translateY(-5px) translateX(5px) rotate(210deg);
		-ms-transform: translateY(-5px) translateX(5px) rotate(210deg);
		transform: translateY(-5px) translateX(5px) rotate(210deg);
	}
}

@keyframes bounceGeneral {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0) translateX(0) rotate(80deg);
		-ms-transform: translateY(0) translateX(0) rotate(80deg);
		transform: translateY(0) translateX(0) rotate(80deg);
	}
	40% {
		-webkit-transform: translateY(0) translateX(10px) rotate(80deg);
		-ms-transform: translateY(0) translateX(10px) rotate(80deg);
		transform: translateY(0) translateX(10px) rotate(80deg);
	}
	60% {
		-webkit-transform: translateY(0) translateX(5px) rotate(80deg);
		-ms-transform: translateY(0) translateX(5px) rotate(80deg);
		transform: translateY(0) translateX(5px) rotate(80deg);
	}
}

@keyframes bounceGeneralMobile {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0) translateX(0) rotate(45deg);
		-ms-transform: translateY(0) translateX(0) rotate(45deg);
		transform: translateY(0) translateX(0) rotate(45deg);
	}
	40% {
		-webkit-transform: translateY(-10px) translateX(10px) rotate(45deg);
		-ms-transform: translateY(-10px) translateX(10px) rotate(45deg);
		transform: translateY(-10px) translateX(10px) rotate(45deg);
	}
	60% {
		-webkit-transform: translateY(-5px) translateX(5px) rotate(45deg);
		-ms-transform: translateY(-5px) translateX(5px) rotate(45deg);
		transform: translateY(-5px) translateX(5px) rotate(45deg);
	}
}

/*
--------------
04. HEADER
--------------
*/

header {
    background-size: cover;
    background-repeat: no-repeat;
}

header:after {
   content : "";
   display: block;
	
   width: 100%;
   height: 100%;
	
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
	
   background-image: url(src/img/background.jpg);
   opacity : 0.1;
}

.background-vectors {
	width: 100%;
	height: 100%;
	
	position: absolute;
	z-index: 0;
	
	background-image: url(src/img/background-home.svg);
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	
    transform: scale(1.1);
	filter: opacity(0.05);
}

header .header-content {
	position: relative;
	z-index: 1;
}

.logo {position: relative;}

.logo img {
	position: relative;
	z-index: 1;
}

.logo-background {
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0;
	
	filter: brightness(0) invert(1);
	transform: rotate(180deg);
    opacity: 0.6;
	
	text-align: center;
}

.home .logo-background svg {
	width: 50%;
    min-width: 750px;
    height: 100%;
}

li.nav-li {
	position: relative;
	
	text-transform: uppercase;
    font-weight: bold;
    color: #111;
	
	transition: 0.2s ease-out;
}

.underline {
	width: 100%;
	height: 5px;
	position: absolute;
}

.date .highlight {
	height: 50%;
    position: relative;
    text-align: center;
}

.date .highlight h2 {    
    width: 100%;
	
	position: absolute;
    margin: 10px 0;
    z-index: 1;
}

.date .highlight svg {
    height: 45px;
    width: 220px;
}

.date .highlight .brush-1-g1, .date .highlight .brush-1-g2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.date p.month {
    margin: 0;
	
    font-weight: 500;
    font-size: 25px;	
}

.date p {
    margin: 5px 0 0;
	
    color: #FFF;	
    text-align: center;
    text-transform: lowercase;
}

.general .inscricao .btn-circle {
    width: 150px;
    height: 150px;
    margin: 0 calc(50% - 75px);
}

.inscricao .btn-circle {
    width: 150px;
    height: 150px;
    margin: 0 60% 0 0;
}

.active .underline-svg {pointer-events: none;}
.disabled .underline-svg {pointer-events: none;}

.menu {text-align: center;}

/*
--------------
05. HOME
--------------
*/

body.home {
	height: 100vh;
	overflow: hidden;
}

.home header {height: calc(100vh - 100px);}

.home .logo {
	height: 35vh;	
	top: 15vh;
}

.home .logo img {
    position: relative;
    z-index: 1;
    height: 25vh;
    width: 70%;
    margin: 5vh 15%;
}

.home .date {
    height: 15vh;
    position: relative;
    margin: 10vh 0 0;
}

.home li.nav-li {font-size: 22px;} 

li.nav-li a {
	text-decoration: none;
	color: #111;
}

.home .inscricao {
    position: absolute;
    top: 40vh;
    right: 10%;
	z-index: 2;
}

.inscricao .arrow {
	background-image: url(src/img/brushes/arrow.svg);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
	
    opacity: 0.1;
    filter: brightness(5) invert(1);
}

.home .inscricao .arrow {
    top: -80px;
    right: 0;
	transform: rotate(210deg);
	
	animation: bounce 2s infinite 2s;
	-webkit-animation: bounce 2s infinite 2s;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}

.home .menu {margin: 30vh 0 0;}

.nav-toggle{display:none;}

.home .page-title {display: none;}

/*FOOTER */
footer {
	grid-template-areas: "direitos logos redes";
    grid-template-columns: 270px auto 225px;
	height: 100px;
}

footer a {
	color: #999;
	text-decoration: none;
}

footer .direitos {
	grid-area: direitos;
    color: #999;
    padding: calc(25% - 40px) 0 0 30px;
}

footer .direitos .copyrights {
	font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
}

footer .direitos .desenvolvedora {
	font-size: 10px;
    margin: 0;
	transition: 0.2s all;
}

footer .direitos .desenvolvedora:hover {
	opacity: 0.9;
	transform: scale(0.95);
}

footer {
	display: grid;
	position: relative;
	background-color: #FFF;
	z-index: 2;
} /*GERAL*/

footer .logos-equipe {grid-area: logos;}

footer .logos-equipe .logos-equipe-group {float: left;}

footer .logos-equipe .logos-equipe-group:not(:first-child) {padding: 0 0 0 8%;} 

.logos-equipe p {
	font-size: 14px;
	font-weight: 500;
	color: #999;
	margin: 10px 0;
}

footer .organizadores li:last-child img{
	height: 40px;
    padding: 5px 0 0;
}

footer ul {height: calc(100% - 34px);}

footer li img{
	height: 45px;
	filter: saturate(0);
	opacity: 0.5;
	cursor: pointer;
	transition: 0.3s all;
}

footer li img:hover {
	filter: saturate(1);
	opacity: 1;
	transform: scale(0.97);
}

footer .social-medias-bottom {
	grid-area: redes;
	    text-align: right;
    margin: 0 30px 0 0;
	}

footer .social-medias-bottom .fa{
	font-size: 30px;
	color: #999;
	transition: 0.3s all;
}

footer .social-medias-bottom .fa:hover{
	transform: scale(0.95);
	opacity: 0.8;
}

footer .social-medias-bottom li {
	height: 30px;
	padding: calc(55px - 15px) 0;
}

.logos-equipe p {margin: 10px 0;}

footer .logos-equipe .logos-equipe-group {
	float: left;
	width: 50%;
	position: relative;
	text-align: center;
	margin: 0;
}

footer .logos-equipe .logos-equipe-group:not(:first-child) {padding: 0;}

footer .horizontal-list li:not(:last-child) {
	float: left;
	margin-right: 30px;
}

footer .horizontal-list li:last-child {float: right;}

/*
--------------
03. GENERAL PAGES
--------------
*/

.content {
    padding: 30px 0;
	text-align: justify;
	line-height: 1.8;
	min-height: calc(100vh - 600px);
}

.general .inscricao .arrow {
    top: 60px;
    left: 0;
	transform: rotate(80deg);
	
	animation: bounceGeneral 2s infinite 2s;
	-webkit-animation: bounceGeneral 2s infinite 2s;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}

.general header {position: relative;}

.general .header-content {
    display: grid;
    grid-template-areas:
        "logo menu inscricao"
        "logo title date"
        "logo title date";
	grid-template-columns: 20% 60% 20%;
	grid-template-rows: 150px 150px;	
}

.general .header-content .logo {grid-area: logo;}

.general .header-content .menu {grid-area: menu;}

.general .header-content .inscricao {grid-area: inscricao; position: relative;}

.general .header-content .date {
	grid-area: date;
	padding: 25px 0 0;
}

.general .header-content .page-title {
	grid-area: title;
	text-align: center;
}

.general .header-content .logo img {
    margin: 90px 0 0 15%;
    height: 130px;
}

.general .header-content .logo-background svg {
    height: 200px;
    margin-top: 50px;
    width: 120%;

}

.general .header-content .inscricao {
    text-align: right;
    margin: 75px -15px 0 0;	
}

.general .date .highlight {height: 50px;}

.general .menu ul {margin: 65px;}

.nav-li.active {pointer-events: none;}

.nav-li.active.dropdown-li {pointer-events: all;}

li.nav-li .dropdown-content a.active{
	pointer-events: none;
	color: #b9b9b9;
}

.nav-li.active a{color: #259591;}

.page-title h1 {
	position: relative;
	text-transform: uppercase;
	font-size: 30px;
}

.page-title .highlight svg {
    position: absolute;
    height: 120%;
    width: 50%;
    left: 25%;
    z-index: -1;
    top: 0;
}
	
.subscribe {
	display: grid;
    grid-template-areas: "text form";
    background-color: #f2f2f2;
    padding: 40px 5%;
    font-size: 14px;
    grid-template-columns: 330px auto;
	margin: 50px 0 0;
}

.subscribe p {
	grid-area: text;
	line-height: 1.5;
	margin: 0;
}

.subscribe form {
	grid-area: form;
	margin: 0 0 0 5%;
}

.subscribe input {
	background-color: transparent;
    border: none;
    border-bottom: 2px solid;
    padding: 0 0 10px;
    width: calc(45% - 90px);
    margin: 0 1.25%;
	border-radius: 0;
}

.subscribe .btn {
	background-color: #111;
	color: #FFF;
	margin: 0 0 0 5%;
}

/*
--------------
03. SOBRE A REDE
--------------
*/

.sobre-txt {
	max-width: 1200px;
    margin: 0 auto 40px auto;
    width: 80%;
}

.line-btn .material-icons {
	top: 5px;
    position: relative;
    margin-left: 5px;
    color: #259591;	
}

.line-btn {
	cursor: pointer;
	transition: 0.3s all;
}

.nav-li.disabled {
    opacity: 0.4;
	pointer-events: none;
}

td.td-date, td.td-time {
	text-align: center;
	font-weight: bold;
}

td.td-txt {padding: 30px 0;}

td.td-txt p{margin: 5px 0;}

tr.box {border-bottom: 2px solid #f2f2f2;}

td.td-txt .titulo-atividade {font-weight: bold;}

td.td-txt .expositores-atividade {font-style: italic;}

.search {padding: 0 10% 50px;}

.search input {width: 50%;
    height: 40px;
    border: none;
    border-bottom: 2px solid #111;
	border-radius: 0;
    padding: 0 40px 0 0;
    font-size: 14px;
}
	
.search .material-icons {position: relative;
    left: -25px;
    top: 5px;}
	
p.local span {font-weight: bold;}

.contato {
	margin: 50px 0 0;
	text-align: center;
}

.contato span {color: #259591;}

.content-erro {
	position: absolute;
    top: 0;
    height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
    background-image: url(src/img/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
}

.show {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 40px;
  margin-top: -20px;
  margin-left: -75px;
  background: #e74c3c;
  color: #fff;
  border-radius: 5px;
  border: 0;
  border-bottom: 2px solid #c0392b;
  cursor: pointer;
}

.show:hover {
  background: #c0392b;
}

.show:active {
  transform: scale(0.9);
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111c;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}

.modal {
    position: fixed;
    top: calc(50% - 300px);
    left: 25%;
    width: 50%;
    height: auto;
    margin-left: 0;
    background: #ffffff;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-out;
    transform: translateY(45px);
    padding: 25px;
    line-height: 1.5;
    text-align: center;
}

.modal .close {padding: 0 0 25px;}

.modal .close .material-icons {
    font-size: 30px;
    color: #111;
}

.active-modal {
  visibility: visible;
  opacity: 1;
}

.active-modal + .modal {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mask.loading-mask {z-index: 49;}

.modal.loading-mask {
	top: calc(50% - 20px);
	left: calc(50% - 50px);
	background: none;
	z-index: 99;
}

.loading {display: flex;}

.circle {
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  margin: 3px;
  animation: jump 0.5s ease-in infinite;
}

.circle:nth-of-type(1) {background-color: #259591;}

.circle:nth-of-type(2) {
animation-delay: 0.1s;
	background-color: #c0392b;
}

.circle:nth-of-type(3) {
  animation-delay: 0.2s;
  background-color: #f4da40;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

h2.programacao-title {
	width: 50%;
    margin: 50px auto 0;
    text-align: center;
}

h2.programacao-title span {
	display: block;
	font-weight: normal;
	font-size: 22px;
}

/*POSTERES*/

.content-posteres {
	width: 80%;
	margin: 0 auto;
}

.content-posteres .line-btn {
	margin: 30px 0;
    text-decoration: underline;
    color: #259591;
}

.download .material-icons {
	margin-right: 10px;
}

#msform {
	width: 70%;
	margin: 0 auto;
	position: relative;
	min-height: calc(100% - 300px);
}

#msform fieldset {
	border: 0 none;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	position: absolute;
}

#msform fieldset:not(:first-of-type) {
	display: none;
	background-color: #F2F2F2;
	padding: 20px 5%;
}

.next .fa, .validate .fa, .previous .fa {
	font-size: 20px;
    line-height: 35px;
	font-weight: bold;
}

.next .fa, .validate .fa {padding-left: 10px;}

.previous .fa {padding-right: 10px;}

#tab-inicio {text-align: center;}

#tab-inicio p.txt {text-align: justify;}

#tab-inicio .next {float: none;}

#msform p.line-btn {
	margin: 30px 0 0;
	color: #259591;
}

#msform p {margin: 0;}

.input-group {
	width: 48.75%; 
	float: left;
	margin: 10px 0 0;
}

.input-group.input-left {margin-right: 1.25%;}
.input-group.input-right{margin-left: 1.25%;}

.input-group:last-child {margin-bottom: 30px;}

.input-group label {
    display: block;
    font-weight: bold;
    color: #111;	
}

.input-group label span{font-weight: normal;}

.input-group input:not([type=file]), .input-group select, .input-group textarea {
	border: 1px solid #B9B9B9;
	height: 35px;
    padding: 5px 10px;
    width: 100%;
    margin: 5px 0 0;
    background-color: #fafafa;
    border-radius: 5px;
	transition: 0.2s all;
}

.input-group textarea {
	height: 100px;
	resize: none;
}

.sintese-atuacao textarea {height: 200px;}

.input-group input:focus, .input-group select:focus {background-color: #FFF;}

.input-group.uf{
	width: 80px;
    margin: 10px 1.25%;
}

.input-group.pais {
	width: calc(46.25% - 80px);
	margin-left: 1.25%;
	margin-right: 0;
}

.input-group.st-inscrito {width: 100%;}

.st-inscrito-checkbox {padding: 10px 0;}

.input-group .st-inscrito-checkbox input {width: 20px;}

.st-inscrito-checkbox label {
	display: inline-block;
    padding-left: 20px;
    font-weight: 500;
}

.confirmar-sts p {font-weight: 500;}

.st-inscrito-checkbox label span {
	display: block;
    font-size: 16px;
} 

.confirmar-sts span {
	display: block;
    font-size: 16px;
    font-weight: normal;
} 

.previous {
	clear: both;
	font-weight: bold;
    text-transform: uppercase;
    float: left;
    margin: 55px 0 0;
	float: left;
	background: none;
	transition: 0.2s all;
}

fieldset .btn {
	width: 200px;
    margin: 20px calc(50% - 100px) 0;
}

.previous:hover {
	opacity: .7;
	transform: scale(.97);
	transition: 0.2s all;
}

.btn-blue {
	background-color: #259591;
	color: #FFF;
}

.btn-caution {
	background-color: #c0392b;
	color: #FFF;
}

.input-group.select-st {
	width: 100%; 
	float: none;
}

fieldset h3 {
	margin-bottom: 0;
	color: #259591;
	display: block;
	text-align: left;
}

fieldset h3 span {
    font-weight: normal;
    font-size: 16px;
}

.clear {clear: both;}

.remove_field {
	cursor: pointer;
	float: right;
	width: 80px;
	text-align: center;
}

.input-box-coautor {
	border: 1px solid #B9B9B9;
    border-radius: 10px;
    padding: 10px 20px 20px;
    width: calc(100% - 80px);
	float: left;
}

.coautor-box {margin: 10px 0;}

.coautor-box input {margin: 10px 0;}

input[type=file] {    display: block;
    margin: 10px 0 0;
	height: 35px;
	width: 100%;
}

fieldset .btn-next, fieldset .yes, fieldset .btn-submit {
	margin: 50px calc(50% - 100px) 0;
	cursor: pointer;
}

.input-group label.error {    
	color: #c0392b;
    font-weight: 500;
    font-size: 14px;
}
	
label.error {   
	display: block;
	color: #c0392b;
    font-weight: 500;
    font-size: 14px;}
	
p.error {
	color: #c0392b;
    font-weight: 500;
}
	
/*PAINEL ADMINISTRATIVO*/	

/*Geral*/

.content-painel-adm {
    min-height: calc(100vh - 400px);
	margin: 0 5%;
}

.painel-user {
	position: absolute;
	top: 20px;
	right: 20px;
}

.painel-user span {
	padding: 10px 15px;
	background-color: #259591;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 50%;
	margin-right: 10px;
}

.painel-home {text-align: left;}

.painel-home a {
	margin: 0 15px;}

.password-group {position: relative;}

.toggle-password {
	position: absolute;
    top: 50px;
    right: 10px;
	cursor: pointer;
}

.painel-form label {
    display: block;
    font-weight: bold;
    color: #111;
	margin: 25px 0 5px;
	text-align: left;
}

.painel-form label.error {
    display: block;
    color: #c0392b;
    font-weight: 500;
    font-size: 14px;
	margin: 0;
}

p.error-login {
	background: #c0392b2e;
    padding: 10px 0;
}

.painel-form input:not([type=file]), .painel-form select, .painel-form textarea {
    border: 1px solid #B9B9B9;
    height: 35px;
    padding: 10px;
    width: 100%;
    margin: 5px 0 0;
    background-color: #fafafa;
    border-radius: 5px;
    transition: 0.2s all;
}

.painel-form .btn {
	margin: 50px 0;
}

.form-login {
	width: 500px;
    margin: 0 auto;
	text-align: center;
}

.painel-home h3 {margin: 30px 0 0;}

.painel-home p {margin: 0;}

p.duvidas {
	margin: 80px 0 0;
    text-align: center;
}

/*Certificados*/
.box-instrucoes p:nth-child(2), .box-instrucoes p:nth-child(3){
	margin: 0;
}

.box-instrucoes p span {
    font-weight: bold;
    color: #259591;
    font-size: 22px;
    padding-right: 15px;	
}

.box-instrucoes p.error {
    font-size: 15px;
	padding-left: 24px;
}

.box-cert {margin: 50px 0 0;}

a.disabled {pointer-events: none;}

.disabled .btn-rectangle {
	background-color: #d2d2d2;
	pointer-events: none;
}

.box-cert table {
	width: 100%;
    max-width: 900px;
    text-align: center;
	border-collapse: collapse;
}

.box-cert table th {
	width: 33.3%;
    background: #f5f5f5;
}

.box-cert table tr {
    height: 40px;
	border-bottom: 1px solid #f5f5f5;
}

.box-cert .input-group input, .box-cert .input-group select{height: 45px;}

.box-cert .input-group.condicao {
	width: 200px;
    margin-right: 1%;
}

.box-cert .input-group.atividade {
	width: calc(97% - 550px);
}

.box-cert .input-group.dia {
	width: 200px;
    margin: 10px 1% 0;
}

.box-cert .input-group.carga {
	width: 150px;
}

.input-group.carga input {
	width: 80px;
    margin-right: 10px;
}

.box-cert .btn-group {
	clear: both;
    padding: 50px 0 0;
    text-align: center;
}

.box-cert .btn-group .btn {margin: 0 30px;}

/*CLÍNICAS ADM*/

.content-painel-adm table {
	border-collapse: collapse;
	width: 100%;
}

.content-painel-adm table th {
	background: #f5f5f5;
	text-align: center;
}

.content-painel-adm table tr {
    height: 40px;
	border-bottom: 1px solid #f5f5f5;
}

.btn-acao .btn-caution {margin-left: 15px;}

.lista-adm td{text-align: center;}

.col-date {width: 140px;}
.col-uf {width: 80px;}
.col-acao {width: 350px;}
.col-nome-clinica {width: calc(50% - 570px);}
.col-instituicao {width: calc(35% - 570px);}
.col-cidade {width: calc(25% - 570px);}

/*APROVAR E EDITAR CLÍNICA*/

.content-painel-adm #msform h3 {color: #259591;}

.input-group.logo-clinica {
	clear: both;
}

form .logo-clinica img {height: 150px;}

.poster-clinica img {height: 300px;}

.form-btn {
    width: 100%;
    text-align: right;
    clear: both;
}

.form-btn button {margin-right: 15px;}

a.hidden-img {display: none;}

.checkbox-atuacao {
	width: 50%;
	float: left;
}

.input-group .checkbox-atuacao input[type="checkbox"] {
	width: 20px;
    float: left;
	margin: 0 10px 0 0;
}

.input-group .checkbox-atuacao input[type="text"] {
	width: 100%;
    float: left;
	margin: 0 10px 0 0;
}

.checkbox-atuacao label {font-weight: normal;}

.outro-campo {margin-top: 5px;}

.btn-novo-campo div {
	width: 80%;
    text-align: center;
    margin: 10px 10%;	
	cursor: pointer;
}

.form-novo-campo h3 {
	margin: 0 0 50px;
}

.form-novo-campo div {
	margin: 0 0 40px;
}

/*ADICIONAR PALESTRANTES*/
.bio-palestrante textarea{
	height: 125px;
}

/*EDITAR PALESTRANTES*/
.editar-palestrante .bio-palestrante textarea{
	height: 215px;
}

.foto-palestrante img {height: 150px;}

/*INSCRITOS*/

.inscritos-table {
    display: block;
    overflow: auto;
    height: calc(100vh - 370px);
    width: 100%;
}

.inscricoes-page {text-align: center;}

.inscritos-table th {
	text-align: center;
	position: sticky;
	top: 0;
}

.inscritos-table td {
	vertical-align: middle;
	padding: 15px 0;
}

.id-inscrito {
	width: 75px;
	text-align: center;
}

.data-inscrito {
	width: 120px;
	text-align: center;
	padding: 0 20px;
}

.nome-inscrito {
	width: 400px;
	text-align: center;
}

.email-inscrito {
	text-align: center;
}

.instituicao-inscrito {
	text-align: center;
}

.pais-inscrito {
	width: 180px;
	text-align: center;
}

.uf-inscrito {
	width: 75px;
	text-align: center;
}

.resumo-inscrito {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.st-resumo-inscrito, .categoria-inscrito, .st-inscrito {
	width: 120px;
	text-align: center;
}

.download-inscricoes {
	display: block;
	margin: 50px 0;
}

/*CLÍNICAS*/

.filter-clinicas {
	padding: 0 3%;
    position: relative;
    z-index: 1;
}

.filter-clinicas li {
	cursor: pointer;
}

.filtro-atuacao {
	text-align: left;
    margin: 90px 0 0;
}

.btn-categorias {
	padding: 0 20px 15px;
}

.filter-clinicas li .active {
	font-weight: bold;
    color: #c0392b;
    border-bottom: 4px solid;
}

.filter-clinicas li:hover {
    color: #c0392b;
}

.content-clinicas.lista-page {
	padding: 0;
	display: grid;
	grid-template-areas: 
		"filters infos" 
		"list infos";
	grid-template-columns: 600px calc(100% - 600px);
	grid-template-rows: 250px auto;
}

.filtros-clinicas {
	grid-area: filters;
	padding: 30px 10%;
	background-color: #FFF;
	box-shadow: 4px 6px 6px 0px #a0a0a036;
}

label.geral-filtros {
	color: #259591;
    font-weight: bold;
    display: block;
    margin: 0 0 15px;
}

label.filtro {
	font-size: 14px;
    color: #999;
    font-weight: 500;
}

.filtro-instituicao {
	width: calc(100% - 130px);
    float: left;
}

.filtro-uf {
	width: 100px;
    float: right;
}

select.clinicas-select {
	position: relative;
    width: 100%;
    border: solid 1px #999;
    border-radius: 8px;
    height: 35px;
    color: #111;
    background-color: #f9f9f9;
}

select.clinicas-select input {width: 100%;}

.box-list-clinicas {
	grid-area: list;
	padding: 30px 10%;
	background-color: #259591;
	color: #FFF;
	box-shadow: 4px 6px 6px 0px #a0a0a036;
	max-height: 800px;
    overflow: scroll;
}

.box-blue .search {padding: 0;}

.box-blue .search input {
	width: calc(100% - 24px);
    border-bottom: 2px solid #ffffff;
    background-color: transparent;
    color: #FFF;
}

.box-blue .search input::placeholder {color: #FFF;}

.box-blue .search input::-webkit-input-placeholder {color: #FFF;}

.box-blue .search input::-moz-placeholder {color: #FFF;}

.box-blue .search input:-ms-placeholder {color: #FFF;}

.list-clinicas {margin: 50px 0 0;}
 
.list-clinicas .extra-infos-clinica{display: none;}

.list-clinicas .nome-clinica {
	cursor: pointer;
	transition: 0.1s all;
    line-height: 1.5;	
	margin: 30px 0 0;
}

.infos-clinica-right .campos-atuacao {color: #259591;}

.list-clinicas .active .nome-clinica, .list-clinicas .nome-clinica:hover {font-weight: bold;}

p.hidden {display: none;}

.destaque-infos-clinica {
	grid-area: infos;
	position: relative;
	min-height: calc(100vh - 340px);
	max-height: 1000px;
    overflow: scroll;
}

.destaque-infos-clinica .infos-clinica.hidden {display: none;}

.destaque-infos-clinica .close {display: none;}

.select-clinica {
	position: absolute;
    max-width: 300px;
    text-align: center;
    width: 100%;
    color: #999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    max-height: 70px;
}

.page-clinicas .subscribe {margin: 0;}

.extra-infos-clinica {
	display: grid;
    grid-template-areas: "left right";
    grid-template-columns: 35% 65%;
	padding: 5%;
	height: 100%;
	overflow-y: scroll;
}

.infos-clinica-left {
	grid-area: left;
	padding-right: 15%;
}

.infos-clinica-right {grid-area: right;}

.extra-infos-clinica .nome-clinica {
	font-size: 25px;
    font-weight: bold;
    color: #259591;
	line-height: 1.2;
}

.lista-page .logo-clinica img {width: 100%;}

.lista-page .cidade-clinica {margin: 0 0 25px;}

.infos-clinica-right .txt-group {margin: 15px 0 0;}

.infos-clinica-right .txt-group label {font-weight: bold;}

.infos-clinica-right .txt-group p {margin: 0}

.infos-clinica-left {text-align: center;}

.lista-page .contato-clinica {
	background-color: #F2F2F2;
	padding: 20px;
	border-radius: 10px;
	margin: 30px 0;
	font-size: 16px;
	word-break: break-word;
}

.lista-page .contato-clinica p {
	text-align: left;
    margin: 0 0 10px;
    line-height: 1.5;
}

.lista-page .contato-clinica label {
	font-size: 14px;
    text-align: left;
    display: block;
    font-weight: bold;
    color: #999;
}

.lista-page .social-medias-clinica {
	font-size: 25px;
    color: #999;
}

.lista-page .social-medias-clinica .horizontal-list li:not(:last-child) {margin-right: 30px;}

.lista-page .social-medias-clinica li:hover {
    color: #111;
	transition: 0.2s all;
}

/*CONTEÚDOS*/

.conteudos-page {margin: 0 5%;}

.header-conteudos .btn-conteudos {
	width: 100%;
	margin: 0 0 30px;
}

.header-conteudos .btn-conteudos p {
	width: calc(100% - 300px);
	float: left;
	margin: 5px 0;
}

.header-conteudos .btn-conteudos button {
	width: 250px;
	float: right;
	margin: 0;
}

.header-conteudos .search {
	padding: 30px 0;
	width: 100%;
	clear: both;
}

.table-conteudos {clear: both;}

table.lista-conteudos {
	border-collapse: collapse;
	line-height: 1.5;
}

table.lista-conteudos tr.tr-title {background-color: #F2F2F2;}

table.lista-conteudos tbody tr:nth-child(even){background-color: #F2F2F2;}

table.lista-conteudos th.ano-conteudo, table.lista-conteudos th.download-conteudo {padding: 10px 30px;}

table.lista-conteudos th.titulo-conteudo {
	padding: 10px 0;
	width: 100%;
}

table.lista-conteudos th.tags-conteudo {
	padding: 10px 50px;
	min-width: 250px;
}

table.lista-conteudos th.clinica-conteudo {padding: 10px 80px;}

table.lista-conteudos th.tipo-conteudo {padding: 10px 50px;}

table.lista-conteudos td {
	padding: 30px 10px;
	text-align: center;
}

table.lista-conteudos td.titulo-conteudo {text-align: left;}

/*ENVIAR CONTEUDOS*/


#tab-01 {text-align: center;}

#msform.form-conteudo{
    min-height: calc(100% - 600px);
}

/*EVENTOS ANTERIORES*/

.lista-eventos-videos {padding: 0 10%;}

.box-video {
    display: grid;
    grid-template-areas: "thumb_video infos_video";
    grid-template-columns: 350px auto;
    transform: scale(1);
    transition: 0.2s all;
    cursor: pointer;
    margin: 30px 0;
    line-height: 1.2;
}

.box-video:hover {
	transform: scale(0.98);
	transition: 0.2s all;
}

.box-video:hover .video-play-button {
	opacity: 0;
	transition: 0.2s all;
}

.box-video:hover .thumb-img  {
	filter: grayscale(0%);
	transition: 0.2s all;
}

.thumb-video {
	grid-area: thumb_video;
	width: 350px;
    height: 250px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.video-play-button {
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #259591cf;
    z-index: 9;
    color: #FFF;	
	transition: 0.2s all;
}

.video-play-button .material-icons {
    font-size: 70px;
    padding: calc(33.333% - 35px) calc(50% - 35px);	
}

.thumb-img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	filter: grayscale(100%); 
	transition: 0.2s all;
}

.infos-video {
	grid-area: infos_video;
	padding: 0 5%;
    max-width: 950px;
    text-align: left;
}

.box-video h2 {margin: 0;}

.box-video p.nome-evento {color: #c0392b;}

#video-embed {
    width: 70%;
    height: 80vh;
}

/*PRÓXIMOS EVENTOS*/

.eventos-page {margin: 0 5%;}

.lista-eventos {padding: 0 10%;}

.box-evento {
	background-color: #F2F2F2;
    padding: 0;
    display: grid;
    grid-template-areas:
        "data_evento infos_evento img_evento";
    grid-template-columns: 150px auto 350px;
	margin: 30px 0;
	height: 250px;
}

.box-evento .data-evento {
    grid-area: data_evento;
	width: 125px;
    text-align: center;
    line-height: 0.8;
    color: #259591;	
	padding: 25px;
	display: grid;
	grid-template-areas: 
	    "date-right" 
	    "date-conector" 
	    "date-left";
}

.box-evento .dia-evento {
	margin: 0;
    font-size: 30px;
    font-weight: bold;
    color: #259591;
}

.box-evento .mes-evento {
	text-transform: uppercase;
    font-size: 18px;
	margin: 10px 0 0;
}

.box-evento .infos-evento {
    grid-area: infos_evento;
    padding: 25px 25px 0 0;
}

.box-evento h4 {margin: 0;}

.box-evento .horario-evento {
	width: 200px;
    float: left;
    position: relative;
    padding-left: 29px;
}

.box-evento .material-icons {
	position: absolute;
    top: 3px;
	left: -5px;
}

.box-evento .local-evento {
	width: calc(100% - 200px);
    position: relative;
    padding-left: 29px;
}

.proximos-eventos .box-evento .local-evento {
    float: right;
}

.eventos-anteriores .box-evento .local-evento {
    float: left;
}

.box-evento .link-evento {
	clear: both;
    margin: 0;
}

.box-evento .img-evento {
    grid-area: img_evento;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}

/*SOBRE A REDE */

/*MENU HOVER*/
.nav-li { position: relative;}

li.nav-li a:hover {color: #0e7572;}

.dropdown-content {
	display: none;
	position: absolute;
	z-index: 1;
	width: 210%;
	text-align: center;
	font-size: 18px;
	color: #259591;
	padding: 10px 0;
	margin: 0 -55%;
}

li.nav-li .dropdown-content a {
	display: block;
    padding: 10px 0;
	transition: 0.2s all;
	color: #259591;
}

.dropdown-content:hover, .nav-li:hover .dropdown-content, .nav-li.active:hover .dropdown-content {display: block !important;}

li.nav-li .dropdown-content a:hover {color: #0e7572;}

#poster-clinica {
	width: 70%;
    margin: 0 auto;
    height: calc(100vh - 150px);
    overflow-y: scroll;
}

#poster-clinica img {width: 100%;}

.modal.fullscreen .close .material-icons {color: #FFF;}

.modal.fullscreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #111111e0;
    transform: translateY(0);
}

/*CADASTRO CLÍNICA*/
#msform fieldset.cadastro-fieldset {position: relative;}

input.btn-submit {
	text-align: center;
	cursor: pointer;
}

/*PROGRAMACAO ADM*/
#lista-atividades .col-data{width: 120px;}

#lista-atividades .col-horario{width: 200px;}

#lista-atividades td.col-titulo{text-align: left;}

#lista-atividades td.col-expositores{
    width: 350px;
    text-align: left;
    padding: 0 20px;
}

/*ADICIONAR E EDITAR ATIVIDADE*/

.input-group.titulo-atividade {width: 100%;}

.input-group input[type=time] {width: 35%;}

.input-group.ementa-atividade textarea {height: 115px;}

/*ENVIAR EVENTO*/
.content-enviar-evento .input-group input[type=date] {width: 45%;}

/*
--------------
RESPONSIVE
--------------
*/

@media screen and (max-width: 700px) {
	::-webkit-scrollbar {display: none;}
}

@media screen and (max-width: 1024px) {

	/*--- GENERAL Responsive ---*/
	
	h2 {font-size: 20px;}
	
	/*--- HOME Responsive ---*/

	body {font-size: 15px;}

	body.home {
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.home header {
		height: calc(100vh - 80px);
		width: 100vw;
	}

	.home .logo {top: 10vh;}

	.home .logo-background svg {
		width: 120%;
		min-width: 0;
		height: 100%;
	}

	.home .date {
		height: 15vh;
		position: relative;
		margin: 5vh 0 0;
	}

	.home .inscricao {
		top: 50vh;
		right: calc(50% - 75px);
	}

	.inscricao .arrow {
		height: 35px;
		width: 35px;
	}

	.home .inscricao .arrow {
		top: -30px;
		right: -10px;
	}

	/*--- MENU Responsive ---*/

	.nav-toggle {
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		cursor: pointer;
		height: 20px;
		left: 15px;
		position: absolute;
		width: 35px;
		z-index: 4;
		top: 25px;

		-webkit-transition: left 0.5s ease;
		-moz-transition: left 0.5s ease;
		-ms-transition: left 0.5s ease;
		-o-transition: left 0.5s ease;
		transition: left 0.5s ease;
	}

	.nav-toggle.expanded {left: calc(95% - 60px);}

	.nav-toggle:hover {opacity: 1;}

	.nav-toggle .nav-toggle-bar,
	.nav-toggle .nav-toggle-bar::after,
	.nav-toggle .nav-toggle-bar::before {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		content: '';
		height: 3px;
		width: 100%; 
	}

	.nav-toggle .nav-toggle-bar {background: transparent;}

	.nav-toggle .nav-toggle-bar::after,
	.nav-toggle .nav-toggle-bar::before {background: #111;}

	.nav-toggle .nav-toggle-bar {margin-top: 0; }

	.nav-toggle .nav-toggle-bar::after {
		margin-top: 5px; 
		width: 70%;
	}

	.nav-toggle .nav-toggle-bar::before {margin-top: -5px;}

	.nav-toggle.expanded .nav-toggle-bar {background: transparent;}

	.nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
		background: #FFF;
		margin-top: 0;
		width: 100%;
	}

	.nav-toggle.expanded .nav-toggle-bar::after {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg); 
	}

	.nav-toggle.expanded .nav-toggle-bar::before {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg); 
	}

	.nav {
		-webkit-transition: left 0.5s ease;
		-moz-transition: left 0.5s ease;
		-ms-transition: left 0.5s ease;
		-o-transition: left 0.5s ease;
		transition: left 0.5s ease;
		background: #259591;
		color: #FFF;
		cursor: pointer;
		height: 100vh;
		left: -100%;
		padding: 75px 5% 5%;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 3; 
		margin: 0;
		overflow-y: scroll;
	}

	.nav.expanded {left: 0; }

	.nav ul {
		position: relative;
		width: 100%;
		top: 100px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		list-style: none;
		margin: 0 auto;
		padding: 0; 
	}

	.nav-toggle{display:block;}

	nav ul.horizontal-list {
		list-style: none;
		padding: 0;
		margin: 150px 0 0;
		display: block;
		font-size: 25px;
		overflow: hidden;
	}

	nav .horizontal-list li {
		width: 200px;
		margin: 0 calc(50% - 100px) 40px;
	}

	.nav-li.active a {color: #ffffff4d;}

	.nav-li.active a.dropdown {color: #FFF;}

	li.nav-li a {color: #FFF;}

	.dropdown-content {
		display: block;
		position: relative;
		z-index: 1;
		width: 210%;
		text-align: center;
		font-size: 18px;
		color: #FFF;
		padding: 10px 0;
		margin: 0 -55%;
	}

	li.nav-li .dropdown-content a {color: #FFF;}
	
	li.nav-li .dropdown-content a.active {color: #ffffff4d;}

	/*--- GENERAL PAGE Responsive ---*/
	
	.general .header-content .logo-background svg {
		height: 120px;
		margin-top: -20px;
		width: 120%;
	}

	.general .header-content {
		display: grid;
		grid-template-areas:
			"menu inscricao"
			"logo inscricao"
			"title title";
		grid-template-columns: 70% 30%;
		grid-template-rows: 90px 90px 75px;	
	}

	.general .btn-circle {font-size: 14px;}

	.general .header-content .logo img {
		margin: -30px 10%;
		width: 60%;
	}

	.general .logo-background {
		width: 80%;
		height: 100%;
		top: -20px;
	}

	.general .inscricao .btn-circle {
		width: 120px;
		height: 120px;
		position: relative;
		right: 10px;
		margin: 0;
	}

	.general .header-content .inscricao {
		text-align: right;
		margin: -30px -10px 0 0;
	}

	.general .header-content .date {display: none;}

	.page-title h1 {font-size: 25px;}

	.page-title .highlight svg {
		height: 130%;
		width: 85%;
		left: 7.5%;
	}

	.general .menu ul {margin: 150px 0 0;}

	.subscribe {
		grid-template-areas:
			"text"
			"form";
		padding: 40px 5%;
		grid-template-columns: 100%;
		margin: 0;
	}

	.subscribe form {
		grid-area: form;
		margin: 20px 0 0;
	}

	.subscribe input {
		background-color: transparent;
		border: none;
		border-bottom: 2px solid;
		padding: 0 0 10px;
		width: 100%;
		margin: 10px 0;
	}

	.subscribe .btn {
		background-color: #111;
		color: #FFF;
		margin: 20px calc(50% - 85px) 0;
		width: 170px;
	}

	.general .inscricao .arrow {
		top: 130px;
		left: 0;
		transform: rotate(45deg);

		animation: bounceGeneralMobile 2s infinite 2s;
		-webkit-animation: bounceGeneralMobile 2s infinite 2s;
		transition: all .2s ease-in;
		-webkit-transition: all .2s ease-in;
	}

	span.desktop {display: none;}

	.search {padding: 0 5%;	}
	
	.search input {width: 100%;}

	.search .material-icons {
		position: relative;
		left: 93%;
		top: -35px;
	}
	
	.modal {
		position: fixed;
		top: calc(50% - 300px);
		left: calc(50% - 150px);
		width: 300px;
		height: auto;
		margin-left: 0;
		background: #ffffff;
		z-index: 100;
		visibility: hidden;
		opacity: 0;
		transition: 0.5s ease-out;
		transform: translateY(45px);
		padding: 5%;
		line-height: 1.5;
		text-align: center;
	}
	
	.active-modal {
	  visibility: visible;
	  opacity: 1;
	}

	.active-modal + .modal {
	  visibility: visible;
	  opacity: 1;
	  transform: translateY(0);
	}

	.sobre-txt {margin: 0 auto;}	
	
	/*--- CADASTRO Responsive ---*/

	#msform {
		width: 90%;
		min-height: calc(100% - 250px);
	}

	.input-group {
		width: 100%; 
		float: none;
		margin: 10px 0 0;
	}

	.input-group.uf{
		width: 80px;
		margin: 10px 1.25%;
		float: left;
	}

	.input-group.pais {
		width: calc(96.25% - 80px);
		margin-left: 1.25%;
		margin-right: 0;
		float: right;
	}

	.input-group select {max-width: calc(295px - 5%);}

	.input-group.submissao-trabalho {clear: both;}
	
	.content-inscricao .infos-clinica {padding: 0;}
	
	.input-group.input-right {margin-left: 0;}
	
	.input-group.input-left {margin-right: 0;}
	
	.checkbox-atuacao{word-wrap: break-word;}
	
	fieldset .btn-next, fieldset .yes, fieldset .btn-submit {margin: 15px calc(50% - 100px) 0;}
	
	.contato {
		margin: 50px 5% 0;
		text-align: center;
	}	
	
	/*--- LISTA DE CLÍNICAS Responsive ---*/
	
	.content-clinicas.lista-page {
		padding: 0;
		display: grid;
		grid-template-areas:
			"filters" 
			"list";
		grid-template-columns: 100%;
		grid-template-rows: 220px auto;
	}
	
	.filtros-clinicas {padding: 5%;}
	
	.filtro-instituicao {
		width: 100%;
		margin: 0 0 15px;
		float: none;
	}
	
	.filtro-uf {
		width: 70px;
		float: left;
	}
	
	.filtro-atuacao {
		margin: 0;
		width: calc(100% - 85px);
		float: right;
	}
	
	.box-list-clinicas {padding: 5%;}
	
	.box-blue .search input {width: 100%;}
	
	.box-blue .search .material-icons {
		position: absolute;
		left: calc(90% - 5px);
		top: 25px;
	}
	
	.list-clinicas {
		margin: 0;
		max-height: 300px;
		overflow: scroll;	
	}
	
	.destaque-infos-clinica {
		grid-area: none;
		position: absolute;
		min-height: calc(100vh - 340px);
		background-color: #FFF;
		top: 0;
		z-index: 9;
		width: 100%;
		visibility: hidden;
		opacity: 0;
	}
	
	.destaque-infos-clinica.active{
		visibility: visible;
		opacity: 1;
	}
	
	.destaque-infos-clinica .close {
		display: block;
		padding: 5%;
	}
	
	.destaque-infos-clinica .close .material-icons {
		color: #111;
		font-size: 35px;
	}
	
	.extra-infos-clinica {
		display: grid;
		grid-template-areas:
			"right"
			"left";
		grid-template-columns: 100%;
		max-height: 525px;
		overflow: scroll;
	}
	
	.infos-clinica {padding: 0 5%;}
	
	.infos-clinica-left {padding: 0;}
	
	/*--- CONTEÚDOS Responsive ---*/
	
	.conteudos-page.content {padding: 0 0 30px;}
	
	.conteudos-page .btn-conteudos {margin: 0;}
	
	.conteudos-page .btn-conteudos button {
		width: 250px;
		float: none;
		margin: 0 calc(50% - 125px);
	}
	
	.conteudos-page .search {padding: 30px 0 0;}
	
	.conteudos-page .btn-conteudos p {
		width: 100%;
		float: none;
		margin: 5% 0;
	}
	
	table.lista-conteudos td {padding: 0;}
	
	#table-conteudos table, 
	#table-conteudos thead, 
	#table-conteudos tbody, 
	#table-conteudos th, 
	#table-conteudos td, 
	#table-conteudos tr { 
		display: block; 
	}
 
	#table-conteudos thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#table-conteudos tr { 
		border-bottom: 2px solid #ccc;
    	padding: 0;
	}
 
	#table-conteudos td {
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding: 10px; 
		white-space: normal;
		text-align:left;
	}
	
	#table-conteudos p {margin: 0;}
	
	table.lista-conteudos tbody tr:nth-child(even){background-color: #FFF;}
	
	table.lista-conteudos tbody tr:nth-child(odd){background-color: #F2F2F2;}

	/*--- ENVIAR CONTEÚDO Responsive ---*/
		
	#msform.form-conteudo {min-height: 300px;}
	
	/*--- EVENTOS ANTERIORES Responsive ---*/
	
	.lista-eventos-videos {padding: 0 5%;}
	
	.box-video {
		grid-template-areas:
			"thumb_video"
			"infos_video";
	}
	
	.thumb-video {
		width: 90vw;
		height: 60vw;
	}
	
	.infos-video {
		width: 90vw;
		padding: 0 0 15px;
		margin: 15px 0 0;
		border-bottom: solid 2px #ddd;
	}
	
	#video-embed {
		width: 100%;
		height: 50vh;
	}
	
	/*--- PRÓXIMOS EVENTOS Responsive ---*/
	
	.lista-eventos {padding: 0 5%;}
	
	.box-evento {
		grid-template-areas:
		    "img_evento"
			"data_evento"
			"infos_evento";
		grid-template-columns: 100%;
		height: auto;
	}
	
	.box-evento h4 {margin: 15px 0;}
	
	.box-evento .infos-evento {
        padding: 25px;
    }
    
	.box-evento .data-evento {
		width: 100%;
		text-align: center;
		padding: 0 0 15px;
        grid-template-areas: 
    	    "date-right date-conector date-left";
	}
	
	.box-evento .horario-evento {
		width: 100%;
		float: none;
	}
	
	.box-evento .local-evento {
	    width: 100%;
	}
	
	.box-evento .img-evento {
	    height: 200px;
	    margin-bottom: 25px; 
	}
	
	/*--- FOOTER Responsive ---*/
	
	footer {
		grid-template-areas:
			"redes"
			"logos"
			"direitos";
		grid-template-columns: 100%;
		height: auto;
		z-index: 0;
	}

	footer .social-medias-bottom {
		text-align: center;
		margin: 0 0 20px;
	}

	footer .social-medias-bottom .horizontal-list li:not(:last-child) {margin-right: 40px;}

	footer .direitos {
		padding: 30px 8%;
		text-align: center;
	}

	.logos-equipe p {margin: 10px 0 20px;}

	footer .logos-equipe .logos-equipe-group {
		float: none;
		width: 100%;
		position: relative;
		text-align: center;
		margin: 15px 0;
	}

	footer .logos-equipe .logos-equipe-group:not(:first-child) {padding: 0;}

	footer .horizontal-list li:not(:last-child) {
		margin-right: 25px;
		float: left;
	}

	footer .horizontal-list li:last-child {float: right;}

	footer .social-medias-bottom li {padding: calc(40px - 15px) 0;}
	
}