#HPparallax h1 { color: #fff; }
.ficha_temp { background: #a6494f; padding: 1rem; border-radius: 4px; }
.ficha_temp h2 { color: #fff; margin-bottom: 20px; border-bottom: 1px dashed #9ca0b1; font-size: 1.2rem; text-transform: uppercase; }
.ficha_temp p { color: #fff; }

.ficha_perm { background: #a6494f; padding: 1rem; border-radius: 4px; }
.ficha_perm h2 { color: #fff; margin-bottom: 20px; border-bottom: 1px dashed #e8e1c2; font-size: 1.2rem; text-transform: uppercase; }
.ficha_perm p { color: #fff; }

.ficha_ciud { background: #a6494f; padding: 1rem; border-radius: 4px; }
.ficha_ciud h2 { color: #fff; margin-bottom: 20px; border-bottom: 1px dashed #9ca0b1;  font-size: 1.2rem; text-transform: uppercase;}
.ficha_ciud p { color: #fff; }

.ficha_temp .text, .ficha_perm .text, .ficha_ciud .text { font-size: 2.3rem; font-weight: 400; margin-bottom: 20px; line-height: normal; }
.ficha_temp .btn, .ficha_perm .btn, .ficha_ciud .btn { margin: 10px auto; width: 100% }
.ficha_temp p, .ficha_perm p, .ficha_ciud p { margin: 0 auto; line-height: normal; }

.ficha_box {padding-left: 10px; padding-right: 10px; margin-bottom: 2rem; }	


.btn-ficha-perm, .btn-ficha-perm:visited { background: #a6494f; border-color: #a6494f; color: #fff; }
.btn-ficha-perm:hover, .btn-ficha-perm:focus { background: #434d6b; border-color: #434d6b; color: #fff; }

.btn-ficha-temp, .btn-ficha-temp:visited, .btn-ficha-ciud, .btn-ficha-ciud:visited { background: #5c3032; border-color: #5c3032; color: #fff; cursor: pointer;
font-family: 'Josefin Sans', sans-serif; }
.btn-ficha-temp:hover, .btn-ficha-temp:focus,.btn-ficha-ciud:hover, .btn-ficha-ciud:focus { background: #4b2426; border-color: #4b2426; color: #fff; }


.btn-ficha-call, .btn-ficha-call:visited { background: #45AAB8; border-color: #45AAB8; color: #fff; cursor: pointer;
font-family: 'Josefin Sans', sans-serif; }
.btn-ficha-call:hover, .btn-ficha-call:focus { background: #5cb1bd; border-color: #5cb1bd; color: #fff; }

.descarganosBox { position: fixed; width: 55%; bottom: 10px; left: 5%; z-index: 999;  }
.descarganosBox img { width: 27px; margin-right: 5px; }

.btn-descarganos, .btn-descarganos:visited { background: #c91056; color: #fff; padding: 5px }
.btn-descarganos:hover, .btn-descarganos:focus { background: #ad0e4a; border: 1px solid #ad0e4a; color: #fff; text-decoration: none; }

@media (min-width: 576px) {
.descarganosBox { position: fixed; bottom: 40px; right: 200px; left: auto; z-index: 999; width: auto; }

.descarganosBox img { width: 30px; margin-right: 9px; }
.btn-descarganos, .btn-descarganos:visited { width: auto; font-size: 1.3em; }
}

.subTop { border-top: 1px dashed #9ca0b1; margin-top: 17px; padding-top: 13px; text-align: left; }
.subTop p { margin-bottom: 5px; }
.subTop img { margin: 0 5px 0 0;}
.subTBtm { border-bottom: 1px dashed #9ca0b1; margin-bottom: 17px; padding-bottom: 0; text-align: left; }
