/* CSS Document */

.topbar {
 background-color: #025CA2; 
}

.bg-danek {
 background: #00297D; 
}

.footer {
 background-color: #333;
}

.footer-b {
 background-color: #000;
}

.navbar-expand-lg .navbar-nav .nav-item:hover > .nav-link:not(.disabled){
 color: #005CA6; 
}

.dropdown-menu li:hover > .dropdown-item{
 color: #005CA6; 
}

body { background-color: whitesmoke; }

header { background-color: white; }

#footer { color: whitesmoke; }

#footer .uno { background-color: #333; }
#footer .dos { background-color: #000; }

#footer a { color: lightgray; }
#footer a:hover { color: white; }

.uphover, .uphover:hover {
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
	.uphover:hover {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

.carousel-item .caja { border-radius: 0; height: 100%; }

.cathome { width: 20%; }
@media(max-width: 480px){
	.cathome { width: 33.3%; }
}

.tp h1, .tp h2 {
  font-size:14px;
  margin-top: 25px;
}

.tp p {
  font-size:11px;
}

@media screen and (max-width: 600px) {
	.tp h1, .tp h2 {
      font-size:22px;
    }

    .tp p {
      font-size:18px;
    }
}

/*TOP FECHAS*/
.navbar-dark small {
	color: white;
}
	
.bg-OCTUBRE {
	background-image: url(/img/bg-top-OCTUBRE.jpg);
	background-position: left;
	background-size: auto 100%;
}

.OCTUBRE .navbar-nav .nav-link:hover {
	color: #766df4 !important;
}

.OCTUBRE .navbar-tool-icon-box {
  color: #ffffff !important;
}

.bg-NOVIEMBRE {
	background-image: url(/img/bg-top-NOVIEMBRE.jpg);
	background-position: left;
	background-size: auto 100%;
}

.NOVIEMBRE .navbar-nav .nav-link:hover {
	color: #ff9500 !important;
}

.NOVIEMBRE .navbar-tool-icon-box {
  color: #ffffff !important;
}

.bg-NOVIEMBRE20 {
	background-image: url(/img/bg-top-NOVIEMBRE20.jpg);
	background-position: left;
	background-size: auto 100%;
}

.NOVIEMBRE20 .navbar-nav .nav-link:hover {
	color: #ff9500 !important;
}

.NOVIEMBRE20 .navbar-tool-icon-box {
  color: #ffffff !important;
}

.bg-DICIEMBRE {
	background-image: url(/img/bg-top-DICIEMBRE.jpg);
	background-position: left;
	background-size: auto 100%;
}

.DICIEMBRE .navbar-nav .nav-link:hover {
	color: #cc0000 !important;
}

.DICIEMBRE .navbar-tool-icon-box {
  color: #cc0000 !important;
}

/*RATON*/

.OCTUBRE .ariatextquemazon{
	background-image: url("/img/Raton-OCTUBRE-A.gif") !important;
}

.OCTUBRE .ariatextquemazon:hover{
	background-image: url("/img/Raton-OCTUBRE-B.gif") !important;
}

/*RATON*/

.NOVIEMBRE .ariatextquemazon{
	background-image: url("/img/Raton-NOVIEMBRE-A.gif") !important;
}

.NOVIEMBRE .ariatextquemazon:hover{
	background-image: url("/img/Raton-NOVIEMBRE-B.gif") !important;
}

/*RATON*/

.NOVIEMBRE20 .ariatextquemazon{
	background-image: url("/img/Raton-NOVIEMBRE20-A.gif") !important;
}

.NOVIEMBRE20 .ariatextquemazon:hover{
	background-image: url("/img/Raton-NOVIEMBRE20-B.gif") !important;
}

/*RATON*/

.DICIEMBRE .ariatextquemazon{
	background-image: url("/img/Raton-DICIEMBRE-A.gif") !important;
}

.DICIEMBRE .ariatextquemazon:hover{
	background-image: url("/img/Raton-DICIEMBRE-B.gif") !important;
}