/*!
Theme Name: amsac
Theme URI: http://underscores.me/
Author: Darwin Robles
Author URI: http://darwinrobles.com
Description: Plantilla personalizada para AMSAC
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: amsac
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.

amsac 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%;
	font-size: 14px;
}

/* 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.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: #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 {
	text-decoration: none;
	padding: 0.1875em!important;
    background-color: #bfffb0!important;
    font-style: italic;
}

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: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: none;
}

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 {
	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 {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.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;
}

.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;
}
/*Estilos de vida
*/
.entry-header .entry-title{
	padding-top: 3rem;
}
.principal .carousel-item {
    height: 100vh;
}
.fondo {
    width: 100%;
    height: 100%;
    text-align: center;
    background-size: cover;
    object-fit: cover;
    -webkit-mask-size: cover;
    background-position: center center;
	position: absolute;
}
.trabajo {
	width: 100%;
    background-size: cover;
    object-fit: cover;
    -webkit-mask-size: cover;
    background-position: center center;
}
.container.slidemedida {
    height: 80vh;
    align-items: center;
    display: flex;
	text-align: left;
}
.contenido h2 {
	color: #07873e;
    font-size: 2.3rem;
    font-weight: 900;
}
.contenido p {
	color: #5f5f5f;
	font-size: 1.5rem;
    font-weight: 500;
}
.circle {
    position: relative;
}
.trabajo .body {
    height: 270px;
}
button.more, .circle .body p a, .contenido p a {
    color: #fff;
    text-decoration: none;
    padding: 0.5rem;
    border-radius: 5px;
    background: linear-gradient(to right, #07873e, #7bdb50);
}

#tw-icon{
	fill: #07873e;
}
#tw-icon:hover{
	fill: #46d985;
}

#ejesdetrabajo .circle p a {
    color: #fff;
    text-decoration: none;
    padding: 0.5rem;
    border-radius: 5px;
    background: linear-gradient(to right, #07873e, #7bdb50);
    position: absolute;
    bottom: 28px;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 105px;
}

.carousel-indicators [data-bs-target] {
    height: 30px!important;
    background-color: #198754!important;
	border-radius: 50%;
}
#intervension .titulos p{
    color: #858585;
    font-weight: 400;
    /*font-size: 1.1rem;*/
    font-size: 1.4rem;
}
/*animal*/
/*.circle:hover {
	opacity: 0;
    transform: translateX(100px);
    animation: slideRin 1s forwards;
}
@keyframes slideRin {
	to {
	  opacity: 1;
	  transform: translateX(0);
	}
  }*/
.reportmemory .descgas:hover, .contenido {
	opacity: 0;
    transform: translateY(100px);
    animation: slideIn 1s forwards;
}
@keyframes slideIn {
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }

.uno {
    /*width: 200px;
    height: 200px;*/
	width: 350px;
    height: 350px;
    background: #edeeef;
    margin: 1rem;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
	border:3px solid #fff;
	box-shadow: -11px 12px 17px 7px #5651517d;
	position: relative;
}
.dos {
    /*width: 160px;
    height: 160px;*/
	width: 260px;
    height: 260px;
    padding: 1rem;
	padding-top: 3.5rem;
	background: linear-gradient(to right, #7bdb50, #0fa996);
    border-radius: 50%;
    text-align: center;
	color: #fff;
    font-weight: 600;
}
.dos i {
    font-size: 5rem;
}
.tres {
	display: none;
	font-size: 12px;
	width: 260px;
    height: 260px;
    padding: 5.5rem 1rem 1rem 1rem;
	background: linear-gradient(to right, #7bdb50, #0fa996);
    border-radius: 50%;
    text-align: center;
	color: #fff;
    font-weight: 600;
}
.bloq-home .uno:before {
    content: '';
    width: 5px;
    height: 100px;
    /*background: #747373f5;*/
    margin-top: 19rem;
    position: absolute;
    bottom: -103px;
    border-left: 2px dashed black;
}
.bloq-home .uno:after {
    content: '';
    position: absolute;
    bottom: -108px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #727272;
}
.circle .header {
    padding-bottom: 6rem;
    justify-content: center;
    display: flex;
}
.titulos h2 {
	color: #07873e;
	font-weight: 900;
	font-size: 3rem;
	/*text-transform: uppercase;*/
}
p.work-p{
	text-transform: uppercase;
	font-size: 1.5rem;
}
p.work {
    text-transform: uppercase;
	font-size: 40px;
}
p.purpose {
    /*text-transform: uppercase;*/
	color: #1d9741;
    font-size: 3rem;
    text-align: end;
}
.purpose-detail p {
	color: #858585;
    font-size: 3rem;
}
.sig-list{
	text-align: start;
	font-size: 1.1rem;
	padding-left: 0rem;
	margin-left: 1rem;
}
.sig-list li::marker{
	color: #1d9741;
}
a.sig-a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}
a:link.sig-a {
  color: #1d9741;
}
.circle .body p {
    color: #5f5f5f;
    font-weight: 500;
    /*font-size: 1.1rem;*/
    font-size: 1.4rem;
    text-align: center;
    margin-top: 30px;
}
.cardsimpacto {
    display: flex;
    position: relative;
	text-align: center;
    color: #07873e;
    align-items:center;
}
.foto {
    padding: 1rem;
}
.foto img {
    border-radius: 5rem;
    border: solid 0.5rem #ffffff;
    box-shadow: 0px 0px 5px 1px #000;
}
.foto span.lupa {
    text-align: right;
    display: block;
    margin-top: -3rem;
    margin-right: 2rem;
}
.foto span.lupa i {
    color: #07873e;
    cursor: pointer;
    background: #fff;
    font-size: 1.5rem;
    padding: 0.4rem;
    border-radius: 50%;
}
.titulodecard {
    text-align: center;
    padding-bottom: 5rem;
    padding-top: 2rem;
}
button.btn.dato {
    background: #fff;
    border-radius: 3rem;
    box-shadow: -1px 1px 5px 1px #000;
    color: #07873e;
    font-weight: 600;
    font-size: 1.5rem;
}
.titulodecard .dato i {
    transform: rotate(264deg);
    position: relative;
    display: inherit;
    font-size: 2.8rem;
}
.cardsimpacto h3 {
    /*text-transform: uppercase;*/
    font-weight: 700;
}

.modal {
    --bs-modal-width: 60%!important;
}
.boxnota {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px #000;
    align-items: flex-end;
    position: relative;
    display: grid;
}
.notahead {
	border: solid 0.5rem #fff;
	border-radius: 10px;
}
.notahead img{
	border-radius: 10px;
	transition: transform 0.3s ease-in-out;
}
.notahead img:hover {
    transform: scaleX(-1);
}

.notabody {
    padding: 0rem 1rem 1rem 1rem;
	height: 180px;
}
.notabody a.more {
	padding: 1rem;
}
.notabody h4 {
    text-align: justify;
}
.entry-content p {
    text-align: justify;
}
.headers h1 {
    text-align: justify;
}
.footdate {
	display: flex;
    justify-content: space-between;
    padding: 0px 10px 10px 10px;
}
.reportmemory button.btn.dato, .noticias button.btn.dato {
	color: #fff;
	background: linear-gradient(to right, #07873e, #7bdb50);
	border: solid 0;
}
.reportmemory .dato i {
    font-size: 1.5rem;
}
.report span {
	background: #fff;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: 0px 1px 7px 0px #000;
    border-radius: 3rem;
    color: #0a873e;
    display: inline-block;
    margin-right: 1.1rem;
    margin-bottom: 1rem;
}
span.reicon i {
    padding-right: 0.8rem;
}
section.reportmemory h2 {
    font-size: 2rem;
    padding-bottom: 1rem;
}
.reportmemory .lineright {
    border-right: solid 2px #07873e;
    margin-right: 0.9rem;
}

@keyframes heartbeat {
    0%, 100% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
}
.reicon {
    animation: heartbeat 1s infinite;
}
.cifranum {
    font-size: 2.5rem;
    font-weight: 800;
    color: #108e40;
}
.cifrahead {
    font-size: 1.5rem;
    font-weight: 600;
    color: #128f40;
}
.cifratext p {
    color: #07873e;
    font-weight: 600;
}
.cifra1, .cifra3 {
    padding-top: 3rem;
}
.cifra2{
	padding-top: 6rem;
}
#sostenibilidad .titulos h2{
    text-aling:left;
}
section.sostenibilidad {
    width: 100%;
    height: 100vh;
    text-align: center;
    background-size: cover;
    object-fit: cover;
    -webkit-mask-size: cover;
    position: relative;
}
.contacto{
    background-size: cover;
    object-fit: cover;
    -webkit-mask-size: cover;
    position: relative;
    width: 100%;
}
.logos {
	background: #fff;
}
 .carousel-control-prev {
    justify-content: left;
    margin-left: -10rem;
}
.carousel-control-next {
    justify-content: right;
    margin-right: -3rem;
}
.logos .carousel-inner {
    height: 40vh;
    align-items: center;
    display: flex;
}
.heighimg img{
	width: 150px;
}
.findform {
    align-items: center;
    display: flex;
}
.oportunidad{
    width: 100%;
}
.formulario {
    padding: 2rem;
    border-radius: 6rem;
    box-shadow: 0px 0px 3px 0px #000;
	background-color: #fff;
}
form#contact {
    padding: 1rem;
}
input[type="text"], input[type="email"] {
    color: #0a873e;
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #07873e;
}
.formulario input[type="text"]::placeholder, input[type="email"]::placeholder{
	color: #1876408a;
	font-weight: 500;
	font-size: 1rem;

}
button.oportuny, button#contact {
    background: linear-gradient(to right, #07873e, #7bdb50);
    border: solid 0;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
}
.formulario .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
	border-bottom: 3px solid #83af4c;
    box-shadow: 0 0 0 0 transparent;
}
.formulario input#acepto {
    margin-top: 1rem;
}
.formulario button#contact {
    margin-right: 2rem;
}
.formulario label.form-check-label {
    font-weight: 500;
}
.formulario .form-check-input:checked {
    background-color: #07873e;
    border-color: #07873e;
}
.formulario .form-check-input {
    border: 2px solid #000;
}
.form-doc{
	margin-top: 1rem;
}
.form-doc a{
	font-weight: 500;
	color: #212529;
    font-weight: 500;
    text-decoration: none;
}
.botones {
    padding-bottom: 1.3rem;
	width: 50%;
}

.botones button{
	width: 100%;
}
.menheader ul li a i {
    padding: 0.5rem;
    background: linear-gradient(to right, #07873e, #7bdb50);
    border-radius: 50%;
    margin: 0.5rem;
	color: #fff;
}
.buscar {
    padding-right: 2rem;
}
.menheader ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menheader ul li a {
    text-decoration: none;
    padding-right: 1rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: #07873e;
	text-transform: uppercase;
}
.buscar input[type="search"], .buscar button {
	color: #07873e;
    border: 1px solid #07873e;
	background: #fff;
}
.buscar button {
	border-left: 0;
	margin-left: -2rem;
	border-radius: 0 10px 10px 0;
}
.buscar input[type="search"]{
	border-right: 0;
	border-radius: 10px 10px 0;
	transition: border-color 0.3s ease-in-out;
	width: 150px;
}
.buscar input[type="search"]:hover,
.buscar input[type="search"]:visited,
.buscar input[type="search"]:active,
.buscar input[type="search"]:focus{
	border: 1px solid #07873e;
	border-color: #07873e;
	outline: none;
}
.site-branding {
    padding: 1rem;
}
.site-header{
	position: fixed;
    z-index: 9;
    width: 100%;
	transition: color 0.3s ease-in-out;
}
.menuicon {
    display: flex;
    position: relative;
    width: 100%;
	align-items: center;
	padding-left: 4rem;
}
.site-header.fixed {
	color: #fff; 
	background-color: #fff;
	transition: color 0.3s ease-in-out;
	box-shadow: 1px 1px 20px 0px #ccc;
}
.menuicon.hidden{
	display: none;
	transition: color 0.3s ease-in-out;
}
.site-header.fixed .main_icon, .site-header.fixed #site-navigation{
	justify-content: center;
}
.site-info {
    text-align: center;
    font-size: 0.6rem;
}
.site-info a{
	text-decoration: none;
	color: #055415;
}
.main_icon {
    display: flex;
    position: relative;
    width: 100%;
}
.redes {
    align-items: center;
    /*display: flex;*/
}
.portal img {
    width: 120px;
}
.portal {
    text-align: right;
    padding-right: 1rem;
}
.redes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.redes ul li a i {
    width: 20px;
    height: 20px;
    border: solid 2px #07873e;
    padding: 0.2rem;
    border-radius: 50%;
	background: #fff;
}
.redes ul li a{
	color: #07873e;
	text-decoration: none;
	font-size: 1.5rem;
}
.redes ul li a:hover{
	color: #46d985;
}
.redes ul {
    display: flex;
}
.redes ul li {
    padding: 0.5rem;
}
.site-footer p {
    color: #07873e;
    font-weight: 600;
    font-size: 1.2rem;
}
.site-footer p i{
	font-size: 2rem;
}
button.footboton {
	background: linear-gradient(to right, #07873e, #7bdb50);
    border: solid 0;
    border-radius: 3rem;
    color: #fff;
    font-weight: 700;
	font-size: 1.1rem;
}
.site-footer .container .row{
	align-items: center;
}
.backnoticias {
    height: 100%;
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    align-items: center;
    display: flex; 
}

.notas .boxnota .notahead img{
	max-width: 384px;
	max-height: 216px;
}

.menfo ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.menfo ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	margin-right: 1rem;
}
.principal #contenido {
    padding-top: 10rem;
}
/*
.fondo{
	transform: translateZ(0);
   animation: parallaxScroll 10s linear infinite;
}
@keyframes parallaxScroll {
	0% {
	  transform: translateX(0%);
	}
	100% {
	  transform: translateX(2%);
	}
  }
  */

/*
 * TRIANGULO
 * */
.triangulo{
	width: 0;
	height: 0;
	border-right: 40px solid transparent;
	border-bottom: 90px solid #1d9741 !important;
	border-left: 40px solid transparent;
	transition: transform 0.5s;
}
.triangulo:hover {
    transform: scale(1.1);
}
div[class^='trapecio-']:hover {
    transform: scale(1.1);
}

div[class^='trapecio-'] {
    transition: transform 0.5s;
}

.trapecio-1{
    width: 150px;
    height: 0px;
    border-right: 34px solid transparent;
    border-left: 34px solid transparent;
    border-bottom: 65px solid #1d9741;
	padding-top: 4px;
}
.trapecio-2{
    width: 225px;
    height: 0px;
    border-right: 37px solid transparent;
    border-left: 37px solid transparent;
    border-bottom: 65px solid #1d9741;
	padding-top: 4px;
}
.trapecio-3{
    width: 305px;
    height: 0px;
    border-right: 37px solid transparent;
    border-left: 37px solid transparent;
    border-bottom: 65px solid #1d9741;
	padding-top: 4px;
}
.trapecio-4{
    width: 380px;
    height: 0px;
    border-right: 36px solid transparent;
    border-left: 36px solid transparent;
    border-bottom: 65px solid #1d9741;
	padding-top: 4px;
}
.trapecio-5{
    width: 455px;
    height: 0px;
    border-right: 37px solid transparent;
    border-left: 37px solid transparent;
    border-bottom: 65px solid #1d9741;
	padding-top: 4px;
}
.trapecio-text{
	color: white;
    padding-top: 1.4rem;
    font-size: 12px;
}
.chart-wrapper{
	height: 400px;
}
.carousel-inner.gestion-social-carrusel{
	height: 45vh;
}
.carousel-inner.gestion-social-carrusel .cardscenter .cardsimpacto .imageNormal{
	width: 500px;
	height: 300px;
}
.collapse ul li {
    position: relative;
}
.collapse ul li ul {
	display: none;
	position: absolute;
}
.collapse li:hover > ul{
	display: block;
	z-index: 9;
}
.sub-menu {
	border-style: solid;
    border-width: 0px 0px 0px 0px;
    position: absolute;
    padding: 1px;
    right: auto;
    z-index: 9;
    width: max-content;
    background: #ffffff;
    top: 100%;
    margin-left: -10px;
    
}
.sub-menu li {
	list-style: none;
    position: absolute;
    padding: 25px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #F0F0F0;
    height: 20px;
    align-items: center;
    display: flex;
}
.sub-menu li a:hover {
    text-decoration: none;
    color: #6666;
}
.sub-menu li a{
    padding: 15px 15px 15px 15px!important;
    color: #161B2A;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.sub-menu li a:hover {
   color: #71d757;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0!important;
}
.menpadre ul{
	list-style: none;
}
.navbar-nav {
	margin: auto;
}
.lista li {
    height: 30px;
    margin: 0;
}
.menpadre ul{
	display: flex;
}
.menpadre .lista > li > a{
	text-decoration: none;
	font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #07873e;
    padding: 0px 29.5px 0px 29.5px;
	height: 100%;
	position: relative;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-branding img {
    width: 200px;
}
main#primary {
    padding-top: 12rem;
}
.notasBack {
    width: 100%;
    height: 70vh;
    display: block;
    overflow: hidden;
}
.headers {
    padding-top: 2rem;
}
.entry-meta {
    padding-top: 2rem;
}
.entry-meta span.fecha, .entry-meta span.year {
    box-shadow: -1px 1px 8px 1px #ccc;
    padding: 0.8rem;
    border-radius: 3rem;
    color: #0c8b3f;
    font-weight: 600;
}
.sidebody{
    padding: 1rem 1rem 1rem 1rem;
    background: #fff;
    box-shadow: 0px 0px 14px 0px #ccc;
    border-radius: 20px;
    transition: box-shadow 0.3s ease-in-out;
}
.peque-grid {
    position: relative;
    padding: 1.5rem;
    margin-bottom: -10rem;
}
.peque-grid img {
    border-radius: 40px 80px 40px 40px;
}
.tsec1 {
    padding-top: 2rem;
}
.tsec1 h2{
	font-size: 1.2rem;
}
h3.post-heading {
    font-size: 1rem;
}
a.links {
    text-decoration: none;
    color: #189441;
}
a.links:hover{
	color: #189441;   
}
a.links:visited{
	color: #189441;
}
footer#colophon {
    padding-top: 2rem;
    box-shadow: 1px 0px 5px 0px #ccc;
}
.sidebody.aumentado {
  box-shadow: 6px 3px 20px 11px #ccc;
}
.pagination .page-numbers {
   color: #000;
   display: block;
   width: 50px;
   float: left;
   margin: 4px 4px 4px 0;
   padding: 15px 18px 14px 18px;
   text-decoration: none;
   background: #0201010A;
   border-radius: 50%;
   text-align: center;
}
.pagination .page-numbers:hover {
   background: #07873e;
   color: #fff;
   text-decoration: none;
}
.pagination .current {
   background: #07873e;
   color: #fff;
   padding: 15px 18px 14px 18px;
   border-radius: 50%;
   font-weight: 500;
}
h1.page-title {
    font-size: 1.5rem;
    padding-top: 2rem;
}

#publicaciones .peque-grid {
    width: 150px;
    height: 180px;
    margin-bottom: -5rem;
}

#publicaciones .peque-grid img{
	border-radius: 0;
	height: 100%;
    width: 100%;
    object-fit: cover;
}
#publicaciones .sidebody {
    padding: 6rem 1rem 1rem 1rem;
}
#publicaciones a span.reicon {
    text-decoration: none;
    background: #fff;
    padding: 0.5rem;
    box-shadow: 4px 4px 10px 5px #f0f0f0;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 2rem;
    color: #219a42;
}
#publicaciones a.descarga {
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 1.4rem;
}
#publicaciones  h3.post-heading {
    font-size: 1.4rem;
    color: #0d8c3f;
}

@media (max-width: 768px) {
	.may {display: inline!important;}
	.menuicon, .main_icon {display: inline;}
    .contenido h2 {font-size: 1.5rem;}
    .titulos h2 {font-size: 1.2rem;}
    span.rehead {display:initial;}
    .report { text-align: center;}
    .report span {font-size: 0.8rem;}
    span.reicon {margin-top: 1rem;}
    .buscar {
		padding-top: 1rem;
        padding-bottom: 1rem;
        /*justify-content: center;*/
        display: flex;
    }
    .menheader {
        display: flex;
        padding-bottom: 1rem;
        justify-content: center;
    }
    .redes {
        justify-content: center;
        display:grid;
    }
    .site-branding {
        text-align: center;
        padding: 0.2rem;
    }
    .site-branding img {
        max-width: 110px;
    }
    .portal {
        text-align: center;
    }
    .site-header {
        position: inherit;
    }
    main#primary {
        padding-top: 2rem;
    }
    section#principal {
        padding-top: 0;
    }
    .principal #contenido {
        padding-top: 40rem;
    }
    header#masthead {
        background: #ffffff00;
		z-index: 2;
    }
	header#masthead.header-mobile{
		position: absolute;
	}
	header#masthead.header-mobile .navbar-collapse .menu-amsac-container,
	header#masthead.header-mobile .navbar-collapse .buscar,
	header#masthead.header-mobile .navbar-collapse .navbar-nav{
		margin-left: 2%;
	}
	#principal.principal.home{
		position: relative;
		z-index: 1;
	}
    button.navbar-toggler.bg-gradient {
        background: #1e9842!important;
    }
    nav#site-navigation {
        text-align: center;
        display: block;
        padding-top: 1rem;
        box-shadow: 1px 5px 5px 0px #cccccc45;
    }
    
    .menheader.navbar.navbar-expand-lg.navbar-dark.bg-person.toggled {
        justify-content: center;
    }
    #primary-menu a {
     font-size: 1rem !important;
     padding: initial;
     display: initial;
    }
    .menheader ul li a {
        display: block;
        width: 40px;
        height: 40px;
    }

   .reportmemory .lineright {
    border-right: solid 0;
    margin-right: 0;
  }
  .botones {
    width: 100%;
  }
 .findform {
    padding-top: 3rem;
  }
  button.btn.dato{
  	font-size: 0.8rem;
  }
  .cardsimpacto {
     display: inline;
   }
  .luego {
    padding-top: 1.5rem;
   }
   .row.ancho {
    display: flex;
    justify-content: center;
    text-align: center;
  }
	#sostenibilidad{
		padding-top: 4rem !important;
	}
  section.sostenibilidad {
    height: 138vh;
   }
	section.sostenibilidad .cifra1, .cifra2, .cifra3{
		padding-top: 0rem !important;
	}
   .heighimg {
    display: contents;
   }
   .heighimg img {
    width: 50px;
    height: auto;
    padding: 0.2rem;
   }
   .logos .carousel-inner {
    height: 15vh;
  }
  .carousel-control-next {
    margin-right: -0.5rem;
   }
   .carousel-control-prev{
   	  margin-left: -0.8rem;
   }
   button.footboton {
   	 font-size: 1rem;
   	 margin-bottom: 1rem;
   }
   .backnoticias {
      background-size: auto;
   }
   #sliderCerti .carousel-indicators {
      margin-bottom: -1.8rem;
    }
    .placehold {font-size: 1rem!important;}
    .text-right {text-align: center!important;}
    .site-footer p {font-size: 0.8rem;}
    .headers {padding-top: 0;}
    
    .twit img {
        width: 30px;
        height: 30px;
    }
	.mem .fondillo .memoria .col-lg-6 p{
		text-align: center !important;
	}
	.navbar-collapse .menu-amsac-container .navbar-nav .menu-item{
		margin-bottom: 0.5rem;
	}
	.navbar-collapse .menu-amsac-container .navbar-nav .menu-item a{
		text-decoration: none;
		color: #07873e;
	}
	#masthead .navbar.navbar-expand-lg{
		padding-left: 1rem;
	}
	.nav-mobile-amsac a{
		color: #07873e;
		font-weight: 600;
	}
	#navbarTogglerDemo03{
		background: #ffffff;
	}
	.purpose, .purpose-detail{
		text-align: center !important;
	}
	.notas .boxnota .notahead img{
		max-width: 100%;
		max-height: 100%;
	}
	.notas .boxnota .notabody{
		height: auto;
	}
}





button.btn.lanbtn img.hojas, button.btn.dato img.hojas, span.rehead img.hojas {
    height: 40px;
    width: 40px;
}
.contri h2 {
    font-size: 1.6rem;
    color: #07873e;
}
.contri p {
    font-weight: 500;
    color: #07873e;
}
/*.menpadre .lista .current-menu-item a {
    border-bottom: solid #76d74f;
}*/
.text-right {
    text-align: right;
}
li.twit {
    /*width: 50px;
    height: 50px;*/
}
li.twit a {
    border: solid 2px;
    border-radius: 50%;
    background: #fff;
}
li.twit svg{
	width: 25px;
    height: 25px;
    padding-bottom: 0.3rem;
}
.redes ul li.twit {
    /*padding: 0.5rem 0.5rem 0.9rem 0.5rem;*/
}
.redes ul li.twit a img {
    padding: 0.1rem;
	width: 24px;
	height: 24px;
}
#sostenibilidad {
    max-width: 100%;
    padding-top: 8rem;
}
.odsicon {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    justify-content: center;
}
.odslist {
    width: 25%;
}
.odslist img {
    width: 100%;
}
.campos {
    display: flex;
}
.placehold {
    color: #187640;
    font-weight: 500;
    font-size: 1.4rem;
    width: 30%;
    text-align: justify;
}

.teem{
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 15%);
    border-radius:10px;
    background:#fff;
}
.tem {
    padding: 50px 30px 0px 30px;
    text-align: center;
}
.equipo {
    width: 130px;
	height: 130px;
	position:relative;
}
.equipo img {
    border-radius: 50%;
    width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: top;
    border: solid #118e40;
}
.tem h3{
	color: #222;
	font-family: Poppins,sans-serif;
	font-weight: 700;
    font-size: 21px;
    padding-top: 2rem;
}
.tem h5{
	font-weight: 500;
    font-size: 18px;
    color: #7f7f7f;
}
.tem p{
    font-size: 16px;
    color: #888;
}
.temg {
    justify-content: center;
    display: flex;
    margin-bottom: -2.5rem;
}
.p-contacto.container{
	padding-bottom: 6rem;
}
.separa {
    padding-top: 2.8rem;
	padding-bottom: 6rem;
}
a.expls {
    text-decoration: none;
}
.teem:hover{
	background: #ddd;
	transition: transform 0.3s, background 0.3s, color 0.3s;
}
.btn-centr {
    justify-content: center;
    display: flex;
    padding-bottom: 1rem;
    position: relative;
}
.container.gp .right-button .btn.lanbtn{
	width: 360px;
}
.container.somos {
    height: 85vh;
    text-align: justify;
    align-items: center;
    display: grid;
}
.principalm.encargos-especiales .container.somos{
	height: 130vh;
}
.principalm .container.somos .row h3,
.nacimos .row .secdato h3,
.circleGob .row .circleTexto h3{
	color: #1d9741;
	text-align: left;
}
.container.somos .row .col-sm-6 h2{
	font-size: 45px;
	text-align: left;
	font-weight: 900;
}
.container.somos .row .col-sm-6 h3{
	color: #1d9741;
}
.section-libro{
    height: 90vh;
	margin-bottom: 20vh;
}
.section-libro p a{
	padding: 1rem;
}
.principalm{
    /*height: 120vh; */
    height: 100vh; 
}
.principalm.encargos-especiales{
	height: 152vh;
}
.principalm .row .secionNacimos .secdato h3{
	color: #1d9741;
    text-align: left;
}
.nacimos.section-inv-privada{
	height: 160vh; 
}
 .nacimos{
   /*height: 100vh; */
   height: 80vh; 
}
.title-color{
	color: #1d9741;
}
.prom-inv-title{
	text-align: left;
	font-size: 42px;
}
.secionNacimos p {
    text-align: left;
    /*font-size: 1.3rem;*/
    font-size: 1.4rem;
    font-weight: 400;
    color: #858585;
    text-align: justify;
}
.circle-prom-inv{
	width: 13rem;
	height: 13rem;
	border-radius: 50%;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin:0px auto;
	padding:3%;
	border: 3px solid #1d9741;
}
.circle-prom-inv > h4 {
	color: #1d9741;
	font-size: 1.4rem;
}
.section-prom-inv-detail{
	font-size: 18px;
	color: #00000090;
	height: 16vh;
	background-color: #1d974130;
	border-radius: 5px;
	margin-top: 8%;
    padding: 5% 5% 5% 5%;
}
.arrowRight{
	position:relative;
	margin: 20px;
	width: 80%;
	height: 20px;
	background: #99e27a80;
	/*border:solid 1px #99e27a21;*/
	float: left;
}
 .arrowRight:before, .arrowRight:after {
	 border-bottom: 17px solid transparent;
	 border-top: 17px solid transparent;
	 top:-6px;
	 content: " ";
	 position: absolute;
	 display: block;
	 width: 0;
	 height: 0;   
 }
 .arrowRight:after {
	 border-left: 20px solid #99e27a80;
	 right: -15px;
	 z-index: 2;
 }
.arrowRight:before {
	border-left: 20px solid #99e27a80;
	right: -16px;
 	z-index: 1;
 }
.item-align-prom-inv{
	padding-top: 5%;
}
.circleTexto p{
    /*font-size: 1.2rem;*/
    font-size: 1.4rem;
    font-weight: 400;
    color: #858585;
}
.circleTexto h2, .container.somos h2 {
    font-size: 2.8rem;
    color: #1d9741;
    font-weight: 900;
    padding-bottom: 1rem;
	text-align: left;
}
.container.somos p {
    /*font-size: 1.3rem;*/
    font-size: 1.4rem;
    font-weight: 400;
    color: #858585;
}
.fondillo {
    width: 100%;
    height: 100%;
    text-align: center;
    background-size: cover;
    /*background-size: contain;*/
    background-repeat: no-repeat;
    object-fit: cover;
    -webkit-mask-size: cover;
    background-position: center center;
    position: relative;
    align-items: center;
    display: flex;
}
.fondillo-bg-center {
    background-position: center;
}
.fondillo-bg-left {
    background-position: left;
}
.fondillo-bg-right {
    background-position: right;
}
.p-directory{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
div#proyectSlider .carousel-indicators{
	margin-bottom: -2rem;
}
.imageNormal {
    width: 450px;
    height: 250px;
    overflow: hidden;
    position: relative;
	margin: 0 0 0 8rem;
}
.imageNormal img {
    height: 100%;
    object-fit: cover;
}
.imageCircle {
    width: 450px;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.imageCircle img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}
.imageCircle.center-block{
	top: 15%;
}
.circuloContent {
    align-items: center;
    display: flex;
}
.circuloContentT {
    align-items: baseline;
    display: flex;
}
section.valores {
    background: #99e27a21;
}
.ginfogestion .carousel-indicators, #valoresSlider .carousel-indicators{
    margin-bottom: -3rem;
}
section.ginfogestion{
    padding-top: 13rem;
}
section.valores .container .row .carousel-inner{
	padding-bottom: 2%;
}
.gestion .container.alturas{
    height: 100vh; 
    align-items: center;
    display: grid;
}
.textCompleto ul {
    text-align: start;
}
.circleTexto {
    text-align: justify;
}
.col-sm-1.escala {
    width: 12%;
}
.background-v{
	background-color: #ebf9f5;
}
button.btn.lanbtn {
    background: #fff;
    border-radius: 3rem;
    box-shadow: -1px 1px 5px 1px #000;
    color: #07873e;
    font-weight: 600;
    font-size: 0.9rem;
}
.sgc button.btn.lanbtn{
	text-align: left;
	width: 100%;
	height: 68px;
}
.mem.alineamiento-bloq p{
	font-size: 1.2rem;
    font-weight: 400;
    color: #858585;
}
.titulos p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #858585;
}
.mem h2, .secdato h2{
    font-size: 2.8rem;
    color: #1d9741;
    font-weight: 900;
    padding-bottom: 1rem;
	text-align: left;
}
.mem  .row {
    align-items: center;
}
.may {
    display: flex;
}
.order-last {
    justify-content: end;
    display: flex;
}
.circleslide {
    width: 350px;
    height: 350px;
}
.map_box {
    
}
seccion.mem .col-lg-6 img {
    width: 250px;
}

@media (max-width: 380px) {
	section.sostenibilidad{
		height: 165vh;
	}	
}

@media screen and (min-width:37.5em) {
    .menheader ul li a {font-size: .7rem;}
}


/* Desktop styles */
.title-desktop { display: block; }
.title-tablet, .title-mobile { display: none; }

/* Tablet styles */
@media (max-width: 1184px) {
    .title-desktop, .title-mobile { display: none; }
    .title-tablet { display: block; }
}

/* Mobile styles */
@media (max-width: 991px) {
    .title-desktop, .title-tablet { display: none; }
    .title-mobile { display: block; }
}

@media (min-width: 2100px) {
    .normativa {
        background-position-x: 500px !important;
    }
	.section-prom-inv-detail{
		height: 13vh;
	}
}


@media (max-width: 575px) {
    .circle .uno {
        width: initial;
        height: initial;
        padding: 10px;
    }
	
	.fondillo.gestion-social-chart{
		background-color: #99e27a21 !important;	
	}
	.carousel-inner.gestion-social-carrusel{
		height: auto;
	}
	.carousel-inner.gestion-social-carrusel .cardscenter .cardsimpacto .imageNormal{
		width: 100%;
		height: 100%;
	}
    .fondillo {
        background: none !important;
    }
	.imageNormal{
		margin-left: 1rem;
	}
    .imageCircle, .imageNormal {
        width: 100%;
        height: 100%;
		padding-bottom: 2rem;
    }
    .circleTexto {
        padding: 0 10px;
    }
	.circleTexto ul {
		padding-left: 0rem;
		margin-left: 1rem;
	}
    .principalm,
	.section-libro{
        height: 100%;
        padding: 30px 0;
    }
    
    .somos {
        height: 100% !important;
        margin-bottom: 20px;
    }
    
    .nacimos {
        height: 100%;
        padding: 30px 0;
    }
    
    .secdato h2 {
        font-size: 14px;
    }
    
    .circleGob img {
        width: 100%;
        height: 338px;
    }
    .principalm h2,
	.section-libro h2{
        font-size: 3rem !important;
    }
    
    .circleTexto h2 {
        font-size: 3rem;
    }
    
    .desktop-piramide {
        display: none !important;
    }
    .mobile-piramide {
        display: block !important;
    }
	.mem h2{
		text-align: center !important;
	}
	.arrowRight{
		width: 30%;
	}
	.item-align-prom-inv{
		margin-left: 30%;
	}
}

.right-button .lanbtn {
    width: 330px;
}
@media (min-width:1664px){
	.col-sm-7{
		width: 48% !important;
	}
	.contacto{
		background-position: 28% 28%;
	}
	.section-prom-inv-detail{
		height: 13vh;
	}
}
@media (min-width:1800px){
	.section-prom-inv-detail{
		height: 13vh;
	}
	.principalm.encargos-especiales .container.somos{
		height: 100vh;
	}
	.nacimos.nacimos-social{
		height: 60vh;
	}
}