/* Add here all your css styles (customizations) */

.caption-centrado {

	 position: absolute;

  top: 45%; 

  left: 50%;

  transform: translate(-50%, -50%);

  max-width:850px;

 /* background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;*/

}

.caption-centrado h1 {

    color: #fff;

    font-family: "PT Sans",sans-serif;

    font-size: 40px;

    font-weight: 700;

    line-height: 50px;

    text-transform: uppercase;

	text-align:center;

}

.filtro-home {

    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;

    height: 100%;

    position: fixed;

    width: 100%;

    z-index: 9;

}
#actividades .acc-v1 .panel-heading a {
	background: #7d8973 none repeat scroll 0 0;
    color: #fff;
    font-family: "PT Sans",sans-serif;
    font-size: 17px;
    line-height: 21px;
    padding: 10px 15px;
	text-decoration:none;
}
#actividades .acc-v1 .panel-heading a span{
	display: block;
    font-size: 80%;
}
.bg-home {
    background-image: url("../img/bg-home.jpg");
    background-color: #FFF;
    background-size: cover;
    background-repeat: no-repeat;
}

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

.footer-v1 .copyright p {
    display: inline-block;
    margin-right: 10px;
	margin-left: 10px;
}


.header .logo img {
    margin: -23px 0;
    width: 30%;
    padding-top: 26px;
}


.why_h3 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}


.why_p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
    color: #666666;
}
.team-v1 li > h3 {
    height: 41px;
	font-size:15px;
}

@media  (max-width: 1200px) {
.header .navbar-nav > li > a {
    color: #FFF;
    font-size: 16px;
}
.header .logo img {
    margin: -9px 0;
    width: 30%;
    padding-top: 16px;
}
}

@media (max-width: 1200px) {
#quienes .team-v7 .team-v7-in {
    padding: 0 20px;
}
}

@media (max-width: 480px) {
.caption-centrado h1 {
	font-size: 25px;
    line-height: 25px;
}
.caption-centrado {
	top:40%;
}
	
	
	
#quienes .team-v1 li > h3 {
    font-size: 11px;
    line-height: 12px;
}
#quienes .team-v1 li > h4 {
	font-size: 10px;
    line-height: 10px;
}

}
@media (max-width: 470px) {
.mercado {
    margin-top: 15%;
    padding: 15px;
}
#mercados .team-v7 .team-v7-in {
    padding: 0 40px;
}
#mercados .team-v7 .team-v7-name {
    font-size: 24px;
    line-height: 28px;
    margin-top: 10px !important;
}
.header .logo img {
     width: 100%;
    }
.footer-v1 .copyright p {
    margin-right: 0px;
    margin-left: 0px;
	font-size:10px;
}
.team-v1 li > h3 {
    height: 22px;
}
}



