/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 14/05/2019, 17:40:10
    Author     : Renan
*/
#myFooter {
  background-color: #4BB6D6;
  color: white;
  padding-top: 20px;
  height: fit-content; }

#map-container {
  height: 240px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px; }

#myFooter .row {
  margin: 0 85px; }

#myFooter .footer-copyright {
  background-color: #2A426C;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  font-size: 1.3em; }

#myFooter .footer-copyright p {
  margin: 10px;
  color: white;
  font-size: 1.3em; }

#myFooter .container {
  width: auto; }

#myFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7; }

#myFooter h5 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 30px; }

#myFooter a {
  color: white;
  text-decoration: none; }

#myFooter a:hover,
#myFooter a:focus {
  text-decoration: underline;
  color: greenyellow; }

#myFooter .social-networks {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 38px; }

#myFooter .fa {
  font-size: 30px;
  margin-right: 15px;
  margin-left: 20px;
  background-color: white;
  color: #182c39;
  border-radius: 51%;
  padding: 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 31px;
  text-decoration: none;
  transition: color 0.2s; }

#myFooter .fa-facebook:hover {
  color: #2b55ff; }

#myFooter .fa-facebook:focus {
  color: #2b55ff; }

#myFooter .fa-instagram:hover {
  color: #BD2889; }

#myFooter .fa-instagram:focus {
  color: #BD2889; }

@media screen and (max-width: 767px) {
  #myFooter {
    text-align: center; }

  #myFooter .row {
    margin: 0; }

  .btn-primary {
    margin-top: 5%; } }
@media screen and (max-width: 992px) {
  #contEnd {
    text-align: center; }

  #contEmail {
    text-align: center; }

  #contTel {
    text-align: center; } }
/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */
html {
  height: 100%; }

body {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%; }

.content {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-height: 200px; }

#myFooter {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  width: 100%;
  float: left;
  position: relative;
  bottom: 0;
  left: 0; }

hr {
  background-color: black;
  width: 90%; }

#LastPub_Title {
  color: #2A426C;
  font-size: 2em; }

#LastPub_cont {
  width: 100%;
  height: auto; }

#Pub_Title {
  font-size: 1.8em;
  color: #2A426C; }

#LastPub_Resume {
  font-size: 1.6em; }

#Link_Pub {
  text-decoration: none;
  font-size: 1.5em;
  color: #2A426C; }

#date_Pub {
  font-size: 1.5em; }

#Contact_Title {
  color: #2A426C;
  font-size: 2em; }

#End_Pub {
  text-align: center;
  font-size: 1.6em; }

/*# sourceMappingURL=Footer.css.map */
