/*-- /Download doc --*/
.down-doc {
  position: relative;
  margin-bottom: 15px; }
  .down-doc:before, .down-doc:after {
    content: "";
    display: table; }
  .down-doc:after {
    clear: both; }

.down_doc_txt, .btn_down_doc {
  float: left;
  width: 100%; }

.down_doc_txt {
  padding: 10px 15px 10px 10px; }
  .down_doc_txt img {
    padding-right: 10px; }

.btn--icon i {
  margin-right: 10px; }

/*-- /Buttons --*/
.btn {
  position: relative;
  padding: 10px 35px;
  font-weight: bold;
  white-space: normal;
  border-radius: 6px; }

.btn-blue {
  color: white;
  background-color: #00448c; }
  .btn-blue:hover {
    color: white;
    background-color: #005dbf; }

.btn-arrow {
  padding: 10px 35px 10px 55px; }
  .btn-arrow i {
    position: absolute;
    top: 48%;
    left: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

@media (min-width: 601px) {
  /*-- /Download doc --*/
  .down-doc {
    margin-bottom: 5px; }
  .down_doc_txt {
    width: 80%; }
  .btn_down_doc {
    width: 20%;
    padding-right: 10px;
    background-image: url("/wcm/connect/0ff465cc-4e44-4a6a-a9af-023a43c56c96/descargar-flecha.png?MOD=AJPERES"); } }
