/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
:root {
	--almost-black: #2e2e2e;
	--yellow: #f9ae00;
	--orange: #FDA200
  }
  
  .acent {
	color: var(--orange, #FDA200);
  }

.acent2 {
	color: var(--orange, #FDA200);
  }
  /* PRE HEADER */
  #pre-header {
	width: 100%;
	padding: 4px 25px;
	background-color: var(--almost-black);
  
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
  
	font-size: 12px;
	text-align: right;
  }
  #pre-header * {
	margin: 0;
	font-family: "Lato", sans-serif;
	color: #9d9d9d;
	font-weight: bold;
  }
  #pre-header a:hover {
	color: var(--yellow);
  }
  #pre-header a:last-child {
	margin-left: 10px;
  }
  
  /* OLD MENU CORRECTIONS */
  @media (min-width: 1365px) {
	.gm-wrapper {
	  margin-top: 20px;
	}
  }
  
  #pre-header .pre-header-login {
	color: white;
	font-size: 14px;
  }
  
  @media (max-width: 1365px) {
	#pre-header {
	  display: none;
	}
  }
  
  #pre-header-mobile {
	text-align: center;
	border-bottom: 1px solid #323232;
	padding-bottom: 9px;
  }
  #pre-header-mobile * {
	color: #c4c4c4;
	font-size: 15px;
	font-family: "Lato", sans-serif;
	margin: 0;
	font-weight: bold;
  }
  #pre-header-mobile .pre-header-login {
	font-size: 18px;
	color: white;
	line-height: 1.5;
  }
  .pre-header-login:hover {
	text-decoration: none;
  }
  
  #footer .widget-title-naranja a {
	font-size: 15px !important;
	color: #f9ae00 !important;
  }
  
  #footer .widget-title-negrita > a {
	font-size: 11px !important;
	font-weight: bold !important;
  }
  
  #footer .widget-title-peque > a {
	font-size: 12px;
	color: #b2b2b2 !important;
  }
  
  #noticias_destacadas_home .vcex-recent-news-entry {
	background-color: #eff3f6;
	height: 40em;
  }
  
  #mobile-menu button {
	position: relative;
	font-size: 22px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	background-color: inherit;
  }
  
  #blog-entries .blog-entry-media-img img {
	border-radius: 9999px;
  }
  
  #CybotCookiebotDialogPoweredbyCybot {
	display: none !important;
  }
  #CookiebotWidget-widgetContent .CookiebotWidget-main-logo {
	display: none !important;
  }
  
  .post-pagination-wrap {
	position: relative;
	height: 99px;
  }
  .contain-bg-post-pagination {
	background: content-box url(/wp-content/uploads/separador-trustcloud-footer-OK.png);
	height: 100%;
	width: 2550px;
	background-repeat: no-repeat;
	min-height: 80px;
  }
  .pagination-extend {
	transform: translate(-334px, 0px);
  }
  
  /* New format password protected */

  #content:has(.password-protection-box) {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 80vh;
  }

  .single-page-content:has(.password-protection-box) {
	margin-top: 140px;
	margin-bottom: 140px;
  }
  
  .password-protection-box {
	max-width: 500px;
	margin: 0 auto;
	box-shadow: 0px 0px 5px 1px #0000003b;
	border-radius: 5px !important;
  }
  
  .password-protection-box-form > .wpex-heading {
	font-size: 40px;
	text-align: center;
  }
  .password-protection-box-form > .wpex-mb-15 {
	font-size: 15px;
	text-align: center;
  }
  
  .password-protection-box-form > .wpex-md-flex {
	flex-direction: column;
	gap: 10px;
  }
  
  .password-protection-box-form > .wpex-md-flex input[type="submit"] {
	width: 100%;
	  background-color: #0E79E5;
	font-size: 16px;
  }
  
  .password-protection-box-form > .wpex-md-flex input[type="submit"]:hover {
	  background-color:#4CA9EF;
  }
  
  @media screen and (max-width: 768px) {

	#content:has(.password-protection-box) {
		height: 100%;
	  }


	.password-protection-box-form > .wpex-heading {
	  font-size: 30px;
	  text-align: center;
	}
  }
      .page-item-47725 .elementskit-megamenu-panel {
        width: 370px !important;
    }
 .page-item-47725 .elementskit-megamenu-panel h2 {
        font-size:16px!important;
    }

 