#career{
    padding: 100px;
    background-color: white;
}
body {
  width: 100vw;
  background-color: #1D1D1D;
  margin: 0;
  font-family: helvetica;
}

.button-askus{
    background-color: #5EABDF;
text-align: center;
transition-duration: 0.4s;
cursor: pointer;
    color: #FFFFFF;
    width: 90px;
        font-weight: bold;
    text-align: center;
}

.button-askus:hover{
     background-color: #FFFFFF;
  color: #5EABDF;
}


.head-title {
 margin-top: 30px;
    margin-bottom: 50px;
}

.head-title h1{
    font-size: 60px;
    padding-bottom: 20px;
}

.head-title p{
    font-size: 20px;
    font-style: italic;
}

.department{
    margin-top: 50px
}



.content {
  max-width: 1024px;
  width: 100%;
  padding: 0 4%;
  padding-bottom: 50px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}



@media screen and (max-width: 767px) {
    #career {
        padding: 50px;
    }
    
    .head-title h1{
font-size: 40px;
        text-align: center;
}
    
  .content {
    padding-top: 10px;
    flex-direction: column;
  }


    
}
.card {
  width: 100%;
  max-width: 300px;
  min-width: 200px;
  height: 150px;
  background-color: #90aee6;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
  border: 2px solid rgba(7, 7, 7, 0.12);
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease;
  background-size: cover;
  
}
.card img {      
  width: 100%;
  height: 150px;
  border-radius: 10px;
   
    
  
}

.card__overlay {
  position: bsolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;      
  border-radius: calc(var(--curve) * 1px);    
  background-color: var(--surface-color);      
  transform: translateY(100%);
  transition: .2s ease-in-out;
}

.icon {
  top: 10%;
  left: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: all 0.8s ease;
  background-position: 0px;
  background-size: 200px;
  position: absolute;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.card .title {
  width: 100%;
  margin: 0;
  top: 10%;
  text-align: center;
  margin-top: 30px;
  color: rgb(0, 0, 0);
  font-weight: 800;
  font-size: 20px;
  text-shadow: 1px 1px #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
}

.card .text {
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 0;
  max-height: 0px;
  transition: all 0.3s ease;
  position: absolute;
}

.card:hover {
  height: 150px;
}

.card img:hover{
     transition: all 0.3s ease;
     filter: brightness(50%);
}

.card:hover .info {
  height: 90%;
}

.card:hover .text {
  transition: all 0.3s ease;
  opacity: 1;
  max-height: 2px;
}

.text:hover .card img{
    color: aliceblue;
    filter: brightness(50%);
}


#career-title {
  position: relative;

}

#career-title h1{
    padding-top: 250px;
    
}

        .navbar-header img{
    width: 20%;
  height: 20%;
  margin-bottom: -7%;
}
        



.navbar-header img{
    width: 20%;
  height: 20%;
  margin-bottom: -7%;
}

.display-6 {
    font-family: 'Tahoma',sans-serif;
    font-size: 1rem;
    margin : 1.5rem;
  }

   		#myFooter {
			background-color: #5EABDF;
			color: white;
			padding-top: 20px;
		}

		#map-container {
			height: 240px;
			width: 100%;
			margin-top: 30px;
			margin-bottom: 10px;
		}

		#myFooter .row {
			margin: 0 85px;
		}

		#myFooter .footer-copyright {
			background-color: #10222e;
			padding-top: 3px;
			padding-bottom: 3px;
			text-align: center;
		}

		#myFooter .footer-copyright p {
			margin: 10px;
			color: #ccc;
		}

		#myFooter .container {
			width: auto;
		}

		#myFooter ul {
			list-style-type: none;
			padding-left: 0;
			line-height: 1.7;
		}

		#myFooter h5 {
			font-size: 20px;
			color: white;
			font-weight: bold;
			margin-top: 30px;
		}

		#myFooter a {
			color: black;
			text-decoration: none;
			font-size:16px;
		}

		#myFooter a:hover,
		#myFooter a:focus {
			text-decoration: none;
			color: white;
		}

		#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-youtube:hover {
			color: red;
		}

		#myFooter .fa-youtube:focus {
			color: red;
		}

		#myFooter .fa-instagram:hover {
			color: #00aced;
		}

		#myFooter .fa-instagram:focus {
			color: #00aced;
		}
		
		
	    #myFooter .career-footer{
	        margin: auto;
	        width: 200px;
	        padding: 10px;
	    }

    .fa-whatsapp:hover {
      color: red;
    }

    .fa-whatsapp:focus {
      color: red;
    }

		@media screen and (max-width: 767px) {
			#myFooter {
				text-align: center;
			}
			#myFooter .row {
				margin: 0;
			}
            
            #myFooter button{
                text-align: center;
               width: 100%;
            }
		}
		
		/* Set a style for buttons */
        .button-footer {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
		-webkit-tap-highlight-color: transparent;
}

.button-footer {
	width: 150px;
	height: 50px;
	cursor: pointer;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #7f5a83;
	background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
	background-size: 200% 100%;
	background-position: left;
	background-repeat: no-repeat;
	transition: 500ms;
}

.button-footer:before {
	
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 40px;
	background-color: #1b2845;
	background-image: linear-gradient(315deg, #1b2845 0%, #274060 74%);
	transition: 500ms;
}

.button-footer b{
    color: #FFFFFF;
}

.button-footer:hover {
	background-position: right;
}

.button-footer:hover:before {
	color: rgba(255,255,255,0.8);
}

.button-footer:focus {
	outline: none;
}

.navbar
{
    background-color: white;
}
.navbar-brand { position: relative; z-index: 2; }

.navbar-nav.navbar-right .btn { position: relative; z-index: 2; padding: 4px 20px; margin: 10px auto; }

.navbar .navbar-collapse { position: relative; }
.navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 22px; }

.navbar .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding-right: 120px; padding-left: 80px; width: 100%; }
.navbar.navbar-default .nav-collapse { background-color: #f8f8f8; }
.navbar.navbar-inverse .nav-collapse { background-color: #222; }
.navbar .nav-collapse .navbar-form { border-width: 0; box-shadow: none; }
.nav-collapse>li { float: right; }

.btn.btn-circle { border-radius: 50px; }
.btn.btn-outline { background-color: transparent; }

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 15px; padding-right: 15px; } 
    
    .navbar .nav-collapse { margin: 7.5px auto; padding: 0; }
    .navbar .nav-collapse .navbar-form { margin: 0; }
    .nav-collapse>li { float: none; }
}






 