body {
  color: #666;
  background-color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  /*font-size: large;*/
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
}

a {
  color: #2ea3f2;
  text-decoration: none;
}

p > span {
  color: #1674ba;
  font-size: 25px;
  font-weight: bold;
}

.header {
  background-color: #fff !important;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  font-weight: 500;
  line-height: 23px;
}
.img-header {
  max-width: 211px;
}

/** Button Iconed **/
.btn-iconed {
  transition: 0.15s ease-in-out;
  padding-left: 1.3rem;
  padding-right: 1.5rem;
  /** Flatted button **/
}
/** Icons Classes **/
/** -- Open Iconic and Font Awesome -- **/
.btn-iconed [class~=oi], .btn-iconed [class~=fa],
 /** -- Since Material and Iconic used ::before -- **/
 .btn-iconed [class~=mdi]::before,
 .btn-iconed [class~=icon]::before {
  opacity: 0;
  -webkit-transform-origin: left right;
  transform-origin: left right;
  -webkit-transform: translateX(10px) scale(1.25);
  transform: translateX(10px) scale(1.25);
  transition: 0.15s ease-out;
}
/** Span Class **/
.btn-iconed [class="spn"] {
  position: relative;
  left: 9px;
  -webkit-transform-origin: left right;
  transform-origin: left right;
  -webkit-transform: translateX(9px);
  transform: translateX(9px);
  transition: 0.2s ease-in-out;
}
/** -- Icons on Hover properties -- **/
.btn-iconed:hover [class~="oi"],
.btn-iconed:hover [class~="fa"],
.btn-iconed:hover [class~="mdi"]::before,
.btn-iconed:hover [class~="icon"]::before {
  opacity: 1;
  -webkit-transform: translateX(0px) scale(0.75);
  transform: translateX(0px) scale(0.75);
}
/** -- Span on Hover properties -- **/
.btn-iconed:hover [class="spn"] {
  left: 0px;
}

.btn-login {
  border-radius: 2rem;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #1674ba;
  border-color: #1674ba;
  font-size: 14px;
  font-weight: 600;
}
li.nav-item {
  /* color: #f01a1a; */
  font-size: 14px;
  font-weight: 600;
  padding-left: 11px;
  color: rgba(0, 0, 0, 0.6);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.6) !important;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.41) !important;
}
.dropdown-menu {
  min-width: 240px;
  border-top: 3px solid #2ea3f2;
}
.dropdown-item {
  min-width: 240px;
  white-space: unset;
  font-size: 14px;
  padding-bottom: 8px;
  cursor: pointer;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  z-index: 9999;
  top: 35px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}
.carousel-item {
  height: 500px;
  background: black;
}

.carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 500px;
  opacity: 0.5;
}
.carousel-indicators li {
  background-color: #1674ba;
  width: 10px;
  height: 10px;
  border-top: unset;
  border-bottom: unset;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  border-radius: 35px;
}
.carousel-indicators {
  bottom: -40px;
}
.carousel-caption {
  bottom: 20%;
  left: 5%;
}

.btn-prueba {
  background: #ffffff;
  border: 2px solid #1674ba;
  color: #1674ba !important;
  font-size: 20px;
  cursor: pointer;
}
.btn-prueba-submit {
  color: #ffffff !important;
  background: #1674ba;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #ccc;
}
.btn-prueba-submit:hover {
  background: #1674ba;
}

.btn-prueba:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #0c72bc !important;
  border: 2px solid transparent;
}
#mdl-prueba .modal-title {
  color: #1674ba;
  font-weight: bold;
  line-height: 1.618em;
  font-size: 1.714em;
}
.modal-header {
  border: none;
}
.modal-content {
  border: 8px solid #000000;
}

label > span {
  color: red;
  font-weight: bold;
}
.cursor-pointer {
  cursor: pointer;
}
.bg_image {
  background-position: bottom center;
  background-blend-mode: difference;
  background-image: url(../img/bg-1.jpeg) !important;
  background-color: #231700 !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_image_2 {
  background-position: top center;
  background-blend-mode: difference;
  background-image: url(../img/bg-image-2.png) !important;
  /*background-color: #ffffff!important;*/
  background-repeat: no-repeat;
  background-size: 50%;
}
.bg_image_3 {
  background-position: top center;
  background-blend-mode: difference;
  background-image: url(../img/neww2.jpg) !important;
  /*background-color: #ffffff!important;*/
  background-repeat: no-repeat;
  background-size: cover;
}
.title-black {
  color: #2d2d2d !important;
}
#sectores img {
  -webkit-box-shadow: 2px 2px 15px #999;
  -moz-box-shadow: 2px 2px 15px #999;
  filter: shadow(color=#999999, direction=135, strength=2);
}
.shadow {
  -webkit-box-shadow: 2px 2px 15px #999;
  -moz-box-shadow: 2px 2px 15px #999;
  filter: shadow(color=#999999, direction=135, strength=2);
}
#sectores p {
  color: #1674ba;
  font-size: 20px;
}
.title {
  color: #1674ba;
}
.mdl-span {
  font-size: unset;
}
.modal li {
  color: #80808099;
  list-style: none;
}
.modal .fa-check-circle {
  color: #1674ba;
  font-size: 20px;
}
.services-link {
  min-height: 260px;
  font-size: 14px;
}
.services-link:hover,
.services-link:focus {
  background-color: rgba(34, 72, 214, 0.5);
  background: rgba(34, 72, 214, 0.5);
  color: rgba(34, 72, 214, 0.5);
  color: #ffff;
}
.f-size-2rem {
  font-size: 2rem;
}
.title-services-modal {
  line-height: 1;
  color: #333;
}
.content-services-modal {
  color: black;
  font-size: 16px;
  font-weight: 100;
  font-style: normal;
  line-height: normal;
}
.modal-services {
  border: 5px solid black;
}
.border-circle {
  border-radius: 22px;
}

footer {
  font-size: 14px;
}
footer .sm-icon {
  color: gray;
  font-size: 25px;
}
@media (max-width: 991px) {
  .header {
    position: unset !important;
  }
}

.btn-light {
  color: #fff;
  background-color: transparent;
  border-color: #f8f9fa;
}
