/* ******** inicio codigo onlymobile only tablet nomobile ******* */

.onlymobile, .onlytablet, .onlydesktop {
display: none !important;
}

@media only screen and (min-width:1024px) {
.onlydesktop {
display: block !important;
}

.nodesktop {
display: none !important;
}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.onlytablet {
display: block !important;
}

.notablet {
display: none !important;
}
}

@media only screen and (max-width:767px) {
.onlymobile {
display: block !important;
}

.nomobile {
display: none !important;
}
}

/* ******** fin codigo onlymobile only tablet nomobile ******* */


/* ********** inicio logo ********** */


/* logo vista escritorio */
.logo-img {
	/* max-width: 770px; */
}


/* logo vista celular */
@media (max-width: 600px) {
.logo-img {
	/* max-width: 318px; */
}
}

/* ********** fin logo ********** */

/* color header sticky */
.not-at-top #t4-header.t4-sticky {
	background-color: #333;
}

