/*
Theme Name: Coren
Theme URI:
Author: Adrian Caamano at Redegal
Author URI:
Description: Tema personalizado para Coren creado por Redegal.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-cabecera, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain:
*/

body {
  font-weight: 300;
  color: #5f5c5c;
  font-family: 'Roboto Slab'; }

a,
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
  color: #5f5c5c; }

p {
  font-size: 12px;
  line-height: 24px; }

.oculto{
  display: none;
}

.grid-sidebar.visible-sm.visible-md.visible-lg {
  visibility: hidden;
  margin-left: -8%;
}
.recetasidebar{
	visibility: visible !important;
    margin-left: 0 !important;
}
@media (min-width:860px){
  p {
    font-size: 14px;
  }
}
img {
	height: auto;
  max-width: 100%; }

iframe {
  max-width: 100%; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; }
  .responsive-video iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }

select,
input[type="file"],
input[type="tel"], input[type="text"],
input[type="email"], input[type="search"],
input[type="number"], input[type="password"] {
  height: 40px;
	color: #c5bdbd;
  padding: 0 20px;
  font-size: 12px;
  background: #fff;
  line-height: 40px;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #eae8e8;
  font-family: 'Montserrat Regular'; }

select:focus,
textarea:focus,
input[type="tel"]:focus, input[type="text"]:focus,
input[type="email"]:focus, input[type="search"]:focus,
input[type="number"]:focus, input[type="password"]:focus {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }


input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

select {
  color: transparent;
  padding: 0 20px 0 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-text-shadow: 0 0 0 #c5bdbd;
          text-shadow: 0 0 0 #c5bdbd; }
  select option {
    color: #c5bdbd; }

[class*="selector"] {
  position: relative; }
  [class*="selector"]:after {
    top: 0;
    right: 0;
    width: 40px;
    font-size: 11px;
    content: '\e874';
    line-height: 40px;
    position: absolute;
    text-align: center;
    pointer-events: none;
    font-family: 'Linearicons-Free'; }

textarea {
  width: 100%;
  resize: none;
	color: #c5bdbd;
  font-size: 12px;
  background: #fff;
	padding: 10px 20px;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #eae8e8; }

	input[type="checkbox"],
	input[type="radio"] {
	  display: none; }
	  input[type="checkbox"] + label,
	  input[type="radio"] + label {
			color: #c5bdbd;
			font-size: 11px;
	    cursor: pointer;
	    line-height: 18px;
	    padding-left: 30px;
	    position: relative;
	    display: inline-block; }
	    input[type="checkbox"] + label:before,
	    input[type="radio"] + label:before {
	      top: 0;
	      left: 0;
	      z-index: 1;
	      width: 18px;
	      content: '';
	      height: 18px;
	      display: block;
	      position: absolute;
	      background: #e6e6e6; }
	    input[type="radio"] + label:before {
	      -webkit-border-radius: 50%;
	              border-radius: 50%; }
	      input[type="radio"]:checked + label:after {
	        top: 4px;
	        left: 4px;
	        width: 10px;
	        z-index: 2;
	        content: '';
	        height: 10px;
	        display: block;
	        position: absolute;
					background: #a92121;
	        -webkit-border-radius: 50%;
	                border-radius: 50%; }
	      input[type="checkbox"]:checked + label:after {
	        top: 0;
	        left: 0;
	        z-index: 2;
	        width: 10px;
	        height: 10px;
					color: #a92121;
          font-size: 21px;
          font-weight: 100;
					content: '\f00c';
	        line-height: 18px;
	        position: absolute;
	        text-align: center;
          font-family: 'fontawesome'; }

.file-input {
  position: relative; }
  .file-input input {
    opacity: 0; }
  [class*="file-input_"] {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 40px;
    display: block;
  	color: #c5bdbd;
    font-size: 11px;
    background: #fff;
    line-height: 40px;
    position: absolute;
    padding: 0 20px 0 20px;
    border: 1px solid #eae8e8;
    font-family: 'Montserrat Regular'; }
    [class*="file-input_"] p {
      line-height: 40px;
      font-size: 11px; }
    [class*="file-input_"] span {
      top: 0;
      right: 0;
      color: #fff;
      height: 100%;
      padding: 0 20px;
      cursor: pointer;
      position: absolute;
      background: #eae8e8;
      text-transform: uppercase; }
      .file-input_with-file span {
        background: #c10c24; }

.btn {
	color: #fff;
	height: 40px;
  padding: 0 40px;
  line-height: 40px;
  background: #a92121;
  display: inline-block;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn:hover,
  .btn:focus {
    color: #fff; }
  .btn span {
    font-weight: 600; }

.enlace-total{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top:0px;
  
}


.container {
	width: 1336px;
	max-width: 100%; }

#map {
  }
  #map area {
    outline: 0; }
  #map br {
    display: none; }

.subtitulo-pagina {
  margin: 0;
  padding: 0;
  color: #912626;
  font-size: 24px;
  text-align: center;
  font-family: 'Montserrat Regular'; }
  .subtitulo-pagina span {
    position: relative;
    display: inline-block;
    max-width: -webkit-calc(100% - 170px);
    max-width:         calc(100% - 170px); }
    .subtitulo-pagina span:before,
    .subtitulo-pagina span:after {
        width: 0;
        top: 50%;
        height: 0;
        content: '';
        display: block;
        margin-top: -1.5px;
        position: absolute;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent; }
    .subtitulo-pagina span:before {
      left: -60px;
      border-right: 30px solid #912626; }
    .subtitulo-pagina span:after {
      right: -60px;
      border-left: 30px solid #912626; }


.seccion {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed; }
  .seccion h2 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat Regular'; }
  .seccion .row {
    position: relative; }
.text-scroll {
  top: 0;
  left: 0;
  overflow: auto;
  max-height: 100%;
  position: absolute; }
   [class*="col"] + .text-scroll {
    right: 0;
    left: auto; }

.migas-pan {
  background: none;
  padding-top: 40px;
  position: absolute;
}
  .migas-pan:after,
  .migas-pan:before {
    content: '';
    clear: both;
    display: table; }
  .migas-pan ul {
    margin: 0;
    padding: 0; }
  .migas-pan li {
    float: left;
    padding: 0 2px;
    color: #d8d3d3;
    font-size: 10px;
    list-style: none;
    text-transform: uppercase;
    font-family: 'Montserrat Regular'; }
    .migas-pan li a {
      color: #d8d3d3; }
    .migas-pan li:before {
      content: '/';
      margin-right: 2px; }
    .migas-pan li:first-child:before {
      content: '';
      margin-right: 0; }

.navigation.pagination {
  display: block;
  text-align: center; }
  .navigation.pagination h2 {
    display: none; }
    .navigation.pagination .nav-links .page-numbers {
      color: #912626;
      font-size: 12px;
      padding: 5px 10px;
      display: inline-block; }
      .navigation.pagination .nav-links .page-numbers.current {
        background: #eae8e8; }

.menu-anclas {
  top: 350px;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .menu-anclas ul {
    margin: 0;
    padding: 0; }
  .menu-anclas li {
    list-style: none; }
  .menu-anclas a {
    color: #c5bdbd;
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat Regular'; }
    .menu-anclas a:hover {
      color: #5f5c5c;
      border-bottom: 1px solid #5f5c5c; }

.quote {
  color: #912626;
  font-size: 22px;
  line-height: 30px;
  position: relative;
  text-align: center;
  padding: 60px calc(60px * 2);
  font-family: 'Montserrat Regular'; }
  .quote:before {
    left: 0;
    top: 75px;
    content: 'â€œ';
    color: #eae8e8;
    font-size: 220px;
    position: absolute; 
   display: none;
  }
  .quote:after {
    right: 0;
    content: 'â€';
    bottom: -25px;
    color: #eae8e8;
    font-size: 220px;
    position: absolute;   
    display: none;}

#area-newsletter {
  padding: 40px 0;
  text-align: center;
  background: #b81122; }
  #area-newsletter h2 {
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat Regular'; }
    #area-newsletter .form-group {
      width: 420px;
      margin-left: 7px;
      position: relative;
      display: inline-block;
      max-width: -webkit-calc(100% - 160px);
      max-width:         calc(100% - 160px); }
      #area-newsletter .form-group input {
        color: #fff;
        width: 100%;
        height: 47px;
        line-height: 47px;
        border: 3px solid #fff;
        background: transparent; }
        #area-newsletter .form-group input + button {
          border: 0;
          bottom: 0;
          color: #fff;
          right: 15px;
          z-index: 99;
          font-size: 11px;
          line-height: 47px;
          position: absolute;
          background: transparent;
          text-transform: uppercase;
          -webkit-border-radius: none;
          border-radius: none;
          font-family: 'Montserrat Regular'; }
  #area-newsletter .condiciones {
    width: 100%; }
    #area-newsletter .condiciones label,
    #area-newsletter .condiciones a {
      color: #fff;
      font-weight: 400; }
    #area-newsletter .condiciones input[type="checkbox"] + label:before {
      background: transparent;
      border: 3px solid #fff; }
    #area-newsletter .condiciones input[type="checkbox"]:checked + label:after {
      color: #fff; }

.post_titulo {
  color: #912626;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat Regular'; }
.post_subtitulo {
  color: #912626;
  font-size: 12px;
  line-height: 24px;
  font-family: 'Montserrat Regular'; }
p.post_subtitulo {
  display: inline-block;
}
.post_fecha,
.post_categoria,
.post_fuente {
  font-size: 11px;
  font-family: 'Montserrat Regular'; }
  .post_fecha:before,
  .post_categoria:before,
  .post_fuente:before {
    margin-right: 5px;
    font-family: 'fontawesome'; }
  .post_fecha:before {
    content: '\f133'; }
  .post_categoria:before {
    content: '\f02b'; }
  .post_fuente:before {
    content: '\f0f6'; }
.post_informacion {
  font-size: 12px;
  margin-bottom: 30px; }
.post_contenido {
  font-size: 12px;
  line-height: 30px; }

.widget-title {
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  padding-right: 40px;
  font-family: 'Montserrat Regular'; }
p.title-arch-receta,
p.title-index-blog{
  margin-top: 20px;
  margin-bottom: 10px;
}
  .widget-title:after {
    top: 0;
    right: 0;
    width: 40px;
    font-size: 9px;
    content: '\f067';
    text-align: right;
    line-height: 14px;
    position: absolute;
    font-family: 'fontawesome'; }
  .widget-title + ul {
    display: none; }
.widget li {
  font-size: 12px;
  list-style: none;
  margin-bottom: 10px;
  font-family: 'Montserrat Regular'; }

.div-table {
  width:auto;
  display: table; }
  .div-table-row {
    width:auto;
    clear:both;
    display: table-row; }
  .div-table-col {
    float:left;
    display: table-column; }
  .div-table-cell {
    display: table-cell;
    vertical-align: middle; }

.user-link {
  display: none; }
  .user-link a:before {
    margin-right: 5px;
    font-family: 'fontawesome'; }
    .user-link.log-in a:before {
      content: '\f007'; }
    .user-link.log-out a:before {
      content: '\f08b'; }
  body:not(.logged-in) .user-link.no-logged {
    display: block; }
  body.logged-in .user-link.need-logged {
    display: block; }

.owl-dots {
  left: 0;
  width: 100%;
  z-index: 99;
  bottom: 15px;
  text-align: center;
  position: absolute; }
  .owl-dots:after.
  .owl-dots:before {
    content: '';
    clear: both;
    display: table; }
  .owl-dots .owl-dot {
    height: 6px;
    width: 27.5px;
    margin: 0 7.5px;
    background: #c9bdbf;
    display: inline-block; }
    .owl-dots .owl-dot.active {
      background: #a92121; }

.owl-controls {
  }
  .owl-controls .owl-nav > div {
    top: 50%;
    z-index: 99;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .owl-controls .owl-nav > div.owl-prev {
      left: 25px; }
    .owl-controls .owl-nav > div.owl-next {
      right: 25px; }
    .owl-controls .owl-nav > div .fa {
      color: #fff;
      width: 55px;
      height: 55px;
      font-size: 18px;
      line-height: 57px;
      text-align: center;
      background: #c9bdbd;
      -webkit-border-radius: 50%;
              border-radius: 50%; }

.shortcode_get_post {
  }
  .shortcode_get_post .hentry {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid; }
    .shortcode_get_post .hentry:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
  .shortcode_get_post .type-post {
    }
    .shortcode_get_post .type-post ul {
      margin: 0;
      padding: 0; }
    .shortcode_get_post .type-post li {
      list-style: none;
      margin-right: 3px;
      padding-right: 5px;
      display: inline-block;
      border-right: 1px solid; }
      .shortcode_get_post .type-post li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0; }

#cabecera {
  color: #fff;
  height: 90px;
  z-index: 9999;
  position: relative;
  background: #c10c24; }
  .cabecera_logo h1,
  .cabecera_logo p {
    margin: 0;
    padding: 0; }
  .cabecera_toggle-menu {
    float: right;
    cursor: pointer; }
    .cabecera_toggle-menu .hamburger {
       width: 28px;
       height: 23px;
       float: left;
       margin-top: 27px;
       margin-right: 10px; }
       .cabecera_toggle-menu .hamburger span,
       .cabecera_toggle-menu .hamburger span:after,
       .cabecera_toggle-menu .hamburger span:before {
         content: "";
         height: 3px;
         width: 28px;
         display: block;
         background: #fff;
         border-radius: 1px;
         position: absolute;
         -webkit-transition: all 500ms ease 0s;
                 transition: all 500ms ease 0s; }
       .cabecera_toggle-menu .hamburger span:after {
         bottom: -8px; }
       .cabecera_toggle-menu .hamburger span:before {
         top: -8px; }
  .cabecera_menu {
    height: 100%;
   }
    .cabecera_menu ul {
      margin: 0;
      padding: 0; }
    .cabecera_menu li {
      margin: 0;
      padding: 0;
      list-style: none; }
      .cabecera_menu li ul {
        display: none; }
  #cabecera div[class*="menu-menu-principal"] a {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat Regular'; }
  .buscador {
    position: relative; }
    .error404 #singular .buscador {
      width: 480px;
      max-width: 95%;
      margin: 0 auto; }
  .buscador label {
    display: none; }
  .buscador input[type="text"] {
    border: 0;
    width: 100%;
    background: none;
    border-bottom: 2px solid #fff; }
    .error404 #singular .buscador input[type="text"] {
      border-bottom: 2px solid #c10c24; }
  .buscador input[type="submit"] {
    right: 0;
    bottom: 0;
    border: 0;
    font-size: 12px;
    background: none;
    line-height: 40px;
    position: absolute;
    text-transform: uppercase;
    font-family: 'Montserrat Regular'; }
    .error404 .buscador input[type="submit"] {
      color: 2px solid #c10c24; }

#contenido {
  }

#area-recetas {
  padding: 60px 0; }
  .area-recetas_contenido {
    margin: 60px 0 0;
    background: -moz-linear-gradient(left, #eae8e8 0%, #eae8e8 50%, #FFF 50%, #FFF 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #eae8e8), color-stop(50%, #eae8e8), color-stop(50%, #FFF) , color-stop(100%, #FFF)); }
    .area-recetas_contenido .div-table-col,
    .area-recetas_contenido .div-table-cell {
      width: 50%;
      text-align: center;
      position: relative;}
   .area-recetas_contenido .div-table-cell a.btn{
      right: 0;
      position: absolute;
      bottom: 0;
      margin-right: 10px;
      margin-bottom: 10px;
   }
  .area-recetas_contenido .div-table-cell .div-table-cell {
    padding: 10px 15px; }
  .area-recetas_titulo h3 {
    margin: 0;
    padding: 0;
    font-size: 16px; }
  .area-recetas_titulo img {
    margin: 10px 0; }
  .area-recetas_titulo p {
    font-size: 11px;
    font-style: italic; }
  .area-recetas_producto {
    background: #fff; }
  .area-recetas_criado-en,
  .area-recetas_imagen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .area-recetas_criado-en {
    height: 220px; }

#grid,
#singular {
  padding: 60px 0 60px; }
  #grid .subtitulo-pagina,
  #singular .subtitulo-pagina {
    clear: both;
    margin-bottom: 40px; }
  .grid_sidebar:before,
  .grid_sidebar + div:before,
  .singular_sidebar:before,
  .singular_sidebar + div:before {
    content: '';
    display: block;
    padding-top: 20px;
    border-top: 2px solid #eae8e8; }
  #grid .post,
  #singular .post,
  #grid .hentry {
    margin-bottom: 20px;
    border-bottom: 2px solid #eae8e8; }
  #grid .post_imagen,
  #grid .post_imagen + div {
    margin-bottom: 20px; }
  #grid .post_imagen img {
    width: 100%; }
  #grid .post_titulo,
  #singular .post_titulo {
    font-size: 18px;
    margin-top: 20px; }
  #grid .post_informacion,
  #singular .post_informacion {
    margin: 0;
    padding: 0; }
    #grid .post_informacion:after,
    #grid .post_informacion:before,
    #singular .post_informacion:after,
    #singular .post_informacion:before {
      content: '';
      clear: both;
      display: table; }
      #grid .post_informacion li,
      #singular .post_informacion li {
        float: left;
        padding: 0 5px;
        list-style: none; }
#singular .post {
  text-align: center; }
#singular .post_informacion {
  display: inline-block; }
#singular .post_titulo,
#singular .post_imagen {
  margin-bottom: 40px; }
#singular .post_contenido {
  text-align: left; }
#grid #carousel-recetas {
  margin-bottom: 60px; }
#singular {
  padding-top: 40px; }
#singular .post_subtitulo {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat Regular'; }

.search .hentry {
  font-family: 'Montserrat Regular'; }
.search .busqueda_titulo {
  font-size: 16px;
  text-transform: uppercase; }
.search .busqueda_resumen {
  margin: 0;
  margin-top: 10px; }

#pagina-singular {
  }
  #pagina-singular .titulo-pagina,
  .page-template-template-avisos .titulo-pagina{
    font-size: 30px;
    padding-top: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat Regular'; }
    #pagina-singular .titulo-pagina span,
    .page-template-template-avisos .titulo-pagina span {
      color: #d5be3d;
      display: block;
      font-size: 14px; }

  .page-template-template-avisos h2{
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Montserrat Regular';}

    .page-template-template-avisos p,
    .page-template-template-avisos ul li{
      font-size: 14px;
      /*text-transform: uppercase;*/
      font-family: 'Montserrat Regular';
      font-weight: 300;}

      .page-template-template-avisos .cabecera_menu ul li{
        list-style-type: none;
      }

      .page-template-template-avisos ul li{
        list-style-type: square
      }

      .page-template-template-avisos .container{
        padding-bottom: 40px;
      }
#imagend{
  background-size: cover;
}

#pre-footer {
  padding-bottom: 60px; }
  #pre-footer .full-banner {
    height: 316px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; }
    #pre-footer .full-banner .btn {
      left: 50%;
      bottom: 40px;
      position: absolute;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

#pie {
  color: #5f5c5c;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  background: #eae8e8;
  font-family: 'Montserrat Regular'; }
  #pie a {
    color: #5f5c5c;
    font-size: 11px;
    font-weight: 600;
    line-height: 60px;
    font-family: 'Montserrat Regular'; }
  #pie span {
    vertical-align: middle; }
  #pie ul {
    margin: 0;
    padding: 0; }
    #pie ul:after,
    #pie ul:before {
      content: '';
      clear: both;
      display: table; }
      #pie ul li {
        float: left;
        list-style: none; }
        #pie ul li a {
          padding: 0 5px; }
  .pie_logo,
  .pie_logo2,
  .pie_mas-enlaces,
  .menu-menu-pie-container,
  .menu-menu-pie-nav-container,
  .menu-menu-pie-nav-gallego-container,
  .menu-menu-pie-nav-footer-nav-menu-container
  {
    padding: 0 30px;
    display: inline-block;
    vertical-align: middle; }
  .menu-menu-pie-nav-footer-nav-menu-container{
    margin-top: -25px;
  }
  .menu-menu-pie-nav-footer-nav-menu-container a{
      border-left: 1px solid; 
  }
  .menu-menu-pie-nav-footer-nav-menu-container li:first-child a {
    border-left: 0px solid; 
  }
    .pie_logo img {
      height: 58px;
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 15px; }
  .pie_logo2 {
    text-transform: uppercase; }
  .pie_logo2 img {
    height: 22px;
    width: auto;
    margin-left: 5px; }
  .pie_logo2 img.premio-periodismo{
    height: auto;
    width: 110px;
  }
  .back-green {
    background: #29A348;
    border-radius: 3px 0 0px 3px;
}
.back-gray {
  background: #EAE8E8;
  padding: 6rem 10rem 7rem 8rem;
  border-radius: 0px 3px 3px 0px;
}

.pb-2 {
  padding-bottom: 2rem;
}
.text-gap {
  line-height: 2.5;
  padding-bottom: 10.5rem;

}@media(max-width: 1100px){
  .back-gray {
    padding: 2rem 3rem 3rem 3rem;
  }
  .text-gap {
    line-height: 2.5;
    padding-bottom: 6.5rem;
  }
  }
@media(max-width: 1275px){
  .pie_logo2 img {
    height: auto;
    width: 104px;
  }
  .pie_logo2 img.premio-periodismo{
    height: auto;
    width: 103px;
  }
}
@media(max-width: 1024px){
  .pie_logo2 img {
    height: auto;
    width: 104px;
  }
  .pie_logo2 img.premio-periodismo{
    width: 94px;
    height: auto;
  }
}
@media (min-width:1125px){
  .pie_logo2,
  .pie_logo {
    width: 26%
  }
  .menu-menu-pie-nav-container .pie_nav-menu,
  .menu-menu-pie-nav-gallego-container .pie_nav-menu {
    margin-top: -20px !important;
  }
  .pie_mas-enlaces {
    width: 46%;
  }
}
@media screen and (min-device-width: 1125px) and (max-device-width: 1290px){
  .pie_logo img {
    height: 47px;
  }
}
@media screen and (min-device-width: 850px) and (max-device-width: 1125px){
  .pie_logo img {
    height: 45px;
  }
  .pie_logo2,
  .pie_logo {
    width: 29%
  }
  .menu-menu-pie-nav-container .pie_nav-menu,
  .menu-menu-pie-nav-gallego-container .pie_nav-menu {
    margin-top: -20px !important;
  }
  .pie_mas-enlaces {
    width: 40%;
  }
}
  .pie_mas-enlaces {
    text-transform: uppercase; }
  .menu-menu-pie-container {
    padding: 0; }
    .menu-menu-pie-container a {
      text-transform: uppercase;
      border-left: 1px solid #5f5c5c; }
      .menu-menu-pie-container li:first-child a {
        border: 0; }
      .menu-menu-pie-container a:before {
        content: '\f109';
        margin-right: 5px;
        font-family: 'fontawesome'; }
  .menu-menu-pie-nav-container a,
  .menu-menu-pie-nav-gallego-container a {
    font-size: 9px;
    border-left: 1px solid #5f5c5c; }
    .menu-menu-pie-nav-container li:first-child a,
    .menu-menu-pie-nav-gallego-container li:first-child a {
      border: 0; }

    /* Modificaciones Slider Inicio*/

.btnsintitle{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

@media screen and (min-width: 768px) {
  #grid .derecha .post-thumbnail {
    float: right; } }

@media screen and (min-width: 992px) {
  .col-md-pull-right {
    right: 0;
    top: 20px;
    position: absolute; } }

@media screen and (min-width: 1345px) {
  #cabecera {
    top: 0;
    width: 100%;
    height: 90px;
    position: fixed; }
    #cabecera * {
      -webkit-transition: all 500ms ease 0s;
              transition: all 500ms ease 0s; }
    .cabecera_toggle-menu {
      display: none; }
    .cabecera_logo {
      width: 350px;
      z-index: 999;
      position: relative; }
    .cabecera_menu {
      text-align: center; }
      .cabecera_menu .cabecera_logo {
        display: inline-block !important; }
    #cabecera div[class*="menu-menu-principal"] {
      text-align: center;
      display: inline-block; }
    #cabecera ul.primary-menu {
      margin-left: -20px;
      margin-right: -20px;
      display: inline-block; }
      #cabecera ul.primary-menu:after,
      #cabecera ul.primary-menu:before {
        content: '';
        clear: both;
        display: table; }
    #cabecera ul.primary-menu > li {
      float: left;
      padding: 0 20px; }
      #cabecera ul.primary-menu > li > a {
        height: 90px;
        color: #f1f1f1;
        line-height: 90px;
        display: inline-block; }
        #cabecera ul.primary-menu > li:not(.user-link) > a:hover {
          border-bottom: 10px solid #fff; }
        #cabecera ul.primary-menu > li.user-link > a {
          color: #c6c6c6;
          font-size: 10px; }
        #cabecera ul.primary-menu > li.user-link {
          padding: 0 5px; }
          #cabecera ul.primary-menu > li.user-link + li.user-link:before {
            content: '|';
            color: #f1f1f1;
            margin-right: 8px; }
      #cabecera ul.primary-menu > li ul {
        top: 90px;
        left: 0;
        width: 100%;
        position: fixed;
        background: #fff;
        padding: 55px 0px 40px;
        border-bottom: 5px solid #cdb740; }
        #cabecera ul.primary-menu > li ul h2 {
          color: #5f5c5c;
          font-size: 24px;
          text-transform: uppercase;
          font-family: 'Montserrat Regular'; }
        #cabecera ul.primary-menu > li ul li {
          margin: 0 25px;
          display: inline-block; }
        #cabecera ul.primary-menu > li ul a {
          color: #aa4f4f;
          font-size: 12px; }
        #cabecera ul.primary-menu > li ul li.btn-menu {
          left: 50%;
          bottom: 0;
          margin: 0;
          position: absolute;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
          #cabecera ul.primary-menu > li ul li.btn-menu a {
            color: #fff;
            height: 40px;
            padding: 0 40px;
            line-height: 40px;
            background: #cdb740;
            display: inline-block; }
        #cabecera ul.primary-menu > li.submenu-type-1 ul li.is-image {
          display: block;
          margin-top: 30px; }
        #cabecera ul.primary-menu > li.submenu-type-2 ul {
          min-height: 335px; }
          #cabecera ul.primary-menu > li.submenu-type-2 ul li:not(.is-image) {
            margin: 0;
            width: 50%;
            float: left; }
            #cabecera ul.primary-menu > li.submenu-type-2 ul li:not(.is-image):nth-child(2n) {
              text-align: right;
              padding-right: 140px; }
            #cabecera ul.primary-menu > li.submenu-type-2 ul li:not(.is-image):nth-child(2n+1) {
              text-align: left;
              padding-left: 140px; }
            #cabecera ul.primary-menu > li.submenu-type-2 ul li:not(.is-image) a {
              line-height: 40px; }
          #cabecera ul.primary-menu > li.submenu-type-2 ul li.is-image {
            left: 50%;
            margin: 0;
            top: 115px;
            position: absolute;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); }
    #cabecera .buscador {
      top: 50%;
      width: 200px;
      position: absolute;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
            }
  #cabecera.sticky {
    height: 60px; }
    #cabecera.sticky ul.primary-menu > li > a {
      height: 60px;
      line-height: 60px; }
    #cabecera.sticky .cabecera_logo img {
      height: 80px; }
    #cabecera.sticky ul.primary-menu > li ul {
      top: 60px; }

  #pagina {
    padding-top: 90px; }

  .admin-bar #cabecera {
    top: 32px; }
    .admin-bar #cabecera ul.primary-menu > li ul {
      top: 122px; }
    .admin-bar #cabecera.sticky ul.primary-menu > li ul {
      top: 92px; } }

@media screen and (max-width: 1400px) {
  #cabecera ul.primary-menu {
    margin-left: -15px;
    margin-right: -15px; }
    #cabecera ul.primary-menu > li {
        padding: 0 15px; } }

@media screen and (max-width: 1336px) {
  .container {
    padding: 0 15px; } }

@media screen and (max-width: 1344px) {
  body #pagina {
    right: 0;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
            transition: all 500ms ease 0s; }

  #cabecera {
    height: 58px; }
  .cabecera_logo {
  float: left;
  width: 225px;
  position: absolute;
  display: none !important;}
  .cabecera_menu {
  height: 100%;
  width: 280px;
  right: -280px;
  overflow: auto;
  position: fixed;
  padding: 0 15px;
  background: #c10c24;
  -webkit-transition: all 500ms ease 0s;
          transition: all 500ms ease 0s; }
  .cabecera_menu li > a {
    color: #f1f1f1;
    display: block;
    padding: 0 20px;
    line-height: 58px;
    border-bottom: 1px solid #a92121; }
  .cabecera_menu li > ul h2,
  .cabecera_menu li > ul .is-image {
    display: none; }
  .cabecera_menu li.menu-item-has-children {
    position: relative; }
    .cabecera_menu li.menu-item-has-children:after {
      top: 0;
      right: 0;
      width: 40px;
      font-size: 11px;
      content: '\e874';
      font-weight: 600;
      line-height: 58px;
      position: absolute;
      text-align: center;
      pointer-events: none;
      font-family: 'Linearicons-Free'; }
  .cabecera_menu li > ul {
    padding: 10px 0;
    border-bottom: 1px solid #a92121; }
    .cabecera_menu li > ul a {
      line-height: 30px;
      border-bottom: 0; }
  #cabecera ul.primary-menu > li.user-link.search-box {
    display: none; }
  #cabecera .buscador {
    margin: 10px 0 20px;
    position: relative; }

  body.open #pagina {
    right: 280px;
    overflow-y: hidden; }
  body.open .cabecera_menu {
    right: 0; } }
@media screen and (max-width: 767px) {
  .btn {
    padding: 0 20px; }
  #grid,
  #singular {
    padding: 30px 0; }
  .seccion {
    margin-bottom: 30px;
    padding-bottom: 15px; }
  .quote {
    padding: 65px 30px; }
  [class*="col"] + .text-scroll {
    padding: 15px 15px 0;
    position: relative; }
  #cabecera div[class*="menu-menu-principal"] a {
    font-size: 11px;
    line-height: 48px; }
    .cabecera_menu li.menu-item-has-children::after {
      line-height: 48px; }
  #area-newsletter {
    padding: 20px 0; }
  #area-recetas {
    padding: 30px 0; }
    .area-recetas_contenido {
      margin: 30px 0 0;
      background: #eae8e8; }
    .area-recetas_contenido .div-table-col,
    .area-recetas_contenido .div-table-cell {
      width: 100%; }
    .area-recetas_contenido .div-table-cell {
      display: block; }
      .area-recetas_contenido .div-table-cell.area-recetas_criado-en {
        display: none; }
  #pre-footer {
    padding-bottom: 30px; }
  #pie {
    padding: 15px 0;
    text-align: center; }
    #pie a {
      font-size: 9px;
      line-height: 20px; }
  .pie_logo,
  .pie_logo2,
  .pie_mas-enlaces,
  .menu-menu-pie-container,
  .menu-menu-pie-nav-container,
  .menu-menu-pie-nav-gallego-container {
    padding: 0 15px;
    margin-bottom: 20px; }
  .div-table {
    width:100%;
    }
}
@media screen and (max-width: 850px) {
  .pie_logo2,
  .pie_logo {
    width: 100%
  }
  .pie_mas-enlaces .menu-menu-pie-container {
    margin-bottom: 0;
  }
  .pie_mas-enlaces {
    width: 100%;
  }
}
#pagina_formacion {
      padding-top: 30px;
}
.seccion_formacion {
margin-bottom: 30px;
padding-bottom: 30px;
}
.subir_boton_promocion .btn {
  height: 60px;
  line-height: 60px;
}
.rsc_banners_banner a {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 987987987;
}
.promocion_contenido .row {
  padding-bottom: 40px;
}
.padding-top-btn {
    padding-top: 20px;
}
.btn.small_btn {
  font-size: 12px;
  height: 25px;
  padding: 0 10px;
  line-height: 25px;
  margin-left: 12px;
}
#cn-notice-text {
  font-weight: 300;
  font-family: 'Roboto Slab';
}
#cn-notice-text a {
  cursor: pointer;
}
a.btn_slide {
  display: none;
}
@media (max-width:600px){
  .contenido-imagen {
    width: 90%;
  }

  a.btn_slide {
      width: 100%;
      text-align: center;
      background: #a92121;
      display: inline-block;
      color: #fff;
      font-family: Roboto Slab;
      font-size: 15px;
      font-weight: 400;
      padding: 10px;
  }
  #area-carousel .contenido-imagen a.btn {
    display: none;
  }

}
@media screen and (min-width: 767px) {
  .btn-recepy-second {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .btn-recepy-first {
    display: none;
  }
  .area-recetas_contenido .div-table-cell a.btn {
    position: relative;
  }
}

.sub-subcategory {
  color: #f8bd0b;
}


/*PUNTOS DE VENTA - FROM - IPM*/
.area-puntosdeventa_contenido{
  margin-top: 30px;
}
.area-puntosdeventa_contenido .div-table{
  margin: 0 auto;
}
.area-puntosdeventa_contenido #puntosdeventa_productos option.option_prod{
  display: none;
}
.area-puntosdeventa_contenido form input#puntodeventa_cp{
  border: 2px solid #A4A19A;
  padding: 0px 10px;
  min-width: 190px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 36px;
  color: #7c7c7c;
  text-shadow: none;
  vertical-align: top;
  background-color: #fff;
}
.area-puntosdeventa_contenido form select{
  font-size: 12px;
  line-height: 36px;
  height: 36px;
  min-width: 190px;
  color: #7c7c7c;
  padding: 0px 10px 0 10px;
  border: 0px;
  background-color: #fff;
  z-index:1;
}
.area-puntosdeventa_contenido form select::-ms-expand {
    display: none;
}

.area-puntosdeventa_contenido form .select-container{
  margin-right: 20px;
  font-size: 12px;
  line-height: 36px;
  display: inline-block;
  background-color: #fff;
  height: 40px;
  overflow: hidden;
  background: url(./images/select-flecha.jpg) no-repeat right #fff;
  background: none \9;
  border: 2px solid #A4A19A;
}
.ie9 .area-puntosdeventa_contenido form .select-container{
  background: #fff;
}
.area-puntosdeventa_contenido form .select-container select {
  background: transparent;
  padding: 0px 35px 0px 5px;
  font-size: 12px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 36px;
  -webkit-appearance: none;
  width: 100%;
}
.ie9 .area-puntosdeventa_contenido form .select-container select{
  padding-right: 0;
}
.area-puntosdeventa_contenido form input#puntodeventa_cp::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7c7c7c;
}
.area-puntosdeventa_contenido form input#puntodeventa_cp::-moz-placeholder { /* Firefox 19+ */
  color: #7c7c7c;
  opacity: 1;
}
.area-puntosdeventa_contenido form input#puntodeventa_cp:-ms-input-placeholder { /* IE 10+ */
  color: #7c7c7c;
}
.area-puntosdeventa_contenido form input#puntodeventa_cp:-moz-placeholder { /* Firefox 18- */
  color: #7c7c7c;
}
.area-puntosdeventa_contenido form .consultar_puntosventa{
  border: 0px;
  background: #A92121;
  text-transform: uppercase;
  padding: 10px 50px;
  line-height: 20px;
  vertical-align: top;
  color: #fff;
}
.area-puntosdeventa_contenido .introduce-cp{
  font-family: "DancingScript-Regular";
  font-size: 26px;
  margin-top: 20px;
}
.area-puntosdeventa_contenido .introduce-cp:after{
  content: url("./images/flecha.png");
  display: inline-block;
  padding-left: 15px;
}
@media(max-width: 1024px){
  .area-puntosdeventa_contenido .introduce-cp{
    display: none;
  }
  .area-puntosdeventa_contenido form .select-container,
  .area-puntosdeventa_contenido form input#puntodeventa_cp,
  .area-puntosdeventa_contenido form .consultar_puntosventa{
    width: 40%;
  }
  .area-puntosdeventa_contenido form #select-articulo-wrapper{
    margin-right: 0;
  }
  .area-puntosdeventa_contenido form .select-container{
    margin-bottom: 10px;
  }
}
@media(max-width: 767px){
  .area-puntosdeventa_contenido form .select-container,
  .area-puntosdeventa_contenido form input#puntodeventa_cp,
  .area-puntosdeventa_contenido form .consultar_puntosventa{
    width: calc(50% - 20px);
  }
}
@media(max-width: 500px){
  .area-puntosdeventa_contenido form .select-container,
  .area-puntosdeventa_contenido form input#puntodeventa_cp,
  .area-puntosdeventa_contenido form .consultar_puntosventa{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.logo_responsive {
    display: none;
}

@media (max-width: 1345px) and (min-width: 8px){
  .logo_responsive {
      display: block!important;
  }
}

@media (min-width: 1345px){
    .logo_responsive_right {
        display: none!important;
  }
}

.btn_row{
  left: 15px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 10px;
}

.link_url{
  padding-left: 12px;
  padding-right: 12px;
}


/* Viña costeira */

.superior_pro_img_vina{
  background-image: url(/wp-content/uploads/2019/05/Landing-escritorio-bg.jpg);
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 35%;
  width: 100%;
}

.bloques_centro_vina{
font-family: 'Montserrat Regular';
  padding: 40px 40px 40px 40px;
  margin-right: 0px;
  -webkit-box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.33);
  box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.33);
  font-size: 17px;
  vertical-align: middle;
  min-height: 175px;
background-color:white;
border-radius:4px;
}
.part_div_bot_vina{
  text-align:center;
  margin-top: 30px;
}
.participa_boton_vina{
  background-color: #1e120d;
  padding: 15px 40px 10px 40px;
border:2px solid white;
  color: white;
 font-size: 25px;
font-family:'BebasNeueBold';
}

.participa_boton_vina:hover{
  color: white;
}
.subti_poromo_vina{
font-family: 'BebasNeueBold';
  text-align: center;
  margin-top: -280px;
  font-size: 50px;
  padding-left: 7%;
  padding-right:7%;
  color: #fff;
}
.subti_poromo_vina span{
color:#1e120d;
background-color: white;
padding-top:10px;
padding-left:5px;
margin-right:5px;
padding-bottom:0px
}
.subti_down_poromo_vina{
color: white;
font-size: 20px;
text-align:center;
margin-top: 0px;
font-family: 'Montserrat Regular';
}
.bloques_centro_vina{
margin-top: -80px;
text-align: center;
color:#1e120d;

}
.bot-logo-vina{
margin-top:70px;
}
.text_final_vina{
float: left;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
  padding-top: 10px;
font-weight:400;
}
.text_final_vina a{
text-decoration: underline;
}
.promo_footer_izq_vina{	
text-align: center;
}
.promo_footer_der_vina{
 text-align: center;
}
.formulario_pro_vina .wpcf7-file{
  color: #1e120d;
  line-height: 0px;
  padding-top: 11px;
  padding-left: 147px;
  background-color: white;
  border: 0;
}
.formulario_pro_vina .wpcf7-file:before {
     font-family: 'BebasNeueBold';
  left: 0px;
  content: "SUBE TU TICKET";
  display: block;
  width: 268px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  position: absolute;
  bottom: 0;
  color: white;
  font-size: 14px;
  background-color: #1e120d;
  border-radius: 4px;
  letter-spacing: 1px;

}
.formulario_pro_vina .wpcf7-form-control-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1e120d;
}
.formulario_pro_vina .wpcf7-form-control-wrap input::-moz-placeholder { /* Firefox 19+ */
  color: #1e120d;
}
.formulario_pro_vina .wpcf7-form-control-wrap input:-ms-input-placeholder { /* IE 10+ */
  color: #1e120d;
}
.formulario_pro_vina .wpcf7-form-control-wrap input:-moz-placeholder { /* Firefox 18- */
  color: #1e120d;
}

.formulario_pro_vina .wpcf7-form-control-wrap input[type="text"]{
padding-left:0px;
padding-right:0px;
border: 0;
border-bottom:1px solid;
margin-bottom:10px;
color:#1e120d;
}
.formulario_pro_vina .wpcf7-form-control-wrap input[type="email"]{
padding-left:0px;
padding-right:0px;
border: 0;
border-bottom:1px solid;     margin-bottom:10px;
color:#1e120d;
}
.formulario_pro_interior{
background:white;
padding:20px;
-webkit-box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.33);
  box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.33);
  font-size: 17px;
border-radius: 5px;
}
.superior_pro_img_vina_form {
background-image: url(/wp-content/uploads/2019/05/Landing-tablet-bg.jpg);
height: auto;
background-size: cover;
background-repeat: no-repeat;
padding-top:47.25%;
width: 100%;
}
.form_submit_bottom{
text-align: center;
position: absolute;
bottom: -145px;
}
.form_vina_gen{
margin-top:-150px;
}
.form_submit_bottom input{
 background-color: #1e120d;
 padding: 10px 40px 5px 40px;
 border: 2px solid white;
 color: white;
  font-size: 25px;
font-family: 'BebasNeueBold';
}
.superior_pro_img_vina_form .text_final_vina{
    margin-top: 230px;
} 



.superior_pro_img_vina_form .subti_poromo_vina{
margin-top: -300px;
}
.superior_pro_img_vina_form .aceptance-submit a {
text-decoration:underline;
}
.superior_pro_img_vina_form .aceptance-submit label{
font-weight: 300;
}
.subti_down_poromo_vina_menor{
font-size:20px;
}
.cuantas_mas{
  font-family: 'Montserrat Regular';
font-size: 19px;
line-height: 33px;
    text-transform: none;
}
.formulario_pro_vina .aceptance-submit{
font-family: 'Montserrat Regular';
margin-top: 13px;
font-size: 14px;
}
#pfcf-popup a.close {
  line-height: 1;
  font-size: 2.5em;
  position: absolute;
  top: 1%;
  right: 2%;
  text-decoration: none;
  color: inherit;
}

@media (max-width: 1024px) { 
.superior_pro_img_vina{
background-image: url(/wp-content/uploads/2019/05/Landing-tablet-bg.jpg);
   height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 45.85%;
  width: 100%;
}
.bloques_centro_vina{
  font-size:13px;
}
.formulario_pro_vina .wpcf7-form-control-wrap input[type="text"], .formulario_pro_vina .wpcf7-form-control-wrap input[type="email"]{
  max-width: 100%;
}

}

@media (max-width: 768px) { 

.superior_pro_img_vina{
background-image: url(/wp-content/uploads/2019/06/Landing-mobile-bg2-2.jpg);
   height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.subti_down_poromo_vina_menor{
  margin-bottom:130px;
}

.subti_poromo_vina {

  margin-top: -154px;
  padding-left: 0%;
  padding-right: 0%;
}
.bloques_centro_vina{
  margin-top:0px;
padding: 20px 20px 20px 20px; 
}
.formulario_pro_vina .wpcf7-file{
padding-left: 20px;
}
.superior_pro_img_vina_form{
  background-image: url(/wp-content/uploads/2019/05/Landing-tablet-bg.jpg);
  padding-top: 0;
}
.formulario_pro_vina .wpcf7-file:before{
  width: 140px;
}
.superior_pro_img_vina_form .subti_poromo_vina{
margin-top: 180px;
}
}

@media (max-width: 480px) { 
.superior_pro_img_vina_form{
  background-image: url(/wp-content/uploads/2019/06/Landing-mobile-bg2-2.jpg);
  padding-top: 0;
  background-size: 100%;
}
.superior_pro_img_vina{
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 45.85%;
  width: 100%;
}

.subti_poromo_vina {
  padding-left: 0%;
  padding-right: 0%;
  margin-top: -100px;
}
.bloques_centro_vina{
font-size: 12px;
  min-height: 100px;
  margin-bottom: 10px;
}
.subti_down_poromo_vina{
  font-size: 19px;
}
.subti_down_poromo_vina_menor{
    font-size: 15px;
  margin-bottom: 30px;
}
.bot-logo-vina {
  margin-top: 0px;
}
.part_div_bot_vina {
  text-align: center;
  margin-top: 10px;
}
.text_final_vina {
  margin-top: 46px;
  margin-bottom: 10px;
  padding-top: 0px;
}
.formulario_pro_vina .wpcf7-file{
  font-size:10px;
  padding-left: 12px;
  
}
.formulario_pro_vina .wpcf7-file:before{
  width: 115px;
}
.formulario_pro_interior{
  padding: 15px;
}
.promo_footer_der_vina{
  margin-top: 0px;
}
.form_submit_bottom{
  position: relative;
  bottom: 0px;
}
.superior_pro_img_vina_form .subti_poromo_vina {
   margin-top: 39px;
   margin-bottom: 160px;

}
.superior_pro_img_vina_form .text_final_vina {
margin-top:37px;
}
}
@media (max-width: 360px) {
.formulario_pro_vina .wpcf7-form-control-wrap input[type="text"],    .formulario_pro_vina .wpcf7-form-control-wrap input[type="email"]{
  max-width:100%;
}
.formulario_pro_vina .wpcf7-file{
  font-size:8px;
}
.formulario_pro_vina .wpcf7-file:before{
  width:100px;
}
.form_submit_bottom input{
  font-size:20px;
}
.subti_down_poromo_vina {
  font-size: 17px;
}
.subti_poromo_vina{
  font-size: 33px;
}
}

/* Fin Viña costeira */

/* Viaje a Galicia*/

@font-face {
	font-family: 'BlendaScript';
    src: url('fonts/original_Blenda_Script.eot?#iefix') format('embedded-opentype'), 
         url('fonts/original_Blenda_Script.woff') format('woff'),
         url('fonts/original_Blenda_Script.ttf') format('truetype'),
         url('fonts/original_Blenda_Script.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.pagina-contacto_formulario .wpcf7-list-item-label{
	display:none
}
.promo_form{
margin: 0 auto;
display: table;
position: relative;
}
h2.sigue_partici{
    font-family: 'BlendaScript', sans-serif;
    text-transform: initial;
    line-height: 27px;
}
#pfcf-popup .modal-body{
    padding: 1em 1.5em;
}
#pfcf-popup a.close {
    line-height: 1;
    font-size: 32px;
    position: absolute;
    top: 2%;
    right: 2%;
    text-decoration: none;
    color: black;
    opacity: 1;
    font-weight: 100;
}
.formulario_pro_galicia  input[type="tel"], .formulario_pro_galicia input[type="text"], .formulario_pro_galicia input[type="email"], .formulario_pro_galicia input[type="number"], .formulario_pro_galicia input[type="password"] {
  width: 96%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.33);
    border-radius: 0;
    padding: 13px;
    color: #383838;
    font-size: 15px;
}
.formulario_pro_galicia a {
text-decoration: underline;
}
.formulario_pro_galicia .btn-primary{
    border: none;
    background-color: #9d1919;
    color: white;
    position: absolute;
    bottom: -88px;
    height: 53px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 20px;
    margin-left: -90px;
    font-family:'BlendaScript', Sans-Serif;
}
.formulario_pro_galicia .btn-primary:hover{
    background-color: #9d1919;
    color: white;
    font-size: 20px;
    border:none;
}
.formulario_pro_galicia .wpcf7-file{
    color: #383838;
    line-height: 49px;
    padding-top: 10px;
    padding-left: 20px;
    background-color: white;
}

.formulario_pro_galicia .wpcf7-file:before {
    left: 0px;
    content: "SUBE TU TICKET";
    display: block;
    width: 142px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 13px;
    background-color: #383838;
}
.general_background_autentico input[type=checkbox], .general_background_autentico input[type=radio] {
  display: block;
    box-sizing: border-box;
    background: white;
    font-size: 30px;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    float: left;
    margin-right: 10px;
}
.page-id-1307 h1.titulo-pagina{
display:none;
}
.bloques_centro{
font-family: 'Montserrat Regular';
    padding: 40px 40px 40px 40px;
    margin-right: 41px;
    -webkit-box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.33);
    font-size: 17px;
    vertical-align: middle;
    min-height: 177px;
}
.bloques_centro:after{
    display: inline-block;
    transform: rotate(-90deg);
    width: 45px;
    height: 45px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    content: '';
    background-color: #9d1919;
    position: absolute;
    top: -6px;
    right: 45px;
}
.bloques_centro a{
text-decoration:underline;
}

.numero_etapa{
   color: white;
    position: absolute;
    right: 63px;
    top: -2px;
    z-index: 99999;
    font-weight: 900;
    font-size: 25px;
}
.part_div_bot{
    text-align:center;
}
.participa_boton{
    background-color: #9d1919;
    padding: 15px 50px 15px 50px;
    color: white;
    font-size: 20px;
    font-family: 'BlendaScript', Sans-Serif;
}

.participa_boton:hover{
    color: white;
}
.bot-logo{
    margin-top: 50px;
    margin-bottom: 25px;
}
p.izq_sup{
   color: #9d1919;
   line-height: 20px;
   margin-top: 5px;
	
}
p.izq_inf{
   font-family: 'Montserrat Regular';
}
p.izq_inf a{
text-decoration:underline;
}
.promo_footer_der img{
  float:right;
  margin-top: -10px;
}
.subti_poromo_gali{
    text-align: center;
    margin-top: -121px;
    font-family: 'BlendaScript', sans-serif;
    font-size: 27px;
    padding-left: 18%;
    padding-right: 17%;
    color: #9d1919;
}
.promo_footer_izq{
    font-family: 'Montserrat Regular';
}
.superior_pro_img{
    background-image: url(/wp-content/uploads/2019/02/Landing-1rec-1.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 34.85%;
    width: 100%;
}
	.promo_footer_izq_mov{
	display:none;	
	}
@media (max-width: 1200px) { 
.superior_pro_img{
  background-image: url(/wp-content/uploads/2019/02/Landing-tablet.jpg);
     height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 45.85%;
    width: 100%;
}
.subti_poromo_gali {
    margin-top: -85px;
    margin-bottom: 40px;
}
	.bloques_centro{
		font-size: 14px;
	}
}
@media (max-width: 1023px) {
	.numero_etapa{
		right: 20px;
	}
	.subti_poromo_gali {
    margin-top: -45px;
		font-size: 18px;	
}
	.bloques_centro{
		margin-right: 0px;
		padding: 24px 28px 20px 14px;
		min-height: 120px;
		font-size:13px;
	}
	.bloques_centro:after{
		top: -6px;
		right: 4px;
	}
	.promo_footer_izq_mov{
	display:block;	
  margin-top: 30px;
		height: 20px;
	}
	.promo_footer_izq{
		display:none;
	}
	.promo_footer_der{
		text-align:center;
		
	}
	.promo_footer_der img{
		float:none;
		margin-top: 10px;
	}
	p.izq_inf{
	width: 50%;
	float: left;
	padding-left: 10px;
	margin-top: 3px;
}
	p.izq_sup{
		float:left;
	}
}
@media (max-width: 768px) {
	p.izq_inf{
		margin-top: px;    width: 50%;
    padding-left:0px;
    line-height:20px;
    font-size: 12px;
	}
	.formulario_pro_galicia .wpcf7-file:before{
		bottom:-2px;
	}
	.formulario_pro_galicia .wpcf7-file{
		max-width: 287px;
	}
	.aceptance-submit{
		margin-top: 20px;
	}
	.formulario_pro_galicia .btn-primary{
	bottom: -34px;
	}
	.page-id-9886 p.izq_sup{
		margin-top:0px;
	}
	.formulario_pro_galicia input[type="tel"], .formulario_pro_galicia input[type="text"], .formulario_pro_galicia input[type="email"], .formulario_pro_galicia input[type="number"], .formulario_pro_galicia input[type="password"]{
		
		width:100%;
	}

	.part_div_bot {
    text-align: center;
    margin-top: -20px;
}
	p.izq_sup{
    line-height: 20px;
    float: left;
    width: 50%;
	}
	
	
  .superior_pro_img{
     background-image: url(/wp-content/uploads/2019/02/Landing-mobile-img.jpg);
     height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 88.85%;
    width: 100%;

}
 .subti_poromo_gali{
  padding-left: 0;
  padding-right: 0;
  margin-top: -45px;
  margin-bottom: 30px;
    font-size: 17px;
}
.promo_footer_der img{
    float: none;
    margin-top: 10px;
}
.bloques_centro {
     margin-bottom: 20px;
    margin-right: 0px;
    min-height: 108px;
    padding: 20px 24px 20px 20px;
    font-size: 12px;

}
.bloques_centro:after{
right:0px;
}
.numero_etapa{
    right: 18px;
}
.promo_footer_der{
float: left;
width: 100%;
text-align: center;
}

}
@media (max-width: 460px){
	#pfcf-popup{
		width: 320px;
		left: 0px;
	}
	p.izq_sup{ 
		margin-top:0px;
		width: 100%;
	}
  p.izq_inf{

		width: 100%;


  }

}

/* Coren te lleva a JapÃ³n*/
 @font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue.woff') format('woff'), url('fonts/BebasNeue.ttf')  format('truetype'), url('fonts/BebasNeue.svg#BebasNeue') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'BebasNeueBold';
    src: url('fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeueBold.woff') format('woff'), url('fonts/BebasNeueBold.ttf')  format('truetype'), url('fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;
  }
 .contenido_formulario {
    margin: auto;
}
.general_background {
    margin: auto !important;
}
.page-template-template-japon{
    background-color: transparent;
    font-family: 'BebasNeue';
}
.contenido_formulario{
    position: relative;
    max-width: 1200px;
}
.container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.general_background h1{
    color: #d80214;
    font-size: 55px;
    text-transform: uppercase;
    font-family: 'BebasNeueBold';
    padding-bottom: 0px;
    margin-bottom: 4px;
}
.general_background h2{
    color: #d80214;
    font-size: 25px;
    text-transform: uppercase;
}
#wpcf7-f9732-p9733-o1{
    font-family: 'Montserrat Regular';
}
.page-template-template-japon input.wpcf7-form-control {
    width: 96%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.33);
    border-radius: 0;
	padding: 13px; 
    color: #383838;
    font-size: 15px;
}
.general_background input[type=checkbox], .general_background input[type=radio]{
    display: block;
    box-sizing: border-box;
    background: white;
    font-size: 30px;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    float: left;
    margin-right: 10px;
}
#wpcf7-f9732-p9733-o1 a{
    color: #383838;
    text-decoration: underline;
}
#wpcf7-f9732-p9733-o1 .btn-primary{
    background-color: #e34040;
    -webkit-box-shadow: -18px 22px 0px 1px rgba(216,2,20,1);
    -moz-box-shadow: -18px 22px 0px 1px rgba(216,2,20,1);
    box-shadow: -6px 6px 0px 1px rgba(216,2,20,1);
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    margin-top: 0;
    font-family: 'BebasNeue';
    font-size: 23px;
    padding: 5px 16px;
    letter-spacing: 3px;
    width:140px;
    color: white;
    height: 40px;
}
.page-template-template-japon label{
  font-weight: 100 !important;
}
.aceptance-submit{
    width: 100%;
    text-align: center;
    color: #383838;
   }

.wpcf7-form-control-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #383838;
  }
.wpcf7-form-control-wrap input::-moz-placeholder { /* Firefox 19+ */
    color: #383838;
  }
.wpcf7-form-control-wrap input:-ms-input-placeholder { /* IE 10+ */
    color: #383838;
  }
  .wpcf7-form-control-wrap input:-moz-placeholder { /* Firefox 18- */
    color: #383838;
  }
  #pfcf-popup a.close{
      z-index: 99999999;
      line-height: 1;
      font-size: 3.5em;
      position: absolute;
      top: 1%;
      right: 2%;
      text-decoration: none;
      color: inherit;
  }
  #pfcf-popup .modal-body{
    color: #d80214 !important;
    font-size: 25px;
    text-transform: uppercase;
  } 
  #pfcf-popup .modal-body h2{
    font-size: 19px;
  }
  span.wpcf7-not-valid-tip{
    margin-top: -10px;
  }
@media (max-width: 991px) { 
   .general_background h2 {
        padding-left: 25px;
        padding-right: 25px;
    }
    span.wpcf7-checkbox{
    font-size: 14.4px
    }
}
  @media (max-width: 768px) { 
    .general_background h2 {
         padding-left: 25px;
         padding-right: 25px;
         font-size: 20px;
     }
      .general_background h1 {
      font-size: 39px;
    }
     span.wpcf7-checkbox{
        font-size: 12px
        }
        span.wpcf7-not-valid-tip{
          margin-top: -15px;
        }
  }
  @media (max-width: 575px) { 
        input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        background: white;
        font-size: 30px;
        width: 15px;
        height: 15px;
        margin-top: 2px;
        float: left;
        margin-right: 3px;
    }
    .general_background h2 {
        padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
    } 
    .general_background h1 {
        padding-left: 20px;
        padding-right: 20px;
        font-size:24px;
    }
    .form-control{
        font-size: 10px;
        padding: 11px;
        line-height: 11px;
        margin-bottom: 5px;
    }
    #wpcf7-f8-p2-o1 .btn-primary{
        font-size: 15px;
        padding: 5px 16px;
        margin-top: 0px;
        margin-bottom: 50px;
    }
    span.wpcf7-list-item{
        padding-right: 40px;
    }
    .wpcf7-list-item-label {
        font-size: 9px;
    }
    span.wpcf7-checkbox{
        line-height: 12px;  
    }
    span.wpcf7-checkbox span{
        margin-top: -5px;
    }
   }

      /**/
      
.page-template-template-japon #main .container {
    max-width: 1012px;
}

.page-template-template-japon #contenido {
    background-image: url(img/sorteo-promo-1360.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #eae2cd;
}

.page-template-template-japon #contenido {
    height: 761px;
    padding-top: 260px;
}
@media (max-width: 1346px) and (min-width: 1200px) {
   .page-template-template-japon #contenido {
        padding-top: 24%;
        background-size: cover;
    } 
}

@media (max-width: 1199px) {
    .page-template-template-japon #contenido {
        background-image: url(img/bg-sorteo-promo-940-2.jpg);
        height: 1000px;
        padding-top: 26%;
    }
    .page-template-template-japon #main  .container {
        max-width: 830px;
    }
}
@media (max-width: 991px) {
    .page-template-template-japon #contenido {
        height: 940px;
		padding-top: 24%;
        background-size: contain;
    }
    .page-template-template-japon #main  .container {
        max-width: 630px;
    }
   
    .page-template-template-japon .general_background h1 { 
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    .page-template-template-japon #contenido {
        background-image: url(img/bg-sorteo-promo-768-2.jpg);
        height: 1320px;
        padding-top: 50%;
        background-size: contain;
    }
    .page-template-template-japon #main  .container {
        max-width: 430px;
    }
    .page-template-template-japon-php input.wpcf7-form-control{
      padding: 20px;
  }
  
}
@media (max-width: 675px) {
    .page-template-template-japon #contenido {
        height: 1290px;
        background-size: contain;
    }

}
@media (max-width: 575px) {
    .page-template-template-japon #contenido {
        height: 1140px;
        padding-top: 55%;
        background-size: contain;
    }
    .page-template-template-japon #main  .container {
        max-width: 363px;
    }
}
@media (max-width: 475px) {
    .page-template-template-japon #contenido {
        height: 960px;
        padding-top: 46%;
    }
    .page-template-template-japon #main  .container {
        max-width: 266px;
    }
    .page-template-template-japon input.wpcf7-form-control {
        margin-bottom: 15px;
    }
    .page-template-template-japon input[type="text"],
    .page-template-template-japon input[type="email"] {
        height: 28px;
    }
    
    .page-template-template-japon .general_background h1 {
        font-size: 15px;
        margin: 0;
    }
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	margin-top:-8px;
}
.mia .volumen_clas img{
position: absolute;
z-index: 999;
width: 82px;
top: 150px;
left: 15px;

}
/*//////////////// Coren te lleva de vacaciones Promoción /////////////////////*/
.superior_pro_img_vacaciones{
  background-image: url(/wp-content/uploads/2019/06/header.jpg);
      height: auto;
      background-size: 100%;
      background-repeat: no-repeat;
      padding-top: 30.85%;
      width: 100%;
  
  }
  .inferior_pro_img_vacaciones{
    background-image: url(/wp-content/uploads/2019/06/madera.jpg);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 33.85%;
    width: 100%;
  }
  .vaca_container{
    margin-top:-37%;
        font-family: 'Montserrat Regular';
  }
  .vaca_container .bloques_centro {background: rgba(255,255,255,0.7);       padding: 30px 25px 30px 30px;
    min-height: 135px;
        margin-bottom: 40px;
    color:black;
        margin-right: 10px;
  }
  .vaca_container .bloques_centro:after{
    display:none;
    
  }
  .vaca_container .bloques_centro a{
    color:black;
  }
  .vaca_container .bloques_centro span{
      color: #fdde2c;
      font-size: 100px;
      float: left;
      line-height: 67px;
    margin-right: 17px;
  }
  .deviaje .wpcf7-file {
      width: 83%;
      margin-left: 94px
  }
  .deviaje .wpcf7-file:before{
    content: "SUBE TU TICKET DE COMPRA";
        width: 235px;
    background-color: #fdde2c;
        color: black;
    
  }
  .deviaje .btn-primary{
      font-family: 'BebasNeue';
      font-size: 30px;
      height: 45px;
    background-color: #fdde2c;
    bottom:auto;
    margin-top:20px;
  }
  .deviaje .btn-primary:hover{
  background-color: #fdde2c;
       font-family: 'BebasNeue';
    font-size: 30px;
    height: 45px;
  }
  .vaca_foot{
  float: left;
      width: 100%;
      text-align: center;
      margin-top: 75px;
    color:#834820;
    font-size:18px;
  }
  .vaca_foot a{
    text-decoration:underline;
      color:#834820;
  }
  .vaca_container div.wpcf7-response-output {
      margin-top: 60px;
  }
   .vaca_container input[type=checkbox], .vaca_container input[type=radio] {
    display: block;
      box-sizing: border-box;
      background: white;
      font-size: 30px;
      width: 20px;
      height: 20px;
      margin-top: 2px;
      float: left;
      margin-right: 10px;
  }
  @media (max-width: 1024px) {
  .vaca_container .bloques_centro {
    
      min-height:151px;
    }	
    .vaca_container .bloques_centro{
      font-size: 11px;
    }
    .inferior_pro_img_vacaciones{
      background-size:cover;
    }	
  }
  @media (max-width: 768px) {
      .vaca_container .bloques_centro{
      font-size: 14px;
    }
    .inferior_pro_img_vacaciones{
  background-image: url(/wp-content/uploads/2019/06/fondom.png);
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 33.85%;
  width: 100%;
  }
  .superior_pro_img_vacaciones {
      background-image: url(/wp-content/uploads/2019/06/VACACIONESSELECTA_landing_mov.png);
      height: auto;
      background-size: 100%;
      background-repeat: no-repeat;
      padding-top: 100%;
      position: absolute;
      z-index: 9;
      margin-top: 0px;
  }	
    
  .vaca_container {
    margin-top: 57%;
    }	
    .deviaje .wpcf7-file {
      width: 73%;
      margin-left: 93px;
  }
    .deviaje .wpcf7-file:before{
        bottom: 0px;	
    }
    .vaca_foot{
    margin-bottom:20px;	
    }
    }
    /*//////////////// Ternera de nuestra tierra /////////////////////*/
    @font-face {
      font-family: 'Amatic-Bold';
      src: url('fonts/Amatic-Bold.eot?#iefix') format('embedded-opentype'), 
           url('fonts/Amatic-Bold.woff') format('woff'), 
           url('fonts/Amatic-Bold.ttf')  format('truetype'), 
           url('fonts/Amatic-Bold.svg#Amatic-Bold') format('svg');
      font-weight: normal;
      font-style: normal;
    }
   
    @font-face {
      font-family: 'Pennellino';
      src: url('fonts/Pennellino.eot?#iefix') format('embedded-opentype'),  url('fonts/Pennellino.woff') format('woff'), url('fonts/Pennellino.ttf')  format('truetype'), url('fonts/Pennellino.svg#Pennellino') format('svg');
      font-weight: normal;
      font-style: normal;
    }
    @font-face {
      font-family: 'Museo300-Regular';
      src: url('fonts/Museo300-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/Museo300-Regular.otf')  format('opentype'),
           url('fonts/Museo300-Regular.woff') format('woff'), url('fonts/Museo300-Regular.ttf')  format('truetype'), url('fonts/Museo300-Regular.svg#Museo300-Regular') format('svg');
      font-weight: normal;
      font-style: normal;
    }
    @font-face {
      font-family: 'Museo-700';
      src: url('fonts/Museo-700.eot?#iefix') format('embedded-opentype'),  url('fonts/Museo-700.otf')  format('opentype'),
           url('fonts/Museo-700.woff') format('woff'), url('fonts/Museo-700.ttf')  format('truetype'), url('fonts/Museo-700.svg#Museo-700') format('svg');
      font-weight: normal;
      font-style: normal;
    }
    
    .ternuestra_container .title_ternuestra{
      font-family: 'Amatic-Bold';
      font-size: 90px;
      color: #7E090A;
      text-align: center;
      width: 100%;
    }
    .superior_pro_img_ternuestra{ 
    background-image: url(/wp-content/uploads/2019/07/cabecera3.png);
        height: auto;
        background-size: 100%;
        background-repeat: no-repeat;
        padding-top: 61.85%;
      width: 100%;
    }
    .superior_back{
    background-image: url(/wp-content/uploads/2019/07/bg.jpg);
    }
    .subtitle_ternuestra{
      color:#CF200F;
      text-align:center;
      font-size:66px;
      font-family: 'Pennellino';
      margin-top: 20px;
    }
    .ternuestra_container p{
      font-size: 20px;
      text-align: center;
      font-family: 'Museo300-Regular';
      color: #542635;
      margin-bottom: 30px;
    }
    .blo_img p{
      text-align:left;
    }


    .blo_img{
      list-style:none;
    }
    .blo_img li{
      margin-top:20px;
    }
    .blo_img a{
      font-weight: 900;
      font-size:25px;
      font-family: 'Museo300-Regular';
    }
    .icon_left{
      text-align:center;
    }
    .inferior_pro_img_ternuestra a{
      text-align:left;
      float:left;
      width:100%;
      overflow: hidden;
    }
   .icon_title{
    font-family: 'Museo-700';
    font-size: 20px;
    color: #542635;
   }
   .subtitle_ternuestra_left{
    color:#CF200F;
    text-align:left;
    font-size:60px;
    font-family: 'Pennellino';
   }
   .cta_ternera{
    width: 226px !important;
    background-color: #CF200F;
    color: white;
    text-align: center !important;
}
.cta_ternera:hover{
	color:white;
}
   
   @media (max-width: 768px) {
    .inferior_pro_img_ternuestra a{
      font-size: 15px;
      overflow: hidden;
    }
    .subtitle_ternuestra_left{
      line-height: 35px;
      margin-top: 15px;
      font-size: 40px;
    }
    .subtitle_ternuestra{
      line-height: 35px;
      margin-top: 15px;
      font-size: 40px;
      margin-bottom: 15px;
    }
    .ternuestra_container .title_ternuestra{
      font-size: 70px;
    }
    .icon_left {
      margin-bottom: 15px;
  }
  }