/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

@font-face {
  font-family: "Montserrat";
  src: url("..//fonts/Montserrat-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900; /* full variable weight range */
  font-style: normal;
  font-display: swap;
}
:root {
  --color-green: #11634d;
  --color-yellow: #d5af61;
}

html {
  box-sizing: border-box;
}

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

/* 1. Define the custom property so we can animate the gradient angle */
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
body {
  background: #eae4d9;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.container {
  max-width: 1000px;
  margin: auto;
}

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

.main-container {
  min-height: calc(100dvh - 450px);
}

.main-header > div {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-header ul {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header a {
  text-decoration: none;
  color: var(--color-green);
  font-size: 17px;
  position: relative;
  /* Hover State: Change the angle to 360deg to reveal the whole border */
}
.main-header a::after {
  content: "";
  position: absolute;
  inset: -11px -15px;
  border-radius: 50%;
  border: 1px solid var(--color-green);
  /* The active color */
  transform: rotate(-6deg);
  /* THE TRICK: Masking the border with a conic gradient */
  /* We use both standard and -webkit- for compatibility */
  -webkit-mask: conic-gradient(from 180deg, black var(--angle), transparent var(--angle));
  mask: conic-gradient(from 180deg, black var(--angle), transparent var(--angle));
  /* Animation settings */
  transition: --angle 0.6s;
}
.main-header a:hover::after {
  --angle: 360deg;
}
.main-header .current_page_item a:after {
  --angle: 360deg;
}

.main-footer {
  margin-top: 80px;
  background: var(--color-green);
}
.main-footer a {
  color: white;
  text-decoration: none;
}
.main-footer .left {
  width: 35%;
}
.main-footer .left p {
  color: white;
  font-size: 15px;
}
.main-footer .left .social {
  display: flex;
  gap: 5px;
}
.main-footer .left .social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main-footer .left .social svg {
  width: 20px;
  color: white;
}
.main-footer .left .social .yt {
  background-color: #ff0000;
}
.main-footer .left .social .ig {
  background-color: #f00075;
}
.main-footer .left .social .in {
  background-color: #0d66c2;
}
.main-footer .left .social .tw {
  background-color: #1da1f2;
}
.main-footer .left .social .fb {
  background-color: #0866ff;
}
.main-footer .logo svg {
  width: 260px;
}
.main-footer .top {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
.main-footer .top .right {
  gap: 30px;
  display: flex;
}
.main-footer .top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer .top a {
  display: inline-block;
}
.main-footer .top .menu > .menu-item + .menu-item {
  margin-top: 10px;
}
.main-footer .top .menu > li > a {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 450;
}
.main-footer .top .menu .sub-menu {
  margin-bottom: 10px;
}
.main-footer .top .menu .sub-menu > li a {
  margin: 2px 0;
  font-size: 15px;
}
.main-footer .bottom {
  background-color: var(--color-yellow);
  text-align: center;
  color: white;
  padding: 20px;
}

.page-services {
  padding-top: 350px;
}
.page-services .marquee {
  rotate: -2deg;
  background: var(--color-yellow);
  padding: 30px 0;
  color: #eae4d9;
  font-size: 40px;
  overflow: hidden;
}
.page-services .marquee .item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.page-services .marquee svg {
  width: 40px;
}
.page-services .marquee #marquee,
.page-services .marquee .first,
.page-services .marquee .clone {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  white-space: nowrap;
  align-items: center;
}
.page-services .image {
  margin-top: -2%;
}
.page-services h1 {
  text-align: center;
  max-width: 35ch;
  color: var(--color-green);
  margin-left: auto;
  margin-right: auto;
}
.page-services h2 {
  text-align: center;
  max-width: 65ch;
  color: var(--color-green);
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  margin-bottom: 35px;
}
.page-services .icon-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-services .icon-title svg {
  width: 80px;
}
.page-services .icon-title span {
  background: var(--color-yellow);
  color: var(--color-green);
  border-radius: 50px;
  padding: 5px 30px;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 350;
}
.page-services .row-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  color: var(--color-green);
}
.page-services .row-item .item {
  width: calc(33.333% - 20px);
  text-align: center;
}
.page-services .row-item .item p {
  margin-top: 10px;
  margin-bottom: 0;
  text-wrap: balance;
}
.page-services .row-item .item img {
  width: 100%;
  aspect-ratio: 1/0.65;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-services .row-item .item h4 {
  font-size: 22px;
  margin: 10px 0 0 0;
  font-weight: 600;
}
.page-services .educacion {
  background: url(../img/bg-services.png);
  background-size: 100% 100%;
  margin-bottom: -80px;
  padding-bottom: 80px;
}

.page-contacto {
  margin-bottom: -80px;
}
.page-contacto .hero-contacto {
  min-height: 500px;
  padding: 80px 0;
  background: url(../img/bg-contacto.jpg);
  text-align: right;
  font-size: 50px;
  background-size: cover;
  background-position: bottom center;
  color: white;
}
.page-contacto .hero-contacto strong {
  font-weight: 600;
}
.page-contacto .form-contact {
  padding: 60px 0;
  background-color: var(--color-green);
}
.page-contacto input,
.page-contacto textarea {
  border-radius: 30px;
  font-size: 18px;
  border: 0;
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
}
.page-contacto textarea {
  min-height: 200px;
  padding: 15px;
}
.page-contacto form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-contacto .row {
  display: flex;
  gap: 10px;
}
.page-contacto .input {
  width: 100%;
}
.page-contacto button {
  margin-left: auto;
}

.btn-rounded {
  border: 0;
  background: white;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  cursor: pointer;
  font-size: 30px;
  padding: 0 15px;
  gap: 10px;
  color: var(--color-green);
  transition: 0.2s gap ease-in-out;
  transform-origin: center right;
}
.btn-rounded:hover {
  gap: 20px;
}
.btn-rounded:hover svg {
  scale: 1.1;
}
.btn-rounded:active {
  scale: 0.98;
}
.btn-rounded svg {
  width: 30px;
  transition: 0.2s scale;
}/*# sourceMappingURL=style.css.map */