

@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:active {
	color:#FFF;
	text-decoration: none;
}




 .fa-bars{
  color:#fff;
    max-height:3px;
}

 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
 a:active {
	color:#FFF;
	text-decoration: none;
}
.navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:active {
	color:#FFF;
	text-decoration: none;
}
.fa-whatsapp  {
  color:#fff;
  background:
  linear-gradient(#25d366,#25d366)10px 84%/10px 15px no-repeat,
  radial-gradient(#25d366 60%,transparent 0);
}
.fa-envelope  {
  color:yellow;
}
.fa-mobile-alt  {
  color:blue;
  background:
  radial-gradient(#FFFFFF 70%,transparent 0); 
}
.fa-facebook-square {
  color:blue;
  background:
  radial-gradient(#FFFFFF 60%,transparent 0); 
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
/* Mobile Layout: 319px and below. */
/* Mobile Layout: 319px and below. */
@media only screen and (min-width: 319px) {

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#0B0B61;
}

.navbar-brand img{
	width:140px;
	height:40px;
	margin-top:-5px;	
}
 
.navbar .navbar-toggler-icon { 
   background-image: url(../nav-icon.png); 
   width:20px;
	height:20px;
	margin-top:-5px;
	margin-left:50px;
} 		 
#navbarCollapse {
	background-color:#0B0B61;
	width:130%;
	min-width:130%;
	text-align:center;
	margin-left:-20%;
	margin-top:-10px;
}
#navbarsExample06  {
	background-color:#0B0B61;
}
#navbarsExample06  a:hover {
  background-color: #F00;
  color:#FFF;
}
#navbarCollapse .dropdown-menu a  {
	text-align:center;
}
#navbarsExample06 .dropdown-menu   {
	background-color:#0B0B61;
}
#slogan-rojo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#F00;
	text-align:center;
	color:#FFF;
	height:20px;
}

letras  {
	width: 100%;
	display: block;
	background-color:#;
	text-align:center;
	color:#FFF;
	height:3px;
	 margin-top:-5px;
   -webkit-overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}
 .div {
	
   font-family:'Roboto';
   font-weight:600;
	font-size:16px;
  display:inline-block;
  overflow:hidden;
 white-space:nowrap;
}

.div:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
   animation: showup 8s infinite;
}

.div:last-of-type {
  width:0px;
   animation: reveal 8s infinite;
}

.div:last-of-type span {
  margin-left:-355px;
   animation: slidein 8s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:155px;}
    80% {opacity:1;}
    100% {opacity:0;width:155px;}
}
#banners {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slogan-azul {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:25px;
	display: block;
	background-color:#0B0B61;
	color:#FFF;
	text-align:center;
	font-family:'Roboto';
    font-weight:600;
}


#slogan-azul h5{
	font-size:16px;
}


#anuncio-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#F00;
	color:#FFF;
}

}

/* Mobile Layout: 319px and below. */
@media only screen and (min-width: 374px) {

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#0B0B61;
}

.navbar-brand img{
	width:160px;
	height:40px;
	margin-top:-5px;	
}
 
.navbar .navbar-toggler-icon { 
   background-image: url(../nav-icon.png); 
   width:20px;
	height:20px;
	margin-top:-5px;
	margin-left:50px;
} 		 
#navbarCollapse {
	background-color:#0B0B61;
	width:130%;
	min-width:130%;
	text-align:center;
	margin-left:-20%;
	margin-top:-10px;
}
#navbarCollapse  a:hover {
  background-color: #F00;
  color:#FFF;
}
#slogan-rojo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#F00;
	text-align:center;
	color:#FFF;
	height:20px;
}

letras  {
	width: 100%;
	display: block;
	background-color:#F00;
	text-align:center;
	color:#FFF;
	height:20px;
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}
 .div {
	margin-top:-3px;
  font-family:'Roboto';
  font-weight:600;
	font-size:14px;
  -webkit-display:inline-block;
  -webkit-overflow:hidden;
 -webkit-white-space:nowrap;
}

.div:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 8s infinite;
}

.div:last-of-type {
  width:0px;
  animation: reveal 8s infinite;
}

.div:last-of-type span {
  margin-left:-355px;
  animation: slidein 8s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:155px;}
    80% {opacity:1;}
    100% {opacity:0;width:155px;}
}
#banners {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slogan-azul {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:25px;
	display: block;
	background-color:#0B0B61;
	color:#FFF;
	text-align:center;
	 font-family:'Roboto';
  font-weight:600;
}

#anuncio-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

}
/* Mobile Layout: 319px and below. */
@media only screen and (min-width: 413px) {

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#0B0B61;
}

.navbar-brand img{
	width:160px;
	height:40px;
	margin-top:-5px;	
}
 
.navbar .navbar-toggler-icon { 
   background-image: url(../nav-icon.png); 
   width:20px;
	height:20px;
	margin-top:-5px;
	margin-left:50px;
} 		 
#navbarCollapse {
	background-color:#0B0B61;
	width:130%;
	min-width:130%;
	text-align:center;
	margin-left:-20%;
	margin-top:-10px;
}
#navbarCollapse  a:hover {
  background-color: #F00;
  color:#FFF;
}
#slogan-rojo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#F00;
	text-align:center;
	color:#FFF;
	height:20px;
}

letras  {
	width: 100%;
	display: block;
	background-color:#F00;
	text-align:center;
	color:#FFF;
	height:20px;
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}
 .div {
	margin-top:-3px;
  font-family:'Roboto';
  font-weight:600;
	font-size:14px;
  -webkit-display:inline-block;
  -webkit-overflow:hidden;
 -webkit-white-space:nowrap;
}

.div:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 8s infinite;
}

.div:last-of-type {
  width:0px;
  animation: reveal 8s infinite;
}

.div:last-of-type span {
  margin-left:-355px;
  animation: slidein 8s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:155px;}
    80% {opacity:1;}
    100% {opacity:0;width:155px;}
}
#banners {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slogan-azul {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:25px;
	display: block;
	background-color:#0B0B61;
	color:#FFF;
	text-align:center;
	 font-family:'Roboto';
  font-weight:600;
}
#slogan-azul h5{
	font-size:14px;
}

#anuncio-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

}
/* Mobile Layout: 480px and below. */
@media only screen and (min-width: 479px) {

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#0B0B61;
}

.navbar-brand img{
	width:160px;
	height:40px;
	margin-top:-10px;	
}
 
.navbar .navbar-toggler-icon { 
   background-image: url(../nav-icon.png); 
   width:20px;
	height:20px;
	margin-top:-10px;
} 		 
#navbarCollapse {
	background-color:#0B0B61;
	width:130%;
	min-width:130%;
	text-align:center;
	margin-left:-20%;
	margin-top:-10px;
}
#navbarCollapse  a:hover {
  background-color: #F00;
  color:#FFF;
}
#slogan-rojo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#F00;
	text-align:center;
	color:#FFF;
	height:20px;
}

letras  {
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}
 .div {
	 margin-top:-3px;
  font-family:'Roboto';
  font-weight:600;
	font-size:16px;
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
}

.div:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 8s infinite;
}

.div:last-of-type {
  width:0px;
  animation: reveal 8s infinite;
}

.div:last-of-type span {
  margin-left:-355px;
  animation: slidein 8s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:155px;}
    80% {opacity:1;}
    100% {opacity:0;width:155px;}
}
#banners {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slogan-azul {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:25px;
	display: block;
	background-color:#0B0B61;
	color:#FFF;
	text-align:center;
	 font-family:'Roboto';
  font-weight:600;
}
#slogan-azul h5{
	font-size:16px;
}

#slogan-azul h5{
	font-size:16px;
}
#anuncio-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 598px) {

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#0B0B61;
}

.navbar-brand img{
	width:160px;
	height:40px;
	margin-top:-10px;	
}
 
.navbar .navbar-toggler-icon { 
   background-image: url(../nav-icon.png); 
   width:20px;
	height:20px;
	margin-top:-10px;
} 		 
#navbarCollapse {
	background-color:#0B0B61;
	width:130%;
	min-width:130%;
	text-align:center;
	margin-left:-20%;
	margin-top:-10px;
}
#navbarCollapse  a:hover {
  background-color: #F00;
  color:#FFF;
}
#slogan-rojo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#F00;
	text-align:center;
	color:#FFF;
	height:20px;
}

letras  {
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}
 .div {
	 margin-top:-3px;
  font-family:'Roboto';
  font-weight:600;
	font-size:18px;
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
}

.div:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 8s infinite;
}

.div:last-of-type {
  width:0px;
  animation: reveal 8s infinite;
}

.div:last-of-type span {
  margin-left:-355px;
  animation: slidein 8s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:155px;}
    80% {opacity:1;}
    100% {opacity:0;width:155px;}
}
#banners {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slogan-azul {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:25px;
	display: block;
	background-color:#0B0B61;
	color:#FFF;
	text-align:center;
	 font-family:'Roboto';
  font-weight:600;
}

#slogan-azul h5{
	font-size:18px;
}

#anuncio-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}



@media only screen and (min-width: 769px) {

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#0B0B61;
}
#navbarCollapse {
	background-color:#0B0B61;
	max-width:50%;
	float:left;
	min-width:auto;
	text-align:center;
	margin-left:1px;
	height:60px;
}
.navbar-brand img{
	width:230px;
	height:60px;
	margin-top:-3px;
	margin-left:5px;	
}
#navbarCollapse  a{
  margin-left: auto;
  float:right;
  margin-top:7px;
}
#navbarCollapse  a:hover {
  background-color: #F00;
  color:#FFF;
}
#slogan-rojo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#F00;
	text-align:center;
	color:#FFF;
	height:20px;
}

letras  {
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}
 .div {
	 margin-top:-3px;
  font-family:'Roboto';
  font-weight:600;
	font-size:20px;
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
}

.div:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 8s infinite;
}

.div:last-of-type {
  width:0px;
  animation: reveal 8s infinite;
}

.div:last-of-type span {
  margin-left:-355px;
  animation: slidein 8s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:225px;}
    80% {opacity:1;}
    100% {opacity:0;width:225px;}
}
#banners {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#slogan-azul {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:25px;
	display: block;
	background-color:#0B0B61;
	color:#FFF;
	text-align:center;
	 font-family:'Roboto';
  font-weight:600;
}
#slogan-azul h5{
	font-size:20px;
}

#anuncio-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
@media only screen and (min-width: 799px) {

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#0B0B61;
}
#navbarCollapse {
	background-color:#0B0B61;
	max-width:;
	float:left;
	min-width:auto;
	text-align:left;
	margin-left:-1px;
	height:60px;
}
.navbar-brand img{
	width:270px;
	height:60px;
	margin-top:-3px;
	margin-left:5px;
	margin-right:10px;	
}
#navbarCollapse  a{
  margin-left: auto;
  float:right;
  margin-top:7px;
}
#navbarCollapse  a:hover {
  background-color: #F00;
  color:#FFF;
}
#slogan-rojo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#FFF;
	text-align:center;
	color:#FFF;
	height:16px;
}

letras  {
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}
 .div {
	 margin-top:-5px;
  font-family:'Roboto';
  font-weight:600;
	font-size:20px;
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
}

.div:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 8s infinite;
}

.div:last-of-type {
  width:0px;
  animation: reveal 8s infinite;
}

.div:last-of-type span {
  margin-left:-355px;
  animation: slidein 8s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:225px;}
    80% {opacity:1;}
    100% {opacity:0;width:225px;}
}
#banners {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#slogan-azul {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:25px;
	display: block;
	background-color:#0B0B61;
	color:#FFF;
	text-align:center;
	 font-family:'Roboto';
  font-weight:600;
}
#slogan-azul h5{
	font-size:20px;
}

#anuncio-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}


@media only screen and (min-width:1023px) {

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#0B0B61;
}
#navbarCollapse {
	background-color:#0B0B61;
	max-width:50%;
	float:right;
	min-width:auto;
	text-align:right;
	margin-left:auto;
	height:60px;
}
.navbar-brand img{
	width:300px;
	height:50px;
	margin-top:-3px;
	margin-left:5px;	
}
#navbarCollapse  a{
  margin-left: auto;
  float:right;
  margin-top:7px;
}
#navbarCollapse  a:hover {
  background-color: #F00;
  color:#FFF;
}
#slogan-rojo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#F00;
	text-align:center;
	color:#FFF;
	height:20px;
}

letras  {
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}
 .div {
	 margin-top:-3px;
  font-family:'Roboto';
  font-weight:600;
	font-size:20px;
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
}

.div:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 8s infinite;
}

.div:last-of-type {
  width:0px;
  animation: reveal 8s infinite;
}

.div:last-of-type span {
  margin-left:-355px;
  animation: slidein 8s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:225px;}
    80% {opacity:1;}
    100% {opacity:0;width:225px;}
}
#banners {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slogan-azul {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:25px;
	display: block;
	background-color:#0B0B61;
	color:#FFF;
	text-align:center;
	 font-family:'Roboto';
  font-weight:600;
}
#slogan-azul h5{
	font-size:20px;
}

#anuncio-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
	color:#FFF;
}
}

@media only screen and (min-width:1176px) {

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#0B0B61;
}
#navbarCollapse {
	background-color:#0B0B61;
	max-width:%;
	float:right;
	min-width:auto;
	text-align:left;
	margin-left:auto;
	height:0px;
}
.navbar-brand img{
	width:300px;
	height:50px;
	margin-top:-3px;
	margin-left:5px;	
}
#navbarCollapse  a{
  margin-left:auto;
  float:left;
  margin-top:7px;
}
#navbarCollapse  a:hover {
  background-color: #F00;
  color:#FFF;
}
#slogan-rojo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#F00;
	text-align:center;
	color:#FFF;
	height:20px;
}

letras  {
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}
 .div {
	 margin-top:-3px;
  font-family:'Roboto';
  font-weight:600;
	font-size:20px;
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
}

.div:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 8s infinite;
}

.div:last-of-type {
  width:0px;
  animation: reveal 8s infinite;
}

.div:last-of-type span {
  margin-left:-355px;
  animation: slidein 8s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:225px;}
    80% {opacity:1;}
    100% {opacity:0;width:225px;}
}
#banners {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slogan-azul {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:25px;
	display: block;
	background-color:#0B0B61;
	color:#FFF;
	text-align:center;
	 font-family:'Roboto';
  font-weight:600;
}
#slogan-azul h5{
	font-size:20px;
}

#anuncio-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

@media only screen and (min-width:1279px) {

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#0B0B61;
}
#navbarCollapse {
	background-color:#0B0B61;
	max-width:40%;
	float:left;
	min-width:auto;
	text-align:left;
	margin-left:auto;
	height:60px;
}
.navbar-brand img{
	width:300px;
	height:50px;
	margin-top:-3px;
	margin-left:5px;	
}
#navbarCollapse  a{
  margin-left: auto;
  float:right;
  margin-top:7px;
}
#navbarCollapse  a:hover {
  background-color: #F00;
  color:#FFF;
}
#slogan-rojo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#F00;
	text-align:center;
	color:#FFF;
	height:20px;
}

letras  {
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}
 .div {
	 margin-top:-3px;
  font-family:'Roboto';
  font-weight:600;
	font-size:20px;
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
}

.div:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 8s infinite;
}

.div:last-of-type {
  width:0px;
  animation: reveal 8s infinite;
}

.div:last-of-type span {
  margin-left:-355px;
  animation: slidein 8s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:225px;}
    80% {opacity:1;}
    100% {opacity:0;width:225px;}
}
#banners {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slogan-azul {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:25px;
	display: block;
	background-color:#0B0B61;
	color:#FFF;
	text-align:center;
	 font-family:'Roboto';
  font-weight:600;
}

#slogan-azul h5{
	font-size:20px;
}

#anuncio-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

@media only screen and (min-width:1679px) {

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#0B0B61;
}
#navbarCollapse {
	background-color:#0B0B61;
	max-width:30%;
	float:right;
	min-width:auto;
	text-align:right;
	margin-left:auto;
	height:60px;
}
.navbar-brand img{
	width:300px;
	height:50px;
	margin-top:-3px;
	margin-left:5px;	
}
#navbarCollapse  a{
  margin-left: auto;
  float:right;
  margin-top:7px;
}
#navbarCollapse  a:hover {
  background-color: #F00;
}
#slogan-rojo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#F00;
	text-align:center;
	color:#FFF;
	height:20px;
}

letras  {
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}
 .div {
	 margin-top:-3px;
  font-family:'Roboto';
  font-weight:600;
	font-size:20px;
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
}

.div:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 8s infinite;
}

.div:last-of-type {
  width:0px;
  animation: reveal 8s infinite;
}

.div:last-of-type span {
  margin-left:-355px;
  animation: slidein 8s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:225px;}
    80% {opacity:1;}
    100% {opacity:0;width:225px;}
}
#banners {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slogan-azul {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:25px;
	display: block;
	background-color:#0B0B61;
	color:#FFF;
	text-align:center;
	 font-family:'Roboto';
  font-weight:600;
}
#slogan-azul h5{
	font-size:20px;
}
#anuncio-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
@media only screen and (min-width:1919px) {

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#0B0B61;
}
#navbarCollapse {
	background-color:#0B0B61;
	max-width:30%;
	float:right;
	min-width:auto;
	text-align:right;
	margin-left:auto;
	height:60px;
}
.navbar-brand img{
	width:300px;
	height:50px;
	margin-top:-3px;
	margin-left:5px;	
}
#navbarCollapse  a{
  margin-left: auto;
  float:right;
  margin-top:7px;
}
#navbarCollapse  a:hover {
  background-color: #F00;
}
#slogan-rojo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#F00;
	text-align:center;
	color:#FFF;
	height:20px;
}

letras  {
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}
 .div {
	 margin-top:-3px;
  font-family:'Roboto';
  font-weight:600;
	font-size:20px;
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
}

.div:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 8s infinite;
}

.div:last-of-type {
  width:0px;
  animation: reveal 8s infinite;
}

.div:last-of-type span {
  margin-left:-355px;
  animation: slidein 8s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:225px;}
    80% {opacity:1;}
    100% {opacity:0;width:225px;}
}
#banners {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slogan-azul {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:25px;
	display: block;
	background-color:#0B0B61;
	color:#FFF;
	text-align:center;
	 font-family:'Roboto';
  font-weight:600;
}

#slogan-azul h5{
	font-size:20px;
}

#anuncio-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
@media only screen and (min-width:2559px) {

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#0B0B61;
}
#navbarCollapse {
	background-color:#0B0B61;
	max-width:20%;
	float:right;
	min-width:auto;
	text-align:right;
	margin-left:auto;
	height:60px;
}
.navbar-brand img{
	width:300px;
	height:50px;
	margin-top:-3px;
	margin-left:5px;	
}
#navbarCollapse  a{
  margin-left: auto;
  float:right;
  margin-top:7px;
}
#navbarCollapse  a:hover {
  background-color: #F00;
}
#slogan-rojo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#F00;
	text-align:center;
	color:#FFF;
	height:20px;
}

letras  {
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}
 .div {
	 margin-top:-3px;
  font-family:'Roboto';
  font-weight:600;
	font-size:20px;
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
}

.div:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 8s infinite;
}

.div:last-of-type {
  width:0px;
  animation: reveal 8s infinite;
}

.div:last-of-type span {
  margin-left:-355px;
  animation: slidein 8s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:225px;}
    80% {opacity:1;}
    100% {opacity:0;width:225px;}
}
#banners {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slogan-azul {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:25px;
	display: block;
	background-color:#0B0B61;
	color:#FFF;
	text-align:center;
	 font-family:'Roboto';
  font-weight:600;
}
#slogan-azul h5{
	font-size:20px;
}

#anuncio-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
@media only screen and (min-width:3839px) {

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#0B0B61;
}
#navbarCollapse {
	background-color:#0B0B61;
	max-width:15%;
	float:right;
	min-width:auto;
	text-align:right;
	margin-left:auto;
	height:60px;
}
.navbar-brand img{
	width:300px;
	height:50px;
	margin-top:-3px;
	margin-left:5px;	
}
#navbarCollapse  a{
  margin-left: auto;
  float:right;
  margin-top:7px;
}
#navbarCollapse  a:hover {
  background-color: #F00;
}
#slogan-rojo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#F00;
	text-align:center;
	color:#FFF;
	height:20px;
}

letras  {
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}
 .div {
	 margin-top:-3px;
  font-family:'Roboto';
  font-weight:600;
	font-size:20px;
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
}

.div:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 8s infinite;
}

.div:last-of-type {
  width:0px;
  animation: reveal 8s infinite;
}

.div:last-of-type span {
  margin-left:-355px;
  animation: slidein 8s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:225px;}
    80% {opacity:1;}
    100% {opacity:0;width:225px;}
}
#banners {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slogan-azul {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:25px;
	display: block;
	background-color:#0B0B61;
	color:#FFF;
	text-align:center;
	 font-family:'Roboto';
  font-weight:600;
}

#slogan-azul h5{
	font-size:20px;
}
#anuncio-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#F00;
}
}