@charset "utf-8";
/* CSS Document */
/*BOTONERA Y ENLACES*/
.navbar ul li a {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-align: center;
}
.navbar ul li a:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #000000;
}
.active {
  color: #ffffff;
  background: #000000;
    border-radius: 10px;
  border: medium solid #000000;
}
a {
  color: #AE2863;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a.pie {
  color: #AE2863;
  font-weight: 400;
  text-decoration: underline;
}
a.pie:hover {
  color: #ffffff;
  text-decoration: none;
}
a.pie2 {
  color: #ffffff;
  font-weight: 400;
  text-decoration: underline;
}
a.pie2:hover {
  color: #AE2863;
  text-decoration: none;
}
a.cuerpo {
  color: #AE2863;
  font-weight: 600;
  text-decoration: underline;
}
a.cuerpo:hover {
  color: #000000;
  text-decoration: none;
}
/*FUENTES*/
.h1 {
  color: #4F81BD;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.fuente25blanca {
  color: #FFFFFF;
  font-style: normal;
  font-size: 25px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.fuente20blanca {
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  word-spacing: 2px;
  font-family: 'Roboto', sans-serif;
}
.fuente22azul {
  color: #5681D0;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  word-spacing: 2px;
  font-family: 'Roboto', sans-serif;
}
.fuente18blanca {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
.fuente18negra {
  color: #000000;
  font-weight: normal;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
.fuente18naranja {
  color: #AE2863;
  font-weight: normal;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
.fuente16blanca {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
/*PADDINGS*/
.nopadding {
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.paddings {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding20abajo {
  padding-bottom: 20px;
}
.padding15arriba {
  padding-top: 15px;
}
.colchon {
  margin-left: 4px;
  margin-right: 4px;
}
/*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-gris {
  background-color: #8C9CB5;
}
.fondo-negro {
  background-color: #000000;
}
.fondo-blancogris {
    background-color: #FFFFFF;
    -webkit-box-shadow: 4px 4px 8px #060606;
    box-shadow: 4px 4px 8px #060606;
    margin-right: auto;
    margin-left: auto;
    padding-left: auto;
    padding-right: auto;
    background-image: -webkit-linear-gradient(0deg,rgba(140,156,181,1.00) 2.59%,rgba(178,201,230,1.00) 24.87%,rgba(255,255,255,1.00) 50.25%,rgba(183,200,230,1.00) 76.17%,rgba(140,156,181,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(140,156,181,1.00) 2.59%,rgba(178,201,230,1.00) 24.87%,rgba(255,255,255,1.00) 50.25%,rgba(183,200,230,1.00) 76.17%,rgba(140,156,181,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(140,156,181,1.00) 2.59%,rgba(178,201,230,1.00) 24.87%,rgba(255,255,255,1.00) 50.25%,rgba(183,200,230,1.00) 76.17%,rgba(140,156,181,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(140,156,181,1.00) 2.59%,rgba(178,201,230,1.00) 24.87%,rgba(255,255,255,1.00) 50.25%,rgba(183,200,230,1.00) 76.17%,rgba(140,156,181,1.00) 100%);
}
.fondo-azulcielo {
  background-color: #D0199B;
  border-radius: 8px;
  border: medium solid #000000;
}
.fondo-verdeacua1 {
  background-color: #2DA5DF;
  border-radius: 10px;
  border: medium solid #000000;
  box-shadow: inset 2px 2px 8px 0px #1A1A1A;
  -webkit-box-shadow: inset 2px 2px 8px 0px #1A1A1A;
  -moz-box-shadow: inset 2px 2px 8px 0px #1A1A1A;
}
.fondo-ladrillo1 {
  background-color: #7764BE;
  border-radius: 10px;
  border: medium solid #000000;
  box-shadow: inset 2px 2px 8px 0px #1A1A1A;
  -webkit-box-shadow: inset 2px 2px 8px 0px #1A1A1A;
  -moz-box-shadow: inset 2px 2px 8px 0px #1A1A1A;
}
.fondo-morado {
  background-color: #D0199B;
  border-radius: 10px;
  border: medium solid #000000;
  box-shadow: inset 2px 2px 8px 0px #1A1A1A;
  -webkit-box-shadow: inset 2px 2px 8px 0px #1A1A1A;
  -moz-box-shadow: inset 2px 2px 8px 0px #1A1A1A;
}
.fondo-naranja {
  background-color: #71B5D9;
  border-radius: 10px;
  border: medium solid #000000;
  box-shadow: inset 2px 2px 8px 0px #1A1A1A;
  -webkit-box-shadow: inset 2px 2px 8px 0px #1A1A1A;
  -moz-box-shadow: inset 2px 2px 8px 0px #1A1A1A;
}
.fondo-azulclaro {
  background-color: #A83BAB;
  border-radius: 10px;
  border: medium solid #000000;
  box-shadow: inset 2px 2px 8px 0px #1A1A1A;
  -webkit-box-shadow: inset 2px 2px 8px 0px #1A1A1A;
  -moz-box-shadow: inset 2px 2px 8px 0px #1A1A1A;
}
.fondo-azulFB {
  background-color: #3b5998
}
.fondo-azulmarino {
  background-color: #000033;
}
.fondo-blanco {
  background-color: #ffffff;
}
.sombra {
  -webkit-box-shadow: 0px 4px 8px #636363;
  box-shadow: 0px 4px 8px #363636;
  z-index: 100;
}
.altura60 {
  height: 60px;
}
/*PARA EL BOTON FLOTANTE DE WHATSAPP*/
.float {
  position: fixed;
  bottom: 40px;
  right: 3px;
  z-index: 100;
}
.altura80 {
  height: 80px;
}
.altura600 {
  height: 600px;
}
.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;
}
.borde20inf {
  border-bottom: 25px solid #8C9CB5;
}
.bordenegro {
    border: medium solid #000000;
}
