@import url('https://fonts.googleapis.com/css?family=Work+Sans');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

body {
  font-family: 'Work Sans', sans-serif;
  width: 100%;
  background-color: #ccc;
}

::-webkit-scrollbar {
  width: 7px;
}


/*la barra entera, el fondo */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}


/*lo que sube y baja */

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}

.nav {
  padding-left: 40px;
  padding: 10px;
  position: fixed;
  width: 100%;
  background-color: #19202e;
  z-index: 1;
  height: 60px;
  border-bottom: 3px solid #57DBE6;
}

.nav a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding-left: 30px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 3px;
  text-decoration: none;
}

.nav button {
  padding-top: 8px;
}

.logo {
  float: left;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 20px;
}

.logo img {
  width: 87px;
  height: 38px;
}

.navbar {
  overflow: hidden;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-family: 'Work Sans', sans-serif;
  background-color: #19202e;
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding-left: 30px;
  padding-right: 16px;
  margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
  text-decoration: underline;
}

.dropdown-content {
  background-color: #19202e;
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown:hover .dropdown-content {
  display: block;
}

section {
  width: 100%;
  background-image: url(Imagenes/Importantes/248.jpg);
  background-size: 100% 100%;
  background-color: #ccc;
  margin: auto;
  margin-top: 58px;
  min-height: 609px;
  padding-bottom: 40px;
  padding-top: 20px;
}

section article {
  width: 90%;
  height: auto;
  background-color: white;
  margin: auto;
  margin-top: 1.5%;
  padding: 2.3em;
  -webkit-box-shadow: 2px 2px 42px -2px rgba(112, 112, 112, 0.91);
  -moz-box-shadow: 2px 2px 42px -2px rgba(112, 112, 112, 0.91);
  box-shadow: 2px 2px 42px -2px rgba(112, 112, 112, 0.91);
}

.titulo {
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: #86194A;
  background-color: white;
  width: 223px;
  margin: auto;
  margin-top: -24px;
  text-align: center;
}

p {
  margin-top: 6px;
}

h1 {
  font-size: 21px;
  color: #86194a;
  margin-bottom: 10px;
}

article a {
  display: block;
  padding: 11px;
  text-decoration: none;
  width: 120px;
  margin-top: 10px;
  background-color: white;
  color: #333333;
  border-width: 0px;
  text-transform: uppercase;
  font-size: 16px;
  border: 3px solid #57DBE6;
  transition: background-color 0.3s ease;
}

article a:hover {
  border-width: 0px;
  color: white;
  background-color: #19202E;
  border-bottom: 3px solid #57DBE6;
  padding-top: 14px;
}

footer {
  color: white;
  width: 100%;
  height: 150px;
  background-color: #19202e;
  border-top: 6px solid #86194A;
  display: flex;
  align-content: center;
  justify-content: center;
}

.columna {
  text-align: center;
  padding: 20px;
  width: 300px;
}

.columna .tituloColumna {
  font-size: 18px;
  font-weight: bold;
}

.columna .telefono {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  margin-left: 40px;
}

.columna .logofooter {
  width: 110px;
  height: 47px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.columna .numero {
  margin-top: -44px;
  display: block;
  margin-left: 102px;
}

.columna p {
  text-align: left;
}

ul {
  padding: 0;
  list-style: none;
  text-align: center;
}

.footer-social-icons {
  width: 350px;
  display: block;
  margin: 0 auto;
}

.social-icon {
  color: #fff;
}

ul.social-icons {
  margin-top: 10px;
}

.social-icons li {
  vertical-align: top;
  display: inline;
  height: 100px;
}

.social-icons a {
  color: #fff;
  text-decoration: none;
}

.fa-facebook {
  padding: 10px 14px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #86194A;
}

.fa-facebook:hover {
  background-color: #3d5b99;
}

.fa-twitter {
  padding: 10px 12px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #86194A;
}

.fa-twitter:hover {
  background-color: #00aced;
}

.fa-instagram {
  padding: 10px 14px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #86194A;
}

.fa-instagram:hover {
  background-color: #eb8231;
}

.fa-youtube {
  padding: 10px 14px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #86194A;
}

.fa-youtube:hover {
  background-color: #e64a41;
}