@font-face {
  font-family: 'Myriad Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Regular'), url('fuentes/MYRIADPRO-REGULAR.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Condensed'), url('fuentes/MYRIADPRO-COND.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Condensed Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Condensed Italic'), url('fuentes/MYRIADPRO-CONDIT.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Light';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Light'), url('fuentes/MyriadPro-Light.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Semibold';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Semibold'), url('fuentes/MYRIADPRO-SEMIBOLD.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Semibold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Semibold Italic'), url('fuentes/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Bold Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold Condensed'), url('fuentes/MYRIADPRO-BOLDCOND.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold'), url('fuentes/MYRIADPRO-BOLD.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold Italic'), url('fuentes/MYRIADPRO-BOLDIT.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Bold Condensed Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold Condensed Italic'), url('fuentes/MYRIADPRO-BOLDCONDIT.woff') format('woff');
  }
  @font-face {
    font-family: 'amsiprocond-ultra';
    src: url('fuentes/Goudy Old Style Bold.ttf') format('TrueType');
    src: url('fuentes/AmsiProCond-Ultra.otf') format('opentype');
    src: url('fuentes/AmsiProCond-Ultra.woff') format('woff');
  }

body{background-color: #f5f5f5;}
filters, h2, h3, h4, h5, h6 {
  font-family: "Myriad Pro Light", sans-serif;
}

.kimber{
  font-family: 'amsiprocond-ultra', sans-serif;
  font-weight: 800;
  color:#025c74;
}

.sangre{
  color: #025c74 !important;
}
.blanco{
  color: #ffffff !important;
}
.font-bold{
  font-family: 'Myriad Pro Bold';
}
p {
  line-height: 1.55;
  color: #333;
  font-size: 400;
  font-family: "Myriad Pro Regular", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 30px;
  margin-bottom: 65px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}
.blanco{
	color:#ffffff;
}
a{
	color:#000000;/*213848*/
}
a:hover{
	color:#000000;
  text-decoration: underline;
}
/* ==================================================
  General
  ================================================== */
a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* ==================================================
  Elements
  ================================================== */
.btn {
  background-color: #ffffff;/*#a29e95*/
  font-family: "Bebas", sans-serif;
  font-weight: 600;
  color: #000000;
  /*padding: 10px 45px;*/
  /*border-radius: 15px;*/
  /*border: 2px solid #000000;*/
  margin-bottom:5px;
}

.btn:hover {
  border: 1px solid #000000;
  /*background-color: #000000;*/
  color: #000000;
  
}

.btn:focus {
  color: #fff;
}
.btnC {
  color: #ffffff;
  padding: 5px 15px;
  margin-top:2px;
  margin-bottom:2px;
}

.btnC:hover {
  background-color: #fff;
  color: #000000;/*#000000*/
  
}

.btnC:focus {
  color: #000;
}

.btn-ghost {
  border: 1px solid #fff;
  color: #fff !important;
  height:46px;
  background-color: rgb(255,255,255,0.3);
  padding: 10px 15px;
}

.btn-ghost:hover {
  border: 1px solid #fff;
  background-color: rgb(204,204,204,0.8);
  color: #fff !important;/*#000000*/
}
.btn-ghost2 {
  border: 1px solid #025c74;
  color: #fff !important;
  background-color: #025c74;
  padding: 10px 25px;
}
.btn-ghost2:hover {
  border: 1px solid #025c74;
  background-color: rgb(2,92,116,0.7);
  color: #fff !important;/*#000000*/
}
.btn-borde-sangre{
  border: solid 1px #000000;
  color:#000000 !important;
  border-radius: 5px;
}
section {
  padding: 85px 0;
}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  background-color: #f5f5f5 !important;
}

a:hover {
  text-decoration: none !important;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:#000000;
  border-color: #ffffff;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: .75;
}


/* ==================================================
  Header Styling
================================================== */
#header {
  background:#ffffff; /*8fbdd0*/
  height: 70px;
  overflow:visible;
}

#header #logo {
  margin: 14px 25px 0 0;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 2px 0;
  line-height: 1;
  font-family: "Myriad Pro Semibold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/* Tamaño tablet (768-480) */
@media all and (max-width: 768px) and (min-width: 480px) {
  #header {
    height: 50px;
  }
  #header #logo {
    margin: 10px 0 0 0;
  }
  #header #logo h1 {
    padding: 2px 0;
    font-size: 26px;
  }
  #header #logo img {
    max-height: 30px;
  }
  .hero {
    background-image: url(../img/EL-LATIDO-DEL-CIELO-Poster.jpg);
    background-color: #f5f5f5;
    background-size: cover;
    padding-top: 0px;
   }
  #nav-menu-container {
    display: none;
  }
  #mobile-nav-toggle {
    display: inline;
  }
  .block {
    padding-left: 30px;
    padding-right: 30px;
  } 
}

#header .social-nav {
  margin-top: 15px;
}

#header .social-nav a {
  font-size: 24px;
  margin-left: 8px;
  color: #000000;/*213848*/
}

#header .social-nav a:hover {
  color: #000000;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 22px 7px 18px 7px;
  text-decoration: none;
  display: inline-block;
  color: #000000;/*#000000*/
  /*font-family: "Myriad Pro Regular", sans-serif;*/
  font-family: "Bebas", sans-serif;
  font-weight: 300;
  font-size: 16px;
  outline: none;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: rgba(2,92,116,0.7);
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #199EB8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu ul li a {
  color: #333;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 10px 15px;
}

.nav-menu ul li a:hover {
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 8px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #000000;/*213848*/
}


/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #000000;
}

#mobile-nav ul .menu-item-active {
  color: #000000;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
/* ==================================================
  Hero Styling
================================================== */
.hero {
  display: table;
  position: relative;
  background-color: #f5f5f5;
  background-image: url(../img/El-Latido-del-Cielo-Portada.jpg);
  /*background-image: url(../img/El-Latido-del-Cielo-Portada-3.jpg);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  width: 100%;
  height: 100vh;
}
.hero a{
  color: #fff;
  text-align: center;
 
}
.naranja{
  color: #000000/*213848*/ !important;
}
.hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.00);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}


a.hero-brand {
  margin-bottom: 75px;
   /*display: none;*/
}

.hero-brand:hover {
  opacity: .75;
}

.tagline {
  font-family: "Myriad Pro Semibold", Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin: 45px 0 45px 0;
  color: #fff;
}

/* ==================================================
  Stats Styling
================================================== */
.stats-row {
  margin-top: 65px;
}

.stats-col .circle {
  display: inline-block;
  width: 160px;
  height: 160px;
  font-family: "Myriad Pro Semibold", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #666;
  border: 6px solid #199EB8;
  border-radius: 50%;
  padding: 55px 25px 0 25px;
  position: relative;
}

.stats-col .circle .stats-no {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -25px;
  right: -15px;
  font-family: "Myriad Pro Semibold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  background-color: #E04F00;
  position: absolute;
  border-radius: 50%;
  font-weight: 700;
}

/* ==================================================
  Parallax Styling
  ================================================== */
.block {
  color: #fff;
  height: 490px;
  overflow: hidden;
  padding-top: 85px;
}

.block h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.block p {
  color: #fff;
  margin-bottom: 45px;
}
/* ==================================================
  About Styling el video
  ================================================== */
.about{
	padding-top:80px;
  background-color: /*#577c96*/#f5f5f5;
}
.about h2{
	color: #ffffff;
}

/* ==================================================
  Features Styling
  ================================================== */
#features{
	padding-top:80px;
}
/*
.features {
  padding-bottom: 45px;

}
*/
.features h2 {
  color: #000000;
}

.feature-col .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #199EB8;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
}

.feature-col h3 {
  color: #199EB8;
}

.feature-col p {
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 14px;
  color: #999;
}
.features .card p {
  font-size: 18px;
  color: #000000;
  opacity: .75;
  margin: 0;
  padding: 0 35px;
}

/* ==================================================
  Cines
================================================== */
#cines {
  overflow: auto;
  padding-top:80px;
}

/*
#filters {
        margin:1%;
        padding:0;
        list-style:none;
}

#filters li {
		float:left;
}

#filters li span {
		display: block;
		padding:5px 20px;               
		text-decoration:none;
		color:#666;
		cursor: pointer;
}

#filters li span.active {
		background: #8fbdd0;
		color:#fff;
}
#filters li span:hover {
    background: #8fbdd0;
    color: #fff;
}
#filters li span:active {
    background: #8fbdd0;
    color: #fff;
}
*/

div.sala {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#cinelist > div {
  margin-bottom: 10px;
  min-height: 100px;
}
#cinelist > div > h6 {
  font-style: normal;
}

#cinelist > div > p {
  color: #000000;
}
#cinelist > div >p.comentario {
  font-style: normal;
}
p.comprar {
  margin-top: 10px;
}
p.comprar a {
  color: #ffffff;
  background-color: #000000;
  border: solid 1px #000000;
  border-radius: 10px;
  padding: 10px;
}
p.comprar a:hover {
  color: #000000;
  background-color: #ffffff;
  border: solid 1px #000000;
  border-radius: 10px;
  padding: 10px;
}
#cinelist > div >p.comprar {
  margin-top: 10px;
}
#cinelist > div >p.comprar a {
  color: #ffffff;
  background-color: #025c74;
  border: solid 1px #025c74;
  border-radius: 10px;
  padding: 10px;
}
#cinelist > div >p.comprar a:hover {
  color: #000000;
  background-color: #ffffff;
  border: solid 1px #025c74;
  border-radius: 10px;
  padding: 10px;
}
#cinelist > div.sala {
  min-height: 190px;
}
section > div >p.comprar {
  margin-top: 10px;
}
/*
#cinelist ul > li {
        margin:1%;
        padding:0;
        list-style:square;
}
#cinelist ul > li > ul > li {
        margin:1%;
        padding:0;
        list-style:circle;
}
*/
/* ==================================================
  Call-to-action Styling
  ================================================== */
/*
  .grupo {
  height: 100vh;
}
*/
.cta {
  background-color: #ffffff;/*213848*/
  padding: 15px 0;
}

.cta h2 {
  margin-bottom: 5px;
}

.cta h2,
.cta p {
  color: #000;
}

.cta p {
  margin-bottom: 0;
  opacity: .75;
}

.cta .btn-ghost {
  position: relative;
  top: 13px;
}

/* ==================================================
  Portfolio Styling
  ================================================== */
.portfolio {
  background-color: #ffffff;
  padding-bottom: 0;
}

.portfolio h2 {
  color: #000000;
  margin-bottom: 25px;
}

.portfolio-grid {
  margin-top: 65px;
  background-color:#8b8b8b;
}

.portfolio-grid .row {
  margin: 0;
}

.portfolio-grid .row > div {
  padding: 0;
}

.portfolio-grid .row > div .card img {
  width: 100%;
}

.portfolio-grid .row > div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-grid .row > div .card .portfolio-over > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-grid .row > div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
}

.portfolio-grid .row > div .card .portfolio-over .card-text {
  color: #fff;
  opacity: .75;
  padding: 0 45px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}

/* ==================================================
  ficha Styling
  ================================================== */
#ficha{
 	padding-top:80px;
}
#ficha2{
	padding: 40px 0;
}
#ficha2 .card-title-wrap{
	background-color:#ffffff;
	text-align:center;
}
#ficha2 .card-title-wrap .card-title{
	color:#fff;
	font-weight:900;
}
  .ficha h2 {
  color: #000000;
}

.ficha .col-sm-3 {
  padding: 0;
}

.ficha .card > a {
  display: block;
}

.ficha .card img {
  width: auto;
  
}

.ficha .card h4 {
  color: #fff;
  text-transform: uppercase;
}

.ficha .card p {
  font-size: 18px;
  color: #000000;
  opacity: .75;
  margin: 0;
  padding: 0 35px;
}

.ficha .card .social-nav {
  margin-bottom: 45px;
}

.ficha .card .social-nav a {
  color: #fff;
  font-size: 16px;
  margin: 0 4px;
}

.ficha .card .social-nav a:hover {
  opacity: .75;
}

.ficha .card:hover .team-over {
  opacity: 1;
  visibility: visible;
}

.ficha .card:hover .card-title-wrap {
  background-color: transparent;
}

.ficha .card:hover .card-title-wrap .card-title, .ficha .card:hover .card-title-wrap .card-text {
  color: #000000;
}

.ficha .team-over {
  padding-top: 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ficha .card-title-wrap {
  padding: 15px 25px;
  position: relative;
  z-index: 9;
  background-color: #f5f5f5;
}

.ficha .card-title-wrap .card-title, .ficha .card-title-wrap .card-text {
  font-family: "Myriad Pro Semibold", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0;
}

.ficha .card-title-wrap .card-title {
  font-size: 24px;
  color: #333;
}

.ficha .card-title-wrap .card-text {
  font-size: 18px;
  color: #999;
}

/* ==================================================
  solicitud Section
  ================================================== */
#solicitud {
  background: #f5f5f5;
  padding-top: 80px;
}

#solicitud h2 {
  color: #000000;
}

#solicitud .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#solicitud .form #sendmessage1 {
  color: #199EB8;
  border: 1px solid #199EB8;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#solicitud .form #errormessage1 {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#solicitud .form #sendmessage1.show, #solicitud .form #errormessage1.show, #solicitud .form .show {
  display: block;
  color: green;
}

#solicitud .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#solicitud .form input, #solicitud .form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#solicitud .form input[type="submit"] {
  background: #ffffff;
  border: solid 1px #ffffff;
  padding: 10px 24px;
  color: #000000;
  font-weight: 700;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#solicitud .form input[type="submit"]:hover {
  background: #000000;
  border: solid 1px #000000;
  color: #ffffff;
}

/* ==================================================
  Contact Section
  ================================================== */
#contact {
  background: #f5f5f5;
  padding-top: 80px;
 }

#contact h2 {
  color: #000000;
}

#contact .info i {
  font-size: 18px;/*32*/
  color: #000000;/*213848*/
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage2 {
  color: #199EB8;
  border: 1px solid #199EB8;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage2 {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage2.show, #contact .form #errormessage2.show, #contact .form .show {
  display: block;
  color: green;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact .form input[type="submit"] {
  background: #ffffff;/*213848*/
  border: solid 1px #ffffff;
  padding: 10px 24px;
  color: #000000;
  font-weight:700;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#contact .form input[type="submit"]:hover {
 background: #000000;
 border: solid 1px #000000;
 color: #ffffff;/*213848*/
}

/* ==================================================
  Footer Styling
  ================================================== */
footer{
  background-color: #ffffff !important;/*213848*/
}
.site-footer {
  background-color: #f5f5f5 !important;/*213848*/
  padding: 0;
}

.site-footer h2, .site-footer p {
  color: #000000;
}

.site-footer p {
  opacity: .75;
  line-height: 2.0925;
}

.site-footer h2,
.site-footer .btn {
  margin-bottom: 25px;
}

.site-footer .social-nav a {
  font-size: 2rem;
  color: #000000;
  opacity: .50;
}

.site-footer .social-nav a:hover {
  opacity: 1;
}

.site-footer .bottom {
  /*background-color: #000000;/*213848*/
  padding: 20px 0;
}

.site-footer .bottom .list-inline, .site-footer .bottom p {
  margin: 0;
}

.site-footer .bottom .list-inline {
  position: relative;
  top: 5px;
}

.site-footer .bottom .list-inline a {
  color: #000;
  /*font-family: "Myriad Pro Regular", sans-serif;*/
  font-family: "Bebas", Arial, sans-serif;
  margin-right: 10px;
}

.site-footer .bottom .list-inline a:hover {
  color: #000000 !important ;
}

.site-footer .legalidad {
  color: #000000;
}

.site-footer .legalidad a {
  color: #000000;
}
.site-footer .legalidad a:hover {
  text-decoration: underline !Important;
}
.site-footer .bottom .list-inline a:hover {
  color: #79a7c1;
}
.site-footer .copyright-text{
  color: #000;
}

/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 61.9em) {
  section,
  .block,
  .cta {
    padding: 35px 0;
  }
  .features {
    padding-bottom: 5px;
  }
  p,
  .block p {
    margin: 0;
  }
  .hero-brand {
    margin-bottom: 35px;
  }
  .tagline {
    margin: 35px 0;
  }
  h1 {
    font-size: 32px;
    margin: 0;
  }
  h2,
  .tagline {
    font-size: 24px;
  }
  h2 {
    margin-bottom: 25px;
  }
  h3 {
    font-size: 14px;
  }
  .hero {
    padding: 75px 0;
  }
  .stats-col {
    margin-bottom: 25px;
  }
  .block {
    height: auto;
  }
  .feature-col {
    padding-bottom: 30px;
  }
  .portfolio-grid .card h3.card-title {
    font-size: 18px !important;
  }
  .portfolio-grid .card .card-text {
    font-size: 13px;
  }
  .team .team-over {
    padding-top: 20px;
  }
  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }
  .site-footer .social-nav {
    margin-bottom: 35px;
  }
  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px;
  }
  .site-footer .list-inline li {
    display: inline-block;
  }
}


/* codigo custom*/
.color_f7c450{
	color: #a29e95;
}
.color_e93a3f{
	color: #988479;
	text-shadow: 1px 1px 1px #fff;
   
}
.color_fff{
	color: #fff;
}
.form a{color: #a29e95;}
.estreno{
	font-size:5px;
	color:#000000;
}
.estrenoh3{
  margin-top:-5%;
	font-size:1.5em;
	color:#fff;
  /*text-shadow: 1px 1px 5px #ffffff;*/
	/*text-transform:uppercase;*/
  /*font-family: "Bebas", Arial, Helvetica, sans-serif;*/
  font-family: "Myriad Pro Lights", Arial, Helvetica, sans-serif;
  margin-bottom:30%;
}
.topghost{
  margin-top: 32%;
}
.sombra-texto{
text-shadow: 1px 1px 1px #555555;
}
.mb-40{
	margin-bottom:40px;
}
.mt-40{
	margin-top:40px !Important;
}
.mb-20{
	margin-bottom:20px;
}
.pt-40{
	padding-top:40px;
}
.pt-120{
	padding-top:120px;
}
.pb-40{
	padding-bottom:40px;
}
#premiere h5{
	width:100%;
	text-align:center !Important;
}
#premiere .modal-body{
	text-align:center !Important;
}


.myBtnWhatsapp {
  position: fixed; /* Fixed/sticky position */
  bottom: 80px; /* Place the button at the bottom of the page */
  left: 20px; /* Place the button 30px from the left */
  z-index: 1000; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #0dc152; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 100px; /* Rounded corners */
  font-size: 12px; /* Increase font size */
}



.pulse {
  position: fixed!important;
  bottom: 50px;
  left: 40px;
  transform: translate(-50%, -50%);
  background: #0dc152;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  z-index:1;
}

.pulse:before,
.pulse:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #0dc152;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 2.0s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}

.pulse:after{
    animation-delay: .5s;
}
.myBtnTelegram {
  position: fixed; /* Fixed/sticky position */
  bottom: 85px; /* Place the button at the bottom of the page */
  right: 50px; /* Place the button 30px from the left */
  z-index: 1000; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #3ca2d9; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 100px; /* Rounded corners */
  font-size: 50px; /* Increase font size */
}
.myBtnWhatsapp1 {
  position: fixed; /* Fixed/sticky position */
  bottom: 15px; /* Place the button at the bottom of the page */
  left: 30px; /* Place the button 30px from the left */
  z-index: 1000; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: transparent; /* Set a background color */
  color: #0dc152; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  /*padding: 15px; /* Some padding */
  border-radius: 100px; /* Rounded corners */
  font-size: 2.5em; /* Increase font size */
}
.myBtnShare1 {
  position: fixed; /* Fixed/sticky position */
  bottom: 15px; /* Place the button at the bottom of the page */
  left: 90px; /* Place the button 30px from the left */
  z-index: 1000; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: transparent; /* Set a background color */
  color: red !important; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  /*padding: 15px; /* Some padding */
  border-radius: 100px; /* Rounded corners */
  font-size: 2.5em; /* Increase font size */
}
.myBtnTelegram1 {
  position: fixed; /* Fixed/sticky position */
  bottom: 15px; /* Place the button at the bottom of the page */
  left: 150px; /* Place the button 30px from the left */
  z-index: 1000; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: transparent; /* Set a background color */
  color: #3ca2d9; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  /*padding: 15px; /* Some padding */
  /*border-radius: 100px; /* Rounded corners */
  font-size: 2.5em; /* Increase font size */
}
.pulse1 {
  position: fixed!important;
  bottom: 50px;
  right: 10px;
  transform: translate(-50%, -50%);
  background: #3ca2d9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 50px;
  z-index:1;
}

.pulse1:before,
.pulse1:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #0088cc;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -30px;
    border-radius: 50%;
    animation: animate 2.0s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}

.pulse1:after{
    animation-delay: .5s;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

.okewa-style_3 #okewa-floating_cta {
    bottom: 70px !Important;
}
.okewa-pulse_3{
	bottom: 72px !Important;
}

/* formato pantalla movil*/
@media screen and (max-device-width : 480px) {
 
  .hero {
    background-image: url(../img/EL-LATIDO-DEL-CIELO-Poster-2.jpg);
    background-color: #f5f5f5;
    background-size: cover;
    padding-top: 0px;
   }
    .estrenoh3{
      margin-top:130px;
    }
    .topghost{
      margin-top: 50% !important;
    }
    
    .myBtnWhatsapp1 {
      position: fixed; /* Fixed/sticky position */
      bottom: 15px; /* Place the button at the bottom of the page */
      left: 30%; /* Place the button 30px from the left */
      font-size: 2em; /* Increase font size */
    }
    .myBtnShare1 {
      position: fixed; /* Fixed/sticky position */
      bottom: 15px; /* Place the button at the bottom of the page */
      left: 45%; /* Place the button 30px from the left */
      font-size: 2em; /* Increase font size */
    }
    .myBtnTelegram1 {
      position: fixed; /* Fixed/sticky position */
      bottom: 15px; /* Place the button at the bottom of the page */
      left: 60%; /* Place the button 30px from the left */
      font-size: 2em; /* Increase font size */
    }
  
  }
/* FIN formato pantalla movil*/

.paddingleft0{
 padding-left: 0 !important;
}

.paddingtop0{
  padding-top: 0 !important;
 }

 .celdaFecha{
   color:#000000;
   font-weight: bold;
   background-color: #ffffff;/*213848*/
   border:solid 1px #ffffff;
   padding: 5px;
 }
 .fitalic{
   font-style: italic;
 }
 .text-muted {
  color: #000000!important;
}
.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0px solid #ffffff;
}


.mt-13{
  margin-top: 13px;
}
.mt-20{
  margin-top: 20px !important;
}
p.icdown{
  color: #000000;
}
p.sombra{
  background-color: #e9e9ef;
  border:solid 1px #000000;
  padding: 4px;
  text-align: center;
  margin-bottom: 30px;
}
 /* fin codigo custom*/