﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Fallback para Material Icons 
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('fonts.woff2') format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}*/



a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*
#logo {
    padding: 0px 10px 25px 10px;
     background-image: linear-gradient(rgb(0 10 82 / 74%), rgb(0 26 90), rgb(2 0 34 / 0%));
    width: 150px;
}*/

.logos {
    display: inline-flex;
}


.titulo {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    color: #525252;
    font-size: 18px;
}


#logo {
    padding: 0px 10px 25px 10px;
    background-image: linear-gradient(rgb(0 10 82 / 74%), rgb(0 26 90), rgb(2 0 34 / 0%));
    width: 150px;
}

/*
header {
    margin-top: 45px;
}*/

@media (max-width: 1020px) {

    header {
        margin-top: 45px;
    }

    .main-nav {
        position: fixed;
        z-index: 999;
        top: 0;
        width: 100%;
    }

        .main-nav .container {
            padding: 0px;
            max-width: 100%;
        }

        .main-nav img {
            width: 120px;
        }

    .main-menu > li:hover ul {
        display: none;
    }

    .sub-menu > li:hover > ul {
        display: none;
    }

    .btn-ini {
        display: block;
    }

    .btn-menu {
        display: block;
    }

    .main-menu .fa-home {
        display: none;
    }

    .main-menu {
        display: none;
        height: 100vh;
        overflow-y: scroll;
    }

        .main-menu > li {
            border-right: 0px solid;
            border-bottom: 1px solid #c5c5c5;
            float: none;
        }

    .sub-menu {
        position: initial;
        width: auto;
        box-shadow: none;
    }

        .sub-menu > li > ul {
            margin-left: 0px;
            margin-top: 0px;
            position: initial;
            width: auto;
            box-shadow: none;
        }

            .sub-menu > li > ul > li > ul {
                margin-left: 0px;
                margin-top: 0px;
                position: initial;
                width: auto;
                box-shadow: none;
            }


    .menu-transparencia li.menu-item {
        margin-left: 0px;
    }

    .title-enlaces h5 {
        margin-top: 0px !important;
    }

    .input-group.input-search.mt-1 {
        padding: 15px;
    }
}


@media (max-width: 520px) {

    header.page-header {
        margin-top: 70px;
    }

    header.home-header {
        margin-top: 45px;
    }

    .page-header h1 {
        font-size: 22px;
    }
}

.title-s {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 20px;
}

/*** featured content ***/


.banner-featured {
    position: relative;
    width: 100%;
    height: 500px; /* Ajusta segÃºn lo que necesites */
    overflow: hidden;
}

.featured-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Controla la transiciÃ³n suave */
}

    .featured-img.active {
        opacity: 1 !important;
    }

.featured-box {
    margin-top: -25%;
    margin-bottom: 5%;
}

.featured-title {
    color: #006fb3;
}


@media (max-width:520px) {
    .banner-featured {
        height: 150px; /* Ajusta segÃºn lo que necesites */
    }

    .featured-box {
        margin-top: -15%;
        margin-bottom: 0%;
    }

    .bi-house {
        display: none;
    }
}

img#logo {
    padding: 0px 10px 25px 10px;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

img#logo-100 {
    padding: 10px;
}
.logos {
    display: inline-flex;
}

@media (max-width: 767px) {
    .logos a img#logo-100 {
        width: 70px;
    }
}
nav {
    overflow: hidden;
    background-color: whitesmoke;
    border-bottom: 3px solid #cedae4;
}


@media (max-width: 1020px) {
    .logos a img {
       /* width: 90px;*/
    }
}