@charset "utf-8";

/*
  Theme Name: mbarroso2025
  Theme URI: http://www.prismaim.com
  Description: Tema responsive para Wordpress.
  Author: Noe Guerrero Ponce
  Diseño: Noe Guerrero Ponce
  Author URI: http://www.prismaim.com
  Version: 1.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Tags: Responsive-layout
*/

/* ################################################################################ */
/* ################################ FUENTES ####################################### */
/* ################################################################################ */

/* source-sans-3-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/source-sans-3-v15-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/source-sans-3-v15-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/source-sans-3-v15-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/source-sans-3-v15-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/source-sans-3-v15-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/source-sans-3-v15-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/source-sans-3-v15-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-800italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 800;
  src: url("fonts/source-sans-3-v15-latin-800italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ################################################################################ */
/* ############################### ESTRUCTURA BASE ################################ */
/* ################################################################################ */

html, body {height: 100%; background-color: #ffffff; color: #333333;}
 
body {font-family: "Source Sans 3", serif;}

/* ################################################################################ */
/* ############################### CLASES GLOBALES ################################ */
/* ################################################################################ */

/* --- Fondos --- */

.white-bg {
  background-color: #FFFFFF;
}

.light-grey-bg {
  background-color: #EDEDED;
}

/* --- Colores --- */

.color-1 {color: #11364c;}

.color-2 {color: #f17909;}

.color-3 {color: #f39843;}

/* --- Títulos --- */

.title {
  font-family: "Source Sans 3", serif;
  font-weight: bold;
  font-style: italic;
  line-height: 100%;
}

.title-full {
  font-family: "Source Sans 3", serif;
  font-weight: bold;
  font-style: italic;
  display: block;
  width: 100%;
}

.section-title h1 {
  font-size: 3.8rem;
  letter-spacing: -3px;
  margin: 0;
  color: #003251;
  line-height: 90%;
}

.subcategory h2 {
  font-size: 2.8rem;
  letter-spacing: -2px;
  margin: 0;
  color: #003251;
  padding-top: 15px;
  border-top: solid 2px rgba(0,50,81,0.10);
  margin-bottom: 5px;
  line-height: 90%;
}

.subcategory-description p {text-align: right;}

/* --- Textos --- */

p {font-size: 1.1rem;}

a {color: #f17909;}

/* --- Botones --- */

.btn {
  font-family: "Source Sans 3", serif;
  text-transform: uppercase;
}

.btn-color-1 {
  color: #FFFFFF;
  background: transparent;
  border: solid 2px #FFFFFF;
  padding: 10px 20px;
  cursor: pointer;
}
  .btn-color-1:hover {
    color: #11364c;
    background: #FFFFFF;
    border: solid 2px #FFFFFF;
  }

/* --- Vídeo adaptable --- */

.responsive-video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.responsive-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ################################################################################ */
/* ############################## ESTRUCTURA GENERAL ############################## */
/* ################################################################################ */

/* #################### CABECERA ###################### */

#page-hdr {width: 100%; padding: 60px 0;}

.hdr-hero-img {margin-top: 60px; width: 100%; height: 180px;}

/* --- Menú selector de idioma inicio --- */

#front-page #lng_menu {position: absolute; top: 15px; right: 15px; z-index: 2;}
#front-page #lng_menu .menu-menu-idiomas-container {}
#front-page #lng_menu .menu-menu-idiomas-container ul.lng_menu {list-style-type: none;}
    #front-page #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item {display: inline-block;}
    #front-page #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item {}
    #front-page #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item a {text-decoration: none; border: solid 1px #ffffff; padding: 0 5px;}
      #front-page #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item a span {font-size: 1.25rem; letter-spacing: -1px; color: #ffffff;}

      #front-page #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language {}      
        #front-page #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language a {border: solid 1px #f48e00; padding: 0 5px; }
          #front-page #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language a span {color: #f48e00 !important;}

/* --- */

#front-page #lng_menu {position: absolute; top: 15px; right: 15px; z-index: 2;}
#front-page #lng_menu .menu-menu-idiomas-eng-container {}
#front-page #lng_menu .menu-menu-idiomas-eng-container ul.lng_menu {list-style-type: none;}
    #front-page #lng_menu .menu-menu-idiomas-eng-container ul.lng_menu li.wpml-ls-item {display: inline-block;}
    #front-page #lng_menu .menu-menu-idiomas-eng-container ul.lng_menu li.wpml-ls-item {}
    #front-page #lng_menu .menu-menu-idiomas-eng-container ul.lng_menu li.wpml-ls-item a {text-decoration: none; border: solid 1px #ffffff; padding: 0 5px;}
      #front-page #lng_menu .menu-menu-idiomas-eng-container ul.lng_menu li.wpml-ls-item a span {font-size: 1.25rem; letter-spacing: -1px; color: #ffffff;}

      #front-page #lng_menu .menu-menu-idiomas-eng-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language {}      
        #front-page #lng_menu .menu-menu-idiomas-eng-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language a {border: solid 1px #f48e00; padding: 0 5px; }
          #front-page #lng_menu .menu-menu-idiomas-eng-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language a span {color: #f48e00 !important;}

/* --- Menú selector de idioma resto páginas --- */

#lng_menu {position: absolute; top: 15px; right: 15px}
  #lng_menu .menu-menu-idiomas-container {}
  #lng_menu .menu-menu-idiomas-container ul.lng_menu {list-style-type: none;}
    #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item {display: inline-block;}
    #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item {}
    #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item a {text-decoration: none; border: solid 1px #11364c; padding: 0 5px;}
      #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item a span {font-size: 1.25rem; letter-spacing: -1px; color: #11364c;}

      #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language {}      
        #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language a {border: solid 1px #f48e00; padding: 0 5px; }
          #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language a span {color: #f48e00 !important;}

/* --- */

#lng_menu {position: absolute; top: 15px; right: 15px}
  #lng_menu .menu-menu-idiomas-eng-container {}
  #lng_menu .menu-menu-idiomas-eng-container ul.lng_menu {list-style-type: none;}
    #lng_menu .menu-menu-idiomas-eng-container ul.lng_menu li.wpml-ls-item {display: inline-block;}
    #lng_menu .menu-menu-idiomas-eng-container ul.lng_menu li.wpml-ls-item {}
    #lng_menu .menu-menu-idiomas-eng-container ul.lng_menu li.wpml-ls-item a {text-decoration: none; border: solid 1px #11364c; padding: 0 5px;}
      #lng_menu .menu-menu-idiomas-eng-container ul.lng_menu li.wpml-ls-item a span {font-size: 1.25rem; letter-spacing: -1px; color: #11364c;}

      #lng_menu .menu-menu-idiomas-eng-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language {}      
        #lng_menu .menu-menu-idiomas-eng-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language a {border: solid 1px #f48e00; padding: 0 5px; }
          #lng_menu .menu-menu-idiomas-eng-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language a span {color: #f48e00 !important;}

/* #################### MIGAS DE PAN ###################### */

#migaspan {background-color: #EDEDED;}

p#breadcrumbs {margin: 0;}

/* #################### PIE ###################### */

footer {}

#footer-main {
  width: 100%;
  padding: 60px 0;
  background-color: #11364c;  
  color: #fff;
}
  #footer-main a {color: #f39843;}

#footer-sub {
  width: 100%;
  padding: 5px 0;
  background-color: #11364c;  
  color: #fff;
}

ul.legal-menu {list-style: none; margin: 0; padding: 0;}
  ul.legal-menu li {display: inline-block; border-right: 1px solid #ffffff;}
  ul.legal-menu li:last-child {border-right: none;}
    ul.legal-menu li a {text-decoration: none; color: #FFFFFF; line-height: 24px; padding: 0 8px 0 5px;}
    ul.legal-menu li.current-menu-item a, ul.legal-menu li a:hover {color: #f39843;}

ul.minicontact-list {list-style: none; margin: 0; padding: 0;}
  ul.minicontact-list li {text-align: left;}
    ul.minicontact-list li a {color: #f39843;}
    ul.minicontact-list li a:hover {color: #FFFFFF !important;}

#footer-bottom {
  position: relative;
  width: 100%;
  height: 42px;
  padding: 0;
  background-color: #11364c;
  background-image: url(img/prismasg-bottom-logo.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  mix-blend-mode: multiply; 
  color: #fff;
}
  #footer-bottom .link-rtg {
    position: absolute;
    bottom: 10px;
    right: 14px;
    display: block;
    width: 110px;
    height: 32px;
    z-index: 12;
    background-color: rgba(255, 0, 0, 0);
  }

/* ################################################################################ */
/* ############################## PÁGINA DE INICIO ################################ */
/* ################################################################################ */

/* #################### CABECERA ###################### */

#front-page-hdr {width: 100%; height: 430px;}

.video-container {width: 100%; height: 430px; position: relative; display: grid; place-content: center;}
  .video-container h1 {
    display: inline-block;
    z-index: 2;
  }
    .video-container h1 a img {
      max-width: 400px !important;
      height: auto !important;
    } 

  .video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
  }

/* #################### CONTENIDO ###################### */

.homepage-row {
  background-position-x: 50%;
  background-position-y: 100%;
  background-size: cover !important;
  margin: 0 auto;
  padding: 120px 0;
  width: 100%;
  z-index: 200;
}

  .homepage-row p {font-size: 1.1rem; line-height: 140%;}

#homepage-row-01 {
  background: #003251 url("img/home_bg_01.jpg") 50% 0 no-repeat fixed;
  color: #FFFFFF;
}

#homepage-row-02 {
  background: #ffffff url("img/home_bg_02.jpg") 50% 0 no-repeat fixed;
  color: #FFFFFF;
}

#homepage-row-03 {
  background: #003251 url("img/home_bg_03.jpg") 50% 0 no-repeat fixed;
  color: #FFFFFF;
}

#homepage-row-04 {
  background: #ffffff url("img/home_bg_04.jpg") 50% 0 no-repeat;
  background-position-x: 0;
  background-position-y: 0;
  background-size: 100%;
  margin: 0 auto;  
}

/* ################################################################################ */
/* ############################### OTRAS PÁGINAS ################################## */
/* ################################################################################ */

#la-empresa-04 {
  background: #ffffff url("img/home_bg_04.jpg") 50% 0 no-repeat;
  background-position-x: 0;
  background-position-y: 0;
  background-size: 100%;
  margin: 0 auto;  
}

/* ################################################################################ */
/* ########################## SECCIÓN DE RECETAS ################################## */
/* ################################################################################ */


#listado-recetas {padding: 0 0 30px 0;}

.recipes-item {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #EDEDED;
  border-radius: 15px;
  margin-bottom: 15px;
}
  .recipes-item:hover {
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.15);
  }
  .recipes-item a {
    text-decoration: none;
  }
  .recipes-item .img-cont {
    width: 100%;
    height: auto;
    aspect-ratio: 1.610;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .recipes-item .maintitle {
    letter-spacing: -1px;
    color: #003251;
  }

  /* ------------------------- */

  #modo-empleo {padding: 15px 60px 60px;}

  /* ------------------------- */

.recipe-post {
  width: 100%;
  height: 100%;
  padding: 15px 0;
  background-color: #EDEDED;
}

  .recipe-post .img-cont {
    width: 100%;
    height: auto;
    aspect-ratio: 1.33333;
    border-radius: 10px;
    margin-bottom: 15px;
  }

/* ############################################################################### */
/* ########################## SECCIÓN DE MATERIAS PRIMAS ######################### */
/* ############################################################################### */


#listado-materias-primas {padding: 0 0 30px 0;}

.rawmaterial-item {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #EDEDED;
  border-radius: 15px;
  margin-bottom: 15px;
}
  .rawmaterial-item:hover {
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.15);
  }
  .rawmaterial-item .img-cont {
    width: 100%;
    height: auto;
    aspect-ratio: 1.33333;
    border-radius: 10px;
    margin-bottom: 0;
  }
  .rawmaterial-item .maintitle {
    font-size: 3rem;
    letter-spacing: -1px;
    color: #003251;
  }

/* ############################################################################### */
/* ######################## SECCIÓN DE PRODUCTOS FINALES ######################### */
/* ############################################################################### */

#listado-productos-finales {padding: 0 0 30px 0;}

.pfinales-item {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #EDEDED;
  border-radius: 15px;
  margin-bottom: 15px;
}
  .pfinales-item:hover {
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.15);
  }
  .pfinales-item a {text-decoration: none;}  
    .pfinales-item a .img-cont {
      width: 100%;
      height: auto;
      aspect-ratio: 1.33333;
      border-radius: 10px;
      margin-bottom: 0;
    }
    .pfinales-item a .maintitle {
      font-size: 2.4rem;
      letter-spacing: -1px;
      color: #003251;
      margin-bottom: 0;
    }
    
  /* ------------------------- */

.pfinales-post {
  width: 100%;
  height: 100%;
  padding: 15px 0;
  /* background-color: #EDEDED; */
}

  .pfinales-post .img-cont {
    width: 100%;
    height: auto;
    /* aspect-ratio: 1.777777; */
    aspect-ratio: 1.333333;
    /* border-radius: 10px; */
    margin-bottom: 15px;
  }

/* ################################################################################ */
/* ########################## PÁGINA DE CONTACTO ################################## */
/* ################################################################################ */

.nf-form-cont {
  padding: 30px;
  border-radius: 15px;
  background-color: #EDEDED;
  margin-bottom: 30px;
}

.nf-field-container {margin-top: 5px !important; margin-bottom: 10px !important;}

.nf-field-label {margin-bottom: 2px !important;}

.ninja-forms-field {
  border: none !important;
  padding: 10px 5px !important;
  border-radius: 5px;
}

[type="submit"].ninja-forms-field {
  width: 100% !important;
  padding: 10px 5px !important;
  background-color: #003251 !important;
  color: #FFFFFF !important;
  border-radius: 5px;
}
