/* Show it is fixed to the top */

body {
    background-color: #e9ebee;
    font-size: 1.2rem;
    font-family: 'Abel', sans-serif;
    line-height: 1.15;
    /*min-height: 75rem;*/
    /*padding-top: 4.5rem;*/
}
.header {
    background-color: #ffffff;
}
a:hover {
	text-decoration: none;
}

/*---------- encabezados ----------*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #9c2395;
    line-height: 1.15;
}

.h1,
h1,
.h2,
h2 {
    color: #87888a;
    font-family: 'Quicksand', sans-serif;
}

.h3,
h3,
.h4,
h4 {
    color: #0a97b0;
    font-family: 'Quicksand', sans-serif;
}


/*---------- secciones ----------*/

section {
    padding-top: 45px;
    padding-bottom: 20px;
}


/*---------- para resaltar ----------*/

.text-cvq {
    color: #9c2395 !important;
}


/*---------- alertas ----------*/

.alert-cvq {
    color: #ffffff;
    border-radius: 0px;
    background-color: #9c2395;
    border-color: #9c2395;
    font-family: 'Saira Extra Condensed', sans-serif;
}


/*---------- botones cvq ----------*/

.btn-primary-cvq {
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #fff;
    background-color: #ce0ac3;
    border-color: #ce0ac3;
    border-radius: 0;
}

.btn-primary-cvq:hover {
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #fff;
    background-color: #9c2395;
    border-color: #9c2395;
}

.btn-secondary-cvq {
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    border-radius: 0;
}

.btn-secondary-cvq:hover {
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-success-cvq {
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    border-radius: 0;
}

.btn-success-cvq:hover {
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-danger-cvq {
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 0;
}

.btn-danger-cvq:hover {
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-warning-cvq {
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    border-radius: 0;
}

.btn-warning-cvq:hover {
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-info-cvq {
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #fff;
    background-color: #01b7cc;
    border-color: #01b7cc;
    border-radius: 0;
}

.btn-info-cvq:hover {
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #fff;
    background-color: #01808e;
    border-color: #01808e;
}

.btn-light-cvq {
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    border-radius: 0;
}

.btn-light-cvq:hover {
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-dark-cvq {
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #fff;
    background-color: #9c2395;
    border-color: #9c2395;
    border-radius: 0;
}

.btn-dark-cvq:hover {
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #fff;
    background-color: #9c2395;
    border-color: #9c2395;
}

.btn-link-cvq {
    font-family: 'Saira Extra Condensed', sans-serif;
    font-weight: 400;
    color: #01b7cc;
    text-decoration: none;
    border-radius: 0;
}

.btn-link-cvq:hover {
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #01808e;
    text-decoration: underline;
}


/*---------- Cards ----------*/

.card-header-cvq:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header-cvq {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: #ffffff;
    background-color: #9c2395;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header2-cvq {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: #ffffff;
    background-color: #01a2b4;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header-cvq .btn-link {
    color: #ffffff;
    padding: 0;
}

.card-footer-cvq:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-footer-cvq {
    padding: .75rem 1.25rem;
    color: #ffffff;
    background-color: #00b8cb;
    border-top: 1px solid rgba(0, 0, 0, .125);
}


/*---------- flip ----------*/

.card-flip {}

.card-flip .front {}

.card-flip .back {
    background-color: #FFFFFF;
}

.card-flip .back p.texto {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 24px;
    min-width: 90%;
    color: #9c2395;
		font-weight: bold;
}

.card-flip .back img {
    opacity: 0.15;
    transform: scaleX(-1);
}


/*---------- tabs ----------*/

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #e9ebee;
}

.nav-tabs .nav-link {
    color: #9c2395;
}

.nav-tabs .nav-link:hover {
    color: #9f1897;
}


/*---------- nav1 ----------*/

.nav1 {
    padding-top: 5px;
    padding-bottom: 10px;
}

.nav1 .nav-link {
    color: #000000;
    font-family: 'Saira Extra Condensed', sans-serif;
}

.nav1 .social .nav-link {
    color: #777879;
		padding: 8px 8px;
}

.nav1 .nav-link:focus,
.nav1 .nav-link:hover {
    background-color: #f1f1f1;
}

.nav1 .social .nav-link:focus,
.social .nav-link:hover {
    background-color: transparent;
    color: #00b8cb;
}

.nav1 .separador {
    padding: 8px 0;
}

/*---------- Logos ----------*/

.logos {
    padding-bottom: 15px;
}


/*---------- mainNav ----------*/

#mainNav.bg-light {
    font-size: 1rem;
    background: rgb(0, 111, 129);
    background: -moz-linear-gradient(0deg, rgba(0, 111, 129, 1) 0%, rgba(0, 184, 204, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 111, 129, 1) 0%, rgba(0, 184, 204, 1) 100%);
    background: linear-gradient(0deg, rgba(0, 111, 129, 1) 0%, rgba(0, 184, 204, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#006f81", endColorstr="#00b8cc", GradientType=1);
}

#mainNav.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    text-transform: uppercase;
}

#mainNav.navbar-light .navbar-nav .nav-link:focus,
#mainNav.navbar-light .navbar-nav .nav-link:hover {
    color: #00fffc;
}

#mainNav.navbar-light .navbar-brand {
    color: rgba(255, 255, 255, .9);
}

#mainNav .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef70;
}

/* Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap */
#mainNav.navbar-expand-lg .navbar-nav .nav-link {
	padding: 5px 5px; /*xs - md*/
}


/* Medium devices (tablets, 768px and up) */
/*@media (min-width: 768px) { ... }*/

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#mainNav.navbar-expand-lg .navbar-nav .nav-link {
		padding: 2px 30px; /*lg*/
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#mainNav.navbar-expand-lg .navbar-nav .nav-link {
		padding: 2px 48px; /*xl*/
	}
}

#mainNav .nav-link {
    padding-top: 2px;
    padding-bottom: 2px;
}

#mainNav.navbar-light .navbar-nav .active>.nav-link,
#mainNav.navbar-light .navbar-nav .nav-link.active,
#mainNav.navbar-light .navbar-nav .nav-link.show,
#mainNav.navbar-light .navbar-nav .show>.nav-link {
    color: #00fffc;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #9f1897;
}
/*---------- main-area ----------*/

.main-area {
    padding-top: 0px;
}
/* Medium devices (landscape phones, 576px and up) */
@media (min-width: 768px) {
	.main-area {
			padding-top: 35px;
	}
}
/*---------- collapse ----------*/
/* Medium devices (landscape phones, 576px and up) */
@media (min-width: 768px) {
/*	.collapse p {
		margin-bottom: 1rem;
	}
	.collapse hr {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.collapse .img-thumbnail {
		margin-bottom: 0;
	}*/
	.collapse .img-thumbnail {
		margin-bottom: 0px !important;
	}
}
.collapse .img-thumbnail {
	margin-bottom: -20px;
}
/*.collapse p {
	margin-bottom: 0;
}
.collapse hr {
	margin-top: 3px;
	margin-bottom: 3px;
}
.collapse .img-thumbnail {
	margin-bottom: -18;
}
*/
.margen-inf {
	margin-bottom: 50px !important; 
}

/*---------- cifras  ----------*/
.cifras {
	/*margin-top: 15px;*/
	font-family: 'Quicksand', sans-serif;
	font-size:21px;
	color: #FFFFFF;
	background-image: url(../img/home/cifras_bg.jpg);
	background-size: cover;
	background-position: center center;
	padding: 16px;
}
.cifras .row {
	margin: 0 ;
}
.cifras p {
	margin: 0;
}
.cifras .counter {
	font-size: 50px;
	padding-bottom: 15px;
}
.cifras div {
	border-top: solid thin rgba(255,255,255,0.50);
	margin-top: 16px;
	padding-top: 16px;
}
.cifras div:first-child {
	border:none;
	margin-top: 0;
	padding-top: 0;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cifras .row {
		margin-right: -15px;
		margin-left: -15px;
	}
	.cifras div {
		border-left: solid thin rgba(255,255,255,0.50);
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}
	.cifras div:first-child {
		border:none;
	}
	.cifras .descripcion {
		padding: 0;
	}
}


/*---------- cifras-cvq  ----------*/

.cifras-cvq {
    font-family: 'Quicksand', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 21px;
    background-image: url(../img/home/cifras_bg.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .cifras-cvq .datos {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
    .cifras-cvq .datos2 {
        position: absolute;
        top: 50%;
        transform: translate(-50%);
    }
}

.cifras-cvq .conteo {
    font-size: 55px;
}

.cifras-cvq .totales {
    /*font-weight: bold;*/
    font-size: 30px;
    line-height: 40px;
}


/*---------- test  ----------*/

.test {
}

.test img {
    /*padding-top: 20px;*/
    /*border: 2px solid #00b8cc;*/
}


/*---------- titulos  ----------*/

.titulo-seccion {
    font-family: 'Quicksand', sans-serif;
    color: #9c2395;
    font-size: 25px;
    text-transform: uppercase;
    padding-top: 35px;
}

.titulo-seccion .icono {
    color: #9c2395;
    font-size: 30px;
    padding-right: 10px;
    padding-left: 10px;
    border-right: solid #9c2395;
    margin-right: 10px;
}


/*---------- del-mes ----------*/


/*.del-mes {
}
.del-mes .nota {
	background-color: #9c2395;
	color: #ffffff;
	border: solid thin #9c2395;
}
.del-mes h1,
.del-mes h2,
.del-mes h3,
.del-mes h4,
.del-mes h5,
.del-mes h6 {
	color: #ffffff;
	line-height: 30px;
}
.del-mes .fondo {
	background-size: cover;
	background-position: center center;
	height: 100%;
	min-height: 250px;
}
.del-mes .texto {
	padding: 15px 15px 15px;
	margin-top: 15px;
	background: rgb(216,216,216);
	background: -moz-linear-gradient(145deg, rgba(216,216,216,0.5) 0%, rgba(216,216,216,0) 50%);
	background: -webkit-linear-gradient(145deg, rgba(216,216,216,0.5) 0%, rgba(216,216,216,0) 50%);
	background: linear-gradient(145deg, rgba(216,216,216,0.5) 0%, rgba(216,216,216,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8d8d8",endColorstr="#d8d8d8",GradientType=1); 
}
*/

.del-mes .nota {
    background-color: #9c2395;
    height: 100%;
}

.del-mes .spacer {
    min-height: 250px;
}

.del-mes .nota .margen {
    padding: 15px;
}

.del-mes .nota a {
    text-decoration: none;
}

.del-mes .nota .texto {
    height: 100%;
    min-height: 205px;
    color: #ffffff;
    padding: 15px 15px 0;
    background: rgb(255, 71, 245);
    background: -moz-linear-gradient(145deg, rgba(255, 71, 245, 1) 0%, rgba(255, 71, 245, 0) 50%);
    background: -webkit-linear-gradient(145deg, rgba(255, 71, 245, 1) 0%, rgba(255, 71, 245, 0) 50%);
    background: linear-gradient(145deg, rgba(255, 71, 245, 1) 0%, rgba(255, 71, 245, 0) 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff47f5", endColorstr="#ff47f5", GradientType=1);
}

/* bk_20240404
.del-mes .nota .texto {
    height: 100%;
    min-height: 205px;
    color: #ffffff;
    padding: 15px 15px 0;
    background: rgb(201, 12, 190);
    background: -moz-linear-gradient(145deg, rgba(201, 12, 190, 1) 0%, rgba(156, 35, 149, 1) 50%);
    background: -webkit-linear-gradient(145deg, rgba(201, 12, 190, 1) 0%, rgba(156, 35, 149, 1) 50%);
    background: linear-gradient(145deg, rgba(201, 12, 190, 1) 0%, rgba(156, 35, 149, 1) 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#c90cbe", endColorstr="#9c2395", GradientType=1);
}
*/

.del-mes .titulo-seccion {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 8px;
    background-color: #E9EBEE;
}

.del-mes .row.no-gutters > div {
	overflow:hidden;
} 

.del-mes .imagen {
    background-size: cover;
    background-position: center center;
    height: 100%;
		transition: all .2s ease-in-out;
}
.del-mes .imagen:hover, 
a:hover .imagen {
	transform: scale(1.2);
}

.del-mes .texto h1,
.del-mes .texto h2,
.del-mes .texto h3,
.del-mes .texto h4,
.del-mes .texto h5,
.del-mes .texto h6 {
    color: #ffffff;
    font-weight: lighter;
    /* line-height: 25px; */
}


/*---------- boletin ----------*/
.boletin .row.no-gutters > div {
	overflow:hidden;
} 

.boletin .imagen {
    background-image: url(../img/boletines/boletin1.jpg);
    background-size: cover;
    background-position: center center;
		height:100%;
		transition: all .2s ease-in-out;
}
.boletin .imagen:hover {
	transform: scale(1.2);
}
.boletin .spacer {
    min-height: 250px;
}

.boletin .nota {
    background-color: #ce0ac3;
    padding: 1px;
}

.boletin .margen {
    padding: 15px;
}

.boletin .texto {
    color: #ffffff;
    padding: 15px;
    background: rgb(255, 71, 245);
    background: -moz-linear-gradient(145deg, rgba(255, 71, 245, 1) 0%, rgba(255, 71, 245, 0) 50%);
    background: -webkit-linear-gradient(145deg, rgba(255, 71, 245, 1) 0%, rgba(255, 71, 245, 0) 50%);
    background: linear-gradient(145deg, rgba(255, 71, 245, 1) 0%, rgba(255, 71, 245, 0) 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff47f5", endColorstr="#ff47f5", GradientType=1);
}

.boletin .texto h1,
.boletin .texto h2,
.boletin .texto h3,
.boletin .texto h4,
.boletin .texto h5,
.boletin .texto h6 {
    color: #ffffff;
    font-weight: lighter;
    line-height: 25px;
}


/*---------- seccion-masvisto ----------*/

.seccion-masvisto .nota {
    background-color: #dbdde2;
}

.seccion-masvisto .row.no-gutters > div {
	overflow:hidden;
} 
.seccion-masvisto .imagen {
    background-size: cover;
    background-position: center center;
    height: 100%;
    min-height: 250px;
		transition: all .2s ease-in-out;
}
.seccion-masvisto .imagen:hover {
	transform: scale(1.2);
}
.seccion-masvisto .texto {
    padding: 35px 30px;
    color: #454647;
}

.seccion-masvisto .texto h1,
.seccion-masvisto .texto h2,
.seccion-masvisto .texto h3,
.seccion-masvisto .texto h4,
.seccion-masvisto .texto h5,
.seccion-masvisto .texto h6 {
    color: #9c2395;
    font-weight: lighter;
}


/*---------- zoom ----------*/
.zoom {
	overflow: hidden;
}
.zoom img {
		transition: all .2s ease-in-out;
}
.zoom img:hover,
a:hover .zoom img {
	transform: scale(1.2);
}
/*---------- seccion-tips ----------*/

.seccion-tips .nota {
    padding: 15px;
    background: -moz-linear-gradient(180deg, rgba(0, 138, 161, 1) 0%, rgba(0, 115, 133, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 138, 161, 1) 0%, rgba(0, 115, 133, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 138, 161, 1) 0%, rgba(0, 115, 133, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#008aa1", endColorstr="#007385", GradientType=1);
    height: 100%;
}

.seccion-tips .imagen {
    padding-bottom: 15px;
}

.seccion-tips .texto {
    color: #ffffff;
    padding: 30px 15px;
    background: rgb(2, 176, 199);
    background: -moz-linear-gradient(145deg, rgba(2, 176, 199, 1) 0%, rgba(2, 176, 199, 0) 50%);
    background: -webkit-linear-gradient(145deg, rgba(2, 176, 199, 1) 0%, rgba(2, 176, 199, 0) 50%);
    background: linear-gradient(145deg, rgba(2, 176, 199, 1) 0%, rgba(2, 176, 199, 0) 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#02b0c7", endColorstr="#02b0c7", GradientType=1);
}

.seccion-tips .texto h1,
.seccion-tips .texto h2,
.seccion-tips .texto h3,
.seccion-tips .texto h4,
.seccion-tips .texto h5,
.seccion-tips .texto h6 {
    color: #ffffff;
    font-weight: lighter;
    line-height: 30px;
}


/*---------- list-group ----------*/

.list-group-item.active {
    background-color: #9c2395;
    border-color: #9c2395;
}


/*---------- footer ----------*/

footer {
    padding-top: 45px;
    padding-bottom: 40px;
}

footer .sociales {
    padding-bottom: 45px;
}

footer .sociales a {
    color: #777879;
		padding: 0 8px;
}

footer a {
    color: #000000;
}

footer .sociales a:hover,
footer .sociales a:active,
footer a:hover,
footer a:active {
    text-decoration: none;
    color: #00b8cb;
}

/*---------- Test ----------*/

.my-test .img-thumbnail {
	padding: 8px;
	border: none;
	border-radius: 0;
	max-width: 100%;
	height: auto;
}

.my-test .resultado {
	border: none;
	background-color: transparent;
}

.my-test .siguiente,
.my-test .siguiente2 {
	color: #ffffff;
	background-color: #cccccc;
	border-color: #cccccc;
	padding: 6px 50px;
	font-size: 20px;
}

.my-test .siguiente:hover,
.my-test .siguiente:active,
.my-test .siguiente:focus {
	color: #9c2395;
}

.my-test .siguiente2:hover,
.my-test .siguiente2:active,
.my-test .siguiente2:focus {
	color: #01a2b4;
}

.card-test-1 .card-header {
    background-color: #157900;
}
.card-test-2 .card-header {
    background-color: #ffa300;
}
.card-test-3 .card-header {
    background-color: #fe0000;
}

.card-test-1 .border-test {
	border: 4px solid #157900 !important;
}
.card-test-2 .border-test {
	border: 4px solid #ffa300 !important;
}
.card-test-3 .border-test {
	border: 4px solid #fe0000 !important;
}

.my-test .alert-danger {
	color: #a01c96;
	background-color: #f6e8f5;
	border-color: #f6e8f5;
	border-radius: 0;
}

.my-test .alert-info {
	color: #0c5460;
	background-color: #a3e7f0;
	border-color: #bee5eb;
	border-radius: 0;
}

.my-test .titulo {
	color: #ffffff;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1.2;
	font-size: 53px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.my-test .img-thumbnail {
		/*margin-top: -70px;*/
	}
	.my-test .resultado {
		/*margin-top: -110px;*/
	}
}
.border-cvq {
	border-color: #a01c96 !important;
	border-radius: 0;
}