@font-face {
  font-family: IBM Plex Sans KR;
  src: url(../font/IBM_Plex_Sans_KR/IBMPlexSansKR-Bold.ttf);
}

* {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans KR", sans-serif;
}

body {
  background: #f5f7fa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bolder;
  color: #151b25;
}

a,
p,
b,
span,
strong,
li,
ul {
  color: #151b25;
  font-weight: bold;
}

/*=====================================================================================*/
/*============= LOADER ==========================================================*/
/*=====================================================================================*/
#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
  z-index: 999;
}

#loader.show {
  -webkit-transition: opacity 0.6s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 0.6s ease-out, visibility 0s linear 0s;
  transition: opacity 0.6s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#loader .loader-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

#loader .loader-roller div {
  animation: loader-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

@keyframes loader-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loader .loader-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #151b25;
  margin: -4px 0 0 -4px;
}

#loader .loader-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

#loader .loader-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

#loader .loader-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

#loader .loader-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

#loader .loader-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

#loader .loader-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

#loader .loader-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

#loader .loader-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

#loader .loader-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

#loader .loader-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

#loader .loader-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

#loader .loader-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

#loader .loader-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

#loader .loader-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

#loader .loader-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

#loader .loader-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

/*=====================================================================================*/
/*============= FIN LOADER ==========================================================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*============= NAVBAR =================================================================*/
/*=====================================================================================*/
.degradado-nav {
  background-image: linear-gradient(
    to bottom,
    #04153b,
    #07204f,
    #092d63,
    #073a79,
    #00478f
  );
}

.degradado-nav.canal {
  background-image: linear-gradient(
    to bottom,
    #000000,
    #030302,
    #050505,
    #080807,
    #0a0a0a,
    #0d0d0d,
    #101010,
    #121212,
    #151515,
    #181818,
    #1a1a1a,
    #1d1d1d
  );
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

/*=====================================================================================*/
/*============= FIN NAVBAR ==========================================================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*============= CARUSEL =================================================================*/
/*=====================================================================================*/

.carusel-img {
  width: 100%;
  max-height: 650px;
  background-color: #414141;
  color: #ddd;
  object-fit: cover;
}

.carusel-video {
  width: 100%;
  max-height: 500px;
  background-color: #414141;
  color: #ddd;
}

/*=====================================================================================*/
/*============= FIN DEL CARRUSEL ==========================================================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*============= SECCION =================================================================*/
/*=====================================================================================*/
.section {
  padding-bottom: 20px;
}

.section .titulo {
  font-weight: bolder;
  padding: 50px 0px 0px 0px;
  color: #04153b;
}

.section .titulo h1 {
  font-size: 44px;
  text-align: center;
}

.section .titulo h2 {
  font-size: 44px;
  text-align: center;
}

.section3 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding-bottom: 20px;
}

.section3 h2 {
  text-align: center;
  font-size: 44px;
  font-weight: bolder;
  padding: 50px 0px;
  color: #fff;
}

/*=====================================================================================*/
/*============= FIN SECCION ==========================================================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*============= SERVICIOS INFO =================================================================*/
/*=====================================================================================*/

.servi-banner {
  margin: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #fff;
  transition: ease-in-out 2s;
  -webkit-transition: ease-in-out 2s;
  -moz-transition: ease-in-out 2s;
}

.servi-banner:hover {
  box-shadow: 10px 10px 0px #00478f;
  background: url(../img/sol-tv-maya/otro/Copia\ de\ fondo11.png),
    linear-gradient(to right, #00478f, #4d6eab, #7f97c7, #b2c2e3, #e6efff);
}

.servi-banner .col-md-4 {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servi-banner img {
  width: 200px;
}

.servi-banner h3 {
  color: #151b25;
  padding: 20px;
  margin: 0;
}

.servi-banner p {
  text-align: justify;
  padding: 20px;
  margin: 0;
}

.servi-banner-btn {
  margin: 20px 0px;
}

@media (max-width: 768px) {
  .servi-banner {
    background: url(../img/sol-tv-maya/otro/Copia\ de\ fondo11.png),
      linear-gradient(to right, #00478f, #4d6eab, #7f97c7, #b2c2e3, #e6efff);
  }

  .servi-banner:hover {
    box-shadow: none;
  }

  .servi-banner .col-md-4 {
    padding: 0px;
  }

  .servi-banner img {
    width: 150px;
  }

  .servi-banner p {
    padding: 5px;
  }
}

.btn-box {
  width: 100%;
  margin: 20px 0px;
  display: flex;
  justify-content: center;
}

.btn {
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  background: #04153b;
  border: 2px solid transparent;
  border-radius: 25px;
  box-shadow: inset 0 0 0 50px #04153b;
}

.btn:hover {
  color: #04153b;
  background: #fff;
  box-shadow: inset 0 0 0 0 #04153b;
  border-color: #04153b;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}

@media (max-width: 768px) {
  .btn {
    text-align: center;
  }

  .btn:hover {
    box-shadow: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
}

.btn.canal {
  background: #04153b;
  box-shadow: inset 0 0 0 50px #04153b;
}

.btn:hover.canal {
  color: #04153b;
  background: #fff;
  box-shadow: inset 0 0 0 0 #04153b;
  border-color: #04153b;
}

@media (max-width: 768px) {
  .btn.canal {
    box-shadow: none;
  }

  .btn.canal:hover {
    box-shadow: none;
  }
}

/* ===================================================================================== */
/* ===================================================================================== */
/* ===================================================================================== */

.slider-conter {
  margin: 100px 0px;
}

.slider-titulo {
  padding: 30px;
  text-align: center;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transition: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 3));
    -moz-transition: translateX(calc(-250px * 3));
    transform: translateX(calc(-250px * 3));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transition: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 3));
    -moz-transition: translateX(calc(-250px * 3));
    transform: translateX(calc(-250px * 3));
  }
}
.slider {
  background: #f5f7fa;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 95%;
}
.slider::before,
.slider::after {
  background: linear-gradient(to right, #f5f7fa 0%, rgba(255, 255, 255, 0) 50%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 30s linear infinite;
  -moz-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
  display: flex;
  width: calc(250px * 6);
}
.slider .slide {
  height: 50px;
  width: 250px;
}

.slider-btn {
  margin-top: 50px;
}

/* ===================================================================================== */
/* ===================================================================================== */
/* ===================================================================================== */

/*=====================================================================================*/
/*============= FIN SERVICIOS INFO ==========================================================*/
/*=====================================================================================*/
.antena {
  margin-top: 50px;
  padding: 50px 0px;
  width: 100%;
  min-height: 100vh;
}

.parallax-antena {
  background: url("../img/sol-tv-maya/servicions/ANTENA.webp");
  background-size: cover;
  background-attachment: fixed;
}

.antena-contenido {
  width: 100%;
  display: block;
  flex-direction: column;
}

.antena-titulo,
.antena-info {
  width: 100%;
  display: flex;
  justify-content: center;
}

.antena-titulo h2,
.antena-info p {
  max-width: 900px;
  background-color: #ffffff9f;
  padding: 20px;
}

.antena-titulo h2 {
  text-align: center;
  margin-bottom: 200px;
}

.antena-info p {
  text-align: justify;
  margin-top: 100px;
  font-weight: 700;
}

/*=====================================================================================*/
/*============= INTRO =================================================================*/
/*=====================================================================================*/
.intro {
  width: 100%;
  max-width: 1500px;
  padding-top: 30px;
  display: flex;
  flex-direction: row column;
  justify-content: center;
}

.intro .intro-cuerpo {
  width: 100%;
  max-width: 1000px;
  padding: 0px 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.intro .intro-cuerpo h2 {
  width: 100%;
  padding: 20px 10px;
  font-size: 44px;
  text-align: center;
}

.intro .intro-cuerpo .intro-img {
  max-width: 350px;
}

.intro .intro-cuerpo .intro-img img {
  width: 100%;
}

@media (max-width: 768px) {
  .intro .intro-cuerpo {
    padding: 0px 30px;
  }

  .intro .intro-cuerpo .intro-img {
    width: 200px;
  }
}
/**======================================================================**/
/**============== lista de intro ========================================**/

.intro .intro-cuerpo .intro-lista {
  max-width: 450px;
  width: 100%;
  padding: 5px;
}

.intro .intro-cuerpo .intro-lista ul {
  width: 100%;
  padding: 30px;
  border: solid;
  border-radius: 10px;
  background-color: #fff;
  padding-left: 70px;
}

.intro .intro-cuerpo .intro-lista li {
  width: 100%;
  font-size: 20px;
  padding: 10px 0px;
}

.intro .intro-cuerpo p {
  width: 100%;
  text-align: justify;
  font-size: larger;
}

@media (max-width: 768px) {
  .intro .intro-cuerpo .intro-lista li {
    padding: 5px;
  }
}

/**======================================================================**/
/**============== btn de intro ========================================**/

.intro-btn {
  width: 100%;
  padding: 50px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*=====================================================================================*/
/*============= FIN INTRO =================================================================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*============= FOOTER =================================================================*/
/*=====================================================================================*/
.footer {
  /* width: 100%; */
  background-image: linear-gradient(
    to top,
    #04153b,
    #061e4a,
    #082759,
    #093069,
    #073a79,
    #053f84,
    #02438f,
    #00489a,
    #0049a2,
    #0049aa,
    #004ab1,
    #044ab9
  );
}

.footer.canal {
  background-image: linear-gradient(
    to top,
    #000000,
    #030302,
    #050505,
    #080807,
    #0a0a0a,
    #0d0d0d,
    #101010,
    #121212,
    #151515,
    #181818,
    #1a1a1a,
    #1d1d1d
  );
}

.footer .row .footer-menu,
.footer .row .footer-menu-social {
  padding: 20px 30px 0px 30px;
  transition: ease-in 2s;
  -webkit-transition: ease-in 2s;
}

.footer .row .footer-menu p,
.footer .row .footer-menu-social p {
  font-size: 15px;
  font-weight: bold;
  color: #dddddd;
  text-transform: uppercase;
  border-bottom: 3px solid;
}

.footer .row .footer-menu li {
  color: #ddd;
}

.footer .row .footer-menu li:hover {
  color: #fff;
  font-weight: bold;
  border-bottom: solid 2px #fff;
}

.footer .row .footer-menu-info .nav-item {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.footer .row .footer-menu-info .nav-item svg {
  margin-right: 10px;
}

.footer .row .footer-menu-social ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .row .footer-menu-social li {
  margin: 10px;
  transition: ease 1s;
  -webkit-transition: ease 1s;
  transform: scale;
}

.footer .row .footer-menu-social li:hover {
  scale: 1.15;
}

@media (max-width: 768px) {
  .footer .row .footer-menu li:hover {
    color: #ddd;
    font-weight: normal;
    border-bottom: none;
  }

  .footer .row .footer-menu li:focus {
    color: #fff;
    font-weight: bold;
  }

  .footer .row .footer-menu-social {
    padding-bottom: 50px;
  }

  .footer .row .footer-menu-social li {
    color: #fef854;
  }

  .footer .row .footer-menu-social li:hover {
    scale: none;
  }
}

.footer .row .footer-copiright {
  padding: 20px 30px 0px 30px;
}

.footer .row .footer-copiright p {
  color: #fff;
  padding-bottom: 30px;
}

.footer .row .footer-copiright p > span {
  color: #fff;
}
/*=====================================================================================*/
/*============= FIN DE FOOTER =================================================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*============= Banner =================================================================*/
/*=====================================================================================*/
.pad {
  padding: 50px 0px;
}

@media (max-width: 768px) {
  .pad {
    padding: 50px 0px;
  }
}

.parallax-one {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/sol-tv-maya/otro/banner\ template2-2.webp") fixed 50%;
  background-color: #000000;
  background-size: cover;
}

.banner-img {
  width: 100%;
  display: flex;
  justify-content: center;
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
}

.banner-img img {
  object-fit: fill;
  max-width: 500px;
  max-height: 100%;
}

.banner .banner-element {
  text-align: center;
  animation-name: fadeIn;
  animation-duration: 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    scale: 0;
    filter: blur(50px);
  }
  10% {
    opacity: 1;
    scale: 0.3;
    filter: brightness(2) blur(10px);
  }
}

.banner .banner-element h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 54px;
  line-height: 52px;
  color: #fff;
  letter-spacing: 2px;
}

/*=====================================================================================*/
/*============= FIN BANNER =================================================================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*============= INTERNET Y CABLE ==========================================================*/
/*=====================================================================================*/

.container {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabla {
  padding: 10px;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nota {
  padding: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.tabla-card {
  position: relative;
  width: 280px;
  height: 500px;
  margin: auto;
  margin: 20px 5px;
  display: block;
  border: #1a1a1a93 solid;
  border-radius: 15px;
  transition: all ease-in-out 0.3s;
  background-color: #ffffff;
  color: #2b2b2b;
}

.tabla-card .btn-box {
  position: absolute;
  bottom: 0;
}

.tabla-card:hover {
  background-image: linear-gradient(
    to right top,
    #1a5fbe,
    #0088dd,
    #00ade2,
    #00ced0,
    #12ebb3
  );
  transform: translatey(-10px);
}

.tabla-icono {
  max-width: 100px;
  min-height: 100px;
  margin: auto;
  margin-top: 20px;
  background-color: transparent;
  overflow: hidden;
}

.tabla-icono img {
  width: 100%;
  object-fit: cover;
  transform: scale(80%);
}

.tabla-titulo {
  text-align: center;
  padding: 10px 0px;
}

.tabla-descripcion {
  max-width: 80%;
  margin: auto;
  padding: 20px 0px;
  font-weight: 700;
  text-align: center;
}

.tabla-descripcion ul {
  list-style: none;
  padding: 0;
}

.tabla-descripcion li {
  margin: 9px;
}

.planes {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 30px 0;
}

.planes .planes-conte {
  width: 100%;
  max-width: 500px;
  margin: 5px;
  background: #fff;
  border: solid;
  text-align: center;
}

.planes .planes-conte .planes-tabla {
  width: 100%;
  border-collapse: collapse;
}

.planes .planes-conte .planes-tabla-header {
  background-color: #04153b;
  color: #fff;
}

.planes .planes-conte th {
  padding: 30px 50px;
  font-size: 25px;
}

.planes .planes-conte td {
  padding: 20px 10px;
  font-weight: bold;
}

.planes .planes-conte tbody tr {
  transition: background, color, ease-in-out 0.4s;
}

.planes .planes-conte tbody tr:hover {
  background-color: #3c90eac7;
}

@media (max-width: 765px) {
  .container {
    padding: 2em;
  }
  th {
    display: none;
  }
  td {
    display: block;
    margin: 5px;
    text-align: right;
  }

  td::before {
    content: attr(data-cell) " ";
    font-weight: 700;
    float: left;
    text-transform: uppercase;
  }

  .planes .planes-conte tr:hover {
    background-color: #04153b;
    color: #000000;
  }
}

/*=====================================================================================*/
/*============= FIN INTERNET Y CABLE ==========================================================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*============= HISTORIA =================================================================*/
/*=====================================================================================*/
.experience {
  position: relative;
  padding: 45px 0 15px 0;
}

.experience .timeline {
  position: relative;
  width: 100%;
}

.experience .timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  z-index: 4;
}

.experience .timeline .timeline-item {
  position: relative;
  background: inherit;
  width: 50%;
  margin-bottom: 30px;
}

.experience .timeline .timeline-item.left {
  left: 0;
  padding-right: 30px;
}

.experience .timeline .timeline-item.right {
  left: 50%;
  padding-left: 30px;
}

.experience .timeline .timeline-item::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 48px;
  right: -8px;
  background: #ffffff;
  border: 2px solid #033297;
  border-radius: 16px;
  z-index: 3;
}

.experience .timeline .timeline-item.right::after {
  left: -8px;
}

.experience .timeline .timeline-item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 46px;
  right: 10px;
  z-index: 3;
  border: 10px solid;
  border-color: transparent transparent transparent #303030;
}

.experience .timeline .timeline-item.right::before {
  left: 10px;
  border-color: transparent #303030 transparent transparent;
}

.experience .timeline .timeline-date {
  position: absolute;
  width: 100%;
  top: 44px;
  font-size: 16px;
  font-weight: 600;
  color: #033297;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.experience .timeline .timeline-item.left .timeline-date {
  text-align: left;
  left: calc(100% + 55px);
}

.experience .timeline .timeline-item.right .timeline-date {
  text-align: right;
  right: calc(100% + 55px);
}

.experience .timeline .timeline-text .timeline-img {
  display: flex;
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  background-color: #414141;
}

.experience .timeline .timeline-text {
  padding: 30px;
  background: #ffffff;
  position: relative;
  border-right: 5px solid #303030;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.08);
}

.experience .timeline .timeline-item.right .timeline-text {
  border-right: none;
  border-left: 5px solid #303030;
}

.experience .timeline .timeline-text h2 {
  margin: 0 0 5px 0;
  font-size: 22px;
  font-weight: 600;
}

.experience .timeline .timeline-text h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.experience .timeline .timeline-text p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .experience .timeline::after {
    left: 8px;
  }

  .experience .timeline .timeline-item {
    width: 100%;
    padding-left: 38px;
  }

  .experience .timeline .timeline-item.left {
    padding-right: 0;
  }

  .experience .timeline .timeline-item.right {
    left: 0%;
    padding-left: 38px;
  }

  .experience .timeline .timeline-item.left::after,
  .experience .timeline .timeline-item.right::after {
    left: 0;
  }

  .experience .timeline .timeline-item.left::before,
  .experience .timeline .timeline-item.right::before {
    left: 18px;
    border-color: transparent #303030 transparent transparent;
  }

  .experience .timeline .timeline-item.left .timeline-date,
  .experience .timeline .timeline-item.right .timeline-date {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    text-align: left;
    margin-bottom: 10px;
  }

  .experience .timeline .timeline-item.left .timeline-text,
  .experience .timeline .timeline-item.right .timeline-text {
    border-right: none;
    border-left: 5px solid #303030;
  }
}

.valor-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.valor-container .valor-items {
  width: 300px;
  border: 3px solid;
  padding: 20px;
  margin: 30px;
  display: block;
  justify-content: center;
  background-color: #f0f0f0;
  box-shadow: 10px -10px 0px #00478f;
}

.valor-container .valor-items .valor-titel {
  width: 100%;
  text-align: center;
}

.valor-container .valor-items .valor-titel h3 {
  padding: 15px;
}

.valor-container .valor-items .valor-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.valor-container .valor-items .valor-icon img {
  filter: drop-shadow(10px -5px 5px rgba(0, 0, 0, 0.9));
  width: 150px;
  height: 150px;
}

.valor-container .valor-items .valor-cuerpo {
  padding-top: 10px;
  text-align: left;
}

/*=====================================================================================*/
/*============= FIN DE HISTORIA =================================================================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*============= CONTACTOS =================================================================*/
/*=====================================================================================*/
.contacto-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 5px;
}

.contacto-container .contacto-cuerpo {
  box-sizing: content-box;
  margin: 0px 10px;
  width: 100%;
  max-width: 500px;
  box-shadow: 10px 10px 0;
  border: 1px solid #c0bebe;
  background: #fff;
}

.contacto-container .contacto-cuerpo.principal {
  max-width: 700px !important;
}

@media (max-width: 767px) {
  .contacto-container {
    padding: 0px;
  }

  .contacto-container .contacto-cuerpo {
    margin: 0px 5px;
    box-shadow: none;
  }
}

.contacto-container .contacto-cuerpo.sucursal {
  margin-bottom: 30px;
}

.contacto-container .contacto-cuerpo h3 {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.contacto-container .contacto-cuerpo .contacto-item {
  box-sizing: border-box;
}

.contacto-container .contacto-cuerpo .contacto-item .contacto-mapa {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .contacto-container .contacto-cuerpo .contacto-item .contacto-mapa {
    height: 250px;
  }
}

.contacto-container .contacto-cuerpo .contacto-item .contacto-mapa iframe {
  width: 100%;
  height: 100%;
}

.contacto-container .contacto-cuerpo .contacto-item .contacto-mapa img {
  width: 100%;
  height: 100%;
}

.contacto-container .contacto-cuerpo .contacto-item .contacto-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid;
  width: 100%;
}

.contacto-container
  .contacto-cuerpo
  .contacto-item
  .contacto-info
  .contacto-conte {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 5px 0px;
}

.contacto-container
  .contacto-cuerpo
  .contacto-item
  .contacto-info
  .contacto-conte
  svg {
  margin-right: 10px;
}

.contacto-container
  .contacto-cuerpo
  .contacto-item
  .contacto-info
  .contacto-conte
  p {
  margin-right: 10px;
  width: calc(100% - 32px);
}

.contacto-container .contacto-container-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/*=====================================================================================*/
/*============= FIN CONTACTOS =========================================================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*============= FORMULARIO CONTACTO ===================================================*/
/*=====================================================================================*/
.contacto-formu {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  /* margin-top: 20px; */
  padding: 10px;
  border: 1px solid #151b25;
  border-radius: 15px;
  background: #f5f7fa;
}

.contacto-formu input {
  width: 100%;
  color: #151b25;
  border: solid;
}

.contacto-formu select {
  border: solid;
}

.contacto-formu input:focus,
.contacto-formu select:focus,
.contacto-formu textarea:focus {
  box-shadow: none !important;
  border: solid #151b25 !important;
}

.contacto-formu textarea {
  border: solid;
}

.contacto-formu .contacto-formu-btn {
  display: flex;
  justify-content: center;
}

.contacto-formu .contacto-formu-btn button {
  padding: 12px 25px;
  margin: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  background: #04153b;
  border: 2px solid transparent;
  border-radius: 10px;
  box-shadow: inset 0 0 0 50px #04153b;
  transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
}

.contacto-formu .contacto-formu-btn button:hover {
  color: #04153b;
  background: #ffffff;
  box-shadow: inset 0 0 0 0 #04153b;
  border-color: #04153b;
}

.contacto-formu.canal {
  background: #f5f7fa;
}

.contacto-formu.canal h3 {
  color: #04153b;
}

.contacto-formu.canal .contacto-formu-btn button {
  padding: 12px 25px;
  margin: 5px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  background: #04153b;
  border: 2px solid transparent;
  border-radius: 10px;
  box-shadow: inset 0 0 0 50px #04153b;
  transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
}

.contacto-formu.canal .contacto-formu-btn button:hover {
  color: #04153b;
  background: #ffffff;
  box-shadow: inset 0 0 0 0 #04153b;
  border-color: #04153b;
}

.contacto-info {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  padding: 20px;
  width: 100%;
}

.contacto-info h3 {
  padding-top: 40px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding-bottom: 50px;
}

.contacto-info .contacto-info-cuerpo {
  width: 100%;
  font-weight: bolder;
  font-size: 20px;
  text-align: center;
}

.contacto-info .contacto-info-cuerpo p {
  color: #fff;
}

.contacto-info .contacto-info-cuerpo span {
  color: #478cfc;
}

/*=====================================================================================*/
/*============= FIN FORMULARIO CONTACTO ==========================================================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*============= FAQ =================================================================*/
/*=====================================================================================*/
.faq {
  margin: 10px;
}
.faq .accordion {
  border-color: none;
}

.faq .accordion-item {
  border-radius: 15px !important;
  margin: 10px 0px;
  background-color: #f1f1f1;
}

.faq .accordion-header button {
  font-weight: bolder;
  background-color: #04153b;
  color: #f1f1f1;
  border-radius: 15px;
  overflow: hidden;
}

.faq .accordion-header button:focus {
  box-shadow: none !important;
  border-radius: 15px !important;
}

.faq .accordion-body {
  color: #04153b;
  border-radius: 15px;
}

.faq .accordion-body a {
  transition: ease-in 0.3s;
  color: #0269f0;
}

.faq .accordion-body a:hover {
  color: #1d1d1d;
}

/*=====================================================================================*/
/*============= FIN DE FAQ =================================================================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*============= STAFF =================================================================*/
/*=====================================================================================*/

.staff-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.staff-container .staff-items {
  width: 300px;
  border: 3px solid;
  box-shadow: 10px 10px 0;
  padding: 10px;
  margin: 30px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  background-color: #f0f0f0;
}

.staff-container .staff-items .staff-foto {
  width: 100%;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.staff-container .staff-items .staff-foto img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.staff-container .staff-items .staff-cuerpo {
  width: 100%;
  padding-top: 30px;
  font-size: 16px;
  text-align: center;
}

.staff-container .staff-items .staff-cuerpo p {
  font-weight: bolder;
}

/*=====================================================================================*/
/*============= FIN DE STAFF ==========================================================*/
/*=====================================================================================*/

/*=====================================================================================*/
/*============= CANAL 50 ==========================================================*/
/*=====================================================================================*/

.stream-conte {
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, #323232 0%, #3f3f3f 40%, #1c1c1c 150%),
    linear-gradient(
      to top,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(0, 0, 0, 0.25) 200%
    );
  background-blend-mode: multiply;
}

.stream-conte .stream-video {
  width: 100%;
  height: 600px;
  margin: 30px 100px;
  border-radius: 5px;
  color: #ddd;
  position: relative;
}

@media (max-width: 768px) {
  .stream-conte .stream-video {
    margin: 0px;
    width: 100%;
    height: 400px;
  }
}

/*============================================================================*/
/*============================================================================*/
.contenido {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 30px 25px;
}

.recorte-container {
  width: 100%;
  max-width: 1100px;
  height: 600px;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: rgb(19, 19, 19);
  border: solid rgb(19, 19, 19);
}

@media (max-width: 768px) {
  .contenido {
    padding: 25px 25px;
  }

  .recorte-container {
    height: 400px;
  }
}

.recorte-container .recorte-item {
  width: 30%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: end;
  transition: 1s ease-in;
}

.recorte-container .recorte-item .recorte-fondo {
  width: 100%;
  height: 100%;
}

.recorte-container .recorte-item .recorte-fondo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.recorte-container .recorte-item .recorte-text {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 100;
  margin-bottom: 30px;
}

.recorte-container .recorte-item .recorte-text p {
  text-align: center;
  padding-top: 15px;
  color: white;
}

@media (max-width: 768px) {
  .recorte-container .recorte-item .recorte-text p {
    font-size: 12px;
  }
}

.recorte-container .recorte-item:first-child,
.recorte-container .recorte-item:nth-child(2),
.recorte-container .recorte-item:nth-child(3),
.recorte-container .recorte-item:nth-child(4) {
  height: 100%;
  transition: 1s ease-in;
  z-index: 3;
}

.recorte-container .recorte-item:first-child {
  left: 0%;
  clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.recorte-container .recorte-item:nth-child(2) {
  left: 23.4%;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.recorte-container .recorte-item:nth-child(3) {
  left: 46.8%;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.recorte-container .recorte-item:nth-child(4) {
  left: 70%;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.recorte-container .recorte-item:hover {
  width: 100%;
}

.recorte-container .recorte-item:hover:first-child,
.recorte-container .recorte-item:hover:nth-child(2),
.recorte-container .recorte-item:hover:nth-child(3),
.recorte-container .recorte-item:hover:nth-child(4) {
  left: 0%;
  z-index: 5;
  transition: 1s ease-in;
  transition: 1s ease-out;
}

.recorte-container .recorte-item:hover:first-child {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.recorte-container .recorte-item:hover:nth-child(2) {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.recorte-container .recorte-item:hover:nth-child(3) {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.recorte-container .recorte-item:hover:nth-child(4) {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* TODO reparar recorte del canal 50 en procesos de trabajo */

/* @media (max-width: 768px) {
  .recorte-container .recorte-item:hover {
    display: none;
  }

  .recorte-container .recorte-item:hover:first-child,
  .recorte-container .recorte-item:hover:nth-child(2),
  .recorte-container .recorte-item:hover:nth-child(3),
  .recorte-container .recorte-item:hover:nth-child(4) {
    display: none;
  }
} */

/*============================================================================*/
/*============================================================================*/

.envivo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 20px 0px;
}

.envivo-container .envivo-card {
  width: 100%;
  max-width: 300px;
  background-color: rgba(0, 0, 0, 0.9);
  border: solid rgba(0, 0, 0, 0.9);
}

@media (max-width: 768px) {
  .envivo-container .envivo-card {
    margin: 10px 0px;
  }
}

.envivo-container .envivo-card .envivo-header {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10px 20px;
  z-index: 3;
}

.envivo-container .envivo-card .envivo-header h3 {
  color: white;
  text-align: center;
}

.envivo-container .envivo-card .envivo-img {
  width: 100%;
  overflow: hidden;
}

.envivo-container .envivo-card .envivo-img img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  filter: drop-shadow(20px -10px 5px rgba(0, 0, 0, 0.9));
  transition: 0.5s ease-in-out;
  z-index: 1;
}

.envivo-container .envivo-card:hover .envivo-img img {
  transform: translateY(-10px);
}

.envivo-container .envivo-card .envivo-date {
  background-color: rgba(0, 0, 0, 0.9);
  height: 200px;
  padding: 20px 20px;
  z-index: 5;
}

.envivo-container .envivo-card .envivo-date p {
  color: white;
  font-weight: bold;
}

.envivo-container .envivo-card .envivo-date .envivo-date-titulo {
  font-size: 23px;
}

.envivo-container .envivo-card .envivo-date .envivo-date-dias {
  font-size: 20px;
}

.envivo-container .envivo-card .envivo-date .envivo-date-hora {
  font-size: 14px;
}

/*=====================================================================================*/
/*============= FIN DE CANAL 50 ==========================================================*/
/*=====================================================================================*/
