.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-98543 .elementor-element.elementor-element-0e9c13a{font-family:"Montserrat", Sans-serif;font-weight:400;color:var( --e-global-color-text );}/* Start custom CSS for text-editor, class: .elementor-element-0e9c13a */#qrenta a:hover{
    width: 100%;
    content: url(https://www.asufin.com/wp-content/uploads/2020/09/FICHA_PRODUCTO_QRENTA_ESFERA_CAPITAL_ROSA.jpg);
    margin-bottom: -6px !important;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-8c7aa46 */.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table tr:first-child {
    color: #000000;
    border: 0px solid #EEEEEE;
 
    text-align: center !important;
}

.rwd-table th, .rwd-table td{
border: 0px;
}



.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
.rwd-table td:before {
max-width: 43%;
    padding-left: 1em;
    float: left;
    width: 100%;
}

.rwd-table td {
    display: flex; padding-bottom: 0.5em;
}

.fa.fa-file-pdf-o {
    margin-right: 0.4em;
}

}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
    width: 18%;
    text-align: center;
  }
  

  
}


/* THE END OF THE IMPORTANT STUFF */

/* Basic Styling */

h3 {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 1.5em;
}
h3:before {
  content: "\25C0";
  position: absolute;
  left: -50px;
  -webkit-animation: leftRight 2s linear infinite;
  animation: leftRight 2s linear infinite;
}
h3:after {
  content: "\25b6";
  position: absolute;
  right: -50px;
  -webkit-animation: leftRight 2s linear infinite reverse;
  animation: leftRight 2s linear infinite reverse;
}

.fa.fa-file-pdf-o {
 font-size: 20px;
 color:#EB2B8E;
}

a:active, a:hover {
    color: #EB2B8E;
}/* End custom CSS */