/**
* Template Name: Medilab - v4.10.0
* Template URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #242415;
}

a {
  color: #F41E52;
  text-decoration: none;
}

a:hover {
  color: #1F0184;
  text-decoration: none;
}



.btExcluir{
	font-size:13px;
	padding:5px;
	line-height:35px;
	color: #000000;
	font-family: "Open Sans", sans-serif;	
	  cursor:hand;
}

a.btExcluir:link {
 color: #000000;
  text-decoration:none;
}



a.btExcluir:hover {
  color: #F41E52;
  text-decoration: none;
  cursor:hand;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}


#listaItem {
  border-collapse: collapse;
  width: 100%;
  font-size:12px;
}

#listaItem td, #listaItem th {
  border: 1px solid #ddd;
  padding: 8px;
}




#listaItem tr:nth-child(even){background-color: #f2f2f2;}

#listaItem tr:hover {background-color: #ddd;}
 
 #listaItem th:hover {
 cursor: hand;}

#listaItem th {
  padding-top: 5px;
  padding-bottom:5px;
  text-align: left;
  font-size:12px;
  background-color: #1F0184;
  color: white;
 
}

#listaItem tr td.checkbox {
  padding-top: 5px;
  padding-bottom:5px;
  text-align: left;
  font-size:12px;
  background-color: #1F0184;
  color: white;
 
}

 #listaItem tr.marcar td  {background-color: #FF4D4D;}


#listaItem th::after {
  content: "  \f0dc";
  font-family: "FontAwesome";
  text-align: right;
}

#listaItem th.asc::after {
  content: "  \f0de";
  font-family: "FontAwesome";
  text-align: right;
}

#listaItem th.desc::after {
  content: "  \f0dd";
  font-family: "FontAwesome";
  text-align: right;
}





#listaHead {
  border-collapse: collapse;
  width: 100%;
  font-size:12px;
   border: 1px solid #ddd;
  padding: 8px;
}





.label_table{
	font-size: 15px;
	color: #FFFFFF;
	font-weight:bold;
}

.texto
{
	font-size:12px;
	color:#000;
}

.texto:hover {
  color: #F41E52;
  text-decoration: none;
}

.textoReportS
{
	font-size:14px;
	color:#000;
}

.textoReportT
{
	font-size:11px;
	color:#000;
}

.chamadaP
{
	font-size:10px;
	color:#000;
}

.chamadaB
{
	font-size:10px;
	color:#FFF;
}

.chamadaM
{
	color:#FFF;
}



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #F41E52;
  border-top-color: #1F0184;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #F41E52;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #1F0184;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #666666;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}
#topbar .contact-info {
  line-height: 1;
  color: #EEEEEE;
  transition: 0.3s;
}

#topbar .contact-info a {
  line-height: 1;
  color: #EEEEEE;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color:#EEEEEE;
}

#topbar .contact-info i {
  color: #EEEEEE;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
   color: #EEEEEE;
}

#topbar .social-links a {
  color: #EEEEEE;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #EEEEEE;
}

#topbar .social-links a:first-child {
  border-left: 0;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
	margin-top: 15px;
	background: #1F0184;
}

.space {
	height: 15px;
	background-color: #fff;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background-color: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0 0 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #1F0184;
}

#header .logo img {
  max-height: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
 
}

.navbar a,
.navbar a:focus {

  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  background-color: #1F0184;
  padding: 5px 5px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
  background-color: #F41E52;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #1F0184;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  border: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #F41E52;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #1F0184;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #1F0184;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #fff;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 130px 0;
  overflow: hidden;
}
.section-alert {
  background-color:#1F0184;
}
.section-bg {
  background-color:#F9F9F9;
}

.section-bg2 {
  background-color:#DFDFE1;
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #1F0184;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #F41E52;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.more-btn {
  display: inline-block;
  background: #1F0184;
  padding: 6px 20px 8px 20px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.more-btn i {
  font-size: 14px;
}

.more-btn:hover {
  color:#ffffff ;
  background: #F41E52;
}


/*--------------------------------------------------------------
# interna
--------------------------------------------------------------*/
.interna {
  padding: 200px 0;
  overflow: hidden;
}

.interna .icon-boxes h4 {
  font-size: 18px;
  color: #F41E52;
  margin-bottom: 15px;
}

.interna .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1F0184;
  margin-bottom: 15px;
}

.interna .icon-box {
  margin-top: 40px;
}

.interna .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #F41E52;
  border-radius: 50px;
  transition: 0.5s;
}

.interna .icon-box .icon i {
  color: #F41E52;
  font-size: 32px;
}

.interna .icon-box:hover .icon {
  background: #F41E52;
  border-color: #F41E52;
}

.interna .icon-box:hover .icon i {
  color: #fff;
}

.interna .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.interna .icon-box .title a {
  color: #242415;
  transition: 0.3s;
}

.interna .icon-box .title a:hover {
  color: #F41E52;
}

.interna .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.interna .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#F41E52 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.interna .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.interna .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.interna .play-btn:hover::after {
  border-left: 15px solid #F41E52;
  transform: scale(20);
}

.interna .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# calendario
--------------------------------------------------------------*/

#calendar {
  width: 100%; 
}

#calendar a {
  color: #666;
}

#calendar ul {
   clear: both;
 border: 1px solid #ccc;
background-color:#F41E52;
}

#calendar li {
  display: block;
  float: left;
  width: 14.2857142857%;
  padding: -20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-right: -1px;
  margin-bottom: -1px;
 
}

#calendar ul.weekdays {
	width:100%;
	height: 40px;
	background-color:#F41E52;
  
}

#calendar ul.weekdays li {
  text-align: left;
  text-transform: uppercase;
  line-height: 20px;
  width:15%;
  padding: 10px 6px;
  color: #fff;
  font-size: 13px;
   border: 1px solid #ccc;
}

#calendar .days li {
  height: 180px;
}

#calendar .days li:hover {
  background: #eee;
}

#calendar .date {
  text-align: left;
  margin-bottom: 5px;
  padding: 5px;
  color: #ff4c4c;
  width: 20px;
  float: left;
}

#calendar .event {
  clear: both;
  display: block;
  font-size: 13px;
  border-radius: 4px;
  padding: 5px;
  margin-top: 40px;
  margin-bottom: 5px;
  color: #666;
  line-height: 14px;
  background-color: #ffb2b2;
  border: 1px solid #ff9999;
  text-align: left;
  height: 75px;
}

#calendar .event-desc {
  margin: 3px 0 7px 0;
}

#calendar .other-month {
  background: #f5f5f5;
}


  #calendar  .weeknameday {
    display: none;
  }

@media (max-width: 768px) {
  #calendar .weekdays, #calendar .other-month {
    display: none;
  }
  
   #calendar  .weeknameday {
	display: block;
	font-size: 10px;
	text-align: left;
	width: 100%;
	}
 
  
  #calendar li {
    height: auto !important;
    border: 1px solid #ededed;
    width: 100%;
    padding: 10px;
    margin-bottom: -1px;
  }
  
  #calendar .date {
    float: none;
	text-align: left;
	width: 100%;
  }

}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.login{
	margin-top: 0px;
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #F41E52;
  float: left;
  width: 44px;
  height: 44px;
  background: #F9F9F9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1F0184;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #F41E52;
  color: #fff;
}


 .form-group {
  padding-bottom: 8px;
}

  .error-message {
  color: #fff;
  background: #EE1650;
  text-align: left;
  padding: 15px;
  font-weight: 600;
   margin-top: 25px;
  margin-bottom: 25px;
}

 .error-message br+br {
  margin-top: 25px;
  margin-bottom: 25px;
}

 .sent-message {
  display: none;
  color: #fff;
  background: #1F0184;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 25px;
}

 .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
   margin-top: 25px;
  margin-bottom: 25px;
}

 .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}



form.dados input, form.dados select {height:auto;}
form.dados input, form.dados textarea, form.dados select { 
font-size: 14px;
 background: none repeat scroll 0 0 #F5F5F5;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}

form.dados input:hover, form.dados textarea:hover, form.dados select:hover, form.dados input:focus, form.dados textarea:focus, form.dados select:focus {background: none repeat scroll 0 0 #fff;}

form.dados input, form.dados textarea, form.dados select {
	font-size: 14px;
 background: none repeat scroll 0 0 #F5F5F5;
 border: 1px solid #E0E0E0;
 padding: 0.625rem;
 width: 100%;
}

form.dados input[type="file"] {
font-size: 14px;
 border: 1px solid #E0E0E0;
 height: auto;
 padding: 0.4rem;
 width: 100%;
}

form.dados input[type="radio"], form.dados input[type="checkbox"] {
font-size: 14px;
 margin-right: 0.625rem;
 width:auto;
 padding:0;
 height:auto;
}

form.dados option {padding: 0.625rem;}
form.dados select[multiple="multiple"] {height: auto;}

form.dados button {
 background: #F41E52;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;

}

 form.dados button:hover {
  background: #1F0184;
}




@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #242415;
  font-size: 14px;
  background: #F9F9F9;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #242415;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1F0184;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #F41E52;
}

#footer .footer-newsletter {
  font-size: 13px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #242415;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #F41E52;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #1F0184;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #242415;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #F41E52;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1F0184;
  color: #fff;
  text-decoration: none;
}

#google_translate_element {
	display: none;
}

body > .skiptranslate {
	display: none;
}	

