@import url(fonts/stylesheet.css);

h1,h2,h3,h4,h5,h6,
p,a,ul,li,div,section,article,header,footer {
    font-family: 'montserratregular', sans-serif;
}

/*------  normalize  -----*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'montserratregular', sans-serif;
    font-size: 62.5%;
}

body {
    margin: 0;
}

p {
    margin-bottom: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
input,
select,
textarea {
    max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}

fieldset > :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

/*-------- fin de normalize*/

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.hide {
  display: none;
}

.show {
  display: block !important;
}

.page-one-column .panel-content .wrap {
    width: 100%;
    max-width: 1200px;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
    margin-left: auto;
    margin-right: auto;
    max-width: inherit !important;
}

.custom-header {
    background: #fff;
}

#top-menu {
    font-size: 15px; 
}

.site-content-contain {
    background-color: #e4e5e7; 
}

.frs-caption-button a {
    background: #222328;
    padding: 15px 30px;
    color: #fff !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius:  25px;
}

.frs-caption-button a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

p.frs-caption-button.frs-buttonskin-black a span {
    padding: 0 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 11px;

}

/**** HEADER ****/

.site-branding {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.site-branding .wrap {
  text-align: center;
  position: relative;
}

.fb-logo-header {
  display: inline-block;
  background: url('../img/fb-hd.png') no-repeat;
  width: 30px;
  height: 30px;
}

.logo {
  display: block;
  background: url('../img/logo.jpg') no-repeat;
  width: 164px;
  height: 144px;
}

.contact-info-header {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.contact-info-header .info {
  font-size: 1.4rem;
  font-weight: 600;
}

.contact-info-header p {
  font-size: 2.2rem;
}

.contact-info-header p span {
  font-weight: 300;
}

.custom-header {
  margin-bottom: 0 !important;
}

.navigation-top a {
  font-family: 'montserratregular';
  font-size: 1.4rem;
}

/**** HEADER fin ****/

/***** HOME *****/
.box {
  display: inline-block;
  text-align: center;
  width: 33%;
}

.page-inicio .box {
  width: 32%;
}

.box .content {
  width: 270px;
  margin-right: 1%;
}

.page-inicio .box:nth-child(3) .content {
  margin-right: 0;
}

.box .content img {
  border-radius: 5px 5px 0 0;
  float: left;
}

.box h3 {
  font-weight: bold;
  background: #fff;
  padding: 20px;
  font-size: 1.3rem;
  color: #343e5c;
  padding: 20px;
}

.page-inicio .box .content .btn-black {
  width: 100%;
}

.page-inicio .box h3 {
  padding: 0;
}

.page-inicio .box a {
  width: 100%;
  padding: 20px;
  display: block;
}

.box-container {
    width: 76%;
    float: right;
    text-align: right;
}

.sidebar-home ul {
  list-style: none;
  margin-left: 0;
}

.sidebar-home .box {
  width: 25%;
}

/** slider **/

.slider-sombra {
  background: url('../img/bg-sombra.jpg') no-repeat bottom center;
  padding-bottom: 70px;
  width: 100%;
}

.frs-wrapper.frs-skin-default .frs-caption {
  padding: 30px 50px !important;
}

.frs-slideshow-container {
  margin-bottom: 0 !important;
}

.frs-slideshow-content .frs-caption h4, .frs-slideshow-content .frs-caption-inner h4 {
  font-size: 4.2rem !important;
  font-family: 'montserratblack';
  line-height: 5rem !important;
  text-shadow: 2px 2px 5px #000;
  width: 98%;
}

.frs-slideshow-content .frs-caption p, 
.frs-slideshow-content .frs-caption-inner p {
  color: #222328 !important;
  font-size: 1.6rem !important;
  font-family: 'montserratmedium';
}

.frs-slideshow-content p.frs-caption-button.frs-buttonskin-black {
  margin-top: 10px !important;
}

.frs-slideshow-content p.frs-caption-button.frs-buttonskin-black a span {
  font-size: 1.1rem !important;
  border: none !important;
}

p.frs-caption-button.frs-buttonskin-black a:hover span {
  background-color: #222328 !important;
}

/**** POPUP ****/

.popup-papeles-selection p.frs-caption-button.frs-buttonskin-black a {
  font-size: 1.1rem !important;
  padding: 10px 20px !important;
}

.theme-40 {
  border-radius: 5px !important;
}

/**** FOOTER ****/

.site-footer {
    background: #222328;
}

.site-footer .col-right {
    width: 30%;
    display: inline-block;
    padding-left: 32px;
}

.site-footer .col-left {
    width: 70%;
    float: left;
}

.site-footer .col-right p {
    color: #dadada;
    font-size: 1.4rem;
    font-family: 'montserratlight';
}
.site-footer .col-right span {
  font-family: 'montserratregular';
}

.site-footer .col-right a {
  color: #dadada;
  cursor: pointer;
}

.site-footer .col-right p.ft-phone {
  font-size: 2.4rem;
  border-bottom: 1px solid #2d2e33;
  color: #fff;
  margin-bottom: 10px;
}

.site-footer .col-right p.ft-phone span {
  font-family: 'montserratthin';
}

.site-footer .col-right p.ft-phone .facebook {
  background: url("../img/logo-footer.jpg") no-repeat;
  width: 9px;
  height: 18px;
  float: right;
  margin-top: 9px;
}

.btn-black {
  background: #222328;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 20px 0;
  border-radius: 5px;
  text-align: center;
  font-size: 1.6rem;
}

.btn-black:hover {
  color: #fff !important;
}

.btn-black {
  width: 30%;
  margin-right: 3%;  
}

.page-empresa .content-links {
  position: relative;
  height: 64px;
  margin-top: 25px;
}

.page-empresa .content-links a {
  position: absolute;
  font-size: 1.6rem;
}

.page-empresa .content-links a:first-child {
  left: 0;
}

.page-empresa .content-links a:nth-child(2) {
  left: 50%;
  margin-left: -16%;
}

.page-empresa .content-links a:last-child {
  right: 0;
}

.entry-content .sidebar-menu {
  float: left;
  width: 24%;
}

.entry-content .container-content {
  float: left;
  width: 76%;
  padding-left: 20px;
  font-size: 2.0rem;
}

.page-empresa .entry-content .container-content p {
  line-height: 2.4rem;
  margin-bottom: 15px;
}

/** menu-menu-lateral-container ****/
.menu-menu-lateral-container {
  background: #fff;
  border-radius: 5px;
}

.menu-menu-lateral-container a {
  text-decoration: none;
}

.menu-menu-lateral-container .menu li {
  padding: 0;
}

.menu-menu-lateral-container ul li {
  border: none ;
  position: relative;
}

.dashicons-arrow-right-alt2 .sub-menu {
  display: none;
}

.dashicons-arrow-down-alt2 .sub-menu {
  display: block;
}

.menu-menu-lateral-container .menu .menu-item:before {
    position: absolute;
    right: 0;
    top: 9px;
}

.menu-menu-lateral-container .menu-item a {
  font-size: 1.3em;
  color: #343e5c;
  display: block;
  padding: 10px 20px;
}

.menu-menu-lateral-container .menu-item .sub-menu a {
  font-size: 1.1rem;
  color: #a1a7bd;
  background: #f0f2f7;
  text-transform: uppercase;
}

.menu-menu-lateral-container .menu-item .sub-menu li {
  border-bottom: 1px solid #dfe4ee;
  margin-bottom: 1px;
}

.menu-menu-lateral-container .menu-item .sub-menu li:first-child {
  border-top: 1px solid #dfe4ee;
}

.menu-menu-lateral-container .menu-item .sub-menu li:last-child {
}

/** PAGINA DE PAPELES **/
.page-papeles .frs-caption-content {
    width: 45% !important;
}

.papeles-types {
  float: left;
  width: 70%;
}

.papeles-types:first-child {
  width: 30%;
  padding-right: 10px;
}

.papeles-types ul {
  list-style: none;
}

.papeles-types li {
  font-size: 1.6rem;
  font-family: 'montserratlight';
}

.papeles-types h3 {
  font-size: 3.9rem;
  border-bottom: 3px solid #222328;
  line-height: 3.6rem;
  padding-bottom: 10px;
  color: #222328;
}

.papeles-types .two-colm {
  float: left;
  width: 50%;
}

.lista-papeles li {
  display: inline-block;
  padding-bottom: 15px;
  box-sizing: border-box;
  margin-right: 8px;
  vertical-align: top;

}

.lista-papeles li:last-child {
  margin-right: 0;
}

.lista-papeles li .texto-pl {
  padding: 0 4px 0 12px;
}

.lista-papeles li p {
  font-size: 1.4rem;
}

.lista-papeles li p a {
  overflow: hidden;
  display: inline-block;
}

.lista-papeles li p a.change-papel {
  margin-bottom: 8px;
}

.lista-papeles li .papel-types {
  display: none;
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
}

.lista-papeles li .papel-types img {
  margin-bottom: 10px;
}

/*** pagina de productos *****/

.product-box {
  width: 32%;
  float: left;
  background: #fff;
  height: 520px;
  margin:  0 2% 30px 0;
  border-radius: 8px;
  overflow: hidden;
}

.product-right {
  margin-right: 0;
}

.product-box img {
  height: 193px;
}

.content-options {
  padding-left: 12px;
}

.content-options p strong {
  font-size: 1.4rem;
  font-family: 'montserratregular';
}

.content-options ul li {
  font-size: 1.6rem;
  line-height: 2.0rem;
  font-family: 'montserratlight';
}

.content-options ul li:before {
  content: ".";
  vertical-align: top;
  line-height: 13px;
}

.product-box p {
  font-size: 1.6rem;
  font-family: 'montserratlight';
  margin-top: 10px;
}

.product-box h3 {
  font-size: 3.9rem;
  margin-top: 0;
  margin-bottom: 0;
}

.product-box h3 span {
  font-size: 2.9rem;
}

/*** pagina de imprenta *****/

.imprenta-box {
  width: 32%;
  float: left;
  background: #fff;
  margin:  0 2% 30px 0;
  border-radius: 8px;
  overflow: hidden;
}

.last-right {
  margin-right: 0;
}

.bajada {
  padding: 15px 0 15px 15px;
  height: 290px;
  clear: left;
}

.bajada p {
  font-size: 1.6rem;
  padding-right: 15px;
  line-height: 2.0rem;
}

.bajada h3 {
  font-size: 2.8rem;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 18px;
  line-height: 2.8rem;
  padding-top: 5px;
}

.imprenta-box h2 {
  background: #222328;
  color: #f4f4f4;
  font-size: 3.9rem;
  font-weight: 500;
  margin-bottom: 0;
  padding: 12px 0 12px 12px;
}

.imprenta-box h2 span {
  font-size: 2.9rem;
  font-weight: normal;
}

.imprenta-box img {
  float: left;
}

.imprenta-box.last-right {
  margin-right: 0;
}

/*** pagina de contacto ****/
.fondo-b {
  text-transform: uppercase;
  background: #222328;
  color: #fff;
  font-size: 1.5rem;
  padding: 2px;
  font-family: 'montserratbold';
  margin-right: 4px;
}

.wpcf7,
#wpcf7-f119-p6-o1,
#wpcf7-f138-p6-o1 {
  float: right;
  width: 36%;
}

.content-description {
  width: 64%;
  float: left;
  padding-right: 15px;
  line-height: 2.4rem;
  font-size: 2.0rem;
}

.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input,
#wpcf7-f119-p6-o1 textarea,
#wpcf7-f119-p6-o1 select,
#wpcf7-f119-p6-o1 input,
#wpcf7-f138-p6-o1 textarea,
#wpcf7-f138-p6-o1 select,
#wpcf7-f138-p6-o1 input {
  font-size: 1.5rem;
  border: none;
  border-radius: 5px;
  background: #fff;
}

.wpcf7 .wpcf7-submit,
#wpcf7-f119-p6-o1 .wpcf7-submit,
#wpcf7-f138-p6-o1 .wpcf7-submit {
  width: 100%;
  background: #b4111f;
  font-weight: normal;
  text-align: left;
  margin-top: 30px;
}

.content-description .btn-black {
  width: 48%;
  margin-top: 20px;
}

.content-description .btn-black:nth-child(even) {
  margin-right: 0;
}

.wpcf7-form-control-wrap.consulta select {
  width: 100%;
  margin-bottom: 30px;
}

/*** pagina subir archivos ***/
.box-file {
  background: #222328;
  padding-left: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
} 

.box-file p {
  color: #fff;
  font-size: 1.5rem;
}

.img-content img {
  float: left;
  margin-right: 10px;
}

.img-content p {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.img-content p.orange {
  color: #ffc600;
}

.img-doble {
  max-width: 258px;
  margin-top: 20px;
}

.texto-principal {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.texto-principal span {
  font-size: 1.5rem;
}

@media screen and (min-width: 48em) {
/****** modificaciones generales ******/
    .wrap {
        max-width: 1200px;
    }

    .navigation-top {
      position: inherit;
    }
    
    .panel-content .wrap,
    .site-content {
      padding-top: 1.5rem;
    }
}


@media screen and (max-width: 1146px) {
  .product-box {
    height: 595px;
  }
  .page-inicio .box {
    width: 49%;
    margin-bottom: 20px;
  }
  
  .page-papeles .frs-caption-content,
  .frs-caption-content {
    width: 100% !important;
    padding: 0 !important;
  }

  .bajada {
    height: 440px;
  }
}

@media screen and (max-width: 820px) {
  .entry-content .sidebar-menu {
    float: none;
    width: 100%;
  }

  .site-footer .col-right,
  .site-footer .col-left,
  .box-container {
    width: 100%;
    float: none;
  }

  .entry-content .container-content {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .content-description,
  .wpcf7, #wpcf7-f119-p6-o1, 
  #wpcf7-f138-p6-o1 {
    float: none;
    width: 100%;
  }
 
}


@media screen and (max-width: 640px) {
  
  .product-box {
    width: 48%;
  }
  
  .product-right {
    margin-right: 2%;
  }
  
  .frs-caption.frs-caption-position-left {
    padding-top: 0;
  }
  
  .frs-slideshow-content .frs-caption h4,
  .frs-slideshow-content .frs-caption-inner h4 {
    font-size: 2.2rem !important;
    line-height: 4rem !important;
  }
  
  .papeles-types:first-child,
  .papeles-types {
    width: 100%;
    float: none;
  }

  .imprenta-box {
    width: 48%;
  }
  .imprenta-box img {
    width: 100%;
  }

  .imprenta-box.last-right {
    margin-right: 2%;
  }

  .bajada {
    height: 274px;
  }

  .box-break {
    clear: left;
  }

  .img-content img {
    float: none;
  }
  
}

@media screen and (max-width: 480px) {
  .product-box {
    width: 100%;
    text-align: center;
  }

  .product-box ul {
    list-style: inside disc;
  }

}



