@font-face {
  font-family: "Gotham-Thin";
  src: url("../fonts/Gotham-Thin.otf");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham-Light.otf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.otf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/Gotham-Medium.otf");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold.otf");
  font-weight: 900;
  font-style: normal; }
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
img,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  line-height: 1.75em;
  font-weight: 400;
  background-color: #ffffff; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  box-sizing: border-box; }

*:focus {
  outline: none; }

header, main, footer {
  width: 100%; }

section {
  display: flex;
  padding: 20px 0;
  position: relative;
  width: 100%;
  flex-direction: column; }

figure {
  margin: 0;
  padding: 0; }

.inner_columns {
  position: relative;
  max-width: 1080px;
  min-width: 100%; }

.flex_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

button {
  cursor: pointer; }

a {
  cursor: pointer; }

ul {
  padding: 0;
  margin: 0; }

.fw {
  display: block;
  position: relative;
  width: 100%; }

.box {
  max-width: 1366px;
  margin: auto;
  display: block; }

.grid_cont {
  display: grid;
  grid-gap: 1.35em;
  width: 100%; }

.grid2 {
  grid-template-columns: 1fr 1fr; }

.grid3 {
  grid-template-columns: 1fr 1fr 1fr; }

.grid4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.grid5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }

.clear::after {
  display: block;
  clear: both;
  content: ""; }

.inner_container {
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative; }

.generic_container {
  display: block;
  width: 100%;
  margin: 1em;
  padding: 0;
  position: relative; }

.flex_row {
  flex-direction: row; }

div::-webkit-scrollbar {
  width: 8px;
  z-index: 100000; }

div::-webkit-scrollbar-track {
  background: #f1f1f1; }

div::-webkit-scrollbar-thumb {
  background: #888; }

-webkit-scrollbar {
  width: 8px;
  z-index: 100000;
  overflow: overlay; }

-webkit-scrollbar-track {
  background: #f1f1f1;
  overflow: overlay; }

-webkit-scrollbar-thumb {
  background: #888;
  overflow: overlay; }

@media (max-width: 1200px) {
  .box {
    max-width: 90%; } }
@media (max-width: 992px) {
  .grid5 {
    grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 769px) {
  .grid_cont {
    grid-template-columns: 1fr 1fr; }

  .grid3 {
    grid-template-columns: 1fr 1fr; }

  .grid5 {
    grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 576px) {
  .grid_cont {
    grid-template-columns: 1fr; }

  .grid3 {
    grid-template-columns: 1fr; }

  .inner_container {
    padding: 0; }

  .grid5 {
    grid-template-columns: 1fr 1fr; } }
section p, h1, h2, h3 {
  color: #345471; }

p {
  font-size: 1.1em; }

section {
  padding: 0; }

.header_section {
  padding-top: 0; }

.head_btn {
  margin-top: 40px;
  display: block;
  max-width: 300px;
  text-align: center; }

.header_content h1 {
  line-height: 1.2em;
  font-weight: 300; }
  .header_content h1 span {
    display: block;
    font-weight: 700; }
.header_content figure {
  width: 100%; }
  .header_content figure img {
    border-radius: 180%;
    width: 100%; }

.hc_right {
  width: 56%; }

.hc_left {
  width: 46%; }

.header_container {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-image: url(../img/back_header.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

.head_inner_row {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  width: 80%;
  margin: auto;
  padding: 25px 0 45px 0; }

.header_logo {
  width: 120px;
  height: auto; }

.header_menu ul li {
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  padding: 0 10px; }
  .header_menu ul li a {
    color: #FFFFFF; }

.inner_columns h2 {
  text-align: center;
  font-size: 1.4em;
  line-height: 1; }
  .inner_columns h2 span {
    display: block; }

.my_btn {
  border-radius: 120px;
  background-color: #ffbf00;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  padding: 15px 40px;
  border: none; }

.about_outer_container {
  background-image: url(../img/back_nosotros.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 80px; }

.about_inner_row {
  background-image: url(../img/back_nosotros_inner.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: auto;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 3px 3px 14px 5px rgba(0, 0, 0, 0.2); }
  .about_inner_row p {
    line-height: 1.9em; }
  .about_inner_row h2 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    text-align: left; }
  .about_inner_row h3 {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    text-align: left; }

.about_container {
  padding: 40px;
  width: 80%;
  margin: auto;
  border-radius: 8px;
  box-shadow: 3px 3px 14px 5px rgba(0, 0, 0, 0.2); }

.strong_italic {
  font-size: 1.3em;
  font-weight: 700;
  font-style: italic; }

.upp_style {
  text-transform: uppercase;
  font-style: italic; }

.coaching_section {
  background-image: url(../img/back_coaching.jpg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 80px 0 40px 0; }
  .coaching_section h2 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    text-align: left; }
  .coaching_section h3 {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    text-align: left; }

.coaching_inner_row {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: auto;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 3px 3px 14px 5px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9); }

.coaching_section .model_h2 {
  margin: 40px 0 60px 0;
  text-align: center; }

.modelo_img {
  margin: auto;
  max-width: 500px; }

.coaching_footer {
  padding: 40px 0 0 0; }

.inner_footer_coaching {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: auto;
  padding: 50px; }

.circles_section {
  width: 100%;
  margin: auto;
  margin-bottom: 35px; }

.inner_footer_coaching h2 {
  margin-bottom: 5px; }
.inner_footer_coaching h3 {
  color: #319983;
  margin-bottom: 5px; }

.planeacion_section {
  background-color: #f4f8fb; }
  .planeacion_section .inner_columns img {
    width: 100%;
    height: auto; }

.divider_row {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: auto;
  padding: 50px; }

footer {
  display: flex;
  padding: 20px 0 0 0;
  position: relative;
  width: 100%;
  flex-direction: column;
  color: #FFFFFF; }

.footer_back_cont .inner_columns .form_container h2 {
  color: #FFFFFF !important;
  line-height: 1.4em !important;
  font-size: 1.6em !important; }
  .footer_back_cont .inner_columns .form_container h2 span {
    text-transform: uppercase !important; }

.footer_back_cont {
  background-image: url(../img/back_footer.jpg);
  background-position: center;
  background-size: cover; }

.form_container {
  padding: 40px;
  width: 80%;
  margin: auto;
  background-image: url(../img/back_contact_form.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  box-shadow: 3px 3px 14px 5px rgba(0, 0, 0, 0.2); }

.inner_columns form {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .inner_columns form label {
    display: block;
    margin-bottom: 15px;
    width: 350px; }
    .inner_columns form label input {
      padding: 10px 20px;
      border: none;
      border-radius: 8px;
      width: 100%;
      color: #345471; }
    .inner_columns form label textarea {
      padding: 10px 20px;
      border: none;
      border-radius: 8px;
      width: 100%;
      color: #345471; }
.inner_columns .footer_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  text-transform: uppercase;
  padding: 60px 0;
  font-weight: 600; }
  .inner_columns .footer_menu li {
    list-style-type: none;
    padding: 0 15px; }
    .inner_columns .footer_menu li a {
      color: #FFFFFF; }

.social_bar {
  max-width: 80%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px; }
  .social_bar ul li {
    display: inline-block;
    padding: 0 10px; }

.nf-field-element input {
  border-radius: 10px !important; }
.nf-field-element textarea {
  border-radius: 10px !important; }

nf-field-container.submit-container.label-above.textbox-container {
  text-align: center !important; }

#nf-field-4 {
  border-radius: 120px;
  background-color: #ffbf00;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  padding: 15px 40px;
  border: none;
  line-height: 1; }

@media (max-width: 769px) {
  .modelo_img {
    width: 100%; }

  .about_inner_row, .coaching_inner_row, .inner_footer_coaching {
    padding: 20px;
    width: 100%; }

  .inner_columns form label {
    width: 90%; }

  .form_container {
    width: 100%; }

  .header_menu ul {
    text-align: right; }

  .head_inner_row {
    width: 100%; }

  .header_menu ul li {
    display: block; }

  .my_btn {
    font-size: 0.8em; }

  .header_content figure img {
    width: 75%; } }
@media (max-width: 576px) {
  .inner_columns .footer_menu {
    flex-direction: column; }

  .social_bar {
    max-width: 100%;
    text-align: center; }
    .social_bar ul li {
      padding: 0 5px; } }

/*# sourceMappingURL=main.css.map */
