/*
Theme Name: UPN - Chlild to The Bootstrap Blog
Template: the-bootstrap-blog
Author: rchecnes
Author URI: https://profiles.wordpress.org/rchecnes/
Description: Based on the popular Bootstrap 4 library, this theme shows how mobile friendly CSS framework can be used to create sleek, simple, fast and functional websites, with ease and intuitive way in modern front-end web developmen days.
Tags: two-columns,custom-menu,custom-background,right-sidebar,custom-header,featured-images,sticky-post,theme-options,threaded-comments,translation-ready,blog
Version: 0.1.1660772037
Updated: 2022-08-17 16:33:57

*/

@font-face {
  font-family: "telegrafRegular";
  src: local("Telegraf-Regular");
  src: url("assets/fonts/Telegraf-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "telegrafSemiBold";
  src: local("Telegraf-SemiBold");
  src: url("assets/fonts/Telegraf-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "telegrafUltraBold";
  src: local("Telegraf-UltraBold");
  src: url("assets/fonts/Telegraf-UltraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SharpGroteskBook";
  src: local("SharpGrotesk-Book15");
  src: url("assets/fonts/SharpGrotesk-Book15.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SharpGroteskSemiBold";
  src: local("SharpGrotesk-SemiBold15");
  src: url("assets/fonts/SharpGrotesk-SemiBold15.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SharpGroteskBold";
  src: local("SharpGrotesk-Bold15");
  src: url("assets/fonts/SharpGrotesk-Bold15.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  color: #000;
  font-family: "telegrafRegular", Fallback, sans-serif;
  font-size: 16px
}

a {
  color: #0056b3;
}

/* Encabezados */
h1,
h2 {
  font-family: "telegrafUltraBold";
}

h3,
h4,
h5,
h6 {
  font-family: "telegrafSemiBold";
}

h1 {
  font-size: calc(1.64285714rem + 0.53571429vw);
}

h2 {
  font-size: calc(1.32142857rem + 0.26785714vw);
}

h3 {
  font-size: calc(1.21428571rem + 0.17857143vw);
}

h4 {
  font-size: calc(1.16071429rem + 0.13392857vw);
}

h5 {
  font-size: calc(1.10714286rem + 0.08928571vw);
}

h6 {
  font-size: calc(1.05357143rem + 0.04464286vw);
}

/* Fuentes */
.telegraf-semi-bold {
  font-family: "telegrafSemiBold";
}

.telegraf-ultra-bold {
  font-family: "telegrafUltraBold";
}

.sharp-grotesk-book {
  font-family: "SharpGroteskBook";
  letter-spacing: 0.5px;
}

.sharp-grotesk-semibold {
  font-family: "SharpGroteskSemiBold";
  letter-spacing: 0.5px;
}

/* Color fuente  */
.text-black {
  color: #000 !important;
}

/* Tamaño de fuente */
.size-15 {
  font-size: 15px;
}

.size-18 {
  font-size: 18px;
}

.size-20 {
  font-size: 20px;
}

.size-30 {
  font-size: 30px;
}

/* fondos */
.bg-lucuma-upn {
  background-color: #fdba30;
}

.bg-gray-extra-light {
  background-color: #f6f6f6;
}

/* Botones */
.btn-upn {
  border: unset;
  font-family: "telegrafUltraBold";
}

.btn-white {
  background: #fff;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
  padding: 0.6em 1.2em;
}

.btn-white:hover {
  background: #000;
  color: #fff;
}

.btn-black {
  background: #000;
  color: #fff;
  padding: 0.8em 1.6em;
}

.btn-black:hover {
  background: #fdba30;
  color: #000;
}

.btn-cyan {
  background: #33C7FF;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
  color: #000;
  padding: 0.6em 1.2em;
}

.btn-cyan:hover {
  background: #000;
  color: #fff;
}

.btn-lucuma {
  background: #fdba30;
  color: #000;
  padding: 0.8em 2.4em;
}

.btn-lucuma:hover {
  background: #000;
  color: #fff;
}

.btn-outline {
  color: #000;
  border: 2px solid #000;
  display: inline-block;
  font-family: "telegrafUltraBold";
  padding: 0.7em 2.8em 0.7em 1.4em;
  position: relative;
}

.btn-outline:after {
  background: url("assets/images/icono-flecha-negra.svg");
  content: "";
  width: 20px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
}

.btn-outline:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.btn-outline:hover:after {
  background: url("assets/images/icono-flecha-blanca.svg");
}

.btn-back-top {
  background: none;
  border: 2px solid #000;
  border-radius: 50%;
  transition: transform 0.1s ease;
  height: 40px;
  width: 40px;
}

.btn-whatsapp {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  transition: transform 0.1s ease;
}

.btn-back-top:hover {
  transform: scale(1.1);
}

.btn-whatsapp:hover {
  zoom: 1.1;
}

button:disabled {
  opacity: 0.6;
}

/* Menú principal */
.header-fixed {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-logo {
  height: 60px;
  width: 100%;
}

.btn-search {
  border: unset;
  background: unset;
  margin: 0 0 0 10px;
  padding: 10px;
}

.btn-search:hover {
  background-color: rgba(60, 64, 67, 0.08);
  border-radius: 50%;
}

.btn-blog-list {
  background: unset;
  background-color: rgba(60, 64, 67, 0.08);
  border: unset;
  font-family: "SharpGroteskSemiBold";
  font-size: 22px;
  padding: 6px 8px;
}

.btn-menu {
  border: unset;
  background: unset;
  padding: 0;
}

.arrows-in-row {
  background-image: url("assets/images/flechas-en-linea.svg");
  background-repeat: repeat-x;
  height: 37px;
}

/* Buscador */
.search-form {
  margin: auto;
  padding: 48px 0;
  width: 90%;
}

.search-form label {
  display: block;
  font-family: "SharpGroteskSemiBold";
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.search-form .search-field {
  border-left: 1px solid #cccccc;
  border-right: none;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px;
  width: 100%;
}

.search-form .search-submit {
  border-left: none;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
  padding: 15px;
}

/* Header - Lista blogs */
nav.menu-desktop {
  margin-bottom: 32px;
  margin-top: 32px;
}

.menu-desktop ul.nav {
  flex-direction: column;
}

.menu-desktop ul.nav li.menu-item {
  margin: 0 0 10px 0;
}

.menu-desktop ul.nav li.menu-item a {
  color: #000;
  font-family: "SharpGroteskSemiBold";
  font-size: 20px;
  text-transform: uppercase;
}

.menu-desktop ul.nav li.menu-item ul.sub-menu {
  border-left: unset;
  padding-left: 20px;
}

.menu-desktop ul.nav li.menu-item ul.sub-menu li.menu-item {
  margin-bottom: 0;
}

.menu-desktop ul.nav li.menu-item ul.sub-menu li.menu-item a {
  font-family: "telegrafRegular";
  font-size: 17px;
  text-transform: inherit;
}

/* Banner */
.section-banner {
  background-color: #f6f6f6;
  margin-bottom: 50px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.home-banner-slider {
  height: 185px;
  height: calc(50px + 42vw);
  margin-bottom: 24px;
  width: 100%;
}

.group-slider .title {
  font-family: "SharpGroteskBold";
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.group-slider .title-height {
  display: -webkit-box;
  height: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.group-slider .description-height {
  display: -webkit-box;
  height: 102px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.slick-arrow-prev,
.slick-arrow-next {
  background: #fff;
  border: unset;
  border-radius: 50%;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.25);
  height: 50px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.slick-arrow-prev:hover,
.slick-arrow-next:hover {
  background: #fdba30;
}

.slick-arrow-prev {
  left: 10px;
}

.slick-arrow-next {
  right: 10px;
}

.slick-dots {
  bottom: 0;
  left: 50%;
  width: 50%;
}

.slick-dots li {
  margin: 15px 5px;
}

.slick-dots li button:before {
  color: #fff;
  font-size: 16px;
  opacity: 1;
  text-shadow: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
}

.slick-dots li.slick-active button:before {
  color: #fdba30;
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.section-banner .slick-active a.btn-outline,
.section-banner .home-carousel .slick-dots {
  -webkit-animation-duration: 2.22s !important;
  animation-duration: 2.22s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* Sección publicaciones */
.blog-post {
  box-shadow: 2px 2px 8px rgb(0 0 0 / 20%);
  margin-bottom: 48px;
}

.blog-post figure {
  background: #eaeaea;
  height: 184px;
  overflow: hidden;
}

.blog-post figure img {
  width: 100%;
}

.blog-post .categoria,
.blog-post .etiqueta {
  position: absolute;
}

.post-body {
  padding: 30px 20px;
}

.post-body .title,
.post-body .body {
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.post-body .title {
  font-family: "telegrafUltraBold";
  font-size: 18px;
  line-height: 1.3;
}

.post-body a:hover {
  text-decoration: none;
}

.main-cat,
.secondary-cat {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  right: 15px;
}

.main-cat {
  bottom: 60px;
}

.secondary-cat {
  bottom: 15px;
}

.main-cat li.list,
.secondary-cat li.list {
  border-radius: 3px;
  font-family: "SharpGroteskBook";
  letter-spacing: 0.5px;
  padding: 0.3em 0.6em;
  transition: transform 0.1s ease;
  text-transform: uppercase;
}

.main-cat li.list:hover,
.secondary-cat li.list:hover {
  transform: scale(1.05);
}

.main-cat li.list {
  background: #fdba30;
}

.main-cat li.list a,
.main-cat li.list a:hover {
  font-size: 16px;
  text-decoration: none;
}

.secondary-cat li.list {
  background: #00b9ff;
}

.secondary-cat li.list a,
.secondary-cat li.list a:hover {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.blog-post {
  -webkit-animation-duration: 2.22s !important;
  animation-duration: 2.22s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUp {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
}

/* Sidebar - Barra lateral */
.blog-sidebar h1 {
  font-family: "SharpGroteskBold";
  font-size: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.blog-sidebar h2 {
  font-family: "SharpGroteskSemiBold";
  font-size: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

ul#menu-blogs-de-academia,
ul#menu-mas-blogs {
  display: flex;
  flex-wrap: wrap;
}

ul#menu-blogs-de-academia li.menu-item,
ul#menu-mas-blogs li.menu-item {
  background: #FDC95D;
  border-radius: 3px;
  font-family: "SharpGroteskBook";
  letter-spacing: 0.4px;
  margin: 0 10px 10px 0;
  padding: 0.3em 0.6em;
  text-transform: uppercase;
  transition: transform 0.1s ease;
}

ul#menu-blogs-de-academia li.menu-item:hover,
ul#menu-mas-blogs li.menu-item:hover {
  transform: scale(1.05);
}

ul#menu-blogs-de-academia li.menu-item a,
ul#menu-mas-blogs li.menu-item a {
  color: #000;
  font-size: 16px;
}

ul#menu-blogs-de-academia li.menu-item a:hover,
ul#menu-mas-blogs li.menu-item a:hover {
  text-decoration: none;
}

/* Interna publicación */
.image-header .title {
  font-family: "SharpGroteskBold";
  margin-bottom: 15px;
  text-transform: uppercase;
}

.breadcrumb-links {
  margin-bottom: 30px;
}

.breadcrumb-links a {
  color: #575757;
  font-size: 16px;
}

.breadcrumb-links a:hover {
  font-family: "telegrafSemiBold";
  text-decoration: none;
}

.first-breadcrumb-link {
  padding-right: 25px;
  position: relative;
}

.first-breadcrumb-link:after {
  background: url("assets/images/flecha-breadcrumb.svg");
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(70%, -50%);
}

.blog-post-meta {
  color: #000;
  margin-bottom: 24px;
}

.entry-date {
  text-transform: lowercase;
}

.sidebar-title {
  font-family: "SharpGroteskSemiBold";
  font-size: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.addtoany_list a,
.widget .addtoany_list a {
  padding: 0 15px 0 0 !important;
}

.addtoany_list a:not(.addtoany_special_service)>span {
  border-radius: 50% !important;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
  height: 40px !important;
  width: 40px !important;
}

.a2a_svg {
  padding: 5px !important;
}

.related-posts .main-cat {
  bottom: 15px;
}

a.post-body-sidebar,
a.post-body-sidebar:hover {
  color: #000;
  text-decoration: none;
}

.post-body-sidebar div {
  padding: 20px;
  transition: transform 0.1s ease;
}

.post-body-sidebar div:hover {
  transform: scale(1.05);
}

.tag-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tag-group p {
  font-family: "SharpGroteskSemiBold";
  font-size: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tag-group ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.tag-group ul li {
  background: #f3f3f3;
  border-radius: 3px;
  margin: 0 10px 10px 0;
  padding: 0.3em 0.6em;
  transition: transform 0.1s ease;
}

.tag-group ul li:hover {
  transform: scale(1.05);
}

.tag-group ul li a {
  color: #000;
}

.tag-group ul li a:hover {
  text-decoration: none;
}

.progress-top {
  background: #000;
  height: 5px;
  min-width: 0.5%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}

.post div.wp-block-image figure {
  /* Se agrega espacio debajo de las imágenes */
  margin-bottom: 30px;
}

/* Interna - Listado de publicaciones */
.link-to-return {
  color: #575757;
  font-family: "telegrafSemiBold";
  font-size: 16px;
  padding: 0 0 0 1.8em;
  position: relative;
}

.link-to-return:after {
  background: url("assets/images/return-arrow.svg");
  content: "";
  width: 18px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.link-to-return:hover {
  font-family: "telegrafUltraBold";
  color: #575757;
  text-decoration: none;
}

.category-title {
  display: flex;
  align-items: center;
  margin: 32px 0 48px 0;
}

.category-title p {
  font-size: 18px;
}

.category-title h1 {
  font-family: "SharpGroteskSemiBold";
  font-size: 28px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Paginado */
.blog-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-numbers {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "telegrafSemiBold";
  font-size: 20px;
  height: 45px;
  margin: 5px;
  min-width: 45px;
}

.prev.page-numbers,
.next.page-numbers {
  position: relative;
}

.prev.page-numbers:before,
.next.page-numbers:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.prev.page-numbers:before {
  border-bottom: 4px solid #000;
  border-left: 4px solid #000;
  left: 18px;
}

.next.page-numbers:after {
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  right: 18px;
}

.page-numbers.current {
  background: #fdba30;
}

.page-numbers:hover {
  background: #f6f6f6;
  color: #000;
  text-decoration: none;
}

/* Formulario */
.modal-form {
  background: #6000A4;
  left: -950px;
  transition: left 1s;
}

.modal-form.show {
  left: 0;
  height: 100%;
  transition: left 0.5s;
  width: 100%;
}

.modal-form .modal-dialog {
  margin-bottom: 0;
}

.modal-form .modal-content {
  background: transparent;
  border: none;
}

.modal-form .modal-body {
  padding-bottom: 0;
}

.modal-form .close {
  color: #fff;
  font-size: 2.5rem;
  opacity: 1;
  transition: 1s;
}

.bg-form-tec {
  background: #fff;
  padding: 20px;
  position: relative;
}

.section-form {
  background: #6000A4;
  position: relative;
}

.form-container {
  position: relative;
}

.form-description-main-container {
  position: absolute;
  top: 8%;
  left: 20%;
  right: 3%;
}

.form-description-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-description {
  color: #fff;
  font-family: "SharpGroteskBook";
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: uppercase;
}

.form-loading {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.loading-image {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  background: none;
  display: block;
  shape-rendering: auto;
}

.form-check label {
  cursor: pointer;
}

.grupo-modalidad .form-check,
.form-check.politica-privacidad,
.form-check.tratamiento-datos {
  padding-left: 1.5rem;
}

.grupo-modalidad .form-check input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  visibility: hidden;
  position: absolute;
  right: 0;
}

.grupo-modalidad .form-check label:before,
.grupo-modalidad .form-check label:after {
  content: "";
  background-color: #fff;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}

.grupo-modalidad .form-check [type="radio"]:checked+label:before {
  border: 2px solid #fdba30;
}

.grupo-modalidad .form-check [type="radio"]:checked+label:after {
  background-color: #fdba30;
  border-color: #fdba30;
  transform: scale(0.5);
}

.form-check.politica-privacidad input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  visibility: hidden;
  position: absolute;
  right: 0;
}

.form-check.politica-privacidad label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 4px;
  position: absolute;
  top: 4px;
  left: 2px;
  background-color: #fff;
}

.form-check.politica-privacidad input[type=checkbox]:checked+label:before {
  background-color: #fdba30;
  border-color: #fdba30;
}

.form-check.politica-privacidad input[type=checkbox]:checked+label:after {
  content: "";
  left: 7px;
  top: 5.5px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
  position: absolute;
}

/**Tratamiento de datos**/
.form-check.tratamiento-datos input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  visibility: hidden;
  position: absolute;
  right: 0;
}

.form-check.tratamiento-datos label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 4px;
  position: absolute;
  top: 4px;
  left: 2px;
  background-color: #fff;
}

.form-check.tratamiento-datos input[type=checkbox]:checked+label:before {
  background-color: #fdba30;
  border-color: #fdba30;
}

.form-check.tratamiento-datos input[type=checkbox]:checked+label:after {
  content: "";
  left: 7px;
  top: 5.5px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
  position: absolute;
}


/* Página de gracias */
.container-thank-you-page {
  background: #6000A4;
  padding-top: 50px;
}

.thank-you-page {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 50px 20px;
}

.container-thank-you-page .decorative-arrow,
.container-thank-you-page .white-box-container {
  width: 90%;
  margin: 0 auto;
}

.white-box {
  background: #fff;
  height: 80px;
  margin-left: auto;
  width: 80px;
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  opacity: 0.8;
  text-decoration: none;
}

/* Todas las publicaciones */
.form-control {
  border: 1px solid #ccc;
  border-radius: 0;
  color: #333;
}

select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("assets/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 14px;
  padding: 0.375rem 1.5rem 0.375rem 0.75rem;
}

/* Page not found */
.container-page-not-found {
  background: #00b9ff;
  padding: 100px 10% 120px;
  text-align: center;
}

.page-not-found {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-not-found p {
  color: #fff;
  font-size: 120px;
  font-family: "telegrafUltraBold";
  line-height: 1;
}

.page-not-found-text {
  font-size: 18px;
}

/* Estilos video */
.is-type-video .wp-block-embed__wrapper {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.is-type-video .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Footer */
.blog-footer {
  background-color: #000;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 2.5rem 0 10rem;
}

.copyright {
  margin-top: 20px
}

.social-network-link img {
  transition: transform .3s ease;
}

.social-network-link img:focus,
.social-network-link img:hover {
  transform: scale(1.3);
}

/* Botones fixed mobile */
.section-option-footer {
  background: #fdba30;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}

/* Botones fixed desktop */
.content-option-whatsapp {
  position: fixed;
  bottom: 80px;
  right: 10px;
}

.content-option-top {
  position: absolute;
  left: 25px;
  bottom: 25px;
}

/* Perfil autores*/
.author-info {
  margin-top: 48px;
  text-align: center;
}

/* Media */

@media (min-width: 375px) {
  .home-banner-slider {
    height: 220px;
    height: calc(52px + 45vw);
  }

  .blog-post {
    margin-left: auto;
    margin-right: auto;
    width: 345px;
  }

  .blog-post figure {
    height: 219px;
  }

  .form-description {
    font-size: 18px;
  }
}

@media (min-width: 425px) {
  .home-banner-slider {
    height: 252px;
    height: calc(52px + 47vw);
  }

  .bg-form-tec {
    padding: 10%;
  }

  .form-description-main-container {
    left: 16%;
  }

  .form-description {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .menu-desktop ul.nav {
    height: 325px;
  }

  .padding-top-banner,
  .section-blogs-list,
  .section-search {
    padding-top: 60px;
  }

  .btn-search {
    margin: 0 5px;
  }

  .content-option-whatsapp {
    bottom: 25px;
    right: 25px;
  }

  .group-slider .title-height {
    height: 60px;
    -webkit-line-clamp: 2;
  }

  .home-banner-slider {
    height: 348px;
  }

  .nav-scroller {
    position: fixed;
    left: 0;
    right: 0;
  }

  .progress-top {
    top: 60px;
  }

  .blog-footer {
    padding: 2.5rem 0 2.5rem;
  }

  .btn-back-top {
    height: 50px;
    width: 50px;
  }
}

@media (min-width: 768px) {
  .home-banner-slider {
    height: 470px;
  }

  .blog-post figure {
    height: 210px;
  }

  .btn-search {
    margin: 0 10px;
  }

  .pr-md-upn {
    padding-right: 48px;
  }

  .post-body .title {
    -webkit-line-clamp: 3;
    height: 73px;
  }

  .post-body .body {
    height: 100px;
  }

  .slick-dots li {
    margin: 15px 10px;
  }

  .slick-dots li button:before {
    font-size: 24px;
  }

  .group-slider .title {
    font-size: 28px;
  }

  .search-form {
    width: 60%;
  }

  .blog-post {
    width: unset;
  }

  .post-image {
    box-shadow: -10px 10px 0px 0px #000;
  }

  .blog-post-meta {
    margin-bottom: 0;
  }

  .form-container .decorative-arrow,
  .form-container .white-box-container {
    width: 600px;
    margin: 0 auto;
  }

  .bg-form-tec {
    padding: 40px;
    width: 600px;
    margin: 0 auto;
  }

  .form-description-main-container {
    top: 2%;
    left: 0;
    right: 0;
  }

  .form-description {
    font-size: 24px;
  }

  .page-not-found p {
    font-size: 150px;
  }

  .page-not-found-text {
    font-size: 20px;
  }

  .author-info {
    align-items: center;
    display: flex;
    text-align: left;
  }

  .author-avatar {
    margin-right: 40px;
    width: 30%;
  }

  .author-avatar img {
    width: 100%;
  }

  .author-description {
    width: 50%;
  }
}

@media (min-width: 992px) {

  .category-list .blog-post figure,
  .related-posts .blog-post figure,
  .search-results .blog-post figure {
    height: 184px;
  }

  .container-lg-upn {
    max-width: 100%;
  }

  .post-image {
    height: 300px;
    overflow: hidden;
  }

  .menu-desktop ul.nav {
    height: 244px;
  }

  .padding-top-banner,
  .section-blogs-list,
  .section-search {
    padding-top: 100px;
  }

  .home-banner-slider {
    height: 360px;
    height: calc(53px + 31vw);
    margin-bottom: 0;
  }

  .group-slider .title {
    font-size: 32px;
  }


  .group-slider .title-height {
    height: 105px;
    -webkit-line-clamp: 3;
  }

  .group-slider .description-height {
    display: -webkit-box !important;
    height: 100px;
    -webkit-line-clamp: 4;
  }

  .custom-logo {
    height: 100px;
  }

  .search-form label {
    font-size: 20px;
  }

  .nav-link:hover,
  .nav-link:focus,
  .nav-link.active {
    border-bottom: 2px solid #000;
  }

  .thank-you-page,
  .container-thank-you-page .decorative-arrow,
  .container-thank-you-page .white-box-container {
    width: 80%;
  }

  .progress-top {
    top: 100px;
  }

  .section-banner {
    padding: 0;
  }

  .slick-dots {
    left: 60%;
    width: 20%;
  }

  .author-avatar {
    width: 24%;
  }

  .author-description {
    width: 46%;
  }
}

@media (min-width: 1200px) {

  .blog-post figure,
  .category-list .blog-post figure,
  .search-results .blog-post figure {
    height: 222px;
  }

  .related-posts .blog-post figure {
    height: 201px;
  }

  .pr-md-upn {
    padding-right: 96px;
  }

  .post-image {
    height: 363px;
  }

  .home-banner-slider {
    height: 436px;
    height: calc(52px + 32vw);
  }

  .blog-sidebar h1 {
    font-size: 35px;
  }

  .breadcrumb-links {
    margin-bottom: 40px;
  }

  .category-title p {
    font-size: 20px;
  }

  .category-title h1 {
    font-size: 30px;
  }

  .form-container .decorative-arrow,
  .form-container .white-box-container,
  .bg-form-tec {
    width: 650px;
  }

  .thank-you-page,
  .container-thank-you-page .decorative-arrow,
  .container-thank-you-page .white-box-container {
    width: 70%;
  }

  .author-avatar {
    width: 20%;
  }

  .author-description {
    width: 40%;
  }
}

@media (min-width: 1440px) {
  h1 {
    font-size: 2.125rem;
  }

  h2 {
    font-size: 1.5625rem;
  }

  h3 {
    font-size: 1.375rem;
  }

  h4 {
    font-size: 1.28125rem;
  }

  h5 {
    font-size: 1.1875rem;
  }

  h6 {
    font-size: 1.09375rem;
  }

  .container-xl-upn {
    max-width: 1600px;
  }

  .ml-xl-upn {
    margin-left: 96px !important;
  }

  .home-banner-slider {
    height: 526px;
    height: calc(51px + 33vw);
  }

  .blog-sidebar h1 {
    font-size: 40px;
  }

  .search-form {
    width: 40%;
  }

  .breadcrumb-links {
    margin-bottom: 50px;
  }

  .thank-you-page,
  .container-thank-you-page .decorative-arrow,
  .container-thank-you-page .white-box-container {
    width: 60%;
  }
}

@media (min-width: 1600px) {
  .home-banner-slider {
    height: 585px;
  }
}