/*!
Theme Name: DQTS
Theme URI: http://underscores.me/
Author: Underscores.me
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: dqts
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.

DQTS 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 {
	margin: 0.67em 0;
	font-size: 2em;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	height: 0;
	box-sizing: content-box;
	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 {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

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 {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
}

/**
 * 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 {
	padding: 0;
	border-style: none;
}

/**
 * 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 {
	display: table;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0;
	white-space: normal;
	color: inherit;
}

/**
 * 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"] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

/**
 * 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 {
	font: inherit;
	-webkit-appearance: button;
}

/* 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
--------------------------------------------------------------*/
/* Root
--------------------------------------------- */
:root{
	--gris-oscuro: #262628;
	--gris: #464646;
	--gris-claro: #7B7B7B;
	--verde: #64D8C2;
	--verde-oscuro: #085445;
	--morado: #6925BF;
	--negro: #000;
	--blanco: #fff;
	--font-barlow-Con: 'Barlow Condensed', sans-serif;
	--font-inter: 'Inter', sans-serif;
}

/* Container
--------------------------------------------- */
.container{
	position: relative;
	margin: 0 auto;
	width: 100%;
}


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: var(--font-inter);
	font-size: 1rem;
	line-height: 1.5;
	color: #404040;
}

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

p {
	margin-bottom: 1.5em;
	font-weight: 400;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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 {
	border: 0;
	margin-bottom: 1.5em;
	background-color: #ccc;
	height: 1px;
}

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(--verde);
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
}

a:hover,
a:focus,
a:active {
	color: var(--verde-oscuro);
}

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-radius: 3px;
	background: #e6e6e6;
	padding: 0.6em 1em 0.4em;
	line-height: 1;
	color: rgba(0, 0, 0, 0.8);
	border-color: #ccc #ccc #bbb;
}

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 {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	color: #666;
}

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
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */
.site-header{
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: var(--blanco);
	padding: 1.1rem 1rem;
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}

.site-header__container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1100px;
}

.site-title{
	margin: 0;
	font-family: var(--font-barlow-Con);
	font-weight: 600;
}

.site-title a{
	text-decoration: none;
}

/* Navigation
--------------------------------------------- */
.menu-toggle{
	border: none;
	background-color: transparent;
	padding: 0;
	font-size: 1.75rem;
	color: var(--verde);
}

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

.main-navigation a {
	display: inline-block;
	width: 100%;
    padding: 0.5rem;
	text-decoration: none;
	text-transform: uppercase;
	font-family: var(--font-barlow-Con);
	font-size: 1.125rem;
	font-weight: 500;
}

.main-navigation ul.nav-menu{
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 100vh;
	max-width: 60vw;
	width: 100%;
	overflow: auto;
	box-shadow: 0 5px 100px rgba(0,0,0,.5);
}

.main-navigation.toggled ul {
	display: block;
}

.main-navigation.toggled .icon-menu:before {
	content: "\ea0f";
}


.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%;
}

/* Image Post Thumbnail
--------------------------------------------- */
.image-post{
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	height: auto;
	width: 350px;
	object-fit: cover;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	aspect-ratio: 16 / 9;
}


/* Content Body
--------------------------------------------- */
.container-grid{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 1050px;
	padding: 3rem 1rem;
	gap: 1.5rem;
}

.container-grid .site-main{
	flex: 1 1 600px;
	
}

.container-grid .widget-area{	
	flex: 1 0 100px;
}

.list-post{
	display: grid;
	grid-template-areas: "title" "grid" "pagination";
	padding-bottom: 2rem;
}

.list-post__grid{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
	grid-gap: 2rem;
	grid-area: grid;
	place-items: start center;
}

/* Title Pagination
--------------------------------------------- */
.list-post__title{
	margin: 0 0 2rem;
	font-family: var(--font-barlow-Con);
	font-size: 1.75rem;
	font-weight: 600;
	color: var(--verde);
	grid-area: title;
}

.list-post__title span{
	text-transform: capitalize;
	color: var(--gris-claro);
}

.list-post__pagination {
    display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem auto 0;
	grid-area: pagination;
    gap: 0.7rem;
}

.list-post__icon > *{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--gris);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	height: 35px;
	width: 35px;
	text-decoration: none;
	color: var(--gris);
}

.list-post__icon > svg{
	opacity: .2;
}

.list-post__icon > a:hover{
	background-color: var(--verde);
	color: var(--blanco);
	border-color: var(--verde);
}

/* Banner
--------------------------------------------- */
.container-banner{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--verde);
	min-height: 334px;
	padding: 3rem 1rem;
	font-family: var(--font-barlow-Con);
	color: var(--blanco);
}

.banner-title{
	margin: 0;
	font-size: 3.5rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	text-wrap: balance;
max-width: 900px;
}

.banner-subtitle{
	margin: 0;	
	font-size: 1.8rem;
	font-weight: 500;
	color: #085445;
}


/* Footer
--------------------------------------------- */
.site-footer{
	border-top: 1px solid var(--verde);
	background: var(--verde-oscuro);

& .widget{
margin: 0 0 .5rem;
}

& p{
margin: 0;
font-size: .85rem;
color: #fff;
}

a:hover{
        color: var(--blanco);
    }
}

.footer-widget{
	display: flex;
	flex-wrap: wrap;
	margin-top: 4.63rem;
	margin-bottom: 4.63rem;
	max-width: 1086px;
	padding: 0 1rem;
	gap: 1.5rem;
}

.footer-column{
flex-grow: 1;
    flex-basis: 240px;
}

.site-info{
	border-top: 1px solid var(--verde);
	background-color: var(--verde);
	padding: .5rem 1.25rem;
	font-size: .875rem;
	color: var(--verde-oscura);
	text-align: center;
}

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

.post {
	margin: 0 0 1.5em;
}

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

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

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

.entry-content ul{
	margin-left: 0;
}

.entry-content li::marker{
	color: var(--verde);
}

.entry-content strong,
.entry-content b{
	color: var(--gris);
}

.entry-content img,
.entry-content figure{
	max-width: 767px;
	width: auto;
}

.entry-content ul,
.entry-content ol{
	margin-left: 0;
}

.post-option{
	display: inline-block;
	margin: 0;
}

.post-thumbnail{
	display: block;
	margin-top: 2rem;
	text-align: center;
}

.post-thumbnail img{
	width: auto;
border-radius: 15px;
}

.post-link{
	display: block;
	margin: 0;
	text-decoration: none;
	color: var(--gris);
}

.post-link:hover{
	color: var(--verde);
}

.post-title{
	margin: 10px 0 0;
	font-family: var(--font-barlow-Con);
	font-size: 1.5rem;
	line-height: 1.2em;
	font-weight: 500;
}

.post-link:hover .image-post{
	box-shadow: 0px 11px 30px rgba(29, 138, 119, 0.25);
}

.breadcrumb{
	margin-bottom: 4rem;
	font-weight: 600;
	color: var(--verde);
}

.breadcrumb a{
	font-weight: 400;
	color: var(--gris-claro);
}

.breadcrumb a:hover{
	color: var(--verde);
}

.container-single{
	margin: 1rem auto 4rem;
	max-width: 1232px;
	padding: 0 1rem;
}

.post-detalle{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-family: var(--font-barlow-Con);
	font-size: 1.25rem;
	gap: 1rem;
}

.single-category a{
	border: 1px solid var(--verde);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	padding: .5rem 1.5rem;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.single-category a:hover{
	background-color: var(--verde);
	color: var(--blanco);
}

.single-content {
    display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
    gap: 1rem;
}

.single-content main{
	flex: 1 1 600px;
}

.single-content aside{
	flex: 1 0 200px;
}

.title-aside{
	margin: 0;
	font-family: var(--font-barlow-Con);
	font-size: 1.75rem;
	font-weight: 500;
	color: var(--verde);
}

.last-news{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 2rem 0;
	gap: 2rem;
}

.related-questions{
	margin: 4rem 0 3rem;
}

.related-questions__details {
    margin: 0 0 1.2rem;
}

.related-questions__title{
	margin: 0 0 1rem;
	font-family: var(--font-barlow-Con);
	font-size: 1.875rem;
	font-weight: 500;
	color: var(--verde);
}

.related-questions__summary{
	position: relative;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	background: #F8F8F8;
	padding: 1rem 2rem;
	font-weight: 600;
}

.related-questions__summary::marker {
    font-size: 0;
}

.related-questions__summary::after{
	content: "\e904";
	float: right;
	font-family: 'icomoon' !important;
}

.related-questions__details[open] .related-questions__summary{
	background: #E9F9F6;
	color: var(--verde);
}

.related-questions__details[open] .related-questions__summary::after{
	content: "\e903";
}

.related-questions__answer{
	margin: 1rem 0;
}

.post-footer{
	border-top: 1px solid var(--verde);
	padding: 1rem 0;
}

.post-footer__title{
	margin: 0 0 .5rem;
	font-family: var(--font-barlow-Con);
	font-size: 1.25rem;
	font-weight: 500;
	color: var(--verde);
}

.post-footer__tags a{
	text-decoration: none;
	color: var(--gris-claro);
}

.post-footer__tags::first-letter{
	text-transform: uppercase;
}

.post-footer__tags a:hover{
	color: var(--verde);
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

.widget ul,
.widget ol{
	margin: 0;
	padding: 0 0 0 1rem;
}

.wp-block-search__inside-wrapper{
	flex-wrap: wrap;
	gap: .5rem;
}

.wp-block-search__button{
	border: 1px solid var(--verde);
	margin: 0;
	background-color: var(--verde);
	color: var(--blanco);
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
}

.wp-block-search__button:hover{
	border: 1px solid var(--verde);
	background-color: var(--blanco);	
	color: var(--verde);
}

input.wp-block-search__input{
	border: 1px solid var(--verde);	
}

.widget-area .widget {
	border-bottom: 1px solid var(--verde);
	padding: 0 0 1.5em;
}

.widget-area .wp-block-heading{
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	margin: 0;
	background-color: #E9F9F6;
	padding: .5rem 1.5rem;
	font-size: 1.125rem;
	color: var(--gris);
	cursor: pointer;
}

.widget-area .wp-block-heading:after {
        content: "\203A";
    float: right;
    rotate: 90deg;
}

.widget-area ul,
.widget-area ol{
	display: none;
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}

.widget-area ul.active,
.widget-area ol.active{
	display: block;
}

.widget-area a{
	text-decoration: none;
	font-weight: 500;
	color: var(--gris);
}

.widget-area a:hover{
	color: var(--verde);
}

.widget-area li::first-letter{
	text-transform: capitalize;
}

.widget-area .wp-block-latest-comments a{
	color: var(--verde);
}

.widget-area .wp-block-latest-comments a:hover{
	text-decoration: underline;
}

.widget-area .wp-block-archives-list a,
.widget-area .wp-block-categories-list a{
	display: block;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	background: transparent;
	padding: .2rem 1rem;
}

.widget-area .wp-block-archives-list a:hover,
.widget-area .wp-block-categories-list a:hover{
	background-color: #E9F9F6;
	color: var(--verde);
}

.footer-column figure{
	margin-top: 0;
}

.footer-column .widget_nav_menu{
	max-width: 320px;
	width: 100%;
}

.footer-column .widget_nav_menu ul{
	border-left: 1px solid var(--verde);
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-column .widget_nav_menu li{
	margin-bottom: .8rem;
}

.footer-column .widget_nav_menu a{
	display: block;
	margin-left: 1rem;
	text-decoration: none;
	font-size: 1rem;
	color: var(--blanco);
}

.footer-column .widget_nav_menu a:hover{
	font-weight: 700;
}

p.redes-title{
	margin-top: 0;
	margin-bottom: .5rem;
	letter-spacing: 1px;
	font-family: var(--font-barlow-Con);
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--verde);
}

.widget-redes{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 1rem;
}

.redes__link{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background-color: var(--verde);
	height: 45px;
	width: 45px;
	text-decoration: none;
	font-size: 1.4rem;
	color: var(--verde-oscuro);
}

.link-facebook:hover{
	background-color: #3b5998;
	color: var(--blanco);
}

.link-instagram:hover{
	background-color: #E1306C;
	color: var(--blanco);
}

.link-youtube:hover{
	background-color: #c4302b;
	color: var(--blanco);
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 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-right: auto;
	margin-left: auto;
}

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

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

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

.gallery-item {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.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;
}

/* Popup
--------------------------------------------- */
.popup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(0,0,0,.3);
	height: 100vh;
	width: 100vw;
}

.popup-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 20px;
	margin: auto;
	background: var(--blanco);
	max-width: 867px;
	width: 90%;
	gap: 1rem;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
overflow: hidden;
}

.popup-container picture{
line-height: 0;
display: none;
}

.maximo-form {
	margin: auto;
	width: 400px;
	padding: 1rem;
}

.maximo-form label{
	font-family: var(--font-barlow-Con);
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--verde);
}

.maximo-form input,.maximo-form textarea {
	border: 1px solid #CCE8E8;
	border-radius: 25px;
	width: 100%;
	padding: .6rem 1.2rem;
	font-size: .8rem;
}

.maximo-form p {
	margin: 1rem 0;
}

.maximo-form input[type="submit"]{
	background-color: var(--verde);
	max-width: 210px;
	padding: 1rem 1.5rem;
	color: var(--blanco);
	cursor: pointer;
}

.popup-container .close{
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 2rem;
	line-height: 1;
	font-weight: 500;
	color: var(--verde);
	cursor: pointer;
}

.popup.active{
	display: flex;
}

/*--------------------------------------------------------------
# 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 {
	position: absolute !important;
	border: 0;
	margin: -1px;
	height: 1px;
	width: 1px;
	overflow: hidden;
	padding: 0;
	word-wrap: normal !important;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

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

	/*rtl:ignore*/
	float: left;
}

.alignright {
	margin-bottom: 1.5em;

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

	/*rtl:ignore*/
	float: right;
}

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


  
.icono-apeseg {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1rem;
cursor: pointer;
}
.icono-apeseg__icono {
  background: #6925BF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.icono-apeseg__icono img {
  margin-left: 3px;
}

.icono-apeseg__text {
  border: 1px solid var(--verde);
  padding: .3rem 1rem;
  border-radius: 5px;
  color: var(--verde);
  width: 150px;
  text-align: center;
  font-family: var(--font-barlow-Con);
  background: #fff;
  font-weight: 500;
  line-height: 1.2;
text-decoration: none;
display: none;
position: relative;
}

.icono-apeseg__text:hover {
  background: var(--verde);
  color: #fff;
}

.icono-apeseg:hover .icono-apeseg__text {
  display: flex;
}

.icono-apeseg__text::after {
  width: 0;
  height: 0;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #6be3cf;
  position: absolute;
  right: -11px;
  top: 19px;
}


.wp-block-image img {
  max-width: 100%;
}
@media only screen and (min-width: 769px) {
	.footer-widget .footer-column:last-child {
		 margin-left: auto;
	}

	.container-grid .site-main{
		border-left: 1px solid var(--verde);
		padding-left: 1.5rem;
	}

	.single-content main{
		border-right: 1px solid var(--verde);
		padding-right: 1.5rem;
	}

	.list-post{
		grid-template-areas: "title pagination" "grid grid";

	}

	.list-post__title,
	.list-post__pagination{
		margin: 0 0 1rem;
	}

	.list-post__pagination{
		margin-left: auto;
	}

	.post-detalle{
		justify-content: flex-start;
	}

	.menu-toggle{
		display: none;
	}

	.main-navigation ul.nav-menu{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		position: relative;
		height: auto;
		box-shadow: inherit;
		gap: 1rem;
		text-align: center;
	}

	.popup-container picture{
		display: block;
	}
}


.cinta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    flex-wrap: wrap;
    text-decoration: none;
    color: var(--gris);
}

.cinta__h4 {
    font-family: var(--font-barlow-Con);
    font-size: 1.2rem;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    text-wrap: balance;
}

.cinta__h4-span {
    color: var(--verde);
    font-weight: 600;
}

.cinta img{
display:none;
margin: -1rem 0;
}

.cinta__alert {
    display: flex;
    align-items: center;
    gap: .3rem;
    padding: .3rem .6rem;
    background-color: red;
    color: white;
    border-radius: 10px;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

p.cinta__text {
    margin: 0;
    font-size: .7rem;
    text-transform: uppercase;
    font-weight: 700;
}

.cinta__svg{
    width: 20px;
    height: auto;
}

@keyframes example {
  0% {background-color: red; color: white;transition: all .3s ease-in}
  50% {background-color: white; color: red;transition: all .3s ease-in}
}

.bannerImage{
   display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    max-width: 80%;
}

.bannerImage > picture{
display: none;
width: 220px;
}

@media only screen and (min-width: 769px) {
.cinta__h4 {
font-size: 1.4rem;
}

.cinta img {
display: block;
}

.bannerImage > picture{
display: block;
}

}

.postid-2596 .banner-subtitle{
	display: none;
}


.main-navigation{
display: flex; 
flex-direction: 
row-reverse; gap: 1rem;
}

.site__row{
display: flex; 
justify-content: center; 
align-items: center;
}

.site__search{
display: flex; 
align-items: center; 
justify-content: center; 
width: 35px; 
height: 35px; 
cursor: pointer; 
position: relative; 
}

.site__svg{
fill: var(--verde);
}

.site__form{
position: relative;  
padding: 1rem;
display: none;
align-items: center; 
justify-content: center; 
}

.search-form{
width: 100%;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.search-form label{
width: 100%;
max-width: 700px;
}

.search-field{
width: 100%;
}

.site__form.active{
display: flex;
}

input.search-field {
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0px;
    padding: .5rem
}

input.search-submit{
background: var(--verde);
color: #fff;
	border: 1px solid var(--verde);
	font-weight: 500;
}

input.search-submit:hover{
border: 1px solid var(--verde);
background: #fff;
color: var(--verde);
}


.sthp-banner {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.sthp-banner picture{
width: 180px;
}

@media only screen and (max-width: 769px) {
.sthp-banner picture{
display: none;
}
}

/* SOAT */

.soat-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;

}

h3.soat-subtitle {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
text-align: left;
}

h3.saot-subtitle2 {
    margin: 0;
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: 600;
line-height: 1;
}

.social-vertical{

   margin: 0;

   & .redes-title{
       display: none;       
   }


   & .widget-redes{
       position: fixed;
       top: calc(50% - 114px);
       z-index: 10;
       flex-direction: column;
       padding: 0;
       gap: 0;       
   }
    & .redes__li{
        & .redes__link{
            border-radius: 0;
        }

        &:first-child{
             & .redes__link{
                border-radius: 0 10px 0 0;
            }
        }

        &:last-child{
             & .redes__link{
                border-radius: 0 0 10px 0;
            }
        }
    }
}

@media only screen and (max-width: 425px) {
	.social-vertical{
display: none;
}
}

.link-tiktok:hover {
    background-color: #000000;
    color: var(--blanco)
}

.bradius {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.related {
  & .wp-block-latest-posts__featured-image{
      aspect-ratio: 4 / 3;
      width: 100%;
      max-height: 200px;
      overflow: hidden;
      border-radius: 10px;
      
    & img{
        object-fit: cover;
        object-position: center;
    }
  }

    & .wp-block-latest-posts__post-title{
        text-decoration: none;
        color: var(--gris);
        margin: .5rem 0;
        display: block;
        font-weight: 500;
        font-size: 1.2rem;
        text-wrap: balance;
        font-family: var(--font-barlow-Con);

        &:hover{
            color: var(--verde);
        }
    }
}


.dqts-video {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

a.dqts-video__a {
    background: rgba(0,0,0,.2);
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4/3;
width: 100%;
}

a.dqts-video__a:after {
    content: "\25b6";
    font-size: 1.5rem;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 4px solid #fff;
    border-radius: 50%
}

.dqts-video picture img{
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

    .videoGallery{
        display: grid;
        grid-gap: 1.5rem;
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
        padding: 1rem;
        margin: 0;
        list-style: none;
    }
    .videoGallery__li{
        position: relative;
        display: flex;
        background-color: #000;
        max-width: 400px;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        margin: 0 auto;
        border-radius: 15px;
        overflow: hidden;
    }

    .videoGallery__img{
        object-fit: cover;
        object-position: center;
        margin: 0 auto;
        width: 100% !important;
    }

    .popup{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, .5);
        display: none;
        align-items: center;
        justify-content: center;
        padding: 1rem;
    }

    .popup__content{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        padding: 1rem;
        border-radius: 10px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);       
    }
    
    .popup__close{
        position: absolute;
        top: -15px;
        right: -15px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        width: 30px;
        height: 30px;
        background: #000;
        border-radius: 50%;
        outline: 2px solid #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    }

    .popup__span{
        background-color: #fff;
        width: 70%;
        height: 2px;
    }

    .popup__span--left{
        rotate: 45deg;
        transform: translate(4px, 2px);
    }

    .popup__span--right{
        rotate: -45deg;
        transform: translate(2px, -2px);
    }

    .iframe {        
        width: 100%;
        height: 100%;        
        border: none;
        overflow:hidden;
        background-color: #fff;
    }

    .iframe--ratio47{
        aspect-ratio: 4/7;
    }

    .iframe--ratio11{
        aspect-ratio: 1/1;
    }

    .videoGallery__play{
        position: absolute;
        top: calc(50% - 25px);
        left: calc(50% - 25px);
    }

    .play__div{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        outline: 5px solid #085445;
        border-radius: 50%;
        cursor: pointer;
    }

    .play__span{
        display: inline-block;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 20px solid #085445;
        margin-left: 5px;
    }

    .play__div:hover{
        transition: all .3s ease-in;
        background-color: #085445;
        outline-color: #085445;
        opacity:0.8;

        & .play__span{
            border-left-color: #fff;
        }
    }


.callToAction {
    background: var(--verde-oscuro);
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem 1rem;
    flex-wrap: wrap;
    position: relative;
	border-radius: 0 0 20px 20px;

    & .callToAction__p {
		color: var(--blanco);
		margin: 0;
		font-size: clamp(1rem, 5vw, 1.375rem);
		text-align: center;
		font-family: "Open Sans", sans-serif;
	}
	
	& .callToAction__a {
		background: var(--blanco);
		padding: 0.625rem 1.25rem;
		border-radius: 10px;
		font-size: clamp(18px, 5vw, 22px);
		text-decoration: none;
		color: var(--verde-oscuro);
		font-weight: 700;
		line-height: 26px;
		border: 1px solid var(--blanco);
		transition: all .3s ease-in;
		font-family: "Open Sans", sans-serif;

		&:hover{
			background: var(--verde-oscuro);
			color: var(--blanco);
		}
	}
}


.itemSts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid var(--verde);
  border-radius: 10px;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  gap: 0.9rem;
}

.itemSts__img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5px;
  witdh: 100% !important;
}

.itemSts__title {
  margin: 0;
  font-family: var(--font-barlow-Con);
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 600;
  color: var(--verde-oscuro);
  text-wrap: balance;
}

.itemSts__p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-family: var(--font-barlow-Con);
  font-size: 1.1rem;
  line-height: 1.3em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

a.itemSts__link {
  margin-left: auto;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: var(--verde-oscuro);

  &:hover {
    color: var(--verde);
  }
}

.dato {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px;
  background: #64d8c261;
  height: 100%;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

span.dato__numero {
  font-family: var(--font-barlow-Con);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 600;
  color: var(--verde-oscuro);
line-height: 1.2em;
}

p.dato__text {
  margin: 0;
  font-family: var(--font-barlow-Con);
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 1em;
  font-weight: 300;
  color: #7b7b7b;
  text-wrap: pretty;
}

.reportes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 898px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 2rem;
}

h4.reportes__title {
  margin: 0;
  font-family: var(--font-barlow-Con);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--verde-oscuro);
}

.reportes__fila {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin: 0.4rem 0 1.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  gap: 1rem;
}

.reportes__number {
  margin: 0;
  font-family: var(--font-barlow-Con);
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--verde-oscuro);
	
	& span{
		font-size: 20px;
	}
}

p.reportes__descripcion {
  margin: 0;
  font-family: var(--font-barlow-Con);
  font-size: 1.2rem;
  line-height: 1.3em;
  text-wrap: balance;
}

.reportes__data {
  max-width: 442px;
}

.buttonLink {
  border: 1px solid var(--verde-oscuro);
  border-radius: 5px;
  float: right;
  padding: 0.3rem 1.2rem;
  text-decoration: none;
  font-family: var(--font-barlow-Con);
  font-size: clamp(1rem, 5vw, 1.2rem);
  font-weight: 600;
  color: var(--verde-oscuro);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.buttonLink:hover {
  background-color: var(--verde-oscuro);
  color: #fff;
}

.reportes__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
}

img.reportes__img {
  max-width: max(200px, 260px);
  width: 100%;
}

.max {
  border-radius: 10px;
  margin: 2rem auto;
  max-width: 1064px;
  padding: clamp(1rem, 5%, 3rem);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.max__title {
  margin: 0;
  text-transform: uppercase;
  font-family: var(--font-barlow-Con);
  font-size: clamp(1.8rem, 2.5vw, 2rem);
  line-height: 1.2em;
  font-weight: 600;
  color: var(--verde-oscuro);
}

.max__fila {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 3rem 2rem;
}

.max__img {
  display: none;
  max-width: 300px !important;
  width: 100% !important;
  @media (min-width: 769px) {
    display: block;
  }
}

.max__contenido {
  @media (min-width: 426px) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
  }
}

.max__caja {
  border-radius: 5px;
  margin-top: 2rem;
  background: #b9e9e0;
  max-width: 637px;
  padding: clamp(1rem, 5%, 2rem);
}

.max__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #b9e9e0;
  border-radius: 50px;
  margin: -3.5rem auto 0.5rem;
  background: #fff;
  height: 84px;
  width: 84px;
  padding: 1rem;
}

.max__persona {
  margin: 0.5rem 0;
  font-family: var(--font-barlow-Con);
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}

.max__pregunta {
  margin: 0;
  font-style: italic;
  font-family: var(--font-barlow-Con);
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 600;
  color: var(--verde-oscuro);
}

.max__respuesta {
  margin: 0.5rem 0;
  font-family: var(--font-barlow-Con);
  font-size: 1.2rem;
  line-height: 1.4em;
}

.buttonLink--mitad {
  flex-basis: 270px;
  flex-grow: 1;
  -ms-flex-preferred-size: 270px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  text-align: center;
}

.max__text {
  margin: 0;
  font-family: var(--font-barlow-Con);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--verde-oscuro);
}

.buttonLink--upper {
  text-transform: uppercase;
}

.max__fila--buttons {
  justify-content: flex-start;
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  gap: 1rem;
}

.max__fila--twobuttons,
.max__fila--altura {
  gap: 1rem;
}

.tab__general {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1064px;
  font-family: var(--font-barlow-Con);
  font-size: 1.3rem;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  gap: 1rem;
}

.tab__primary {
  opacity: 0.5;
  border-bottom: 1px solid var(--verde);
  color: var(--verde);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
  text-align: center;
}

.tab__primary--oscuro {
  --verde: var(--verde-oscuro);
}

.tab__primary.active,
.tab__primary:hover {
  opacity: 1;
}

.tab-content {
  display: none;
  margin: 1rem auto;
  max-width: 1064px;
}

.tab-content.active {
  display: block;
}

.tab__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  max-width: 900px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-box-align: end;
  -ms-flex-align: end;
}

.tab__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 5px;
/*   height: 131px; */
  width: clamp(144px, 25%, 200px);
  padding: 1rem 0.7rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.tab__option.active,
.tab__option:hover {
  background-color: #d1f4ed;
}

.tab__title {
  margin: 0;
  font-family: var(--font-barlow-Con);
  font-size: clamp(1rem, 5vw, 1.15rem);
  font-weight: 500;
  color: var(--gris-oscuro);
}

.tab__subcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: #d1f4ed;
  padding: 0.8rem 1rem;
  list-style: none;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  gap: 1rem 3rem;
}

.tab__sublink {
  text-decoration: none;
  font-family: var(--font-barlow-Con);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--gris-oscuro);
}

.tab__sublink:hover {
  color: var(--verde-oscuro);
}

.tab__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--verde-oscuro);
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-family: var(--font-inter);
  font-size: 1.1rem;
  line-height: 1.2em;
  font-weight: 600;
  color: var(--verde-oscuro);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
  text-align: center;
  text-wrap: balance;
}

.tab__secondary.active {
  background-color: var(--verde-oscuro);
  color: #fff;
}

.tab__subcontent2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 10px;
  background-color: var(--verde);
  height: 429px;
  padding: clamp(1.5rem, 5%, 3rem);
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	
	&.slide1{
		background-image: url('/wp-content/uploads/2024/12/banners-02-1.jpg');
	}
	
	&.slide2{
		background-image: url('/wp-content/uploads/2024/12/banner-civil.jpg');
	}
	
	&.slide3{
		background-image: url('/wp-content/uploads/2024/12/banners-04-1.jpg');
	}
}

.tab__subcontent2--oscuro {
  background-color: var(--verde-oscuro);
}

.subcontent2__title {
  margin: 0 0 0.8rem;
  font-family: var(--font-barlow-Con);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1em;
  font-weight: 700;
  color: var(--verde-oscuro);
  text-wrap: balance;
}

.subcontent2__title--claro {
  color: var(--verde);
}

.subcontent2__subtitle {
  margin: 0 0 0.8rem;
  font-family: var(--font-barlow-Con);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1em;
  font-weight: 400;
  color: #fff;
}

.subcontent2__subtitle strong {
  color: #fff;
}

.subcontent2__link {
  border: 1px solid var(--verde-oscuro);
  border-radius: 50px;
  margin-bottom: 0.8rem;
  background-color: var(--verde-oscuro);
  padding: 0.5rem 1.2rem;
  text-decoration: none;
  font-size: clamp(1rem, 4vw, 1.5rem);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.subcontent2__link:hover {
  background-color: var(--verde);
}

.subcontent2__link--oscuro {
  background-color: var(--verde);
  color: var(--verde-oscuro);
  border-color: var(--verde);
}

.subcontent2__link--oscuro:hover {
  background-color: var(--verde-oscuro);
  color: var(--verde);
}

.subcontent2__description {
  margin: 0;
  font-family: var(--font-barlow-Con);
  font-size: clamp(1rem, 4vw, 1.5rem);
  font-weight: 600;
  color: var(--verde-oscuro);
}

.subcontent2__description--claro {
  color: var(--verde);
}

.seguros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  max-width: 990px;
  padding: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 2rem;
}

.seguros__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 280px;
  flex: 1 1 280px;
}

.seguros__column:first-child,
.seguros__column:last-child {
  text-align: center;
}

h2.seguros__title {
  margin: 0;
  font-family: var(--font-barlow-Con);
  font-size: 2rem;
  line-height: 1.1em;
  font-weight: 600;
  text-align: center;
  text-wrap: balance;
}

.seguros__img {
  display: none;
  margin: 0 auto !important;
  max-width: 200px !important;
  @media (min-width: 426px) {
    display: block;
  }
}

.seguros__option {
  border-radius: 10px;
  background: var(--blanco);
  padding: 1.5rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  @media (min-width: 769px) {
    margin: -3rem 1rem;
  }
}

.seguros__h4 {
  margin: 0;
  font-family: var(--font-barlow-Con);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--verde-oscuro);
}

.seguros__p {
  margin: 0.5rem 0 0;
  font-family: var(--font-barlow-Con);
  font-size: 1.05rem;
}

.seguros__a {
  border: 1px solid var(--verde-oscuro);
  border-radius: 6px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-family: var(--font-inter);
  font-weight: 600;
  color: var(--verde-oscuro);
  text-align: center;

  &:hover {
    background-color: var(--verde-oscuro);
    color: var(--blanco);
  }
}

.seguros__gif{
    margin: 0 auto !important;
    max-width: 200px !important
}


.illustrations {
    display: flex;
    gap: 1rem;
}

.illustrations__img {
    display: flex;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100% !important;
    object-position: top;
    border-radius: 8px;
}

.illustrations__option {
    flex: 1 1 200px;
text-decoration: none;
    color: var(--gris-oscuro);
}

p.illustrations__p {
    font-weight: 500;
    font-family: var(--font-barlow-Con);
    font-size: 1.2rem;
    line-height: 1.2em;
    margin: .5rem 0 0;
}

.videoGallery {
    display: flex;
    gap: 1rem;
}

img.videoGallery__img {
    aspect-ratio: 4 / 3;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}


.videoGallery__play {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

.play__div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    outline: 5px solid #085445;
    border-radius: 50%;
    cursor: pointer;
}

.play__span {
    display: inline-block;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid #085445;
    margin-left: 5px;
}

.videoGallery__div {
    flex-grow: 1;
    flex-basis: 250px;
}

.videoGallery__img {
    position: relative;
    display: flex;
    aspect-ratio: 4 /3;
    border-radius: 8px;
    overflow: hidden;
    background: rgb(0 0 0 / 5%);

    & img{
        object-fit: cover;
        object-position: center;
        width: 100%;
        z-index: -1;
    }
}

p.videoGallery__p {
    font-weight: 500;
    font-family: var(--font-barlow-Con);
    font-size: 1.2rem;
    line-height: 1.2em;
    margin: .5rem 0 0;
}

.popupVideo{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.2);
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
}

.popupVideo__content {
    border: 10px solid #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
    line-height: 0;
    margin: 0;
}

.popupVideo__close {
    position: absolute;
    top: -20px;
    right: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #245346;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid #fff;);
cursor: pointer;
}

.popupVideo__span {
    background-color: #fff;
    width: 60%;
    height: 3px;
    position: absolute
}

.popupVideo__span--left {    
    transform: rotateZ(45deg);
}

.popupVideo__span--right {    
    transform: rotateZ(-45deg);
}


.formSubscribe {
    display: flex;
    align-items: center;
    width: min(100%, 700px);
    margin: 30px auto;
    padding: max(3%, 1.5rem);
    background: #b9e9e0;
    border-radius: 10px;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
	
	& .formSubscribe__div {
		flex-grow: 1;
		flex-basis: 300px;
		& p{
			margin: 0;
			text-align: center;
		}
	}
	
	& .formSubscribe__img{
		max-width: 250px !important;
		margin: auto;
	}
	
	& .formSubscribe__h4 {
		font-size: clamp(1.8rem, 5vw, 2.2rem);
		text-wrap: balance;
		line-height: 110%;
		color: var(--verde-oscuro);
		margin: 0 0 10px;
		font-family: var(--font-barlow-Con);
		font-weight: 500;

		& strong{
			font-weight: 700;
			color: var(--verde-oscuro);
		}
	}
	
	& .formSubscribe__p{
		text-align: left !important;
		text-wrap: pretty;
		margin-bottom: 1rem !important;
	}
	
	& input{
		width: 100%;
	}
	
	& .formSubscribe__form {
        & p {
            display: flex;
            align-items: center;
            justify-content: space-between;
			position: relative;
        }

        & input[type=email]{
            border: 1px solid var(--verde-oscuro);
            border-right: none;
            border-radius: 5px 0 0 5px;
            padding: .5rem 1rem;
        }

        & input[type=submit]{
            padding: .5rem 1rem;
            width: auto;
            line-height: 150%;
            background: var(--verde-oscuro);
            color: var(--blanco);
            border:  1px solid var(--verde-oscuro);
            border-radius: 0px 5px 5px 0;
            cursor: pointer;
            transition: all .3s ease-in;

            &:hover{
                color: var(--verde-oscuro);
                background: var(--white);
            }
        }
		
		& .wpcf7-spinner {
			position: absolute;
			left: 0;
			margin: 0 0 0 -30px;
		}
    }

}

.tab__link {
    text-align: center;
    text-decoration: none;
}

.page-id-10662 img.bannerNew__img,
.page-id-9142 img.bannerNew__img,
.page-id-9140 img.bannerNew__img,
.page-id-9141 img.bannerNew__img{
	top: 85%;
}