/*!
Theme Name: Vídeos eps
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: videos


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* ==========================================================================
	 GENERAL
   ========================================================================== */
/* color */
/* sizes */
.font {
  font-family: Poppins, Arial;
}
body {
  font-family: Poppins, Arial;
  line-height: 1.6;
  background: #fff;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 400;
}
html,
body {
  max-width: 100% !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
  line-height: 1.15em;
  color: #000;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
  color: #000;
  transition: all 0.2s ease-in;
  cursor: pointer;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
p,
li {
  color: #000;
  font-size: 17px;
  margin: 0 0 18px 0;
  line-height: 1.37;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 1024px) {
  p,
  li {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  p,
  li {
    font-size: 14px;
  }
}
p.subtit {
  font-size: 22px;
}
p:empty {
  display: none;
}
p:not(.pretit) + h2,
ul + h2 {
  margin-top: 60px !important;
}
ul + p {
  margin-top: 25px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
::selection {
  background: #9e9e9e !important;
}
::selection {
  background: #dfdfdf !important;
}
.tit1 {
  font-size: 88px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 75px;
}
@media (max-width: 1780px) {
  .tit1 {
    margin-bottom: 65px;
  }
}
@media (max-width: 1300px) {
  .tit1 {
    font-size: 78px;
  }
}
@media (max-width: 1024px) {
  .tit1 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .tit1 {
    font-size: 50px;
    margin-bottom: 55px;
  }
}
@media (max-width: 500px) {
  .tit1 {
    font-size: 39px;
    margin-bottom: 50px;
  }
}
/* ==========================================================================
	 LAYOUT
   ========================================================================== */
.container {
  padding: 0 80px;
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
.site-main {
  padding: 60px 0 10px;
}
@media (max-width: 500px) {
  .site-main {
    padding: 25px 0 0;
  }
}
/* ==========================================================================
	 VIDEOS
   ========================================================================== */
.video-wrapper {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 150px;
}
.video-wrapper video {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.video-wrapper h2 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}
.video-wrapper .desc {
  margin-bottom: 28px;
}
@media (max-width: 1780px) {
  .video-wrapper {
    margin-bottom: 130px;
  }
}
@media (max-width: 1300px) {
  .video-wrapper h2 {
    font-size: 23px;
  }
}
@media (max-width: 1024px) {
  .video-wrapper {
    margin-bottom: 100px;
  }
  .video-wrapper h2 {
    font-size: 20px;
  }
  .video-wrapper .desc {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .video-wrapper {
    margin-bottom: 90px;
  }
  .video-wrapper h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .video-wrapper .desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .video-wrapper {
    margin-bottom: 55px;
  }
  .video-wrapper h2 {
    font-size: 17px;
  }
  .video-wrapper .desc {
    margin-bottom: 13px;
  }
}
/* ==========================================================================
	 WPML
   ========================================================================== */
.wpml-ls-display {
  display: none !important;
}
/* ==========================================================================
	 COOKIES
   ========================================================================== */
.wt-cli-ckyes-footer-section {
  display: none !important;
}
.cky-prefrence-btn-wrapper + div {
  display: none !important;
}
.cky-audit-table .cky-cookie-des-table li,
.cky-audit-table .cky-cookie-des-table p {
  font-size: 12px;
}
.cky-audit-table-element h3 {
  font-size: 26px !important;
}
/*# sourceMappingURL=style.css.map */