/*--------------------------------------------------------------
# Whatsapp button
--------------------------------------------------------------*/
.whatsapp-button .float{
	position:fixed;
	width:46px;
	height:46px;
	bottom:15px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.whatsapp-button .bounce {
    animation: bounce 2s infinite;
}

.whatsapp-button .bounce:hover {
  animation: none;
  background-color:rgb(43, 240, 115);
}

.whatsapp-button .center{
  margin-left: auto;
  margin-right: auto;
  display: block !important;
} 

@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}
/*----------------------*/

.container_custom  {
  width: 100%;
  background-color: #ffffff88;
}

.background {
    background: url(../img/background.jpg) no-repeat center center fixed;
    background-size: cover;
}

/* --- Navbar --- */
.navbar {
    opacity: 0.90;
}

.navbar a {
    text-decoration: none;
}

.navbar a:hover {
    color: #4d5b67;
}

#navbar-tel a {
    color: #093479;
}

#navbar-tel a:hover {
    color: #4d5b67;
}

#navbar-lang {
    margin: auto;
    margin-top: 5px;
}

/*#logo-title {
    box-shadow: 2px 2px 2px 1px #ccc;
}*/

#logo-title:hover {
    box-shadow: 3px 3px 3px 2px #ccc;
}

.navbar .nav-link {
    color: #093479;
    font-weight: bold;
}

.navbar .nav-link:hover {
    color: #4d5b67;
}

.navbar .container-fluid {
    background: white;
}

/*.navbar .collapse {
    background: #e4e8ed;
}*/

/* --- Carrousel --- */
.s_carrousel {
    margin-top: 0px;
}

/* --- Services --- */

.services {
    padding-top: 130px;
}

.services #services_section {
    padding: 10px;
}

.services a {
    text-decoration: none;
    color: black;
}

.services p {
    padding: 10px;
}

.services .card-header {
    overflow: hidden;
    background: -moz-linear-gradient(left, #093479 0%, #6fbbfe 100%);
    background: -webkit-linear-gradient(left, #093479 0%, #6fbbfe 100%);
    box-shadow: 3px 3px 4px 1px #ccc;
    color: white;
    border: none;
    padding: 10px;
}

.services .card-header:hover {
    background-image: linear-gradient(to right, #3a4a57, #abbac1, #e2e6e8, white);
    color: white;
    border: none;
}

.services .card-group {
    margin: 20px;
}

.services .card-group .card {
    margin: 10px;   
    border: none;
}

.services .card-group .card:hover {
    box-shadow: 3px 3px 3px 2px #ccc;
    background-color: white;
    color: #06356b;
}

.services .icon-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
  }
  
  .services .icon-box .icon {
    margin-bottom: 10px;
  }
  
  .services .icon-box .icon i {
    color: #135cd1;
    font-size: 36px;
    transition: 0.3s;
  }
  
  .services .icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
  }
  
  .services .icon-box h4 a {
    color: #093479;
    transition: ease-in-out 0.3s;
  }
  
  .services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .services .icon-box:hover {
    transform: translateY(-10px);
  }
  
  .services .icon-box:hover h4 a {
    color: #093479;
  }
  

/* --- Contact us --- */
.contact_us {
    padding-top: 130px;
}

.contact_us #contact_us_section {
    padding: 20px;
}

.contact_us .card-header {
    overflow: hidden;
    background: -moz-linear-gradient(left, #093479 0%, #6fbbfe 100%);
    background: -webkit-linear-gradient(left, #093479 0%, #6fbbfe 100%);
    box-shadow: 3px 3px 4px 1px #ccc;
    color: white;
    border: none;
    padding: 10px;
}

.contact_us .card-header:hover {
    background-image: linear-gradient(to right, #3a4a57, #abbac1, #e2e6e8, white);
    color: white;
    border: none;
}

.contact_us a {
    text-decoration: none;
    color: #06356b;
}

.contact_us p, h2 {
    padding: 10px;
}

.contact_us .row {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.contact_us .btn  {
    background: #06356b;
    color: white;
    border: none;
}

.contact_us .btn:hover  {
    background: #3a4a57;
    color: white
}

/* --- About us --- */
.about_us {
    padding-top: 120px;
    padding-bottom: 60px;
}

.about_us #about_us_section {
    padding: 20px;
}

.about_us .card-header {
    overflow: hidden;
    background: -moz-linear-gradient(left, #093479 0%, #6fbbfe 100%);
    background: -webkit-linear-gradient(left, #093479 0%, #6fbbfe 100%);
    box-shadow: 3px 3px 4px 1px #ccc;
    color: white;
    border: none;
    padding: 10px;
}

.about_us .card-header:hover {
    background-image: linear-gradient(to right, #3a4a57, #abbac1, #e2e6e8, white);
    color: white;
    border: none;
}

.about_us a {
    text-decoration: none;
    color: #06356b;
}

.about_us p {
  padding-left: 10px;
}

.about_us .row .col {
    text-align: center;
    margin-bottom: 20px;
}

.about_us .btn:hover  {
    background-image: linear-gradient(to right, #3a4a57, #abbac1, #e2e6e8, white);
    border: none;
    color: white
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    font-size: 14px;
    background: #37517e;
  }
  
  #footer .footer-newsletter {
    padding: 50px 0;
    background: #f3f5fa;
    text-align: center;
    font-size: 15px;
    color: #444444;
  }
  
  #footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #37517e;
  }
  
  #footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
  }
  
  #footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
  }
  
  #footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #47b2e4;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #footer .footer-newsletter form input[type=submit]:hover {
    background: #209dd8;
  }
  
  #footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
  }
  
  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #37517e;
  }
  
  #footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    color: #5e5e5e;
  }
  
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #37517e;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #47b2e4;
    font-size: 18px;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #47b2e4;
  }
  
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #47b2e4;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer .footer-top .social-links a:hover {
    background: #209dd8;
    color: #fff;
    text-decoration: none;
  }
  
  #footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
  }
  
  #footer .copyright {
    float: left;
  }
  
  #footer .credits {
    float: right;
    font-size: 13px;
  }
  
  #footer .credits a {
    transition: 0.3s;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
  }

  #footer .credits a span{
    color: #a3a3a3;
  }

  #footer .credits a span:hover{
    color: #ffffff;
  }

  #footer .credits a:hover {
    color: #a3a3a3;
  }

  #footer a {
    text-decoration: none;
  }
  
  @media (max-width: 768px) {
    #footer .footer-bottom {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    #footer .copyright,
    #footer .credits {
      text-align: center;
      float: none;
    }
  
    #footer .credits {
      padding-top: 4px;
    }
  }