/*Tema por: @marcreativestudio87 https://marcreativestudio87.com/ Copyright 2023*/
body {
    font-family: 'Open Sans', sans-serif;
    color: #000000; 
}
.nav-link{
    color:#000000;
    font-weight: 400;
    font-size: 22px;
    margin-right: 20px
  }
  .nav-link:hover {
    color:#9E116C;
  }
  .nav-link:focus {
    color:#9E116C;
  }

  .topbar {
    margin-left: 10px;
    margin-right: 20px;
  }

  .topbar2 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .top1{
    color:#000000;
    font-weight: 600;
    text-decoration: none;
    font-size: 28px;
  }

  .top{
    width: 100%;
    height: 70vh;
    background: url("../images/imgtop.jpg") right center no-repeat;
    background-size: contain;
  }

  .top2{
    width: 100%;
    height: 70vh;
    background: url("../images/imgtop.jpg") center center no-repeat;
    background-size: cover;
  }

  .titulo{
    color:#9E116C;
    font-weight: 600;
  }

  .about{
    font-size: 22px;
    font-weight: 300;
  }

.btn{
    background-color: #26586D;
    color: #ffffff;
    border-radius: 30px;
    font-size: 26px;
}
.btn:visited {
  color:#ffffff;
}
.btn:hover {
  background-color: #9E116C;
  color: #ffffff;
}
button, input, textarea {
    box-shadow:none !important;
  }

.titulo2 {
    color: #26586D;
    font-weight: 600;
}

.titulo3 {
  color: #9E116C;
  font-weight: 600;
}

.banner {
    color: #ffffff;
    font-size: 32px;
}

.banner2 {
  height: 50vh;
  background: linear-gradient(rgba(38, 88, 109, 0.2), rgba(38, 88, 109, 0.2)), url("../images/banner.jpg") center center no-repeat;
  background-size: cover;
}

.banner3 {
  color: #ffffff;
  font-size: 26px;
}

.form-control {
  border-color:#000000;
  border-radius: 36px;
font-size: 20px;
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: #26586D; /* Black fallback color */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 15px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 25px;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #9E116C;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay .closebtn {    
    top: 15px;
    right: 35px;
  }
}

.btn-flotante {
  font-size: 20px; 
  color: #ffffff; 
  border-radius: 100%; 
  background-color: #26586D; 
  padding: 15px 25px; 
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: all 300ms ease 0ms;
  z-index: 99;
}
.btn-flotante:hover {
  color: #ffffff; 
  background-color: #9E116C;
  transform: translateY(-3px);
}
@media only screen and (max-width: 600px) {
  .btn-flotante {
   font-size: 16px;
   padding: 10px 20px;
   bottom: 20px;
   right: 20px;
 }
} 

.card-title {
  color:#9E116C;
  font-weight: 600;
}

.ourservices {
  color:#ffffff;
  
}

input:focus {
  border-color: #9E116C !important;
  }

  textarea {
    border-color: #9E116C !important;
    }
