@charset "UTF-8";
/*!
Theme Name: teslacom
Theme URI: http://underscores.me/
Author: Maria Pia Zaniboni
Author URI: http://piazaniboni.com
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: teslacom
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.

teslacom 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: #EAECF2;
  font-family: "Source Sans 3", "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: #171729;
  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: #171729;
  text-decoration: none;
}

big {
  font-size: 125%;
}

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

hr {
  background-color: #171729;
  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;
}

/* HERO MEDIA - CONTENEDOR GENERAL */
.hero-media {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

/* BACKGROUND WRAPPER */
.hero-media__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

/*  Ajuste para el iframe para que cubra sin bordes */
.hero-media__background .video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 ratio */
  min-height: 100vh;
  min-width: 177.78vh; /* 16:9 ratio */
  transform: translate(-50%, -50%);
  z-index: 1;
}

.hero-media__background .video-bg iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

/* IMAGEN DE BACKUP */
.image-bg--mobile {
  display: none;
}

.hero-media__background .image-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

@media (max-width: 768px) {
  .image-bg--desktop {
    display: none;
  }
  .image-bg--mobile {
    display: block;
  }
}
/* OVERLAY */
.hero-media__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(24, 23, 41, 0.9) 0%, rgba(24, 23, 41, 0.4) 50%, rgb(24, 23, 41) 100%);
  pointer-events: none;
}

/* CONTENT */
.hero-media__content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

section.banner_main {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  color: #fff;
}

.glow {
  position: absolute;
  left: -9%;
  z-index: 3;
  pointer-events: none;
  width: 400px;
  height: 150px;
  background: linear-gradient(90deg, rgba(255, 200, 0, 0) 0%, rgba(255, 200, 0, 0.4) 50%, rgba(255, 200, 0, 0) 100%);
  transform: rotate(-25deg);
  filter: blur(100px);
  opacity: 0.6;
  mix-blend-mode: screen;
  animation: moveGlow 8s ease-in-out infinite alternate;
}

.glow2 {
  background: linear-gradient(90deg, rgba(255, 100, 50, 0) 0%, rgba(255, 100, 50, 0.5) 50%, rgba(255, 100, 50, 0) 100%);
  transform: rotate(-25deg) translateY(50px);
  animation-delay: 2s;
  opacity: 0.7;
  pointer-events: none;
}

.glow-blue {
  position: absolute;
  z-index: 9;
  bottom: 18%;
  right: -8%;
  width: 400px;
  height: 150px;
  background: linear-gradient(90deg, rgba(255, 200, 0, 0) 0%, rgba(20, 92, 248, 0.4) 50%, rgba(255, 200, 0, 0) 100%);
  transform: rotate(-25deg);
  filter: blur(100px);
  opacity: 0.6;
  mix-blend-mode: screen;
  animation: moveGlow 8s ease-in-out infinite alternate;
}

.glow-blue2 {
  background: linear-gradient(90deg, rgba(255, 100, 50, 0) 0%, rgba(20, 92, 248, 0.5) 50%, rgba(255, 100, 50, 0) 100%);
  transform: rotate(-25deg) translateY(50px);
  animation-delay: 2s;
  opacity: 0.7;
}

@keyframes moveGlow {
  from {
    transform: translateX(-60px) rotate(-25deg);
  }
  to {
    transform: translateX(60px) rotate(-25deg);
  }
}
.contacto-page {
  position: relative;
}
.contacto-page .glow-blue {
  bottom: 0;
  top: 5rem;
}

.destello {
  position: absolute;
  width: 76%;
}
.destello.naranja {
  opacity: 0.6;
}
@media (max-width: 900px) {
  .destello.naranja {
    width: 160%;
    max-width: 160%;
    left: -10px;
    top: 42%;
    opacity: 1;
  }
}
.destello.azul {
  right: 0;
  opacity: 0.8;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.scroll-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

#loader {
  position: fixed;
  inset: 0;
  background-color: #171729;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#loader.hidden {
  opacity: 0;
  visibility: hidden;
}
#loader .loader-circle {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: #EAECF2;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}

.show-mobile {
  display: none !important;
}
@media (max-width: 780px) {
  .show-mobile {
    display: inline-block !important;
  }
}

.hide-mobile {
  display: inline-block !important;
}
@media (max-width: 780px) {
  .hide-mobile {
    display: none !important;
  }
}

.site-main {
  margin-top: 0px;
}

#wpadminbar {
  display: none !important;
}

section .banner__content.__principal {
  width: 100%;
  padding: 0 10rem;
  position: absolute;
  bottom: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1700px) {
  section .banner__content.__principal {
    padding: 0 6rem;
  }
}
@media (max-width: 1030px) {
  section .banner__content.__principal {
    padding: 0 3rem;
  }
}
@media (max-width: 780px) {
  section .banner__content.__principal {
    padding: 0 1.5rem;
  }
}
@media (max-width: 900px) {
  section .banner__content.__principal {
    flex-direction: column;
  }
}
section .banner__content.__principal h1 {
  font-size: 60px;
  line-height: 65px;
  font-weight: 300;
}
@media (max-width: 900px) {
  section .banner__content.__principal h1 {
    font-size: 53px;
    line-height: 58px;
  }
}
@media (max-width: 640px) {
  section .banner__content.__principal h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 900px) {
  section .banner__content.__principal h1 span {
    display: block;
  }
}
section .banner__content.__principal h1 span {
  font-weight: 600;
}
section .banner__content.__principal p {
  width: 32%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
@media (max-width: 1536px) {
  section .banner__content.__principal p {
    width: 40%;
  }
}
@media (max-width: 900px) {
  section .banner__content.__principal p {
    width: 100%;
  }
}
@media (max-width: 640px) {
  section .banner__content.__principal p {
    font-size: 20px;
    line-height: 26px;
  }
}
section .linea-l {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  /* grosor de la línea */
  background-color: #fff;
  /* color principal (rojo) */
}
section .linea-l::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  /* grosor de la línea vertical */
  height: 25px;
  /* altura de la línea vertical */
  background-color: #fff;
  /* mismo color */
}
section .detalles_main {
  position: absolute;
  bottom: 6rem;
  padding: 0 10rem;
  width: 100%;
}
@media (max-width: 1700px) {
  section .detalles_main {
    padding: 0 6rem;
  }
}
@media (max-width: 1030px) {
  section .detalles_main {
    padding: 0 3rem;
  }
}
@media (max-width: 780px) {
  section .detalles_main {
    padding: 0 1.5rem;
  }
}
section .detalles_main .arrow-down {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 900px) {
  section .detalles_main .arrow-down img {
    width: 70px;
  }
}

.column_left h2,
.column_left h3 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  margin-bottom: 2rem;
}
.column_left h2::after {
  content: "";
  display: block;
  width: 15%;
  height: 1px;
  background-color: #c00;
  margin-top: 3rem;
}
@media (max-width: 900px) {
  .column_left h2::after {
    width: 80px;
  }
}
.column_left p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.site-main {
  position: relative;
  overflow: hidden;
  min-height: 84vh;
}

section.text_main.first_section,
.error-404.first_section {
  margin-top: 4rem;
}
section.text_main.section_contacto,
.error-404.section_contacto {
  margin-top: 10rem;
}
@media (max-width: 900px) {
  section.text_main.section_contacto,
  .error-404.section_contacto {
    margin-top: 7rem;
  }
}
section.text_main,
.error-404 {
  padding: 1.5rem 10rem;
}
@media (max-width: 1700px) {
  section.text_main,
  .error-404 {
    padding: 1.5rem 6rem;
  }
}
@media (max-width: 1030px) {
  section.text_main,
  .error-404 {
    padding: 1.5rem 3rem;
  }
}
@media (max-width: 780px) {
  section.text_main,
  .error-404 {
    padding: 1.5rem 1.5rem;
  }
}

.error-404 {
  margin-top: 8rem;
}
@media (max-width: 900px) {
  .error-404 {
    margin-top: 5rem;
  }
}
.error-404 .back-home {
  display: inline-block;
  margin-top: 1rem;
  background-color: rgb(255, 30, 23);
  padding: 5px 15px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.error-404 .back-home:hover {
  text-decoration: underline;
}

.entry-footer {
  padding: 0 10rem;
  float: right;
}

/* Links
--------------------------------------------- */
a {
  color: #EAECF2;
}
a:visited {
  color: #EAECF2;
}
a:hover, a:focus, a:active {
  color: #EAECF2;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #eaecf2 #eaecf2 #eaecf2;
  border-radius: 3px;
  background: #ff1e17;
  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: #EAECF2;
  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: #EAECF2;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

form {
  max-width: 630px;
}
form span.wpcf7-not-valid-tip {
  position: absolute;
}
form p {
  margin: 0;
}
form input,
form textarea {
  font-size: 18px;
  font-weight: 300;
}
form .input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
}
form {
  /* Estilos del input */
}
form .input-wrapper input,
form .input-wrapper textarea {
  padding: 0.7rem 1rem;
  border: none;
  border-bottom: 1px solid #fff;
  /* borde inferior completo */
  background-color: transparent;
  color: #fff;
  outline: none;
  border-radius: 0;
  width: 100%;
}
form {
  /* Placeholder blanco */
}
form .input-wrapper input::placeholder,
form .input-wrapper textarea::placeholder {
  color: #fff;
}
form {
  /* Bordes laterales hasta la mitad usando pseudo-elementos del wrapper */
}
form .input-wrapper::before,
form .input-wrapper::after {
  content: "";
  position: absolute;
  width: 1px;
  /* grosor del borde lateral */
  height: 50%;
  /* mitad del alto */
  background-color: #fff;
  bottom: 0px;
}
form .input-wrapper::before {
  left: 0;
  /* borde izquierdo */
}
form .input-wrapper::after {
  right: 0;
  /* borde derecho */
}
form .input-wrapper.mensaje {
  margin-top: 5rem;
}
form input[type=button],
form input[type=reset],
form input[type=submit] {
  border: none;
  background: #ff1e17;
  border-radius: 0;
  font-size: 22px;
  color: #fff;
  padding: 0.8rem 1.8rem;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.5rem 10rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(#171729, rgba(2, 4, 10, 0));
  z-index: 99;
  transition: 0.2s;
}
@media (max-width: 1700px) {
  .site-header {
    padding: 2rem 6rem 1.5rem;
  }
}
@media (max-width: 1536px) {
  .site-header {
    padding: 1.5rem 6rem 1rem;
  }
}
@media (max-width: 1030px) {
  .site-header {
    padding: 2.5rem 3rem 1.5rem;
  }
}
@media (max-width: 900px) {
  .site-header {
    padding: 2.5rem 1.5rem 1.5rem;
  }
}
.site-header.scrolled {
  background-color: #171729;
  backdrop-filter: blur(8px);
}
.site-header .custom-logo-link img {
  width: 230px;
  height: auto;
}
@media (max-width: 900px) {
  .site-header .custom-logo-link img {
    width: 180px;
  }
}
.site-header__nav {
  display: flex;
  gap: 40px;
}
.site-header__nav a {
  color: #EAECF2;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-header__nav a:hover {
  color: white;
}

.page-home #servicios {
  padding: 10rem 10rem;
}
@media (max-width: 1700px) {
  .page-home #servicios {
    padding: 8rem 6rem;
  }
}
@media (max-width: 1030px) {
  .page-home #servicios {
    padding: 6rem 3rem;
  }
}
@media (max-width: 900px) {
  .page-home #servicios {
    padding: 3rem 0;
  }
}
.page-home #servicios {
  display: flex;
}
@media (max-width: 900px) {
  .page-home #servicios {
    flex-direction: column;
  }
}
.page-home #servicios .column_left {
  width: 40%;
  padding-right: 50px;
}
@media (max-width: 1030px) {
  .page-home #servicios .column_left {
    padding-right: 0px;
  }
}
@media (max-width: 900px) {
  .page-home #servicios .column_left {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.page-home #servicios .column_right {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1030px) {
  .page-home #servicios .column_right {
    width: 65%;
  }
}
@media (max-width: 900px) {
  .page-home #servicios .column_right {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .page-home #servicios .column_right {
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-left: 1.5rem;
    /* oculta la scrollbar */
  }
  .page-home #servicios .column_right::-webkit-scrollbar {
    display: none;
  }
  .page-home #servicios .column_right .services-wrapper {
    flex-wrap: nowrap;
    width: max-content;
  }
}
.page-home #servicios .column_right .services-wrapper {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 3rem 0;
}
.page-home #servicios .column_right .service-card {
  position: relative;
  width: 350px;
  min-height: 550px;
  background-color: #262638;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
  padding: 2rem 1.5rem;
  margin: 0 1rem;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.2rem;
}
@media (max-width: 1536px) {
  .page-home #servicios .column_right .service-card {
    min-height: 500px;
  }
}
@media (max-width: 1280px) and (min-width: 900px) {
  .page-home #servicios .column_right .service-card {
    min-height: 450px;
    max-height: 450px;
  }
}
@media (max-width: 900px) {
  .page-home #servicios .column_right .service-card {
    width: 270px;
    height: 480px;
    min-height: 470px;
    margin: 0;
    margin-right: 1rem;
  }
}
@media (min-width: 900px) {
  .page-home #servicios .column_right .service-card:hover {
    transform: scale(0.96);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  }
}
.page-home #servicios .column_right .service-card {
  /* Vimeo */
}
.page-home #servicios .column_right .service-card .media-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.45s ease;
  overflow: hidden;
}
.page-home #servicios .column_right .service-card .media-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
}
.page-home #servicios .column_right .service-card .media-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 130%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: none;
  display: block;
  pointer-events: none;
  z-index: 1;
}
.page-home #servicios .column_right .service-card .icon {
  z-index: 3;
  width: 55px;
  transition: transform 0.35s ease, filter 0.35s ease;
  position: absolute;
  top: 2rem;
}
@media (max-width: 900px) {
  .page-home #servicios .column_right .service-card .icon {
    width: 65px;
  }
}
.page-home #servicios .column_right .service-card .icon img {
  width: 100%;
  display: block;
  transition: filter 0.35s ease;
  filter: none;
}
.page-home #servicios .column_right .service-card .content-service {
  position: relative;
  z-index: 3;
  transition: transform 0.35s ease;
}
.page-home #servicios .column_right .service-card .content-service h3 {
  font-size: 48px;
  line-height: 53px;
  font-weight: 300;
  margin-bottom: 1rem;
  transition: transform 0.4s ease;
  outline: none;
}
.page-home #servicios .column_right .service-card .content-service h3 span {
  display: block;
}
.page-home #servicios .column_right .service-card .content-service p {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  outline: none;
}
@media (min-width: 900px) {
  .page-home #servicios .column_right .service-card:hover .media-bg {
    opacity: 1;
  }
  .page-home #servicios .column_right .service-card:hover .icon {
    filter: brightness(0) invert(1);
  }
  .page-home #servicios .column_right .service-card:hover .content-service {
    transform: translateY(-10px);
  }
  .page-home #servicios .column_right .service-card:hover .content-service p {
    opacity: 1;
    max-height: 180px;
  }
  .page-home #servicios .column_right .service-card:hover .title {
    transform: translateY(-25px);
  }
  .page-home #servicios .column_right .service-card:hover .description {
    opacity: 1;
    transform: translateY(-5px);
  }
}
@media (max-width: 900px) {
  .page-home #servicios .column_right .service-card .media-bg {
    opacity: 1;
  }
  .page-home #servicios .column_right .service-card .icon {
    filter: brightness(0) invert(1);
  }
  .page-home #servicios .column_right .service-card .content-service {
    transform: translateY(-10px);
  }
  .page-home #servicios .column_right .service-card .content-service p {
    opacity: 1;
    max-height: 180px;
  }
}

@media (min-width: 900px) {
  .section_comp {
    background-size: 170% !important;
  }
}
.section_comp {
  padding: 1rem 10rem !important;
}
@media (max-width: 1700px) {
  .section_comp {
    padding: 1rem 6rem 0 !important;
  }
}
@media (max-width: 1030px) {
  .section_comp {
    padding: 1rem 3rem 0 !important;
  }
}
@media (max-width: 900px) {
  .section_comp {
    padding: 2rem 1.5rem 0 !important;
    align-items: flex-start !important;
  }
  .section_comp span.line {
    position: absolute;
    bottom: 0;
    width: calc(100% - 3rem) !important;
  }
  .section_comp .column_left h2 {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .section_comp .column_left h2::after {
    display: none !important;
  }
}
.section_comp p {
  width: 45%;
}
@media (max-width: 900px) {
  .section_comp p {
    width: 100%;
  }
}
.section_comp .btn-ver-mas {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.section_comp .btn-ver-mas .icono {
  padding: 5px;
  background: #ff1e17;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.section_comp .btn-ver-mas .texto {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.3px;
  margin-left: 10px;
}
.section_comp .btn-ver-mas:hover .icono {
  transform: translateX(4px);
}

section.contacto {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  section.contacto {
    flex-direction: column;
  }
}
section.contacto .column_left {
  width: 40%;
}
@media (max-width: 900px) {
  section.contacto .column_left {
    width: 100%;
    margin-bottom: 4rem;
  }
}
@media (min-width: 900px) {
  section.contacto .column_right {
    z-index: 999;
  }
}
section.contacto .column_right {
  margin-left: 10rem;
  margin-bottom: 5rem;
}
@media (max-width: 900px) {
  section.contacto .column_right {
    margin-left: 0rem;
    margin-bottom: 3rem;
    width: 100%;
  }
}
section.contacto .column_right img {
  margin-bottom: 2rem;
}
section.contacto .column_right p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
section.contacto .column_right p.contact-ubicacion, section.contacto .column_right p.contact-contacto {
  margin-bottom: 1rem;
}
section.contacto form span.wpcf7-not-valid-tip {
  position: absolute;
}
section.contacto form p {
  margin: 0;
}
section.contacto form input,
section.contacto form textarea {
  font-size: 18px;
  font-weight: 300;
}
section.contacto form .input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
}
@media (max-width: 900px) {
  section.contacto form .input-wrapper {
    margin-bottom: 1rem;
  }
}
section.contacto form {
  /* Estilos del input */
}
section.contacto form .input-wrapper input,
section.contacto form .input-wrapper textarea {
  padding: 0.7rem 1rem;
  border: none;
  border-bottom: 1px solid #fff;
  /* borde inferior completo */
  background-color: transparent;
  color: #fff;
  outline: none;
  border-radius: 0;
  width: 100%;
}
section.contacto form {
  /* Placeholder blanco */
}
section.contacto form .input-wrapper input::placeholder,
section.contacto form .input-wrapper textarea::placeholder {
  color: #fff;
}
section.contacto form {
  /* Bordes laterales hasta la mitad usando pseudo-elementos del wrapper */
}
section.contacto form .input-wrapper::before,
section.contacto form .input-wrapper::after {
  content: "";
  position: absolute;
  width: 1px;
  /* grosor del borde lateral */
  height: 50%;
  /* mitad del alto */
  background-color: #fff;
  bottom: 0px;
}
section.contacto form .input-wrapper::before {
  left: 0;
  /* borde izquierdo */
}
section.contacto form .input-wrapper::after {
  right: 0;
  /* borde derecho */
}
section.contacto form .input-wrapper.mensaje {
  margin-top: 5rem;
}
@media (max-width: 900px) {
  section.contacto form .input-wrapper.mensaje {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
}
section.contacto form input[type=button],
section.contacto form input[type=reset],
section.contacto form input[type=submit] {
  border: none;
  background: #ff1e17;
  border-radius: 0;
  font-size: 22px;
  color: #fff;
  padding: 0.8rem 1.8rem;
}

section.section_soluciones .box-items {
  padding: 6rem 0 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 1536px) {
  section.section_soluciones .box-items {
    max-width: 80%;
  }
}
@media (max-width: 900px) {
  section.section_soluciones .box-items {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
section.section_soluciones .box-items {
  margin: 0 auto;
}
@media (min-width: 900px) {
  section.section_soluciones .item_solucion {
    padding: 1.5rem 3rem;
  }
}
section.section_soluciones .item_solucion {
  border-radius: 12px;
}
section.section_soluciones .item_solucion .iconos {
  display: inline-block;
  width: 180px;
  height: 160px;
  background-size: contain;
}
section.section_soluciones .item_solucion .icon-,
section.section_soluciones .item_solucion .icon-energia {
  background: url("/wp-content/themes/teslacom/img/energia_00.svg") no-repeat center;
}
section.section_soluciones .item_solucion .icon-eficiencia {
  background: url("/wp-content/themes/teslacom/img/energia_01.svg") no-repeat center;
}
section.section_soluciones .item_solucion .icon-monitoreo {
  background: url("/wp-content/themes/teslacom/img/energia_02.svg") no-repeat center;
}
section.section_soluciones .item_solucion .icon-contratos {
  background: url("/wp-content/themes/teslacom/img/energia_03.svg") no-repeat center;
}
section.section_soluciones .item_solucion .icon-actores {
  background: url("/wp-content/themes/teslacom/img/gas_00.svg") no-repeat center;
}
section.section_soluciones .item_solucion .icon-contractuales {
  background: url("/wp-content/themes/teslacom/img/gas_01.svg") no-repeat center;
}
section.section_soluciones .item_solucion .icon-costos {
  background: url("/wp-content/themes/teslacom/img/gas_02.svg") no-repeat center;
}
section.section_soluciones .item_solucion .icon-soporte {
  background: url("/wp-content/themes/teslacom/img/gas_03.svg") no-repeat center;
}
section.section_soluciones .item_solucion h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
}
section.section_soluciones .item_solucion p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
  width: 95%;
}
@media (max-width: 1280px) {
  section.section_soluciones .item_solucion p {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .page-id-14 section .wrapper-box-text {
    padding-top: 1rem;
    padding-bottom: 6rem;
  }
}

section .wrapper-box-text {
  display: flex;
  align-items: center;
  min-height: 500px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -10rem;
  margin-right: -10rem;
}
@media (max-width: 1700px) {
  section .wrapper-box-text {
    margin-left: -6rem;
    margin-right: -6rem;
  }
}
@media (max-width: 1030px) {
  section .wrapper-box-text {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (max-width: 900px) {
  section .wrapper-box-text {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    background-position: right bottom;
    background-size: 150%;
    padding-bottom: 2rem;
  }
}
section .box-text {
  width: 50%;
  padding: 5rem 0 5rem 10rem;
}
@media (max-width: 1700px) {
  section .box-text {
    padding: 5rem 0 5rem 6rem;
  }
}
@media (max-width: 1030px) {
  section .box-text {
    padding: 5rem 0 5rem 3rem;
  }
}
@media (max-width: 780px) {
  section .box-text {
    padding: 0rem 1.5rem 5rem 1.5rem;
  }
}
@media (max-width: 900px) {
  section .box-text {
    width: 100%;
  }
}
section .box-text p {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 2rem;
}
@media (max-width: 1536px) {
  section .box-text p {
    font-size: 24px;
    line-height: 34px;
  }
}

.site-main span.line {
  display: block;
  width: 100%;
  background-color: #527fb1;
  height: 2px;
  margin: 0rem 0 1rem;
}
.site-main .linea-l-rigth {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  /* grosor de la línea */
  background-color: #fff;
}
.site-main .linea-l-rigth::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  /* grosor de la línea vertical */
  height: 25px;
  /* altura de la línea vertical */
  background-color: #fff;
  /* mismo color */
}

section.contacto-page-energy {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 900px) {
  section.contacto-page-energy {
    flex-direction: column;
  }
}
section.contacto-page-energy .column_left {
  width: 40%;
}
@media (max-width: 900px) {
  section.contacto-page-energy .column_left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
section.contacto-page-energy .column_right {
  margin-left: 10rem;
  margin-bottom: 1rem;
}
@media (max-width: 900px) {
  section.contacto-page-energy .column_right {
    margin-left: 0rem;
  }
}
section.contacto-page-energy .column_right img {
  margin-bottom: 2rem;
}
section.contacto-page-energy .column_right p {
  text-align: left;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
section.contacto-page-energy .column_right p.contact-ubicacion, section.contacto-page-energy .column_right p.contact-contacto {
  margin-bottom: 1rem;
}

.simple_page {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 900px) {
  .simple_page {
    flex-direction: column;
  }
}
.simple_page .content_left,
.simple_page .content_right {
  width: 40%;
  padding: 1rem 2rem;
}
@media (max-width: 1536px) {
  .simple_page .content_left,
  .simple_page .content_right {
    width: 50%;
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 900px) {
  .simple_page .content_left,
  .simple_page .content_right {
    width: 100%;
  }
}
@media (min-width: 1536px) {
  .simple_page .content_left img.img-compromiso {
    width: 90%;
  }
}
.simple_page .content_right p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.page-compromiso .simple_page {
  margin: 2rem 0;
}

.no-margin-top {
  padding-top: 0 !important;
}

.no-margin-bottom {
  padding-bottom: 0 !important;
}

.site-footer {
  padding: 1rem 10rem 0;
}
@media (max-width: 1700px) {
  .site-footer {
    padding: 1rem 6rem 0;
  }
}
@media (max-width: 1030px) {
  .site-footer {
    padding: 1rem 3rem 0;
  }
}
@media (max-width: 780px) {
  .site-footer {
    padding: 1rem 1.5rem 0;
  }
}
.site-footer span.line {
  display: block;
  width: 100%;
  background-color: #527fb1;
  height: 2px;
  margin-bottom: 1rem;
}
.site-footer .site-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .site-info p {
  color: #527fb1;
  font-size: 16px;
  font-weight: 300;
}

/*--------------------------------------------------------------
# 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 {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  padding: 0 0 7px;
  margin: 0 2rem;
}
@media (max-width: 1030px) {
  .main-navigation a {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0.6rem;
  }
}
.main-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.main-navigation a:hover, .main-navigation a:focus {
  color: #fff;
}
.main-navigation a:hover::after, .main-navigation a:focus::after {
  width: 100%;
}
.main-navigation .current-menu-item a,
.main-navigation .current_page_item a {
  color: #fff;
}
.main-navigation .current-menu-item a::after,
.main-navigation .current_page_item a::after {
  width: 100%;
}

/* Small menu. */
.menu-toggle {
  display: block;
  width: 30px;
  height: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
  border-radius: 0;
  position: absolute;
  right: 1.5rem;
}
.menu-toggle span {
  display: block;
  height: 2px;
  margin-bottom: 5px;
  width: 30px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.menu-toggle.toggle span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.menu-toggle.toggle span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.toggle span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

@media (min-width: 780px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    justify-content: flex-end;
  }
}
.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%;
}

@media (max-width: 780px) {
  .site-branding {
    z-index: 1000;
  }
  .main-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #171729;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    transition: right 0.3s ease;
    z-index: 998;
    padding: 8rem 2rem 0;
  }
  .main-navigation ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .main-navigation ul a {
    font-size: 28px;
    line-height: 34px;
  }
  .main-navigation.active {
    right: 0;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

.gallery-item {
  display: inline-block;
  text-align: center;
  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;
}

/* 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: #171729;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #EAECF2;
  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;
}

/*# sourceMappingURL=style.css.map */
