.negro_titular
{
	font-family:Calibri;
	font-size: 25px;
	font-weight:bold;
	font-style:normal;
	letter-spacing: -1px;
	color:#454545;
}

.negro_contenido
{
	font-family:Calibri;
	font-size: 20px;
	color:#454545;
	text-decoration: none;
}


.negro_lista
{
	font-family:Calibri;
	font-size: 12px;
	color:#454545;
	text-decoration: none;
}



.rojo_titular
{
	font-family:Calibri;
	font-size: 30px;
	font-weight:bold;
	font-style:normal;
	letter-spacing: -1px;
	color:#a80202;
}

.rojo_contenido
{
	font-family:Calibri;
	font-size: 20px;
	color:#a80202;
	text-decoration: none;
}



.azul_titular
{
	font-family:Calibri;
	font-size: 30px;
	font-weight:bold;
	font-style:normal;
	letter-spacing: -1px;
	color:#2274b3;
}

.azul_contenido
{
	font-family:Calibri;
	font-size: 20px;
	color:#2274b3;
	text-decoration: none;
}

.azul_mini
{
	font-family:Calibri;
	font-size: 14px;
	color:#2274b3;
	text-decoration: none;
}



.gris_titular
{
	font-family:Calibri;
	font-size: 30px;
	font-weight:bold;
	font-style:normal;
	letter-spacing: -1px;
	color:#909090;
}

.gris_contenido
{
	font-family:Calibri;
	font-size: 20px;
	color:#909090;
	text-decoration: none;
}

.gris_mini
{
	font-family:Calibri;
	font-size: 14px;
	color:#909090;
	text-decoration: none;
}



.turquesa_titular
{
	font-family:Calibri;
	font-size: 30px;
	font-weight:bold;
	font-style:normal;
	letter-spacing: -1px;
	color:#00c8ce;
}

.turquesa_contenido
{
	font-family:Calibri;
	font-size: 20px;
	color:#00c8ce;
	text-decoration: none;
}



.blanco_titular
{
	font-family:Calibri;
	font-size: 30px;
	font-weight:bold;
	font-style:normal;
	letter-spacing: -1px;
	color:#FFFFFF;
}

.blanco_contenido
{
	font-family:Calibri;
	font-size: 20px;
	color:#FFFFFF;
	text-decoration: none;
}



.boton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #eeeeee));
	background:-moz-linear-gradient(top, #FFFFFF 5%, #eeeeee 100%);
	background:-webkit-linear-gradient(top, #FFFFFF 5%, #eeeeee 100%);
	background:-o-linear-gradient(top, #FFFFFF 5%, #eeeeee 100%);
	background:-ms-linear-gradient(top, #FFFFFF 5%, #eeeeee 100%);
	background:linear-gradient(to bottom, #FFFFFF 5%, #eeeeee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#202020;
	font-family:Calibri;
	font-size:20px;
    padding: 8px;
	text-decoration:none;
}
.boton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eeeeee), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #eeeeee 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #eeeeee 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #eeeeee 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #eeeeee 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #eeeeee 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0);
	background-color:#eeeeee;
}
.boton:active {
	position:relative;
	top:1px;
}



.formulario {
	 font-family:Calibri;
     font-size: 20px;
     padding: 8px;
     border:1px solid #dcdcdc;
     color: #202020;
     border-style: ridge;
     border-radius: 0px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #ffffff 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0);
}
 .formulario:focus {
     outline:none;
}










.aviso_amarillo
{
	font-family:Calibri;
	font-size: 20px;
	color:#202020;
	background-color:#fff000;
	padding: 10px 10px 10px 10px;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
}





.aviso_verde
{
	font-family:Calibri;
	font-size: 20px;
	color:#202020;
	background-color:#82e061;
	padding: 10px 10px 10px 10px;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
}




.paginador {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.paginador:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.paginador:active {
	position:relative;
	top:1px;
}














/* ====================================================
Recreating the email field from https://webflow.com/cms. Just an experiment - not as cross-browser friendly as the original.
Changed:
- animated gradient bar to :after element
- flexbox for layout
==================================================== */

// reset
html { box-sizing: border-box; font-size: 10px; }
*, *:before, *:after { box-sizing: inherit; }
body, ul, li  { margin: 0; padding: 0; }
li { list-style: none; }
p, h1, h2, h3, h4, h5, h6 { margin-top: 0; }
a { text-decoration: none; }
input { border-style: none; background: transparent; outline: none; }
button { padding: 0; background: none; border: none; outline: none; }

// some basic page styles
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background-image: radial-gradient(circle at 0% 0%, #373b52, #252736 51%, #1d1e26);
}

// for demo
h1.demo {
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 1rem;
  color: #f5f6ff;
}
a.demo {
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  color: rgba(202, 205, 239, 0.8);
  margin-bottom: 3rem;
}
.demo-flex-spacer {
  flex-grow: 1;
}
.container {
  display: flex;
  flex-direction: column;
  //justify-content: center;
  height: 100vh;
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
}

// colors
$input-background: rgba(57, 63, 84, 0.8);
$input-text-inactive: #7881A1;
$input-text-active: #BFD2FF;

// gradient animation
@keyframes gradient { 
  0%{background-position:0 0}
  100%{background-position:100% 0}
}

.webflow-style-input {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 2px;
  padding: 1.4rem 2rem 1.6rem;
  background: $input-background;
  &:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    height: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-position: 0% 0%;
    background: linear-gradient(to right, #B294FF, #57E6E6, #FEFFB8, #57E6E6, #B294FF, #57E6E6);
    background-size: 500% auto;
    animation: gradient 3s linear infinite;
  }
}

.webflow-style-input input {
  flex-grow: 1;
  color: $input-text-active;
  font-size: 1.8rem;
  line-height: 2.4rem;
  vertical-align: middle;
  &::-webkit-input-placeholder {
    color: $input-text-inactive;
  }
}

.webflow-style-input button {
  color:  $input-text-inactive;
  font-size: 2.4rem;
  line-height: 2.4rem;
  vertical-align: middle;
  transition: color .25s;
  &:hover {
    color: $input-text-active;
  }
}