

.banner img{
	width: 100%;
	
}
.banner .caption {
	background-color: rgba(250,250,250,0.7);
	padding: 30px;
	max-width: 450px;
}
.banner .caption h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
	color: #1e1e1e;
}
.banner .caption .line-dec {
	width: 30px;
	height: 5px;
	background-color: #3a8bcd;
}
.banner .caption p {
	margin-top: 15px;
	margin-bottom: 20px;
}

.content {
  max-width: 500px;
}
@media screen and (max-width: 720px) {
    .banner img{
        height: 60vh;
    }
}

@media screen and (max-width: 500px) {
    .banner img{
        height: 50vh;
    }
}

/* acerca de nosotros */
.about-page {
	/* *margin: 50px 0px 0px 0px; */
	padding: 40px 0px 0px 0px;
}

.about-page .left-image img {
	max-width: 100%;
	/* *padding: 0px 0px 20px 0px; */
}


/* Tabs Style Quienes somos */
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}

.tab-pane p{
	text-align: justify;	
}

.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}

/* Historia Style */

.section-subheading {
    padding: 20px 0px 60px 0px;
}

h2.eventos-heading {
    font-size: 32px;
    text-align: center;
	font-weight: 800;
    text-transform: uppercase !important;
    color: #222222;
}

h3.eventos-subheading {
    font-size: 30px !important;
    line-height: 16px;
    /* *font-family: 'Source Sans Pro', sans-serif; */
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    /* *margin-bottom: 47px; */
    margin-top: 0px !important;
    padding: 0px !important;
    color: #058BCE !important;
}

.about-historia {
	margin: 20px 0px 0px 0px;
	/* *padding: 40px 0px 20px 0px; */
}

.about-historia .left-image img {
	max-width: 100%;
	padding: 0px 0px 20px 0px;
}



/*Botones leer mas*/

.content  {
	text-align: justify;
	
}

 .content p  {
	font-size: 18x;
}
  
  .read-more-content {
    display: none;
  }
  
  .read-more-btn {
    
    text-align: center;
   
    cursor: pointer;
	text-decoration: none !important;
  }
  
  .read-more-btn:hover {
    /* *background-color: #ccc; */
  }





