* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: myriad-pro;
}

h1 {
  font-size: 2.5em;
  color: #0d393b;
  font-family: "A Pompadour Sample";
}

header {
  width: 100%;
  min-height: 345px;
  background: rgba(13, 57, 59, 0.75);
  display: flex;
  position: absolute;
  z-index: 10;
}

.home {
  height: 50vh;
}

.home_2 {
  position: relative;
  height: 100vh;
  width: 100%;
  flex-direction: column;
}

.secciones {
  position: relative;
  height: 100vh;
  flex-direction: column;
  background: none;
}

.header_home {
  padding: 50px 25px 25px 50px;
  width: 60%;
  display: flex;
  flex-direction: column;
}

.thumb_home {
  width: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.thumb_home img {
  display: none;
}

.titulo_home {
  color: #ffffff;
}
.titulo_home h1 {
  font-family: "A Pompadour Sample";
  font-size: 3em;
  font-weight: bold;
}

.contenido_head_home {
  width: 100%;
  height: 100vh;
}
.contenido_head_home h2 {
  font-family: "A Pompadour Sample";
  font-size: 3em;
  color: #ffffff;
  font-weight: bold;
}
.contenido_head_home h3 {
  font-family: "A Pompadour Sample";
  font-size: 2em;
  color: #ffffff;
  font-weight: bold;
}
.contenido_head_home p {
  color: #ffffff;
  font-size: 1.2em;
  font-family: "A Pompadour Sample";
  padding: 20px 0;
}

.principal_header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 30vh;
}

.logo {
  width: 75%;
}
.logo img {
  width: 100%;
  height: auto;
}

.thumb {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: "A Pompadour Sample";
  color: #ffffff;
  height: 300px;
  display: none;
}
.thumb h2 {
  font-family: "A Pompadour Sample";
  color: #ffffff;
  font-size: 3em;
  font-weight: bold;
}
.thumb img {
  display: none;
}

.thumb_single {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  align-items: start;
  display: flex;
  font-family: "A Pompadour Sample";
  color: #ffffff;
  height: 300px;
  diplay: flex;
  padding: 40px;
}
.thumb_single h2 {
  font-family: "A Pompadour Sample";
  color: #ffffff;
  font-size: 3em;
  font-weight: bold;
}
.thumb_single img {
  display: none;
}

.contenido_home {
  width: 100%;
  height: auto;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #787878;
  text-align: justify;
  font-size: 1em;
  text-justify: inter-word;
  line-height: 1.5em;
}

.bienvenidos {
  width: 100%;
  height: 50vh;
  background: #ede8d9;
  border-bottom: 3px solid #0d393b;
}

.empresas {
  width: 50%;
  top: 50vh;
  height: 50vh;
  position: relative;
  padding: 2% 0 2% 5%;
}

.empresas_cont {
  width: 100%;
  height: 50vh;
  background: #ffffff;
  border-top: 3px solid #0d393b;
}

.empresas_2 {
  width: 100%;
  height: 48vh;
  padding: 1vh 0;
  background: #ffffff;
}

.back_home {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.titulo_cursos {
  padding: 2% 0 1% 5%;
}
.titulo_cursos h3 {
  padding: 2% 0 1% 5%;
  font-family: "A Pompadour Sample";
  font-weight: normal;
  font-size: 2.5em;
  line-height: 1em;
}

.cursos_home {
  background: #0d393b;
  height: auto;
  width: 100%;
  color: #ffffff;
}

article {
  width: 100%;
  height: auto;
}

.curso_inicio {
  display: flex;
  justify-content: space-around;
  padding: 2% 5% 4% 5%;
}

.curso {
  width: 30%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.curso_thumb {
  width: 40%;
}
.curso_thumb img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  padding: 5%;
}

.curso_cont {
  width: 60%;
}
.curso_cont h3 {
  padding: 10px 0;
}

footer {
  height: auto;
  width: 100%;
  color: #ffffff;
  background: #1a1a1a;
  padding: 3% 0 1% 0;
  font-family: myriad-pro;
}
footer p {
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: center;
  padding: 10px 0;
}
footer a {
  color: #ffffff;
}

.footer_login_form {
  background: rgba(255, 255, 255, 0);
  color: #B0B0B0;
  font-family: myriad-pro;
  padding: 10px 0;
}

.redes {
  width: 20%;
  height: auto;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-around;
}
.redes img {
  width: 40px;
  height: auto;
}

.login_form {
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.contenido_login_form {
  width: 70%;
  height: auto;
  min-height: 70vh;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  font-family: myriad-pro;
  margin: 30px auto;
}
.contenido_login_form h3 {
  width: 80%;
  margin: 0 auto;
}
.contenido_login_form p {
  width: 80%;
  font-family: myriad-pro, sans-serif;
  color: #262626;
  margin: 0 auto;
}
.contenido_login_form a {
  color: #2a7da7;
  text-decoration: none;
}
.contenido_login_form a:hover {
  color: #B0B0B0;
}

.extract {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.menu_interno {
  width: 100%;
  padding: 0 0 0 10%;
}
.menu_interno ul {
  text-align: center;
  margin: 20px auto;
  font-family: myriad-pro, sans-serif;
}
.menu_interno ul li {
  list-style: none;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #B0B0B0;
}
.menu_interno ul li:last-child {
  border-bottom: 0px solid #B0B0B0;
}
.menu_interno ul a {
  color: #262626;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 20px 0 0 20px;
}
.menu_interno ul a:hover {
  background: #2a7da7;
  color: #ffffff;
}

.body_page {
  display: grid;
  grid-template-columns: 30% 70%;
}

.footer_grid {
  grid-column-start: 1;
  grid-column-end: 3;
}

#logo_home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#logo_home img {
  max-width: 200px;
  height: auto;
}

#columnas_home {
  width: 70%;
  margin-left: 5%;
  height: 100%;
}

.tumb_home {
  position: absolute;
  top: 40px;
  right: 5%;
}
.tumb_home img {
  max-width: 520px;
  height: auto;
}

#columnas_empresas {
  width: 80%;
  margin: 0 auto;
  display: flex;
}

#columna_1, #columna_2 {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px;
  height: 48vh;
}

#columna_2 {
  margin-left: 0px;
  border-left: 1px solid #dddddd;
}

.historia {
  width: 100%;
  height: 50vh;
}

.dupla {
  width: 100%;
  height: auto;
}

.historia {
  color: #ffffff;
  background: #1a1a1a;
  display: flex;
  padding: 50px 10%;
  justify-content: space-around;
}

.tumb_historia {
  width: 30%;
}
.tumb_historia img {
  width: 100%;
  height: auto;
}

.historia_text {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.historia_text h2 {
  font-family: "A Pompadour Sample";
  text-decoration: underline;
  padding-bottom: 20px;
  font-size: 2em;
}

.dupla {
  color: #ffffff;
  background: #0d393b;
}

#dupla_contenido {
  margin: 0 auto;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}
#dupla_contenido h2 {
  font-family: "A Pompadour Sample";
  text-decoration: underline;
  padding-bottom: 20px;
  font-size: 2em;
}

#columna_bienvenido {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#columna_bienvenido h1 {
  padding: 30px 0 10px 0;
  color: #2A3960;
}
#columna_bienvenido h3 {
  font-weight: 300;
  color: #2A3960;
  font-size: 1.5em;
  text-decoration: underline;
}
#columna_bienvenido a {
  font-weight: 300;
  color: #2A3960;
  font-size: 1.2em;
  text-decoration: underline;
}
#columna_bienvenido p {
  font-size: 1.1em;
}

#column_contacto {
  margin: 0;
}

#contact {
  background: red;
}

#linkedin {
  margin-left: 0px;
}

#menu-linkedin_nancy {
  margin: 10px;
}

li#menu-item-561 {
  list-style: none;
}
li#menu-item-561 a {
  color: #ffffff;
  text-decoration: none;
}

#menu-linkedin_oscar {
  margin: 10px;
}

li#menu-item-563 {
  list-style: none;
}
li#menu-item-563 a {
  color: #ffffff;
  text-decoration: none;
}

#nany, #oscar {
  padding: 20px;
}

#oscar {
  margin-left: 0px;
  border-left: 1px solid #1a1a1a;
}

@font-face {
  font-family: "A Pompadour Sample";
  src: url("../fonts/APompadourSample.eot");
  src: url("../fonts/APompadourSample.eot?#iefix") format("embedded-opentype"), url("../fonts/APompadourSample.woff2") format("woff2"), url("../fonts/APompadourSample.woff") format("woff"), url("../fonts/APompadourSample.ttf") format("truetype"), url("../fonts/APompadourSample.svg#APompadourSample") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A Pompadour Sample";
  src: url("../fonts/APompadourBoldSample.eot");
  src: url("../fonts/APompadourBoldSample.eot?#iefix") format("embedded-opentype"), url("../fonts/APompadourBoldSample.woff2") format("woff2"), url("../fonts/APompadourBoldSample.woff") format("woff"), url("../fonts/APompadourBoldSample.ttf") format("truetype"), url("../fonts/APompadourBoldSample.svg#APompadourBoldSample") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.wp-block-columns {
  align-items: center;
  margin-top: 20px;
}

.wp-block-button:last-child {
  margin-top: 20px;
}

.wp-block-button__link {
  letter-spacing: 7px;
}

#boton_home a {
  background: #2a7da7;
}
#boton_home a:hover {
  background: #226491;
}

.learn-press-form-login.learn-press-form {
  text-align: center;
}
.learn-press-form-login.learn-press-form button {
  background: #2a7da7;
  width: 100%;
  padding: 10px 0;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
  max-width: 680px;
  border: 0px;
  margin: 10px auto;
}
.learn-press-form-login.learn-press-form a {
  text-decoration: none;
  color: #262626;
  font-size: 0.8em;
}
.learn-press-form-login.learn-press-form h3 {
  display: none;
}

.wp-block-column h3 {
  font-family: "A Pompadour Sample";
  font-size: 1.7em;
  font-weight: bold;
  padding: 10px 0 10px 0;
}
.wp-block-column p {
  line-height: 1.5em;
  font-size: 1em;
}

.learn-press-login {
  font-family: myriad-pro, sans-serif;
  text-align: center;
}

li.form-field {
  color: #787878;
  font-family: myriad-pro, sans-serif;
}

.wp-block-image img {
  height: auto;
}

label[for=username] {
  display: none;
}

label[for=password] {
  display: none;
}

label[for=rememberme] {
  display: none;
}

input#username, input#password {
  width: 70%;
  max-width: 680px;
  padding: 10px 0;
  border-radius: 20px;
  border: 1px solid #B0B0B0;
  margin: 5px auto;
  text-align: center;
}

ul.form-fields {
  text-align: center;
  margin: 20px auto;
}
ul.form-fields li {
  list-style: none;
}

.learn-press-message.error {
  color: red;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  text-align: center;
}

.learnpress {
  width: 100%;
  margin: 0 auto;
  font-family: myriad-pro, sans-serif;
}

.lp-content-area {
  width: 100%;
}

.learn-press-form-register button[type=submit] {
  background: #ca0101 !important;
  border: 0;
  height: 40px !important;
  border-radius: 20px !important;
  cursor: pointer;
}

.learn-press-form-register {
  max-width: 90% !important;
  border: 0px !important;
  clear: both;
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.learn-press-form-register h3 {
  font-family: "A Pompadour Sample";
  font-size: 2em;
  font-weight: bold;
  color: #262626;
}

.lp-profile-left {
  width: 200px !important;
  left: 100px !important;
  padding: 10px !important;
  top: 20%;
  background: none !important;
  border: 0px !important;
}

#learn-press-profile .lp-user-profile-avatar img {
  border-radius: 50% !important;
}

.learn-press-courses-header {
  width: 100%;
  position: relative;
}

.learn-press-breadcrumb {
  position: absolute;
  z-index: 1000;
}

.learn-press-breadcrumb {
  width: 100% !important;
  max-width: 500px !important;
}

#learn-press-profile #profile-sidebar {
  width: 60% !important;
  margin-left: 20% !important;
  margin-top: 20px !important;
}

#learn-press-profile #profile-content {
  width: 90% !important;
  margin-right: 2% !important;
}

#learn-press-profile .wrapper-profile-header {
  background-image: url("https://naosco.com/wp-content/uploads/2021/08/backazul_white-2.jpg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
}

li.logout {
  display: none;
}

#profile-content-courses {
  width: 90%;
  margin: 0 auto;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-thumbnail .thumbnail img {
  border-radius: 15px;
}

#learn-press-profile .wrapper-profile-header .lp-profile-right .lp-profile-username {
  font-size: 3em !important;
}

.learn-press-subtab-content {
  width: 90%;
  margin: 0 0 0 5%;
}

#learn-press-profile-basic-information {
  margin-left: 7%;
  width: 90%;
}

#learn-press-profile-basic-information .form-field .form-field-input input, #learn-press-profile-basic-information .form-field .form-field-input textarea, form[name=profile-change-password] .form-field .form-field-input input, form[name=profile-change-password] .form-field .form-field-input textarea {
  font-family: myriad-pro, sans-serif;
}

.learn-press-filters > li span {
  color: #2a7da7 !important;
}

.learn-press-filters > li span + span::before, .learn-press-filters > li span + span::after {
  color: #2a7da7 !important;
}

#learn-press-profile #profile-nav .lp-profile-nav-tabs li.active > ul .active > a {
  color: #2a7da7 !important;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) label a {
  color: #2a7da7 !important;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) label {
  color: #2a7da7 !important;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1)::before {
  background: #2a7da7 !important;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2) label a {
  color: #2a7da7 !important;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2)::before {
  background: #2a7da7 !important;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3) label a {
  color: #2a7da7 !important;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3)::before {
  background: #2a7da7 !important;
}

li.learn-press-tabs__tab.privacy {
  display: none;
}

li.privacy a {
  display: none !important;
}

li.orders {
  display: none !important;
}

li.course-nav.course-nav-tab-instructor {
  display: none !important;
}

#tab-instructor.course-tab-panel-instructor.course-tab-panel {
  display: none !important;
}

#respond.comment-respond {
  display: none !important;
}

aside.course-summary-sidebar {
  position: absolute !important;
  z-index: 10000;
  right: 0;
}

.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .entry-content-left {
  width: 90% !important;
  margin-left: 5% !important;
}

.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar {
  width: 220px !important;
  margin-top: -350px !important;
}

.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner {
  width: 220px !important;
}

.meta-item-instructor {
  display: none !important;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info {
  padding: 60px 20px 20px 40px !important;
}

.course-meta.course-meta-primary, .course-meta__pull-left, ul.learn-press-breadcrumb {
  font-family: myriad-pro;
}

ul.learn-press-breadcrumb {
  color: #ffffff;
}

.learn-press-breadcrumb {
  margin: 10px 0 0 30px !important;
}
.learn-press-breadcrumb li a {
  color: #ffffff !important;
}

.learn-press-template-warning::before {
  display: none;
}

.learn-press-breadcrumb i {
  color: #ffffff !important;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item {
  font-size: 0.8em !important;
}

h1.course-title, .section-left, ul.learn-press-nav-tabs, span.price {
  font-family: "A Pompadour Sample";
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon, #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-name {
  font-family: "A Pompadour Sample";
  color: #1a1a1a !important;
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button.button-enroll-course {
  border-radius: 20px;
  padding: 5px;
  border: 0;
}

.content-item-description.lesson-description p {
  font-family: myriad-pro;
}

.course-excerpt {
  font-family: myriad-pro;
}

h3.course-item-title.question-title, h3.course-title {
  font-family: "A Pompadour Sample";
}

span.course-instructor {
  display: none;
}

.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-readmore a {
  font-family: "A Pompadour Sample";
  border-radius: 17px !important;
}

.learn-press-courses-header h1 {
  position: absolute;
  color: #ffffff;
  font-family: "A Pompadour Sample";
  text-transform: uppercase;
  padding: 40px;
}

.lp-courses-bar {
  margin-bottom: 20px !important;
  margin-right: 20px;
  margin-top: 20px;
}

.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta {
  font-family: myriad-pro;
}

#popup-course #popup-header .popup-header__inner .course-title {
  font-family: "A Pompadour Sample";
}

span.number {
  font-family: myriad-pro;
}

#popup-course #popup-footer .course-item-nav .next {
  font-family: myriad-pro;
}

.course-item-nav__name {
  font-family: "A Pompadour Sample";
}

button.lp-button.button {
  background: #2a7da7;
  padding: 5px;
  border-radius: 20px;
  border: 0px;
  cursor: pointer;
  color: #ffffff;
}
button.lp-button.button:hover {
  color: rgba(42, 125, 167, 0.8);
}

.learn-press-courses-header {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-image: url("https://naosco.com/wp-content/uploads/2021/06/back1.png");
}

.course-detail-info {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  background: url("https://naosco.com/wp-content/uploads/2021/06/back1.png") !important;
  min-height: 350px;
}

#popup-course #popup-content .lp-button {
  padding: 7px 80px !important;
  border-radius: 20px !important;
  border: 0px !important;
  cursor: pointer;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item::before {
  color: #ffffff !important;
}

.learn-press-profile-course__progress .lp_profile_course_progress__item {
  align-items: start !important;
}
.learn-press-profile-course__progress .lp_profile_course_progress__item img {
  width: 100%;
  height: auto;
}
.learn-press-profile-course__progress .lp_profile_course_progress__item a {
  color: #2a7da7;
}
.learn-press-profile-course__progress .lp_profile_course_progress__item a:hover {
  color: #226491;
}

#popup-course #popup-header .popup-header__inner .course-title a {
  padding-top: 15px;
  font-size: 1em !important;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value label {
  color: #ffffff !important;
}

.um {
  opacity: 1 !important;
  bottom: 0;
}

.um-form input[type=text], .um-form input[type=search], .um-form input[type=tel], .um-form input[type=number], .um-form input[type=password] {
  border-radius: 20px !important;
  border: 1px solid #262626 !important;
}

.um .um-form ::placeholder {
  font-family: myriad-pro, sans-serif;
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
  background: #2a7da7 !important;
  border-radius: 30px !important;
}

.um input[type=submit].um-button:hover, .um a.um-button:hover {
  background: rgba(42, 125, 167, 0.8) !important;
}

.um .um-button.um-alt::before, .um input[type=submit].um-button.um-alt::before {
  color: #ffffff !important;
}

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
  color: #ffffff !important;
}

@media (max-width: 1366px) {
  .lp-content-area {
    width: 100% !important;
    max-width: 1024px !important;
  }

  .lp-profile-left {
    width: 180px;
  }

  .learn-press-subtab-content {
    margin: 0;
    width: 100%;
  }

  .lp-profile-left {
    width: 120px;
  }

  .lp-user-profile-avatar {
    width: 120px;
  }

  .tumb_home {
    top: 20vh;
  }
  .tumb_home img {
    max-width: 400px;
  }

  .historia {
    padding: 50px 5%;
  }

  #dupla_contenido {
    width: 90%;
  }
}
@media (max-width: 1120px) {
  .lp-content-area {
    max-width: 768px !important;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 0.9em;
  }

  .empresas {
    width: 60%;
    padding: 2% 0 2% 3%;
  }

  .titulo_cursos {
    padding: 2% 0 1% 1%;
  }

  .curso_inicio {
    padding: 2% 5% 4% 2%;
  }

  .titulo_cursos h3 {
    padding: 2% 0 1% 2%;
  }

  .contenido_login_form {
    width: 80%;
  }

  .body_page {
    display: flex;
    flex-direction: column;
  }

  .logo {
    width: 40%;
  }

  .buscador {
    padding: 0px !important;
    width: 50% !important;
  }

  .menu_interno {
    padding: 0px;
  }
  .menu_interno ul {
    display: flex;
    width: 80%;
    justify-content: space-around;
    padding: 0;
    margin: 10px auto;
  }
  .menu_interno ul li {
    border-bottom: 0px;
    border-right: 1px solid #dddddd;
    text-align: center;
    width: 100%;
  }
  .menu_interno ul li:last-child {
    border-right: 0px solid #B0B0B0;
  }
  .menu_interno ul li a {
    border-radius: 0px;
  }

  .secciones {
    height: auto;
  }

  .principal_header {
    height: auto;
    padding: 30px 0;
  }

  header {
    padding: 0 0 20px 0;
    min-height: auto;
  }

  #learn-press-profile .wrapper-profile-header .lp-profile-content-area {
    min-height: 250px !important;
  }

  #profile-content-courses {
    width: 100%;
  }

  .lp-content-area {
    max-width: 960px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  #learn-press-profile #profile-content {
    width: 100% !important;
    margin-right: 0% !important;
  }

  .learn-press-courses-header {
    height: 250px;
  }

  .learn-press-breadcrumb {
    margin: 10px 0 0 50px !important;
    padding: 5px;
  }

  .menu_interno {
    border-right: #dddddd 0px solid;
  }

  .learn-press-breadcrumb {
    width: 80% !important;
  }

  .course-meta .course-meta__pull-left, .course-meta .course-meta__pull-right {
    flex-direction: column;
    font-size: 1.3em;
  }

  #popup-course {
    position: relative !important;
    margin-top: 50px;
  }

  #popup-header {
    position: absolute !important;
  }

  #popup-footer {
    display: none;
  }

  #popup-course #popup-content #learn-press-content-item .content-item-wrap {
    width: 90%;
  }

  ul.learn-press-breadcrumb {
    background: rgba(166, 128, 78, 0.7);
  }

  h2.course-title a {
    font-size: 1em !important;
    font-weight: 700 !important;
  }

  #popup-content {
    padding: 0 30px;
  }

  .home_2 {
    padding: 0;
    height: auto;
  }

  .tumb_home {
    top: 30vh;
  }
  .tumb_home img {
    max-width: 320px;
  }

  .tumb_historia {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .thumb_home {
    height: 100vh;
    width: 30%;
  }

  .header_home {
    padding: 20vh 20px;
    width: 70%;
  }

  .titulo_home h1 {
    font-size: 2.2em;
  }

  .contenido_head_home h2 {
    font-size: 2em;
  }

  .home {
    min-height: 100vh;
  }

  .wp-block-columns {
    margin: 10px auto;
  }

  .wp-block-column {
    flex-basis: auto !important;
  }

  #columna_uno.wp-block-column {
    width: 70%;
  }

  #columna_dos.wp-block-column {
    width: 25%;
  }

  .wp-block-image {
    text-align: center;
  }
  .wp-block-image img {
    max-width: 50%;
  }

  .empresas {
    top: 100vh;
    width: 80% !important;
    margin: 0 auto;
  }

  .back_home {
    height: 170vh;
  }

  .curso_thumb {
    width: 100%;
  }

  .curso {
    flex-direction: column;
  }

  .curso_cont {
    width: 95%;
  }

  input#username, input#password {
    width: 80%;
  }

  #learn-press-profile .wrapper-profile-header .lp-profile-content-area {
    min-height: 200px !important;
  }

  .lp-content-area {
    max-width: 768px !important;
  }

  aside.course-summary-sidebar {
    position: absolute !important;
  }

  .course-meta .course-meta-secondary {
    font-size: 2em;
  }

  .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar {
    margin-top: -500px !important;
  }

  .learn-press-profile-course__tab {
    width: 90%;
    margin: 0 auto;
  }

  .um-137.um {
    padding: 0 10px;
  }

  .bienvenidos {
    height: 100vh;
  }

  .empresas_cont, .empresas_2 {
    height: auto;
  }

  #columnas_empresas {
    flex-direction: column;
    margin: 50px auto;
  }

  #columna_1, #columna_2 {
    width: 100%;
  }

  #columna_2 {
    border-left: 0px;
    border-top: 1px solid #dddddd;
  }

  #columna_1 {
    margin-bottom: 50px;
  }

  .historia {
    height: auto;
  }

  #dupla_contenido {
    flex-direction: column;
  }

  #nany, #oscar {
    flex-direction: column;
  }

  #oscar {
    border-left: 0px;
    border-top: 1px solid #1a1a1a;
  }

  #oscar_cont {
    margin-left: 0px;
  }

  .tumb_home {
    top: 80vh;
    right: calc(50% - 100px);
  }
  .tumb_home img {
    max-width: 200px;
  }
  .tumb_home #columnas_empresas {
    margin: 75px auto 50px;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  body {
    font-size: 0.9em;
  }

  .contenido_head_home {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .titulo_home h1 {
    font-size: 2.2em;
  }

  .contenido_head_home h2 {
    font-size: 2.2em;
  }

  .wp-block-image {
    text-align: center;
  }
  .wp-block-image img {
    width: 50%;
    height: auto;
  }

  .curso {
    flex-direction: column;
  }

  .empresas {
    margin: 0 auto;
    width: 80%;
    display: flex;
  }

  .curso_thumb {
    width: 80%;
  }

  .curso_cont {
    width: 90%;
  }

  .lp-content-area {
    max-width: 680px !important;
  }

  #learn-press-profile #profile-sidebar {
    width: 80% !important;
    margin-left: 10% !important;
  }

  aside.course-summary-sidebar {
    position: relative !important;
  }

  .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area {
    flex-direction: column-reverse !important;
  }

  #learn-press-course-tabs.course-tabs {
    margin-top: 600px !important;
  }

  aside.course-summary-sidebar {
    margin: 0 auto !important;
  }

  .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar {
    margin-top: 0px !important;
  }

  .um-137.um {
    padding: 0 10px;
  }

  .um-col-121, .um-col-122 {
    float: none !important;
    width: 100% !important;
  }

  #columnas_home {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }

  .empresas_cont, .empresas_2 {
    height: auto;
  }

  #columnas_empresas {
    flex-direction: column;
    margin: 50px auto;
  }

  #columna_1, #columna_2 {
    width: 100%;
  }

  #columna_2 {
    border-left: 0px;
    border-top: 1px solid #dddddd;
  }

  #columna_1 {
    margin-bottom: 50px;
  }

  .historia {
    height: auto;
  }

  #dupla_contenido {
    flex-direction: column;
  }

  #nany, #oscar {
    flex-direction: column;
  }

  #oscar {
    border-left: 0px;
    border-top: 1px solid #1a1a1a;
  }

  #oscar_cont {
    margin-left: 0px;
  }

  .tumb_home {
    top: 40vh;
    right: calc(50% - 100px);
  }
  .tumb_home img {
    max-width: 250px;
  }
  .tumb_home #columnas_empresas {
    margin: 75px auto 50px;
  }

  #logo_home img {
    max-width: 250px;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .thumbnail img {
    width: 50% !important;
    margin: 0 auto;
  }

  .lp-courses-bar .search-courses {
    max-width: 80% !important;
    margin-left: 10% !important;
  }

  .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area {
    flex-direction: column-reverse !important;
  }

  aside.course-summary-sidebar {
    position: relative !important;
    margin: 0 auto;
  }

  #learn-press-course-tabs.course-tabs {
    margin-top: 600px !important;
  }

  .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar {
    margin-top: 0px !important;
  }
}
@media (max-width: 700px) and (orientation: landscape) {
  body {
    font-size: 0.8em;
  }

  .lp-content-area {
    max-width: 580px !important;
  }

  .lp-user-profile-avatar {
    width: 80px;
  }

  .lp-profile-left {
    width: 100px !important;
  }

  #learn-press-profile .wrapper-profile-header .lp-profile-right {
    width: calc(100% - 120px);
  }

  #learn-press-profile .wrapper-profile-header .lp-profile-content-area {
    min-height: 150px !important;
  }

  #learn-press-profile #profile-sidebar {
    width: 90% !important;
    margin-left: 5% !important;
  }

  .learn-press-profile-course__progress .lp_profile_course_progress__item {
    grid-template-columns: 10% 20% 10% 20% 20% !important;
  }

  .logo {
    width: 50%;
  }

  .buscador {
    width: 60% !important;
  }

  #logo_home img {
    max-width: 150px;
  }
}
@media (max-width: 640px) and (orientation: portrait) {
  .lp-content-area {
    max-width: 580px !important;
  }

  .learn-press-profile-course__progress .lp_profile_course_progress__item {
    grid-template-columns: 30px 2fr 60px 60px 60px !important;
  }

  .lp-courses-bar .search-courses {
    max-width: 80% !important;
    margin-left: 10% !important;
  }

  .thumbnail img {
    width: 75% !important;
    margin: 0 auto;
  }

  .tumb_home {
    top: 60vh;
    right: calc(50% - 125px);
  }

  .historia {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tumb_historia {
    width: 80%;
  }

  .historia_text {
    width: 80%;
    margin-top: 40px;
  }

  #columna_bienvenido p {
    text-align: center;
  }
  #columna_bienvenido h3 {
    text-align: center;
  }

  .bienvenidos {
    border-bottom: 5px solid #0d393b;
    height: 80vh;
  }

  .empresas_cont {
    border-top: 5px solid #0d393b;
  }

  .wp-block-image img {
    width: 75%;
  }

  #columnas_empresas {
    margin: 75px auto 50px;
  }

  .tumb_home {
    top: 65vh;
  }

  footer {
    padding: 3% 2% 1%;
  }
}
@media (max-width: 520px) and (orientation: portrait) {
  .logo {
    width: 60%;
  }

  .buscador {
    width: 75% !important;
  }

  .menu_interno ul {
    width: 100%;
  }

  .lp-content-area {
    max-width: 480px !important;
  }

  #popup-header {
    left: 0px !important;
    position: relative !important;
  }

  #popup-course {
    flex-direction: column;
  }

  #popup-sidebar {
    flex-basis: 500px !important;
  }

  #popup-course #popup-sidebar .course-curriculum {
    left: 50px !important;
  }

  #popup-course #sidebar-toggle {
    left: 299px !important;
  }

  #popup-course #sidebar-toggle {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .logo-wrapper.image {
    margin-top: 3em !important;
    margin-bottom: 1em;
  }

  .section-body p {
    margin: 0 auto;
  }

  .contenido_login_form {
    width: 90%;
  }

  input#username, input#password {
    width: 90%;
  }
}
@media (max-width: 450px) {
  .thumb_home {
    position: absolute;
    height: 20vh;
    width: 100%;
  }

  .home {
    height: 100vh;
  }

  .back_home {
    height: 160vh;
  }

  .header_home {
    margin-top: 20vh;
    padding: 50px;
    width: 100%;
  }

  .contenido_head_home {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #columna_uno {
    padding-bottom: 10vh;
  }

  figure.alignright {
    width: 100%;
  }

  .empresas {
    top: 100vh;
    height: 60vh;
  }

  .curso_inicio {
    width: 90%;
    padding: 5%;
    margin: 0 auto;
    flex-direction: column;
  }

  .curso {
    width: 100%;
    margin: 20px auto;
  }

  .redes {
    width: 75%;
  }

  .wp-block-image img {
    width: 75%;
  }

  #learn-press-profile .wrapper-profile-header .lp-profile-left {
    display: flex;
    justify-content: center;
  }

  .lp-user-profile-avatar {
    width: 100px;
  }
}
@media (max-width: 400px) and (orientation: portrait) {
  body {
    font-size: 0.8em;
  }

  #columna_uno {
    padding-bottom: 1vh;
  }

  .empresas {
    padding: 0px;
    height: 80vh;
  }

  .back_home {
    height: 180vh;
  }

  .titulo_cursos h3 {
    font-size: 2.2em;
  }

  .learn-press-profile-course__progress .lp_profile_course_progress__item {
    grid-template-columns: 0px 100px 60px 60px 60px !important;
    column-gap: 7px !important;
    padding: 5px !important;
  }
}
.buscador {
  padding: 0 0 0 5%;
  box-sizing: border-box;
  width: 80%;
}

.buscador input[type=text] {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  font-size: 1em;
  background-color: white;
  background-image: url("https://naosco.com/wp-content/uploads/2021/05/search.png");
  background-position: 4px 5px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  display: flex;
  position: relative;
  border: solid 1px #B0B0B0;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #787878;
}

.buscador input[type=text]:focus {
  width: 100%;
}

.contenedor {
  width: 90%;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-gap: 5%;
  padding-bottom: 50px;
}

.resultados {
  border: 1px solid #B0B0B0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}
.resultados img {
  max-width: 500px;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.resultados a {
  text-align: center;
  font-family: "Quicksand";
  font-weight: 700;
  text-decoration: none;
  font-size: 1.5em;
  color: #B0B0B0;
  padding: 10px;
  box-sizing: border-box;
}
.resultados a:hover {
  color: #2a7da7;
}

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