@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


html, body {
    display: block;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}

body {
    overflow-x: hidden !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#maps {
    height: 70vh !important;
}

input, textarea {
    border-radius: 0 !important;
}

/* Navbar */

nav.navbar {
    background-color: rgba(7, 35, 49, 0.97);
    transition: .3s;
    letter-spacing: 1px;
}

nav.navbar .navbar-brand img {
    height: 50px;
    transition: .3s;
}

@media (min-width: 768px) {
    nav.navbar-shrink .navbar-brand img {
        height: 40px !important;
    }

    nav.navbar.navbar-shrink {
        background-color: rgba(7, 35, 49, 0.97);
        padding: .5rem;
    }

    nav.navbar.navbar-shrink {
        background-color: rgba(7, 35, 49, 0.97);
        padding: .5rem;
    }

    nav.navbar {
        background: linear-gradient(0deg, rgba(7, 35, 49, 0) 0%, rgba(7, 35, 49, 0.37) 50%, rgba(7, 35, 49, 0.7) 100%);
        padding: 1rem 0 1rem 0;
    }
}

/* Carousel */

.carousel {
    margin-bottom: 50px;
}

.carousel .carousel-item {
    height: 75vh;
    width: 100%;
}

.carousel .carousel-inner:not(.galeria) .carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 100%);
}

.carousel .carousel-item .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel.zoom .carousel-item.active .fill {
    animation: img-zoom 60s;
}

.carousel-caption {
    z-index: 1;
}

.carousel-caption h5 {
    font-size: 32px;
}

.carousel-caption p {
    padding-top: 10px;
}

@keyframes img-zoom {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

/* Sections */

section#contacto {
    padding: 70px 10px 20px 10px;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url('img/city-2.jpg');
    background-position: center;
    background-size: cover;
    color: #fff;
}

section#contacto::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .35) 50%, rgba(0, 0, 0, .55) 100%);
    z-index: 0;
}

section#contacto div.container {
    z-index: 1;
}

section#contacto div.row {
    background-color: rgb(240, 240, 240);
    color: #000;
    padding: 15px;
}

#nosotros .img-bg {
    display: none;
    transform: translateY(25px);
    width: 40%;
    height: calc(100% - 40px);
}

#nosotros .nuestros-numeros {
    color: #f48e05;
}

#nosotros .nuestros-numeros div {
    padding: 20px 0 20px 0;
}

#nosotros .nuestros-numeros i {
    font-size: calc(3rem + 1vw);
    font-weight: 600;
}

#nosotros .nuestros-numeros span.title {
    font-size: calc(1.4rem + .9vw);
    font-weight: 600;
    white-space: nowrap
}

#mision-vision {
    padding: 50px 0 50px 0;
    color: white;
}

#mision-vision .lead {
    font-size: 1.1rem;
}

#mision-vision .lead li {
    list-style: none !important;
    position: relative;
    padding-bottom: 10px;
}

#mision-vision .lead li i {
    position: absolute;
    top: 6px;
    left: -25px;
    color: orange;
}

#nuestro-equipo .persona {
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #1a5589;
    padding: 20px 20px 40px 20px;
}

#nuestro-equipo .persona a {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: 0 auto 15px auto;
    position: relative;
}

#nuestro-equipo .persona a::after {
    content: 'in';
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    font-style: italic;
    font-size: 42px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0b33479d;
    opacity: 0;
    transition: .2s;
}

#nuestro-equipo .persona a:hover::after {
    opacity: 1;
}

#nuestro-equipo .persona span.nombre {
    font-size: calc(1.275rem + .3vw);
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}

#nuestro-equipo .persona span.cargo {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.section-img-bg {
    position: relative;
}

.section-img-bg * {
    position: relative;
    z-index: 1;
}

.section-img-bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 55, 85, 0.7);
    z-index: 0;
}

.section-img-bg p {
    color: white;
    font-size: calc(1.325rem + .9vw);
    padding: 75px 25px 75px 25px;
}

/* Footer */

footer.footer-page {
    background: #072331;
}

footer.footer-page a {
    letter-spacing: 1px;
}

footer.footer-page ul {
    color: #EEEEEE;
    letter-spacing: 1px;
}

footer.footer-page li {
    list-style: none;
}

/* Otros */

hr.divider-lg {
    margin: 5rem 0;
}

.title-divider-xl {
    display: block;
    width: 25%;
    max-width: 180px;
    height: 7px;
    margin: 20px 0 20px 0;
    background-color: orange;
}

.title-divider-l {
    display: block;
    width: 20%;
    max-width: 130px;
    height: 5px;
    margin: 20px 0 20px 0;
    background-color: orange;
}

.text-orange {
    color: orange;
}

a {
    color: #EEEEEE !important;
    text-decoration: none !important;
    transition: .2s;
}

a:hover {
    color: orange !important;
}

.img-bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

input.dark-input {
    border-radius: 0;
    border: solid 2px rgba(0, 0, 0, 0);
    border-bottom: solid 2px orange;
    background: none;
    color: #fff;
}

input.dark-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

input.dark-input:focus {
    background: none;
    border: solid 2px orange;
    box-shadow: 0 0 5px orange;
    color: #fff;
}

.text-nowrap {
    width: min-content;
    white-space: nowrap
}

.toast {
    z-index: 3;
}

.toast-header i {
    font-size: 24px;
}

span.error {
    display: block;
    text-align: start;
    color: var(--danger);
}

span.error {
    text-transform: lowercase;
}

span.error:first-letter {
    text-transform: uppercase;
}

.title-xl {
    font-size: 38px;
    letter-spacing: 2px !important;
    font-weight: 400;
}

.title-l {
    font-size: 28px;
    font-weight: 400;
}

.hover-white:hover {
    color: white !important;
}




.drag-area, .drag-area-multiple {
    border: 2px dashed #24607e;
    height: 300px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
}

.drag-area div.img-bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 10px;
    opacity: .7;
}

.drag-area i, .drag-area-multiple i {
    font-size: 100px;
    z-index: 1;
}

.drag-area:hover, .drag-area-multiple:hover {
    background: rgba(0, 0, 0, 0.1);
    border: 2px dashed #177c96;
}

.drag-area *, .drag-area-multiple * {
    color: #24607e;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5)
}

.drag-area:hover *, .drag-area-multiple:hover * {
    color: #267399;
}

.drag-area.active, .drag-area-multiple.active {
    padding: 10px;
    z-index: 0;
}

.drag-area header, .drag-area-multiple header {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    z-index: 1;
}

.drag-area button, .drag-area-multiple button {
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1;
}

table tbody tr:hover {
    background: rgba(0, 0, 0, .1);
}

table tbody tr td a {
    color: black !important;
    text-decoration: underline !important;
}

table tbody tr td a:hover {
    color: orange !important;
}

label.required::after {
    content: ' (*)';
    color: var(--danger);
}

.required-alert {
    animation: img-required-alert 1s;
}

@keyframes img-required-alert {
    0% {
        background: rgba(175, 107, 107, 0);
    }

    25% {
        background: rgba(175, 107, 107, .7);
    }

    50% {
        background: rgba(175, 107, 107, 0);
    }

    75% {
        background: rgba(175, 107, 107, .7);
    }

    100% {
        background: rgba(175, 107, 107, 0);
    }
}

td img {
    max-height: 150px;
}

td.acciones {
    display: flex;
}

td.acciones a, td.acciones button {
    margin: 0 7.5px 0 7.5px;
}

td.acciones a button, td.acciones button {
    background: #072331;
    color: #fff;
    width: 35px;
    height: 35px;
    position: relative;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

td.acciones a:first-child, td.acciones button:first-child {
    margin: 0 7.5px 0 0 !important;
}

td.acciones a:last-child, td.acciones button:last-child {
    margin: 0 0 0 7.5px !important;
}

td.acciones a button:hover, td.acciones button:hover {
    background-color: #0b3d58;
}

td.acciones a button i, td.acciones button i {
    color: #fff;
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div.help-msg {
    position: relative;
    background-color: rgb(189, 189, 189);
    width: 15px;
    height: 15px;
    border-radius: 50px;
    transform: translate(5px, 5px);
    cursor: default;
}

div.help-msg span {
    color: white;
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    top: -2px;
    left: 4px;
}

.detalles-proyecto {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    padding: 20px;
    border-radius: 0.3rem;
}

.detalles-proyecto table {
    height: min-content;
}

.detalles-proyecto table tr {
    background: none !important;
}

.detalles-proyecto table tr td, .detalles-proyecto table tr th {
    padding: 15px 10px 15px 10px;
    vertical-align: text-top;
}

.c-pointer {
    cursor: pointer !important;
}

.nav-pills .nav-link:not(.active) {
    color: #1e3745 !important;
    font-weight: bold;
}

.nav-pills .nav-link:hover:not(.active) {
    background-color: rgba(18, 91, 128, 0.2);
    color: #fff !important;
}

.nav-pills .nav-link.active {
    background: #1e3745;
    color: #fff !important;
    font-weight: bold;
}

div.trabajador-sin-imagen {
    background-color: rgb(212, 212, 212);
    color: #fff;
    font-size: 100px;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card.noticia .card-body {
    height: 320px;
}

.card.noticia .card-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
}

.carousel-item {
    position: relative;
}

.carousel-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
    min-width: 100%;
    max-width: 800px;
    height: auto;
    min-height: 100%;
}

.carousel-indicators {
    z-index: 2;
}


@media (max-width: 992px) {

    .title-xl {
        font-size: 28px !important;
    }

    .title-l {
        font-size: 18px !important;
    }

    .carousel-caption p {
        font-size: 12px !important;
    }

    .footer-page * {
        font-size: 12px !important;
    }
}