@charset "UTF-8";
/*   
Theme Name: MINED
Theme URI: http://www.mined.gob.cu/
Description: Sitio Web Oficial del Ministerio de Educación de la República de Cuba
Author: Ernesto Castillo Valladares
Author URI: http://www.mined.gob.cu/
Version: 1
*/
/* FONTS ---------------------------------------------------------------- */
/* Light */
@font-face {
  font-family: "ubuntu light";
  src: url("fonts/ubuntu_light/UBUNTU-LIGHT.eot");
  src: url("fonts/ubuntu_light/UBUNTU-LIGHT.woff") format("woff"), url("fonts/ubuntu_light/UBUNTU-LIGHT.ttf") format("truetype"), url("fonts/ubuntu_light/UBUNTU-LIGHT.otf") format("opentype"), url("fonts/ubuntu_light/UBUNTU-LIGHT.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Light Italic */
@font-face {
  font-family: "ubuntu light italic";
  src: url("fonts/ubuntu_light_italic/UBUNTU-LIGHTITALIC.eot");
  src: url("fonts/ubuntu_light_italic/UBUNTU-LIGHTITALIC.woff") format("woff"), url("fonts/ubuntu_light_italic/UBUNTU-LIGHTITALIC.ttf") format("truetype"), url("fonts/ubuntu_light_italic/UBUNTU-LIGHTITALIC.otf") format("opentype"), url("fonts/ubuntu_light_italic/UBUNTU-LIGHTITALIC.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Regular */
@font-face {
  font-family: "ubuntu";
  src: url("fonts/ubuntu_regular/UBUNTU-REGULAR.eot");
  src: url("fonts/ubuntu_regular/UBUNTU-REGULAR.woff") format("woff"), url("fonts/ubuntu_regular/UBUNTU-REGULAR.ttf") format("truetype"), url("fonts/ubuntu_regular/UBUNTU-REGULAR.otf") format("opentype"), url("fonts/ubuntu_regular/UBUNTU-REGULAR.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Italic */
@font-face {
  font-family: "ubuntu italic";
  src: url("fonts/ubuntu_italic/UBUNTU-ITALIC.eot");
  src: url("fonts/ubuntu_italic/UBUNTU-ITALIC.woff") format("woff"), url("fonts/ubuntu_italic/UBUNTU-ITALIC.ttf") format("truetype"), url("fonts/ubuntu_italic/UBUNTU-ITALIC.otf") format("opentype"), url("fonts/ubuntu_italic/UBUNTU-ITALIC.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Bold */
@font-face {
  font-family: "ubuntu bold";
  src: url("fonts/ubuntu_bold/UBUNTU-BOLD.eot");
  src: url("fonts/ubuntu_bold/UBUNTU-BOLD.woff") format("woff"), url("fonts/ubuntu_bold/UBUNTU-BOLD.ttf") format("truetype"), url("fonts/ubuntu_bold/UBUNTU-BOLD.otf") format("opentype"), url("fonts/ubuntu_bold/UBUNTU-BOLD.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Bold Italic */
@font-face {
  font-family: "ubuntu bold italic";
  src: url("fonts/ubuntu_bold_italic/UBUNTU-BOLDITALIC.eot");
  src: url("fonts/ubuntu_bold_italic/UBUNTU-BOLDITALIC.woff") format("woff"), url("fonts/ubuntu_bold_italic/UBUNTU-BOLDITALIC.ttf") format("truetype"), url("fonts/ubuntu_bold_italic/UBUNTU-BOLDITALIC.otf") format("opentype"), url("fonts/ubuntu_bold_italic/UBUNTU-BOLDITALIC.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Colors */
dl, ol, ul {
  margin-bottom: 0;
}

body {
  color: #5b5b5b;
  font-family: "ubuntu";
  font-size: 14px;
  font-weight: normal !important;
}

ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

a {
  color: #14448c;
}

a:active, a:hover {
  color: #d34223;
}

dl {
  margin-top: 40px;
}

dt, dd {
  float: left;
  display: block;
}

dt {
  width: 30%;
  font-family: "ubuntu bold";
  text-align: right;
}

dd {
  width: 55%;
  margin-left: 40px;
}

dl hr {
  border-top: #dbdbdb solid 1px;
  clear: both;
  margin: 40px 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

h1, h2, h3, h4 {
  font-family: "ubuntu bold italic";
}

h5, h6 {
  font-family: "ubuntu bold";
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 25px;
}

h5 {
  color: #446dab;
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

input[type=text], input[type=search], input[type=email], textarea {
  border-radius: 0;
  border: #dbdbdb solid 1px;
}

em {
  font-family: "ubuntu italic";
}

/* UTILIDADES */
.link-graphic {
  overflow: hidden;
  text-indent: -1000px;
  background-repeat: no-repeat;
}

.large-descrip {
  font-size: 18px;
}

.dark-blue-bg {
  background-color: #193867;
  color: white;
}

.white-bg {
  color: #5b5b5b;
  background-color: white;
}

.dots-pattern {
  background: url(images/pattern.png);
}

/* PATTERN ---------------------------------------------------------------- */
.with-pattern:before {
  content: "";
  position: absolute;
  display: block;
  width: 20%;
  background-image: url(images/pattern.png);
  background-repeat: repeat;
  background-size: 4%;
  opacity: 0.05;
}

.with-pattern.right-pattern:before {
  right: 0;
}

.with-pattern.top-pattern:before {
  top: 0;
}

.with-pattern.left-pattern:before {
  left: 0;
  height: 150%;
  top: 100px;
}

.clear-btn {
  border: none;
  background-color: transparent;
}

.large-txt {
  font-size: 35px;
  margin: 20px 0 10px 0;
  font-family: "ubuntu light";
}

/* BLOCKS ---------------------------------------------------------------- */
.block {
  padding: 100px 20% 60px 20%;
}
.block h1, .block h2, .block h3, .block h4, .block h5, .block h6 {
  color: #193867;
}
.block .readmore {
  border-color: #d34223;
}

.main-block {
  /*padding-left: 10%;*/
  width: 100%;
}

.block h1 {
  margin-bottom: 45px;
}

.block h2 {
  margin-bottom: 45px;
}

.block h3 {
  margin-bottom: 45px;
}

.block h4 {
  margin-bottom: 45px;
}

.block h5 {
  margin-bottom: 0px;
}

.block h6 {
  margin-bottom: 0;
}

/* RED Block */
.block-red h1, .block-red h2,
.block-red h3, .block-red h4,
.block-red h5, .block-red h6 {
  color: #d34223;
}

/* Pedagogía Block */
.ped-block h2 {
  color: #81660D;
}
.ped-block .readmore {
  border-color: #81660D;
}
.ped-block .readmore:after {
  background-image: url(images/ped_readmore.svg);
}

.readmore {
  position: relative;
  margin: 5%;
  width: 38px;
  height: 38px;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}
.readmore:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: -14px;
  left: -2px;
  position: relative;
  margin: 0 auto;
  background-size: 100%;
  background-image: url(images/red_readmore.svg);
  background-repeat: no-repeat;
}

.dark-block .readmore {
  border-color: white;
}
.dark-block .readmore:after {
  background-image: url(images/white_readmore.svg);
}

.top-main-block {
  width: 100%;
  padding: 60px 0 0px 0;
}
.top-main-block .readmore {
  margin: 2%;
}

.dark-block h1, .dark-block h2,
.dark-block h3, .dark-block h4,
.dark-block h5, .dark-block h6, .dark-block a {
  color: white;
}

.right-gap {
  right: 0;
  top: 0;
  width: 15%;
  height: 100%;
}

.right-gap-blue-bg {
  background-color: #193867;
}

.home .block ul li {
  border-bottom: #dbdbdb solid 1px;
}
.home .block ul li:last-child {
  border-bottom: none;
}
.home .block ul li a {
  display: block;
  padding: 10px;
  text-align: left !important;
}
.home .block ul li a[href*=pdf] {
  padding-left: 50px;
  background-image: url(images/file_types/pdf.svg);
  background-position: 10px 10px;
  background-repeat: no-repeat;
}

/* --------------------------------------------------------------------------- HEADER */
header, .top-title-fx {
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.98);
}

.page-id-8842 header .important-info .widget:last-child {
  display: none;
}

header {
  width: 100%;
}
header .important-info {
  background-color: #12223b;
}
header .important-info .menu {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .important-info .menu li {
  width: 100%;
}
header .important-info .menu li.current_page_item {
  background-color: #060b14;
}
header .important-info .menu li:nth-child(2) {
  background-color: #101d33;
}
header .important-info .menu li:nth-child(3) {
  background-color: #0d192b;
}
header .important-info .menu li.miclasetv a {
  padding-bottom: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .important-info .menu li.miclasetv a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(images/miclasetv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
  margin-left: 10px;
}
header .important-info .menu li a {
  display: block;
  text-align: center;
  padding: 12px 0;
  color: #fff;
  text-transform: uppercase;
  transition-property: background-color;
  transition-duration: 0.5s;
}
header .important-info .menu li a:hover {
  background-color: #1c345a;
}
header .navbar {
  min-height: 165px;
  width: 100%;
  padding: 0;
  transition-property: "min-height";
  transition-duration: 0.25s;
}
header .navbar.small-nav {
  min-height: 100px;
  transition-property: "min-height";
  transition-duration: 0.25s;
  border-bottom: #dbdbdb solid 1px;
}
header .navbar.small-nav #mainNavbar .menu-main-menu-container #menu-main-menu .logo a {
  height: 64px;
}
header #mainNavbar .menu-main-menu-container {
  position: relative;
  width: 100%;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu > .menu-item {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  position: relative;
  transition-property: background-color;
  transition-duration: 0.25s;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu > .menu-item a {
  display: inline-block;
  padding: 15px 20px;
  text-transform: uppercase;
  width: 100%;
  text-decoration: none;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu > .menu-item:hover > .sub-menu, header #mainNavbar .menu-main-menu-container #menu-main-menu > .menu-item:hover {
  background-color: #193867;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu > .menu-item:hover > .sub-menu a, header #mainNavbar .menu-main-menu-container #menu-main-menu > .menu-item:hover a {
  color: #fff;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .menu-item-has-children {
  position: relative;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .menu-item-has-children > a:after {
  content: url(images/menu-arrow-grey.svg);
  display: inline-block;
  position: relative;
  top: -3px;
  left: 10px;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .menu-item-has-children > a:hover:after {
  content: url(images/menu-arrow-white.svg);
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .menu-item-has-children > .sub-menu {
  position: absolute;
  width: 120%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition-property: opacity, max-height;
  transition-duration: 0.25s;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .menu-item-has-children > .sub-menu li.onei a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .menu-item-has-children > .sub-menu li.onei a:after {
  content: "";
  display: block;
  width: 50px;
  height: 20px;
  background-image: url(images/onei.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .menu-item-has-children > .sub-menu a {
  text-align: left;
  font-size: 12px;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .menu-item-has-children > .sub-menu a:hover {
  background-color: #d34223;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .menu-item-has-children:hover > .sub-menu {
  max-height: 500px;
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.5) 0 7px 10px;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .menu-item-has-children:hover > .sub-menu .sub-menu {
  position: relative;
  width: 100%;
  background-color: #12223b;
  box-shadow: none;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .home:hover, header #mainNavbar .menu-main-menu-container #menu-main-menu .logo:hover, header #mainNavbar .menu-main-menu-container #menu-main-menu .search:hover {
  background-color: transparent !important;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .home a, header #mainNavbar .menu-main-menu-container #menu-main-menu .logo a, header #mainNavbar .menu-main-menu-container #menu-main-menu .search a {
  padding: 0 !important;
  text-indent: -1000px;
  overflow: hidden;
  background-repeat: no-repeat;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .home a, header #mainNavbar .menu-main-menu-container #menu-main-menu .search a {
  position: relative;
  width: 40px;
  height: 40px;
  background-position: center;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .home a {
  background-image: url(images/home_icon.svg);
  background-size: 50%;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .logo a {
  width: 104px;
  height: 117px;
  background-image: url(images/logo.png);
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .search a {
  background-size: 45%;
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .search a.search-btn-close {
  background-image: url(images/search_icon.svg);
}
header #mainNavbar .menu-main-menu-container #menu-main-menu .search a.search-btn-open {
  background-image: url(images/search_close.svg);
}
header .search-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: rgba(68, 109, 171, 0.8);
  transition-property: height;
  transition-duration: 0.5s;
}
header .search-box.close {
  height: 0px;
}
header .search-box.open {
  height: 60px;
}
header .search-box li {
  list-style: none;
}
header .search-box > div {
  display: flex;
}
header .search-box input {
  background-color: transparent;
  border: none;
}
header .search-box input[type=search] {
  width: 90%;
  box-sizing: border-box;
  padding: 13px;
  outline: none;
}
header .search-box input[type=search]::-moz-placeholder {
  font-size: 18px;
  font-family: "ubuntu light";
  color: white;
}
header .search-box input[type=search]:-ms-input-placeholder {
  font-size: 18px;
  font-family: "ubuntu light";
  color: white;
}
header .search-box input[type=search], header .search-box input[type=search]::placeholder {
  font-size: 18px;
  font-family: "ubuntu light";
  color: white;
}
header .search-box input[type=submit] {
  position: absolute;
  right: 0;
  width: 10%;
  height: 55px;
  background-image: url(images/search_icon_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  overflow: hidden;
  text-indent: -10000px;
}

/* -------------------------------------------------------------------------- /HEADER */
li.widget {
  list-style: none;
}

/* MAIN IMG ------------------------------------------------------------------------- */
.block-img {
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 11;
  top: 0;
  background-repeat: no-repeat;
}

.block-img.main-img {
  background-position: center bottom;
  background-size: cover;
}

.home .block-img.main-img {
  background-size: initial !important;
}

.top-info {
  padding: 0px 60px 0px 60px;
  margin-bottom: 0px;
  text-align: center;
}

.tarea-ord {
  background-color: #12223b;
}

/* -------------------------------------------------------------------------- CONTENT */
#main {
  padding-top: 213px;
}

.main-title {
  padding: 40px 5% 30px 0;
}
.main-title h6:before {
  content: url(images/back.svg);
  position: relative;
  display: inline-block;
  top: 1px;
}
.main-title .breadcrumb {
  display: inline;
  color: #446dab;
  font-family: "ubuntu bold";
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.post-edit-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #193867;
  color: white;
  margin: 20px auto;
}
.post-edit-link:hover {
  color: white;
}

.main-descrip {
  margin: 50px 0;
  font-size: 18px;
  color: #95989a;
  font-family: "ubuntu light";
}

.main-content {
  position: relative;
  max-width: 800px;
  padding-top: 30px;
  margin-bottom: 90px;
}
.main-content.full-size {
  max-width: 75% !important;
}
.main-content .pdfprnt-buttons {
  /*position: absolute;*/
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto 20px 0;
  top: 0;
}
.main-content .pdfprnt-buttons a {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block !important;
}
.main-content .pdfprnt-buttons a.pdfprnt-button-pdf {
  background-image: url(images/file_types/pdf.svg);
}
.main-content .pdfprnt-buttons a.pdfprnt-button-print {
  background-image: url(images/print.svg);
}
.main-content .pdfprnt-buttons a img {
  display: none !important;
}
.main-content ul, .main-content ol {
  margin-top: 40px;
  margin-bottom: 40px;
}
.main-content ul {
  margin-left: 60px;
  list-style-image: url(images/bullet.png);
}
.main-content li {
  padding-left: 10px;
  margin-bottom: 20px;
}
.main-content ol {
  counter-reset: ord_list;
  list-style-type: none;
  margin-left: 30px;
  padding-left: 0;
}
.main-content em {
  font-family: "ubuntu italic";
}
.main-content strong i {
  font-family: "ubuntu bold italic";
}
.main-content ol li::before {
  counter-increment: ord_list;
  content: counters(ord_list, ".") ".";
  color: #446dab;
  display: inline-block;
  margin-right: 20px;
  font-family: "ubuntu light italic";
}

.main-content img {
	width: 100%;
	height: auto;
}

.main-content .thumbnail-notice {
  margin: 20px;
}
.main-content figure.wp-block-image {
  margin-bottom: 30px;
}
.main-content .wp-block-image > figure {
  margin-bottom: 40px;
}
.main-content .wp-block-image .alignleft {
  margin-left: -25%;
  margin-right: 40px;
}
.main-content .wp-block-image .alignright {
  margin-right: -25%;
  margin-left: 40px;
}
.main-content .alignleft, .main-content .alignright {
  margin-bottom: 30px;
}
.main-content .alignleft {
  float: left;
  margin-right: 30px;
  margin-left: -30px;
}
.main-content .alignright {
  float: right;
  margin-left: 30px;
  margin-right: -30px;
}
.main-content .alignnone img {
  width: 100% !important;
}

blockquote {
  font-size: 20px;
  color: #95989a;
  font-family: "ubuntu light";
  margin: 50px 0 50px -60px;
}
blockquote cite {
  font-size: 50%;
  color: #aaa;
}

.chief-info {
  width: 40%;
  min-width: 520px;
  height: 418px;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
}
.chief-info > a {
  width: 100%;
  height: 100%;
  background-position: bottom right;
  background-size: 350px;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  z-index: 1;
}
.chief-info > a:last-of-type {
  position: absolute;
  bottom: 20px;
  left: 20%;
  width: 32px;
  height: 25px;
  background-image: url(images/tw.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000px;
  overflow: hidden;
  z-index: 2;
}
.chief-info > a span {
  text-align: right;
  bottom: 50px;
  width: auto;
  right: 310px;
}
.chief-info > a span h5 {
  font-size: 10px;
  color: inherit;
  font-family: "ubuntu light";
}
.chief-info > a span h6 {
  font-size: 14px;
  text-transform: capitalize;
}

.tags-list {
  font-size: 12px;
  padding: 15px 30px 30px 0;
  text-align: right;
  margin-top: 30px;
}

.main-chief-info {
  margin-bottom: 60px;
}
.main-chief-info .back-link {
  top: 30px;
  left: 60px;
}
.main-chief-info > div {
  padding: 100px 0 0 60px;
  border-bottom: #dbdbdb solid 1px;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-chief-info > div > .content {
  width: 60%;
}
.main-chief-info > div > .content h5 {
  font-family: "ubuntu light";
  color: #bfbfbf;
  font-size: 16px;
}
.main-chief-info > div > .content h3 {
  color: #446dab;
  font-size: 25px;
  text-transform: none !important;
  font-family: "ubuntu bold";
}
.main-chief-info > div > .content .main-descrip {
  margin-top: 30px;
}

.post-list, .gallery-list .post.main-post .main-content {
  margin-top: 50px;
}

.main-content .social-net, .post.block .social-net {
  width: 100%;
  padding-top: 20px;
}
.main-content .social-net > div, .post.block .social-net > div {
  text-align: right;
  display: block;
}
.main-content .social-net > div a, .post.block .social-net > div a {
  margin-left: 5%;
  margin-right: 5%;
}

.dyamar-poll {
  border-top: #dbdbdb solid 1px;
  padding-top: 25px;
  position: relative;
}
.dyamar-poll .dyamar-poll-label b {
  font-weight: lighter;
}
.dyamar-poll .dyamar-poll-bar .dyamar-poll-info {
  text-shadow: none !important;
}
.dyamar-poll .dyamar-poll-bar .dyamar-poll-bar-bg {
  background: #abbfdd !important;
}
.dyamar-poll .dyamar-poll-title p {
  text-transform: uppercase;
  font-family: "ubuntu bold";
}
.dyamar-poll .dyamar-poll-data {
  border-bottom: #dbdbdb solid 1px;
}
.dyamar-poll .dyamar-poll-total {
  font-size: x-large;
  font-family: "ubuntu light";
  color: #95989a;
}
.dyamar-poll .dyamar-polls-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #193867;
  border: none;
  padding: 10px 15px;
  border-radius: 10px;
}
.dyamar-poll .dyamar-poll-actions {
  border-top: #dbdbdb solid 1px;
  padding-top: 20px;
}
.dyamar-poll .dyamar-poll-other {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.dyamar-poll .dyamar-poll-other p {
  margin-bottom: 0;
}

.gallery-list .gal-block .block {
  padding-left: 1%;
  padding-right: 1%;
}
.gallery-list .gal-block .block .post-photo {
  background-position: center;
  background-size: cover;
}
.gallery-list .gal-block .block .post-photo .post-title {
  color: white;
  text-transform: uppercase;
  font-family: "ubuntu";
  background-color: transparent !important;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 3%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}

.gal-content {
  max-width: 900px;
}
.gal-content .main-block {
  padding: 100px 0 0 0 !important;
}
.gal-content ul {
  margin-left: 0 !important;
}

.post-date {
  color: #c0c0c0;
  font-family: "ubuntu light";
}

.post-block {
  margin-bottom: 70px;
}
.post-block .block {
  padding: 0 10%;
}
.post-block .post-date, .post-block .post-title {
  margin-left: 20px;
}
.post-block .post-title {
  font-size: 18px;
  font-family: "ubuntu light";
  height: 80px;
  margin-bottom: 20px;
}
.post-block .post-photo {
  /*height: 185px;*/
  margin-bottom: 15px;
  background-size: 100%;
  background-attachment: fixed;
}
.post-block .post-photo a {
  width: 100%;
  /*height: 100%;*/
}

.main-post .post-title {
  margin-bottom: 30px;
}
.main-post .post-photo {
  margin-left: -15px;
}
.main-post .post-photo a {
  margin-top: 50px;
  left: -15px;
  width: 100%;
  /*height: 90%;*/
}
.main-post .post-content {
  display: flex;
  align-items: center;
}

.post-photo a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 56.25%;
  background-color: #95989a;
}

/* BOARD ------------------------------------------------------------------ */
.grid h5 {
  font-family: "ubuntu light";
  font-size: 18px;
  color: #a7a7a7;
  padding: 50px 0 30px 0;
}

.dir-item {
  width: 80%;
  max-width: 300px;
  margin: 0 auto 90px auto;
}
.dir-item .dir-photo {
  width: 100%;
  padding-top: 100%;
  background-color: #95989a;
  background-position: center;
  background-size: cover;
  margin-bottom: 25px;
}
.dir-item .dir-title {
  font-size: 12px;
  color: #95989a;
}
.dir-item .dir-name {
  height: 40px;
  margin-bottom: 10px;
}
.dir-item a {
  font-family: "ubuntu light";
  font-size: 12px;
  margin-bottom: 3px;
}

/* NEWS ------------------------------------------------------------------ */
.block.news {
  padding-left: 15%;
  padding-right: 15%;
}

.main-news {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.main-news .block {
  padding: 0;
}
.main-news .block .post-photo {
  margin-bottom: 20px;
}
.main-news .block .post-date {
  font-size: 12px;
  color: #fff;
}
.main-news .block .post-title {
  font-family: "ubuntu bold";
  margin-top: 5px;
  text-transform: none;
}

.small-news-list {
  /*width: 80%;*/
  margin: 0 auto;
  text-align: left !important;
}
.small-news-list ul li {
  margin-bottom: 40px;
  font-size: 14px;
}
.small-news-list ul li .post-date {
  font-size: 12px;
  color: #fff;
}

.pagination {
  width: 100%;
  height: 25px;
  margin: 0 auto 100px auto;
  text-align: center !important;
  display: block !important;
  position: relative;
}
.pagination > * {
  display: inline-block;
  text-align: center;
  width: 26px;
  padding: 2px 0;
  border-radius: 50%;
  margin: 0 2px;
}
.pagination .current {
  background-color: #193867;
  color: white;
}
.pagination .next, .pagination .prev, .pagination .next-posts, .pagination .prev-posts {
  position: absolute;
  top: 0;
  width: 14px;
  height: 25px;
  border-radius: 0%;
  background-repeat: no-repeat;
}
.pagination .next a, .pagination .prev a, .pagination .next-posts a, .pagination .prev-posts a {
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pagination .prev, .pagination .prev-posts {
  background-image: url(images/prev.svg);
  left: 0;
  background-position: center;
}
.pagination .next, .pagination .next-posts {
  background-image: url(images/next.svg);
  right: 0;
}

/* NEWS ------------------------------------------------------------------ */
.news-block {
  padding: 20px 30px;
  margin-bottom: 30px;
  border-bottom: #12223b solid 1px;
}

/* SEARCH-RESULTS -------------------------------------------------------- */
.search-results-list {
  margin: 60px 0;
}
.search-results-list .result-box {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.search-results-list .result-box h5 {
  padding: 5px 0;
}
.search-results-list .result-box .entry {
  font-size: 12px;
  color: #95989a;
}

/* /SEARCH-RESULTS ------------------------------------------------------- */
/* 404  ------------------------------------------------------- */
.error404 #main .error-mssg {
  text-align: center;
  margin-bottom: 100px;
}
.error404 #main .error-mssg h2 {
  display: block;
  padding: 100px 0 20px 0;
  border-bottom: #dbdbdb solid 1px;
}
.error404 #main .error-mssg span {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.error404 #main .error-mssg a {
  display: inline-block;
  background-color: #14448c;
  color: #fff;
  text-transform: uppercase;
  font-family: "ubuntu bold";
  padding: 10px 13px 8px 15px;
  margin-left: auto;
  margin-right: auto;
}

/* /404 ------------------------------------------------------- */
/* Links ----------------------------------------------------------------- */
.nav-links {
  padding: 100px 0;
}
.nav-links .widget_text {
  text-align: center;
  width: 60%;
  margin: 0 auto 100px auto;
}
.nav-links .widget_text h2 {
  font-size: 25px;
}
.nav-links .widget_text a {
  color: #fff;
}
.nav-links > li {
  list-style: none;
}
.nav-links .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.nav-links .menu li {
  width: 33.5%;
}
.nav-links .menu li a {
  display: block;
  text-align: center;
  text-indent: -1000px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}
.nav-links.edu-links .menu li > a, .nav-links.int-links .menu li > a {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
}
.nav-links.edu-links .menu li {
  width: 33.3%;
}
.nav-links.edu-links .menu li.cubaeduca > a {
  padding-top: 97.1%;
  max-width: 173px;
  background-image: url(images/logo_cubaeduca.gif);
}
.nav-links.edu-links .menu li.aprendiendo > a {
  padding-top: 32.1%;
  max-width: 280px;
  background-image: url(images/logo_aprendiendo.gif);
}
.nav-links.edu-links .menu li.ulaula > a {
  padding-top: 96.6%;
  max-width: 170px;
  background-image: url(images/logo_ula_ula.gif);
}
.nav-links.int-links .menu {
  flex-wrap: wrap;
}
.nav-links.int-links .menu li {
  width: 20%;
}
.nav-links.int-links .menu li.const > a {
  padding-top: 82.3%;
  max-width: 200px;
  background-image: url(images/const.png);
}
.nav-links.int-links .menu li.red-cuba > a {
  padding-top: 22%;
  max-width: 200px;
  background-image: url(images/redcuba.png);
}
.nav-links.int-links .menu li.gaceta > a {
  padding-top: 14.1%;
  max-width: 240px;
  background-image: url(images/gcof.png);
}
.nav-links.int-links .menu li.fidel-castro > a {
  padding-top: 37.73%;
  max-width: 212px;
  background-image: url(images/fidel.png);
}
.nav-links.int-links .menu li.presidencia-cuba > a {
  padding-top: 25.8%;
  max-width: 240px;
  background-image: url(images/presidencia_logo.png);
}
.nav-links.int-links .menu li.ecured > a {
  padding-top: 79.64%;
  max-width: 80px;
  background-image: url(images/ecured.png);
}
.nav-links.int-links .menu li.pos-covid > a {
  padding-top: 70%;
  max-width: 200px;
  background-image: url(images/pos-covid.png);
}
.nav-links.int-links .menu li.onei > a {
  padding-top: 30%;
  max-width: 200px;
  background-image: url(images/onei.svg);
}
.nav-links.int-links .menu li.pcc-8vo > a {
  padding-top: 82.5%;
  max-width: 100px;
  background-image: url(images/8vo_pcc_logo.png);
}

.nav-links.border-bottom {
  border-color: #446dab !important;
}

.line-links {
  margin: 40px 0 0 0;
  text-align: center;
}
.line-links li {
  width: 50%;
  border-right: white solid 1px;
}
.line-links li a {
  font-family: "ubuntu bold";
  padding: 0 15%;
}
.line-links li:last-child {
  border-right: none;
}

/* -------------------------------------------------------------------------- TABLES */
.dataTables_wrapper {
  width: 150%;
  transform: translateX(-16%);
}
.dataTables_wrapper table thead th, .dataTables_wrapper table tfoot th {
  background-color: transparent;
}
.dataTables_wrapper .dataTables_info {
  border-top: #ccc solid 1px;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  color: #ccc;
}

/* -------------------------------------------------------------------------- /TABLES */
/* -------------------------------------------------------------------------- DOCUMENTOS */
.docs-content {
  margin-top: 30px;
}
.docs-content .doc-list {
  margin-bottom: 30px;
}
.docs-content .doc-list h5 {
  margin-bottom: 30px;
}
.docs-content .doc-list ul {
  margin: 0;
}
.docs-content .doc-list ul li {
  display: block;
  box-sizing: border-box;
  padding: 30px 50px;
  border-bottom: #dbdbdb solid 1px;
  margin-bottom: 0 !important;
}
.docs-content .doc-list ul li > * {
  display: block;
}
.docs-content .doc-list ul li a {
  position: relative;
}
.docs-content .doc-list ul li a[href*=".pdf"]:before {
  content: url(images/file_types/pdf.svg);
  display: block;
  position: absolute;
  left: -35px;
}
.docs-content .doc-list ul li .descrip {
  font-size: 85%;
  color: #95989a;
  font-family: "ubuntu light";
}
.docs-content .doc-list ul li a.digital-link {
  right: 10px;
  bottom: 10px;
  text-transform: uppercase;
  font-size: 10px;
  color: white;
  padding: 5px;
  background-color: #193867;
}

.pdf-content {
  width: 60%;
  aspect-ratio: 8.5/11;
  margin: 32px auto;
  position: relative;
  border: #ccc solid 1px;
  box-shadow: 5px 5px 5px #666;
}
.pdf-content iframe {
  width: 100%;
  height: 100%;
  border: black solid 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.single-docs-content {
  margin: 32px 0;
}
.single-docs-content legend {
  margin-bottom: 20px;
}
.single-docs-content ul {
  list-style: none;
  margin: 0;
}
.single-docs-content ul li {
  margin: 0;
  border-top: #ccc solid 1px;
}
.single-docs-content ul li a {
  display: block;
  padding: 15px 0 15px 40px;
  background-image: url(images/file_types/pdf.svg);
  background-repeat: no-repeat;
  background-position: left 13px;
}

#books-wrapper {
  max-width: 100%;
  padding-top: 0;
  margin-top: 40px;
}
#books-wrapper nav {
  border-bottom: #dbdbdb solid 1px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#books-wrapper nav button {
  border: none;
  background-color: transparent;
  padding: 10px 20px;
  color: #95989a;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
}
#books-wrapper nav button span.mobile-item {
  display: none;
}
#books-wrapper nav button.active {
  border-bottom: #12223b solid 1px;
  color: #12223b;
}
#books-wrapper .tab-content {
  display: none;
}
#books-wrapper .tab-content.active {
  display: block;
}
#books-wrapper .tab-content.active nav {
  margin-top: 1em;
}
#books-wrapper .tab-content.active nav button {
  font-size: small !important;
  text-transform: none !important;
}
#books-wrapper .books-list.active {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#books-wrapper .book-block {
  width: 30%;
  padding: 2em 1em;
  box-sizing: border-box;
  border-bottom: #dbdbdb solid 1px;
}
#books-wrapper .book-block h6 a {
  display: block;
  font-size: medium;
}
#books-wrapper .book-block h6 a:before {
  content: url(images/file_types/pdf.svg);
  display: inline-block;
  margin-right: 10px;
}
#books-wrapper .book-block .description {
  margin-bottom: 0;
  font-size: small;
}
#books-wrapper .empty-content {
  font-size: 4em;
  color: #c0c0c0;
  text-align: center;
  padding: 5% 0;
  width: 100%;
}

/* ------------------------------------------------------------------------- /DOCUMENTOS */
/* ------------------------------------------------------------------------------- /FAQs */
.faqs .card {
  border: none;
}
.faqs .card .card-header {
  border-radius: 0;
  background-color: transparent;
  border-bottom: #dbdbdb solid 1px;
}
.faqs .card .card-header h5 button {
  display: block;
  width: 100%;
  text-align: left;
}
.faqs .card .card-header h5 button.btn-link {
  color: #14448c;
}
.faqs .card-body {
  border-bottom: #dbdbdb solid 1px;
}

.frm_forms {
  margin: 10%;
}
.frm_forms h3 {
  margin-bottom: 5%;
}
.frm_forms form {
  margin-left: 5%;
}
.frm_forms form textarea {
  height: 200px;
  max-width: 100%;
}
.frm_forms form .btn {
  border-radius: 0;
  color: white;
  background-color: #193867;
}

/* ------------------------------------------------------------------------------- /FAQs */
.page .wpulike {
  display: none;
}

.content-home-news {
  padding-top: 60px;
}
.content-home-news h2 {
  text-align: center;
}
.content-home-news .cat-descript {
  width: 75%;
  margin: 10px auto 20px auto;
  display: block;
  color: #446dab;
  text-align: center;
}
.content-home-news.dark-blue-bg .readmore {
  margin: 2% 0 60px 0;
  border-color: #fff;
}
.content-home-news.dark-blue-bg .readmore:after {
  background-image: url(images/white_readmore.svg);
}
.content-home-news .news-content {
  text-align: center;
}
.content-home-news .block {
  text-align: left;
  padding: 40px;
}
.content-home-news .block h5 {
  font-size: 18px;
}
.content-home-news .block h5 a {
  color: #fff;
}

.media-wrap {
  max-width: 100%;
  margin-top: 80px;
}
.media-wrap .page-menu {
  display: flex;
  justify-content: flex-end;
  margin: 40px 0 20px 0;
}
.media-wrap .page-menu .btn {
  background-color: #14448c;
  color: #fff;
}
.media-wrap ul {
  list-style: none !important;
  margin: 0 0 20px 0 !important;
}
.media-wrap .nav-link {
  border-radius: 0;
}
.media-wrap .niveles-nav ul li a {
  text-transform: uppercase;
  font-size: medium;
  font-family: "ubuntu bold";
}
.media-wrap .grados-nav ul {
  justify-content: flex-end !important;
  margin-bottom: 3em !important;
}
.media-wrap .grados-nav ul li a.active {
  font-size: medium;
  background-color: #12223b !important;
}
.media-wrap .grados-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3em;
}

.video-block {
  margin-bottom: 4em;
  text-align: center;
}
.video-block h5 {
  font-size: 20px;
  color: #12223b;
  font-family: "ubuntu bold";
}
.video-block .date {
  color: #5b5b5b;
  display: block;
  margin-bottom: 10px;
  font-size: small;
  text-transform: uppercase;
}
.video-block .week-info {
  display: block;
  border-bottom: #dbdbdb solid 1px;
  color: #446dab;
  margin-bottom: 1.5em;
}
.video-block .week-info span {
  display: inline-block;
  padding: 3px 10px;
  font-family: "ubuntu bold";
  text-transform: uppercase;
}
.video-block .video-content {
  margin-bottom: 20px;
}
.video-block .video-content > div {
  width: 100% !important;
}
.video-block .excerpt {
  font-size: small;
}
.video-block .btn.download {
  font-family: "ubuntu light";
  text-transform: uppercase;
}
.video-block .btn.download:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: #14448c solid 1px;
  border-bottom: #14448c solid 1px;
  border-radius: 0 0 2px 0;
  transform: rotate(45deg);
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.video-block .btn.download:hover:after {
  border-right-color: #d34223;
  border-bottom-color: #d34223;
}

/* ------------------------------------------------------------------------------- /FAQs */
.page .wpulike {
  display: none;
}

.pcc > h2:before {
  content: "";
  display: block;
  width: 82px;
  height: 100px;
  background-image: url(images/8vo_pcc_logo.png);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background-size: contain;
}

/* --------------------------------------------------------------------------- FOOTER */
footer .info {
  font-family: "ubuntu bold";
}
footer .address {
  font-size: 12px;
}
footer .address li {
  list-style: none;
}

.social-net {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.social-net > li {
  list-style: none;
}
.social-net ul {
  display: flex;
}
.social-net ul li {
  width: 25%;
  border-bottom: none !important;
}
.social-net ul li a {
  display: inline-block;
  height: 30px;
  margin: 0 auto;
  text-indent: -1000px;
  overflow: hidden;
}
.social-net ul li.fb a {
  width: 15px;
  background-image: url(images/social_net/fb.svg);
}
.social-net ul li.tw a {
  width: 38px;
  background-image: url(images/social_net/tw.svg);
}
.social-net ul li.inst a {
  width: 30px;
  background-image: url(images/social_net/inst.svg);
}
.social-net ul li.yt a {
  width: 43px;
  background-image: url(images/social_net/yt.svg);
}
.social-net ul li.picta a {
  width: 28px;
  background-image: url(images/social_net/picta.svg);
}
.social-net ul li.rss a {
  width: 30px;
  background-image: url(images/social_net/rss.svg);
}
.social-net ul li.tlg a {
  width: 38px;
  background-image: url(images/social_net/tlg.svg);
}

/* -------------------------------------------------------------------------- /FOOTER */
@-webkit-keyframes openLine1 {
  0% {
    top: 18px;
  }
  50% {
    top: 24px;
    transform: rotate(0deg);
  }
  100% {
    top: 24px;
    transform: rotate(45deg);
  }
}
@keyframes openLine1 {
  0% {
    top: 18px;
  }
  50% {
    top: 24px;
    transform: rotate(0deg);
  }
  100% {
    top: 24px;
    transform: rotate(45deg);
  }
}
@-webkit-keyframes openLine2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes openLine2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes openLine3 {
  0% {
    top: 31px;
  }
  50% {
    top: 24px;
    transform: rotate(0deg);
  }
  100% {
    top: 24px;
    transform: rotate(-45deg);
  }
}
@keyframes openLine3 {
  0% {
    top: 31px;
  }
  50% {
    top: 24px;
    transform: rotate(0deg);
  }
  100% {
    top: 24px;
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes closeLine1 {
  0% {
    top: 24px;
    transform: rotate(45deg);
  }
  50% {
    top: 24px;
    transform: rotate(0deg);
  }
  100% {
    top: 18px;
  }
}
@keyframes closeLine1 {
  0% {
    top: 24px;
    transform: rotate(45deg);
  }
  50% {
    top: 24px;
    transform: rotate(0deg);
  }
  100% {
    top: 18px;
  }
}
@-webkit-keyframes closeLine2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes closeLine2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes closeLine3 {
  0% {
    top: 24px;
    transform: rotate(-45deg);
  }
  50% {
    top: 24px;
    transform: rotate(0deg);
  }
  100% {
    top: 31px;
  }
}
@keyframes closeLine3 {
  0% {
    top: 24px;
    transform: rotate(-45deg);
  }
  50% {
    top: 24px;
    transform: rotate(0deg);
  }
  100% {
    top: 31px;
  }
}
.simple-sitemap-wrap h3 {
  border-bottom: #dbdbdb solid 1px;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}
.simple-sitemap-wrap ul {
  list-style: none;
}
.simple-sitemap-wrap ul li:hover {
  background-color: rgba(68, 109, 171, 0.1);
}
.simple-sitemap-wrap ul.main li {
  margin-bottom: 0;
  border-bottom: #dbdbdb solid 1px;
}
.simple-sitemap-wrap ul.main li:last-child {
  border-bottom: none;
}
.simple-sitemap-wrap ul.main li a {
  display: block;
  padding: 20px;
  text-transform: uppercase;
  font-family: "ubuntu bold";
}
.simple-sitemap-wrap ul.main li.page_item_has_children ul {
  border-top: #dbdbdb solid 1px;
}
.simple-sitemap-wrap ul.main li.page_item_has_children ul li:last-child {
  border-bottom: none;
}

.actv-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}
.actv-list > .actv {
  grid-column: 2/3;
  text-align: left;
  border-bottom: #ccc solid 1px;
  padding: 20px;
}
.actv-list > .actv > h5 {
  font-size: 16px;
}
.actv-list > .actv > p {
  display: none;
}
.actv-list > .actv:first-child, .actv-list > .actv:last-child {
  border-bottom: none;
}
.actv-list > .actv:first-child {
  grid-column: 1/2;
  grid-row: 1/4;
}
.actv-list > .actv:first-child > h5 {
  font-size: 24px;
}
.actv-list > .actv:first-child > p {
  display: block !important;
}

@media screen and (max-width: 1366px) {
  .media-wrap .media-content .media-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .media-wrap .niveles-nav ul li a.active {
    background-color: #446dab;
    border: none;
    color: #fff;
  }
  .media-wrap .grados-nav ul {
    flex-wrap: nowrap !important;
  }
  .media-wrap .grados-nav ul li {
    width: 100%;
  }
  .media-wrap .grados-nav ul li a {
    font-size: 1.5em;
    text-align: center;
  }
  .grados-content {
    grid-template-columns: 1fr 1fr;
  }
  .actv-list {
    display: block;
  }
  #books-wrapper .book-block {
    width: 45%;
  }
}
@media screen and (max-width: 990px) {

  .important-info {
    width: 100vw;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .important-info::-webkit-scrollbar {
    display: none;
  }
  .important-info .menu li {
    min-width: 15em;
  }
  .page-id-8842 #main {
    padding-top: 169px;
  }
  #main {
    padding-top: 176px;
  }
  .readmore {
    width: 65px;
    height: 65px;
    border-width: 3px;
  }
  .readmore:after {
    width: 30px;
    top: -6px;
    height: 30px;
    left: -3px;
  }
  header .main-logo {
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 64px;
    text-indent: -1000px;
    overflow: hidden;
    background-position: top center;
    background-image: url(images/logo.png);
  }
  header .navbar {
    min-height: 128px;
  }
  header .navbar .navbar-toggler {
    position: absolute;
    border: none !important;
    width: 50px;
    height: 50px;
    padding: 0;
    top: 40px;
    z-index: 20000;
    outline: none !important;
  }
  header .navbar .navbar-toggler .line {
    border-top: #14448c solid 2px;
    width: 30px;
    left: 10px;
  }
  header .navbar .navbar-toggler .line:first-child {
    top: 18px;
  }
  header .navbar .navbar-toggler .line:last-child {
    top: 31px;
  }
  header .navbar > .search {
    position: absolute;
    right: 0;
    top: 40px;
    border: none;
    width: 50px;
    height: 50px;
    background-image: url(images/search_icon.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    text-indent: -1000px;
    overflow: hidden;
    background-color: transparent;
  }
  header #mainNavbar {
    position: absolute;
    width: 100%;
    top: 128px;
    background-color: #fff;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.25) 0 2px 10px;
  }
  header #mainNavbar .menu-main-menu-container #menu-main-menu {
    display: block !important;
  }
  header #mainNavbar .menu-main-menu-container #menu-main-menu .home, header #mainNavbar .menu-main-menu-container #menu-main-menu .logo, header #mainNavbar .menu-main-menu-container #menu-main-menu .search {
    display: none !important;
  }
  header #mainNavbar .menu-main-menu-container #menu-main-menu .menu-item-has-children > .sub-menu {
    width: 100%;
    position: relative;
  }
  .navbar-toggler[aria-expanded=true] .line:first-child {
    -webkit-animation-name: openLine1;
            animation-name: openLine1;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .navbar-toggler[aria-expanded=true] .line:nth-child(2) {
    -webkit-animation-name: openLine2;
            animation-name: openLine2;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
    -webkit-animation-delay: 0.125s;
            animation-delay: 0.125s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .navbar-toggler[aria-expanded=true] .line:last-child {
    -webkit-animation-name: openLine3;
            animation-name: openLine3;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .navbar-toggler[aria-expanded=false] .line:first-child {
    -webkit-animation-name: closeLine1;
            animation-name: closeLine1;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .navbar-toggler[aria-expanded=false] .line:nth-child(2) {
    -webkit-animation-name: closeLine2;
            animation-name: closeLine2;
    -webkit-animation-duration: 0.125s;
            animation-duration: 0.125s;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
  }
  .navbar-toggler[aria-expanded=false] .line:last-child {
    -webkit-animation-name: closeLine3;
            animation-name: closeLine3;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .search-form.open {
    -webkit-animation-name: mdSearchBoxOpen;
            animation-name: mdSearchBoxOpen;
  }
  .search-form.close {
    -webkit-animation-name: mdSearchBoxClose;
            animation-name: mdSearchBoxClose;
  }
  .search-btn {
    right: 10px;
    top: 50px;
  }
  .top-row {
    padding-top: 0;
  }
  .main-post .main-img {
    height: 320px !important;
  }
  .main-post .main-block {
    padding-top: 50px;
  }
  .main-post .post-photo a {
    margin-top: 0px;
  }
  .post-block .block {
    padding: 0 5%;
  }
  .block-img {
    height: 700px;
  }
  .social-net {
    width: 90%;
  }
  .main-title {
    padding-bottom: 15px;
  }
  .post .main-content {
    margin-top: 30px !important;
  }
  .pdfprnt-buttons {
    justify-content: center !important;
  }
  .pdfprnt-buttons a {
    width: 30%;
  }
  .wp-block-image .alignleft, .wp-block-image .alignright {
    float: none !important;
    margin: 40px auto !important;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: block !important;
  }
  .wp-block-image .alignleft img, .wp-block-image .alignright img {
    max-width: none;
  }
  .contact .map {
    width: 100%;
    height: 300px;
    margin-left: 0;
  }
  .dir-item a {
    margin-bottom: 20px;
  }
  .dir-item .phone {
    font-size: 20px;
  }
  .nav-links.links-group .menu {
    flex-wrap: wrap;
  }
  .nav-links.links-group.three-links-group .menu li {
    width: 100%;
    margin-bottom: 40px;
  }
  .nav-links.links-group.three-links-group .menu li a {
    width: 100%;
  }
  .nav-links.links-group.four-links-group .menu li {
    width: 50%;
    margin-bottom: 40px;
  }
  .small-news-list {
    margin-top: 30px;
    padding-top: 30px;
    text-align: center !important;
  }
  .small-news-list ul {
    margin-bottom: 20px;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  }
  .small-news-list ul li {
    text-align: center;
    font-size: 16px;
    padding: 30px 0;
    border-top: rgba(255, 255, 255, 0.1) solid 1px;
    margin-bottom: 0;
  }
  .pdf-content {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .chief-info {
    position: relative;
    width: 100%;
    height: 330px;
    min-width: 100%;
    margin-top: -80px;
  }
  .chief-info > a {
    background-size: 243px;
  }
  .chief-info > a span {
    right: 40%;
  }
}
@media screen and (max-width: 577px) {
  header .navbar .navbar-toggler {
    top: 5px;
  }
  header .navbar > .search {
    top: 5px;
    background-size: 40%;
  }
  header #mainNavbar {
    top: 60px;
  }
  header .main-logo {
    height: 40px;
    background-position: top center;
    background-size: 70%;
    background-repeat: no-repeat;
  }
  header .important-info .menu li a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    overflow: hidden;
    position: relative;
  }
  header .important-info .menu li a:after {
    display: none !important;
  }
  .top-info {
    padding: 60px 25px 0 25px;
  }
  dt, dd {
    float: none;
  }
  dt {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  dd {
    width: 100%;
    margin-left: 0;
  }
  #main {
    padding-top: 108px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
  blockquote {
    margin-left: 0;
  }
  .search-form.open {
    -webkit-animation-name: xsSearchBoxOpen;
            animation-name: xsSearchBoxOpen;
  }
  .search-form.close {
    -webkit-animation-name: xsSearchBoxClose;
            animation-name: xsSearchBoxClose;
  }
  .block-img {
    height: 450px;
  }
  .block {
    padding: 50px 20px 70px 20px;
  }
  .right-gap {
    display: none;
  }
  header .navbar {
    min-height: 60px;
  }
  .logo {
    width: 49px;
    height: 44px;
    background-size: 144%;
    background-position-x: -10px;
  }
  .navbar-toggler {
    top: 8px;
  }
  .search-btn {
    top: 10px;
  }
  .search-form {
    height: 100%;
    right: 0;
    top: 0;
  }
  .chief-info > a {
    background-size: 260px;
    background-position: right bottom;
  }
  .chief-info > a span {
    left: 0;
    padding-left: 20px;
    text-align: left;
    width: 75%;
  }
  .nav-links {
    padding: 25px 0;
  }
  .nav-links ul, .nav-links ul li {
    display: block;
  }
  .nav-links ul li {
    margin-bottom: 100px;
  }
  .nav-links.links-group .menu {
    flex-wrap: wrap;
  }
  .nav-links.links-group.four-links-group .menu li {
    width: 100%;
    margin-bottom: 80px;
  }
  .nav-links.links-group.four-links-group .menu li:last-child {
    margin-bottom: 20px;
  }
  .media-wrap .media-content .media-grid {
    grid-template-columns: 1fr;
  }
  .media-wrap .media-content .media-grid article {
    margin-bottom: 60px;
  }
  .media-wrap .media-content .media-grid article .download-btn {
    width: 100%;
    padding: 15px;
  }
  .media-wrap .grados-nav ul {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .media-wrap .grados-nav ul li {
    width: 33%;
  }
  .media-wrap .grados-nav ul li a {
    font-size: 1.5em;
    text-align: center;
  }
  .media-wrap .grados-content {
    grid-template-columns: 1fr;
  }
  .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: 100% !important;
    padding: 0;
    margin: 0 0 15px 0 !important;
  }
  footer .nav-links {
    padding: 100px 0 0 0;
  }
  footer .nav-links ul {
    width: 100%;
    display: table;
  }
  footer .nav-links ul li {
    display: table-cell;
  }
  .main-content ul {
    margin-left: 30px;
  }
  .main-content ol {
    margin-left: 0;
  }
  .line-links {
    margin-bottom: 30px;
  }
  .line-links li a {
    font-family: "ubuntu bold";
    padding: 0 10px;
  }
  #books-wrapper nav button {
    padding: 10px !important;
  }
  #books-wrapper nav button span.lg-item {
    display: none;
  }
  #books-wrapper nav button span.mobile-item {
    display: inline;
  }
  #books-wrapper .tab-content nav {
    flex-wrap: nowrap;
  }
  #books-wrapper .tab-content nav button {
    width: 100%;
  }
  #books-wrapper .book-block {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */
