body {
	overflow-x: hidden;
	font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: white;
}
/* HTML RESPONSIVE ****/
.hidden-overflow {
	overflow: hidden;
}

.pm0 {
	padding: 0 !important;
	margin: 0 !important;
}

@media screen and (max-width: 40em) {
	.pm0-mobile {
		padding: 0 !important;
		margin: 0 !important;
	}
}

.pm5 {
	padding: 0;
	margin: 0 5px;
}

.pm10 {
	padding: 0 10px;
}

.m0 {
	margin: 0;
}

.p0 {
	padding: 0;
}

.m5 {
	margin: 0 5px;
}

.m10 {
	margin: 0 10px;
}

.space {
	margin: 25px 0;
}

.space-xs {
	margin: 15px 0;
}

.space-sm {
	margin: 40px 0;
}

.space-md {
	margin: 60px 0;
}

.space-lg {
	margin: 100px 0;
}

.icon-margin {
	margin: 0 6px 0 0;
}

.white {
	color: white;
}
.text-muted {
	color: #777
}

.text-primary {
	color: #fed136;
}

p {
	font-size: 14px;
	line-height: 1.75;
}

p.large {
	font-size: 16px;
}

a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}

a {
	color: #93BC00;
}

a:hover, a:focus, a:active, a.active {
	color: #506A00;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.img-centered {
	margin: 0 auto;
}

.bg-white {
	background: white;
}

.bg-light-gray {
	background-color: rgba(34,34,34,1);
	padding: 60px 0 80px;
	color: rgba(255,255,255,0.8);
}

.bg-darkest-gray {
	background-color: #222;
}

.btn-primary {
	color: #fff;
	background-color: #81AD18;
	border-color: #81AD18;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.02em;
	border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #709715;
	border-color: #709715;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #fed136;
	border-color: #fed136;
}

.btn-primary .badge {
	color: #fed136;
	background-color: #fff;
}

.btn-xl {
	color: #fff;
	background-color: #fed136;
	border-color: #fed136;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 3px;
	font-size: 18px;
	padding: 20px 40px;
}

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	color: #fff;
	background-color: #fec503;
	border-color: #f6bf01;
}

.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	background-image: none;
}

.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active,
	.btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
	background-color: #fed136;
	border-color: #fed136;
}

.btn-xl .badge {
	color: #fed136;
	background-color: #fff;
}

.navbar-default {
	background-color: #222;
	border-color: transparent;
}

.navbar-default .navbar-brand {
	color: #fed136;
	font-family: "Helvetica Neue", Helvetica, Arial, cursive;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
	color: #fec503;
}

.navbar-default .navbar-collapse {
	border-color: rgba(255, 255, 255, .02);
}

.navbar-default .navbar-toggle {
	background-color: #fed136;
	border-color: #fed136;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fed136;
}

.navbar-default .nav li a {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
}

.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
	color: #fed136;
	outline: 0;
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #fed136;
}

.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #fec503;
}

@media ( min-width :768px) {
	.navbar-default {
		background-color: transparent;
		padding: 25px 0;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
		border: 0;
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px;
	}
	.navbar-default.navbar-shrink {
		background-color: #222;
		padding: 10px 0;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
	}
}

header {
	background: white;
}
@media ( max-width :767px) {
	.logo {
		margin: 0 auto 50px auto;
		display: block;
		width: 290px;
		height: auto;
	}
}

.bgbio {
	background: #333 url(../img/bg_pitalmeria.jpg) no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover; 
	text-align: center;
	min-height: 500px;
}

@media ( max-width : 767px) { 
	.bgbio {
		min-height: 360px;	
	}
}

header .intro-text {
	padding-top: 0px;
	padding-bottom: 50px;
	text-align: left;
}


header .intro-text p {
	line-height: 22px;
	font-size: 1.15em;
	color: black;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
}

header .intro-text .intro-lead-in {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 25px;
}

header .intro-text .intro-heading {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 25px;
}

@media ( min-width :768px) {
	header .intro-text {
		padding-top: 300px;
		padding-bottom: 200px;
	}
	header .intro-text .intro-lead-in {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-style: italic;
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 25px;
	}
	header .intro-text .intro-heading {
		font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 75px;
		line-height: 75px;
		margin-bottom: 50px;
	}
}

.programacion {
	color: white;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.2em;
	display: block;
	padding: 16px 0 0px;
}

@media ( max-width :768px) {
	.programacion {
		font-size: 2em!important;
	}
}

#twitter {
	padding: 100px 0 10px;
	background: url('../img/pp.png') repeat top left;
	border-top: 1px solid #eee;
}

#twitter iframe {
	border: 1px solid #eee !important;
	border-radius: 9px;
	background: white;
	box-shadow: 0 0 100px rgba(0,0,0,0.2);
	min-height: 600px;
}

#about {
	position: relative;
	z-index: 99;
}

#about .content-about {
	background: white;
	padding: 0 0 100px;
	margin-top: -140px;
/*	box-shadow: 0 0 30px rgba(0,0,0,0.2);*/
}

@media ( max-width :768px) {
	#about {
		padding-bottom: 0;
	}

	#about .content-about { 
		box-shadow: none;
	}
}

#team {
	padding: 100px 0 80px;
}

section {
	padding: 100px 0;
}

section h2.section-heading {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 15px;
	display: block;

}

section h3.section-subheading {
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
	font-style: italic;
	font-weight: 200;
	margin-bottom: 55px;
}

@media ( min-width :768px) {
	section {
		padding: 150px 0;
	}
}
.service-heading {
	margin: 15px 0;
	text-transform: none;
}

.acto {
	background: white;
	font-size: 1.2em;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	display: block;
	margin: 0 auto;
	max-width: 660px;
    padding: 25px 10px 25px 10px;
}

@media ( max-width :768px) {

}

.acto h2 {
	font-size: 2em;
	letter-spacing: -0.02em;
}

.acto span {
	color: #81AD18;
	display: block;
	margin-bottom: 5px;
}

.timeline {
	list-style: none;
	padding: 0;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: "";
	width: 2px;
	background-color: #f1f1f1;
	left: 40px;
	margin-left: -1.5px;
}

.timeline>li {
	margin-bottom: 50px;
	position: relative;
	min-height: 50px;
}

.timeline>li:before, .timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li .timeline-panel {
	width: 100%;
	float: right;
	padding: 0 20px 0 100px;
	position: relative;
	text-align: left;
}

.timeline>li .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline>li .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline>li .timeline-image {
	left: 0;
	top: 10px;
	margin-left: 0;
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: 100;
	background-color: #fed136;
	color: #fff;
	border-radius: 100%;
	border: 7px solid #f1f1f1;
	text-align: center;
}

.timeline>li .timeline-image h4 {
	font-size: 10px;
	margin-top: 40%;
	line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	text-align: left;
	padding: 0 20px 0 100px;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline>li:last-child {
	margin-bottom: 0;
}

.timeline .timeline-heading h4 {
	margin-top: 0;
	color: inherit;
}

.timeline .timeline-heading h4.subheading {
	text-transform: none;
}

.timeline .timeline-body ul {
	padding: 0;
}

.timeline .timeline-body li {
	list-style: none;
}

.timeline .timeline-body li span {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #222;
    display: block;
    font-size: 0.85em;
    margin-top: 5px;
}

.timeline .timeline-body>p.lead {
	color: #F57C00;
	font-weight: 600;
	letter-spacing: -0.02em;
}


.timeline .timeline-body>p, .timeline .timeline-body>ul {
	margin-bottom: 0;
}

@media ( min-width :768px) {
	.timeline:before {
		left: 50%
	}
	.timeline>li {
		margin-bottom: 100px;
		min-height: 100px;
	}
	.timeline>li .timeline-panel {
		width: 41%;
		float: left;
		padding: 0 20px 20px 30px;
		text-align: right;
	}
	.timeline>li .timeline-image {
		width: 100px;
		height: 100px;
		left: 50%;
		margin-left: -50px;
	}
	.timeline>li .timeline-image h4 {
	font-size: 13px;
	margin-top: 40%;
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		float: right;
		text-align: left;
		padding: 0 30px 20px 20px;
	}
}

@media ( min-width :992px) {
	.timeline>li {
		min-height: 100px;
	}
	.timeline>li .timeline-panel {
		padding: 0 20px 20px;
	}
	.timeline>li .timeline-image {
		width: 150px;
		height: 150px;
		margin-left: -75px;
	}
	.timeline>li .timeline-image h4 {
		font-size: 18px;
		margin-top: 55px;
		line-height: 26px;
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 20px 20px;
	}
}

@media ( min-width :1200px) {
	.timeline>li {
		min-height: 100px;
	}
	.timeline>li .timeline-panel {
		padding: 0 20px 20px 100px;
	}
	.timeline>li .timeline-image {
		width: 170px;
		height: 170px;
		margin-left: -85px;
	}
	.timeline>li .timeline-image h4 {
		margin-top: 65px;
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 100px 20px 20px;
	}
}

.team-member {
	text-align: center;
	margin-bottom: 10px;
}

@media ( max-width :768px) { 
	.team-member { 
		margin-top: 75px; 
	}
	.section-subheading {
		margin-bottom: 0!important;
		padding-bottom: 0!important;
	}
}

.team-member img {
	margin: 0 auto;
}

.team-member h4 {
	margin-top: 20px;
	margin-bottom: 0;
	text-transform: none;
	font-weight: 200;
	font-style: normal;
}

.team-member p {
	margin-top: 0;
}

aside.clients {
	background: white;
}

aside.clients img {
	margin: 50px auto;
}




#contact .form-group {
	margin-bottom: 25px;
}

#contact ul {
	padding: 0 5px;
	margin: 0;
}

#contact li {
	list-style: none;
}

#contact a {
	color: #81AD18;
}

#contact .form-group input {
	padding: 20px 10px;
}

#contact .form-group textarea {
	padding: 20px;
}

#contact .form-control:focus {
	border-color: #fed136;
	box-shadow: none;
}

#contact ::-webkit-input-placeholder {
	color: #999;
}

#contact :-moz-placeholder {
	color: #bbb;
}

#contact ::-moz-placeholder {
	color: #bbb;
}

#contact :-ms-input-placeholder {
	color: #bbb;
}

#contact .text-danger {
	color: #e74c3c!important;
}

#contact .radio-inline {
	display: block;
	margin-bottom: 5px;
	color: #666;
}

footer {
	padding: 25px 0;
	text-align: center;
	background: white;
}

footer span.copyright {
	line-height: 40px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-transform: none;
	font-weight: 300;
	font-size: 13px;
}

footer ul.quicklinks {
	margin-bottom: 0;
	line-height: 40px;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-transform: none;
}

footer ul.quicklinks a {
	color: #81AD18;
}

ul.social-buttons {
	margin-bottom: 0;
}

ul.social-buttons li a {
	display: block;
	background-color: #222;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	outline: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	background-color: #81AD18;
}

.btn:focus, .btn:active, .btn.active, .btn:active:focus {
	outline: 0;
}

::-moz-selection {
	text-shadow: none;
	background: #fed136;
}

::selection {
	text-shadow: none;
	background: #fed136;
}

img::selection {
	background: 0 0;
}

img::-moz-selection {
	background: 0 0;
}

@media (max-width: 768px) {
    .navbar-header {
        float: left;
    }

    .navbar {
        border-radius: 4px;
        min-width: 400px;
    }

    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }

    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }

    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }

    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
    
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-static-top {
        border-radius: 0;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }

    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }

    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }

    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    } 
}

h4.encuentro {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 2em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: white;
}

@media ( max-width :992px) { 
	h4.encuentro {
	    margin-top: 1.2em;
	}
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 0;
}