<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*BOTONERA Y ENLACES*/
.navbar ul li a {
color:#FFFFFF !important;
font-size: 14px;
font-weight: 500;
font-family: 'Roboto', sans-serif;
text-decoration: none;
text-align: center;}
.navbar ul li a:hover {
color:#ffffff !important;
text-decoration: none;
background-color: #72B626;
}

.active {
   color:#000000 !important;
     background:#72B626;
}
.active2 {
   color:#000000 !important;
     background-color:#72B626;
}

a {color: #A0A0A0; text-decoration: underline;}
a:hover {color: #B0B0B0; text-decoration: none;}

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

a.header {color: #016DD9; font-weight: 400; text-decoration: underline;}
a.header:hover {color: #000033; text-decoration: none;}

/*FUENTES*/
.h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.h3 {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
	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-size: 20px;
    word-spacing: 2px;
	font-family: 'Roboto', sans-serif;
}
.fuente14verde {
    color: #72B626;
    font-weight: 400;
    font-size: 16px;
    word-spacing: 2px;
	font-family: 'Roboto', sans-serif;
}
.fuente18blanca {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
.fuente18verde {
    color: #72B626;
    font-weight: 400;
    font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
.fuente22verde {
    color: #72B626;
    font-weight: 400;
    font-size: 22px;
	font-family: 'Roboto', sans-serif;
}
.fuente20negra {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.fuente16negra{
    color: #303030;
    font-size: 16px;
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.fuente18negra{
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}
.fuente16gris{
    color: #B0B0B0;
    font-size: 18px;
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
}

/*PADDINGS*/
.paddings {
    padding-top: 20px;
    padding-bottom: 20px;
}
.paddings2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.padding20abajo {
    padding-bottom: 20px;
}
.padding15arriba {
    padding-top: 20px;
}
.colchon {
    margin-left: 10px;
    margin-right: 10px;
}

/*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: #303030;
}
.fondo-negro {
    background-color: #000000;
}
.fondo-blanco2 {
    background-color: #ffffff;
}
.fondo1 {
    background-color: #FFFFFF;
    background-image: url(../imagenes/fondo1.jpg);
}
.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;
}
.sombra {
    -webkit-box-shadow: 0px 4px 8px #636363;
    box-shadow: 0px 4px 8px #363636;
    z-index: 100;
}
/*PARA EL BOTON FLOTANTE DE WHATSAPP*/
.float{
	position:fixed;
	bottom:70px;
	right:4px;
  z-index:100;
}
.bordesuperior {
    border-top: 1px solid #3C3C3C;
}
.bordesuperior2 {
    border-top: 1px solid #E9E9E9;
}
.bordeinferior {
    border-bottom: 1px solid #E9E9E9;
}
.borde-verde {
    border-bottom: thick solid #72B626;
}
.centrado {
    text-align: center;
}
.altura600 {
    height: 400px;
}

/*BLINKER*/
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*ACORDEON*/
.card-header .title {
    font-size: 17px;
    color: #000;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
}
.card{
  border: 1px solid #ddd;
}
.card-body{
  border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.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;
}</pre></body></html>