/*
Theme Name: TRAMETAL | Partners contra el óxido.
Theme URI: www.trametal.cl
Description: TRAMETAL, Partners contra el óxido, Representante de MONTI en Chile
Version: 0.1
Author: Sebastian Jeria - Panboprica SPA
Author URI: http://www.panoptica.cl
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b2 | 201101
   NOTE: THIS IS A BETA VERSION (see previous line)
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---Estilos Web--- */

html, body, #contenedor {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html>body #contenedor {
	height: auto;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #fff;
}

#contenedor {
	position: absolute;
	top: 0;
	left: 0;
}

/* ---Estilos Textos--- */

p {
	color: #666;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	padding-bottom: 10px;
}

a {
	color: #2f86c1;
	text-decoration: none;
}

a:hover {
	color: #2f86c1;
	text-decoration: underline;
}

strong {
	
}

i {
	color: #462446;
}

i.fa-quote-left, i.fa-quote-right {
	color: #47b39c;
	font-size: 14px;
}

h1 {
	color: #47b39c;
	font-size: 28px;
	line-height: 110%;
	text-align: left;
	padding-bottom: 10px;
}

h2 {
	color: #47b39c;
	font-size: 26px;
	line-height: 110%;
	text-align: left;
	padding-bottom: 10px;
}

h3 {
	color: #47b39c;
	font-size: 22px;
	line-height: 110%;
	text-align: left;
	padding-bottom: 10px;
}

h4 {
	color: #47b39c;
	font-size: 20px;
	line-height: 110%;
	text-align: left;
	padding-bottom: 10px;
}

h5 {
	color: #47b39c;
	font-size: 18px;
	line-height: 110%;
	text-align: left;
	padding-bottom: 10px;
}

h6 {
	color: #47b39c;
	font-size: 16px;
	line-height: 110%;
	text-align: left;
	padding-bottom: 10px;
}

/* ---Estilos Clases--- */

.titulo {
	margin-bottom: 10px;
	text-align: center;
}

h1.btn_buscador {
	text-align: center;
	font-size: 20px;
	color: #462446;
}

p.central, 
h1.central, 
h2.central, 
h3.central, 
h4.central, 
h5.central, 
h6.central {
	text-align: center;
	color: #666;
}

p.fecha {
	color: #462446;
}

.separador {
	width: 100%;
	height: 30px;
	float: left;
}

.separador_page {
	width: 100%;
	height: 140px;
	float: left;
}

img.ajuste {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.gris {
	background-color: #dedede;
	width: 80% !important;
	padding: 3% 10% !important;
	float: left;
}

.facebook {
	background-color: #3b5999;
}

.instagram {
	background-color: #e4405f;
}

.twitter {
	background-color: #55acee;
}

.linkeding {
	background-color: #0077b5;
}

img.social {
    width: 40%;
	height: auto;
	margin: 3% 0;
}

.publicidad {
	float: left;
	width: 96%;
	padding: 4% 2%;
	background-color: #dedede;
}

.publicidad h1 {
	padding-bottom: 0;
	color: #666;
}

iframe {
    float: left;
}

i.fa-heart,
i.fa-facebook-square,
i.fa-twitter-square,
i.fa-google-plus-square {
	color: #ccc;
	font-size: 20px;
}

.page {
	width: 60% !important;
	background-color: #f3f3f3;
	margin: 0px !important;
	padding: 0 20%;
}

.page p {
	/*text-align: justify;*/
}

/* ---Estilos Buscador--- */

section#buscador {
    width: 30%;
	height: auto;
	padding: 20px;
	background-color: rgba(255,255,255,0.7);
	float: left;
	z-index: 10;
	position: absolute;
	top: 190px;
	left: 5%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* ---Estilos Header--- */

ul.primary-nav, .nav-button {
	display: none;
}

#directos {
	width: 96%;
	height: 20px;
	padding: 5px 2%;
	float: left;
	background-color: rgba(0,0,0,0.8);
}

nav#menu_directos {
	float: right;
}

nav#menu_directos ul li {
	float: left;
	display: inline;
}

nav#menu_directos ul li a {
	color: #fff;
	font-size: 12px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #fff;
}

header {
	width: 100%;
	float: left;
	-moz-box-shadow: 0 0 8px #000;
  	-webkit-box-shadow: 0 0 8px #000;
  	box-shadow: 0 0 8px #000;
  	background-color: #000;
}

#content_head {
	position: absolute;
	width: 100%;
	height: 130px;
	background-color: rgba(255,255,255,0.9);
	z-index: 2;
}

#logo {
	width: 270px;
	height: 100px;
	float: left;
}

#logo img {
    width: 80%;
    height: auto;
    margin: 10px 20%  0;
}

nav#menu {
	float: right;
	width: 70%;
	height: 100px;
	margin-right: 2%;
}

nav#menu ul {
	float: right;
	margin-top: 20px;
}

nav#menu ul li {
	float: left;
	display: inline;
	padding: 30px 0 0;
	margin-left: 10px;
}

nav#menu ul li a {
	color: #462446;
	font-size: 14px;
	text-decoration: none;
	padding: 30px 5px 15px;
	text-transform: uppercase;
}

nav#menu ul li a:hover {
	color: #47b39c;
}

.active {
	background: url(../images/back_menu.png) repeat-x;
	color: #fff;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	-moz-box-shadow: 0 0 5px #000;
  	-webkit-box-shadow: 0 0 5px #000;
  	box-shadow: 0 0 5px #000;
}

/* ---Estilos Cajas--- */

article.caja_uno {
	width: 100%;
	height: auto;
	float: left;
}

article.caja_uno_espacio {
	width: 98%;
	height: auto;
	float: left;
	margin: 1%;
}

article.caja_dos {
	width: 50%;
	height: auto;
	float: left;
}

article.caja_dos_espacio {
	width: 48%;
	height: auto;
	float: left;
	margin: 1%;
}

article.caja_tres {
	width: 33.3%;
	height: auto;
	float: left;
}

article.caja_tres_espacio {
	width: 31.3%;
	height: auto;
	float: left;
	margin: 1%;
}

article.caja_cuatro {
	width: 25%;
	height: auto;
	float: left;
}

article.caja_cuatro_espacio {
	width: 23%;
	height: auto;
	float: left;
	margin: 1%;
}

article.caja_cinco {
	width: 20%;
	height: auto;
	float: left;
}

article.caja_cinco_espacio {
	width: 18%;
	height: auto;
	float: left;
	margin: 1%;
}

article.caja_contacto {
	width: 34%;
	height: 800px;
	float: left;
	padding: 8%;
	background-color: #fff;
}

/* ---Estilos Content--- */

section#content {
	width: 80%;
	margin: 0 10%;
	float: left;
	padding-bottom: 8%;
}

article#page {
	width: 100%;
	float: left;
	height: auto;
}

article.img_single {
    width: 33%;
    margin-right: 2%;
    float: left;
	height: auto;
}

article.txt_single {
    width: 65%;
    float: left;
	height: auto;
}

nav#social {
	width: 100%;
	height: auto;
	margin-top: 2%;
	float: left;
}

nav#social ul li {
	float: left;
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

nav#social ul li i.fa-heart {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	color: red;
}

nav#social ul li i.fa-facebook-square {
	color: #3b5999;
}

nav#social ul li i.fa-twitter-square {
	color: #55acee;
}

nav#social ul li i.fa-google-plus-square {
	color: #db4a39;
}

/* ---Estilos Footer --- */

footer {
	width: 80%;
	height: auto;
	background-color: #462446;
	float: left;
	padding: 3% 10%;
}

footer p {
	font-size: 13px;
	color: #fff;
	text-align: center;
}

footer h3 {
	color: #fff;
	border-bottom: 1px dashed #fff;
	width: 80%;
	margin: 0 20% 10px 0;
}

nav.menu_footer ul {
	width: 100%;
	margin-top: 20px;
}

nav.menu_footer ul li {
	margin-bottom: 10px;
	float: left;
	display: inline;
	width: 100%;
}

nav.menu_footer ul li a {
	color: #fff;
	font-size: 14px;
	text-align: left;
	float: left;
}

nav#pagos {
    width: 50%;
    height: auto;
    margin: 0 25%;
}

nav#pagos ul li {
    width: 46%;
    height: auto;
	display: inline;
	float: left;
	margin: 0 2%;
}

nav#pagos ul li a img {
    width: 100%;
    height: auto;
	float: left;
}

/* ---Estilos Contacto--- */

.form1 {
	width: 90%;
	padding: 2%;
	border: none;
	background-color: #47b39c;
	margin-bottom: 20px;
	color: #fff;
}

.form2 {
	width: 95%;
	height: auto;
	padding: 2%;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	color: #fff;
	margin-bottom: 20px;
}

.form3 {
    width: 92%;
    padding: 4%;
    border: none;
    background-color: #fff;
    margin-bottom: 20px;
    color: #462446;
}

.form5 {
    width: 92%;
    padding: 4%;
    background-color: #fff;
   /* margin-bottom: 20px;*/
    color: #462446;
	border: 1px solid #ccc;
}

.form4 {
    width: 96%;
    padding: 2%;
    background-color: #fff;
    color: #462446;
	border: 1px solid #ccc;
	height: 150px;
}

.btn {
	border: 1px none #666;
	background-color: #462446;
	float: left;
	padding: 3% 0;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
	box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
}

.btn:hover {
	background-color: #47b39c;
}

.btn2 {
	border: 1px none #666;
	background-color: #47b39c;
	float: left;
	padding: 3% 0;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
	box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
}

.btn2:hover {
	color: #47b39c;
	background-color: #fff;
}

.btn3 {
	border: 1px none #666;
	background-color: #47b39c;
	float: left;
	padding: 3% 0;
	width: 50%;
	height: auto;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	margin: 3% 50% 0 0;
	-webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
	box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
}

.btn3:hover {
	background-color: #462446;
}

.btn4 {
	border: 1px none #666;
	background-color: #462446;
	float: left;
	padding: 1.9% 0;
	width: 10%;
	height: auto;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	margin-left: 10px;
	-webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
	box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
}

.btn4:hover {
	background-color: #47b39c;
}

.btn5 {
	border: 1px none #666;
	background-color: #462446;
	float: left;
	padding: 1.9% 0;
	width: 10%;
	height: auto;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	margin-top: 3%;
	-webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
	box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
}

.btn5:hover {
	background-color: #47b39c;
}

.btn6 {
	border: 1px none #666;
	background-color: #462446;
	float: left;
	padding: 2% 15px;
	height: auto;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	margin-top: 3%;
	-webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
	box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
}

.btn6:hover {
	background-color: #47b39c;
}

/* ---Estilos Imagenes--- */

.alignleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.alignright {
	padding-bottom: 5px;
	padding-left: 10px;
	float: right;
}

/* ---Estilos Galeria--- */

.ngg-gallery-thumbnail {
    width: 18%;
    height: auto;
    float: left;
    margin: 1%;
}

.ngg-gallery-thumbnail a img {
    width: 100%;
    height: auto;
    float: left;
}

/* ---Estilos Buscador--- */

#buscar {
	width: 96%;
	padding: 20px 2%;
	background: rgba(255, 255, 255, 0.9);
	margin-top: 130px;
	z-index: 11;
	position: absolute;
}

input.form_buscador {
    float: left;
    width: 80%;
	padding: 2%;
	border: none;
	background-color: #47b39c;
	color: #fff;
}

#hide {
	float: right;
	font-size: 14px;
	padding: 2%;
	background-color: #462446;
	color: #fff;
}

a#hide:hover {
	color: #000;
	background-color: #fff;
}

/* ---Estilos navigation--- */

nav#navigation {
	width: 100%;
	height: auto;
	float: left;
}

nav#navigation ul {
	float: left;
	text-align: left;
	margin-left: 1%;
}

nav#navigation ul li {
	margin-right: 10px;
	padding-right: 10px;
	float: left;
	display: inline;
}

nav#navigation ul li a {
	color: #ccc;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #ccc;
}

nav#navigation ul li a i {
	color: #ccc;
}

nav#navigation ul li a:hover, nav#navigation ul li a:hover i {
	color: #47b39c;
	text-decoration: none;
}

/* ---Estilos Ranking--- */

nav#ranking {
	width: 100%;
	height: auto;
	float: left;
}

nav#ranking ul {
	height: auto;
	float: left;
	text-align: left;
}

nav#ranking ul li {
	height: auto;
	float: left;
	margin-right: 20px;
	display: inline;
}

nav#ranking ul li a i {
	color: #ccc;
	text-decoration: none;
	font-size: 16px;
}

nav#ranking ul li a:hover i {
	color: #47b39c;
}

/* ---Estilos Imagenes--- */

.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}

/* ---Estilos Horas--- */

#cargadisp {
    width: 95%;
    height: auto;
    float: left;
    margin-top: 5%;
    padding: 2.5%;
    border: 1px solid #e7e9ed;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.5);
}

table.table {
    width: 100%;
    float: left;
}

tr.table_row, tr.table_head {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 0.5%;
    padding-bottom: 0.5%;
	border-bottom: 1px solid #e7e9ed;
}

tr.table_head {
    background-color: #47b39c;
    color: #fff;
    font-weight: bold;
	letter-spacing: 1px;
}

th, td {
    width: 46%;
	float: left;
	text-align: center;
	padding: 1%;
	margin: 1%;
	font-size: 12px;
}

a.pointer {
    padding: 8px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #47b39c;
    color: #fff;
}

:root {
    --vcal-today-bg-color: #47b39c !important;
    --vcal-bg-color: #fff;
  --vcal-border-radius: 0;
  --vcal-border-color: #e7e9ed;
  --vcal-today-color: #fff;
  --vcal-selected-bg-color: #E7E9ED;
  --vcal-selected-color: #333;
}

#v-cal *, #v-cal *:before, #v-cal *:after {
  box-sizing: border-box;
}

#v-cal {
  background-color: var(--vcal-bg-color);
  border-radius: var(--vcal-border-radius);
  border: solid 1px var(--vcal-border-color);
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

#v-cal .vcal-btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: button;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  min-width: 27px;
  outline: none;
  overflow: visible;
  padding: 0;
  text-align: center;
  &:active {
    border-radius: var(--vcal-border-radius);
    box-shadow: 0 0 0 2px rgba(var(--vcal-today-bg-color), 0.1)
  }
}

#v-cal .vcal-header {
  align-items: center;
  display: flex;
  padding: 1.2rem 1.4rem;
}

#v-cal .vcal-header svg {
  fill: var(--vcal-today-bg-color);
}

#v-cal .vcal-header__label {
  font-weight: bold;
  text-align: center;
  width: 100%;
}

#v-cal .vcal-week {
  background-color: var(--vcal-selected-bg-color);
  display: flex;
  flex-wrap: wrap;
}

#v-cal .vcal-week span {
  flex-direction: column;
  flex: 0 0 14.28%;
  font-size: 1.2rem;
  font-weight: bold;
  max-width: 14.28%;
  padding: 1.2rem 1.4rem;
  text-align: center;
  text-transform: uppercase;
}

#v-cal .vcal-body {
  background-color: rgba(var(--vcal-selected-bg-color), 0.3);
  display: flex;
  flex-wrap: wrap;
}

#v-cal .vcal-date {
  align-items: center;
  background-color: #fff;
  border-radius: var(--vcal-border-radius);
  display: flex;
  flex-direction: column;
  flex: 0 0 14.28%;
  max-width: 14.28%;
  padding: 1.2rem 0;
}

#v-cal .vcal-date--active {
  cursor: pointer;
}

#v-cal .vcal-date--today {
  background-color: var(--vcal-today-bg-color);
  color: var(--vcal-today-color);
}

#v-cal .vcal-date--selected {
  background-color: #E7E9ED;
  color: #333;
}


#v-cal .vcal-date--disabled {
  border-radius: 0;
  cursor: not-allowed;
  opacity: 0.5;
}