html{
  overflow-x: hidden;
}
html, body{
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #444444;
}
.logo{
  position: absolute;
  top: 15%;
  left: 10%;
  z-index: 10;
}
.navbar-nav li{
  font-size: 13px;
}
.navbar{
  z-index: 20;
}
section {padding:100px 0;}


.button {
  border-radius: 4px;
  background-color: #222;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.tit{
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  text-align: center;
  width: 350px;
  margin: auto;
  margin-bottom: 50px;
}
.tit-2{
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  text-align: center;
  width: 300px;
  margin: auto;
  margin-bottom: 50px;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 27px;
}

.f-23{font-size: 23px;}
.f-22{font-size: 22px;}
.f-21{font-size: 21px;}
.f-20{font-size: 20px;}
.f-19{font-size: 19px;}
.f-18{font-size: 18px;}
.f-17{font-size: 17px;}
.f-16{font-size: 16px;}
.f-15{font-size: 15px;}
.f-14{font-size: 14px;}
.f-13{font-size: 13px;}
.f-12{font-size: 12px;}
.f-11{font-size: 11px;}
.f-10{font-size: 10px;}
.f-9{font-size: 9px;}
.f-8{font-size: 8px;}

.text-italic{
  font-style: italic;
}
.color-bg{
  background-color: #595959;
  color: #eee;
}
.color-bg-2{
  background-color: #f4f4f4;
  color: #555;
}
.tar{
  background: rgba(0, 0, 0, .7);
  border-radius: 10px;
  border: 2px solid #666;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
  height: 160px;
  text-align: center;
}
.tar h4{
  font-size: 2vh;
}
.bg-01{
  background: url('../img/slider-01.jpg')fixed;
  color: #eee;
}
.bg-02{
  background: url('../img/slider-02.jpg')fixed;
  color: #eee;
}
.text-bold{
  font-weight: bold;
}
.formula{
  width: 100%;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* -----------------------------------------colaboradores-----------------------*/

/* Three columns side by side */
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the container */
.container-1 {
  padding: 0 16px;
}

/* Clear floats */
.container-1::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button-1 {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button-1:hover {
  background-color: #555;
}











.socio{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin: 10px;
  background-color: #f4f4f4;
  border-radius: 20px;
}

.socio .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.socio .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #999;
  text-decoration: none;
}

.socio .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.socio .social a:hover {
  background: #333;
}

.socio .social a + a {
  margin-left: 8px;
}
.pic img{
  border-radius: 50%;
  transition: ease-in-out 0.3s;
}

.socio:hover img {
  transform: scale(1.1);
}
.socio h4{
  margin-bottom: 10px;
}
.socio span{
  font-style: italic;
  font-size: 14px;
}




.slogan{
  font-style: italic;
  text-align: center;
  margin-top: -30px;
}

.carta:hover{
  background-color: #333;
  color: #fff;
  cursor: default;
}
.modal{
  margin-top: 100px;
}

.bg-dark {
  background-color: #343a40 !important;
}

.text-light {
  color: #f8f9fa !important;
}
.mapa{
  width:100%;
  height:600px;
}
footer{
  height: 150px;
  background-color: #333;
  color: #fff;
  padding: 35px 0; 
}
footer a{
  color: #fff;
}
footer a:hover{
  color: #666;
}
.dropdown-menu .active{
  color: #666;
  margin-right: 20px;
}