@charset "utf-8";
/* CSS Document */

.navbar ul li a {
color:#fff !important;
font-size: 20px;
font-weight: 400;
font-family: 'Rubik', sans-serif;
text-decoration: none;
text-align: center;}
.navbar ul li a:hover {
color:#ffffff !important;
text-decoration: underline;
font-weight: 400;
}
.active {
   background:#FFBE00;
    font-weight: 400;
}
a {color: #003CFF; text-decoration: underline;}
a:hover {color: #FFBE00; text-decoration: none;}

a.pie {color: #ffffff; font-weight: 400; text-decoration: underline;}
a.pie:hover {color: #FFD10F; text-decoration: none;}

a.header {color: #479CF7; font-weight: 600; text-decoration: underline;}
a.header:hover {color: #1169C7; text-decoration: none;}

/*FUENTES*/
.h1 {
    color: #479CF7;
    font-size: 45px;
    font-weight: 700;
	font-family: 'Bebas Neue', cursive;
}
.h1big {
    color: #479CF7;
    font-size: 70px;
    font-weight: 700;
    font-family: 'Bebas Neue', cursive;
}
.h2 {
    color: #479CF7;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Bebas Neue', cursive;
}
.fuente25azul {
    color: #479CF7;
    font-style: normal;
	font-size: 25px;
    font-weight: 500;
	font-family: 'Rubik', sans-serif;
}
.fuente30azul {
    color: #479CF7;
    font-style: normal;
	font-size: 30px;
    font-weight: 500;
	font-family: 'Rubik', sans-serif;
}
.fuente30blanca {
    color: #ffffff;
    font-style: normal;
	font-size: 30px;
    font-weight: 500;
	font-family: 'Rubik', sans-serif;
}
.fuente20negra {
    color: #000000;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
	font-family: 'Rubik', sans-serif;
}
.fuente20gris {
    color: #8C8C8C;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
	font-family: 'Rubik', sans-serif;
}
.fuente20blanca {
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
	font-family: 'Rubik', sans-serif;
}
.fuente25blanca {
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
	font-family: 'Rubik', sans-serif;
}
/*PADDINGS*/
.paddings {
    padding-top: 30px;
    padding-bottom: 30px;
}
.paddings-arriba {
    padding-top: 30px;
}
.paddings-abajo {
    padding-bottom: 30px;
}
.colchon {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
}

/*ALINEACION*/
.centrado {
    text-align: center;
}
.derecha {
    text-align: right;
}
.sangria {
    margin-left: 20px;
    margin-right: 20px;
}
/*CENTRAR DIV DENTRO DE UN DIV*/
.flexbox {
	display: flex;
	align-items: center;
	justify-content: center;
}
/*FONDOS*/
.fondo_azulmarino {
    background-color: #000033;
}
.fondo_azul {
    background-color: #479CF7;
}
.fondo_gris {
    background-color: #D4D4D4;
}
.fondo_gris_claro {
    background-color: #E1E1E1;
}
.fondo_gris_oscuro {
    background-color: #585858;
    border-radius: 14px;
    background-image: -webkit-linear-gradient(270deg,rgba(66,65,65,1.00) 0%,rgba(42,42,42,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(66,65,65,1.00) 0%,rgba(42,42,42,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(66,65,65,1.00) 0%,rgba(42,42,42,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(66,65,65,1.00) 0%,rgba(42,42,42,1.00) 100%);
}
.fondo_azul_oscuro {
    background-color: #1300B9;
    border-radius: 14px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,214,0,1.00) 0%,rgba(227,139,40,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,214,0,1.00) 0%,rgba(227,139,40,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,214,0,1.00) 0%,rgba(227,139,40,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,214,0,1.00) 0%,rgba(227,139,40,1.00) 100%);
}
.fondo-blanco {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px #D5D5D5;
    box-shadow: 0px 0px 15px #D5D5D5;
    margin-right: auto;
    margin-left: auto;
    padding-left: auto;
    padding-right: auto;
    border: 2px solid #D6D6D6;
    border-radius: 14px;
}
.sombra {
  -webkit-box-shadow: 0px 4px 10px #000000;
  box-shadow: 0px 4px 10px #000000;
  position: relative;
  z-index: 10;
}
.sombra-glw {
 -webkit-box-shadow: 0px 3px 20px 0px #6E6E6E, 27px 18px 23px 38px rgba(0,0,0,0); 
box-shadow: 0px 3px 20px 0px #6E6E6E, 27px 18px 23px 38px rgba(0,0,0,0);
}
.bordeinferior {
    border-bottom: 1px solid #D8D8D8;
}
.bordesuperior {
    border-top: 1px solid #D8D8D8;
}
/*BLINKER*/
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.altura280 {
    height: 380px;
}
.shake {
  animation: shake-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
}
.element {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background: red;
}
@keyframes shake-animation {
   0% { transform:translate(0,0) }
  1.78571% { transform:translate(5px,0) }
  3.57143% { transform:translate(0,0) }
  5.35714% { transform:translate(5px,0) }
  7.14286% { transform:translate(0,0) }
  8.92857% { transform:translate(5px,0) }
  10.71429% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}
/*PARA EL BOTON FLOTANTE DE WHATSAPP*/
.flotar{
	position:fixed;
	bottom:10px;
	right:10px;
  z-index:100;
}
.borde-azul {
    border: 2px solid #479CF7;
}
