/*! normalize.css v8.0.0 | 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.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  background: white;
}

.wrapper, .main .header_bg .header, .main .footer_bg .footer, .home .choose_bg .choose, .home .enrollment_bg .enrollment, .home .news, .who, .objective, .spirit_bg .spirit, .new, .choose, .testimony .us_title, .testimony .video, .testimony .comments_bg .comments, .testimony .opinions_bg .opinions, .contact, .pei, .rules, .team, .why, .special, .experts, .security, .albums_bg-title, .albums_bg .albums, .galery {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

.main {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  /*
		== este titulo es para el encabezado de las secciones
		== como el 'Diario Mural' el resto de los titulos debe tener estilos propios
		== Usar esta clase solo con @extend
	*/
  /*
		== Clase para los textos generales de los contenidos
		== Usar solo con @extend
	*/
  /*
	*/
}

.main .header_bg {
  display: block;
  position: relative;
  background: linear-gradient(to bottom, #e3f6fc 0%, white 100%);
  box-shadow: 0px 0 2rem 0px rgba(0, 0, 0, 0.5);
}

.main .header_bg.header_bg--active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.main .header_bg.header_bg--active .header {
  height: 60px;
}

.main .header_bg.header_bg--active .header-logo .image {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  opacity: 0;
}

.main .header_bg.header_bg--active .header-logo .image_tree {
  visibility: visible;
  opacity: 1;
}

.main .header_bg .header {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: height .2s ease;
}

.main .header_bg .header-logo {
  margin: 0;
  padding: 0;
  position: relative;
}

.main .header_bg .header-logo .image {
  transition: all .2s ease;
  opacity: 1;
  width: 300px;
}

.main .header_bg .header-logo .image_tree {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: .5rem;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease;
  border: 1px solid #f1f1f1;
}

.main .header_bg .header-logo .image_tree .tree {
  width: 50px;
  height: auto;
}

.main .header_bg .header .menu {
  display: flex;
  margin: 0;
  padding: 0;
  height: inherit;
}

.main .header_bg .header .menu-link {
  text-decoration: none;
  padding: .8rem .6rem;
  color: white;
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 0 0;
  color: #454545;
  position: relative;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.main .header_bg .header .menu-link.menu-link--active:after {
  opacity: .8;
  background: #0078BF;
}

.main .header_bg .header .menu-link.menu-link--active .icon {
  color: white;
}

.main .header_bg .header .menu-link.menu-link--active .text {
  color: white;
}

.main .header_bg .header .menu-link:hover:after {
  opacity: 1;
}

.main .header_bg .header .menu-link:after {
  transition: .5s all ease;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  opacity: 0;
}

.main .header_bg .header .menu-link .choose_link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}

.main .header_bg .header .menu-link .icon {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 .3rem 0;
  width: 100%;
  position: relative;
  z-index: 2;
}

.main .header_bg .header .menu-link .text {
  z-index: 2;
  position: relative;
}

.main .header_bg .header .menu-link:last-child {
  margin: 0;
}

.main .header_bg .header .menu-link .sub_menu {
  position: absolute;
  top: 100%;
  left: -.65rem;
  width: 200px;
  background: #fff;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  transition: all .2s ease;
  box-shadow: 0px 6px 12px -6px black;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.main .header_bg .header .menu-link .sub_menu-link {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 1rem .5rem;
  text-decoration: none;
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  transition: all .2s ease;
  opacity: 0;
  transition-delay: .150s;
  color: #454545;
  text-align: left;
}

.main .header_bg .header .menu-link .sub_menu-link:hover {
  transition-delay: 0;
  background: #f2f2f2;
}

.main .header_bg .header .menu-link .sub_menu-link:first-child {
  transition-delay: .150s;
}

.main .header_bg .header .menu-link .sub_menu-link:nth-child(2n) {
  transition-delay: .2s;
}

.main .header_bg .header .menu-link .sub_menu-link:nth-child(3n) {
  transition-delay: .250s;
}

.main .header_bg .header .menu-link .sub_menu-link:last-child {
  border: none;
}

.main .header_bg .header .menu-link:hover .sub_menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.main .header_bg .header .menu-link:hover .sub_menu-link {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.main .slider {
  display: block;
  width: 100%;
  min-height: 450px;
  position: relative;
}

.main .slider-video {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}

.main .slider-video .video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: -200px 0 0 0;
}

.main .slider-video .video-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main .container {
  display: block;
  margin: 0 auto;
  min-height: 300px;
}

.main .footer_bg {
  position: relative;
  margin: 0 0 0 0;
  display: block;
  background-image: url(../images/footer-bg-castor@2x.jpg);
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 220px 0 0 0;
}

.main .footer_bg:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 50px;
  background-image: url(../images/deco_colores_set.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
}

.main .footer_bg .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  min-height: 150px;
}

.main .footer_bg .footer-image {
  width: 315px;
}

.main .footer_bg .footer-information {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.main .footer_bg .footer-information .address {
  margin: 0 2rem 0 0;
}

.main .footer_bg .footer-information .address-title, .main .footer_bg .footer-information .contact-title {
  font-size: .8rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.main .footer_bg .footer-information .address-text, .main .footer_bg .footer-information .address-phone, .main .footer_bg .footer-information .contact-text, .main .footer_bg .footer-information .contact-phone {
  font-size: 1.25rem;
  font-weight: 400;
  margin: .325rem 0;
}

.main .footer_bg .footer-information .address-city, .main .footer_bg .footer-information .contact-city {
  font-size: .875rem;
  margin: 0;
}

.main .general_title, .main .home .news-title, .home .main .news-title, .main .pei-title {
  display: block;
  font-size: 1.5rem;
  color: #454545;
  font-weight: 600;
  position: relative;
  padding: 0 0 1rem 0;
}

.main .general_title:after, .main .home .news-title:after, .home .main .news-title:after, .main .pei-title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: .5rem 0 0 0;
  background-image: url(../images/zigzag.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 10px;
  max-width: 150px;
}

.main .general_txt {
  color: #454545;
  font-size: 1rem;
}

.main .general_button {
  display: block;
  padding: 1rem 2rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  border: none;
  border-radius: .325rem;
}

.main .us_title {
  display: flex;
  align-items: center;
  color: #454545;
  font-weight: 600;
  text-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.3);
  padding: 0 0 2.7rem 0;
  margin: 0;
}

.main .us_title-text {
  font-size: 2.5rem;
}

.main .us_title .leaves {
  position: relative;
  padding: 0;
  margin: 0 0 0 1rem;
}

.main .us_title .leaves-image {
  height: 50px;
  display: block;
}

.main .us_title .leaves-caption {
  min-width: 280px;
  font-size: 1.5rem;
  text-align: right;
  margin: .3rem 0 0 0;
  position: absolute;
  top: 100%;
  right: 0;
  position: absolute;
}

.main .access {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 0 0;
}

.main .access .redirect {
  position: relative;
  margin: 0 15% 0 0;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.main .access .redirect:last-child {
  margin: 0;
}

.main .access .redirect:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main .access .redirect:hover .redirect-title {
  z-index: 5;
}

.main .access .redirect:hover .redirect-title .internal-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.main .access .redirect-title {
  position: absolute;
  top: 2rem;
  left: -2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: .5rem;
  border-radius: 1.5rem;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.main .access .redirect-title .internal {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 0 0 1.5rem;
  font-weight: 600;
  color: #454545;
}

.main .access .redirect-title .internal-icon {
  position: absolute;
  top: -.1rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #48B834;
  color: white;
  height: 20px;
  width: 20px;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.main .access .redirect .photo {
  margin: 0;
  padding: 0;
  border: 5px solid #FF6D36;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.main .access .redirect .photo-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 5rem 0 0 0;
}

.main .access .redirect-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home {
  display: block;
}

.home .intro {
  position: relative;
  padding: 10rem 0 2rem 0;
}

.home .intro:after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  height: 100px;
  background-image: url(../images/palmas.png);
  background-size: auto 100%;
}

.home .intro-title {
  display: block;
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
}

.home .intro-description {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.6rem;
  color: #454545;
}

.home .day {
  max-width: 1200px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 2rem auto 2rem auto;
}

.home .day-data {
  width: 220px;
  margin: 0 1rem 0 0;
  padding: 1rem;
  height: 200px;
  box-shadow: 0px 4px 17px -5px rgba(0, 0, 0, 0.6);
  border-radius: .3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  overflow: hidden;
  position: relative;
  background: white;
}

.home .day-data:last-child {
  margin: 0;
}

.home .day-data:before {
  content: '';
  position: absolute;
  top: 0;
  right: -3.5rem;
  height: 30px;
  width: 100px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #f08b24;
}

.home .day-data .title {
  width: 80%;
  color: #454545;
  margin: 0;
  padding: 0 0 1rem 0;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  border-bottom: 2px solid #f08b24;
}

.home .day-data .title-highlight {
  display: block;
  font-weight: 700;
  margin: 0 0 .3125rem 0;
  padding: 0;
}

.home .day-data .text {
  margin: 1rem 0 0 0;
  color: #454545;
}

.home .choose_bg {
  background-image: url(../images/childrens.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.home .choose_bg:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}

.home .choose_bg .choose {
  position: relative;
  z-index: 2;
  min-height: 600px;
  border: 1px solid transparent;
}

.home .choose_bg .choose-title {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  color: white;
  font-weight: 700;
  margin: 11rem 0 1rem 0;
}

.home .choose_bg .choose-description {
  display: block;
  color: white;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
  margin: 0 0 5rem 0;
}

.home .choose_bg .choose-points {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  list-style: none;
  position: relative;
  z-index: 2;
}

.home .choose_bg .choose-points .detail {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.75);
}

.home .choose_bg .choose-points .detail:first-child {
  background: linear-gradient(to bottom, #f08b24 0%, #f4a33f 100%);
}

.home .choose_bg .choose-points .detail:nth-child(2) {
  background: linear-gradient(to bottom, #6dc427 0%, #82c14f 100%);
}

.home .choose_bg .choose-points .detail:nth-child(3) {
  background: linear-gradient(to bottom, #10468f 0%, #3b5f8e 100%);
}

.home .choose_bg .choose-points .detail:last-child {
  background: linear-gradient(to bottom, #cc3333 0%, #cc5959 100%);
}

.home .choose_bg .choose-points .detail-icon {
  color: white;
  font-size: 3.2rem;
  text-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.3);
  margin: 0 0 .5rem 0;
}

.home .choose_bg .choose-points .detail-txt {
  color: white;
  font-weight: 700;
  font-size: 1.125rem;
  text-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.3);
}

.home .enrollment_bg {
  background: #F5F5F5;
  display: block;
  padding: 4rem 0;
}

.home .enrollment_bg-title {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
}

.home .enrollment_bg-important {
  background: white;
  max-width: 1200px;
  width: 90%;
  padding: 2rem 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: .5rem;
}

.home .enrollment_bg-important .message {
  font-size: 1.25rem;
  color: #454545;
  text-decoration: underline;
}

.home .enrollment_bg-important .redirect {
  text-decoration: none;
  background: #f08b24;
  border: 1px solid #f08b24;
  border-radius: .3125rem;
  padding: .5rem 1rem;
  text-align: center;
  color: white;
  cursor: pointer;
  font-size: 1.125rem;
}

.home .enrollment_bg .enrollment {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home .enrollment_bg .enrollment .information {
  color: white;
}

.home .enrollment_bg .enrollment .information-title {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 2rem;
  color: #454545;
}

.home .enrollment_bg .enrollment .information-txt {
  display: block;
  font-weight: 600;
  margin: .5rem 0 0 0;
  color: #F08B24;
}

.home .enrollment_bg .enrollment-button {
  padding: 1rem 2rem;
  border-radius: .325rem;
  font-weight: 600;
  color: white;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  background: #F08B24;
}

.home .news {
  margin: 4rem auto;
}

.home .news-title {
  margin: 0 0 2rem 0;
}

.home .news-elements {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.home .news-elements .info {
  max-width: 350px;
  width: 100%;
  max-height: 270px;
  color: #454545;
  margin: 0 2% 0 0;
  position: relative;
  cursor: pointer;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.home .news-elements .info:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.home .news-elements .info:hover:before {
  opacity: 0;
}

.home .news-elements .info:hover .info-more {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: .3s;
}

.home .news-elements .info:before {
  content: '';
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity .3s ease;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
}

.home .news-elements .info:last-child {
  margin: 0;
}

.home .news-elements .info .box_icon {
  position: absolute;
  top: -.875rem;
  right: -.875rem;
  z-index: 4;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #47ace6 0%, #0078bf 100%);
  border: 3px solid white;
  border-radius: 50%;
}

.home .news-elements .info .box_icon-icon {
  font-size: 1.5rem;
  color: white;
}

.home .news-elements .info-more {
  position: absolute;
  top: -.375rem;
  right: 0;
  width: 150px;
  text-align: left;
  z-index: 3;
  padding: .5rem 0 .5rem .5rem;
  border-radius: .325rem 0 0 .325rem;
  background: linear-gradient(to bottom, #47ace6 0%, #0078bf 100%);
  font-weight: 600;
  font-size: .875rem;
  color: white;
  box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.75);
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.home .news-elements .info-image {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 160px;
  position: relative;
}

.home .news-elements .info-image:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-image: linear-gradient(to top, black, transparent);
  z-index: 1;
}

.home .news-elements .info-image .img {
  display: block;
  width: 100%;
}

.home .news-elements .info-image .title {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: 80%;
  color: white;
  font-size: 1.125rem;
  font-weight: 600;
  z-index: 2;
}

.home .news-elements .info-txt {
  text-align: justify;
  height: 86px;
  overflow: hidden;
  font-size: .9275rem;
  margin: 1rem 0 0 0;
}

.who {
  z-index: 2;
  margin: 4rem auto;
  display: block;
  position: relative;
}

.who .us_title {
  margin: 0 0 1rem 0;
}

.who .history {
  display: block;
  width: 60%;
  background: white;
  padding: 1rem 2rem 1rem 3rem;
  position: relative;
  z-index: 3;
  box-shadow: 40px 7px 55px -15px rgba(0, 0, 0, 0.5);
  border-radius: 0 1.5rem 1.5rem 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all .5s ease;
}

.who .history.history--active {
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
}

.who .history.history--active .history-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.who .history-icon {
  height: 80px;
  width: 80px;
  background: #0077C2;
  border-radius: 50%;
  position: absolute;
  top: 3rem;
  right: -2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0 2rem 0px rgba(0, 0, 0, 0.5);
  z-index: 4;
  cursor: pointer;
  transition: all .3s ease;
}

.who .history-icon .icon {
  font-size: 2rem;
  color: white;
}

.who .history-txt {
  display: block;
  font-weight: 600;
  margin: 0 0 2rem 0;
  text-align: justify;
  color: #454545;
}

.who-image {
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  border-radius: 0 1.5rem 1.5rem 0;
  box-shadow: inset -6px 1px 43px 6px rgba(0, 0, 0, 0.6);
  background-image: url(../images/jardin_front.jpg);
  background-repeat: no-repeat;
  border: 8px solid #FF6D36;
}

.objective {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 4rem auto 2rem auto;
}

.objective .obj {
  width: 45%;
  transition: all .3s ease;
}

.objective .obj:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.objective .obj .us_title {
  margin: 0 0 1rem 0;
  padding: 0;
}

.objective .obj .info {
  display: block;
}

.objective .obj .info-txt {
  display: block;
  margin: -2rem auto 0 auto;
  padding: 0;
  font-weight: 600;
  text-align: justify;
  color: #454545;
  width: 90%;
  padding: 1rem;
  position: relative;
  z-index: 2;
  background: white;
  box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.75);
  border-radius: .5rem;
}

.objective .obj .info-txt .icon_txt {
  position: absolute;
  top: -2.2rem;
  left: 1rem;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #48b834 0%, #75b768 100%);
  border: 2px solid white;
  color: white;
  font-size: 1.125rem;
  box-shadow: 0px 4px 16px -3px rgba(0, 0, 0, 0.75);
}

.objective .obj .info-image {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  border: 5px solid #FF6D36;
}

.objective .obj .info-image:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.objective .obj .info-image .img {
  display: block;
  width: 100%;
}

.spirit_bg {
  display: block;
}

.spirit_bg .spirit {
  display: block;
  margin: 4rem auto 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.spirit_bg .spirit .gardeniano {
  width: 48%;
  margin: 0;
  padding: 0;
  border: 5px solid #FF6D36;
  border-radius: 10px;
}

.spirit_bg .spirit .gardeniano-img {
  display: block;
  border-radius: 5px;
  width: 100%;
}

.spirit_bg .spirit .information {
  width: 48%;
  margin: 0 0 0 1rem;
}

.spirit_bg .spirit .information-title {
  max-width: 100%;
}

.spirit_bg .spirit .information-txt {
  background: white;
  border-radius: .5rem;
  padding: 1rem;
  box-shadow: 0px 3px 16px -4px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  color: #454545;
  position: relative;
}

.spirit_bg .spirit .information-txt .decoration {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2rem;
  left: -2rem;
  background: linear-gradient(to bottom, #0077c2 0%, #3c8ec1 100%);
  color: white;
  box-shadow: 0px 4px 16px -3px rgba(0, 0, 0, 0.75);
}

.new {
  display: block;
  margin: 2rem auto;
}

.new .us_title {
  padding: 0;
  margin: 0 0 .5rem 0;
}

.new-description {
  margin: 0 0 1rem 0;
  color: #454545;
  line-height: 1.5rem;
}

.new-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  padding: .5rem;
  border-radius: .5rem;
}

.new-container .newsletter {
  padding: 1rem;
  width: 300px;
  height: 365px;
  background-image: url("../images/newsletter2.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 1.4rem 1.4rem 0;
  cursor: pointer;
}

.new-container .newsletter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.new-container .newsletter:after {
  content: "";
  background-image: url("../images/newsletter2.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.new-container .newsletter-anchor {
  text-decoration: none;
}

.new-container .newsletter-cnt {
  position: relative;
  z-index: 3;
}

.new-container .newsletter-cnt .image {
  display: block;
  padding: 0;
  margin: 0;
  border-radius: .5rem;
  overflow: hidden;
}

.new-container .newsletter-cnt .image-img {
  display: block;
  width: 100%;
}

.new-container .newsletter-cnt .title {
  font-size: .875rem;
  font-weight: 600;
  color: #454545;
  margin: 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #ccc;
}

.new-container .newsletter-cnt .title-info {
  display: block;
  font-size: 1.125rem;
  color: #48B834;
  text-transform: uppercase;
  font-weight: 700;
}

.new-container .newsletter-cnt .day {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-container .newsletter-cnt .day .txt {
  display: flex;
  align-items: center;
  color: #aaa;
  font-weight: 400;
  font-size: .875rem;
}

.new-container .newsletter-cnt .day .txt-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #454545;
  margin: 0 .5rem 0 0;
}

.new-container .newsletter-cnt .day .social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.new-container .newsletter-cnt .day .social .redes {
  margin: 0 1rem 0 0;
}

.new-container .newsletter-cnt .day .social .redes:last-child {
  margin: 0;
}

.new-container .newsletter-cnt .day .social .redes-icon {
  font-size: 1.5rem;
  text-decoration: none;
}

.new-container .newsletter-cnt .day .social .redes .twitter {
  color: #1DA1F2;
}

.new-container .newsletter-cnt .day .social .redes .facebook {
  color: #3B5999;
}

.choose {
  display: block;
  margin: 4rem auto 0 auto;
}

.choose .select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4rem 0 4rem 0;
}

.choose .select .info {
  height: 230px;
  width: 230px;
  border-radius: 50%;
  position: relative;
  background: linear-gradient(to top, #ff6d36 0%, #ffa584 100%);
  border: 5px solid white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose .select .info:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.choose .select .info-icon {
  font-size: 5rem;
  color: white;
  text-shadow: 2px 2px 2px #969696;
}

.choose .select .info-title {
  position: absolute;
  bottom: -.5rem;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #454545;
  padding: .5rem;
  border-radius: 1.5rem;
  background: white;
  text-align: center;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3);
}

.choose .select .info-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.testimony {
  padding: 0;
  margin: 2rem auto;
}

.testimony .us_title {
  margin: 0 auto 2.5rem auto;
}

.testimony .video {
  display: flex;
  align-items: flex-start;
  margin: 0 auto 2rem auto;
}

.testimony .video-element {
  flex-shrink: 0;
  width: 550px;
  height: 330px;
  border: 1px solid #eee;
}

.testimony .video-info {
  margin: 0 2rem;
}

.testimony .video-info .title {
  font-weight: 700;
  color: #454545;
  margin: 0 0 .8rem 0;
}

.testimony .video-info .description {
  margin: 0;
  font-size: 1rem;
  color: #999;
  line-height: 1.5rem;
  text-align: justify;
}

.testimony .comments_bg {
  margin: 2.5rem 0;
  background: #D9E3F7;
}

.testimony .comments_bg .comments {
  overflow-x: hidden;
  min-height: 180px;
  display: flex;
  align-items: center;
  position: relative;
}

.testimony .comments_bg .comments:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  background-image: linear-gradient(to left, #D9E3F7, transparent);
}

.testimony .comments_bg .comments .message {
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  border-radius: .325rem;
  background: white;
  height: 120px;
  width: 350px;
  padding: 1rem 0;
  margin: 0 2rem 0 0;
  flex-shrink: 0;
}

.testimony .comments_bg .comments .message-text {
  padding: 0 1rem;
  margin: 0;
  font-size: .875rem;
  line-height: 1.4rem;
  font-weight: 600;
}

.testimony .comments_bg .comments .message .user {
  display: flex;
  align-items: center;
  margin: .5rem 0 0 0;
  padding: .325rem 1rem 0 1rem;
  border-top: 1px solid #f2f2f2;
}

.testimony .comments_bg .comments .message .user-image {
  width: 35px;
  height: 35px;
  margin: 0 .5rem 0 0;
}

.testimony .opinions_bg {
  padding: 3rem 0 0 0;
  background-color: white;
  background-image: linear-gradient(to top, white, #f3f3f3);
}

.testimony .opinions_bg-title {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  margin: 0 0 .2rem 0;
  color: #454545;
}

.testimony .opinions_bg-description {
  display: block;
  margin: 0 0 2.5rem 0;
  text-align: center;
  padding: 0 2rem;
  color: #999;
}

.testimony .opinions_bg .opinions {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}

.testimony .opinions_bg .opinions .article {
  width: 380px;
  margin: 0 0 1.5rem 0;
}

.testimony .opinions_bg .opinions .article:nth-last-child(1), .testimony .opinions_bg .opinions .article:nth-last-child(2), .testimony .opinions_bg .opinions .article:nth-last-child(3) {
  margin: 0;
}

.testimony .opinions_bg .opinions .article-video {
  width: 100%;
  height: 200px;
  display: block;
  margin: 0 0 .5rem 0;
}

.testimony .opinions_bg .opinions .article-title {
  margin: 0 0 .5rem 0;
}

.testimony .opinions_bg .opinions .article-description {
  margin: 0;
  font-size: .875rem;
  line-height: 1.4rem;
}

.contact {
  display: block;
}

.contact .data {
  display: block;
  max-width: 650px;
  width: 100%;
  margin: 2rem auto 4rem auto;
  padding: 2rem 1.5rem 3.5rem 1.5rem;
  border-radius: .325rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  position: relative;
}

.contact .data .form {
  display: block;
  width: 100%;
  padding: 0 0 0 0;
}

.contact .data .form .field {
  display: block;
  position: relative;
  padding: 2rem 0 0 0;
  margin: 0 0 1rem 0;
}

.contact .data .form .field:before {
  content: attr(data-text);
  position: absolute;
  top: .325rem;
  left: 0;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  color: #0077C2;
  font-weight: 600;
}

.contact .data .form .field.field--active:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.contact .data .form .field.field--active .field-label {
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  opacity: 0;
  visibility: hidden;
}

.contact .data .form .field.field--active .field-line {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.contact .data .form .field.field--active .field-textarea {
  border: 1px solid #FF6D36;
}

.contact .data .form .field-label {
  display: block;
  position: absolute;
  top: 2.5rem;
  left: .5rem;
  opacity: 1;
  visibility: visible;
  transition: all .2s ease;
  color: #454545;
  z-index: 1;
}

.contact .data .form .field-input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: .5rem;
  font-family: 'Open Sans', sans-serif;
  color: #454545;
  position: relative;
  z-index: 2;
  background: transparent;
}

.contact .data .form .field-input:focus {
  outline: none;
}

.contact .data .form .field-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 1%;
  background: #FF6D36;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.contact .data .form .field-message {
  display: block;
  width: 100%;
  outline: none;
  resize: none;
  border-radius: .325rem;
  height: 300px;
  border: 1px solid #ccc;
}

.contact .data .form-button {
  padding: .5rem 1rem;
  border-radius: .325rem;
  color: white;
  font-weight: 600;
  background: #FF6D36;
  border: 1px solid #FF6D36;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  cursor: pointer;
  font-size: .875rem;
}

.pei {
  margin: 2rem auto;
}

.pei-title {
  margin: 0 0 1rem 0;
}

.pei-description {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 1rem 0;
  padding: 0;
}

.pei-slide {
  width: 100%;
  margin: 0 0 2rem 0;
  display: block;
}

.pei .seal_cnt {
  margin: 2rem 0 2rem 0;
  display: flex;
  justify-content: space-between;
}

.pei .seal_cnt .seal {
  padding: 1.5rem;
  border-radius: .325rem;
  border: 1px solid #eee;
  transition: .3s all ease;
  margin: 0 1rem 0 0;
}

.pei .seal_cnt .seal:last-child {
  margin: 0;
}

.pei .seal_cnt .seal:hover {
  cursor: pointer;
  background: #f3f3f3;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pei .seal_cnt .seal-image {
  width: 140px;
  margin: 0 auto;
  display: block;
}

.pei .seal_cnt .seal-title {
  font-size: 1.125rem;
  text-align: center;
  margin: 0;
  padding: 1rem 0 0 0;
  font-weight: 600;
}

.pei .detail_seal {
  margin: 0 0 2rem 0;
  padding: 0 0 0 4.5rem;
  position: relative;
}

.pei .detail_seal-image {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 60px;
  height: 60px;
}

.pei .detail_seal-title {
  margin: 0 0 .5rem 0;
  font-weight: 700;
  color: #454545;
  font-size: 1.25rem;
}

.pei .detail_seal-description {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.rules {
  margin: 0 auto;
  display: block;
  padding: 2rem 0;
}

.rules .us_title {
  padding: 0;
  margin: 0 0 .8rem 0;
}

.rules-description {
  margin: 0 0 3rem 0;
  color: #454545;
  line-height: 1.5rem;
}

.rules .regulations {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 0 0 0;
}

.rules .regulations .info {
  width: 45%;
  margin: 0 0 6rem 0;
  padding: 1.5rem;
  border-radius: .5rem;
  box-shadow: 0px 3px 17px -5px rgba(0, 0, 0, 0.5);
  position: relative;
  background: white;
  border: 1px solid #eaeaea;
  cursor: pointer;
  transition: .3s all ease;
}

.rules .regulations .info:hover {
  cursor: pointer;
  background: #f7f7f7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.rules .regulations .info:nth-child(3) {
  margin: 0;
}

.rules .regulations .info:nth-child(4) {
  margin: 0;
}

.rules .regulations .info-icon {
  position: absolute;
  top: -1rem;
  left: -1rem;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 3px 17px -5px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.rules .regulations .info-icon .icon {
  width: 90px;
  height: 90px;
  background: #E6F3DD;
  border-radius: 50%;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9AC879;
}

.rules .regulations .info-icon .icon.icon--yellow {
  background: #F7F4B7;
  color: #E2DE79;
}

.rules .regulations .info-icon .icon.icon--blue {
  background: #D1ECF4;
  color: #67BBD5;
}

.rules .regulations .info-icon .icon.icon--red {
  background: #FFE8E8;
  color: #F36666;
}

.rules .regulations .info-title {
  display: block;
  margin: 0;
  padding: 0 0 0 4.5rem;
  font-weight: 600;
  font-size: 1.125rem;
  color: #0078BF;
  text-transform: uppercase;
}

.rules .regulations .info-title .txt {
  color: #aaa;
  font-size: .9275rem;
  text-transform: capitalize;
  display: block;
  margin: .325rem 0 0 0;
  padding: .325rem 0 0 0;
  border-top: 1px solid #0078BF;
}

.rules .regulations .info .document {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 1rem 0 0 0;
}

.rules .regulations .info .document-txt {
  font-weight: 600;
  color: #454545;
}

.rules .regulations .info .document-check {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 .5rem;
  background: #48B834;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  color: white;
}

.team {
  display: block;
  margin: 2rem auto 0 auto;
}

.team .people {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: 2rem 0 0 0;
}

.team .people .box {
  position: relative;
  border-radius: 3rem 0 0 3rem;
  background: white;
  box-shadow: 0px 4px 17px -5px rgba(0, 0, 0, 0.6);
  padding: 1.5rem 0 1.5rem 160px;
  margin: 0 4rem 4rem 0;
  border: 1px solid #f1f1f1;
  width: 500px;
  border: 1px solid #eee;
  cursor: pointer;
  transition: .3s all ease;
}

.team .people .box:nth-child(2n) {
  margin: 0 0 4rem 0;
}

.team .people .box:hover {
  cursor: pointer;
  background: #f3f3f3;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.team .people .box-photo {
  display: block;
  height: 150px;
  width: 150px;
  position: absolute;
  margin: 0;
  padding: 0;
  top: -20%;
  left: -2%;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FF6D36;
  z-index: 1;
  background: white;
  box-shadow: 0px 4px 17px -5px rgba(0, 0, 0, 0.75);
}

.team .people .box-photo .image {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.team .people .box-information .name {
  color: #333;
  margin: 0 0 .5rem 0;
  padding: 0 0 .5rem 0;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}

.team .people .box-information .name:after {
  content: "";
  height: 3px;
  width: 50px;
  background: #FF6D36;
  position: absolute;
  top: 1.8rem;
  left: 0;
}

.team .people .box-information .role {
  margin: 0;
  font-size: .875rem;
  color: #0078BF;
}

.team_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.team_bg.team_bg--active {
  opacity: 1;
  visibility: visible;
}

.team_bg .team {
  position: relative;
  z-index: 6;
  background: white;
  max-width: 450px;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: none;
}

.team_bg .team .carousel {
  width: 90%;
  position: relative;
  margin: 1rem auto;
}

.team_bg .team .carousel-close {
  position: absolute;
  top: -.5rem;
  right: -.5rem;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 4px 17px -5px rgba(0, 0, 0, 0.75);
  background: #0078BF;
  cursor: pointer;
  color: white;
  padding: .5rem;
}

.team_bg .team .carousel .position {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: auto;
}

.team_bg .team .carousel .position .info {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 5rem;
  padding: .25rem .25rem .25rem .5rem;
  margin: 0 0 -2rem -2rem;
  box-shadow: 0px 4px 17px -5px rgba(0, 0, 0, 0.75);
  background: #0078BF;
  position: relative;
  z-index: 5;
}

.team_bg .team .carousel .position .info-box {
  height: 50px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0;
  background: white;
  margin: 0 .5rem 0 0;
}

.team_bg .team .carousel .position .info-box .icon {
  font-size: 2rem;
  color: #0078BF;
}

.team_bg .team .carousel .position .info .data {
  display: block;
  width: 100%;
  border-radius: .5rem 4rem 4rem .5rem;
  padding: .325rem .325rem .325rem .875rem;
  background: white;
  color: #454545;
}

.team_bg .team .carousel .position .info .data-personal {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  padding: 0 0 .325rem 0;
  margin: 0 0 .325rem 0;
}

.team_bg .team .carousel .position .info .data-name {
  display: block;
  margin: 0;
  padding: 0;
}

.team_bg .team .carousel .miss {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 400px;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  padding: .325rem;
  box-shadow: 0px 4px 17px -5px rgba(0, 0, 0, 0.75);
  background: #ff6d36;
}

.team_bg .team .carousel .miss-photo {
  display: block;
  width: 100%;
  border-radius: 1rem;
}

.tools {
  display: block;
  width: 90%;
  margin: 2rem auto 0 auto;
}

.tools .important {
  display: block;
  border: 1px solid #f08b24;
  border-radius: .5rem;
  padding: 1rem;
  color: #454545;
}

.tools .important-title {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tools .important-title .icon {
  border: 1px solid #f08b24;
  color: #f08b24;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .5rem 0 0;
}

.tools .important .points-list {
  margin: 0 0 .5rem 0;
}

.tools .information {
  margin: 2rem 0 4rem 0;
  color: #454545;
}

.tools .information:last-child {
  margin: 0 0 4rem 0;
}

.tools .information-title {
  display: block;
  text-align: center;
  margin: 0 0 .3125rem 0;
  font-size: 1.25rem;
  width: 100%;
}

.tools .information-text {
  display: block;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: .875rem;
  text-align: center;
}

.tools .information .document {
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 17px -5px rgba(0, 0, 0, 0.6);
  border-radius: 3rem .5rem .5rem 3rem;
  padding: 1rem;
  margin: 0 auto;
  position: relative;
  height: 100px;
  width: 70%;
  transition: all .3s ease;
}

.tools .information .document:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.tools .information .document-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 2px solid white;
  background: #beefb1;
  color: white;
}

.tools .information .document-text {
  display: block;
  margin: 0 0 0 100px;
  width: 80%;
}

.tools .information .document-text .title {
  display: block;
  margin: 0;
  padding: 0 0 .5rem 0;
  font-size: 1.125rem;
  color: #0078BF;
  font-weight: 700;
  border-bottom: 1px solid #0078BF;
}

.tools .information .document-text .status {
  display: block;
  margin: .5rem 0 0 0;
  color: #454545;
  font-size: .9275rem;
  font-weight: 400;
}

.tools .information .document-link {
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.why {
  display: block;
  margin: 4rem auto 0 auto;
}

.why .information {
  display: block;
}

.why .information .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 4rem 0 0 0;
  padding: 6rem 0 0 0;
  border-top: 1px solid #eee;
}

.why .information .content .data {
  width: 58%;
}

.why .information .content .data-title {
  display: block;
  margin: 0 0 1rem 2.5rem;
  padding: 0;
  color: #0078BF;
  font-size: 1.25rem;
  font-weight: 700;
}

.why .information .content .data-subtitle {
  display: block;
  margin: 0 0 1rem 2.5rem;
  font-size: .875rem;
  color: #FF6D36;
  font-weight: 600;
}

.why .information .content .data-text {
  display: block;
  color: #454545;
  margin: 0 2rem 0 0;
}

.why .information .content .data-text .point {
  display: block;
  padding: 0;
  margin: 0 0 1rem 0;
  font-size: .875rem;
  font-weight: 600;
  position: relative;
  text-align: justify;
  line-height: 2;
}

.why .information .content .data-text .point:before {
  content: '';
  background: #FF6D36;
  height: 7px;
  width: 7px;
  position: absolute;
  top: 15%;
  right: 100%;
  margin: 0 1rem 0 0;
  border-radius: 50%;
}

.why .information .content .data-text .point:last-child {
  margin: 0;
}

.why .information .content-image {
  border: 3px solid #FF6D36;
  border-radius: .5rem;
  overflow: hidden;
  width: 40%;
  margin: 0;
  padding: 0;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.why .information .content-image .photo {
  display: block;
  width: 100%;
}

.special {
  display: block;
  margin: 4rem auto 0 auto;
}

.special .access .redirect {
  margin: 0 10% 0 0;
}

.special .access .redirect:first-child .photo-img {
  width: 100%;
  margin: 6.5rem 0 0 0;
}

.special .access .redirect:nth-child(2) .photo-img {
  width: 500px;
}

.special .access .redirect:last-child {
  margin: 0;
}

.special .access .redirect:last-child .photo-img {
  width: 530px;
}

.special .access .redirect:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.special .access .redirect:hover .redirect-title .internal-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.special .access .redirect .photo-img {
  margin: 0;
}

.special .information {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 4rem 0 0 0;
  padding: 6rem 0 0 0;
  border-top: 1px solid #eee;
}

.special .information .data {
  width: 55%;
}

.special .information .data-title {
  display: block;
  margin: 0 0 2rem 0;
  padding: 0;
  color: #0078BF;
  font-weight: 600;
  font-size: 1.125rem;
  position: relative;
}

.special .information .data-title:before {
  content: '';
  height: 3px;
  background: #FF6D36;
  width: 80px;
  position: absolute;
  top: 100%;
  left: 0;
  margin: .5rem 0 0 0;
}

.special .information .data-text {
  display: block;
  margin: 0;
  padding: 0;
  color: #454545;
  font-weight: 600;
  font-size: .875rem;
  line-height: 2;
  text-align: justify;
}

.special .information .data-text .points {
  display: block;
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
}

.special .information .data-text .points-items {
  position: relative;
  padding: 0 0 0 1rem;
}

.special .information .data-text .points-items:before {
  content: '';
  background: #FF6D36;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position: absolute;
  top: .6rem;
  left: 0;
}

.special .information .data-text .points-items:first-child {
  border: none;
  padding: 0;
  margin: 0 0 1rem 0;
  color: #0078BF;
  font-weight: 600;
  font-size: 1.125rem;
}

.special .information .data-text .points-items:first-child:before {
  display: none;
}

.special .information-photo {
  width: 40%;
  margin: 0;
  padding: 0;
  border: 3px solid #FF6D36;
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.special .information-photo .img {
  display: block;
  width: 100%;
}

.experts {
  display: block;
  margin: 4rem auto 0 auto;
}

.experts .access .redirect {
  margin: 0 10% 0 0;
}

.experts .access .redirect:first-child .photo-img {
  width: 100%;
  margin: 1.8rem 0 0 0;
  width: 500px;
}

.experts .access .redirect:nth-child(2) .photo-img {
  width: 530px;
}

.experts .access .redirect:last-child {
  margin: 0;
}

.experts .access .redirect:last-child .photo-img {
  width: 540px;
  margin: 0 6rem 0 0;
}

.experts .access .redirect:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.experts .access .redirect:hover .redirect-title .internal-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.experts .access .redirect .photo-img {
  margin: 0;
}

.experts .information {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding: 6rem 0 0 0;
  margin: 4rem 0 0 0;
}

.experts .information .data {
  width: 55%;
}

.experts .information .data-title {
  display: block;
  margin: 0 0 2rem 0;
  font-weight: 600;
  font-size: 1.125rem;
  color: #0078BF;
}

.experts .information .data-text {
  display: block;
  margin: 0;
  padding: 0;
  color: #454545;
  font-weight: 600;
  line-height: 2;
  text-align: justify;
}

.experts .information .data .points {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.experts .information .data .points-items {
  margin: 0 0 1.5rem 0;
  font-weight: 600;
  font-size: 1rem;
  color: #454545;
  padding: 0 0 0 3rem;
  position: relative;
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 0 0 0 1.5rem;
}

.experts .information .data .points-items .element {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  font-weight: 600;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #74d83e 0%, #1eb700 100%);
  color: white;
}

.experts .information-photo {
  width: 40%;
  margin: 0;
  padding: 0;
  border: 3px solid #FF6D36;
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.experts .information-photo .img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.security {
  display: block;
  margin: 4rem auto 0 auto;
}

.security .access .redirect {
  margin: 0 3% 0 0;
}

.security .access .redirect:first-child .photo-img {
  width: 100%;
  margin: 1.8rem 0 0 0;
  width: 500px;
}

.security .access .redirect:nth-child(2) .photo-img {
  width: 530px;
}

.security .access .redirect:nth-child(3) .photo-img {
  width: 540px;
}

.security .access .redirect:last-child {
  margin: 0;
}

.security .access .redirect:last-child .photo-img {
  width: 540px;
  margin: 0 6rem 0 0;
}

.security .access .redirect:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.security .access .redirect:hover .redirect-title .internal-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.security .access .redirect .photo {
  width: 280px;
  height: 280px;
}

.security .access .redirect .photo-img {
  margin: 0;
}

.security .information {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #eee;
  margin: 4rem 0 0 0;
  padding: 6rem 0 0 0;
}

.security .information .data {
  width: 55%;
}

.security .information .data-title {
  display: block;
  margin: 0 0 2rem 0;
  font-weight: 600;
  font-size: 1.125rem;
  color: #0078BF;
  position: relative;
}

.security .information .data-title:before {
  content: '';
  height: 3px;
  background: #FF6D36;
  width: 80px;
  position: absolute;
  top: 100%;
  left: 0;
  margin: .5rem 0 0 0;
}

.security .information .data-subtitle {
  display: block;
  margin: 0 0 1rem 0;
  font-size: .875rem;
  color: #FF6D36;
  font-weight: 600;
}

.security .information .data-text {
  display: block;
  margin: 0;
  padding: 0;
  color: #454545;
  font-weight: 600;
  line-height: 2;
  text-align: justify;
  font-size: .875rem;
}

.security .information .data .points {
  display: block;
  margin: 2rem 0 0 0;
  padding: 0;
  list-style: none;
}

.security .information .data .points-items {
  font-size: .875rem;
  font-weight: 600;
  color: #454545;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1rem;
  line-height: 1.5;
}

.security .information .data .points-items:before {
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  top: .3rem;
  left: 0;
  background: #FF6D36;
  border-radius: 50%;
}

.security .information-photo {
  width: 40%;
  margin: 0;
  padding: 0;
  border: 3px solid #FF6D36;
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.security .information-photo .img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.albums_bg {
  background: #6196E4;
  padding: 2rem 0;
}

.albums_bg-title {
  font-size: 1.25rem;
  color: white;
  margin: 0 auto 1rem auto;
  display: block;
}

.albums_bg .albums {
  min-height: 220px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  overflow-x: scroll;
}

.albums_bg .albums .item {
  flex-shrink: 0;
  width: 280px;
  margin: 0 2rem 0 0;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.8);
}

.albums_bg .albums .item-photo {
  display: block;
  margin: 0 auto;
  padding: 0;
}

.albums_bg .albums .item-photo .image {
  display: block;
  width: 100%;
  border-radius: .325rem;
}

.albums_bg .albums .item-title {
  font-weight: 600;
  display: block;
  font-size: 1rem;
  margin: .5rem auto 0 auto;
  padding: 0;
  width: 95%;
}

.galery {
  margin: 0 auto;
}

.galery .grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.galery .grid-item {
  width: 200px;
  background: red;
}

.galery .grid-item .image {
  width: 100%;
}
