.text_home{
background: url('../images/text_home.jpg') 50% 50% no-repeat;
background-attachment: fixed;
background-size: cover;
border-bottom: 1px solid rgba(234,234,234,0.2);
border-top: 1px solid rgba(234,234,234,0.2);
}

.text_home .textHome{
box-sizing: border-box;
text-align: center;
color: #FFFFFF;
font-size: 18px;
font-weight: 300;
padding: 105px 0px;
}
.text_home .textHome a{
display: inline-block;
padding: 15px 130px;
background-color: #f25b06;
border-radius: 7px;
color: #FFFFFF;
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
margin-top: 70px;
transition: all 0.5s ease-out 0s;
}

.text_home .textHome a:hover{
background-color: #FFFFFF;
color: #f25b06;
}

@media screen and (max-width:1200px){
.text_home .textHome {padding: 50px 0px}
}
@media screen and (max-width:910px){
.text_home .textHome p, .text_home .textHome p span{font-size: 22px !important;}
.text_home .textHome a {font-size: 18px;margin-top: 30px;padding: 15px 50px;}
.text_home .textHome {padding: 50px 15px}
}
@media screen and (max-width:590px){
.text_home .textHome p, .text_home .textHome p span{font-size: 19px !important;}
}
