@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500;1,600&display=swap');


/* css.gg
@import url('https://css.gg/css');
 */
/* UNPKG 
@import url('https://unpkg.com/css.gg/icons/all.css');
*/
/* JSDelivr 
@import url('https://cdn.jsdelivr.net/npm/css.gg/icons/all.css');
*/

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
}

:root {
  --light: #ffffff;
  --white: #fff;
  --dark: #c5c5c5;
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  padding: 0px !important;
  font-family: 'Raleway', sans-serif;
}

.cover-container {
  max-width: 80%;
}

#bg-main {
  background-image: url("../../img/bg-santos-cover.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /**background-attachment: fixed;**/
  height: 100vh;
  width: 100%;
  margin: 0px !important;
}

main {
  height: 100vh;
  width: 100%;
  margin: 0px !important;
}


.social-icon ul {
  list-style-type: none;
}

.social-icon ul li {
  display: inline-block;
}

.social-icon ul li a {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  display: block;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}

.social-icon ul {
  margin: 0;
  padding: 0;
}

.social-icon ul li a:hover {
  background-color: black;
  border: 1px solid var(--dark);
}

.social-icon ul li a i {
  line-height: 35px;
  color: #ffffff;
}

.social-icon ul li a i:hover,
.social-icon ul li a:hover i {

  color: var(--white);
}

/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link+.nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}


.bg-g {
  background: -webkit-linear-gradient(to right, #f3f2f2, #e1e1e1);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f3f2f2, #e1e1e1);
  color: #333;

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.h1main{
text-align: left !important;
margin-bottom: 5px;
}

section {
  min-height: 30vh;
  padding: 25px;
  /* fallback for old browsers */

  box-shadow: none;
  text-shadow: none;
  padding: 20px;
}

.elem {
  margin:70px;
}

/* Button */
body > section > div > div.col-md-6.d-flex.align-items-center > div > div > a{
color: #fff;
}


.button {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 4px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  text-align: center;
  margin: 0 auto;
  padding: 15px 20px 15px 25px;
}

.button::after {
  content: '';
  position: absolute;
  height: 5px;
  width: 20px;
  background-color: #c5c5c5;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  text-align: center;
  animation: minify .6s;
  animation-fill-mode: forwards;
  border-radius: 5px;
}

.button:hover {
  color: #fff;
}

.button:hover:after {
  animation: expand .6s;
  animation-fill-mode: forwards;
}

@keyframes expand {
  0% {
    height: 5px;
    width: 34px;
  }

  50% {
    height: 68px;
    width: 68px;
  }

  100% {
    height: 68px;
    width: 100%;
    left: -10px;
    right: -10px;
    background-color: #494C5B;
  }
}

@keyframes minify {
  0% {
    height: 68px;
    width: 100%;
    left: -10px;
    right: -10px;
    background-color: #494C5B;
  }

  50% {
    height: 68px;
    width: 68px;
  }

  100% {
    height: 5px;
    width: 34px;
    background-color: #c5c5c5;
  }
}

/* END Button  */

footer {
  margin-top: 510px !important;
  min-height: 40px;
  background:#e5e5e5;
  color: #333 !important;
}
.txt-footer {
  font-size:.8rem;
color: #333;
text-shadow: none;
text-decoration: none;

}

.txt-footer:hover {
  font-size:.8rem;
color: #333;
text-shadow: none;
text-decoration: none;

}


.txt-main {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
}

.txt-dir {
  font-size: 1.2rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
  color: #e5e5e5;
  text-decoration: none;
  transition: all 3s ease-in-out;

}


.txt-dir:hover {
  color: #e5e5e5

}


@media (max-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }



  .elem {
    margin:45px 25px 65px 25px;
  }

  .txt-main {
    font-size: 1.2rem;
  }

  .txt-dir {
  font-size: .9rem;
  }
  .container {
padding: 4px;  
} 
  
  .button {}


}

.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }

.img-gal {
border-radius: 7px;
opacity: 0.8;

transition: all 0.3s ease-out;
}

.img-gal:hover {
  opacity: 1;
  transform: scale(1.02);
}

.bg-b {
  color: #fff !important;

  background: #34e89e;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #000000, #241c1c);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #000000, #241c1c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

