/*!
Theme Name: LGA
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: lga
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.

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

html {
  scroll-behavior: smooth;
}
/* Sections
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
    color: #001e3f;
}

a:visited {
	 color: #001e3f;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
  /* position: absolute; */
  font-family: 'FuturaStd-Medium';
  /* top: -0.6em; */
  left: 0;
  background-color: #b6985c;
  display: block;
  width: 100%;
  padding: 9px;
  text-transform: uppercase;
}

.main-navigation a {
  /* position: absolute; */
  font-family: 'FuturaStd-Medium';
  /* top: -0.6em; */
  font-size: 1.875em;
  font-size: 1.175em;
  color: #fff;
  text-transform: uppercase;
}
/* This targets the current page's menu item */
.current-menu-item > a{
 color :#001a35;
  }
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0 auto;
    padding-left: 0;
}

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

.form-map__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #001e3f;
}


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

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

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

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

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

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

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

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.post, .page {
    margin: 0 0 0em 0;
}

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

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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




/*******************Maqueta Styles*/



@font-face {
  font-family: 'FuturaStd-CondensedOblique';
  src: url('./fonts/futuraStd/FuturaStd-CondensedOblique.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-CondensedOblique.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-ExtraBold';
  src: url('./fonts/futuraStd/FuturaStd-ExtraBold.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-CondensedLightObl';
  src: url('./fonts/futuraStd/FuturaStd-CondensedLightObl.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-CondensedLightObl.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-Medium';
  src: url('./fonts/futuraStd/FuturaStd-Medium.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-HeavyOblique';
  src: url('./fonts/futuraStd/FuturaStd-HeavyOblique.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-HeavyOblique.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-LightOblique';
  src: url('./fonts/futuraStd/FuturaStd-LightOblique.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-LightOblique.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-CondensedBoldObl';
  src: url('./fonts/futuraStd/FuturaStd-CondensedBoldObl.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-CondensedBoldObl.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-CondensedLight';
  src: url('./fonts/futuraStd/FuturaStd-CondensedLight.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-CondensedLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-Condensed';
  src: url('./fonts/futuraStd/FuturaStd-Condensed.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-Condensed.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-Bold';
  src: url('./fonts/futuraStd/FuturaStd-Bold.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-ExtraBoldOblique';
  src: url('./fonts/futuraStd/FuturaStd-ExtraBoldOblique.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-ExtraBoldOblique.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-CondensedExtraBd';
  src: url('./fonts/futuraStd/FuturaStd-CondensedExtraBd.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-CondensedExtraBd.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-CondensedBold';
  src: url('./fonts/futuraStd/FuturaStd-CondensedBold.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-CondensedBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-Light';
  src: url('./fonts/futuraStd/FuturaStd-Light.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-Heavy';
  src: url('./fonts/futuraStd/FuturaStd-Heavy.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-CondExtraBoldObl';
  src: url('./fonts/futuraStd/FuturaStd-CondExtraBoldObl.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-CondExtraBoldObl.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-BoldOblique';
  src: url('./fonts/futuraStd/FuturaStd-BoldOblique.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-BoldOblique.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-Book';
  src: url('./fonts/futuraStd/FuturaStd-Book.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-MediumOblique';
  src: url('./fonts/futuraStd/FuturaStd-MediumOblique.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-MediumOblique.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-BookOblique';
  src: url('./fonts/futuraStd/FuturaStd-BookOblique.woff2') format('woff2'),
       url('./fonts/futuraStd/FuturaStd-BookOblique.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

ul, li, a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.main__wrapper {
 /* overflow-x: hidden; */
  font-size: 10px;
}

.main__wrapper,
.header__wrapper,
.logo__wrapper,
.logo__image img,
.menu__wrapper,
.hero__wrapper,
.hero__image,
.hero__image img,
.services__wrapper,
.about__wrapper,
.decorator img,
.services__list,
.service__item img,
.team__wrapper,
.team__list,
.member__item img,
.map__wrapper,
.map__wrapper .map,
.us__wrapper,
.us__content,
.us__image img,
.clients__wrapper,
.clients__slider {
  width: 100%;
  display: block;
}

.logo__wrapper {
  background: #001a35;
  padding: 1.175em 0;
  /* border-bottom: 0.625em solid #b6985c; */
}

.logo__image {
    max-width: 28.7em;
    width: 50%;
    margin: 0 auto;
    display: block;
}
.menu {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-content: center;
  padding: 0 5px;
  box-sizing: border-box;
}

.menu__wrapper {
    position: absolute;
    top: -0.6em;
    left: 0;
    background-color: #b6985c;
}

.menu__item a {
  font-family: 'FuturaStd-Medium';
  font-size: 1.875em;
  color: #ffffff;
  text-transform: uppercase;
  padding: .65em 0;
  display: inline-block;
  transition: .5s;
}

.menu__item a:hover,
.menu__item.selected a {
  color: #001a35;
}

.hero__wrapper {
  position: relative;
}

.hero__title {
  font-family: 'FuturaStd-Medium';
  font-size: 3.5em;
  position: absolute;
  bottom: 2vw;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  color: #001a35;
  text-align: center;
  letter-spacing: .15em;
}

.hero__title h3 {
  text-shadow: 0px 10px 15px rgba(255, 255, 255, 1);
}

.hero__title--white {
    color: #ffffff;
    position: absolute;
    top: 470px;
    font-size: 2.25em !important;
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
}

.hero__title--white h3 {
  text-shadow: -1px 0px 5px rgba(150, 150, 150, 1);
}

.services__wrapper,
.about__wrapper,
.team__wrapper,
.us__wrapper,
.clients__wrapper {
  background-image: url(../lga/assets/images/bg.png);
  background-size: auto;
  background-repeat: repeat;
}

.services__content, .about__content, .team__content, .clients__content {
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
    padding: 4em 0 0 0;
    position: relative;
}

.clients__content {
  width: 100%;
  max-width: none;
}

.services__content h3, .about__content h3, .team__content h3 {
    font-family: 'FuturaStd-Medium';
    font-size: 2em;
    color: #001a35;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0 0;
    padding: 0 0 .75em 0;
}

.services__content p, .about__content p, .team__content p {
    font-family: 'FuturaStd-Medium';
    font-size: 1.5em;
    color: #001a35;
    text-align: center;
    margin: 0;
    padding: 0;
}

.services__content p.small{
    font-size: 1rem;
    text-transform: none;
}

.services__content p:nth-of-type(2), .about__content p:nth-of-type(2), .team__content p:nth-of-type(2) {
    padding: 1em 0 1em 0;
}

.services__content::after,
.about__content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../lga/assets/images/separator.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 80%;
  max-width: 920px;
  height: 2px;
}

.decorator {
  width: 80%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}


.team__list {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto;
}

.service__item {
  width: 25%;
}

.services__list{
    justify-content: space-evenly;
    display: flex;
    align-content: flex-start;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto;
}

.services__list#top-1 .service__item,
.services__list#top-2 .service__item,
.services__list#top-3 .service__item,
.services__list#top-4 .service__item{
  width: 25%;
  min-height: 137px;
}

.services__list#top-1,
.services__list#top-2,
.services__list#top-3,
.services__list#top-4{
    margin: 0 auto;
    max-width: 800px;
}

.services__list#top-1{
    margin-top: 3rem;
}
.services__list#top-4{
    margin-bottom: 3rem;
}
.services__list#top-1 .header-container p,
.services__list#top-2 .header-container p,
.services__list#top-3 .header-container p,
.services__list#top-4 .header-container p{
    text-transform: none;
    margin-top: 0.5rem;
    font-size: 1.8em;
    font-weight: 600;
}

.services__list#top-1 .header-container small,
.services__list#top-2 .header-container small,
.services__list#top-3 .header-container small,
.services__list#top-4 .header-container small{
    font-size: 70%;
}

.services__list#top-1 .header-container p:nth-of-type(2),
.services__list#top-2 .header-container p:nth-of-type(2),
.services__list#top-3 .header-container p:nth-of-type(2),
.services__list#top-4 .header-container p:nth-of-type(2){
    padding: 0;
}

.border-gold{
    border-top: 4px solid #b6985c;
/*    border-bottom: 4px solid #b6985c; */
}

.services__list.vertical{
    flex-direction: column;
    align-items: center;
    max-width: 640px;
}

.services__list.vertical .service__item {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.services__list.vertical .service__item p {
   text-align: left;
   margin: 1rem auto;
}  

.services__list_center{
    justify-content: center;
}

.service__item img {
  width: 80%;
  max-width: 190px;
  margin: 0 auto;
}

.service__item.mh{
    min-height: 100px;
}

.service__item p, .member__item p {
    font-family: 'FuturaStd-Medium';
    font-size: 1.275em;
    color: #001a35;
    text-align: center;
    margin: 0;
    padding-top: 0;
    text-transform: uppercase;
}

ul.service-ul {
  list-style: none; /* Remove default bullets */
  text-align: center;
  font-size: 1rem;
  font-family: 'FuturaStd-Medium';
  color: #001a35;
}

ul.service-ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #b6985c; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 1rem;
}

ul.service-ul.sc li{
    margin: 1rem 0;
}

.subtitle-servicio{
     font-size: 1.5rem;
  font-family: 'FuturaStd-Medium';
  color: #b6985c; 
  text-align: center;
}

.service__item.sc{
    min-height: 300px;
}

.service__item p br {
  display: none;
}

.team__list {
  margin-top: 2em;
}

.member__item {
    width: 40%;
}

.member__item img {
  border: 4px solid #b6985c;
}

.member__item h4,
.member__item p {
  margin: 0;
  padding: 0;
}

.member__item h4 {
    font-family: 'FuturaStd-Book';
    font-size: 1.65em;
    color: #001a35;
    text-align: center;
    text-transform: uppercase;
    margin-top: .50em;
    margin-bottom: .25em;
}


.member__item h4 br {
  display: none;
}

.form__wrapper {
    width: 100%;
    background-color: #001e3f;
    color: #ffffff;
    padding: 0.93em 0;
}

.form__content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.form__title {
  text-align: center;
  margin: 0 auto;
  width: 90%;
}

.form__title h3, 
.form__title p {
  margin: 0;
  padding: 0;
}

.form__title h3 {
  font-family: 'FuturaStd-Medium';
  font-size: 1.6em;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.form__title h3 br {
  display: none;
}

.form__title p {
  font-family: 'FuturaStd-Book';
  font-size: 16px;
}

.form__content form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 3em auto 0 auto;
}

.input__wrapper input,
.input__wrapper select,
.input__wrapper textarea {
  background-color: none;
  font-family: 'FuturaStd-Book';
  font-size: 16px;
  color: #001a36;
  padding: 10px 15px;
  text-transform: uppercase;
  border: none;
  width: 100%;
  display: block;
  outline: none;
  box-sizing: border-box;
  background: transparent;
  
}

.input__wrapper textarea {
  resize: none;
  height: 4em;
}

.input__wrapper select {
  -webkit-appearance: none;
  position: relative;
  background: url(../lga/assets/images/br_down.png) no-repeat right #ffffff;
  background-position-x: 97.5%;
  background-size: 1em;
}

.form__content form button {
  width: 100%;
  text-align: center;
  font-family: 'FuturaStd-Book';
  font-size: 16px;
  color: #001a36;
  background-color: #b6985c;
  border: none;
  padding: .75em 0;
  outline: none;
  border: 2px solid #b6985c;
  transition: .5s;
}

.form__content form button:hover {
  background-color: #001a36;
  color: #ffffff;
  cursor: pointer;
}

.input__wrapper {
    width: calc(50% - 1em);
    margin-bottom: 2em;
    border: 3px solid #b6985c;
    background-color: #ffffff;
}

.input__wrapper--full {
  width: 100%;
}

.map__wrapper .map {
  height: 40vw;
}

.footer__wrapper {
  width: 100%;
  background-color: #ffffff;
  border-top: 4px solid #b6985c;
  padding: 2.5em 0;
  position: relative;
}

.footer__wrapper .decorator {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.footer__content {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.footer__contact li {
  font-family: 'FuturaStd-Book';
  font-size: 16px;
  color: #001a36;
  display: flex;
  align-content: center;
  align-items: center;
}

.footer__contact li:nth-of-type(2) {
  margin: .75em 0;
}

.footer__contact li a {
  color: #001a36;
}

.footer__contact li img {
  width: 1.25em;
  margin-right: .5em;
  display: block;
}

.footer__contact li a:hover {
  text-decoration: underline;
}

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

.footer__social li img {
  width: 3em;
}

.footer__social li:nth-of-type(2) {
  margin: 0 20px;
}

.us__content {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.us__image {
    width: 49%;
}

.us__description {
  width: 500px;
}

.us__description p {
  font-family: 'FuturaStd-Medium';
  font-size: 1.3em;
  color: #001a36;
  line-height: 26px;
}

.clients__content {
  border-top: 4px solid #b6985c;
  border-bottom: 4px solid #b6985c;
  background-color: #ffffff;
  padding: 0 !important;
  margin: 6em 0 !important;
}

.clients__slider {
  width: 70%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 3em 0;
}

.clients__slider img {
  opacity: .5;
}

.bx-wrapper {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.slider-controls .prev-selector-black,
.slider-controls .next-selector-black {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}

.slider-controls .prev-selector-black a,
.slider-controls .next-selector-black a {
  width: 100%;
  height: 100%;
  display: block;
}

.slider-controls .prev-selector-black a {
  background-image: url(https://lga.121corp.net/assets/images/izquierda.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-controls .next-selector-black {
  background-image: url(https://lga.121corp.net/assets/images/derecha.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  left: auto;
  right: 16px;
}
.hero__image {
    overflow: hidden;
    height: 30vw;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


h1.title--clientes {
    /* position: absolute; */
    font-family: 'FuturaStd-Medium';
    /* top: -0.6em; */
    font-size: 1.875em;
    /* font-size: 0.875em; */
    text-align: center;
    margin: 0;
    color: #001e3f;
    text-transform: uppercase;
    padding: 30px 0 0 0;
}

.services__content h1.title--clientes{
     padding: 0;
}

h1.title--services {
    font-family: 'FuturaStd-Medium';
    font-size: 1.75rem;
    text-align: center;
    margin: 0;
    color: #001e3f;
    text-transform: uppercase;
    /*padding: 30px 0 0 0;*/
    padding: 0;
}

.slider span {
    text-align: center;
    font-family: 'FuturaStd-Medium';
    color: #b6985c;
    font-size: 14pt;
    width: 100%;
    display: flex;
    align-items: center;
}


.clients__content.industrias {
    margin: 0 !important;
    padding: 0;
}

.services__content h3 {
    padding-bottom: 40px;
}


@media(max-width: 1630px) {
  .hero__image {
    overflow: hidden;
    height: 40vw;
}
  .hero__title--white {
    color: #ffffff;
    position: absolute;
    top: calc(50% - 150px);
    font-size: 2.25em !important;
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
}
.hero__title, .services__content h3, .about__content h3, .team__content h3 {
    font-size: 1.65em;
}

  .services__content p, .about__content p, .team__content p {
    font-size: 1.45em;
}
  .service__item {
    width: 30%;
  }

  .service__item img {
    width: 60%;
  }
}

@media(max-width: 1420px) {
  .team__content h3 {
    padding: 40px 0 .75em 0;
}
  .hero__title--white {
    color: #ffffff;
    position: absolute;
    top: calc(50% - 150px);
    font-size: 2.25em !important;
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
}
  .main__wrapper {
    font-size: 9px;
  }

 .services__content p, .about__content p, .team__content p {
    font-size: 1.45em;
}

 .services__content, .about__content, .team__content, .clients__content {
    padding: 0em 0;
}

  .clients__content {
    padding: 0 !important;
    margin: 5em 0 !important;
  }
}

@media(max-width: 1320px) {
  .team__content h3 {
    padding: 40px 0 .75em 0;
}
.services__content p, .about__content p, .team__content p {
    font-size: 18px;
}
  .map__wrapper .map {
 /*   height: 50vw;*/
  }
}

@media(max-width: 1220px) {
  .team__content h3 {
    padding: 40px 0 .75em 0;
}
  .hero__title--white {
    color: #ffffff;
    position: absolute;
    top: calc(50% - 150px);
    font-size: 2.25em !important;
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
}
  .member__item h4 br,
  .form__title h3 br {
    display: block;
  }

  .form__title h3 {
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .map__wrapper .map {
    height: 60vw;
  }
}

@media(max-width: 1024px) {
  
  .main__wrapper {
    font-size: 8px;
  }

  .hero__image {
    overflow: hidden;
  }

  .hero__image img {
    width: 125%;
  /*  margin-left: -12.5em; */
  }

.services__content, .about__content, .team__content, .clients__content {
    padding: 1em 0;
}

  .clients__content {
    padding: 0 !important;
    margin: 4em 0 !important;
  }

  .map__wrapper .map {
    height: 60vw;
  }
}

@media(max-width: 920px) {
  
  .hero__title--white {
    color: #ffffff;
    position: absolute;
    bottom: 450px;
    font-size: 2.25em !important;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
}
  
  .hero__image {
    overflow: hidden;
    height: 47vw;
}
  .hero__title--white {
    color: #ffffff;
    position: absolute;
    bottom: 360px;
    font-size: 1.75em !important;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
}
  .member__item img,
  .input__wrapper {
    border: 2px solid #b6985c;
  }
  
  .form__wrapper {
    padding: 6em 0;
  }

  .map__wrapper .map {
    height: 80vw;
  }

  .us__content {
    flex-direction: column-reverse;
  }

  .us__description {
    width: 100%;
    max-width: 520px;
    text-align: center;
    margin: 20px 0;
  }

  .us__image {
    width: 60%;
    max-width: 420px;
  }

  .hero__image {
    height: 62vw;
  }
    .form-map__wrapper {
    flex-direction: column;
  }
}

@media(max-width: 720px) {
  
.hero__title--white {
    color: #ffffff;
    position: absolute;
    bottom: 450px;
    font-size: 2.25em !important;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
}
  .main__wrapper {
    font-size: 7px;
  }
 
.hero__title h3 {
    font-size: 25px;
   
    position: relative;
}
 .hero__image img {
    width: 150%;
    margin-left: 0%;
}

.services__content, .about__content, .team__content, .clients__content {
    padding: 1em 0;
}

  .clients__content {
    padding: 0 !important;
    margin: 3em 0 !important;
  }

  .service__item img {
    width: 75%;
  }

  .footer__contact li,
  .us__description p {
    font-size: 16px;
  }

  .menu__item a {
    font-size: 14px;
  }

  .service__item p br {
    display: block;
  }
  
  .member__item h4 {
    font-size: 18px;
  }

  .form__title h3 {
    font-size: 18px;
  }

  .input__wrapper input,
  .input__wrapper select,
  .input__wrapper textarea {
    padding: 5px 10px;
  }
}

@media(max-width: 620px) {

  .logo__image {
    width: 70%;
  }

  .input__wrapper {
    width: 100%;
  }
  
  .footer__content {
    flex-direction: column;
  }

  .footer__contact {
    margin-bottom: 20px;
  }

  .footer__contact li {
    font-size: 16px;
  }

  .footer__wrapper {
    padding-bottom: 0;
  }
  
  .footer__wrapper .decorator {
    position: relative;
    bottom: 0;
    left: auto;
    right: auto;
    transform: none;
    margin-top: 2em;
  }

  .hero__image {
    height: 82vw;
  }
  
.hero__title {
    font-family: 'FuturaStd-Medium';
    font-size: 3.5em;
    position: absolute;
    /* bottom: 80vw; */
    left: 50%;
    top: 440px;
    transform: translateX(-50%);
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    letter-spacing: .15em;
}
}

@media(max-width: 880px) {
  
  .services__list.list-nosotros {
    display: none;
}
.description-container {
    max-width: 300px;
    margin: 0 auto;
}
  .main-navigation a {
    /* position: absolute; */
    font-family: 'FuturaStd-Medium';
    /* top: -0.6em; */
    font-size: 1.875em;
    font-size: 0.875em;
    color: #fff;
    text-transform: uppercase;
}
  .service__item img {
    width: 60%;
  }

  .about__content p br,
  .service__item p br {
    display: none;
  } 

  .service__item {
    width: 80%;
    max-width: 220px;
  }

 .services__list, .team__list {
    
    flex-direction: column;
    align-items: center!important;
    align-content: center;
}
  .services   {
    display: none;
  }
  
  .service__item:nth-of-type(1) {
    margin: 2em 0;
  }.service__item:nth-of-type(2) {
    margin: 2em 0;
  }
    .service__item:nth-of-type(3) {
    margin: 2em 0;
  }
      .service__item:nth-of-type(4) {
    margin: 2em 0;
  }
  

  .team__list .member__item {
    width: 50%;
  }

  .team__list .member__item:nth-of-type(2) {
    margin: 2em 0;
  }

  .slider-controls .prev-selector-black,
  .slider-controls .next-selector-black {
    width: 30px;
    height: 30px;
  }
}

@media(max-width: 480px) {

  .main__wrapper {
    font-size: 6px;
  }

  .hero__image img {
    width: 175%;
     
  }

  .footer__contact li {
    font-size: 14px;
  }
}

@media(max-width: 420px) {
  
  
 .header-container span p {
    font-size: 30px;
    padding: 0px 0 10px 0px;
}
  
  .hero__title--white {
    color: #ffffff;
    position: absolute;
    bottom: 72vw;
    font-size: 5.25em !important;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
}
  .main-navigation a {
    /* position: absolute; */
    font-family: 'FuturaStd-Medium';
    /* top: -0.6em; */
    font-size: 1.875em;
    font-size: 0.775em;
    color: #fff;
    text-transform: uppercase;
    
}
  .current-menu-item > a{
 color :#001a35;
  }
  .hero__title {
    width: 90%;
    max-width: 320px;
    font-size: 1.75em;
  }

  .hero__title br {
    display: none;
  }

  .menu__item a {
    font-size: 13px;
  }
}

.services__content {
    padding: 4em 0 70px 0;
}
.services__content, .about__content, .team__content, .clients__content {
 
   
}
.services__content {
    /*padding: 30px 0;*/
    padding: 3rem 0;
}
.dp-flip-front p {
    text-transform: uppercase;
}

.dp-flip-container {
  -webkit-perspective: 1000px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
}
.dp-flip-container .dp-flipper {
  /* flip speed */
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  position: relative;
}
.dp-flip-container:hover .dp-flipper {
  -webkit-transform: rotateY(180deg);
}
.dp-flip-container:hover .dp-flip-front {
  -ms-transform: rotateY(180deg);
}
.dp-flip-container:hover .dp-flip-back {
  -ms-transform: rotateY(0deg);
}
.dp-flip-container .dp-flip-front,
.dp-flip-container .dp-flip-back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
}
.dp-flip-container .dp-flip-front {
  z-index: 2;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.dp-flip-container .dp-flip-back {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(-180deg);
}
.dp-appstore {
  width: 100%;
  height: 100%;
  padding: 12px 3px;
}
.dp-appstore .outer-layer {
  margin: 5px 5px 5px;
   float: left;
}
.dp-appstore .app-container {
    display: inline-block;
    width: 100%;
    height: 220px;
    margin: 5px 5px 5px 5px;
    background: none;
    border: none;
    vertical-align: top;
}
.dp-appstore .app-container .dp-flip-front {
  height: 170px;
}
.dp-appstore .app-container .header-container {
    color: #333;
    text-align: center;
    line-height: 28px;
    -webkit-font-smoothing: subpixel-antialiased;
    padding: 4px 6px;
    display: -webkit-box;
    font-size: 12px;
    -webkit-line-clamp: 2;
    position: relative;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dp-appstore .app-container .image-container {
    width: 100%;
    height: 133px;
    position: relative;
    opacity: 1;
}
.dp-appstore .app-container .image-container img {
    display: block;
    width: 50%;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.dp-appstore .app-container .dp-flip-back {
  height: 170px;
}
.dp-appstore .app-container .dp-flip-back .header-container {
  text-align: left;
  font-weight: 500;
}
.dp-appstore .app-container .dp-flip-back .description-container {
    padding: 3px 6px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 300;
    overflow: hidden;
    background: #b8995d;
}
.dp-appstore .app-container .dp-flip-back .button-container {
  text-align: center;
  padding: 0;
  margin: 5px 0 5px 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}


.description-container p {
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 20px 0;
}

/******End MAqueta Styles*/




 h5 {
    font-size: 25px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}


/****/

input.submit--form {
    width: 100%;
    text-align: center;
    font-family: 'FuturaStd-Book';
    font-size: 16px;
    color: #001a36;
    background-color: #b6985c;
    border: none;
    padding: .75em 0;
    outline: none;
    border: 2px solid #b6985c;
    transition: .5s;
}
input.submit--form:hover {
    background-color: #001a36;
    color: #ffffff;
    cursor: pointer;
    border: 2px solid #b6985c;
}images/derecha.png
  input.tabsinput {
      position: absolute;
      opacity: 0;
      z-index: -1;
    }

    .row {
      display: -webkit-box;
      display: flex;
    }

    .row .col {
      -webkit-box-flex: 1;
      flex: 1;
    }

    .row .col:last-child {
      margin-left: 1em;
    }

    /* Accordion styles */

  .tabs {
    border-radius: 8px;
    overflow: hidden;
    padding: 0 0 100px 0;
}

    .tab {
      width: 100%;
      color: white;
      overflow: hidden;
    }

.tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1em;
    font-size: 19px;
    background: #001e3f;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    /* font-weight: bold; */
    cursor: pointer;
}

    .tab-label:hover {
      background: #b8995d;
    }

    .tab-label::after {
      content: "\276F";
      width: 1em;
      height: 1em;
      text-align: center;
      -webkit-transition: all .35s;
      transition: all .35s;
    }

    .tab-content {
      max-height: 0;
      padding: 0 1em;
      color: #2c3e50;
      background: white;
      -webkit-transition: all .35s;
      transition: all .35s;
    }

    .tab-close {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: end;
      justify-content: flex-end;
      padding: 1em;
      font-size: 0.75em;
      background: #2c3e50;
      cursor: pointer;
    }

    .tab-close:hover {
      background: #b8995d;
    }

    input:checked+.tab-label {
      background: #b8995d;
    }

    input:checked+.tab-label::after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }

input:checked~.tab-content {
    max-height: 200vh;
}
    
.tab-content ul {
    list-style: initial;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.tab-content ul li {
    display: list-item;
    font-size: 20px;
}
.tabs h1 {
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
    font-size: 25px;
    font-family: 'FuturaStd-Medium';
    font-weight: 500;
    margin: 70px 10px 10px 10px;
}

.tabs h1 {
    margin: 0;
    font-size: 28px;
    padding: 50px 10px 10px 10px;
    color: #001e3f;
}

.tab-content ul li {
    display: list-item;
    font-size: 20px;
    line-height: 25px;
    list-style-type: disc;
}

.tab-content ul li ul li {
    display: list-item;
    font-size: 20px;
    list-style-type: circle;
}

/* Layout: */

.col-main {
  flex: 1;  
}  

.col-complementary {
  flex: 1;  
}

/* Responsive: */

@media only screen and (max-width: 880px) {
 .services__list#top-1, .services__list#top-2, .services__list#top-3, .services__list#top-4{
     margin: auto;
     max-width: 100%;
 }
 .services__list#top-1 .service__item, .services__list#top-2 .service__item, .services__list#top-3 .service__item, .services__list#top-4 .service__item {
    width: 100%;
}
.services__list#top .service__item img{
     width: 48px!important;
}
 .services__list#top-1 .service__item img, .services__list#top-2 .service__item img, .services__list#top-3 .service__item img, .services__list#top-4 .service__item img{
    width: 96px!important;
}
.services__list#top-1 .header-container p, .services__list#top-2 .header-container p, .services__list#top-3 .header-container p, .services__list#top-4 .header-container p{
    font-size: 3.8em;
}
/*
.services__content {
    padding: 0px 0 0px 0;
}*/

.main__wrapper .services__content h1.title--clientes{
    font-size: 4.875em;
}

.service__item.sc{
    min-height: 1px;
}
.services__list.vertical .service__item{
    margin: 0!important;
}
.service__item.mh{
    margin: 1rem 0;
    min-height: 1px;
}
}

@media only screen and (min-width: 880px) {
      
  .mobile--list {
    display: none;
}
}
@media only screen and (min-width: 640px) {
 

  .layout {
    display: flex;
  }
}

.dp--back {
    margin: 20px 0 70px 0;
}
.dp--front {
    text-align: center;
}
.image-container img {
    width: 200px;
    /* text-align: center; */
}
 
.container {
  max-width: 60em;
  margin-right: auto;
  margin-left: auto;
}

.col {
  padding: 1em;
  margin: 0 2px 2px 0; 
}

nav.pagination {
    margin: 0;
    text-align: center;
    font-size: 18pt;
    color: #b6985c;
}
a.page-numbers {
    color: #001e3f;
}


span.page-numbers.current {
background: #001f3f;
padding: 9px;
}
a.page-numbers {
color: #001e3f;
padding: 9px;
background: #fff;
margin: 0;
}

p.title-cv {
    font-size: 30px;
}
.service__item img {
 
    /* margin: 0px 0px 10px 0; */
    padding: 0 0 10px 0;
}

.mobile--list {
    padding: 0 0 10px 0;
}

.lista--contacto {
    color: #001e3f;
    padding: 5px;
    font-size: 21px;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

