﻿/* 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. */

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;700&display=swap');*/


/** {
    font-family: 'Montserrat', sans-serif !important;
}
*/
body {
    font-family: 'Montserrat', sans-serif;
}

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;

}

.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: 330px;
}
.footer {
  position: absolute;
  /*bottom: 0;*/
  width: 100%;
  white-space: nowrap;
}

.footer a {
    /*margin: 15px 0px 15px 0px;*/
    text-decoration: none;
    color: grey;
}

.footer a:hover {
    color: #9d2449;
    font-weight: 600;
}

.footer li {
    margin: 10px 0;
}


/* Barra decorativa
-------------------------------------------------- */


.primary {
    background-color: #691c32
}

.accent {
    color: #691c32
}

.barraDecorativa {
    min-height: 35px;
    /*width: 100%;*/
    color: white;
    font-size: .9rem;
}

/*    .barraDecorativa div:first-of-type {
        width: 50%;
        min-height: 35px;
        float: left;
    }

    .barraDecorativa div:last-of-type {
        width: 50%;
        min-height: 35px;
        float: left;
    }
*/
.gb-borde-logo {
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    border-color: #9d2449;
}

/*p {
    font-size: 1.3em;
}*/

.imagen-titulo {
    min-height: 50px;
}

.imagen {
    position: relative;
    text-align: center;
    color: white;
}

.centrado {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.firma {
    font-size: 1.1em;
}

.firma .fst-italic {
    font-size: 1.1em;
}

.proximamente {
    font-size: 1.8em;
    font-weight: 900 !important;
}

.barraDegradada {
    min-height: 80px;
    background: linear-gradient(#fff, rgba(192, 192, 192, 0.5));
    display: grid;
    grid-template-columns: 1fr;
}

.footer .footer-gb {
    min-height: 200px;
    background-color: #ebebeb;
}


/*Sala de prensa Boletines*/
.boletin li {
   font-size : 1.2rem;

}

/* Navegación */
.navbar-brand img {
    max-width: 120px;
}

.navbar {
    font-size: .8rem;
    font-weight: 600;
}

.nav-item {
    padding: .5rem;
}

.nav-link {
    color: grey!important;
}

.nav-link.active, .nav-link:hover {
    color: #691c32 !important;
}

.nav-item .dropdown-item {
    font-size: .8rem;
    font-weight: 600;
    color: grey !important;
}

    .nav-item .dropdown-item:hover {
        color: #691c32;
    }

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    background-color: #A22343 !important;
}

   
/* Carousel */

.backgrownd-glass {
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: solid 2px transparent !important;
    background-clip: padding-box !important;
    padding-left: 10px;
    padding-top: 10px;
}


#carousel {
    /*box-shadow: 0 1rem 1rem rgba(0,0,0, .1);*/
}

/*.carousel-inner {
    max-height: 38rem!important;
}*/

/* Ajusta la velocidaed de la animación del carousel */
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    transition: transform 1.2s ease;
}

/* Contenido del carousel */
.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, .5);
}

.carousel-caption h1 {
    font-size: .6em;
    font-weight: 600 !important;
}

.carousel-caption p {
    font-size: .4rem;
    font-weight: 600 !important;
}

.card {
    background-color: rgba(128, 128, 128, 0.05);
}


/* Mark
-------------------------------------------------- */
mark {
    background-color: yellow;
}

/* Normatividad / Cumplimiento
-------------------------------------------------- */
.cumplimiento {
    min-height: 400px;
}

.cobertura {
    min-height: 400px;
}
    /* X-Small devices (portrait phones, less than 576px) 
No media query for `xs` since this is the default in Bootstrap */
    /* Small devices (landscape phones, 576px and up) */
    @media (min-width: 576px) {
        .proximamente {
        font-size: 2.7em;
        font-weight: 900 !important;
    }

        .carousel-caption h1 {
            font-size: 1em !important;
        }

        .carousel-caption p {
            font-size: .6em !important;
        }

    p {
        font-size: 1.3em;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
    .proximamente {
        font-size: 3.2em;
        font-weight: 900 !important;
    }    

    .imgPrecios {
        max-height: 100% !important;
    }

    .carousel-caption h1 {
        font-size: 1em !important;
    }

    .carousel-caption p {
        font-size: .7em !important;
    }

/*    p {
        font-size: 1.4em;
    }
*/
    .imagen-titulo {
        min-height: 80px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .proximamente {
        font-size: 4.5em;
        font-weight: 900 !important;
    }

    .carousel-caption h1 {
        font-size: 1.2em !important;
    }

    .carousel-caption p {
        font-size: .9em !important;
    }

    .carousel-caption {
        position: absolute;
        top: 65%;
        transform: translateY(-50%);
        text-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
    }


/*    p {
        font-size: 1em;
    }*/

    .firma {
        font-size: 1.3em;
    }

        .firma .fst-italic {
            font-size: 1.3em;
        }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .proximamente {
        font-size: 5em;
        font-weight: 900 !important;
    }
    .carousel-caption h1 {
        font-size: 1.6em !important;
    }

    .carousel-caption p {
        font-size: 1.1em !important;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}

/*espera*/
.submit-progress-bg {
    background-color: lightgray;
    opacity: .5;
    z-index: 9998; /* Agregado */
    position: fixed; /* Agregado */
    top: 0; /* Agregado */
    left: 0; /* Agregado */
    width: 100%; /* Agregado */
    height: 100%; /* Agregado */
}

.submit-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 6em;
    padding-top: 2.3em;
    /* The following rules are the
    ones most likely to change */
    width: 20em;
    /* Set 'margin-left' to a negative number
    that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 2.1em;
    background-color: black;
    color: white;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -webkit-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -moz-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    z-index: 9999;
}

.submit-progress {
    padding-top: 2em;
    width: 23em;
    margin-left: -11.5em;
}

.hiddenSubmit {
    display: none !important;
}

.submit-progress i {
    margin-right: 0.5em;
}

.card {
    border: none !important;
}

@media (min-width: 999px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-custom .navbar-nav {
            flex-direction: row;
        }

        .navbar-expand-custom .dropdown-menu {
            position: absolute;
        }

        .navbar-expand-custom .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }

        .navbar-expand-custom > .container {
            flex-wrap: nowrap;
        }

        .navbar-expand-custom .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-custom .navbar-toggler {
            display: none;
        }
}
.imgPrecios {
    max-width: 100%;
    max-height: 100%;
    display: block; 
}

.form-control:focus {
    border-color: #691c32 !important;
    box-shadow: 0 0 0 0.2rem rgba(105,28,50,0.75) !important;
   /* -webkit-box-shadow: 10px 10px 5px 0px rgba(105,28,50,0.75) !important;
    -moz-box-shadow: 10px 10px 5px 0px rgba(105,28,50,0.75) !important;*/
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #A22343 !important;
    border-color: #562930 !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
   color: #FFFFFF !important;
   background-color: #562930;
   border-color: #dee2e6 #dee2e6 #fff;
  
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
   border-top-color: #691c32;
   border-right-color: #691c32;
   border-left-color: #691c32;
}

/* SweetAlert custom button colors */
.swal-button--confirm {
    background-color: #A22343 !important;
    border-color: #562930 !important;
}

    .swal-button--confirm:hover,
    .swal-button--confirm:focus {
        background-color: #8a1d39 !important;
        border-color: #562930 !important;
    }

.swal-button {
    background-color: #A22343 !important;
}

    .swal-button:not([disabled]):hover {
        background-color: #8a1d39 !important;
    }
    











