@font-face {
    font-family: 'nunito-bold';
    src: url('fonts/NunitoSans-Bold.woff2') format('woff2'),
        url('fonts/NunitoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
.nunito-bold {
    font-family: 'nunito-bold';
}
@font-face {
    font-family: 'nunito-regular';
    src: url('fonts/NunitoSans-Regular.woff2') format('woff2'),
        url('fonts/NunitoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.nunito-regular {
    font-family: 'nunito-regular';
}

body {
    font-family: 'nunito-regular' !important;
}

/* END FONTS */

a, a:link, a:visited, a:hover {
    text-decoration: none !important;
	color: inherit;
}
.btn-circle {
    width: 30px !important;
    height: 30px !important;
    padding: 6px 0px !important;
    border-radius: 15px !important;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 1.42857 !important;
}
.btn-circle:hover {
    color: #000 !important;
}
#top-bar li a {
    color: #FFF !important;
}

.no-link {
    text-decoration: none;
}

.whatsapp {
    right: 0px;
    top: 45%;
    z-index: 999;
    position: fixed;
    transition: transform .5s;
}
.whatsapp a img {
	max-height: 100px;
}
.whatsapp-color {
    color: #25D366 !important;
}

.escalas-flotante {
    right: 0px;
    top: 60%;
    z-index: 998;
    position: fixed;
    transition: transform .5s;
}
.escalas-flotante a img {
	max-height: 100px;
}
/* BOOTSTRAP OVERRIDE */
    .nav-link {
        color: inherit !important;
    }


/* END BOOTSTRAP OVERRIDE */

/* NAVBAR */
.dropdown-custom {
	/* max-height: 92vh; */
	/* max-height: calc(100vh - 80px); */
    /* overflow-y: overlay; */
}
/* BTN INSTALL APP */
.app {
    top: 70%;
    z-index: 900;
    position: absolute;
}
.bg-app-login {
	background-color: #F7F7F7 !important;
}
.bg-app {
	background-color: #c1c1bb !important;
}
/* #install_button {
    position: fixed;
    cursor: pointer;
}
#install_button_image {
    max-width: 70px;
} */


/* BUTTONS */
.btn-secza-green {
    background-color: #009591 !important;
}
.btn-secza-noticias {
    background-color: #33C6D7 !important;
}
.btn-secza-azul {
	background-color: #3e4095 !important;
}
/* .btn-secza-orange {
    background-color: #E6B100 !important;
} */
.btn-secza-beneficios {
    background-color: #FFCE00 !important;
}
.btn-mujer {
    background-color: #9900CC !important;
}
.btn-deportes {
    background-color: #EC4037 !important;
}

/* BUTTONS HOME APP */
.btn-home-app {
	border: 2px solid !important;
    background-color: #FFF !important;
}
.btn-home-app:hover {
	border: 3px solid !important;
}
.btn-home-credencial {
	border-color: #663333 !important;
	color: #663333 !important;
}
.btn-home-turnos {
	border-color: #009933 !important;
	color: #009933 !important;
}
.btn-home-salud {
	border-color: #38B554 !important;
	color: #38B554 !important;
}
.btn-home-preguntas {
	border-color: #014417 !important;
	color: #014417 !important;
}
.btn-home-beneficios {
	border-color: #663399 !important;
	color: #663399 !important;
}
.btn-home-colonia {
	border-color: #FF8000 !important;
	color: #FF8000 !important;
}
.btn-home-servicios {
	border-color: #FF6600 !important;
	color: #FF6600 !important;
}
.btn-home-calcula {
	border-color: #2F88BD !important;
	color: #2F88BD !important;
}
.btn-home-noticias {
	border-color: #009591 !important;
	color: #009591 !important;
}
.btn-home-denuncias {
	border-color: #FF0009 !important;
	color: #FF0009 !important;
}
.btn-home-delegaciones {
	border-color: #074081 !important;
	color: #074081 !important;
}
.btn-home-web {
	border-color: #003399 !important;
	color: #003399 !important;
}

/* TEXT COLOR */
/* .text-white {
    color: #FFF !important;
} */
.titulo-seccion {
	color: #3e4095 !important;
}
.titulo-delegaciones {
	color: #003399 !important;
}
.titulo-noticias {
	color: #009591 !important;
}
.titulo-beneficios {
	color: #E6B100 !important;
}
.text-blue {
    color:#003399 !important;
}
.text-orange {
    color: #FF6600 !important;
}
.text-green {
    color: #009933 !important;
}
.text-light-blue {
    color: #2F88BD !important;
}

/* BORDERS */
.hr-2x {
	border: 2px solid;
}
.border-2px {
	border: 2px solid !important;
}
.border-delegaciones {
    border-color: #074081 !important;
}
.border-noticicas {
	border-color: #009591 !important;
}
.border-beneficios {
	border-color: #E6B100 !important;
}
.border-no-radius {
	border-radius: 0px !important;
}

/* BACKGROUND COLORS */
.bg-grad-blue {
    background: rgb(0,1,103);
    background: linear-gradient(0deg, rgba(0,1,103,1) 0%, rgba(0,51,153,1) 50%);
}
.bg-secza {
    background-color:#003399 !important;
}
.bg-navbar {
    background-color: #F7F7F7 !important;
}
.bg-grey-home {
    background-color: #F5F5F5 !important;
}
.bg-black {
    background-color: #000 !important;
}
.bg-brands-carousel {
    background: rgb(255,255,255);
    background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
    background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
    background: linear-gradient(rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
}
.bg-footer-blue {
    background-color: #074081;
}
.bg-footer-black {
    background-color: #4D4D4D;
}

/* BACKGROUNDS COLORS APP */
.bg-footer-app {
	background-color: #1A1A1A;
}

/* CONTACTO */
.title-contacto {
	color: #3e4095;
}
.frm-label-contacto {
	color: #3e4095;
    text-align: right;
}
.color-contacto {
	color: #2F88BD !important;
}
.hr-contacto {
	border: 2px solid #26A9E0 !important;
}
.btn-submit-contacto {
    text-align: left;
}

/* DENUNCIA */
.btn-denuncia {
	background-color: #ff0000 !important;
}

/* SECRETARIAS */
.title-secretarias {
	color: #414283 !important;
}
.bg-secreatarias {
	background-color: #f7f7f7 !important;
}
.btn-secretarias {
	background-color: #006eb9 !important;
}
.hr-secretarias {
	border: 2px solid #26A9E0 !important;
}

/* DELEGACIONES */
.btn-delegaciones {
	background-color: #006eb9 !important;
}
.btn-gris {
	background-color: #666666 !important;
}

/* CONSEJO DIRECTIVO */
.bg-consejo {
	background-color: #f7f7f7 !important;
    border: 0px !important;
}
/* BENEFICIOS */
.btn-beneficios {
	background-color: #E6B100 !important;
}
.card-footer-beneficios, .card-footer-mujer {
	background-color: inherit !important;
	border: 0px !important;
}

/* AFILIATE */
.bg-afiliate, .bg-denuncias{
	background-color: #DFDFFF !important;
}

/* CALCULADORA */
.bg-calculadora {
	background-image: url('../images/calculadora.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}

@media print {
    .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}

@media (max-width: 576px) {
	.whatsapp {
	    right: 5px;
        top: 65%;
	}
	.whatsapp a img {
		max-height: 50px;
	}
    .escalas-flotante {
	    right: 5px;
        top: 75%;
	}
	.escalas-flotante a img {
		max-height: 50px;
	}
    .titulo-seccion {
    	padding-left: 15px !important;
    }
    .frm-label-contacto {
        text-align: left;
    }
    .btn-submit-contacto {
        text-align: center;
    }
    .g-recaptcha > div {
        margin: 0 auto;
    }
}
@media all and (display-mode: standalone) {
    #page-content-wrapper {
        /* height: 92vh; */
        /* overflow-y: hidden; */
      /* padding-bottom: 3.5em;       */
    }
    .footer-app {
        height: 8vh;
    }
}
