/*
Theme Name: Paratiritirio
Theme URI: https://diviextended.com/
Author: Elicus Technologies
Author URI: https://elicus.com
Template: twentytwentythree
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*Header options*/

body, html, *:not(#wpadminbar):not(#wpadminbar *) {
    font-family: 'Cera GR', sans-serif !important;
}

a {
  text-decoration: none !important;
}

header {
  position: fixed;
  width: 100vw;
  background: white;
  top: 0;
  left: 0;
  z-index: 99;
  /*OVERRIDE*/
}

header .Header {
  padding: 20px 0;
  box-shadow: -2px 1px 6px #f6f6f6;
}

@media screen and (max-width: 768px) {
  header .Header {
    padding: 23px 0;
  }
}

header svg.search-icon {
  transform: scale(-2, 2);
}

header .wp-block-search__inside-wrapper {
  width: 50% !important;
  position: relative;
}

header .wp-block-search__inside-wrapper:hover input#wp-block-search__input-3 {
  display: block;
  width: 400px;
  position: absolute;
  right: 0px;
  border-radius: 20px;
  padding: 12px;
}

@media screen and (max-width: 768px) {
  header .wp-block-search__inside-wrapper:hover input#wp-block-search__input-3 {
    width: 80vw !important;
  }
}

header input#wp-block-search__input-3 {
  display: none;
  animation: pop-in 0.5s ease-in-out;
}

@keyframes pop-in {
  from {
    transform: translateX(50%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}

header .wp-element-button:hover,
header .wp-block-button__link:hover {
  color: var(--wp--preset--color--secondary) !important;
}

header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  padding: 0 !important;
}

header li.has-medium-font-size.wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu > a {
  font-weight: 700;
  margin: 20px 0;
  position: relative;
  color: black;
  letter-spacing: 0.107rem;
  padding-left: 15px;
}

header li.has-medium-font-size.wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu > a:before {
  content: "";
  position: absolute;
  background: var(--wp--preset--color--secondary);
  width: 4px;
  height: 45px;
  top: 8px;
  left: 0px;
  border-radius: 50px;
}

header .wp-block-navigation__responsive-container {
  top: 90px;
}

header .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--second-white);
}

header ul.wp-block-navigation__container {
  flex-direction: row !important;
  justify-content: space-evenly !important;
}

@media screen and (max-width: 768px) {
  header ul.wp-block-navigation__container li {
    width: 100%;
  }
}

header ul.wp-block-navigation__container * {
  align-items: flex-start !important;
  letter-spacing: 0.107rem;
  font-weight: 100;
}

footer .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  min-width: initial !important;
}



footer .wp-block-navigation__container:only-child,
footer .wp-block-page-list:only-child {
  flex-grow: 0 !important;
}

footer .social {
  line-height: 1;
}

footer .social a > img {
  width: 25px !important;
  height: 25px !important;
}

footer .mc4wp-alert.mc4wp-success {
  background: white;
  padding: 10px;
  position: absolute;
  transform: translateY(-190px);
}

footer .mailchimp_sumb {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--second-white);
  border: 0;
}

footer .mailchimp {
  border-radius: 6px !important;
  overflow: hidden;
}

footer #wpforms-102 * {
  border-radius: 4px;
  padding: 0;
  height: auto;
  min-height: 50px;
  border: 0;
}

footer #wpforms-102 * input {
  padding: 0 20px;
}

footer #wpforms-102 * button {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--second-white);
}

footer .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: initial;
  height: initial;
  overflow: unset;
  align-items: flex-start;
  line-height: 1.5;
}

footer .wp-block-navigation .wp-block-navigation-item {
  flex-direction: column;
}

footer .wp-block-navigation__container {
  align-items: flex-start;
}

footer .wp-block-navigation__container * {
  background: initial !important;
  border: initial !important;
  box-shadow: initial !important;
}

footer .wp-block-navigation__container li.wp-block-navigation-submenu {
  letter-spacing: 0.102rem;
  margin: 10px 20px;
}

@media screen and (max-width: 768px) {
  footer .wp-block-navigation__container li.wp-block-navigation-submenu {
    margin: 10px 0;
  }
}

footer .wp-block-navigation__container li.wp-block-navigation-submenu a {
  opacity: 0.5;
}

footer .wp-block-navigation__container li.wp-block-navigation-submenu > a {
  width: 100%;
  align-items: flex-start !important;
  text-align: left;
  padding-left: 25px;
  opacity: 1 !important;
  font-weight: 800;
}

footer .wp-block-navigation__container li.wp-block-navigation-submenu:before {
  content: "";
  position: absolute;
  opacity: 0.1;
  background: #fff;
  width: 4px;
  height: 45px;
  top: 5px;
  left: 0px;
  border-radius: 50px;
}

footer .is-layout-flex.wp-container-57.wp-block-columns {
  display: flex;
  align-items: center !important;
  align-content: center;
}

@media screen and (max-width: 768px) {
  footer div#wpforms-102 {
    width: 100%;
  }
  footer div#wpforms-102 * {
    border-radius: 0;
  }
  footer div#wpforms-102 form {
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
}

/*Site options*/
body {
  padding-top: 5px;
}

body.page {
  background-color: "red";
}

body.page form button {
  background-color: "red";
}

body.page .teamlistpage p.description {
  max-height: 80px !important;
  overflow-y: auto !important;
}

body.page .teamlistpage p.description::-webkit-scrollbar {
  width: 10px;
}

body.page .teamlistpage p.description::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body.page .teamlistpage p.description::-webkit-scrollbar-thumb {
  background: #888;
}

body.page .teamlistpage p.description::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body.page .teampage {
  background: linear-gradient(180deg, var(--wp--preset--color--tertiary) 30%, transparent 30%);
}

body figure.wp-block-image.size-full.is-resized.corner._bottomright {
  z-index: -1;
}

@media screen and (max-width: 1100px) {
  body .is-layout-flex.wp-container-44.wp-block-columns.are-vertically-aligned-top {
    width: 95%;
  }
}

body button#load-more-posts {
  border: 0;
  padding: 15px 50px;
  border-radius: 5px;
  margin: 0 40%;
  cursor: pointer;
}

@media screen and (max-width: 1400px) {
  body button#load-more-posts {
    margin: 0 26%;
  }
}

body .single_post_quote {
  padding-left: 60px !important;
}

body .single_post_quote:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #242b55;
  width: 5px;
  height: 75%;
  border-radius: 20px;
}

body a {
  text-decoration: none;
}

body a.wp-block-hyperlink-group {
  display: inline-block;
  padding: 10px;
  width: 100%;
}

body .shortcodes * {
  font-family: var(--wp--preset--font-family--manrope) !important;
}

body .shortcodes a {
  padding: 10px;
}

body .wp-block-navigation__responsive-close {
  max-width: 100% !important;
}

body .special_button {
  position: relative;
}

body .special_button a {
  min-width: 172px;
  background-color: transparent;
  position: relative;
  z-index: 2;
}

body .special_button:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 2px);
  height: calc(100% - 1px);
  background-color: var(--wp--preset--color--secondary);
  z-index: 1;
  transition: top 1s, left 1s;
}

body .special_button:hover:after {
  top: 0;
  left: 0;
}

body.home .wp-container-45 p.has-base-color.has-text-color {
  font-weight: 100;
  padding: 10px;
  font-size: 28px;
}

@media screen and (max-width: 960px) {
  body .count_container {
    display: flex;
    gap: 0 !important;
    flex-direction: row !important;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: stretch !important;
  }
  body .count_container * {
    white-space: nowrap;
  }
  body .count_container > a {
    margin: 8px 0;
  }
  body .count_container > a > div {
    height: 100% !important;
  }
}

body ._container > div {
  width: 80vw;
}

body .minusLeft #posts {
  z-index: 3;
  position: relative;
}

@media screen and (min-width: 1100px) {
  body .minusLeft #posts {
    transform: translateX(-250px);
    background: white;
    padding: 60px 0;
    border-radius: 5px;
    border-top-left-radius: 15px;
  }
}

@media screen and (max-width: 768px) {
  body .minusLeft #posts {
    margin: 0;
  }
}

body .minusLeft #posts .wp-block-post-title {
  height: 55%;
}

body ._total_number_wrapper {
  width: 270px;
  height: 230px;
}

body ._total_number_wrapper h2 {
  white-space: nowrap;
  -webkit-text-stroke: 4px var(--wp--preset--color--luminous-vivid-orange) !important;
}

@media screen and (max-width: 450px) {
  body ._total_number_wrapper h2 {
    font-size: 38vw !important;
  }
}

body ._indiv figure {
  margin-right: 10px;
  text-align: right;
}

body .line_title {
  position: relative;
  z-index: 2;
}

body .line_title:after {
  content: "";
  position: absolute;
  background: var(--wp--preset--color--second-white);
  width: 157px;
  height: 23px;
  top: 14px;
  left: -10px;
  border-radius: 0px;
  z-index: -1;
}

body .is-layout-flow {
  z-index: 2;
}

body .filter_title {
  font-weight: 900;
  font-family: var(--wp--preset--font-family--manrope) !important;
  font-size: 20px;
  margin: 10px 0;
  color: var(--wp--preset--color--primary) !important;
}

body .filter_title.main {
  margin-left: 5px;
}

body .filter_title.main input {
  display: none;
}

body select {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

body select._filter {
  width: 100%;
  position: relative;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 10px), calc(100% - 15px) calc(1em + 10px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 2.7em;
  background-repeat: no-repeat;
}

body ._filter {
  background-color: #f5f5f7;
  border: 0;
  font-size: 16px;
  padding: 20px;
  cursor: pointer;
  min-width: 90%;
  font-weight: 500;
  border-radius: 5px;
  font-family: var(--wp--preset--font-family--manrope) !important;
  display: flex;
  flex-direction: column;
}

body ._filter.child {
  font-size: 15px;
}

body ._filter.child input {
  transform: scale(1);
}

body ._filter label {
  margin: 5px 0;
  cursor: pointer;
}

body ._filter label input {
  margin: 0 15px 0 0;
  transform: scale(1.4);
  color: black;
}

@media screen and (max-width: 768px) {
  body.home .score {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  body.home .score div {
    padding-left: 0 !important;
  }
}

body .score {
  width: 100%;
}

body .score .is-vertical {
  width: 100%;
}

body .score ._bar {
  width: 100%;
}

body .score ._bar div {
  width: 100%;
}

body .score ._bar .progressBarBackground {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0;
  margin-right: 20px;
}

@media screen and (max-width: 960px) {
  body .score {
    transform: scale(0.95) translate(-6px, -40px);
  }
}

body .scorecard {
  transform: translate(-1px, 16px);
}

body.category .score {
  transform: scale(0.75) translate(-60px, -20px);
  height: 450px;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  body.category .score {
    height: 350px;
    transform: scale(0.85) translate(-20px, -60px);
  }
  body.category .score .wp-block-group.wp-container-26,
  body.category .score .wp-block-group.wp-container-34,
  body.category .score .wp-block-group.wp-container-38,
  body.category .score .wp-block-group.wp-container-42 {
    gap: 0 !important;
  }
}

body .noMargin {
  margin: 0 !important;
}

body ._center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 80px !important;
}

body .noPadding {
  padding: 15px !important;
}

@media screen and (max-width: 1100px) {
  body .noPaddingMobile {
    padding: 15px !important;
  }
}

body .relative {
  position: relative;
}

body .corner {
  position: absolute;
  z-index: 1;
}

body .corner._topleft {
  top: 100px;
}

@media screen and (max-width: 768px) {
  body .corner._topleft {
    top: 50px;
  }
}

body .corner._bottomright {
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  body .corner._bottomright {
    opacity: 0.2;
  }
}

body .corner._bottomright._sec {
  bottom: 50px;
  right: 0;
}

body .wp-site-blocks {
  padding-bottom: 0 !important;
}

body img.custom-logo {
  max-width: 270px;
}

@media screen and (max-width: 768px) {
  body img.custom-logo {
    max-width: 95%;
  }
}

body .fix {
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  body .fix div {
    flex-direction: row !important;
    align-items: center !important;
  }
}

body .fix * {
  margin: 0 !important;
  padding: 0 !important;
}

body .single_image {
  width: 95% !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 1300px) {
  body .single_image img {
    margin-top: 40px !important;
  }
}

body .stats_count {
  width: 90% !important;
  height: 100% !important;
  position: relative;
  z-index: 2;
  padding: 0px 30px 20px 30px !important;
}

@media screen and (max-width: 960px) {
  body .stats_count {
    width: 100% !important;
  }
}

body .stats_count.mega {
  width: 100% !important;
}

body .stats_count.mega h2 {
  white-space: nowrap;
  font-weight: 900 !important;
}

@media screen and (max-width: 960px) {
  body .stats_count.mega .megatitle {
    font-size: 6.5vw !important;
  }
  body .stats_count.mega img {
    width: 25vw;
    transform: translate(-15px, 10px);
  }
}

body .stats_count:after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: -12px;
  left: 10px;
  border-radius: 0px;
  z-index: -1;
}

@media screen and (max-width: 1100px) {
  body .stats_count:after {
    top: -10px;
  }
}

body .stats_count._purple {
  background: var(--wp--preset--color--secondary);
}

body .stats_count._purple.mega:after {
  border: 7px solid #000000;
  mix-blend-mode: color;
}

body .stats_count._purple:after {
  border: 5px solid rgba(128, 128, 128, 0.479);
}

body .stats_count._orange {
  background: #f47f3c;
}

body .stats_count._orange:after {
  border: 5px solid rgba(128, 128, 128, 0.479);
}

body .stats_count._blue {
  background: var(--wp--preset--color--primary);
}

body .stats_count._blue:after {
  border: 5px solid rgba(128, 128, 128, 0.479);
}

body .stats_count._all {
  background: #21283a;
}

body .stats_count._all:after {
  border: 5px solid rgba(113, 113, 117, 0.479);
}

body .categories_bubble a {
  color: #242b55;
  background: #f5f5f7;
  text-decoration: none;
  padding: 10px 15px;
  margin-right: 5px;
  border-radius: 5px;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 900;
}

@media screen and (max-width: 960px) {
  body .categories_bubble a {
    font-size: 80%;
    font-weight: 900;
    white-space: nowrap;
  }
}

body .categories_bubble._whitebackground a {
  background-color: white;
}

body.search {
  text-align: center;
}

body.search h1.alignwide.wp-block-query-title {
  font-size: 210%;
}

body.search div#posts {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100vw !important;
  max-width: 90vw !important;
  padding: 0 !important;
}

body.search div#posts ._indiv {
  width: 33%;
}

@media screen and (max-width: 960px) {
  body.search div#posts {
    max-width: 90vw !important;
  }
  body.search div#posts ._indiv {
    width: 100%;
  }
}

body .taxonomy-category {
  display: inline-block;
  height: 40px;
}

body.single-post .taxonomy-category {
  display: inline-block;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
}

body.single-post * .categories_bubble a {
  background: #ffffff;
  box-shadow: 0 0 20px #cfcfcf;
}

@media screen and (max-width: 960px) {
  body.single-post h3.has-text-align-center.wp-block-post-title.has-x-large-font-size {
    font-size: 120% !important;
  }
  body.single-post * .categories_bubble a {
    font-size: 80%;
    font-weight: 900;
    white-space: nowrap;
  }
}

body .wp-site-blocks .is-layout-flow > div {
  margin: 0 auto !important;
}

body .has-contrast-color.wp-block-post-title.has-manrope-font-family {
  height: 60%;
  margin: 0;
}

body .wp-block-navigation__responsive-container-close svg,
body .wp-block-navigation__responsive-container-open svg {
  width: 54px;
  height: 54px;
}

body .ffsb {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
}

@media screen and (max-width: 960px) {
  body .wp-block-column.wp-container-45 > :where(:not(.alignleft) :not(.alignright) :not(.alignfull)) {
    max-width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  body .wp-block-navigation__container {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px){
	footer .footer_menu {
		padding: 12px 0 12px 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
	footer .footer_menu li span{
		font-size: 18px;
	}
	header .mainMenu li span{
		font-size: 22px;	
	}
	
	/*header #wp-block-search__input-2{
		display:none;
		position: absolute;
		top: 153%;
		left: -82vw;
		width: 90vw;
	}*/
	
	header .desktop-header-search {
		display: none;
	}
	header .mobile-header-search {
		display:block !important;	
		margin-top: 1em;
		width: 100%;
		background-color: transparent;
	}
	header .wp-block-search__button{
		background-color: transparent !important;
	}
	
	header .wp-block-search__input{
		border: 0.5px solid #333333;	
	}
	footer .mc4wp-form.mc4wp-form-9492
	{
		padding: 10px 20px 30px 20px;	
	}
}

footer .facebook-icon-footer > a > img
{
	width: 20px !important;
	height: 20px !important;
}
footer .mobile-header-search, header .mobile-header-search {
	display: none;
}

header .wp-block-search__button{
	
	margin-left: -70px;
}

.search-icon .wp-block-search__inside-wrapper {
overflow: initial !important;	
}

.search-icon .wp-block-search__button.has-icon.wp-element-button {
	background-color: transparent !important;	
}

.search-btn-field {
  display: none;
}

.search-btn-field input[type="search"] {
  width: 100% !important; /* Adjust to match desired width */
  padding: 10px; /* Match the padding of the second field */
  border: 1px solid #ccc; /* Light gray border */
  border-radius: 0px; /* Rounded corners to match the second field */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for a soft look */
  font-size: 16px; /* Adjust font size if needed */
  outline: none; /* Remove default outline on focus */
}

.search-btn-field input[type="search"]:focus {
  border-color: #007acc; /* Add color focus border (optional) */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Enhance shadow on focus */
}

.search-btn-field {
  background: white; /* Ensure consistent background */
  padding: 10px; /* Padding around the search field */
  border-radius: 15px; /* Match input style */
}

.search-btn-field .wp-block-search__inside-wrapper {
	width: 100% !important;
}

#home_page_html #topBar {
    position: relative;
    margin-top: 5% !important;
}

.search-icon .wp-block-search__input{
margin-right: 2em;
}

.footer-text{
	flex-direction: column-reverse;
	gap: 2px;
}

@media screen and (max-width: 768px) {
    footer .footer_menu {
        gap: 10px !important;
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: 15px !important;
}

.mobile-header-search{
	display: none !important;
}

@media screen and (max-width: 768px) {
    header .mobile-header-search {
        display: none !important;
    }
}

header .wp-block-search__inside-wrapper:hover input#wp-block-search__input-3 {
    border-radius: 0px !Important;
}

@media screen and (max-width: 425px) {
/*.mainMenu {
	width: 20% !important;
}*/

.logo-header {
	width: 60% !Important;
}

.search-btn-head{
	width: 11% !important;
}
.search-btn-head>img{
	width: 28px !important;
	}
#home_page_html #topBar {
    position: relative;
    margin-top: 23% !important;
}
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: 50px !important;
    text-transform: uppercase;
}

.mainMenu li {
	border-left: 4px solid #3d6f8b;
	padding-left: 9px !important;
    border-radius: 2px;
	font-size: 18px !important;
}

.mainMenu span {
	font-weight: 700 !important;
}

.footer_menu {
	text-transform: uppercase;
}

@media screen and (max-width: 500px) {
    #trp-floater-ls {
        left: 4% !important;
    }
}

.home .banner-top{
	width: 100% !important;
}

.home .banner-top img{
	width: 100% !important;	
}

.home .wp-block-group.is-layout-flow.wp-block-group-is-layout-flow{
	margin: 2vw !important;
}



.page-id-9776 iframe{
	width: 100% !important;
	max-width: 100% !important;
}
.page-id-9776 .wp-site-blocks{
	width: 100%;
}


#vizContainer1 {
	width: 2000rem !important;	
}

.wp-embed-footer{
	display: none !important;	
}

.custom-post-card h3{
	font-size: 1.6rem;	
}

body .inner-page-sub {
	width:100%!important;
	min-height:35px!important;
	max-height:35px!important;
	 padding:15px 0!important;
}

body .inner-page-sub img{
	object-fit:cover!important;
	
}

body .inner-page-sub .wp-block-cover__inner-container {

}

body .wp-site-blocks .entry-content .wp-block-group.m-0 {
	margin:0!important;
}

body .wp-site-blocks .entry-content  .w-100 {
	width:100%!important;
	margin:0!important;
}

body .wp-site-blocks .entry-content  .w-100 img{
	width:100%!important;
	
}

body .wp-site-blocks .wp-block-image.size-full img{
	aspect-ratio:unset!important;
}
body .wp-site-blocks .page-img-footer,body .wp-site-blocks .page-img-footer img,body .wp-site-blocks .page-img-footer a {
	width:100%!important;
}

body .wp-site-blocks .mw-100 {
	max-width:100%!important;
}

#shortcode-iframe {
	height:100vh;
}



@media(min-width:500px){
	body .ti-metrame ,body .methodologia{
		padding:0!important;
		padding-bottom:1em!important;
	}
}

@media(max-width:475px){
	body .wp-site-blocks .wp-block-image.size-full img{
	object-fit:cover!important;
}
	
	body .ti-metrame {
		padding:3em 0!important;
	}
	
	#home-page-entry-img {
		    padding-top: 2em;
	}
	
	footer #footer-group {
	background-position: center 131px!important;
	}
}

.hdr-hts{
	display: none !important;	
}


/*EMBEED CSS MEDIA QUERIES*/
/* Mobile: width < 768px */
@media (max-width: 767px) {
  	body.home iframe#shortcode-iframe{
   		height:950px;
	}
	
	body .entry-content.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow {
		margin:1em 0!important;
	}
	
	body:not(.home) iframe#shortcode-iframe{
   		height:950px;
	}
}

/* Tablet: 768px ≤ width < 1280px */
@media (min-width: 768px) and (max-width: 1279px) {
 	body.home iframe#shortcode-iframe{
   		height:1280px;
	}
	
	body:not(.home) iframe#shortcode-iframe{
   		height:1280px;
	}
}

/* Laptop: 1280px ≤ width < 1920px */
@media (min-width: 1280px) and (max-width: 1919px) {
  	body.home iframe#shortcode-iframe{
   		height:1150px;
	}
	
	body:not(.home) iframe#shortcode-iframe{
   		height:1850px;
	}
}

/* Desktop: width ≥ 1920px */
@media (min-width: 1920px) {
  	body.home iframe#shortcode-iframe{
   		height:1150px;
	}
	
	body:not(.home) iframe#shortcode-iframe{
   		height:1850px;
	}
}
