/*
Theme Name: Material V2 Theme
Theme URI: https://tampomax.com.ar
Author: Hernan
Description: no description
Version: 2.0
Tags: Material, Shop, Slider, Stats

*/

/**
 * Table of Contents
 *
 * 1.0 - Normalize (delete)
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 *   4.1 - Banners

 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 	 6.6 - Gallerybfthumb
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 *	  11.7 - Breadcrumbs
 *    11.8 - Resume
 *	  11.9 - Table
  * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 *    12.3 - Shares Buttons
 *    12.5 - Video Gallery 
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */

/**
 * Table of Contents
 *
 * 1.0 - Normalize (delete)
 * 2.0 - Genericons
 * 3.0 - Typography*/

/*///////////////////////////////////////////Globales//////////////////////////////////////////////////////////*/
*:focus {
  outline: none;
}
html,
body {
  font-family: "Montserrat", "Helvetica", sans-serif;
  color: #616161;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica", sans-serif;
}
html.md-default-theme,
html,
body.md-default-theme,
body {
  color: #616161;
}
md-card.md-default-theme,
md-card {
  color: #616161;
}
md-content.md-default-theme,
md-content {
  color: #616161;
}


p,
table {
  color: #616161;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 16px;
}
.md-display-1.text-center {
  color: #616161;
}

.text-center {
  text-align: center;
}

.container {
  max-width: 1308px;
  margin: 0px auto;
}
/* Disable ugly boxes around images in IE10 */
a img {
  border: 0px;
}
a {
  text-decoration: none;
}
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
::-moz-selection {
  background-color: #6ab344;
  color: #fff;
}

::selection {
  background-color: #6ab344;
  color: #fff;
}
.clear {
  clear: both;
}

.title h1 {
  color: #fff;
  margin-left: 15px;
  font-weight: bold;
  font-size: 22px;
  padding: 5px 0px;
  text-transform: uppercase;
  margin: 0px 15px;
}

.division {
  clear: both;
  height: 35px;
  width: 100%;
  background-image: url(img/site/trama-titulos.png);
  background-repeat: repeat-x;
}
.division h1 {
  color: #fff;
  margin-left: 15px;
  font-weight: bold;
  font-size: 30px;
}
.division-small {
  height: 20px;
}
.division-xsmall {
  height: 10px;
}

.back-title {
  clear: both;
  height: auto;
  background-color: #607d8b;
  color: #fff;
}
.back-title .md-fab {
  background-color: #fff;
}
.back-title .md-fab i {
  color: #fff;
}
.back-title h1 {
  font-size: 24px;
  margin-left: 10px;
}

.back-title .md-subhead {
  color: #fff;
}
.avatar {
  margin: 0px 10px;
}

.fixed {
  position: fixed;
  z-index: 100;
}


.md-toolbar-tools.division h1 {
  margin-left: 0px;
}

#sidebar {
  margin-top: 0px;
}

span.wpcf7-not-valid-tip {
  color: #8c4242;
  font-size: 13px;
  display: block;
  position: absolute;
  width: 300px;
}
div.wpcf7-response-output {
  margin: 0em 0.5em 1em;
  padding: 0.2em 1em;
}

.rotate180 {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all linear 200ms;
  transition: all linear 200ms;
}

.rotate-back {
  display: inline-block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all linear 200ms;
  transition: all linear 200ms;
}

/*
Custom Material Angular
--------------------------------*/
.md-button.md-default-theme.md-accent.md-raised,
.md-button.md-accent.md-raised,
.md-button.md-default-theme.md-accent.md-fab,
.md-button.md-accent.md-fab {
  color: #ffffff;
  background-color: rgb(3, 169, 244);
}

.home.title {
  width: 100%;
  background-color: #2b80c4;
}

/*
Slick Slider
-------------------------------*/
.slick-slider {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  background-color: #f6f6fc;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  cursor: pointer;
}

.slick-slider-item {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
  width: 400px;
  position: relative;
}
.slide {
  max-height: 300px;
}
.slick-slider img {
  display: block;
  min-width: 100%;
  height: 100%;
  text-align: center;
  width: auto;
  margin: 0px auto;
  height: auto;
}
.single-servicios .slick-slider img {
  max-height: 275px;
  max-width: 900px;
}

.slick-slider-caption {
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.325);
  width: 100%;
  color: #fff;
  -webkit-transition: 1s; /* Safari */
  transition: 1s;
  height: auto;
  cursor: default;
}

.slick-slider-caption-container {
  padding: 15px;
}

.slick-slider-caption a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.slick-slider-caption a:hover {
  color: #c2b2cd;
}

.slick-slider-caption a.link {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 3px 5px;
}

.slick-slider-caption a.link:hover {
  background-color: #c2b2cd;
  color: #fff;
}

.slick-slider-caption h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 3px;
}

.slick-slider-caption h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.slick-slider-caption .description {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  transition: visibility 0s, opacity 0.5s linear;
}

.slick-slider-caption p {
  font-size: 14px;
}

.slick-slider-item:hover > .slick-slider-caption {
  background-color: rgb(121, 85, 72, 0.9);
  height: auto;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.slick-slider-item:hover > .slick-slider-caption .description {
  visibility: visible;
  opacity: 1;
  height: auto;
}



.slick-prev:before,
.slick-next:before {
  font-size: 50px !important;
  color: #fff !important;
  top: 25%;
}

.slick-prev {
  left: 25px !important;
  z-index: 100;
}

.slick-next {
  right: 25px !important;
  width: 50px !important;
}

.banner_footer.slick-slider {
  box-shadow: none;
  border-bottom: none;
  background-color: transparent;
  margin-bottom: 0px;
}

.banner_footer .slick-prev,
.banner_footer .slick-next {
  display: none !important;
}

.servicios .slick-slider-caption {
  background-color: transparent;
}
.mdl-layout {
  margin-bottom: 20px;
}

/*
///////////////////////GALERIA////////////////////////////////////
*/
/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n + 1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n + 1) {
  clear: left;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery {
  display: block;
}
.gallery img {
  width: 100%;
  height: auto;
}

#home-page .slick-slider {
  margin: 0px;
  padding: 0px;
}

#home-page .mdl-grid.home {
  padding: 0px;
  margin-bottom: 20px;
}

#home-page .mdl-cell.home {
  margin: 0px;
}

#bajada {
  margin-top: 25px;
}

/*
///////////////////////GALERIA BF THUMBS////////////////////////////////////
*/
/**
 * 6.6 Gallerybfthumbs
 * -----------------------------------------------------------------------------
 */

ul#galeriabfthumbs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul#galeriabfthumbs li {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 0px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
p.photo {
  margin: 0px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.botones-sociales {
  margin: 10px 0px 25px;
  height: 15px;
}

.facelikebtn {
  float: left;
  margin-right: 15px;
}

.twitterbtn.pull-left {
  float: left;
  margin-right: 15px;
}

.pintbtn.pull-left {
  float: left;
  margin-right: 15px;
}

.googleplusbtn.pull-left {
  float: left;
  margin-right: -20px;
}

/*
////////////////////////////HEADER///////////////////////////////////////
*/

.md-menu-icon-button {
  color: #fff;
}

.base-fab {
  position: absolute;
  right: 20%;
  bottom: -26px;
  z-index: 3;
  background: #795548 !important;
  color: black !important;
}

.base-mobile-title {
  display: none !important;
}



.base-header {
  overflow: visible;
}

.base-header .material-icons {
  color: #fff !important;
}

a#site-logo {
  padding: 10px;
  padding-left: 0px;
}


.container {
  margin-top: 10px;
  margin-bottom: 30px;
}

/*///////////MENU PRINCIPAL ////////////////////////*/
.base-navigation-container {
  direction: rtl;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 500px;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.base-navigation {
  direction: ltr;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.base-navigation .menu-item {
  display: inline-block;
  height: 64px;
  line-height: 68px;
  background-color: transparent !important;
  padding: 0px 10px;
  margin: 0px -3px;
}

.base-navigation .menu-item a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.base-navigation .current-menu-item,
.base-navigation .menu-item:hover {
  border-bottom: none;
  background-color: #1d2a30 !important;
}

.base-search-box.is-focused + .base-navigation-container {
  opacity: 0;
  width: 100px;
}

.base-search-box {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 16px;
  margin-right: 16px;
}

.base-more-button {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

/*///////////MENU PRINCIPAL LATERAL/////////////////////////*/
.base-drawer {
  border-right: none;
  background-color: #607d8b;
  width: 280px;
}

md-sidenav.base-drawer md-content {
  background-color: #607d8b;
}

md-sidenav.base-drawer ul {
  list-style: none;
  list-style-position: inside;
  padding: 0px;
}

.base-drawer .mdl-layout-title {
  position: relative;
  background: #1d2a30;
  height: 56px;
  color: #fff;
}
.base-drawer .mdl-layout-info {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  left: 15px;
  display: inline-block;
  padding-top: 10px;
}
.base-drawer .mdl-layout-info .material-icons {
  color: #fff;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 10px;
}
.base-drawer .mdl-layout-info .dato {
  color: #fff;
  position: relative;
  margin-top: -3px;
  display: inline-flex;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}
.base-drawer-separator {
  height: 1px;
  background-color: #1d2a30;
  margin: 8px 0;
}

.base-drawer li.page_item {
  list-style-type: none;
  display: block;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid;
}
.base-drawer li.page_item a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: block;
  width: 100%;
  height: auto;
  padding: 5px 0px;
  font-size: 14px;
  line-height: 28px;
}

/*/////////////////ZOCALO HEADER///////////////////////*/
.default.title {
  height: 55px;
  width: 100%;
  background-color: #1d2a30;
}
.home.title {
  height: 20px;
  width: 100%;
  background-color: #2b80c4;
}

.grabado-laser.title {
  height: 55px;
  width: 100%;
  background-color: #2c4ca4;
}
.tampografia.title {
  height: 55px;
  width: 100%;
  background-color: #3e8c33;
}
.serigrafia.title {
  height: 55px;
  width: 100%;
  background-color: #ec631c;
}
.grabado-bajo-relieve.title {
  height: 55px;
  width: 100%;
  background-color: #ff8400;
}
.tienda.title {
  height: 55px;
  width: 100%;
  background-color: #28a9e3;
}

#store_products {
  width: 100%;
}
#store_products .title {
  height: 55px;
  width: 100%;
  background-color: #28a9e3;
}
/*
////////////////////////////Table///////////////////////
*/
table {
  overflow: scroll;
}

table,
th,
td {
  border-collapse: collapse;
  padding: 5px;
}
table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
table tr:nth-child(even) {
  background-color: #ffffff;
}

table.md-data,
.md-data th,
.md-data td {
  /*border: 1px solid grey;*/
  border-collapse: collapse;
  padding: 5px;
}
table.md-data tr:nth-child(odd) {
  background-color: #f1f1f1;
}
table.md-data tr:nth-child(even) {
  background-color: #ffffff;
}

table.md-data,
.md-data th,
.md-data td {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  padding: 8px 5px;
  color: #616161;
  font-size: 14px;
  margin-bottom: 5px;
}
table.md-data td a {
  color: #616161;
  text-decoration: none;
}

/*.grabado-bajo-relieve.title h1,
.grabado-bajo-relieve.title h1{
color:#546970;
}*/

/*/////////////////////////CARD LITE ////////////////////////////*/
/* ============================ */
/*   Article Feature(Content)   */
/* ============================ */
#article md-content p {
  position: relative;
  text-align: left;
  padding: 10px;
  margin: 0px;
}
#article .ul-feature {
  position: relative;
  text-align: left;
  padding: 0px;
  margin: 0px;
}

#article .ul-feature li {
  list-style: none;
  padding: 13px 0;
  border-bottom: 1px solid #ddd;
  background: #eee;
}
#article .ul-feature li:last-child {
  border-bottom: none;
}

#article .ul-feature li span {
  font-weight: bold;
}

#article .ul-feature li p {
  margin: 0;
  font-size: 13.5px;
  padding: 0 20px;
  line-height: normal;
  text-align: center;
}

/* ///////////////Colappsable Buttons /////////////////*/
.expandcollapse-item {
  overflow: hidden;
}

.expandcollapse-heading-collapsed {
  cursor: pointer;
  /* padding: 0px 0px; */
  position: relative;
  z-index: 1;
  /* color: black; */
  /* background-color: white; */
}

.expandcollapse-item:first-of-type {
  border-top: 0px;
}

.expandcollapse-heading-collapsed p {
  margin: 0px;
}

.expandcollapse-heading-expanded {
  cursor: pointer;
  z-index: 10000;
  position: relative;
  /*border: 1px solid #607d8b;*/
}

.expandcollapse-heading-expanded p {
  margin: 0px;
}

.expandcollapse-heading-collapsed > span,
.expandcollapse-heading-expanded > span {
  position: absolute;
  top: 25px;
  right: 15px;
  line-height: 0px;
}

/*
animation:*/

.slideDown.ng-hide {
  height: 0;
  transition: height 0.35s ease;
  overflow: hidden;
  position: relative;
}

.slideDown {
  height: 70px;
  transition: height 0.35s ease;
  overflow: hidden;
  position: relative;
}

.slideDown.ng-hide-remove,
.slideDown.ng-hide-add {
  /* remember, the .hg-hide class is added to element
  when the active class is added causing it to appear
  as hidden. Therefore set the styling to display=block
  so that the hide animation is visible */
  display: block !important;
}

.slideDown.ng-hide-add {
  animation-name: hide;
  -webkit-animation-name: hide;

  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;

  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
}

.slideDown.ng-hide-remove {
  animation-name: show;
  -webkit-animation-name: show;

  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;

  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
}

/*
////////////////////////FOOTER////////////////////////////////////
*/
.footer {
  padding: 16px 40px;
  color: #ffffff;
  background-color: #1d2a30;
}
ul.footerlinks {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
}
ul.footerlinks li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
ul.footerlinks a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  float: left;
  border: 1px solid;
  padding: 5px 10px;
  margin-right: -1px;
  margin-top: -1px;
}

#footerdatos {
  font-size: 0.7em;
  padding: 5px 25px 0px 25px;
  color: #999;
  border-top: 1px solid #333;
  text-align: center;
  color: #fff;
  margin: 0px auto;
  clear: both;
}
#footerdatos a {
  color: rgb(3, 169, 244);
}
#footerdatos a:hover {
  color: white;
}

img.layout-align-gt-sm-start-center.layout-align-center-center {
  margin-left: -10px;
  width: 210px;
}

/* End Footer */

/*
 //////////////////POST//////////////////////////////
 */

h2.md-display-2 {
  line-height: 48px;
}

/*
 //////////////////ARTICULO//////////////////////////////
 */
/*
md-toolbar:not(.md-menu-toolbar) {
    background-color: transparent;
    color: #fff;
    height:45px;
    min-height:45px;
}*/

md-toolbar:not(.md-menu-toolbar) .md-toolbar-tools h2 {
  line-height: 24px;
}

.mdl-grid.articulo {
  padding: 0px;
}

.tabsdemoDynamicHeight md-content {
  background-color: transparent !important;
}

.tabsdemoDynamicHeight md-content md-tabs {
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
}

.tabsdemoDynamicHeight md-content md-tabs md-tabs-wrapper {
  background: white;
}

.tabsdemoDynamicHeight md-content h1:first-child {
  margin-top: 0;
}

/*////////////////TIENDA/////////////////////////*/
#toolbar-cart {
  padding: 0px;
  max-height: 80%;
}
#store_products {
  width: 100%;
}
#store_products .title {
  height: 55px;
  width: 100%;
  background-color: #28a9e3;
}

/*md-menu-content*/
.md-open-menu-container i.material-icons.ng-scope {
  vertical-align: middle;
}


/*
11.4 comments
*/
ul.comment-list {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

/*
11.5 puntos de venta
*/
#selector_localidad {
  position: absolute;
  top: 10px;
  right: 50px;
  width: 350px;
  height: 410px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

#selector_localidad h4 {
  padding-top: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
}

#map-list {
  list-style-type: none;
  width: 100% !important;
  display: block;
  padding: 10px;
  margin-left: -10px;
  margin-top: -5px;
}

#map-list li {
  width: 100%;
  height: 40px !important;
  display: block;
}

#map-list li a.boton-mapa {
  display: block;
  border-bottom: 1px solid #fff;
  margin-bottom: 12px;
}

#map-list li a.boton-mapa:hover {
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
}

a.boton-mapa.local {
  color: #000;
  margin-top: 10px;
  text-decoration: none;
}

a.boton-mapa.local .list-title {
  font-size: 18px;
}

.mdl-select__input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: 16px;
  text-align: left;
  color: #000;
}

#map_canvas {
  height: 610px !important;
}






#ofertero md-content.md-default-theme, md-content {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
}

#ofertero md-tabs-canvas {
  position: relative;
  overflow: hidden;
  display: block;
  height: 75px;
}
#ofertero md-pagination-wrapper {
  height: 75px;
}


.dialogdemoBasicUsage #popupContainer {
  position: relative;
}

.dialogdemoBasicUsage .footer {
  width: 100%;
  text-align: center;
  margin-left: 20px;
}

.dialogdemoBasicUsage .footer,
.dialogdemoBasicUsage .footer > code {
  font-size: 0.8em;
  margin-top: 50px;
}

.dialogdemoBasicUsage button {
  width: 200px;
}

.dialogdemoBasicUsage div#status {
  color: #c60008;
}

.dialogdemoBasicUsage .dialog-demo-prerendered md-checkbox {
  margin-bottom: 0;
}

/* =================== */
/*   Pricing Cards     */
/* =================== */
.pricing-card {
  position: relative;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  z-index: 1;
  border: 1px solid #ddd;
}

/* =================== */
/*   Pricing Header    */
/* =================== */
.pricing-header {
  position: relative;
  border-bottom: 1px solid #1976d2;
  margin: -1px;
  margin-bottom: 0;
  text-align: center;
  border-bottom: none;
  margin: 0;
  height: auto;
  background-color: #fff;
}

.pricing-header h5 {
  background: #2196f3;
  color: #fff;
  
  font-size: 16px;
  line-height: normal;
  margin: 0 auto;
  padding: 15px 20px;
  text-transform: uppercase;

  background: #fff;
  color: #424242;
  border-bottom: 1px solid #ddd;
}

.pricing-header p {
  margin: 0 auto;
  color: #fff;
  display: inline-block;
  font-style: italic;
}

/* =================== */
/*   Pricing Box       */
/* =================== */
.price-box {
  display: block;
  margin: 25px auto;
  position: relative;

  border-radius: 0;
  height: 100px;
  width: 100px;
  background-color: #fff;
}

.price-box:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.price-box .price {
  display: inline-block;
  font-family: roboto;
  position: relative;
  color: #616161;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2px;
}
.price-box .price.sm {
  font-size: 35px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2px;
}
.price-box .currency {
  font-size: 16px;
  font-weight: 300;
  left: -16px;
  line-height: inherit;
  position: absolute;
  top: 6px;
  letter-spacing: 0;
}

.price-box .plan {
  bottom: 8px;
  margin: 0;
  position: absolute;
  font-family: roboto;
  font-size: 11px;
  font-weight: 400;
  left: auto;
  left: calc(100% + 5px);
  right: 0;
  letter-spacing: 0px !important;
  text-transform: capitalize;
  text-align: left;
  line-height: normal;
  width: 50px;
}

/* ============================ */
/*   Pricing Feature(Content)   */
/* ============================ */
.pricing-feature {
  position: relative;
  text-align: center;
  font-size: 13px;
}

.pricing-feature li {
  list-style: none;
  padding: 13px 0;
  border-bottom: 1px solid #ddd;
  background: #eee;
}

.pricing-feature li:last-child {
  border-bottom: none;
}

.pricing-feature li span {
  font-weight: bold;
}

.pricing-feature li p {
  margin: 0;
  font-size: 13.5px;
  padding: 0 20px;
  line-height: normal;
  text-align: center;
}

/* ============================ */
/*   Pricing Footer             */
/* ============================ */
.pricing-footer {
  border-top: 1px solid #ddd;
  padding: 0 20px;
  height: 80px;
  -webkit-transition: height 0.2s linear 0s;
  transition: height 0.2s linear 0s;
  text-align: center;
}

.pricing-footer button {
  bottom: 0;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* =================== */
/*   Pricing Ribbons     */
/* =================== */
.ribbon {
  background: #222;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23), 0 1px 5px rgba(0, 0, 0, 0.16);
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  position: absolute;
  left: calc(100% - 110px);
  top: 70px;
  width: 35px;
  z-index: 10;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 100px;
  float: right;
  cursor: pointer;
}

.ribbon:hover {
  width: 90px;
}

.ribbon:hover span {
  visibility: visible;
  -webkit-transition: all 0.2s linear 0.18s;
  transition: all 0.2s linear 0.18s;
}

.ribbon span {
  top: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  float: left;
  visibility: hidden;
}

.ribbon i {
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  margin: 11px;
  z-index: 10;
  float: left;
}

/* ======================= */
/*   Pricing Comparison    */
/* ======================= */

.comparison-table [class*="col-"] {
  padding: 0;
  margin: -1px;
}
.comparison-table {
  margin: 0px auto;
  margin-left: 55px;
}

.comparison-table .pricing-col {
  padding: 20px 0;
}

.comparison-table.current {
  padding-left: 0;
  padding-right: 0;
}

.comparison-table .pricing-feature li {
  background: #fff;
  text-align: center;
}

.comparison-table .pricing-feature li i {
  line-height: normal;
}

.comparison-table .pricing-feature li span,
.comparison-table .pricing-feature li i {
  float: none;
}

.comparison-table .pricing-feature li:nth-child(2n + 1) {
  background: #eee;
}

.comparison-table .ribbon {
  left: calc(100% - 124px);
}

.list-feature {
  z-index: 0;
}

.list-feature .pricing-header {
  background: #fff !important;
  padding: 30px 15px;
  border-bottom-color: #ddd !important;
  text-align: center;
  margin-top: -2px;
}

.list-feature .pricing-header h5 {
  background: #fff !important;
  color: #424242;
  font-weight: 500;
  font-size: 39px;
  padding: 0;
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
}

.list-feature .pricing-header p {
  color: #444;
  margin-top: 5px;
}

.list-feature .pricing-feature {
  text-align: left;
}

.pricing-col {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-col:hover {
  padding-bottom: 0;
  padding-top: 0;
}

.pricing-col:hover > .pricing-card {
  top: 0px;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  z-index: 101;
}

.pricing-col:hover > .pricing-card .pricing-footer {
  height: 120px;
}

.pricing-col:hover > .pricing-card .pricing-footer button {
  bottom: -20px;
  position: relative;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.2s linear 0s;
}

.pricing-col.current {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.current {
  top: 0;
}

.current .pricing-card {
  z-index: 100;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
}

.current .pricing-footer {
  height: 120px;
}

.current .pricing-footer button {
  bottom: -20px;
  position: relative;
}

.current:hover {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  top: -20px;
}

.current:hover .pricing-footer {
  height: 120px;
}

.current:hover .pricing-footer button {
  bottom: -20px;
  position: relative;
}

.ribbon {
  top: 35%;
  right: -10px;
  left: auto;
  border-radius: 0;
}

.ribbon:after {
  border-right: 10px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.5);
  bottom: -7px;
  content: "";
  position: absolute;
  right: 0;
}

.opt1 .price {
  color: #2196f3;
}

.opt1 .plan {
  color: #757575;
}

.opt1 .ribbon {
  background-color: #2196f3;
  color: #fff;
}
.opt2 .price {
  color: #4caf50;
}

.opt2 .plan {
  color: #757575;
}
.opt2 .ribbon {
  background-color: #4caf50;
  color: #fff;
}
.opt3 .price {
  color: #f44336;
}

.opt3 .plan {
  color: #757575;
}
.opt3 .ribbon {
  background-color: #f44336;
  color: #fff;
}
.opt4 .price {
  color: #ffc107;
}

.opt4 .plan {
  color: #757575;
}
.opt4 .ribbon {
  background-color: #ffc107;
  color: #fff;
}

/* ======================= */
/*   Style-3               */
/* ======================= */

.style-3 .pricing-feature li {
  background: #f5f5f5;
}

.style-3 .pricing-feature li:first-child {
  border-top: 1px solid #ddd;
}

.style-3 .pricing-feature li:nth-child(2n + 1) {
  background: #eee;
}

.pricing-footer {
  background: #fff;
  padding: 15px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.style-3.comparison-table .list-feature .pricing-header h5 {
  margin-top: 0;
  border-bottom: none;
}

.style-3.comparison-table .pricing-feature li p,
.style-3.comparison-table .pricing-feature li i,
.style-3.comparison-table .pricing-feature li span {
  float: none;
}

.style-3 .pricing-footer .btn-act.btn-line {
  background: none;
  border-color: #2196f3;
  color: #2196f3;
}

.style-3 .pricing-footer .btn-act.btn-line:hover {
  background: #2196f3;
  border-color: #2196f3;
  color: #fff;
}

.style-3 .pricing-footer .btn-act.btn-bg {
  background-color: #2196f3;
  border-color: #2196f3;
}

.style-3 .pricing-footer .btn-act.btn-bg:hover {
  background: #212121;
  border-color: #212121;
}

/* ======================= */
/*   Style-3               */
/* ======================= */

/*
/////////////////////////CARD ARTICULOS////////////////////////////*/
/*md-card.md-articulo {
  height: 100%;
  margin: 0px;
  position: relative;
}*/
md-card.md-articulo .md-button {
  padding: 0px;
  margin: 0px;
}

md-card.md-articulo .md-button .md-headline {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  white-space: normal;
}

.md-articulo .md-button md-card-title {
  height: 50px;
}

.md-articulo .md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 16px;
  white-space: normal;
}

.md-articulo .pricing-card {
  border: none;
}

.md-articulo .pricing-header {
  border-bottom: none;
  margin: 0;
  padding-bottom: 5px;
  background: transparent;
}

.md-articulo .pricing-header h5 {
  background: #fff;
  color: #424242;
  border-bottom: 1px solid #ddd;
}

.md-articulo .price-box {
  border-radius: 0;
  width: 100%;
  height: auto;
  margin: -10px 0px 0px;
  font-size: 0px;
  background: transparent;
}
.md-articulo .price-txt {
  color: #616161;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.md-articulo .price {
  color: #616161;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  vertical-align: top;
  left: -13px;
}

.md-articulo .currency {
  top: 5px;
  font-size: 14px;
  left: -10px;
  font-weight: 300;
}
.md-articulo .plan {
  bottom: 5px;
  left: auto;
  margin: 0;
  left: calc(100% + 5px);
  font-weight: 400;
  font-size: 10px;
  width: 50px;
  text-align: left;
  line-height: normal;
}

.md-articulo .caption-box {
  font-size: 10px;
  padding-top: 0px;
  margin-top: 0px;
  line-height: 12px;
  text-transform: none;
}

.md-articulo.pricing-feature li {
  background: #f5f5f5;
}

.md-articulo .pricing-feature li:first-child {
  border-top: 1px solid #ddd;
}

.md-articulo .pricing-feature li:nth-child(2n + 1) {
  background: #eee;
}

.md-articulo .ribbon {
  top: 5%;
  right: -8px;
  left: auto;
  border-radius: 0;
}
.md-articulo .ribbon:hover {
  width: 120px;
}
.md-articulo .ribbon:after {
  border-right: 8px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.5);
  bottom: -7px;
  content: "";
  position: absolute;
  right: 0;
}
.md-articulo .ribbon span {
  width: 30px;
  overflow: hidden;
}
.md-articulo .ribbon:hover span {
  width: 70px;
  overflow: hidden;
}


.inputdemoIcons .inputIconDemo {
  min-height: 48px;
}
.inputdemoIcons md-input-container:not(.md-input-invalid) > md-icon.email {
  color: green;
}
.inputdemoIcons md-input-container:not(.md-input-invalid) > md-icon.name {
  color: dodgerblue;
}
.inputdemoIcons md-input-container.md-input-invalid > md-icon.email,
.inputdemoIcons md-input-container.md-input-invalid > md-icon.name {
  color: red;
}

/*Accordeon*/
h3.accordion {
  margin: 0;
}
.accordion a {
  padding: 10px;
  background: #ddd;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin-bottom: 1px;
}
.accordion-content {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 1px 0;
}

@media (max-width: 479px) {
  /* styles for mobile browsers smaller than 480px; (iPhone) */
  .comparison-table {
    margin: 0px auto;
    margin-left: 15px;
  }
}

@media (min-width: 480px) {
  /* default iPad screens */
  .comparison-table {
    margin: 0px auto;
    margin-left: 40px;
  }
}

/**** Mobile layout ****/
@media (max-width: 967px) {
  .base-logo-image {
    width: 200px;
  }
  .md-toolbar-tools {
    height: 64px;
    max-height: 64px;
  }
  .slick-prev {
    display: none !important;
  }

  .slick-next {
    display: none !important;
  }
  md-toolbar#top-nav {
    min-height: 64px;
  }

  #map_canvas {
    height: 470px;
  }
  #selector_localidad {
    position: absolute;
    top: 50px;
    right: 50px;
    width: auto;
    height: 358px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    left: 10px;
  }
  #selector_localidad h4 {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 900px) {
  .mdl-layout__drawer-button {
    display: none;
  }
}
