.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: white;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #ce0024;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #545454;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
    right: 10%;
    bottom: -30%;
    width: 276px;
    height: 682px;
    /* border-radius: 21px; */
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  /*background-color: rgba(255, 255, 255, .1);*/
  border-radius: 5px;
}

.product-device-2 {
  top: 4%;
    right: auto;
    bottom: 0;
    left: -6%;

}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

.logososeb {
  width:inherit;
}

.sosebl {
  width: 40%;
}

.sosebalign {
      align-items: center;
}

nav.sosebshadow {
      box-shadow: 2px 2px 10px #666;
}

h1.sosebtitle {
  color: #545454;
}


.sosebimg > img {
  width: 208%;
  box-shadow: 2px 2px 10px;
}

.product-device.product-device-2.shadow-sm.d-none.d-md-block.sosebimg {
    width: 17%;
    transform: rotate(0deg);
}

div#conocenos {
    padding-top: 4.5rem;
    margin-bottom: 3rem!important;
}

.leadsoseb {
    font-size: 1.25rem;
    font-weight: normal;
    text-align: justify;
}

div.bg-light > img {
    width: 30%;
}

div#mision {
    padding-top: 2.5rem;
    margin-bottom: 3rem!important;
}

div#servicios {
    padding-top: 2.5rem;
    margin-bottom: 3rem!important;
}

a.btn.btn-outline-secondary.serviciosbt {
    color: #ce0024;
    border-color: #ce0024;
}

@mixin button-outline-variant($color, $color-hover: color-yiq($color), $active-background: $color, $active-border: $color) {
  color: $color;
  border-color: $color;

  @include hover() {
    color: $color-hover;
    background-color: $active-background;
    border-color: $active-border;
  }
}

p.lead.categoria {
    font-size: 1rem;
    font-weight: normal;
    text-align: justify;
}

div#servicios2 {
    padding-top: 3rem;
    margin-bottom: 3rem!important;
}

div#contacto {
    padding-top: 4rem;
    margin-bottom: 1.5rem!important;
}

.col-6.col-md.footleter {
    display: flex;
    align-items: center;
  }
