/* 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;

}
.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: -22px 0;
    width: 30%;
    padding-top: 22px;
}


.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;
}


#contacto .team-v7 .team-v7-in {
    padding: 20px 100px 0px;
}


.team-v1 li > h3 {
    height: 41px;
	font-size:15px;
}
@media (min-width: 1020px) and (max-width: 1270px) {
	.header .navbar-collapse {
    	    margin-top: 15px;
	}
	
}

@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: 9px;
    line-height: 10px;
}
.header .logo img {
     width: 100%;
    }
.footer-v1 .copyright p {
    margin-right: 0px;
    margin-left: 0px;
	font-size:10px;
}
#contacto .team-v7 .team-v7-in {
    padding: 20px 40px 0px;
}
.team-v1 li > h3 {
    height: 22px;
}
}






