/*Gama Azul*/
/*Gama Lima*/
/*Gama Rojo*/
/*@accion-claro:#EF4050;
@accion-semi-claro:#ED1748;
@accion-medio:#D62944;
@accion-semi-oscuro:#C3394F;
@accion-oscuro:#B23049;*/
/*Gama Morada*/
/*@activo-claro:#6A66A7; 
@activo-semi-claro:#534381;
@activo-medio:#4D3D61;
@activo-semi-oscuro:#463752;
@activo-oscuro:#3C2E4B;*/
/*Gama Gris*/
/*************/
/****** ESTILOS POR ETIQUETAS **********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700Bold');
@import url('https://fonts.googleapis.com/css?family=Play:400,700');
@import url('https://fonts.googleapis.com/css?family=Orbitron');
body {
  font-family: 'Open Sans', 'Colonna MT';
}
.errorlbl {
  color: #00a89b;
  font-size: 14px;
  font-weight: bold;
}
.subtitulo {
  color: #006368;
  font-size: 22px;
  font-weight: bold;
}
.subtitulo-usos {
  margin-left: 50px;
}
paper-button {
  border-radius: 0px;
}
paper-button span,
paper-button core-icon {
  margin: -3px 0px;
}
paper-input-decorator input {
  text-align: center;
}
/***************************************/

/* Estilos antiguos de core-header-panel comentados */

/*
#pagina-contenido{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/

/* Ajuste para contenido con header fijo */

#wrapper {
  padding-top: 100px;
}
/* ========================================
   HEADER WORDPRESS - ESTILOS EXACTOS
   ======================================== */

/* Header Container Principal */

.elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.elementor-section.elementor-sticky {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* Container izquierdo: Logo */

.e-con-left {
  flex: 0 0 auto;
}
.logo-container a {
  display: block;
}
.logo-container .menu-logo {
  height: 60px;
  width: auto;
  display: block;
}
/* Container derecho: Menú + Botón */

.e-con-right {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
/* MENÚ DE NAVEGACIÓN - ELEMENTOR WORDPRESS */

.elementor-nav-menu--main {
  display: flex;
  align-items: center;
}
.elementor-nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}
.elementor-nav-menu .menu-item {
  display: flex;
  align-items: center;
}
.elementor-nav-menu .elementor-item {
  padding: 13px 20px;
  color: #0c4a6e;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
  position: relative;
  display: block;
  text-align: center;
}
/* Efecto underline animado en hover */

.e--pointer-underline.e--animation-drop-out .elementor-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #1a7a7d;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.e--pointer-underline.e--animation-drop-out .elementor-item:hover:after,
.e--pointer-underline.e--animation-drop-out .elementor-item:focus:after {
  width: 80%;
}
.elementor-nav-menu .elementor-item:hover {
  color: #1a7a7d;
}
/* BOTÓN SOLICITAR DEMO - WORDPRESS */

.elementor-button-wrapper {
  flex: 0 0 auto;
  display: inline-block;
}
.elementor-button {
  background-color: #1a7a7d !important;
  color: white !important;
  padding: 10px 20px !important;
  border-radius: 25px !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  border: none !important;
  white-space: nowrap;
  line-height: 1.5;
}
.elementor-button:hover {
  background-color: #125457 !important;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 100, 214, 0.3) !important;
}
.elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.elementor-button-text {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
/* MENÚ HAMBURGUESA PARA MÓVIL */

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}
.menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #0c4a6e;
  margin: 5px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
/* RESPONSIVE - WORDPRESS */

@media (max-width: 992px) {
  .elementor-nav-menu {
    gap: 0;
  }
  .elementor-nav-menu .elementor-item {
    padding: 10px 12px;
    font-size: 12px;
  }
  .elementor-button {
    padding: 8px 16px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  /* Mostrar botón hamburguesa */
  
  .menu-toggle {
    display: block;
  }
  .elementor-section.elementor-sticky {
    flex-direction: row;
    padding: 10px 15px;
    justify-content: space-between;
  }
  .e-con-left {
    flex: 0 0 auto;
  }
  .e-con-right {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(30vh);
    background-color: white;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    margin-top: 0;
    padding: 20px 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }
  .e-con-right.active {
    transform: translateX(0);
  }
  .elementor-nav-menu--main {
    width: 100%;
  }
  .elementor-nav-menu {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .elementor-nav-menu .menu-item {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
  }
  .elementor-nav-menu .elementor-item {
    padding: 15px 20px;
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
  .elementor-nav-menu .elementor-item:after {
    display: none;
  }
  .elementor-button-wrapper {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .elementor-button {
    width: 80%;
    justify-content: center;
  }
  .logo-container .menu-logo {
    height: 45px;
  }
  #wrapper {
    padding-top: 70px;
  }
}
@media (max-width: 480px) {
  .elementor-section.elementor-sticky {
    padding: 8px 10px;
  }
  .logo-container .menu-logo {
    height: 40px;
  }
  .elementor-nav-menu .elementor-item {
    padding: 12px 15px;
    font-size: 13px;
  }
}
/* ========================================
   FIN ESTILOS HEADER WORDPRESS
   ======================================== */

/* Estilos antiguos comentados */

/*
#menu-ppal {
    background-color: #ffffff;
    height: 70px;
    padding: 0 40px;
    font-size: 14px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
}

.logo-container {
    flex-shrink: 0;
}

.menu-logo {
    height: 45px;
    width: auto;
    display: block;
}

.main-navigation {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
*/

#menu-opciones {
  background-color: white;
  /*la altura de los botones tendrian la misma que la barra de menu principal*/
  height: 80px;
  margin-bottom: 11px;
}
.menu-logo {
  max-height: 90%;
  margin-left: -17px;
  float: left;
  margin-top: -15px;
}
.menu-logo-contenedor {
  height: 80px;
  display: inline-block;
}
/***** Menu opcion Estilos *****/

.menu-opcion,
menu-opciones::shadow .menu-opcion {
  background-color: white;
  height: 100%;
  border-radius: 0;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.menu-opcion,
menu-opciones::shadow .menu-opcion:hover {
  color: white;
  background-color: #006368;
}
menu-opciones::shadow .menu-opcion::shadow .button-content {
  margin-top: 20px;
}
.menu-opcion,
menu-opciones::shadow .menu-opcion core-icon {
  color: #9fae20;
}
.menu-opcion,
menu-opciones::shadow .menu-opcion span {
  color: #006368;
}
menu-opciones::shadow .menu-opcion:hover core-icon {
  color: #c7cf1f;
}
menu-opciones::shadow .menu-opcion:hover span {
  color: white;
}
/* Muchos niveles de profundidad pero no di otra forma para acceder a los elementos mas internos de polymer desde CSS*/

menu-opciones::shadow .menu-opcion span {
  margin-left: -1px;
}
/*************************************/

/* ESTILOS ANTIGUOS DEL MENÚ - COMENTADOS PARA USAR WORDPRESS */

/*
/* Estilos del menú de navegación moderno 
.nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav li {
    margin: 0;
}

.nav li a {
    text-decoration: none;
    color: #0c4a6e;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.3s ease;
    padding: 10px 0;
    display: block;
    position: relative;
}

.nav li a:hover {
    color: #c4d600;
}

.nav li a::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #c4d600;
    transition: width 0.3s ease;
}

.nav li a:hover::after {
    width: 100%;
}

/* Botones del Header 
.header-buttons {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}

.menu-boton {
    display: inline-block;
    padding: 12px 28px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.menu-boton.btn-outline {
    background-color: transparent;
    color: #0c4a6e;
    border-color: #0c4a6e;
}

.menu-boton.btn-outline:hover {
    background-color: #0c4a6e;
    color: #ffffff;
}

.menu-boton.btn-primary {
    background-color: #c4d600;
    color: #000000;
    border-color: #c4d600;
}

.menu-boton.btn-primary:hover {
    background-color: #b0c000;
    border-color: #b0c000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(196, 214, 0, 0.3);
}
*/

/* FIN ESTILOS ANTIGUOS DEL MENÚ */

.faq-boton-demo {
  margin-bottom: 15px;
}
.error-label-claro {
  color: #d3e170;
}
.error-label-oscuro {
  color: #006368;
}
/************************************/

/* Primera seccion de la pagina de presentacion Inicial (Default.aspx) */

#intro {
  height: 450px;
  background: url("../img/p8.jpg") no-repeat scroll center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.intro-info {
  color: white;
  background: none repeat scroll 0% 0% #04a4cc;
  background-color: #006368;
  /*opacity:0.8;*/
  height: 450px;
  width: 370px;
  float: right;
  text-align: center;
  padding: 0px 2em;
}
.intro-texto {
  padding-top: 27%;
}
.intro-texto .titulo {
  color: #eaebec;
}
.titulo {
  font-size: 33px;
  font-weight: 700;
  color: #006368;
}
.parrafo {
  margin-left: 50px;
  margin-right: 50px;
}
.parrafo-usos-der {
  margin: 0px;
}
.parrafo-usos-izq {
  margin-right: 0px;
}
.parrafo2 {
  margin-left: 0px;
  margin-right: 0px;
}
.seccion-oscura-1c {
  min-height: 450px;
  background-color: #00a89b;
}
.contador-registrados {
  font-family: 'Orbitron', sans-serif;
  color: #006368;
  background-color: #006368;
  padding: 1px 3px 1px 11px;
  font-weight: 700;
  font-size: 25px;
  background: -webkit-linear-gradient(#9fae20, #d8e039, #9fae20);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#9fae20, #d8e039, #9fae20);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#9fae20, #d8e039, #9fae20);
  /* For Firefox 3.6 to 15 */
  background: -ms-linear-gradient(#9fae20, #d8e039, #9fae20);
  /* For IE9+ */
  background: linear-gradient(#9fae20, #d8e039, #9fae20);
  /* Standard syntax */
  box-shadow: 5px 5px 5px #251b1b;
  letter-spacing: 5px;
  border-radius: 4px;
}
.seccion-oscura-1c .titulo {
  color: white;
  margin-bottom: 5px;
}
.seccion-clara-1c {
  text-align: center;
}
.seccion-clara-1c .titulo {
  color: #006368;
}
/* Cuerpo del contenido para las secciones de 1 sola columna*/

.cuerpo-1c {
  text-align: center;
  width: 45%;
  margin: auto;
}
.cuerpo-1c-izq {
  text-align: left;
}
.cuerpo-1c-dere {
  text-align: right;
}
.cuerpo-1c-textarea {
  width: 100%;
}
.cuerpo-1c-gordo {
  width: 80%;
  margin: auto;
  min-height: 750px;
}
.cuerpo-1c-gordo-imagen {
  min-height: 180px;
  width: 100%;
}
.cuerpo-1c .parrafo {
  color: white;
}
/* Cuerpo del contenido para las secciones de 2 columnas*/

.sub-seccion {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sub-seccion .titulo {
  color: #006368;
}
.galeria {
  height: 550px;
  text-align: center;
}
.galeria .titulo {
  color: #006368;
}
.galeria-imagen {
  display: inline-block;
  width: 49%;
  height: 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.galeria a {
  text-decoration: none;
}
.galeria-etiqueta {
  margin: auto;
  height: 20%;
  width: 100%;
  background-color: #006368;
  opacity: 0.95;
  bottom: 0;
  color: white;
}
.galeria-etiqueta .subtitulo {
  color: white;
}
.galeria-imagen:hover .galeria-etiqueta {
  background-color: #00a89b;
}
.galeria-etiqueta .subtitulo {
  margin: 0;
}
.galeria-imagen-1 {
  background: url("../img/p9.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.galeria-imagen-2 {
  background: url("../img/p7.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.galeria-imagen-3 {
  background: url("../img/p6.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.galeria-imagen-4 {
  background: url("../img/p4.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*********Seccion clara de 2 columnas***********/

.seccion-clara-2c {
  height: 450px;
  background-color: white;
  text-align: center;
  display: table;
  margin: auto;
}
.seccion-clara-2c-usos {
  height: 350px;
}
.seccion-clara-2c-centrado {
  display: table-cell;
  vertical-align: middle;
}
.seccion-clara-2c-izq {
  text-align: justify;
  padding-left: 10px;
}
.seccion-clara-2c-tabs {
  text-align: justify;
  padding-left: 0px;
}
.seccion-clara-2c img {
  margin-top: auto;
}
.seccion-clara-2c img.usos {
  margin-top: 27px;
  width: 100%;
}
.seccion-clara-2c .cabezote {
  display: table-caption;
}
.seccion-clara-2c .titulo {
  color: #006368;
  text-align: center;
}
.cuerpo-2c-tabs {
  height: auto;
  padding-left: 25px;
}
.cuerpo-2c-img-tab {
  width: 100%;
  height: auto;
  padding-bottom: 27px;
}
.cuerpo-2c {
  display: inline-block;
  width: 46%;
  vertical-align: top;
}
.cuerpo-2c-texto-2columnas {
  padding-top: 20px;
  margin-bottom: 27px;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-width: 100px;
  -moz-column-width: 100px;
  column-width: 100px;
}
.cuerpo-2c:nth-child(2) {
  float: right;
  padding-right: 30px;
}
/*acplicaria para secciones donde se tenga más de 1 columna*/

.seccion-2c-botones {
  display: block;
  margin-top: 30px;
}
/********************************************/

/****************************  */

/****************************** Ventana retractil *************************/

#nombre-ventana-retractil {
  width: 230px;
  margin: 6px 0px;
}
#correo-ventana-retractil {
  width: 230px;
  margin-bottom: 6px;
}
#feedbackContent {
  color: #006368;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1000;
  height: auto;
  max-height: 33px;
  margin: 0 10px 43px;
  width: 300px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  /* -webkit-transition: all 1s ease; */
  -ms-transition: all 1s ease;
}
#feedbackContent.fixed {
  bottom: 0;
  position: fixed;
  margin: 0 10px 0;
}
#feedbackContent.expanded {
  max-height: 500px;
}
#feedbackContent #feedbackHide {
  font-weight: 400;
  color: #787877;
  background: #f1f1f1;
  padding: 10px;
  border-radius: 5px 0 0 0;
  border: solid 2px #e3e3e3;
  border-bottom: none;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  /* -webkit-transition: all .4s ease; */
  -ms-transition: all .4s ease;
  /* transition: all .4s ease; */
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#feedbackContent.expanded #feedbackHide {
  -moz-box-shadow: 0 0 10px #999999;
  -ms-box-shadow: 0 0 10px #999999;
  -webkit-box-shadow: 0 0 10px #999999;
  -o-box-shadow: 0 0 10px #999999;
  box-shadow: 0 0 10px #999999;
}
#feedbackContent #feedbackLblAlert {
  padding: 15px;
}
#feedbackContent .feedbackTooglerContainer {
  height: 37px;
}
#feedbackContent #feedbackToogle,
#feedbackContent #supportToogle {
  background: none repeat scroll 0 0 #bbc824;
  border-radius: 5px 5px 0 0;
  color: #006368;
  font-size: 14px;
  line-height: 30px;
  padding: 4px 15px;
  cursor: pointer;
  height: 30px;
  float: right;
  font-weight: 600;
  width: 250px;
}
#feedbackContent #supportToogle {
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  /* -webkit-transition: all .4s ease; */
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  background: none repeat scroll 0 0 #494d53;
  margin-right: 15px;
  color: white;
}
#feedbackContent.expanded #supportToogle {
  opacity: 0;
}
#feedbackContent #feedbackForm {
  margin-top: 20px;
}
#feedbackContent.sending #feedbackForm,
#feedbackContent.sent #feedbackForm {
  opacity: 0;
  filter: alpha(opacity=0);
}
#feedbackContent textarea {
  width: 305px;
  height: 150px;
}
#feedbackContent #feedbackLblResponse {
  text-align: center;
  font-size: 15px;
  display: none;
  color: green;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#feedbackContent.sending #feedbackLblResponse {
  background: url(/img/throbber.gif) center center no-repeat transparent;
  text-indent: -1000px;
  overflow: hidden;
  min-height: 20px;
}
#feedbackContent.sending #feedbackLblResponse,
#feedbackContent.sent #feedbackLblResponse {
  display: block;
}
/************* Pie de Página ***************/

#pie {
  background-color: #6b6e6e;
  color: white;
  display: table;
  width: 100%;
  text-align: center;
}
#pie h2 {
  text-align: center;
}
.pie-contenedor-fila {
  width: 100%;
}
.pie-enlaces {
  width: 12%;
  display: table-cell;
  padding-top: 4em;
  border-color: white;
}
.enlace {
  width: 80%;
  padding-top: 1.33em;
  font-size: small;
  padding-bottom: 0.86em;
  background-color: #939597;
  border-bottom: solid 1px beige;
}
.menuda {
  color: #6b6e6e;
  display: block;
  text-align: center;
  padding: 17px;
}
/* cada seccion en el footer que solo incluya subtitulo y parrafo*/

/*.pie-seccion {
    display:table-cell;
    width:35%;
    height:250px;
    vertical-align: middle;
}*/

.pie-seccion-menu {
  display: inline-block;
  width: 27%;
  height: 100%;
  vertical-align: middle;
  color: white;
  float: left;
}
.pie-seccion {
  display: inline-block;
  width: 33%;
  vertical-align: middle;
}
/*.pie-hr{
display: block;
border-style: hidden;
-webkit-margin-before: 0em;
-webkit-margin-after: 1px;
-webkit-margin-start: auto;
-webkit-margin-end: auto;
}*/

/*apartado del pie de pagina para los enlaces a redes sociales*/

#pie-siganos {
  display: table-cell;
  width: 17%;
}
/*botones de red social*/

.siganos-social {
  background: white;
  display: table-cell;
}
.pie-boton-social {
  background-color: white;
}
.pie-boton-social::shadow core-icon div {
  margin: -6px;
}
.pie-boton-social:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.pie-enlace {
  text-decoration: none;
  color: #eaebec;
}
.menuda .pie-enlace {
  color: #6b6e6e;
}
.pie-enlace:hover {
  color: #006368;
}
/******************************************************/

/******************** PÁGINA DE LOGIN *********************/

.login-circulo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  padding: 10px;
  margin-top: 8px;
  position: absolute;
  left: 53%;
  margin-left: -116px;
  border: 0px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  border-left: 2px solid #dde8c1;
  -webkit-animation: anim_wifeo 4s infinite linear;
  -moz-animation: anim_wifeo 1.4s infinite linear;
  -ms-animation: anim_wifeo 1.4s infinite linear;
  animation: anim_wifeo 1.4s infinite linear;
  /* z-index: -100; */

}
.login-contenedor-primario {
  /* background-color: #f28e84; */
  background-color: #dde8c1;
  /* background-color: @activo-oscuro; */
  width: 150px;
  height: 150px;
  padding: 10px;
  border-radius: 50%;
  -webkit-animation: anim 0.7s 1 ease;
  -moz-animation: anim 0.7s 1 ease;
  -ms-animation: anim 0.7s 1 ease;
  animation: anim 0.7s 1 ease;
}
.login-contenedor-secundario {
  width: 150px;
  height: 150px;
  border: 0px solid #dde8c1;
  border-radius: 50%;
  -webkit-animation: anim 1s 1 ease;
  -moz-animation: anim 1s 1 ease;
  -ms-animation: anim 1s 1 ease;
  animation: anim 1s 1 ease;
}
.login-imagen {
  /*width:100%; height:90%;*/
  position: relative;
  left: -31px;
  -webkit-animation: animuser 1s 1 ease;
  -moz-animation: animuser 1s 1 ease;
  -ms-animation: animuser 1s 1 ease;
  animation: animuser 1s 1 ease;
}
.login-bienvenida {
  font-size: 46px;
  font-weight: 300;
  /*color: #e84c3d;*/
  color: #006368;
  padding-top: 0px;
  -webkit-animation: animwelcome 1.7s 1 ease-in;
  -moz-animation: animwelcome 1.7s 1 ease-in;
  -ms-animation: animwelcome 1.7s 1 ease-in;
  animation: animwelcome 1.7s 1 ease-in;
}
.login-subtitulo {
  font-size: 22px;
  font-weight: 100;
  /* color: #e84c3d;*/
  color: #006368;
  -webkit-animation: animuser 1.9s 1 ease-in;
  -moz-animation: animuser 1.9s 1 ease-in;
  -ms-animation: animuser 1.9s 1 ease-in;
  animation: animuser 1.9s 1 ease-in;
}
/******** animacion del login **********/

@-webkit-keyframes anim {
  0% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.7);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes anim {
  0% {
    -moz-transform: scale(0);
  }
  50% {
    -moz-transform: scale(1.7);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes anim {
  0% {
    -ms-transform: scale(0);
  }
  50% {
    -ms-transform: scale(1.7);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@keyframes anim {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.7);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes animwelcome {
  0% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
  }
  75% {
    -webkit-transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes animwelcome {
  0% {
    -moz-transform: scale(0);
  }
  50% {
    -moz-transform: scale(0);
  }
  75% {
    -moz-transform: scale(1.4);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes animwelcome {
  0% {
    -ms-transform: scale(0);
  }
  50% {
    -ms-transform: scale(0);
  }
  75% {
    -ms-transform: scale(1.4);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@keyframes animwelcome {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes animuser {
  0% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
  }
  75% {
    -webkit-transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes animuser {
  0% {
    -moz-transform: scale(0);
  }
  50% {
    -moz-transform: scale(0);
  }
  75% {
    -moz-transform: scale(1.4);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes animuser {
  0% {
    -ms-transform: scale(0);
  }
  50% {
    -ms-transform: scale(0);
  }
  75% {
    -ms-transform: scale(1.4);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@keyframes animuser {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
/**********/

@-webkit-keyframes anim_wifeo {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
  }
}
@-moz-keyframes anim_wifeo {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(720deg);
  }
}
@-ms-keyframes anim_wifeo {
  0% {
    -ms-transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(360deg);
  }
  100% {
    -ms-transform: rotate(720deg);
  }
}
@keyframes anim_wifeo {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
/********* Cuadro del formulario del login**********/

.login {
  padding: 20px 0 50px 0;
  width: 400px;
  margin: auto;
  text-align: center;
}
/** imagen como tal del logo **/

.login-logo {
  width: 13%;
  height: 9%;
  display: block;
  margin: auto;
}
.login-formulario {
  border: 1px solid #dedede;
  display: block;
  background: #eef0f7;
  padding-bottom: 10px;
}
.login-input {
  margin: auto;
  width: 20em;
}
/*.login-input::shadow .cursor {
    background-color:@activo-oscuro;
}*/

#recordarPass {
  padding: 30px 0 30px 0;
}
/********************************** PÁGINA DE REGISTRO RUT **********************************/

/* estos son los estilos del archivo que me pasaste... por eso estan comentados

  #caja
        {
            background:#00A89B;
            width:500px;
            margin:150px auto;
            padding:2em;
         }

        #indicaciones
        {
           	font-family: sans-serif;
			font-size: 13px;
			color: white;
        }
        input[type=file],input[type=text]
        {
            margin:0 0 1em 0;
            width:400px;
            padding:1em;
            color:#FFFFFF;
        }
        #btnEnviar, #btnAceptar
        {
            padding: 1em;
			background: #C8CF1F;
			border: none;
			color: #006368;
			font-family: arial;
			font-size: 14px;
			text-decoration: none;
			position: relative;
			left: 41%;
        }
        #btnEnviar:hover, form a:hover, #btnAceptar:hover, form a:hover
        {
            background:#0040ff;
            text-decoration:none;
        }

        body
        {
            background:#1a1a1a;
        }
        .tooltips-gray
        { 
            background:#444444; 
            color:#FFFFFF; 
            text-align:center; 
            padding-top:4px; 
            font-size:13px;
            height:25px; 
        }
        #Background-registro-rut 
        {
            position: fixed;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            overflow: hidden;
            padding: 0;
            margin: 0;
            background-color: #1a1a1a;
            filter: alpha(opacity=80);
            opacity: 0.8;
            z-index: 100000;
        }

        #Progress  
        {
            position: fixed;
            top: 40%;
            left: 40%;
            height: 20%;
            width: 20%;
            z-index: 100001;
            background-color: #e74c3c;
            border: 1px solid Gray;
            background-image: url('imgs/loading.gif');
            background-repeat: no-repeat;
            background-position: center;
        }
        #Mensaje
        {
		position: absolute;
		top: 10%;
		left: 30%;
		right: 30%;
		z-index: 100001;
		background-color: #00A89B;
		border: 1px solid Gray;
		background-repeat: no-repeat;
		background-position: center;
		border: 3px solid white;
		border-radius: 10px;
		padding: 1em;
		margin: 150px auto;
		display: none;
		}
*/

/************************ Pag de confirmacion de cambio de contraseña exitoso*******************************/

.confirm-contra {
  background-color: #00b2a9;
}
.confirm-contra-content {
  height: 500px;
}
.confirm-contra-texto {
  width: 100%;
  margin: auto;
  padding-bottom: 30px;
  color: #006368;
}
.confirm-contra-texto div:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
}
.confirm-contra-texto div:nth-child(2) {
  font-size: 19px;
}
.confirm-contra-botones {
  text-align: center;
}
.confirm-contra-botonPolymer {
  text-align: center;
  color: #c7cf1f;
  border: none;
}
/***************************************/

/************************************PÁGINAS INFO****************************************************/

/**PAQUETES**/

.tabla-costo-paquetes {
  margin: auto;
}
.fila-titulos {
  width: 100%;
  padding-bottom: 1em;
  padding-top: 1em;
  background-color: #d3e170;
}
.col-servicio {
  width: 44%;
  display: inline-block;
}
.col-paquete-free {
  width: 18%;
  display: inline-block;
}
.col-paquete-basic {
  width: 18%;
  display: inline-block;
}
.col-paquete-premium {
  width: 18%;
  display: inline-block;
}
.fila-costo-paquetes {
  width: 100%;
  padding-bottom: 0.5em;
  padding-top: 1em;
}
.fila-costo-paquetes-color {
  width: 100%;
  padding-bottom: 0.5em;
  padding-top: 1em;
  background-color: #dde8c1;
}
.col-si {
  width: 18%;
  display: inline-block;
  color: green;
  font-weight: bold;
}
.col-no {
  width: 18%;
  display: inline-block;
  color: red;
  font-weight: bold;
}
/*************************** ESTILOS PARA EL FORMULARIO DE REGISTRESE CON RUT Y MANUAL *************************/

.registro {
  margin: auto;
  display: block;
  color: #6b6e6e;
  background-color: #eef0f7;
  padding: 20px;
  border: 1px solid #eaebec;
  box-shadow: -3px 0px 26px #888888;
  margin-bottom: 40px;
}
.registro-rut {
  max-width: 550px;
}
.registro-manual {
  max-width: 800px;
  margin-top: 17px;
}
.registro-rut-cabezote {
  width: 100%;
  display: block;
  text-align: center;
  color: #9fae20;
}
.registro-rut-intro {
  width: 100%;
  text-align: justify;
  display: block;
}
.registro-rut-intro a {
  text-decoration: none;
  color: #00a89b;
}
.registro-rut-form {
  text-align: center;
}
.registro-rut-form paper-input-decorator {
  text-align: center;
  margin-top: -20px !important;
}
.registro-rut-form core-dropdown-menu {
  background-color: #eef0f7;
  padding: 10px;
  color: #006368;
}
.registro-rut-form core-dropdown {
  cursor: pointer;
  top: 40px;
}
.registro-rut-form core-dropdown core-item {
  padding-left: 5px;
}
.registro-rut-form core-dropdown core-item:hover {
  background-color: #3abfbf;
  color: white;
}
.registro-rut-intro a:hover {
  color: #006368;
}
.registro-rut-intro p:nth-child(2) {
  font-size: 14px;
}
.registro-rut-boton {
  text-align: center;
  width: 100%;
  display: block;
}
.registro-rut-boton .menu-boton {
  margin-bottom: 10px;
  /*border-top: 15px solid;
    border-bottom: 15px solid;
    border-left: 40px solid #00a89b;
    border-right: 40px solid #00a89b;*/

}
.register_title {
  color: white;
  background-color: #00b2a9;
  font-weight: bold;
  padding: 10px 8px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/********************* ESTILOS PARA COMPRAR.ASPX *********************/

.compra-wraper {
  max-width: 80%;
  margin: auto;
  text-align: center;
}
.compra-wraper h2 {
  background-color: #00a89b;
  margin: 0;
  padding: 13px;
  color: white;
}
.compra-wraper h3 {
  background-color: #eef0f7;
  margin: 0;
  padding: 5px;
  color: #006368;
}
.compra-wraper p {
  color: #6b6e6e;
  padding: 0px 15px;
  text-align: justify;
}
.compra-seccion {
  display: block;
}
.compra-medio-pago {
  display: inline-block;
  width: 49.8%;
  vertical-align: top;
}
.compra-medio-pago:first-of-type {
  border-right: 2px solid #006368;
}
.compra-seccion span.resaltado {
  color: #006368;
  font-weight: bold;
  font-size: 22px;
}
/* .compra-medio-pago:first-of-type header{
       // border-right: 2px solid #006368;
    }*/

.compra-medio-pago:last-child {
  float: right;
}
.compra-medio-pago h3 {
  padding-left: 15px;
}
/********************* ESTILOS PARA PREGUNTAS.aspx *******************/

.seccion-2c-listas {
  display: block;
  width: 100%;
}
.seccion-2c-listas .cabezote {
  color: #006368;
  text-align: center;
}
.seccion-2c-listas-cuerpo {
  display: block;
  text-align: justify;
}
.seccion-2c-listas-cuerpo ul {
  list-style-image: url('../img/vineta-punto-verde.png');
}
.seccion-2c-listas-cuerpo li {
  margin-bottom: 20px;
  text-align: left;
}
.seccion-2c-listas-cuerpo a:link {
  color: #939597;
}
.seccion-2c-listas-cuerpo a:hover {
  color: #006368;
}
.seccion-2c-listas-cuerpo a:visited {
  color: #006368;
}
.seccion-2c-listas-cuerpo a:active {
  color: #00a89b;
}
.seccion-2c-listas-cuerpo p {
  font-size: 14px;
}
.seccion-2c-listas-cuerpo .activo {
  color: #006368 !important;
  font-weight: bold !important;
}
/*******************ESTILO PARA TEXT AREA DE PAG CONTACT.ASPX************************************/

.contact-comentarios {
  font-family: 'Open sans';
  font-size: 14px;
  margin: 30px 0px 10px 0px;
  width: 45%;
  height: 212px;
}
.contact-inputs {
  background-color: white;
  background: -moz-linear-gradient(top, white, #eaeaea);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #eaeaea));
  border: 1px solid #b5b7b9;
  font-size: 14px;
  margin: 30px 0px 0px 0px;
  padding: 5px 9px;
  width: 43%;
}
.contact-inputs:focus {
  background: white;
  /* -webkit-box-shadow: 0 0 25px #CCC;
    -moz-box-shadow: 0 0 25px #ccc;
    box-shadow: 0 0 25px #CCC;*/
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
/****************** ESTILOS PARA Documentos Disponibles o Ejemplos o Documentos Ejemplo ***************/

.seccion-clara-2c-flex {
  display: flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  min-height: 190px;
}
.seccion-clara-2c-flex ~ hr {
  width: 95%;
  height: 3px;
}
.cuerpo-2c-flex {
  align-self: center;
  width: 50%;
}
.cuerpo-2c-flex h1 {
  color: #008a8e;
  font-size: 24px;
}
.cuerpo-2c-flex li {
  margin-bottom: 5px;
}
.cuerpo-2c-flex li span {
  margin-right: 10px;
}
.cuerpo-2c-flex li core-icon {
  display: none;
  cursor: pointer;
  color: #c7cf1f;
}
.cuerpo-2c-flex li:hover {
  color: #00a89b;
  cursor: default;
}
.cuerpo-2c-flex li:hover core-icon {
  display: inline-block;
}
.cuerpo-2c-flex li.activo {
  font-size: 18px;
  color: #006368;
}
.cuerpo-2c-flex li.activo core-icon {
  display: inline-block;
  cursor: pointer;
}
.cuerpo-2c-flex-izq {
  order: 1;
  text-align: center;
}
.cuerpo-2c-flex-der {
  color: #6b6e6e;
  font-weight: bold;
  order: 2;
}
.cuerpo-2c-flex p {
  font-weight: normal;
  font-size: 14px;
  padding-right: 50px;
}
@media screen and (max-width: 600px) {
  .cuerpo-2c-flex-izq {
    width: 100%;
  }
  .cuerpo-2c-flex-der {
    width: 100%;
  }
}
/********************Estilos para página tos -term y cond-   **********/

.tos {
  padding-left: 7%;
  padding-right: 7%;
}
/******** Estilos y efectos del popUp tipo ToolTip de Polymer  ***********/

.tooltip-fancy::shadow #tooltip {
  font-size: 12px;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0, 1.92, 0.99, 1.07);
  transition: all 300ms cubic-bezier(0, 1.92, 0.99, 1.07);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.tooltip-fancy:hover::shadow #tooltip,
.tooltip-fancy:focus::shadow #tooltip {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*************************************** Mozilla FIrefox **************************************/

/***** Menu opcion Estilos *****/

.menu-opcion,
menu-opciones .menu-opcion {
  background-color: white;
  height: 100%;
  border-radius: 0;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.menu-opcion,
menu-opciones .menu-opcion:hover {
  color: white;
  background-color: #006368;
}
menu-opciones .menu-opcion .button-content {
  margin-top: 20px;
}
.menu-opcion,
menu-opciones .menu-opcion core-icon {
  color: #9fae20;
}
.menu-opcion,
menu-opciones .menu-opcion span {
  color: #006368;
}
menu-opciones .menu-opcion:hover core-icon {
  color: #c7cf1f;
}
menu-opciones .menu-opcion:hover span {
  color: white;
}
/* Muchos niveles de profundidad pero no di otra forma para acceder a los elementos mas internos de polymer desde CSS*/

menu-opciones .menu-opcion span {
  margin-left: -1px;
}
/******** PAPER-FABS *******/

.pie-boton-social core-icon div {
  margin: -6px;
}
