/*ABOUT*/
.section{
	padding-bottom: 20px;
}
.title-sec h4 {
	font-size: 250%;
	margin-bottom: 0;
	margin-top: 50px;
}
.title-sec p{
	margin-top: 0;
	font-size: 115%;
}
.img-sec{
	padding-top: 25px !important;
}
.img-sec img{
	width: 100%;
}
.member-img{
	width: 100%;
}
.member-name{
	margin-bottom: 5px;
}
.member-posi{
	margin-top: 0;
}
.desc-se {
	padding: 35px 0 !important;
}
.parallax-container{
		height: 430px !important;
	}
@media(min-width: 550px){
	
	.parallax img{
		top: -230px;
		min-height: 100%;
		width: auto;
		position: fixed;
	}
	.parallax-container{
		height: 500px;
	}
}
@media(min-height: 950px){
	.parallax-container{
		height: 750px;
	}
	.parallax img{
		top: -230px;
	}
}
@media(min-width: 1370px){
	.parallax-container{
		height: 750px;
	}
}

.contact-row{
	width: 95%;
}
    .google-maps {
        position: relative;
       
        height: 340px;
        overflow: hidden;
        border: solid 1px #ccc;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
#contact-form input,#contact-form textarea{
	background-color: #fff;
	border: solid 1px #ccc;
	width: 100%;
	padding-left: 2%;
    width: 97.5%;
}
#contact-form textarea{
	width: 100%;
	min-height: 216px;
}

#contact-form textarea:focus,#contact-form input:focus{
		outline: 0 !important;
	box-shadow: none;
}
::-webkit-input-placeholder { color: rgba(38, 39, 39, 0.7); padding-left: 5px;} /* WebKit */
:-moz-placeholder { color: rgba(38, 39, 39, 0.7); padding-left: 5px;} /* Firefox 18- */
::-moz-placeholder { color: rgba(38, 39, 39, 0.7); padding-left: 5px;} /* Firefox 19+ */
:-ms-input-placeholder { color: rgba(38, 39, 39, 0.7); padding-left: 5px;} /* IE 10+ */

.errmsg::-webkit-input-placeholder { color: red; } /* WebKit */
.errmsg:-moz-placeholder { color: red; } /* Firefox 18- */
.errmsg::-moz-placeholder { color: red; } /* Firefox 19+ */
.errmsg:-ms-input-placeholder { color: red; } /* IE 10+ */
.btn-send{
	text-align: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.btn-send a{
	padding: 15px 40px;
    background: #8fc53f;
    font-size: 120%;
}
.info-contact p{
	margin: 5px 0;
	font-size: 130%;
}
.address-info{
	float: left;
}
.info-contact div{
	margin-top: 30px;
}
.rrss-section {
	margin-top: 5px !important;
	float: right;
	margin-right: -5px;
}
.rrss-btn{
	padding: 25px;
    border: solid 1px #ccc;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-top: 30px;
    position: relative;
    float: left;
    margin: 0 5px;
}
.rrss-btn a{
	width: 100%;
    height: 100%;
    padding-top: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 10px;
    text-align: center;
    font-size: 165%;
}
.rrss-btn.face-btn a:hover{
	background-color: #3765a3;
	color: #fff;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.rrss-btn.twitter-btn a:hover{
	background-color: #5ea9dd;
	color: #fff;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.rrss-btn.google-btn a:hover{
	background-color: #dd4d42;
	color: #fff;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
@media (max-width: 1042px){
	.title-sec h4{
		font-size: 230%;
		margin-top: 35px;
	}
	.desc-se p{
		font-size: 95%;
	}
}
@media only screen and (min-width: 993px){
	.container {
	    width: 85%;
	}	
}
@media (max-width: 993px){
	.comercial-img{
		padding: 10%;
   		padding-top: 0;
	}
}
@media (max-width: 821px){
	.title-sec h4{
		font-size: 215%;
		margin-top: 20px;
	}
}@media (max-width: 780px){
	.rrss-section{
		float: none;
		clear: both;
	}
}
@media (max-width: 720px){
	.title-sec h4{
		font-size: 195%;
	}
}
@media (max-width: 652px){
	.title-sec h4{
		font-size: 175%;
	}
	.desc-se p{
		font-size: 90%;
	}
	.img-sec {
	    padding-top: 35px !important;
	}
}
@media (max-width: 600px){
	.title-sec h4{
		font-size: 175%;
	}
	.desc-se p{
		font-size: 100%;
	}
	.img-sec {
	    padding: 35px !important;
	    margin-bottom: -15px;
	}
}
@media (max-width: 425px){
	.img-sec {
	    padding: 15px !important;
	}
}
