{source}<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<style>

/*@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;300;400;700&display=swap');*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

* {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/* Basic */

@-ms-viewport {
width: device-width;
}

body {
-ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {

html,
body {
min-width: 320px;
}

}

html {
box-sizing: border-box;
}

*,
*:before,
*:after {
box-sizing: inherit;
}

/* Type */

html {
font-size: 18pt;
}

@media screen and (max-width: 1680px) {

html {
font-size: 14pt;
}

}

@media screen and (max-width: 1280px) {

html {
font-size: 12pt;
}

}

@media screen and (max-width: 736px) {

html {
font-size: 11pt;
}

}

@media screen and (max-width: 360px) {

html {
font-size: 10pt;
}

}


/*Banner*/

#header {
position: relative;
margin: 0;
background-image:
linear-gradient(rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.5)), url('../images/imagenes/Images-banners/junta-directiva-banner.jpg');
background-size: auto, cover;
background-position: top left, center center;
background-repeat: repeat, no-repeat;
padding: 10em 0 10em 0;
text-align: center;
color: #fff;
margin-left: -25px;
margin-right: -30px;
margin-top: -20px;
font-family: "Roboto", sans-serif;
font-weight: 300;
font-size: 17pt;
line-height: 1.75em;
}

#header header h1 {
font-size: 2.25em;
line-height: 1.25em;
margin-bottom: 0;
font-weight: 100;
color: #fff;
}

#header header p {
margin-top: 1.25em;
font-weight: 100;
padding: 0;
font-size: 1.25em;
line-height: 1.5em;
text-align: center;
color: #fff;
}

#header footer {
padding-top: 1.5em;
}

.container--group, .wrapper, .dark {
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 1rem;
font-weight: 300;
line-height: 1.65;
}


/*Buttons*/

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
-moz-transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
position: relative;
display: inline-block;
background: #3d3d3d;
padding: 0.85em 3em 0.85em 3em;
border-radius: 0.25em;
cursor: pointer;
border: 0;
color: #fff;
text-align: center;
text-decoration: none;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
background: #4f4f4f;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
color: inherit;
box-shadow: inset 0 0 0 1px #e6e6e6;
background: none;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
background: rgba(0, 0, 0, 0.025);
}

.dark input[type="button"],
.dark input[type="submit"],
.dark input[type="reset"],
.dark button,
.dark .button {
background: rgba(255, 255, 255, 0.15);
box-shadow: inset 0 0 0 1px #fff;
color: #fff;
}

.dark input[type="button"]:hover,
.dark input[type="submit"]:hover,
.dark input[type="reset"]:hover,
.dark button:hover,
.dark .button:hover {
background: rgba(255, 255, 255, 0.25);
}

.dark input[type="button"].alt,
.dark input[type="submit"].alt,
.dark input[type="reset"].alt,
.dark button.alt,
.dark .button.alt {
background: none;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.dark input[type="button"].alt:hover,
.dark input[type="submit"].alt:hover,
.dark input[type="reset"].alt:hover,
.dark button.alt:hover,
.dark .button.alt:hover {
background: rgba(255, 255, 255, 0.15);
box-shadow: inset 0 0 0 1px #fff;
}
.align-left {
text-align: left;
}

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

.align-right {
text-align: right;
}

@media screen and (max-width: 736px) {

p.major {
font-size: 1.1rem;
}

.about_us {
font-size: 2rem;
}

.inner_divided {
font-size: 1.25rem;
}

}

.container--group, .wrapper, .dark {
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 1rem;
font-weight: 300;
line-height: 1.65;
}

span.sp-copyright{
font-size: 16px;
}

a {
-moz-transition: color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
text-decoration: none;
}

a:hover {
text-decoration: none;
}

strong,
b {
font-weight: 400;
}

em,
i {
font-style: italic;
}

p .about_us {
margin: 0 0 2rem 0;
}

p.major {
font-size: 1.25rem;
}

.about_us,
.inner_divided, .image-wrapper{
font-weight: 300;
line-height: 1.375;
letter-spacing: -0.05em;
margin: 0 0 1rem 0;
}


.about_us {
font-size: 2.25rem;
}

.inner_divided {
font-size: 1.5rem;
}

.container hr {
border-top: 1px solid #FB6816;
margin: 0;}



/*input,
select,
textarea {
color: #000000;
}

a {
color: #000000;
}

a:hover {
color: #47D3E5;
}

strong,
b {
color: #000000;
}*/

.about_us,
.inner_divided {
color: #000000;
}

blockquote {
border-left-color: rgba(0, 0, 0, 0.2);
}

code {
background: rgba(0, 0, 0, 0.05);
border-color: rgba(0, 0, 0, 0.2);
}

hr {
border-bottom-color: rgba(0, 0, 0, 0.2);
}


/* Icon */

.icon {
text-decoration: none;
border-bottom: none;
position: relative;
text-align: center;
}

.icon:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
text-transform: none !important;
font-family: 'Font Awesome 5 Free';
font-weight: 400;
}

.icon>.label {
display: none;
}

.icon:before {
line-height: inherit;
}

.icon.solid:before {
font-weight: 900;
}

.icon.brands:before {
font-family: 'Font Awesome 5 Brands';
}

.icon.style2:before {
border-radius: 2.75em;
display: inline-block;
height: 2.75em;
line-height: 2.75em;
width: 2.75em;
}

.icon.major {
display: block;
margin: 0 0 1rem 0;
}

.icon.major:before {
font-size: 1.25rem;
}

a.icon.style2:before {
-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}

.icon.style2:before {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

a.icon.style2:hover:before {
box-shadow: inset 0 0 0 1px #47D3E5;
color: #47D3E5;
}

a.icon.style2:active:before {
background-color: rgba(71, 211, 229, 0.1);
box-shadow: inset 0 0 0 1px #47D3E5;
color: #47D3E5;
}

/* Wrapper (style1) */

.wrapper.style1>.inner {
padding: 7rem 3.5rem 5rem 3.5rem;
margin: 0 auto;
max-width: 100%;
width: 64rem;
}

.wrapper.style1>.inner.medium {
width: 48rem;
}

.wrapper.style1>.inner.small {
width: 32rem;
}

@media screen and (max-width: 1680px) {

.wrapper.style1>.inner {
padding: 5rem 2.5rem 3rem 2.5rem;
}

}

@media screen and (max-width: 1280px) {

.wrapper.style1>.inner {
padding: 4rem 4rem 2rem 4rem;
}

}

@media screen and (max-width: 980px) {

.wrapper.style1>.inner {
padding: 4.5rem 3rem 2.5rem 3rem;
}

}

@media screen and (max-width: 736px) {

.wrapper.style1>.inner {
padding: 3rem 2rem 1rem 2rem;
}

}


/* Items (style1) */

.items.style1 {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
margin: 3rem 0;
position: relative;
}

.items.style1>* {
-moz-flex-grow: 0;
-webkit-flex-grow: 0;
-ms-flex-grow: 0;
flex-grow: 0;
-moz-flex-shrink: 0;
-webkit-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
}

.items.style1.big>* {
padding: 3.5rem 3.5rem 1.5rem 3.5rem;
width: 50%;
}

.items.style1.big>*:nth-child(-n + 2) {
border-top-width: 0;
}

.items.style1.big>*:nth-child(2n + 1) {
border-left-width: 0;
}

.items.style1.medium>* {
padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem;
width: 33.33333%;
}

.items.style1.medium>*:nth-child(-n + 3) {
border-top-width: 0;
}

.items.style1.medium>*:nth-child(3n + 1) {
border-left-width: 0;
}

.items.style1.small>* {
padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem;
width: 25%;
}

.items.style1.small>*:nth-child(-n + 4) {
border-top-width: 0;
}

.items.style1.small>*:nth-child(4n + 1) {
border-left-width: 0;
}

@media screen and (max-width: 1280px) {

.items.style1.small>*:nth-child(-n + 4) {
border-top-width: 1px;
}

.items.style1.small>*:nth-child(4n + 1) {
border-left-width: 1px;
}

.items.style1.small>* {
padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem;
width: 33.33333%;
}

.items.style1.small>*:nth-child(-n + 3) {
border-top-width: 0;
}

.items.style1.small>*:nth-child(3n + 1) {
border-left-width: 0;
}

}

@media screen and (max-width: 980px) {

.items.style1.medium>*:nth-child(-n + 3) {
border-top-width: 1px;
}

.items.style1.medium>*:nth-child(3n + 1) {
border-left-width: 1px;
}

.items.style1.medium>* {
padding: 3.5rem 3.5rem 1.5rem 3.5rem;
width: 50%;
}

.items.style1.medium>*:nth-child(-n + 2) {
border-top-width: 0;
}

.items.style1.medium>*:nth-child(2n + 1) {
border-left-width: 0;
}

.items.style1.small>*:nth-child(-n + 3) {
border-top-width: 1px;
}

.items.style1.small>*:nth-child(3n + 1) {
border-left-width: 1px;
}

.items.style1.small>* {
padding: 3.5rem 3.5rem 1.5rem 3.5rem;
width: 50%;
}

.items.style1.small>*:nth-child(-n + 2) {
border-top-width: 0;
}

.items.style1.small>*:nth-child(2n + 1) {
border-left-width: 0;
}

}

@media screen and (max-width: 480px) {

.items.style1.big>*:nth-child(-n + 2) {
border-top-width: 1px;
}

.items.style1.big>*:nth-child(2n + 1) {
border-left-width: 1px;
}

.items.style1.big>* {
padding: 2.625rem 2.625rem 0.625rem 2.625rem;
width: 100%;
}

.items.style1.big>*:nth-child(-n + 1) {
border-top-width: 0;
}

.items.style1.big>*:nth-child(1n + 1) {
border-left-width: 0;
}

.items.style1.medium>*:nth-child(-n + 2) {
border-top-width: 1px;
}

.items.style1.medium>*:nth-child(2n + 1) {
border-left-width: 1px;
}

.items.style1.medium>* {
padding: 2.625rem 2.625rem 0.625rem 2.625rem;
width: 100%;
}

.items.style1.medium>*:nth-child(-n + 1) {
border-top-width: 0;
}

.items.style1.medium>*:nth-child(1n + 1) {
border-left-width: 0;
}

.items.style1.small>*:nth-child(-n + 2) {
border-top-width: 1px;
}

.items.style1.small>*:nth-child(2n + 1) {
border-left-width: 1px;
}

.items.style1.small>* {
padding: 2.625rem 2.625rem 0.625rem 2.625rem;
width: 100%;
}

.items.style1.small>*:nth-child(-n + 1) {
border-top-width: 0;
}

.items.style1.small>*:nth-child(1n + 1) {
border-left-width: 0;
}

.items.style1.big>*,
.items.style1.medium>*,
.items.style1.small>* {
padding-left: 0;
padding-right: 0;
}

.items.style1.big> :first-child,
.items.style1.medium> :first-child,
.items.style1.small> :first-child {
padding-top: 0;
}

.items.style1.big> :last-child,
.items.style1.medium> :last-child,
.items.style1.small> :last-child {
padding-bottom: 0;
}

.items.style1.big> :last-child>.inner> :last-child,
.items.style1.medium> :last-child>.inner> :last-child,
.items.style1.small> :last-child>.inner> :last-child {
margin-bottom: 0;
}

}

/* Items (style1) */
.items.style1>* {
border-color: rgba(0, 0, 0, 0.2);
}

/* Wrapper */

#wrapper {
background-color: inherit;
width: 100%;
overflow-x: hidden;
}

#wrapper>.invert {
background-color: #000000;
color: #ffffff;
}

#wrapper>.invert input,
#wrapper>.invert select,
#wrapper>.invert textarea {
color: #ffffff;
}

#wrapper>.invert a {
color: #ffffff;
}

#wrapper>.invert a:hover {
color: #47D3E5;
}

#wrapper>.invert strong,
#wrapper>.invert b {
color: #ffffff;
}

#wrapper>.invert h1,
#wrapper>.invert h2,
#wrapper>.invert h3,
#wrapper>.invert h4,
#wrapper>.invert h5,
#wrapper>.invert h6 {
color: #ffffff;
}

#wrapper>.invert blockquote {
border-left-color: white;
}

#wrapper>.invert code {
background: rgba(255, 255, 255, 0.125);
border-color: white;
}

#wrapper>.invert hr {
border-bottom-color: white;
}

#wrapper>.invert .box {
border-color: white;
}

#wrapper>.invert input[type="submit"],
#wrapper>.invert input[type="reset"],
#wrapper>.invert input[type="button"],
#wrapper>.invert button,
#wrapper>.invert .button {
background-color: transparent;
box-shadow: inset 0 0 0 1px white;
color: #ffffff !important;
}

#wrapper>.invert input[type="submit"]:hover,
#wrapper>.invert input[type="reset"]:hover,
#wrapper>.invert input[type="button"]:hover,
#wrapper>.invert button:hover,
#wrapper>.invert .button:hover {
box-shadow: inset 0 0 0 1px #47D3E5;
color: #47D3E5 !important;
}

#wrapper>.invert input[type="submit"]:active,
#wrapper>.invert input[type="reset"]:active,
#wrapper>.invert input[type="button"]:active,
#wrapper>.invert button:active,
#wrapper>.invert .button:active {
background-color: rgba(71, 211, 229, 0.2);
box-shadow: inset 0 0 0 1px #47D3E5;
color: #47D3E5 !important;
}

#wrapper>.invert input[type="submit"].primary,
#wrapper>.invert input[type="reset"].primary,
#wrapper>.invert input[type="button"].primary,
#wrapper>.invert button.primary,
#wrapper>.invert .button.primary {
background-color: #ffffff;
box-shadow: none;
color: #000000 !important;
}

#wrapper>.invert input[type="submit"].primary:hover,
#wrapper>.invert input[type="reset"].primary:hover,
#wrapper>.invert input[type="button"].primary:hover,
#wrapper>.invert button.primary:hover,
#wrapper>.invert .button.primary:hover {
background-color: #47D3E5;
}

#wrapper>.invert input[type="submit"].primary:active,
#wrapper>.invert input[type="reset"].primary:active,
#wrapper>.invert input[type="button"].primary:active,
#wrapper>.invert button.primary:active,
#wrapper>.invert .button.primary:active {
background-color: #1ebdd1;
}

#wrapper>.invert label {
color: #ffffff;
}

#wrapper>.invert input[type="text"],
#wrapper>.invert input[type="password"],
#wrapper>.invert input[type="email"],
#wrapper>.invert input[type="tel"],
#wrapper>.invert input[type="search"],
#wrapper>.invert input[type="url"],
#wrapper>.invert select,
#wrapper>.invert textarea {
border-color: white;
}

#wrapper>.invert input[type="text"]:focus,
#wrapper>.invert input[type="password"]:focus,
#wrapper>.invert input[type="email"]:focus,
#wrapper>.invert input[type="tel"]:focus,
#wrapper>.invert input[type="search"]:focus,
#wrapper>.invert input[type="url"]:focus,
#wrapper>.invert select:focus,
#wrapper>.invert textarea:focus {
border-color: #47D3E5;
box-shadow: 0 0 0 1px #47D3E5;
}

#wrapper>.invert select {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.2)' /%3E%3C/svg%3E");
}

#wrapper>.invert select option {
color: #000000;
background: #ffffff;
}

#wrapper>.invert input[type="checkbox"]+label,
#wrapper>.invert input[type="radio"]+label {
color: #ffffff;
}

#wrapper>.invert input[type="checkbox"]+label:before,
#wrapper>.invert input[type="radio"]+label:before {
border-color: white;
}

#wrapper>.invert input[type="checkbox"]:checked+label:before,
#wrapper>.invert input[type="radio"]:checked+label:before {
background-color: #ffffff;
border-color: #ffffff;
color: #000000;
}

#wrapper>.invert input[type="checkbox"]:focus+label:before,
#wrapper>.invert input[type="radio"]:focus+label:before {
border-color: #47D3E5;
box-shadow: 0 0 0 1px #47D3E5;
}

#wrapper>.invert ::-webkit-input-placeholder {
color: #ffffff !important;
}

#wrapper>.invert :-moz-placeholder {
color: #ffffff !important;
}

#wrapper>.invert ::-moz-placeholder {
color: #ffffff !important;
}

#wrapper>.invert :-ms-input-placeholder {
color: #ffffff !important;
}

#wrapper>.invert .icon.style2:before {
box-shadow: inset 0 0 0 1px white;
}

#wrapper>.invert a.icon.style2:hover:before {
box-shadow: inset 0 0 0 1px #47D3E5;
color: #47D3E5;
}

#wrapper>.invert a.icon.style2:active:before {
background-color: rgba(71, 211, 229, 0.1);
box-shadow: inset 0 0 0 1px #47D3E5;
color: #47D3E5;
}

#wrapper>.invert ul.alt li {
border-top-color: white;
}

#wrapper>.invert header p {
color: #ffffff;
}

#wrapper>.invert table tbody tr {
border-color: white;
}

#wrapper>.invert table tbody tr:nth-child(2n + 1) {
background-color: rgba(255, 255, 255, 0.125);
}

#wrapper>.invert table tbody tr.alt {
background-color: rgba(255, 255, 255, 0.125) !important;
}

#wrapper>.invert table th {
color: #ffffff;
}

#wrapper>.invert table thead {
border-bottom-color: white;
}

#wrapper>.invert table tfoot {
border-top-color: white;
}

#wrapper>.invert table.alt tbody tr td {
border-color: white;
}

#wrapper>.invert table.uniform tbody tr:nth-child(2n + 1) {
background-color: transparent;
}

#wrapper>.invert .banner .image {
background-color: rgba(255, 255, 255, 0.125);
}

#wrapper>.invert .banner.style4 .image {
border-color: white;
background-color: white;
border-width: 1px;
}

#wrapper>.invert .banner.style4 .image:before {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
border-color: white;
width: calc(100% + 2px);
margin-left: -1px;
}

#wrapper>.invert .banner.style4 .image:after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
border-color: white;
width: calc(100% + 2px);
margin-left: -1px;
}

#wrapper>.invert .banner.style4.android .image:after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
}

#wrapper>.invert .spotlight .image {
background-color: rgba(255, 255, 255, 0.125);
}

#wrapper>.invert .spotlight.style3 .image {
border-color: white;
background-color: white;
border-width: 1px;
}

#wrapper>.invert .spotlight.style3 .image:before {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
border-color: white;
width: calc(100% + 2px);
margin-left: -1px;
}

#wrapper>.invert .spotlight.style3 .image:after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
border-color: white;
width: calc(100% + 2px);
margin-left: -1px;
}

#wrapper>.invert .spotlight.style3.android .image:after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
}

#wrapper>.invert .gallery article .image {
background-color: rgba(255, 255, 255, 0.125);
}

#wrapper>.invert .items.style1>* {
border-color: white;
}

#wrapper>.invert .items.style2 {
border-color: white;
}

#wrapper>.invert .items.style2>* {
border-color: white;
}

#wrapper>.invert .index>* {
border-top-color: white;
}

#wrapper>.color1 {
background-color: #30363d;
}

#wrapper>.color2 {
background-color: #db8992;
}

#wrapper>.color3 {
background-color: #ab7aad;
}

#wrapper>.color4 {
background-color: #897cad;
}

#wrapper>.color5 {
background-color: #7794ce;
}

#wrapper>.color6 {
background-color: #64abb4;
}

#wrapper>.color7 {
background-color: #6ba78c;
}

#wrapper.divided>* {
box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.075);
}

#wrapper.divided>*:first-child {
box-shadow: none !important;
}

#wrapper.divided>.invert {
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.125);
}

#wrapper.divided>.invert:first-child {
box-shadow: none !important;
}


/*body {
font-family: 'Jost', sans-serif;
/*background-color: #212121;*/
/*}*/

h1 {
color: white;
font-size: 36px;
text-align: center;
}

.image-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
margin: auto;
margin-bottom: 50px;
}

.media {
width: 30%;
height: 30%;
display: flex;
justify-content: center;
align-items: center;
margin: 10px;
overflow: hidden;
position: relative;
box-shadow: 0 6.7px 5.3px rgba(0, 0, 0, 0.03), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
border-radius: 5px;
}

.media:hover {
cursor: pointer;
}

.overlay {
background: rgba(0, 0, 0, 0.7);
position: absolute;
height: 100%;
width: 100%;
z-index: 3;
opacity: 0;
transition: all ease-in-out 0.5s;
}

.media:hover .overlay {
opacity: 1;
}

.images-img {
width: 100%;
z-index: -1;
margin: auto;
transform: scale(1);
transition: all ease-in-out 0.5s;
}

.media:hover .images-img {
transform: scale(1.1);
filter: blur(2px);
}

.image-details {
text-align: center;
color: white;
font-size: 20px;
z-index: 4;
position: absolute;
top: 100%;
opacity: 0;
transition: all ease-in-out 0.5s;
}
.text-junta{
font-size: 15px;
text-align: justify;
list-style: none;
}

.media:hover .image-details {
top: 10%;
opacity: 1;
}

@media only screen and (max-width: 900px) {
.media {
width: 70%;
height: 70%;
}
}
@media only screen and (max-width: 550px){
.text-junta{
display: none;
}
.media:hover .image-details {
top: 25%;
}
.image-details {
font-size: 15px;
}
.hero>h1{
font-size: 2.5rem;
}
}
.social-icon {
margin-top: 160px;
padding: 25px 0;
}

.icon {
margin: 0px auto;
text-align: center;
}

.icon i {
font-size: 35px;
padding: 10px;
border-bottom: 2px solid;

}

.follow-redes {
font-family: 'Raleway', Helvetica, Arial, sans-serif;
font-size: 25px;
display: block;
opacity: 1;
}

.text-container {
font-family: 'Raleway', Helvetica, Arial, sans-serif;
text-align: center;
}

.reference-junta{
background-color: #08792d;
text-decoration: none;
color: white;
border-radius: .25rem;
text-align: center;
display: inline-block;
transition: all .3s;
font-size: 15px;
padding: 10px;
}

.reference-junta:hover{
color: #fff;
}
</style>
<section id="header" class="dark">
<header>
<h1>Nuestra estructura organizativa</h1>
<p>Cooperativa S.M. Juan XXIII, R.L.</p>
</header>
<footer>
<a href="#wrapper_about_us" class="button scrolly">Ver m&aacute;s</a>
</footer>
</section>
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- Six -->
<section class="wrapper style1 align-center" id="wrapper_about_us">
<div class="inner">
<h2 class="about_us">Nosotros</h2>
<p class="inner_pharagraph">
La estructura organizativa de la Cooperativa de SM Juan XXIII R.L., es la encargada de
fijar los roles, funciones y responsabilidades de la nuestra empresa; establece los objetivos; crea los
procesos y define protocolos y por ende; dise&ntilde;a las estrategias de mejoramiento para el bien de la
misma. Esta estructura est&aacute; agrupada en 7 grandes juntas o comit&eacute;s encargadas de identificar y clasificar las actividades de nuestra instituci&oacute;n, con el fin de que los objetivos fijados sean precisos, reales y medibles. <br><br>
Estos grupos que conforman nuestra estructura organizativa, est&aacute;n agrupados de la siguiente manera:
</p>
</div>
</section>
</div>
<div class="image-wrapper" id="estructura">
<div class="media">
<div class="overlay"></div>
<img class="images-img" src="/images/2023/10/28/img_9900.jpg" alt="junta">
<div class="image-details">
<p>Junta de directores</p>
<ol class="text-junta">
<li>Presidente: Di&oacute;genes G&oacute;mez.</li>
<li>Vicepresidente: &Aacute;ngel Castro.</li>
<li>Secretaria: Maribel Flores.</li>
<li>Tesorero: Cristi&aacute;n de Le&oacute;n</li>
</ol>
<a class="reference-junta" href="/conocenos/cuerpo-directivo/junta-de-directores">Ver m&aacute;s...</a>
</div>
</div>
<div class="media">
<div class="overlay"></div>
<img class="images-img" src="/images/2023/10/28/img_3523.jpg" alt="">
<div class="image-details">
<p>Junta de Vigilancia</p>
<ol class="text-junta">
<li>Presidenta: Miroslava Serrac&iacute;n.</li>
<li>Vicepresidenta: Lesly V&aacute;squez.</li>
<li>Secretario: Boris Cantillano.</li>
</ol>
<a class="reference-junta" href="/conocenos/cuerpo-directivo/junta-de-vigilancia">Ver m&aacute;s...</a>
</div>
</div>
<div class="media">
<div class="overlay"></div>
<img class="images-img" src="/images/2023/10/31/img_5739.jpg" alt="">
<div class="image-details">
<p>Comit&eacute; de Cr&eacute;dito</p>
<ol class="text-junta">
<li>Presidenta: Dayra Guevara.</li>
<li>Vicepresidente: Olmedo S&aacute;nchez.</li>
<li>Secretaria: Maribel Herrera.</li>
</ol>
<a class="reference-junta" href="/conocenos/cuerpo-directivo/comite-de-credito">Ver m&aacute;s...</a>
</div>
</div>
<div class="media">
<div class="overlay"></div>
<img class="images-img" src="/images/2023/10/31/img_6307.jpg" alt="">
<div class="image-details">
<p>Comit&eacute; de Educaci&oacute;n</p>
<ol class="text-junta">
<li>Presidente: &Aacute;ngel Castro.</li>
<li>Vicepresidenta: Eliezer &Aacute;brego.</li>
<li>Secretaria: Janitza Rodr&iacute;guez.</li>
<li>Tesorero: Alfredo Batista.</li>
</ol>
<a class="reference-junta" href="/conocenos/cuerpo-directivo/comite-de-educacion">Ver m&aacute;s...</a>
</div>
</div>
<div class="media">
<div class="overlay"></div>
<img class="images-img" src="/images/2023/10/30/img_4564.jpg" alt="">
<div class="image-details">
<p>Comit&eacute; de G&eacute;nero</p>
<ol class="text-junta">
<li>Presidente: Santos Cort&eacute;z.</li>
<li>Vicepresidenta: Magallys Ure&ntilde;a.</li>
<li>Secretaria: Amarellys Fuentes.</li>
<li>Vocal: Gricelda Palma.</li>
</ol>
<a class="reference-junta" href="/conocenos/cuerpo-directivo/comite-de-genero">Ver m&aacute;s...</a>
</div>
</div>
<div class="media">
<div class="overlay"></div>
<img class="images-img" src="/images/2023/10/31/img_6813.jpg" alt="">
<div class="image-details">
<p>Comit&eacute; Juvenil</p>
<ol class="text-junta">
<li>Vicepresidenta: Keily Rodr&iacute;guez.</li>
<li>Secretaria: Aracelys Mart&iacute;nez</li>
<li>Enlace Comit&eacute; de Educaci&oacute;n- Eliezer &Aacute;brego</li>
</ol>
<a class="reference-junta" href="/conocenos/cuerpo-directivo/comite-juvenil">Ver m&aacute;s...</a>
</div>
</div>
<!--<div class="media">
<div class="overlay"></div>
<img class="images-img" src="/images/imagenes/JUDIR-2022/Estructura-Directiva/Cumplimiento.jpg" alt="">
<div class="image-details">
<p>Comit&eacute; de Cumplimiento</p>
<ol class="text-junta">
<li>Presidenta: Prof. Elisa Guti&eacute;rrez.</li>
<li>Vice-presidente: Prof. Elacio Batista.</li>
<li>Secretario: Prof. Di&oacute;genes G&oacute;mez.</li>
<li>Oficial de Cumplimiento: Licdo. Kelvin Pinz&oacute;n...</li>
</ol>
<a class="reference-junta" href="#">Ver m&aacute;s...</a>
</div>
</div>-->
</div>
{/source}