﻿/*************************
*********general CSS*****
**************************/

.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }
.margin-top-40 { margin-top: 4.0em; }
.margin-top-50 { margin-top: 5.0em; }
.margin-top-60 { margin-top: 6.0em; }

.color-green {color: #0A7A06;} /*Color Heineken */
.color-blue {color: #337AB7;}
.color-amarillo {color: #FED136;}

.panel-yellow {
	border-color: #FED136;
}
.panel-green {
	border-color: #0A7A06;
}
.panel-blue {
    border-color: #337AB7;
}
.panel-yellow .panel-heading {
	border-color: #FED136;
	color: #FFF;
	background-color: #FED136;
}

.panel-green .panel-heading {
	border-color: #0A7A06;
	color: #FFF;
	background-color: #0A7A06;
}

.panel-blue .panel-heading {
	border-color: #337AB7;
	color: #FFF;
	background-color: #337AB7;
}

iframe, object, embed{max-width: 100%;}

/*************************
*********ponentes CSS*****
**************************/
#ponentes

 {
  padding-top: 0;
}

.ponentes-members {
  margin-bottom: 35px;
}

.social-icons {
  margin-top:30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.ponentes-member {
  text-align: center;
  color: #333;
  font-size: 14px;
  margin-top: 25px;
}

.ponentes-member:hover .social-icons ul li a.facebook {
  background-color: #3b5999;
}
.ponentes-member:hover .social-icons ul li a.twitter {
  background-color: #2ac6f7;
}
.ponentes-member:hover .social-icons ul li a.dribbble {
  background-color: #ff5b92;
}
.ponentes-member:hover .social-icons ul li a.linkedin {
  background-color: #036dc0;
}
.ponentes-member:hover .social-icons ul li a.rss {
  background-color: #ff6b00;
}

#ponentes .img-responsive {
  width: 100%;
}

.member-info h3 {
  margin-top: 25px;
  font-size: 0.75em;
}

.member-info h4 {
  font-size: 0.625em;
  margin-bottom: 15px;
  color: #999;
}

/*************************
*********agenda CSS*****
**************************/
#agenda

 {
  padding-top: 50px;
}
.dia-title{
	margin-top: 75px;
	margin-bottom: 10px;
    text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.ponencia-label {
  font-size: 1.0em;
  font-weight: bold;
  margin-left: 10px;
}

.ponente-label {
  font-size: 1.0em;
  font-weight: bold;
  margin-left: 10px;
}

.ponencia-title {
  font-size: 1.2em;
  font-weight: normal;
  margin-left: 10px;
}

.ponente-title {
  font-size: 1.0em;
  font-weight: normal;
  font-style: italic;
  margin-left: 10px;
}
/*************************
*****Pricing Table CSS****
**************************/
@media(min-width:767px) {
	#pricing {
	padding: 10px 0;
	}
}
#pricing {
	padding: 10px 0;
	}

.pricing-table {
  text-align: center;
}

.single-table {
  padding: 30px 20px 20px;
  border:1px solid #f2f2f2;
}

.single-table h3 {
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.price {
  font-size: 36px;
  line-height: 36px;
}

.price span {
  font-size: 14px;
  line-height: 14px;
}

.single-table ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.single-table ul li {
  line-height: 30px;
}

.single-table.featured {  
  color: #fff;
}

.single-table.featured h3 { 
  color: #fff;
}

.single-table.featured .btn.btn-primary {
  background-color: #fff;
}
.btn-price {
    border-color: #0A7A06;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #FFF;
    background-color: #0A7A06;
}
.btn-price-deshabilitado{
    border-color: #E2E2E2;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #FFF;
    background-color: #E2E2E2;
}

/*************************
*****Congreso CSS****
**************************/

#congreso .congreso-item {
    right: 0;
    margin: 0 0 15px;
}

#congreso .congreso-item .congreso-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#congreso .congreso-item .congreso-link .congreso-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#congreso .congreso-item .congreso-link .congreso-hover:hover {
    opacity: 1;
}

#congreso .congreso-item .congreso-link .congreso-hover .congreso-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#congreso .congreso-item .congreso-link .congreso-hover .congreso-hover-content i {
    margin-top: -12px;
}

#congreso .congreso-item .congreso-link .congreso-hover .congreso-hover-content h3,
#congreso .congreso-item .congreso-link .congreso-hover .congreso-hover-content h4 {
    margin: 0;
}

#congreso .congreso-item .congreso-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#congreso .congreso-item .congreso-caption h4 {
    margin: 0;
    text-transform: none;
}

#congreso .congreso-item .congreso-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#congreso

 * {
    z-index: 2;
}

@media(min-width:767px) {
    #congreso .congreso-item {
        margin: 0 0 30px;
    }
}

@media(min-width:1200px) {
.congreso-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.congreso-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.congreso-modal .modal-content p {
    margin-bottom: 30px;
}

.congreso-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.congreso-modal .modal-content ul.list-inline {
    margin-top: 10px;
    margin-bottom: 30px;
}

.congreso-modal .modal-content img {
    margin-bottom: 30px;
}

.congreso-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.congreso-modal .close-modal:hover {
    opacity: .3;
}

.congreso-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.congreso-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.congreso-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
}

#lugar {
    background-image: url("../images/sede/lugar-bg.jpg");
}

.parallax {
	color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
/*************************
*****Boton pagar CSS****
**************************/

.botonpagar {
      background-image:url('images/tpv/TPVSabadellpagar.jpg'); 
      background-repeat: no-repeat ; 
      background-color:#ffffff;
      float :right ;
      margin-left :10px;
  }
  .botonpagar:hover {
      background-image:url('images/tpv/TPVSabadellpagarHover.jpg'); 
      background-repeat: no-repeat ;       
      cursor: pointer;
      cursor: hand;
    }
    .botonpagar:active {
        position:relative;
        top:1px;
}

/*************************
*****fichaponente CSS****
**************************/
.fichaponente {
	text-transform: none;
	font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.fichaponente p{
	line-height: 1.5;	
	font-size: 12px;
	font-style: italic;
	text-align: justify;
}
.fichaponente-title_ponencia h4{
	text-transform: none;
	font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #777;
	font-style: italic;
	line-height: 1.25;
}