@charset "UTF-8";
/*
Theme Name: Salvacomidas Child
Theme URI: https://them.es/starter
Template: salvacomidas
Author: info desarrollos
Author URI: https://www.desarrollos-online.es/
Tags: custom-background,custom-colors,featured-images,flexible-header,microformats,post-formats,rtl-language-support,theme-options,translation-ready,accessibility-ready
Version: 3.5.3.1718889064
Updated: 2024-06-20 15:11:04

*/
.bg-blue {
  background-color: #19638E;
}

.bg-off-white {
  background-color: #FAF7EE;
}

.bg-dark-blue {
  background-color: #263E5C;
}

.bg-light-blue {
  background-color: #AEDCE3;
}

.bg-pink {
  background-color: #FCBAE5;
}

.bg-light-orange {
  background-color: #FEE6C1;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: local("NeueHaasDisplay-Bold"), url("../../assets/fonts/NeueHaasDisplay-Bold.woff2") format("woff2"), url("../../assets/fonts/NeueHaasDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: local("NeueHaasDisplay-RomanItalic"), url("../../assets/fonts/NeueHaasDisplay-RomanItalic.woff2") format("woff2"), url("../../assets/fonts/NeueHaasDisplay-RomanItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: local("NeueHaasDisplay-BoldItalic"), url("../../assets/fonts/NeueHaasDisplay-BoldItalic.woff2") format("woff2"), url("../../assets/fonts/NeueHaasDisplay-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: local("NeueHaasDisplay-Roman"), url("../../assets/fonts/NeueHaasDisplay-Roman.woff2") format("woff2"), url("../../assets/fonts/NeueHaasDisplay-Roman.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: local("NeueHaasDisplay-Medium"), url("../../assets/fonts/NeueHaasDisplay-Medium.woff2") format("woff2"), url("../../assets/fonts/NeueHaasDisplay-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: local("NeueHaasDisplay-MediumItalic"), url("../../assets/fonts/NeueHaasDisplay-MediumItalic.woff2") format("woff2"), url("../../assets/fonts/NeueHaasDisplay-MediumItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/*@font-face {
    font-family: 'Feature Display';
    src: url('../../assets/fonts/FeatureDisplay-ExtraboldItalic-Web.woff2') format('woff2'),
         url('../../assets/fonts/FeatureDisplay-ExtraboldItalic-Web.woff') format('woff');
    font-weight:  800;
    font-style:   italic;
    font-stretch: normal;
    font-display: swap;
}*/
@font-face {
  font-family: "Feature Display";
  src: url("../../assets/fonts/FeatureDisplay-Extrabold-Web.woff2") format("woff2"), url("../../assets/fonts/FeatureDisplay-Extrabold-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
/*@font-face {
    font-family: 'Feature Display';
    src: url('../../assets/fonts/FeatureDisplay-BoldItalic-Web.woff2') format('woff2'),
         url('../../assets/fonts/FeatureDisplay-BoldItalic-Web.woff') format('woff');
    font-weight:  700;
    font-style:   italic;
    font-stretch: normal;
    font-display: swap;
}*/
@font-face {
  font-family: "Feature Display";
  src: url("../../assets/fonts/FeatureDisplay-Bold-Web.woff2") format("woff2"), url("../../assets/fonts/FeatureDisplay-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.no-padding {
  padding: 0 !important;
}
.no-padding > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sub {
  position: relative;
  display: inline-block;
  text-underline-offset: 5px;
  text-decoration: underline 2px wavy white;
}

.bg-amarillo {
  background-color: #EEBF37;
}

.bg-azul {
  background-color: #19638E;
}

/*.twocolumn{
    display: flex;
    justify-content: space-around;
    align-items: center;
    .izquierda,.derecha{
        width:50%;
        position:relative;
    }
}*/
.filete {
  background-image: url("../../assets/images/comun/filete-blanco.png");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center 60px;
  padding-bottom: 40px;
}
.filete.filete-black {
  background-image: url("../../assets/images/comun/filete-negro.png");
}

body {
  font-size: 18px;
  font-family: "Neue Haas Grotesk Display Pro";
}

* {
  font-family: "Neue Haas Grotesk Display Pro" !important;
}

h1 {
  font-size: 50px;
  font-family: "Feature Display" !important;
  font-weight: bold;
}

h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Feature Display" !important;
  margin-bottom: 10px !important;
}

h3 {
  font-size: 30px;
  font-family: "Feature Display" !important;
  font-weight: bold;
  margin-bottom: 10px !important;
}

h1 strong, h2 strong, h3 strong {
  font-family: "Feature Display" !important;
}

p {
  font-size: 18px;
  font-family: "Neue Haas Grotesk Display Pro";
}

a {
  color: #000000;
  font-family: "Neue Haas Grotesk Display Pro" !important;
}

/*strong, p, li, b{
    font-family: $roman;
}*/
p.small {
  font-size: 12px;
}

.text-lg, text-lg p {
  font-size: 24px;
}

.text-xl, .text-xl p {
  font-size: 30px;
}

.text-sm, .text-sm p {
  font-size: 14px;
}

.font-feature, .font-feature p {
  font-family: "Feature Display" !important;
}

@media all and (max-width: 1199px) {
  h1 {
    font-size: 30px;
    font-family: "Feature Display" !important;
    font-weight: bold;
  }
  h2 {
    font-size: 28px;
    font-weight: bold;
    font-family: "Feature Display" !important;
  }
  h3 {
    font-size: 22px;
    font-family: "Feature Display" !important;
    font-weight: bold;
  }
  p {
    font-size: 16px;
    font-family: "Neue Haas Grotesk Display Pro" !important;
  }
  p.small {
    font-size: 12px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 30px;
    font-family: "Feature Display" !important;
    font-weight: bold;
  }
  h2 {
    font-size: 28px;
    font-weight: bold;
    font-family: "Feature Display" !important;
  }
  p {
    font-size: 14px;
    font-family: "Neue Haas Grotesk Display Pro" !important;
  }
  p.small {
    font-size: 12px;
  }
}
.btn, .button a {
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1;
  border: 0;
  background-image: none;
  display: inline-block;
  font-family: "Neue Haas Grotesk Display Pro";
}
.btn span, .button a span {
  font-family: "Neue Haas Grotesk Display Pro";
}

.button-sm a, .btn-sm {
  padding: 7px 12px;
  font-size: 16px;
}

.button-lg a, .btn-lg {
  padding: 15px 20px;
  font-size: 20px;
}

.button-green a, .btn-green {
  background-color: #50985A !important;
  color: white !important;
}
.button-green a:hover, .btn-green:hover {
  background-color: #063F32 !important;
}

.button-blue a, .btn-blue {
  background-color: #19638E !important;
  color: white !important;
}
.button-blue a:hover, .btn-blue:hover {
  background-color: #263E5C !important;
}

.btn-porange a, .btn-porange {
  background-color: #FF7933 !important;
}

.btn-white {
  background-color: white;
}
.btn-white:hover {
  background-color: #AEDCE3;
  color: #000000;
}

@media all and (max-width: 1199px) {
  .btn, .button a {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .btn, .button a {
    font-size: 14px;
  }
}
@media all and (min-width: 1190px) {
  .container {
    max-width: 1224px;
  }
}
.padding-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.card {
  border-radius: 16px !important;
  padding: 30px !important;
}
.card ul {
  margin-bottom: 0;
}

.cont-700 {
  max-width: 720px !important;
  margin: 0 auto;
}

section.cabecera {
  height: 272px;
}
section.cabecera h1 {
  color: #000000 !important;
  border-top: 2px #000000 solid;
  border-bottom: 2px #000000 solid;
  padding: 20px;
  background-image: url("wp-content/themes/salvacomidas-child/assets/images/comun/filete-blanco.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center 85px;
}

.cabecera-privada {
  background-image: url("/wp-content/themes/salvacomidas-child/assets/images/comun/cabecera-naranja.jpg");
  height: 219px;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
}
.cabecera-privada .container {
  text-align: center;
  position: relative;
  /*display: flex;
  justify-content: center;
  color:white;
  text-align: center;*/
}
.cabecera-privada .container h1 {
  max-width: 620px;
  margin: auto;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
  padding: 30px 0px 45px;
  background-image: url("/wp-content/themes/salvacomidas-child/assets/images/comun/filete-blanco.png");
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: center 90px;
  color: white;
}
.cabecera-privada .container p {
  position: absolute;
  color: white;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
  font-weight: 600;
}

@media all and (max-width: 1199px) {
  section.cabecera {
    height: 200px;
  }
}
@media all and (max-width: 767px) {
  .padding-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section.cabecera {
    height: 175px;
  }
  section.cabecera h1 {
    color: #000000 !important;
    border-top: 2px #000000 solid;
    border-bottom: 2px #000000 solid;
    padding: 20px;
    background-image: url("wp-content/themes/salvacomidas-child/assets/images/comun/filete-blanco.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center 85px;
  }
}
/* Popup Unidad Didáctica secundaria */
#popup p {
  font-size: 16px;
}
#popup button {
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  background-image: none;
  display: inline-block;
  background-color: #19638E !important;
  color: white !important;
}
#popup button:hover {
  background-color: #263E5C !important;
}

.breadcrumbs-container .e-con-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.breadcrumbs-container #breadcrumbs {
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
}
.breadcrumbs-container #breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs-container #breadcrumbs a:hover {
  color: #50985A;
}

label {
  font-family: "Neue Haas Grotesk Display Pro";
  color: #19638E;
}
label.form-check-label {
  color: #000000;
  margin-top: 2px;
}
label.form-check-label a {
  text-decoration: underline;
}
label.textlegal {
  font-size: 12px;
}

input, select, textarea {
  border: none !important;
  box-shadow: none !important;
  font-family: "Neue Haas Grotesk Display Pro";
}

input[type=text], input[type=email], input[type=password], input[type=number] {
  color: #000000;
  padding: 5px 10px;
}

input[type=checkbox] {
  border: 1px solid #000000 !important;
  width: 12px;
  height: 12px;
  border-radius: 2px !important;
}

.form-control, .form-select {
  font-size: 18px;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}

.has-error > label {
  color: rgb(88, 21, 28);
  font-weight: bold;
}
.has-error > input, .has-error > select, .has-error > textarea {
  border: 2px solid rgb(88, 21, 28) !important;
}

header {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 9 !important;
}
header .bg-off-white {
  padding-top: 22px;
  padding-bottom: 20px;
}
header .bg-off-white .cont-menu {
  margin-bottom: 10px;
}
header .bg-off-white .cont-menu > div {
  border-bottom: 1px solid #000000;
  padding: 0 !important;
  justify-content: space-between !important;
}
header .bg-off-white .cont-menu .subrayado {
  width: auto;
  padding: 0 !important;
}
header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main {
  display: flex;
}
header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul {
  column-gap: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul::after {
  display: none;
}
header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul li {
  border-top: 1px solid #000000;
  font-size: 16px;
}
header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul li a {
  padding: 12px 12px !important;
  font-family: "Neue Haas Grotesk Display Pro";
  text-align: center;
  flex-wrap: wrap;
  text-wrap: wrap;
}
header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul li a span {
  padding: 0;
  padding-left: 5px;
}
header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul li a span svg {
  width: 10px;
  height: 10px;
  padding: 0;
}
header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul li a:hover, header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul li a.elementor-item-active, header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul li a.highlighted {
  color: #19638E;
}
header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul li a:hover span svg, header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul li a.elementor-item-active span svg, header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul li a.highlighted span svg {
  fill: #19638E;
}
header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul li ul li a {
  font-size: 16px;
  text-align: left;
  text-wrap: nowrap;
  margin-left: 0;
  border-inline-start: none;
}
header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul li ul li a:hover, header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul li ul li a.elementor-item-active {
  background-color: #19638E;
  color: white;
}
header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul > li:nth-child(4) a {
  flex-wrap: nowrap !important;
}
header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul > li:nth-child(2) a {
  flex-wrap: nowrap !important;
}
header .bg-off-white .cont-menu .subrayado .menu.principal nav.elementor-nav-menu--main > ul li:nth-last-child(-n+2) {
  display: none;
}
header .bg-off-white .cont-menu .subrayado .menu.principal nav.elementor-nav-menu--main > ul li .sub-menu li {
  display: block;
}
header .bg-off-white .cont-menu .cont-buttons {
  max-width: 200px;
  padding: 0 !important;
  align-items: center;
  justify-content: flex-end;
  column-gap: 15px;
}
header .bg-off-white .cont-menu .cont-buttons.privada {
  max-width: 285px;
}
header .bg-off-white .cont-menu .cont-buttons.privada .button-blue {
  margin-left: 15px;
}

@media all and (max-width: 1300px) {
  header .bg-off-white .logo img {
    width: 75%;
  }
  header .bg-off-white .cont-menu .subrayado > div {
    width: 100%;
  }
  header .bg-off-white .cont-menu .subrayado .menu ul li a {
    justify-content: center;
  }
  header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul {
    margin-inline-start: 0;
  }
}
@media all and (max-width: 1172px) {
  header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > div {
    width: 100%;
  }
  header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul {
    margin-inline-start: 0;
  }
  header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul li a {
    font-size: 17px;
  }
}
@media all and (max-width: 1135px) {
  header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > div {
    width: 100%;
  }
  header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main > ul li a {
    font-size: 16px;
  }
}
@media all and (max-width: 1024px) {
  header .bg-off-white {
    flex-direction: row !important;
    flex-wrap: nowrap;
  }
  header .bg-off-white .cont-menu {
    position: absolute;
    padding: 0;
    top: 38px;
  }
  header .bg-off-white .cont-menu > div {
    border-bottom: none;
    padding: 0 !important;
    justify-content: space-between !important;
  }
  header .bg-off-white .cont-menu nav {
    margin-top: 35px;
  }
  header .bg-off-white .cont-menu .subrayado {
    width: 100%;
  }
  header .bg-off-white .cont-menu .subrayado .menu ul li a:hover, header .bg-off-white .cont-menu .subrayado .menu ul li a.elementor-item-active {
    background-color: #19638E;
    color: white;
  }
  header .bg-off-white .cont-menu .subrayado .menu .elementor-item.highlighted {
    background-color: #19638E;
  }
  header .bg-off-white .cont-menu .subrayado .menu nav.elementor-nav-menu--main {
    display: none;
  }
  header .bg-off-white .cont-menu .cont-buttons {
    display: none;
  }
  header .bg-off-white .cont-menu .cont-buttons.privada {
    max-width: 285px;
  }
  header .bg-off-white .cont-menu .cont-buttons.privada .button-blue {
    margin-left: 15px;
  }
  header .bg-off-white .cont-menu .elementor-menu-toggle {
    margin-left: auto !important;
    margin-right: 20px !important;
  }
}
@media all and (max-width: 767px) {
  header .bg-blue img {
    max-width: 70%;
  }
  header .bg-off-white .cont-menu {
    top: 32px;
  }
  header .bg-off-white .cont-menu nav {
    margin-top: 30px;
  }
  header .bg-off-white .logo img {
    width: 50%;
    float: left;
    margin-left: 20px;
  }
}
@media all and (max-width: 767px) {
  header .bg-off-white .cont-menu nav {
    margin-top: 25px;
  }
}
footer p {
  color: white;
}
footer li {
  color: white;
  font-size: 18px;
}
footer a {
  color: white;
}
footer .text-footer p {
  font-size: 14px;
}
footer .bg-dark-blue {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .bg-dark-blue a {
  text-decoration: underline 1px solid;
  color: white;
}
footer .bg-dark-blue p {
  margin-bottom: 0;
  line-height: 1.3;
}
footer .bg-blue {
  padding-top: 60px;
}
footer .bg-blue .cont-ubicacion {
  margin-top: 30px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .bg-blue .cont-ubicacion p {
  margin-bottom: 0;
}
footer .bg-blue .cont-ubicacion > div {
  display: flex;
  align-items: center;
}
footer .bg-blue .cont-ubicacion .logo-food img {
  width: 86px;
}
footer .bg-blue .cont-logo {
  padding-left: 0;
}
footer .bg-blue .cont-logo .text-footer p {
  max-width: 465px;
  width: 100%;
  margin-top: 20px;
}
footer .bg-blue .cont-menus a {
  font-family: "Neue Haas Grotesk Display Pro";
}
footer .bg-blue .cont-menus a:hover {
  text-decoration: underline;
}
footer .bg-blue .cont-menus p {
  line-height: 36px;
  margin: 0;
}
footer .bg-blue .cont-menus li {
  margin-top: 10px;
}
footer .bg-blue .cont-food {
  max-width: 350px;
  width: 100%;
}
footer .bg-blue .cont-politicas {
  margin-top: 60px;
}
footer .bg-blue .cont-politicas nav ul {
  display: flex;
  padding: 0;
  margin: 0;
}
footer .bg-blue .cont-politicas nav ul li {
  border-right: 1px solid white;
}
footer .bg-blue .cont-politicas nav ul li:last-child {
  border-right: none;
}
footer .bg-blue .cont-politicas nav ul li a {
  font-size: 14px;
  color: white !important;
  padding: 5px 20px !important;
}
footer .bg-blue .cont-politicas nav ul li a:hover {
  text-decoration: underline;
}
footer .bg-blue .cont-politicas p {
  font-size: 14px;
}

@media all and (max-width: 1059px) {
  footer .bg-blue .cont-ubicacion p {
    margin-bottom: 0;
  }
  footer .bg-blue .cont-ubicacion p br {
    display: none;
  }
  footer .bg-blue .cont-ubicacion > div {
    display: flex;
    align-items: center;
  }
  footer .bg-blue .cont-food {
    max-width: 170px;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  footer .bg-blue .cont-ubicacion {
    flex-wrap: nowrap;
  }
  footer .bg-blue .cont-ubicacion > div {
    display: flex;
    align-items: center;
  }
  footer .bg-blue .cont-ubicacion .cont-food {
    flex-wrap: nowrap;
  }
  footer .bg-blue .cont-logo .logos {
    text-align: center;
  }
  footer .bg-blue .cont-logo .text-footer > div {
    display: flex;
    justify-content: center;
  }
  footer .bg-blue .cont-logo .text-footer p {
    max-width: 400px;
    text-align: center;
    margin-bottom: 0;
  }
  footer .bg-blue .cont-logo .text-footer p br {
    display: none;
  }
  footer .bg-blue .cont-menus p {
    text-align: center;
  }
  footer .bg-blue .cont-menus ul {
    list-style: none;
    padding-left: 0;
  }
  footer .bg-blue .cont-menus ul li {
    text-align: center;
  }
}
@media all and (max-width: 550px) {
  footer .bg-blue .cont-ubicacion {
    flex-wrap: wrap;
  }
  footer .bg-blue .cont-ubicacion .cont-food {
    max-width: 100%;
    justify-content: center;
  }
  footer .bg-blue .cont-menus a:hover {
    text-decoration: underline;
  }
  footer .bg-blue .cont-menus p {
    line-height: 36px;
    margin: 0;
    text-align: center;
  }
  footer .bg-blue .cont-menus ul li {
    margin-top: 10px;
  }
  footer .bg-blue .cont-politicas {
    flex-direction: column;
    margin-top: 60px;
  }
  footer .bg-blue .cont-politicas nav {
    justify-content: center;
  }
  footer .bg-blue .cont-politicas nav ul li a {
    font-family: "Neue Haas Grotesk Display Pro";
  }
  footer .bg-blue .cont-politicas p {
    text-align: center;
  }
}
section.slider {
  padding-top: 60px;
  padding-bottom: 51px;
}
section.slider .bg-light-orange {
  padding: 30px;
  max-width: 578px;
  border-radius: 15px;
  border: 2px solid white;
  width: 100%;
}
section.slider .bg-light-orange h1 {
  color: #000000;
}
section.slider .bg-light-orange p {
  color: #000000;
  margin-bottom: 30px;
  margin-top: 30px;
}

section#secundaria {
  padding-top: 100px;
  padding-bottom: 100px;
}
section#secundaria h2 {
  color: #000000;
}
section#secundaria img {
  max-height: 264px;
  width: 100%;
  height: 100%;
}

section#recursos p, section#recursos h2 {
  color: white;
}
section#recursos .card .img img {
  border-radius: 16px;
  width: 100%;
  height: 300px;
}
section#recursos .card .contenido {
  height: 100%;
}
section#recursos .card .contenido p {
  color: #000000;
}

section#eventos h2 {
  color: #000000;
}

section#ayuda h2 {
  color: #000000;
}
section#ayuda .contacto .formulario {
  display: flex;
  justify-content: space-between;
}
section#ayuda .contacto .formulario label {
  margin-bottom: 10px;
}
section#ayuda .contacto .formulario input {
  width: 100%;
  height: 48px;
  background: white;
  border-radius: 5px;
  border: none;
}
section#ayuda .contacto .formulario select {
  width: 100%;
  height: 48px;
  background: white;
  border-radius: 5px;
  border: none;
}
section#ayuda .contacto .formulario textarea {
  width: 100%;
  height: 124px;
  background: white;
  border-radius: 5px;
  border: none;
}
section#ayuda .contacto .formulario .seleccion {
  margin-top: 15px;
}
section#ayuda .contacto .formulario .mail {
  max-width: 576px;
  width: 100%;
}
section#ayuda .contacto .formulario .mail .seleccion {
  margin-top: 10px;
}
section#ayuda .contacto .formulario .mensaje {
  max-width: 576px;
  width: 100%;
}
section#ayuda .contacto .formulario .mensaje .aceptar p {
  display: flex;
  font-size: 14px;
}
section#ayuda .contacto .formulario .mensaje .aceptar p a {
  color: #50985A;
}
section#ayuda .contacto .formulario .mensaje .aceptar span {
  margin-left: 0;
}
section#ayuda .contacto .formulario .mensaje .aceptar span input {
  height: 13px;
  width: 13px;
  margin-right: 10px;
}
section#ayuda .contacto .formulario .mensaje .enviar p {
  display: flex;
  justify-content: end;
}
section#ayuda .contacto .formulario .mensaje .enviar p input {
  width: 82px;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #000000;
}
section#ayuda .info p {
  font-size: 12px;
}

@media all and (max-width: 1199px) {
  section.slider .bg-light-orange {
    width: 50%;
  }
  section#secundaria {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  section#secundaria .img-secundaria {
    width: 45%;
  }
  section#secundaria h2 {
    color: #000000;
  }
  section#secundaria img {
    max-height: 264px;
    width: 100%;
    height: 100%;
  }
  section#recursos p {
    color: white;
  }
  section#recursos .card {
    padding: 20px !important;
    border-radius: 25px;
  }
  section#recursos .card .img img {
    width: 100%;
    height: 225px;
    object-fit: cover;
  }
  section#recursos .card .contenido {
    height: 100%;
  }
  section#recursos .card .contenido p {
    color: #000000;
  }
  section#ayuda .contacto .formulario {
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 767px) {
  section.slider > div {
    justify-content: center !important;
  }
  section.slider .bg-light-orange {
    width: 100%;
  }
  section.slider img {
    width: 50%;
  }
  body.home div:nth-child(2) {
    display: flex;
    flex-direction: column;
  }
  section#secundaria {
    order: 1;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section#secundaria .img-secundaria {
    width: 100%;
  }
  section#secundaria .img-secundaria img {
    max-height: none;
    width: 100%;
    height: 100%;
  }
  section#secundaria h2 {
    color: #000000;
  }
  section#eventos {
    order: 2;
  }
  section#eventos h2 {
    color: #000000;
  }
  section#eventos p br {
    display: none;
  }
  section#eventos .row-imagenes {
    flex-wrap: nowrap;
  }
  section#recursos {
    order: 3;
  }
  section#recursos p {
    color: white;
  }
  section#recursos .cont-cards {
    justify-content: center;
  }
  section#recursos .cont-cards .card {
    max-width: 350px;
    padding: 20px;
    border-radius: 25px;
  }
  section#recursos .cont-cards .card .img img {
    width: 100%;
    height: 250px;
  }
  section#recursos .cont-cards .card .contenido {
    height: auto;
  }
  section#recursos .cont-cards .card .contenido p {
    color: #000000;
  }
  section#ayuda {
    order: 4;
  }
  section#ayuda h2 {
    color: #000000;
  }
  section#ayuda .contacto .formulario {
    align-items: center;
    gap: 0;
  }
}
@media all and (max-width: 575px) {
  section#eventos .row-imagenes {
    flex-wrap: wrap;
    justify-content: center;
  }
  section#eventos .row-imagenes img {
    width: 80%;
  }
  section#recursos .cont-cards .card {
    max-width: 350px;
  }
  section#recursos .cont-cards .card .img img {
    width: 100%;
  }
  section#recursos .cont-cards .card .contenido {
    height: auto;
  }
  section#recursos .cont-cards .card .contenido p {
    color: #000000;
  }
}
.registro, .area-privada {
  /*.cabecera{
      background-image: url('/wp-content/themes/salvacomidas-child/assets/images/comun/cabecera-naranja.jpg');
      height: 219px;
      display: flex;
      justify-items: center;
      justify-content: center;
      align-items: center;
      .container{
          display: flex;
          justify-content: center;
          color:white;
          text-align: center;
          h1{
              border-bottom: 1px solid white;
              border-top: 1px solid white;
              padding:15px 0px 35px;
              background-image: url('/wp-content/themes/salvacomidas-child/assets/images/comun/filete-blanco.png');
              background-repeat: no-repeat;
              background-size: 30%;
              background-position: center 85px;
          }
      }

  }*/
}
.registro .opciones-registro, .area-privada .opciones-registro {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-left: 0;
}
.registro .opciones-registro li, .area-privada .opciones-registro li {
  margin: 5px 10px;
}
.registro .opciones-registro li a.active, .area-privada .opciones-registro li a.active {
  background-color: white !important;
  color: #19638E !important;
  font-weight: bold;
  border: 2px solid #19638E;
}
.registro .intro, .area-privada .intro {
  max-width: 720px;
  margin: 0 auto;
  margin-top: 20px;
  /* text-align: center;*/
}
.registro .form-registro .cont-form-ocultable, .area-privada .form-registro .cont-form-ocultable {
  display: none;
}
.registro .form-registro .active, .area-privada .form-registro .active {
  display: block;
}
.registro .form-registro .linea-grupo, .area-privada .form-registro .linea-grupo {
  margin-top: 30px;
}
.registro .form-registro h3, .area-privada .form-registro h3 {
  background-color: #19638E;
  color: white;
  padding: 10px;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
}
.registro .form-registro .contenido-caja, .area-privada .form-registro .contenido-caja {
  background-color: #FAF7EE;
  padding: 20px;
  margin-top: -10px;
  border-radius: 0px 0px 20px 20px;
}
.registro .form-registro .formulario, .area-privada .form-registro .formulario {
  max-width: 720px;
  margin: 0 auto;
}
.registro .form-registro .formulario .contenedor-form .cur, .area-privada .form-registro .formulario .contenedor-form .cur {
  display: block;
}

.formulario_cambio_password {
  width: 100%;
  text-align: center;
}

.login .intro-login {
  width: 80%;
}
.login .formulariologin {
  max-width: 670px;
  border-radius: 50px;
  background-color: #19638E;
  color: white;
  padding: 50px 60px;
}
.login .formulariologin form label {
  color: white;
}
.login .formulariologin a {
  color: white;
  text-decoration: underline;
}
.login .formulariologin #email, .login .formulariologin #password {
  padding: 10px;
  font-size: 22px;
}

.area-privada .intro ul {
  list-style: none;
  text-align: left;
  font-size: 18px;
}
.area-privada .intro ul li {
  margin: 10px 0px;
}
.area-privada h3 {
  font-size: 18px;
  font-weight: normal;
  font-family: "Neue Haas Grotesk Display Pro" !important;
}
.area-privada .cabecera {
  margin-bottom: 90px;
}
.area-privada .cabecera .container {
  flex-wrap: wrap;
}
.area-privada .cabecera .container p {
  width: 100%;
  font-size: 14px;
}
.area-privada .form-registro .cont-grupos, .area-privada .form-registro .gestion-trabajo {
  width: 100%;
}
.area-privada .form-registro .cont-grupos #tabla_datos, .area-privada .form-registro .gestion-trabajo #tabla_datos {
  width: 100%;
}
.area-privada .form-registro .cont-grupos #tabla_datos .cabecera-tabla th, .area-privada .form-registro .gestion-trabajo #tabla_datos .cabecera-tabla th {
  color: #19638E;
  font-weight: normal;
  border-right: none !important;
  border-bottom: 1px solid #19638E;
  font-size: 18px;
}
.area-privada .form-registro .cont-grupos #tabla_datos td, .area-privada .form-registro .gestion-trabajo #tabla_datos td {
  color: black;
  margin: 0px 5px;
  font-size: 18px;
  padding-top: 10px;
}
.area-privada .form-registro .cont-grupos #tabla_datos td.borde, .area-privada .form-registro .gestion-trabajo #tabla_datos td.borde {
  border-bottom: 1px solid black;
  border-right: 10px solid transparent;
}
.area-privada .form-registro .cont-grupos #tabla_datos .boton div, .area-privada .form-registro .gestion-trabajo #tabla_datos .boton div {
  display: flex;
  justify-content: center;
}
.area-privada .form-registro .oculto {
  display: none;
}
.area-privada .form-registro .alert {
  width: 100%;
}
.area-privada .form-registro textarea {
  width: 100%;
  min-height: 220px;
  background: white;
  border-radius: 5px;
  border: none;
  padding: 10px;
}
.area-privada .form-registro .formu-trabajo {
  width: 100%;
}
.area-privada .form-registro .formu-trabajo .bt-enviar-container {
  display: flex;
  justify-content: center;
}
.area-privada .oculto {
  display: none;
}

/* Materiales didácticos */
.area-privada.ap-materiales-didacticos .nav-tabs {
  border: none;
}
.area-privada.ap-materiales-didacticos .nav-tabs .nav-item a.nav-link {
  background-color: #FAF7EE;
  margin-right: 3px;
  color: #19638E;
}
.area-privada.ap-materiales-didacticos .nav-tabs .nav-item a.nav-link.active {
  background-color: #19638E;
  color: white;
  border: none;
}
.area-privada.ap-materiales-didacticos .tab-content {
  background-color: #FAF7EE;
  padding: 20px;
  border-radius: 0px 0px 20px 20px;
}
.area-privada.ap-materiales-didacticos .tab-content .fila-material {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.area-privada.ap-materiales-didacticos .tab-content .fila-material a {
  width: 25%;
  background-color: #50985A;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: white;
  line-height: 1.2;
  text-align: center;
  font-family: "Feature Display";
}
.area-privada.ap-materiales-didacticos .tab-content .fila-material a:hover {
  background-color: #063F32 !important;
}

section.quienes h2 {
  color: #000000 !important;
}
section.quienes p {
  color: #000000 !important;
}
section.quienes .img {
  border-radius: 16px;
}

section#historia .boca {
  position: absolute;
  left: -87px;
  max-width: 325px;
}

section#hacemos .botella {
  position: absolute;
  right: 60px;
  top: -400px;
}
section#hacemos .botella img {
  height: 400px;
  width: auto;
}
section#hacemos .ejecicio {
  position: absolute;
  left: 45px;
  bottom: 0;
}
section#hacemos .ejecicio img {
  height: 230px;
  width: auto;
}

@media all and (max-width: 1800px) {
  section#hacemos .botella {
    position: absolute;
    right: 30px;
    top: -300px;
  }
  section#hacemos .botella img {
    height: 300px;
    width: auto;
  }
  section#hacemos .ejecicio {
    position: absolute;
    left: 45px;
    bottom: 0;
  }
  section#hacemos .ejecicio img {
    height: 200px;
    width: auto;
  }
}
@media all and (max-width: 1750px) {
  section#historia .boca {
    position: absolute;
    left: -87px;
    max-width: 275px;
  }
  section#hacemos .ejecicio {
    position: absolute;
    left: 45px;
    bottom: 0;
  }
  section#hacemos .ejecicio img {
    height: 150px;
    width: auto;
  }
}
@media all and (max-width: 1600px) {
  section#historia .boca {
    position: absolute;
    left: -87px;
    max-width: 200px;
  }
  section#hacemos .botella {
    position: absolute;
    right: 30px;
    top: -200px;
  }
  section#hacemos .botella img {
    height: 200px;
    width: auto;
  }
  section#hacemos .ejecicio {
    position: absolute;
    left: 20px;
    bottom: 0;
  }
  section#hacemos .ejecicio img {
    height: 125px;
    width: auto;
  }
}
@media all and (max-width: 1500px) {
  section#hacemos .ejecicio {
    display: none;
    left: 45px;
    bottom: 0;
  }
  section#hacemos .ejecicio img {
    height: 230px;
    width: auto;
  }
}
@media all and (max-width: 1420px) {
  section#historia .boca {
    display: none;
    position: absolute;
    left: -87px;
    max-width: 200px;
  }
  section#hacemos .botella {
    display: none;
    position: absolute;
    right: 30px;
    top: -200px;
  }
  section#hacemos .botella img {
    height: 200px;
    width: auto;
  }
}
@media all and (max-width: 1200px) {
  section#historia .boca {
    display: none;
  }
  section#hacemos .botella {
    display: none;
  }
  section#hacemos .botella img {
    height: 400px;
    width: auto;
  }
  section#hacemos .ejecicio {
    display: none;
  }
  section#hacemos .ejecicio img {
    height: 230px;
    width: auto;
  }
}
@media all and (max-width: 767px) {
  section#historia .img {
    height: 250px;
    background-position: top;
  }
  section#hacemos .contenido {
    order: 2;
  }
  section#hacemos .contenido .button {
    align-self: center;
  }
  section#hacemos .img {
    order: 1;
    height: 250px;
  }
  section#foodeducators .img-food {
    margin-bottom: 10px;
  }
  section#foodeducators .img-food img {
    width: 80%;
  }
}
@media all and (max-width: 575px) {
  section#historia .img {
    height: 200px;
  }
  section#hacemos .img {
    height: 200px;
  }
}
section#video h3 {
  color: #000000;
  text-align: center;
}
section#video ul li::marker {
  color: #50985A !important;
}
section#video .galleta {
  position: absolute;
  left: -90px;
  top: 70px;
}
section#video .galleta img {
  width: 400px;
}
section#video .cacahuete {
  position: absolute;
  right: 60px;
  top: 460px;
}
section#video .cacahuete img {
  width: 250px;
}
section#video .estrellas {
  position: absolute;
  left: 74px;
  bottom: 400px;
}
section#video .estrellas img {
  width: 100px;
}
section#video .estrellas-giradas {
  position: absolute;
  right: 60px;
  bottom: 200px;
}
section#video .estrellas-giradas img {
  width: 110px;
  transform: rotate(45deg);
}
section#video .programa a {
  color: #50985A;
}

section#concurso {
  /*.card {
      padding: 15px;
      h3 {
          color: white;
          text-align: center;

      }
      p {
          color: white;
      }

  }*/
  /*.card-categorias {
      max-width: 740px;
      li {
          &::marker {
              color: $green;
          }
      }
  }*/
  /*.card-mas {
      max-width: 740px;
      p {
          color: $black;
          text-align: center;
          a {
              color: $green;
          }
      }
      .button {
          pad: 40px;
          a {
              padding: 20px 30px;
          }
      }

  }*/
}
section#concurso p, section#concurso h2, section#concurso h3 {
  color: white;
}
section#concurso .card p {
  color: #000000;
  margin-bottom: 0;
}
section#concurso .card h3 {
  color: #19638E;
}
section#concurso .num {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-family: "Feature Display";
}

@media all and (max-width: 1800px) {
  section#video .galleta {
    position: absolute;
    left: -90px;
    top: 70px;
  }
  section#video .galleta img {
    width: 300px;
  }
  section#video .cacahuete {
    position: absolute;
    right: 30px;
    top: 460px;
  }
  section#video .cacahuete img {
    width: 200px;
  }
  section#video .estrellas {
    position: absolute;
    left: 74px;
    bottom: 400px;
  }
  section#video .estrellas img {
    width: 100px;
  }
  section#video .estrellas-giradas {
    position: absolute;
    right: 60px;
    bottom: 200px;
  }
  section#video .estrellas-giradas img {
    width: 110px;
    transform: rotate(45deg);
  }
}
@media all and (max-width: 1650px) {
  section#video .galleta {
    position: absolute;
    left: -100px;
    top: 70px;
  }
  section#video .galleta img {
    width: 250px;
  }
  section#video .cacahuete {
    position: absolute;
    right: 5px;
    top: 460px;
  }
  section#video .cacahuete img {
    width: 150px;
  }
  section#video .estrellas {
    position: absolute;
    left: 30px;
    bottom: 400px;
  }
  section#video .estrellas img {
    width: 100px;
  }
  section#video .estrellas-giradas {
    position: absolute;
    right: 30px;
    bottom: 200px;
  }
  section#video .estrellas-giradas img {
    width: 110px;
    transform: rotate(45deg);
  }
}
@media all and (max-width: 1490px) {
  section#video .galleta {
    display: none;
    position: absolute;
    left: -100px;
    top: 70px;
  }
  section#video .galleta img {
    width: 250px;
  }
  section#video .cacahuete {
    display: none;
  }
  section#video .cacahuete img {
    width: 150px;
  }
  section#video .estrellas {
    position: absolute;
    left: 30px;
    bottom: 400px;
  }
  section#video .estrellas img {
    width: 75px;
  }
  section#video .estrellas-giradas {
    position: absolute;
    right: 30px;
    bottom: 200px;
  }
  section#video .estrellas-giradas img {
    width: 75px;
    transform: rotate(45deg);
  }
}
@media all and (max-width: 1400px) {
  section#video .galleta {
    display: none;
    position: absolute;
    left: -100px;
    top: 70px;
  }
  section#video .galleta img {
    width: 250px;
  }
  section#video .cacahuete {
    display: none;
  }
  section#video .cacahuete img {
    width: 150px;
  }
  section#video .estrellas {
    position: absolute;
    left: 5px;
    bottom: 400px;
  }
  section#video .estrellas img {
    width: 50px;
  }
  section#video .estrellas-giradas {
    position: absolute;
    right: 5px;
    bottom: 200px;
  }
  section#video .estrellas-giradas img {
    width: 50px;
    transform: rotate(45deg);
  }
}
@media all and (max-width: 1320px) {
  section#video .estrellas {
    display: none;
    position: absolute;
    left: 5px;
    bottom: 400px;
  }
  section#video .estrellas img {
    width: 50px;
  }
  section#video .estrellas-giradas {
    display: none;
    position: absolute;
    right: 5px;
    bottom: 200px;
  }
  section#video .estrellas-giradas img {
    width: 50px;
    transform: rotate(45deg);
  }
}
@media all and (max-width: 1199px) {
  section#video li {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  section#video li {
    font-size: 14px;
  }
  section#video .cont-cards ul {
    padding: 0;
  }
  section#concurso p, section#concurso h2, section#concurso h3 {
    color: white;
  }
  section#concurso .row-categorias {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  section#concurso .row-categorias .card {
    width: 100%;
  }
  section#concurso .row-pepino > div {
    justify-content: center;
  }
  section#concurso .row-pepino .row-num {
    flex-wrap: nowrap;
  }
  section#concurso .row-pepino .img-pepino img {
    max-width: 275px;
  }
  section#section-mas-recursos h2 {
    text-align: center;
  }
  section#section-mas-recursos img {
    height: 200px;
  }
}
@media all and (max-width: 575px) {
  section#concurso .row-categorias {
    display: flex;
    justify-content: center;
  }
  section#concurso .row-categorias .card {
    max-width: 340px;
  }
}
section#unidades .card h3 {
  color: #000000;
}
section#unidades .card p {
  color: #000000;
}
section#unidades .card p a {
  color: #50985A;
}

@media all and (max-width: 767px) {
  section#intro-secundaria .contenido {
    width: 100%;
  }
  section#intro-secundaria .cont-img img {
    max-width: 250px;
    width: 100%;
  }
  section#unidades .card .cont-img img {
    max-width: 250px;
    width: 100%;
  }
}
section#explorar h2 {
  color: white;
}
section#explorar .card h3 {
  color: #000000;
}
section#explorar .intro p {
  color: white;
}

section#enlances .card h3 {
  color: #000000;
}
section#enlances .card .img {
  border-radius: 16px;
  min-height: 260px;
}

@media all and (max-width: 1040px) {
  section#explorar .text-xl p {
    font-size: 26px;
  }
}
@media all and (max-width: 767px) {
  section#mermelada .text {
    width: 100%;
  }
  section#mermelada .cont-mermelada .mermelada img {
    max-width: 175px;
  }
}
section#fichas-educativas .grid .ficha {
  padding-left: 0;
  padding-right: 0;
}
section#fichas-educativas .grid .ficha .img img {
  border-radius: 16px 0 16px 0;
}
section#fichas-educativas .grid .ficha .contenido h3 {
  color: #004393 !important;
  font-size: 1.7em;
  font-weight: 600;
  text-align: center;
}
section#fichas-educativas .grid .ficha .contenido p {
  text-align: center;
}

section#eventos .eventos .img-evento {
  padding: 0em 0em 0em 0em;
  border-style: solid;
  border-width: 15px 15px 15px 15px;
  border-color: #EEEEEE;
  border-radius: 50% 50% 50% 50%;
}
section#eventos .eventos .img-evento img {
  border-radius: 16px;
  border-style: solid;
  border-width: 15px 15px 15px 15px;
  border-color: #FFFFFF;
  border-radius: 50% 50% 50% 50%;
}
section#eventos .eventos .btn-evento {
  margin-top: -3em;
  border-radius: 16px;
  border: solid 0.5px #004393;
  width: 100%;
  min-width: 290px;
}
section#eventos .eventos .btn-evento > div {
  border-radius: 16px;
  padding: 5px;
  background-color: white;
}
section#eventos .eventos .btn-evento h2 {
  border-radius: 14px;
  min-height: 70px;
  color: #73C4EE;
  background-color: #004393;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#eventos .eventos .btn-evento h2:hover {
  color: #004393;
  background-color: #73C4EE;
}
section.noticias h2 {
  color: #000000;
  margin-bottom: 20px;
}
section.noticias .blog .post .img img {
  border-radius: 16px;
  margin-bottom: 10px;
  height: 250px;
  object-fit: cover;
}
section.noticias .blog .post .categoria {
  margin-bottom: 10px;
}
section.noticias .blog .post .categoria ul {
  margin-bottom: 0;
  padding-left: 16px;
}
section.noticias .blog .post .categoria ul li {
  font-size: 14px;
  color: #50985A;
}
section.noticias .blog .post .categoria ul::marker {
  color: #50985A;
}
section.noticias .blog .post h3 {
  color: #000000;
}
section.noticias .blog .post .date {
  margin-top: 5px;
  margin-bottom: 5px;
}
section.noticias .blog .post .date img {
  margin-right: 5px;
}
section.noticias .blog .post .date time {
  color: #50985A;
  font-size: 14px;
  line-height: 20px;
  color: #50985A;
}
section.noticias .blog .post .extracto {
  font-size: 16px;
}
section.noticias .blog .post:hover h3 {
  color: #50985A;
  text-decoration: underline;
}
section.noticias .blog.misiones h3 {
  text-align: center;
}
section.noticias .blog.misiones svg {
  fill: #000000;
}
section.noticias .novedades {
  margin-top: 40px;
}

@media all and (max-width: 1300px) {
  section.noticias > div {
    align-items: center !important;
  }
  section.noticias h2 {
    color: #000000;
    margin-bottom: 20px;
  }
  section.noticias .blog.misiones {
    max-width: 90% !important;
  }
  section.noticias .novedades {
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  section.noticias .blog.misiones .elementor-swiper-button svg {
    width: 20px;
    height: 30px;
  }
  section.noticias .blog.misiones .elementor-swiper-button-next {
    right: 30px;
  }
  section.noticias .blog.misiones .elementor-swiper-button-prev {
    left: 30px;
  }
}
@media all and (max-width: 575px) {
  section.noticias .blog.misiones .elementor-swiper-button svg {
    width: 20px;
    height: 30px;
  }
  section.noticias .blog.misiones .elementor-swiper-button-next {
    right: 20px;
  }
  section.noticias .blog.misiones .elementor-swiper-button-prev {
    left: 20px;
  }
}
@media all and (max-width: 575px) {
  section.noticias .blog.misiones .elementor-swiper-button svg {
    width: 20px;
    height: 30px;
  }
  section.noticias .blog.misiones .elementor-swiper-button-next {
    right: -20px;
  }
  section.noticias .blog.misiones .elementor-swiper-button-prev {
    left: -20px;
  }
}
section#videos .grid .cont-video h3 {
  color: #000000;
}
section#videos .link a {
  color: #50985A;
}

section#contacto h2 {
  color: #000000;
}
section#contacto .contacto .formulario {
  display: flex;
  justify-content: space-between;
}
section#contacto .contacto .formulario label {
  margin-bottom: 10px;
}
section#contacto .contacto .formulario input {
  width: 100%;
  height: 48px;
  background: white;
  border-radius: 5px;
  border: none;
}
section#contacto .contacto .formulario select {
  width: 100%;
  height: 48px;
  background: white;
  border-radius: 5px;
  border: none;
}
section#contacto .contacto .formulario textarea {
  width: 100%;
  height: 124px;
  background: white;
  border-radius: 5px;
  border: none;
}
section#contacto .contacto .formulario .seleccion {
  margin-top: 15px;
}
section#contacto .contacto .formulario .mail {
  max-width: 576px;
  width: 100%;
}
section#contacto .contacto .formulario .mail .seleccion {
  margin-top: 10px;
}
section#contacto .contacto .formulario .mensaje {
  max-width: 576px;
  width: 100%;
}
section#contacto .contacto .formulario .mensaje .aceptar p {
  display: flex;
  font-size: 14px;
}
section#contacto .contacto .formulario .mensaje .aceptar p a {
  color: #50985A;
}
section#contacto .contacto .formulario .mensaje .aceptar span {
  margin-left: 0;
}
section#contacto .contacto .formulario .mensaje .aceptar span input {
  height: 13px;
  width: 13px;
  margin-right: 10px;
}
section#contacto .contacto .formulario .mensaje .enviar p {
  display: flex;
  justify-content: end;
}
section#contacto .contacto .formulario .mensaje .enviar p input {
  width: 82px;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #000000;
}
section#contacto .info p {
  font-size: 12px;
}

@media all and (max-width: 1199px) {
  section#contacto h2 {
    color: #000000;
  }
  section#contacto .contacto .formulario {
    gap: 20px;
  }
  section#contacto .info p {
    font-size: 12px;
  }
}
@media all and (max-width: 767px) {
  section#contacto h2 {
    color: #000000;
  }
  section#contacto .contacto .formulario {
    gap: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  section#contacto .info p {
    font-size: 12px;
  }
}
section.evento-detail .cont-datos {
  padding-bottom: 0;
}
section.evento-detail .cont-datos .datos-post {
  padding-bottom: 0;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}
section.evento-detail .cont-datos .datos-post .cont-fecha {
  padding-top: 0;
  padding-left: 0;
}
section.evento-detail .cont-datos .datos-post .cont-fecha p {
  margin-bottom: 0;
}
section.evento-detail .cont-datos .datos-post .cont-fecha .fecha {
  margin-left: 10px;
}
section.evento-detail .cont-datos .datos-post .cont-fecha .fecha time {
  font-size: 16px;
}
section.evento-detail .cont-datos .datos-post .cont-autor {
  padding-left: 0;
}
section.evento-detail .cont-datos .datos-post .cont-autor p {
  margin-bottom: 0;
}
section.evento-detail .cont-datos .datos-post .cont-autor .elementor-author-box__text {
  display: flex;
  align-items: center;
}
section.evento-detail .cont-datos .datos-post .cont-autor .elementor-author-box__text h3 {
  margin-left: 10px;
  color: #000000;
  font-size: 18px;
  margin-bottom: 0;
}
section.evento-detail .cont-datos .cont-enviar p {
  margin-bottom: 0;
}
section.evento-detail .cont-datos .cont-enviar img {
  width: 30px;
}
section.evento-detail .cont-contenido {
  padding-top: 0;
}
section.evento-detail .cont-contenido .titulo {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
section.evento-detail .cont-contenido .titulo h2 {
  color: #000000;
}

#error-404 {
  min-height: 70vh;
}
#error-404 h1 {
  font-size: 120px;
}
#error-404 p {
  font-size: 22px;
}
@media all and (max-width: 575px) {
  #error-404 h1 {
    font-size: 60px;
  }
  #error-404 p {
    font-size: 16px;
  }
}

section#ganadores h2 {
  margin-top: 50px;
}
section#ganadores .bg-off-white {
  padding: 30px;
  border-radius: 12px;
}

.popup-trabajo h2 {
  font-size: 26px;
}
.popup-trabajo p {
  font-size: 16px;
}/*# sourceMappingURL=main.min.css.map */