h1, h2, h3, h4, h5 {
	font-weight: bold;
}

nav {
	padding: 10px 100px 10px 100px !important;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
	background-color: white;
}

nav a {
	border-bottom: white 2px solid;
}

nav a:hover {
	border-color: #14b4aa;
	transition: border-color 2s;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + #portfolio {
  padding-top: 120px;
}

.caption {
	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 350px);
	width: 700px;
	height: 3em;
	text-align: center;
	z-index: 1;
	font-size: 2em;
	color: white;
	background-color: #00000070;
	padding: 0.75em;
	font-weight: bold;
	border-radius: 10px;
}

.showcase-image {
	background-attachment: fixed; 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	height: calc(100vh - 100px);
}

.logo {
	max-height: 100px;
	transition: max-height 1s;
}

.showcase {
	max-height: calc(1080px - 234px);
}

.showcase img {
	object-fit: cover;
	height: calc(1080px - 234px);
	width: 100%
}

.custom-container {
	width: 100%;
	padding: 50px 200px 50px 200px; 
	background-color: #F6F6F6;
}

.color{
	background-color: #14b4aa !important;
}

.block {
	height: 430px;
	padding: 20px;
}

.block .text {
	width: 50%;
	float: left;
}

.block .image {
	width: 50%;
	float: right;
}

.block .image .program {
	width: 150px; 
	height: 40px;
	object-fit: contain;
}

.block .image img{
	width: 650px;
	height: 350px;
}

.white {
	color: white;
}

#pictures .block {
	height: 340px;
}

#pictures .block .image {
	height: 300px;
	width: 300px;
	margin: 0px 10px 0px 10px;
	float: none;
	background-color: red;
}

#hidden {
	overflow: hidden;
	-webkit-transition: max-height 2s; /* Safari prior 6.1 */
	transition: height 2s;
}

#hidden img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

#programmas p {
	padding-right: 80px;
}

.portfolio-button {
	position: absolute;
	top: 75vh;
	left: calc(50% - 100px);
	width: 200px;
	height: 3em;
	border-radius: 10px;
	background-color: #14b4aa;
	border-color: #14b4aa;
	color: white !important;
	font-weight: bold;
	line-height: 3em;
	text-align: center;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
	padding: 0px 10px 0px 10px !important;
}

.img-fluid {
	width: 350px;
	height: 220px;
	object-fit: cover;
}

.fab {
  padding: 10px;
  font-size: 2em;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fab:hover {
  opacity: 0.7;
  text-decoration: None;
  color: white;
}

.fa-facebook-f {
  background: #3B5998;
  color: white;
}

.fa-linkedin-in {
  background: #007bb5;
  color: white;
}

.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color: white;
}

.fa-whatsapp {
  background: #29a71a;
  color: white;
}

.footer{
  background-color: #B4B4B4;
  color: black;
  
  .links{
    ul {list-style-type: none;}
    li a{
      color: black;
      transition: color .2s;
      &:hover{
        text-decoration:none;
        color:#4180CB;
        }
    }
  }  
  .about-company{
    i{font-size: 25px;}
    a{
      color:black;
      transition: color .2s;
      &:hover{color:#4180CB}
    }
  } 
  .location{
    i{font-size: 18px;}
  }
  .copyright p{border-top:1px solid rgba(255,255,255,.1);} 
}

@media only screen and (max-width: 600px) {
	.navbar {
		padding: .5rem 1rem !important;
	}
	
	.custom-container {
		padding: 50px 0px;
		float: left;
	}
	
	.block {
		padding: 20px 0px;
		height: unset;
		float: left;
	}
	
	.block .text {
		width: 100%;
		padding: 0px 10px;
	}
	
	.block .image {
		width: 100%;
	}
	
	.block .image img {
		width: 100%;
		object-fit: cover;
	}
	
	.col-3 {
		max-width: 100%;
		margin: 20px 0px;
	}
	
	#programmas p {
		padding-right: 0px;
	}
	
	.portfolio-button { 
		top: 70vh;
	}
	
	.caption {
		width: 100vw;
		left: unset;
	}
}