/*!
Theme Name: Saúde Oral
Theme URI: http://underscores.me/
Author: Clima
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: saude-oral
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

My Briefing is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--blue);
}

.single-post-excerpt a,
.single-post-content a {

  color: var(--blue) !important;
}

/* a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
} */

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  /* width: 100%; */
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.main-navigation a:hover {
  text-decoration: underline;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  /* .menu-toggle {
		display: none;
	} */

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
  gap: 1rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
    padding: .5rem;
  /* width: 100%; */
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  /* margin-right: 1.5em; */
  /* margin-bottom: 1.5em; */
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*
* CSS
*/

/*Gerais*/

:root {
  --light-gray: #f2f2f2;
  --gray: #c9c9c9;
  --black: #000;
  --white: #fff;
  --blue: #185A9D;
  --blue-light: #35B9C5;
  --link-color: #cb242b;
}

a,
a:hover,
a:active {

  color: var(--blue-light);
}


body,
html {

  font-family: 'Jost', sans-serif;

}

h1 {
  font-weight: 800;
  font-size: 1rem;
  color: #000;
  text-transform: uppercase;
}

.height-100 {

  min-height: 100%;
  background-color: #fff;
}

.bg-black {
  background: var(--black);
}

.bg-blue {
  background: var(--blue);
}

.bg-blue-light {
  background: var(--blue-light) !important;
}

.bg-light-gray {
  background: var(--light-gray);
}

.c-blue {
  color: var(--blue);
}

.c-blue-light {
  color: var(--blue-light) !important;
}

.playfair {
  font-family: "Playfair Display", serif;
}

.fs-20 {
  font-size: 1.2rem;
}

.fw-800 {
  font-weight: 800;
}

.slider .row .col-post .content,
.slider .row .col-post .content .h2-destaque {

  font-family: 'Jost', sans-serif;

}

/*Header*/
/* .custom-logo-link.mobile{
    
    display: none;
} */

/* @media screen and (max-width: 768px){
    
    .custom-logo-link.mobile{
        
        display: block;
    }
    
    .custom-logo-link:not(.mobile){
        
        display: none;
    }
} */

body .custom-logo-link img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  min-height: 50px;
}

body.scrolled .custom-logo-link {
  height: 50px;
}

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

#site-navigation>div {
  position: absolute;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0.87);
  left: 0;
  top: 100%;
  z-index: 999;
}

.menu-left {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.menu-left ul li a {
  /* font-family: "Playfair Display"; */
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.menu-right ul li a {
  text-align: left;
  /*font-family: "Futura";*/
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.menu-right #primary-menu {
  column-count: 3;
}

.site-header {
  border-bottom: 1px solid var(--gray);
}

.menu-toggle {
  background: transparent;
  border: 0;
}

.lupa-menu {
  right: -15px;
}

.main-navigation:not(.toggled) .menu-toggle span:first-child {
  max-width: 58%;
}

.main-navigation:not(.toggled) .menu-toggle span:nth-child(2) {
  max-width: 54%;
}

.line {
  display: block;
  position: relative;
  top: 0;
  opacity: 1;
  background-color: #000;
  border-radius: 2px;
  margin: 7px 2px;
  height: 2px;
  width: 35px;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.2s linear, top 0.2s linear, opacity 0.2s linear;
  transition: -webkit-transform 0.2s linear 0s, transform 0.2s linear 0s, top 0.2s linear 0s, opacity 0.2s linear 0s;
}

#site-navigation:not(.toggled)>div {
  display: none;
}

.social-network a {
  display: flex;
  align-self: flex-start;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black);
}

.social-network a svg {
  height: 25px;
  width: 25px;
}

#site-navigation.toggled .menu-toggle img,
#site-navigation.toggled .menu-toggle .line {
  opacity: 0;
}

#site-navigation.toggled .menu-toggle .line:nth-child(1),
.webletter.active span:nth-child(2) {
  opacity: 1;
  transform: rotate(45deg);
  top: 20%;
  left: 0;
  position: absolute;
}

#site-navigation.toggled .menu-toggle .line:nth-child(3),
.webletter.active span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}

#newsletter:not(.active) {
  display: none;
}

#newsletter {
  left: 0;
  top: 100%;
  z-index: 99;
}

.webletter.active img {
  display: none;
}

.webletter {
  width: 35px;
  height: 35px;
  position: relative;
}

.webletter.active span {
  display: block;
  position: relative;
  top: 0;
  opacity: 1;
  background-color: var(--blue);
  border-radius: 2px;
  margin: 7px 2px;
  height: 3px;
  width: 35px;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.2s linear, top 0.2s linear, opacity 0.2s linear;
  transition: -webkit-transform 0.2s linear 0s, transform 0.2s linear 0s, top 0.2s linear 0s, opacity 0.2s linear 0s;
}

.webletter.active span:nth-child(2) {
  transform: rotate(45deg) translate(0px, 8px);
}

.webletter.active span:last-child {
  transform: rotate(-45deg) translate(-10px, 3px);
}

.acymailing_module .acymailing_module_form {
  display: inline-flex;
  width: 100%;
  padding-top: 2rem !important;
}

.acymailing_module_form .acymailing_form {
  width: 100%;
}

.acymailing_module_form .acymailing_form p,
.acymailing_module_form .acysubbuttons {
  margin-bottom: 0;
}

.acymailing_module_form .acymailing_form p input {
  /* width: 95% !important; */
  width: 100% !important;
  min-height: 40px;
  border: 0 !important;
  background: transparent;
  color: #fff;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
}

.acymailing_module_form .acysubbuttons input {
  min-height: 40px;
  background: transparent;
  color: #fff;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 500;
}

.widget_acymailing_subform_widget .widget-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  /*font-family: "Futura";*/
  text-align: start;
}



.search-form {
  display: table;
  /* margin: 1rem 0 2rem auto; */
  margin: 1rem 0 2rem auto;
  background: var(--blue);
  border-radius: 25px;
  height: 40px;
  position: relative;
  min-width: 250px;
  /* width: 100%; */
  margin-bottom: 0;
  /* margin-right: 2.5rem; */
}

.search-form .search-field::placeholder,
.search-form .search-field:focus {
  color: #fff;
}

.search-form .search-field {
  height: 40px;
  background: transparent;
  border: 0;
  padding: 0 1rem;
  color: #fff;
  width: 250px;
}

.search-form .search-submit {
  position: absolute;
  right: 0;
  width: 35px;
  height: 40px;
  opacity: 0;
}

.search-form .lupa {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 35px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.menu-right {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.menu-right .menu-main-menu-container {
  width: 100%;
}

.header-menu {

  position: relative;
}

.header-menu:after {

  content: '';
  position: absolute;
  top: 0;
  width: calc((100vw - 1344px) / 2);
  background: var(--blue);
  height: 100%;
  left: 0;
}

#site-navigation .register-btn.mobile,
#site-navigation .login-btn.mobile {

  display: none !important;
}


/*Prémios*/
.popup-votacao:not(.active) {

  display: none;
}

.popup-votacao {

  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, .6);
  top: 0;
  left: 0;
}

.popup-votacao .container-popup {

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  /* height: 100%; */
  max-height: 80%;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  padding: 1.5rem;
}

.buttoms a {

  padding: 0.5rem 1.5rem;
}



.accordion {
  background-color: transparent;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.panel {
  /* padding: 0 18px; */
  background-color: white;
  /* display: none;
  overflow: hidden; */
}

/* 
.accordion:after {
  content: url('/wp-content/uploads/2023/05/accordion-arrow.svg');
  right: .5rem;
  top: 50%;
  transform: translate(0, -50%) rotate(-180deg);
  position: absolute;
  transition: all .5s;
} */

.accordion.active:after {

  transform: translate(0, -50%) rotate(0deg);
}

.pontuacao {

  font-size: 1.8rem;
  color: var(--blue-light);
  font-weight: 900;
}

.pontuacao span {

  font-size: 1rem;
}

.btn-descricao-candidatura {

  color: var(--blue-light);
  border: 1px solid var(--blue-light);
  padding: .5rem 1rem;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 700;
}

.btn-descricao-candidatura:hover {

  color: #fff;
  background-color: var(--blue-light);
}

.btn-votar,
.buttoms a.btn-azul {

  display: block;
  padding: .5rem 1.5rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background-color: var(--blue-light);
  border: 1px solid var(--blue-light);
  margin-right: .5rem;
  text-decoration: none;
}

.btn-votar:hover,
.buttoms a.btn-azul:hover {

  color: var(--blue-light);
  background-color: #fff;
}

.btn-votar.disable {

  background-color: #d0d0d0 !important;
  border: 1px solid #d0d0d0 !important;
  color: #fff !important;
  pointer-events: none;
  cursor: alias;
}

/*Popup Login*/
.popup-login.active {
  display: block;
}

.popup-login {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 9999;
  display: none;
}

.popup-login .container-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 700px;
  background: #fff;
  max-height: 95vh;
  overflow: auto;
}

.popup-login .container-popup .content-popup .popup-header {
  padding: 1.5rem;
  background: #008898;
  color: #fff;
}

.fechar-popup {
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}

.header-login:not(.active),
.header-registo:not(.active),
.popup-content.login:not(.active),
.popup-content.registo:not(.active) {
  display: none;
}

.popup-login .container-popup .content-popup .popup-content {
  padding: 1rem 1.5rem;
}

.wpforms-field:not(.wpforms-field-checkbox) input {
  height: 60px !important;
  border: 0 !important;
  background: #eeeeee !important;
  border-radius: 0 !important;
}

.wpforms-field select,
.wpforms-field:not(.wpforms-field-checkbox) input {
  height: 60px !important;
  border: 0 !important;
  background: #eeeeee !important;
  border-radius: 0 !important;
}

#wpforms-18380 .wpforms-field:not(.wpforms-field-checkbox) input,
#wpforms-18380 .wpforms-field select,
#wpforms-18380 .wpforms-field:not(.wpforms-field-checkbox) textarea {

  background: transparent !important;
  border: 1px solid #454545 !important;
}

#wpforms-18380 .wpforms-submit {

  margin-right: auto;
  margin-left: inherit !important;
}

.wpforms-submit {
  padding: 0 2.5rem !important;
  font-weight: 700 !important;
  height: 60px !important;
  color: #fff !important;
  border: 0 !important;
  margin-bottom: 1rem !important;
  display: table !important;
  margin-left: auto !important;
  background: #35B9C5 !important;
}

.wpforms-confirmation-scroll {

  background: transparent !important;
  border: 0 !important;
  margin-top: 4rem !important;
  box-shadow: 1px 1px 14px #000000b5 !important;
  padding: 3rem !important;
}

.wpforms-confirmation-scroll>* {

  text-align: center !important;
}


/*page*/

.grid-layout {
  display: grid;
  grid-template-areas:
    "square-50 square-50 square-50 square-25-1 square-25-2"
    "square-50 square-50 square-50 square-25-3 square-25-4";
  grid-template-columns: auto auto auto auto auto;
  gap: 1rem;
}

/*Content*/
.single-post-title {
  /* font-family: "Playfair Display"; */
  font-weight: 400;
}

.single-post-excerpt {
  /* font-family: "Playfair Display"; */
  font-weight: 400;
  font-size: 1.3rem;
}

.single-post-content {
  /* font-family: 'Futura', sans-serif; */
  font-weight: 400;
  font-size: 1.1rem;
}

.related-title {
  font-size: 1.9rem;
  color: var(--blue);
  font-weight: 800;
}

.related-links a {
  /* font-family: "Playfair Display"; */
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--blue);
}

.tags a {
  font-weight: 700 !important;
  font-size: 0.6rem !important;
  text-transform: uppercase;
  color: #454545;
}

/* .tags a:hover {
  font-weight: 700;
  font-size: 1rem;
  color: #454545;
} */

.titulos-sessoes-link {
  text-decoration: none;
}

.titulos-sessoes-link:hover {
  text-decoration: underline;
  color: white;
}

.share-links {
  margin-bottom: 1rem;
}

.share-links a {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  background: var(--blue-light);
  border-radius: 50%;
  margin-right: 0.5rem;
}

.share-links a svg {
  max-width: 80%;
  max-height: 50%;
}

.share-links a:hover {
  background: var(--black);
}

.title-post {
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
}

.col-post:hover .content {
  background: var(--blue);
  color: #fff;
}

.col-post:hover .title-post,
.col-post:hover .content .date {
  color: #fff;
}

.pub *,
.pub-header * {
  margin-bottom: 0;
}

.pub>.container>.row>.col-12>p {

  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .pub>.container>.row>.col-12>p {

    flex-wrap: wrap;

  }
}

.pub>.container>.row {

  justify-content: center;

}

/*.pub > .container > .row > .col-12 > *{

  padding: 3px;
}*/

/*Stories*/
.stories .more-link {
  display: none;
}

.stories .entry-header h2 {
  line-height: 1;
}

.stories .entry-header h2 a {
  font-weight: 800;
  font-size: 1rem;
}

.stories .entry-content {
  font-weight: 400;
  font-size: 1rem;
}

.stories.contador-0 .entry-content {
  font-weight: 400;
  font-size: 1.1rem;
}

.stories.contador-0 .entry-header h2 a {
  font-weight: 700;
  font-size: 1.3rem;
}

.stories:not(.contador-0) .post-thumbnail {
  height: 150px;
}

.stories:not(.contador-0) .post-thumbnail img {
  height: 100%;
  object-fit: cover;
}

.stories:not(.contador-0) .contentor-post {
  padding: 0.5rem 1rem !important;
}

.stories:not(.contador-0) .contentor-post .entry-content {
  margin: 0;
}

.stories .post-thumbnail img {
  width: 100%;
}

.stories .post-thumbnail {
  overflow: hidden !important;
}

.stories .post-thumbnail img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease !important;
  transition: transform 0.5s ease !important;
}

.stories .post-thumbnail:hover img {
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}

.grid-layout article {
  /* box-shadow:0 0 0 1px palegreen; */

  position: relative;
}

.gallery {

  display: block;
}

/* .gallery figure {

  width: 100%;
} */


.top-vercedores::after {

  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 73%;
  background-color: #B3C9D7;
  content: '';
  z-index: -1;
}

/*Destaque*/

.title_destaque {
  font-size: 1.2rem !important;
}

/*.h2-destaque {
  font-family: "Futura";*/
}

.destaque .content a {
  font-weight: 700;
  font-size: 1.5rem;
}

.destaque .content a.h2-destaque {
  font-weight: 800;
}

.destaque .content .text {
  font-weight: 400;
  font-size: 1.2rem;
  /* display: none; */
}

.destaque .content .text a:hover {
  font-size: 1.9rem;
}

.destaque .content .date {
  display: none;
}

.destaque .row .col-12 {
  position: relative;
  padding-top: 3rem;
  overflow: hidden;
}

.destaque .row .col-12,
.destaque .content {
  display: flex;
}

.destaque .post_thumbnail {
  max-height: 366px;
  width: 100%;
}

.destaque .post_thumbnail img {
  width: 82%;
  max-height: 100%;
  object-fit: cover;
}

.destaque .content {
  flex-direction: column;
  justify-content: center;
  /* padding-left: 3.5rem !important;
	padding-right: 3.5rem !important; */
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  background: var(--blue-light);
  /* background: linear-gradient(120.49deg, #266735 13.78%, #52B780 77.75%) !important; */
  border-radius: 50%;
  height: 470px;
  width: 470px;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--white);
}

.destaque .content a {
  color: var(--white);
}

/* .destaque .content-block-text {
  max-height: 60%;
  overflow: auto;
  padding: 0 2rem;
  scrollbar-width: thin;
} */

.destaque .content-block-text {

  padding: 0 1.7rem;
}

.destaque .content-block-text::-webkit-scrollbar {
  width: 5px;
}


#stories .grid-layout article:first-child .title-post.playfair,
#stories .grid-layout article:first-child .entry-content {
  font-family: 'Jost', sans-serif;
}


/*Archive*/
.list-archive .single-post-thumbnail img {
  width: 100%;
}

.navigation {
  text-align: center;
  margin: 4rem 0;
}

.navigation ul {
  display: inline-flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navigation ul li {
  margin: 0 0.5rem;
}

.navigation ul li a {
  font-size: 1.3rem;
  color: #444444;
  font-weight: 400;
  text-decoration: none;
}

.navigation ul li.active a {
  color: var(--blue);
}

.previous-link a span,
.next-link a span {
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--blue);
  justify-content: center;
  align-items: center;
}

.previous-link span img,
.next-link span img {
  max-height: 20px;
}

.next-link span img {
  transform: rotate(180deg);
}

/*Slider*/
.wrapper-section {
  max-width: calc(100% - 50% + 640px);
  margin: 0 0 0 auto;
  margin-left: calc(50% - 640px);
  padding-left: 4rem;
}

.flickity-slider>div {
  margin: 0 0.7rem;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.slider .content {
  background: var(--white);
}

.slider .content a {
  font-weight: 700;
  font-size: 1.1rem;
}

.slider .content .text {
  font-weight: 400;
  font-size: 1rem;
}

.slider .content .date {
  color: #7e7e7e;
  font-size: 0.8rem;
  font-weight: 400;
}

.flickity-prev-next-button.previous {
  left: -45px !important;
}

.flickity-prev-next-button {

  width: 44px !important;
}

@media screen and (min-width: 768px) {
  .col-md-five {
    /* max-width: 22%; */
    max-width: 20%;
  }
}

.slider .col-post {
  position: relative;
}

/* .slider .col-post:not(.is-selected)::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.9);
} */

#edicoes-impressas .section-title h2 {

  text-align: center;
}

.slider .flickity-viewport .flickity-slider .impressas_capa {

  margin-bottom: 0 !important;
}


.slider .flickity-viewport .flickity-slider .impressas_capa p {
  display: none;
}

.slider .flickity-viewport .flickity-slider .impressas_capa .ver_capa {
  display: none;
}

/*#stories*/
#stories .grid-layout article {

  width: 100%;
}

#stories .grid-layout article:first-child {
  grid-area: square-50;
}

#stories .grid-layout article:nth-child(5n-3) {
  grid-area: square-25-1;
}

#stories .grid-layout article:nth-child(5n - 2) {
  grid-area: square-25-2;
}

#stories .grid-layout article:nth-child(5n - 1) {
  grid-area: square-25-3;
}

#stories .grid-layout article:nth-child(5n) {
  grid-area: square-25-4;
}

#stories .grid-layout article h2.entry-title a {
  font-size: 1rem;
}

#stories .grid-layout article.contador-0 h2.entry-title a {
  font-size: 1.2rem;
}

#stories .grid-layout article:first-child::after,
#stories .grid-layout article:nth-child(5n-3)::after,
#stories .grid-layout article:nth-child(5n - 1)::after {
  position: absolute;
  right: calc(-0.5rem - 0.75px);
  top: 0;
  width: 1.5px;
  height: 100%;
  content: "";
  background-color: #444444;
}

#stories .grid-layout article:nth-child(5n - 1)::before,
#stories .grid-layout article:last-child::before {
  position: absolute;
  top: calc(-0.5rem - 0.75px);
  left: 0;
  height: 1.5px;
  width: 100%;
  content: "";
  background-color: #444444;
}

/*Footer*/

.tagcloud {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.tag-cloud-link:hover,
#tag_cloud_unica span:hover {
  color: var(--blue-light) !important;
}

.widget_tag_cloud .widget-title {
  display: none;
}

.tagcloud a {
  text-decoration: none;
  color: #bebebe;
  font-weight: 800;
  padding: 0.8rem;
}

#tag_cloud_unica {
  min-height: 150px;
}

#tag_cloud_unica span {
  cursor: pointer;
}

#tag_cloud_unica span:hover {
  transform: scale(1.5) !important;
}

.social-network a {
  border-right: 0px;
  border-top: 0px;
}

.social-network a:hover {
  background-color: var(--blue-light);
}

.social-network:last-child {
  border-right: 1px solid black !important;
}

/*Pagina As minhas stories*/

.page-stories-img {
  overflow: hidden !important;
}

.page-stories-img a img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease !important;
  transition: transform 0.5s ease !important;
}

.page-stories-img:hover a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/*2050 Briefing*/

#cat-2050 {

  background: linear-gradient(90.55deg, #256634 21.54%, #2E7543 38.24%, #51B67F 107.75%);
  /* display: none !important; */
}

.category-86972 .col-post:hover .content,
#cat-2050 .col-post:hover .content,
.category-86972 .share-links a {
  background: #006B34;
}

.category-86972 .c-blue,
.category-86972 .single-post-title,
.category-86972 .related-title {

  color: #006B34;
}


.btn-calendar {

  color: #185a9d;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid;
  padding: .5rem 1rem;
  border-radius: 25px;
}

.btn-calendar:hover{

  background-color: #185a9d;
  color: white;
}


/*Pagina Edição Impressa*/

body:not(.home) .impressas .col-post .impressas_capa:hover {
  background-color: var(--blue-light) !important;
  color: #ffffff !important;
}

body:not(.home) .impressas .col-post .impressas_capa .ver_capa {
  display: flex;
  justify-content: end;
  margin-top: 16px
}

body:not(.home) .impressas .col-post .impressas_capa:hover a,
body:not(.home) .impressas .col-post .impressas_capa:hover p {
  color: #ffffff;
}

body:not(.home) .impressas .title .section-title h2 {
  margin: 24px 0 24px 0;
}

body:not(.home) .impressas .col-post .post_thumbnail {
  /* box-shadow: rgba; */
  background-color: ffffff;
  background: white;
  /* box-shadow: 0px 4px 15px; */
  border: 1px solid #ccc;
  padding: 30px;
}

body:not(.home) .impressas .col-post .content .content-block-text .date {
  display: none;
}

body:not(.home) .impressas .col-post .content .content-block-text a {
  font-size: 1.1rem;
  font-weight: 400;
  color: #000;
}

.post-66115 .pub>.container>.row>.col-12 {

  flex-wrap: wrap;
}

a.ver_capa {

  color: var(--blue);
}

/*.impressas .container-fluid .container .row .col-post .post_thumbnail:hover {
  background-color: transparent;
}

.impressas .post-66115 .container-fluid .container .row .col-post .content:hover {
  background-color: transparent;
}*/

.impressas .pub-label p {
  display: none;
}

.impressas .post-66115 .pub {
  border-top: 0px solid #dee2e6 !important;
}

.impressas .assine-briefing {
  color: #cb242b;
  font-family: "Futura";
  font-size: 14px;
  font-weight: 800 !important;
  line-height: 30px;
}

.impressas .grid-assinaturas .container .linha {
  margin-top: 48px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.impressas .grid-assinaturas .container .linha .column {
  /* width: 364px; */
  height: 250px;
  border: 1px solid rgba(203, 36, 43, 1);
  display: grid;
  place-content: center;
  text-align: center;
  grid-gap: 14px;
  margin-bottom: 48px !important;
  padding: 1rem;
}

.impressas .grid-assinaturas .container .linha .column p {
  font-family: "Futura";
  font-size: 14px;
  color: #cb242b;
}

.impressas .grid-assinaturas .container .linha .column a {
  font-family: "Futura";
  font-size: 14px;
  background-color: #cb242b;
  padding: 8px 45px;
  color: white;
}

.impressas .grid-assinaturas .container .linha .column {
  font-family: "Playfair Display";
  font-size: 14px;
  color: #cb242b;
  margin-bottom: 8px;
}

.impressas .grid-assinaturas .container .linha .column:hover {
  background-color: #cb242b;
  color: #fff;
}

.impressas .grid-assinaturas .container .linha .column:hover a {
  background-color: #fff;
  color: #cb242b;
}

.impressas .grid-assinaturas .container .linha .column:hover p {

  color: #ffffff;
}

.impressas .grid-assinaturas .container .linha .column h5 {
  margin-bottom: 8px;
  font-size: 34px;
}

.quantity .input-text.qty {

  height: 40px;
}

.cart .single_add_to_cart_button,
.checkout-button,
#payment .form-row .button {

  background: var(--blue) !important;
  font-family: 'Futura', sans-serif !important;
  font-weight: 300 !important;
}

.product section.related.products {

  display: table;
  width: 100%;
}

.product section.related.products>h2 {

  font-weight: 800 !important;
  font-size: 1rem !important;
  color: #000 !important;
  text-transform: uppercase !important;
  margin-top: 4.5rem !important;
  margin-bottom: 2.5rem !important;
}

.product .date,
.product .container.share,
.product .container.share+hr {

  display: none;
}

/*Premios*/
.patrocinadores section {

  margin: 1rem;
}

.patrocinadores-sidebar.mobile {

  display: none;
}

@media screen and (max-width: 768px) {

  .patrocinadores-sidebar.mobile {

    display: block;
  }

  .patrocinadores-sidebar.desktop {

    display: none;
  }

}


/*Footer*/
.site-info a {

  color: var(--black) !important;
}

.site-info a {

  color: var(--black) !important;
}

.site-info p {

  font-size: 0.9rem !important;

}



/**
*Mobile
*/

@media screen and (min-width: 1320px) {
  .inner-menu-right {
    width: calc(100vw - 1320px + 66.666%);
  }

}

@media screen and (min-width: 768px) {
  .impressas .row.flickity-enabled .flickity-prev-next-button {

    display: none !important;
  }
}

@media screen and (max-width: 1300px) {
  .wrapper-section {
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .col-md-five {
    max-width: 25%;
  }
}

@media screen and (max-width: 1320px) {

  .destaque .content {

    height: 400px;
    width: 400px;
  }

}

@media screen and (max-width: 1200px) {
  .grid-layout {
    display: grid;
    grid-template-areas:
      "square-100 square-100"
      "square-100 square-100"
      "square-25-1 square-25-2"
      "square-25-3 square-25-4";
    grid-template-columns: auto auto;
    gap: 1rem;
  }

  #stories .grid-layout article:first-child {
    grid-area: square-100;
  }

  #stories .grid-layout article:nth-child(5n - 1)::after {
    right: calc(-0.5rem - 0.75px);
  }

  /* .pub > .container > .row > .col-12{

    flex-wrap: wrap;  
  } */

}

@media screen and (max-width: 900px) {

  .col-md-five {
    max-width: 33.333%;
  }


  .destaque .row .col-12,
  .destaque .content {
    display: block;
  }

  .destaque .content {

    border-radius: 0;
    height: 100%;
    width: 100%;
    position: inherit;
  }

  .destaque .content-block-text {

    max-height: 100%;
    padding: 0;
  }

  .destaque .post_thumbnail img {

    width: 100%;
  }

  .stories:not(.contador-0) .post-thumbnail {
    height: auto;
  }

}


@media screen and (max-width: 768px) {


  body .custom-logo-link img {
    min-height: 40px;
  }


  .col-md-five {
    max-width: 50%;
  }

  .grid-layout {
    display: grid;
    grid-template-areas:
      "square-100"
      "square-100-1"
      "square-100-2"
      "square-100-3"
      "square-100-4";
    grid-template-columns: auto;
    gap: 1rem;
  }

  #stories .grid-layout article:nth-child(5n-3) {
    grid-area: square-100-1;
  }

  #stories .grid-layout article:nth-child(5n - 2) {
    grid-area: square-100-2;
  }

  #stories .grid-layout article:nth-child(5n - 1) {
    grid-area: square-100-3;
  }

  #stories .grid-layout article:nth-child(5n) {
    grid-area: square-100-4;
  }


  #stories .grid-layout article:nth-child(5n - 1)::after {
    right: calc(-0.5rem - 0.75px);
  }

  .header-menu .row {

    overflow: auto;
  }

  .menu-left {
    justify-content: start;
    height: auto;
  }

  .menu-left ul li a {
    text-align: left;
  }

  .menu-right #primary-menu {
    column-count: 2;
  }

  .search-form {

    order: 2;
  }

  #site-navigation>.register-btn,
  #site-navigation>.login-btn {

    display: none !important;
  }

  #site-navigation .register-btn.mobile,
  #site-navigation .login-btn.mobile {

    display: block !important;
  }

  .flickity-prev-next-button.previous {
    left: 0px !important;
  }

}

@media screen and (max-width: 550px) {
  .col-md-five {
    max-width: 100%;
  }

  .site-header .container .row {
    margin: 0;
  }

  .site-branding .custom-logo-link {
    width: 100%;
    padding: .5rem 0;
  }

  .social-network a {
    border-top: 1px solid;
  }

  .btn-premios {

    flex-wrap: wrap !important;
    padding-right: 0 !important;
  }

  .btn-premios h2 {

    width: 100% !important;
    margin-bottom: 1rem !important;
  }

}

@media screen and (max-width: 400px) {
  .menu-right #primary-menu {
    column-count: 1;
  }
}