/* .slider-portada {
    margin: 0 auto;
    width: 100%;
}

.slider-portada img {
    height: 100vh;
    width: 100%;
}

.slider-portada-movil {
    margin: 0 auto;
    width: 100%;
}

.slider-portada-movil img {
    height: 400px;
    width: 100%;
} */

#hero {
    width: 100%;
    height: 82vh;
    background-color: rgba(60, 60, 60, 0.8);
    overflow: hidden;
    position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#hero .container {
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: auto;
    width: 25%;
    margin-right: 250px;
    margin-top: auto;
}

/* #card_vehiculos {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#card_vehiculos .card-image {
    height: 60%;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

#card_vehiculos .card-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
}

#card_vehiculos .card-image .card-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}

#card_vehiculos img {
    width: 100%;
    height: auto;
}

.img-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

#card_vehiculos .ftr {
    margin-top: 15px;
}

#card_vehiculos .ftr div {
    display: inline-block;
}

#card_vehiculos .ftr .author {
    color: #888;
}

#card_vehiculos .ftr .stats {
    float: right;
    line-height: 30px;
}

#card_vehiculos .ftr .stats {
    position: relative;
    top: 1px;
    font-size: 14px;
}


/* ============ Card Table ============ */

/* .table {
    margin-bottom: 0px;
}

#card_vehiculos .table {
    padding: 15px 30px;
}

#card_vehiculos .table-primary {
    background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}

#card_vehiculos .table-info {
    background: linear-gradient(60deg, #26c6da, #0097a7);
}

#card_vehiculos .table-success {
    background: linear-gradient(60deg, #66bb6a, #388e3c);
}

#card_vehiculos .table-warning {
    background: linear-gradient(60deg, #ffa726, #f57c00);
}

#card_vehiculos .table-danger {
    background: linear-gradient(60deg, #ef5350, #d32f2f);
}

#card_vehiculos .table-rose {
    background: linear-gradient(60deg, #ec407a, #c2185b);
}

#card_vehiculos [class*="table-"] {
    color: #FFFFFF;
    border-radius: 6px;
}

#card_vehiculos [class*="table-"] .card-caption a,
#card_vehiculos [class*="table-"] .card-caption,
#card_vehiculos [class*="table-"] .icon i {
    color: #FFFFFF;
}

#card_vehiculos [class*="table-"] .icon i {
    border-color: rgba(255, 255, 255, 0.25);
}

.card [class*="table-"] .author a,
.card [class*="table-"] .ftr .stats,
.card [class*="table-"] .category,
.card [class*="table-"] .card-description {
    color: rgba(255, 255, 255, 0.8);
}

.card [class*="table-"] .author a:hover,
.card [class*="table-"] .author a:focus,
.card [class*="table-"] .author a:active {
    color: #FFFFFF;
}

.card [class*="table-"] h1 small,
.card [class*="table-"] h2 small,
.card [class*="table-"] h3 small {
    color: rgba(255, 255, 255, 0.8);
}  */

#card_vehiculos {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 450px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);

    @media (max-width: 768px) {
        min-height: 350px;
    }

    @media (max-width: 420px) {
        min-height: 300px;
    }

    &.card-has-bg {
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        background-size: 120%;
        background-repeat: no-repeat;
        background-position: center center;

        &:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: inherit;
            -webkit-filter: grayscale(1);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
        }

        &:hover {
            transform: scale(0.98);
            box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
            background-size: 130%;
            transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);

            .card-img-overlay {
                transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
                background: rgb(40, 103, 181);
                background: linear-gradient(0deg,
                        rgba(74, 185, 80, 0.5) 0%,
                        rgba(40, 103, 181, 1) 100%);
            }
        }
    }

    .card-footer {
        background: none;
        border-top: none;

        .media {
            img {
                border: solid 3px rgba(255, 255, 255, 0.3);
            }
        }
    }

    .card-title {
        font-weight: 800;
    }

    .card-meta {
        color: rgb(0, 0, 0);
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 2px;
    }

    .card-body {
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    }

    &:hover {
        .card-body {
            margin-top: 30px;
            transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        }

        cursor: pointer;
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    }

    .card-img-overlay {
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        background: rgb(40, 103, 181);
        background: linear-gradient(0deg,
                rgba(74, 185, 80, 0.3785889355742297) 0%,
                rgba(145, 216, 247, 1) 100%);
    }
}

.img_equipo_trabajo {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.bg-primary {
    background-color: #2957a4 !important;
    color: #fff !important;
}

.img_servicios {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
}

.bg-image {
  background-image: url('../images/inicio/login.jpeg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.swal2-styled.swal2-confirm {
    background-color: #2957a4 !important;
    border-color: #2957a4 !important;
}

.swal2-styled.swal2-confirm:focus {
    border-color: #2957a4 !important;
    box-shadow: 0 0 0 3px #ddd !important;
}

/* POP-UP PORTADA */
.pop-up-portada .modal-body {
    padding: 0;
}

.pop-up-portada button.close {
    padding: 0px 15px;
    position: absolute;
    right: 0;
    font-size: 40px;
    background: transparent !important;
    border: 0px solid !important;
}

#ModalAvisos {
    border-radius: 50px !important;
}

.img_responsive_portafolio {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.img_responsive_portafolio_2 {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.whatsapp-chat {
    position: fixed;
    right: 30px;
    bottom: 30px;
    font-family: Arial;
    z-index: 999999;
  }
  .answer {
    display: none;
  }
  .whatsapp-chat-checkbox {
    visibility: hidden;
  }
  .whatsapp-wrap {
    position: relative;
    right: 0;
    bottom: 50px;
    width: 380px;
    box-shadow: 0 8px 25px -5px rgba(45, 62, 79, 0.35);
    border-radius: 6px;
  }
  .whatsapp-wrap:before {
    content: "";
    position: absolute;
    background: #f6f6f7;
    bottom: -6px;
    right: 24px;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
  }
  .whatsapp-title {
    font-size: 18px;
    background-color: #24d064;
    color: white;
    line-height: 60px;
    display: flex;
    padding: 0 15px;
    border-radius: 6px 6px 0 0;
    position: relative;
    align-items: center;
  }
  .whatsapp-title i {
    font-size: 24px;
    width: 50px;
  }
  .whatsapp-title span {
    width: calc(100% - 50px);
  }
  .whatsapp-items {
    background-color: white;
    overflow: hidden;
  }
  .whatsapp-list-item {
    display: flex;
    align-items: center;
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    padding: 15px;
    cursor: pointer;
  }
  .whatsapp-list-item:hover {
    color: black;
    background-color: rgba(221, 221, 221, 0.15);
  }
  .whatsapp-list-item-avatar img {
    width: 50px;
    height: auto;
    margin-right: 5px;
  }
  .whatsapp-list-item-avatar {
    width: 50px;
  }
  .whatsapp-list-item-avatar i {
    font-size: 24px;
  }
  .whatsapp-list-item-info {
    display: grid;
    width: calc(100% - 50px);
  }
  .whatsapp-list-item-label {
    font-size: 12px;
    line-height: 1.5em;
  }
  .whatsapp-list-item-name {
    font-weight: bold;
    line-height: 1.5em;
    font-size: 14px;
  }
  .whatsapp-list-item-message {
    padding: 16px 0 20px 0;
    border-radius: 0 0 6px 6px;
    text-align: center;
    font-size: 16px;
    color: gray;
    background-color: #f6f6f7;
  }

  .whatsapp-row-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 15px;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .whatsapp-row-item:hover {
    color: #24d064;
    background: rgba(245, 245, 245, 0.4);
    padding-left: 25px;
  }
  .burbuja-whatsapp {
    display: grid;
    position: fixed;
    height: 55px;
    color: #25d366;
    right: 20px;
    bottom: 20px;
    align-items: center;
    cursor: pointer;
  }

  .bur-text-content {
    background: #25d366;
    padding: 0px 56px 0px 12px;
    border-radius: 20px;
    height: 50px;
    display: grid;
    align-items: center;
    align-content: center;
    text-align: center;
    border: 1px solid #25d366;
    width: 250px;
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
  }

  .bur-txt-1 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .bur-txt-2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 11px;
  }

  .burbuja-whatsapp:hover .bur-txt-1 {
    margin-left: -339px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .bur-txt-1::after {
    content: "Click Aquí";
    position: absolute;
    text-align: center;
    width: 209px;
    color: #fff;
  }

  .burbuja-whatsapp:hover .bur-txt-2 {
    color: #fff;
  }

  .burbuja-whatsapp:hover .bur-text-content {
    background: #25d366;
  }
  .burbuja-whatsapp i {
    color: #fff;
    font-size: 28px;
  }
  .bur-icon-content {
    width: 55px;
    height: 55px;
  }

  .bur-icon-img {
    position: relative;
    z-index: 9;
  }

  .pulsar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }

  .pulsar-1,
  .pulsar-2,
  .pulsar-3 {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    animation: radial-pulsar 2.3s infinite;
  }

  .pulsar-1 {
    background: rgba(37, 211, 102, 1);
  }

  .pulsar-2 {
    animation-delay: 1.3333s;
  }

  .pulsar-3 {
    animation-delay: 2.6666s;
  }

  .bur-space-brdr {
    box-shadow: 0 0 0 1em rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
  }

  @keyframes radial-pulsar {
    0% {
      box-shadow: 0 0 0 0em rgba(37, 211, 102, 0.8);
    }

    50% {
      box-shadow: 0 0 0 1em rgba(255, 100, 100, 0);
    }

    100% {
      box-shadow: 0 0 0 0 rgba(255, 100, 100, 0);
    }
  }

.card-custom {
  overflow: hidden;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom-img {
  height: 250px;
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: inherit;
}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
  position: absolute;
  content: '';
  top: 212px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 40px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 545px;
  border-left-width: calc(575px - 5vw);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: inherit;
}

.card-custom-avatar {
    background-color: #fff !important;
}

.card-custom-avatar img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  background-color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 130px;
  height: 130px;
  object-fit: contain;
  object-position: center;
}

.img_portada_modal_sedes {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.team-boxed p {
  color:#7d8285;
}

.team-boxed h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .team-boxed h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.team-boxed .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}

.team-boxed .intro p {
  margin-bottom:0;
}

.team-boxed .people {
  padding:50px 0;
}

.team-boxed .item {
  text-align:center;
}

.team-boxed .item .box {
  text-align:center;
  padding:30px;
  background-color:#fff;
  margin-bottom:30px;
}

.team-boxed .item .name {
  font-weight:bold;
  margin-top:28px;
  margin-bottom:8px;
  color:inherit;
}

.team-boxed .item .title {
  text-transform:uppercase;
  font-weight:bold;
  color:#d0d0d0;
  letter-spacing:2px;
  font-size:13px;
}

.team-boxed .item .description {
  font-size:15px;
  margin-top:15px;
  margin-bottom:20px;
  text-align: left;
}

.team-boxed .item img {
  max-width:160px;
}

.team-boxed .social {
  font-size:18px;
  color:#a2a8ae;
}

.team-boxed .social a {
  color:inherit;
  margin:0 10px;
  display:inline-block;
  opacity:0.7;
}

.team-boxed .social a:hover {
  opacity:1;
}

.text-primary {
    color: #2957a4 !important;
}

.img_perfil_colaborador {
    width: 100%;
    height: 160px;
    object-fit: contain;
    object-position: bottom;
}

.card_colaboradores_personas {
    border-left: 4px solid #2957a4;
}

#boletinCarousel .carousel-item img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
}