.ca-precios-container {
    margin: 5rem auto 10rem;
    position: relative;
}

.ca-precios-container::after {
    bottom: -8rem;
    color: #f7d5cb;
    content: "\f142";
    font-family: Font Awesome\ 6 Pro;
    font-size: 2rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 999999!important;
}

.ca-precios-header {
    max-width: 1080px;
    margin: 0 auto 5rem !important;
    text-align: center;
    padding: 0 2rem 0;
}

.ca-precios-header h2 {
    font-family: 'Quicksand', Arial, sans-serif;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 3.75rem;
    margin: 0 auto 3rem;
}

.ca-precios-header p, .ca-precios-headercopy p {
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 2rem;
    margin: 0 auto 20px;
}

.ca-precios-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 3rem auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 1680px;
}

.ca-precios {
    position: relative;
    font-family: 'Source Sans 3', Arial, sans-serif;
    background: #f3f3f3;
    width: 100%;
    max-width: 25%;
    height: auto;
    min-height: auto;
    border-radius: 15px;
    box-sizing: border-box;
    text-align: center;
    margin: 1rem;
    margin-bottom: 1rem;
    padding: 2.5rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.ca-precios-etiqueta {
    background: #fff;
    padding: 10px 15px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #313131;
    border-radius: 10px;
    position: absolute;
    width: 60%;
    top: 0;
    transform: translateY(-50%);
}

.ca-precios .ca-precios-etiqueta:after {
  display: none;
}

.ca-precios.ca-precios-featured .ca-precios-etiqueta:after {
    content: '\f005';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    right: 0;
    transform: translateX(20px) translateY(-7px) rotate(65deg);
    font-size: 4rem;
    color: #e79d8a;
    display: initial;
}

.ca-precios .ca-precios-title-h3:after {
    display: none; 
}

.ca-precios:last-child .ca-precios-title-h3 {
    font-size: 2.35rem;
}

.ca-precios.ca-precios-featured .ca-precios-title-h3.mensual:after {
    content: '\f005';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: relative;
    font-size: 3.25rem;
    color: #ffc107;
    display: inline-block;
    transform: rotate(65deg);
}

.ca-precios.ca-precios-featured {
    background: #c9563d;
    padding: 4rem 1.25rem;
}

.ca-precios-title-h3 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    color: #313131;
    margin: 5px auto;
    width: 90%;
}

.ca-precios.ca-precios-featured .ca-precios-title-h3 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    margin: 5px auto;
    width: 90%;
}

.ca-precios .ca-precios-title .ca-precios-title-h3 {
  font-size: 1.45em;
  text-transform: uppercase;
  color: #c9563d;
  font-weight: 700;
}

.ca-precios-modalidad {
    color: #3a3a3a;
    font-size: 1.35rem;
    line-height: 1.35rem;
    transform: translateY(-15px);
}

.ca-precios.ca-precios-featured .ca-precios-modalidad {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    transform: translateY(-15px);
}
.ca-precios .ca-precios-info-container {
    padding: 0;
    color: #3a3a3a;
    width: 100%;
    height: auto;
    position: relative;
    overflow-wrap: break-word;
}

.ca-precios.ca-precios-featured .ca-precios-info-container {
    color: #fff;
}

.ca-precios .ca-precios-info-container .ca-precios-price {
    font-size: 3.75rem;
    line-height: 3.75rem;
    color: #3a3a3a;
    padding: 0;
    font-weight: 800;
    margin-top: 0;
    display: inline-block;
    width: 80%;
}

.ca-precios-featured .ca-precios-info-container .ca-precios-price {
    color: #ffffff;
}

span.ca-precios-price-time {
    font-size: 1.5rem;
}

.ca-precios .ca-precios-info-container .ca-precios-price p {
  font-size: 1.35em;
  display: inline-block;
  margin: 0;
}

.ca-precios .ca-precios-info-container .ca-precios-descripcion {
    padding-bottom: 0;
    margin: 1rem auto 2rem;
    width: 90%;
}
.ca-precios .ca-precios-info-container .ca-precios-descripcion em {
  font-size: 1rem;
  font-weight: 500;
}

.ca-precios-p.ca-precios-descripcion ul {
    list-style-type: none;
    padding-left: 1rem;
    margin: 1rem auto;
    display: flex;
    flex-flow: column wrap;
    text-align: left;
    align-content: center;
}

.ca-precios-featured .ca-precios-p.ca-precios-descripcion ul {
    list-style-type: none;
    padding-left: 1rem;
    margin: 1rem auto;
    display: flex;
    flex-flow: column wrap;
    text-align: left;
    align-content: center;

}

.ca-precios-p.ca-precios-descripcion ul li {
    color: #3a3a3a;
}

.ca-precios-p.ca-precios-descripcion h4 {
    margin: 0 auto 10px;
    color: #3a3a3a;
    font-size: 1rem;
    line-height: 1.25rem;
}

.ca-precios-featured .ca-precios-p.ca-precios-descripcion ul li {
    color: #ffffff;
    font-weight: 600;
}

.ca-precios-p.ca-precios-descripcion ul li::before {
    color: #c9563d;
    content: "\f1ce";
    font-family: "Font Awesome 6 Pro";
    font-size: .75rem;
    font-weight: 900;
    margin-right: 5px;
}

.ca-precios-featured .ca-precios-p.ca-precios-descripcion ul li::before {
    color: #fff;
}

.ca-precios-featured .ca-precios-p.ca-precios-descripcion h4 {
    margin: 0 auto 10px;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.25rem;
}

.ca-precios-cta {
    position: relative;
    margin: 0 auto 1rem;
}

.ca-precios .ca-precios-info-container .ca-precios-cta a {
    display: inline-block;
    background: #c9563d;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    padding: 20px 25px;
    text-decoration: none;
    -o-transition: all .2s ease;
  	-ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.ca-precios .ca-precios-info-container .ca-precios-cta a:hover {
    -o-transition: all .2s ease;
  	-ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #ffffff;
    background-color: #e38f79;
}

.ca-precios.ca-precios-featured .ca-precios-info-container .ca-precios-cta a {
    display: inline-block;
    background: #ffffff;
    border-radius: 5px;
    color: #c9653d;
    cursor: pointer;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    padding: 20px 25px;
    text-decoration: none;
    -o-transition: all .2s ease;
  	-ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.ca-precios.ca-precios-featured .ca-precios-info-container .ca-precios-cta a:hover {
    -o-transition: all .2s ease;
  	-ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff;
    background-color: #e38f79;
}

.ca-precios-footer-message p {
    font-size: 0.8rem;
    color: #3a3a3a;
    margin: 0 auto;
}

.ca-precios-featured .ca-precios-footer-message p {
    color: #ffffff;
}

/*** Campmany Pricing Switcher ***/

.ca-precios-switcher {
    text-align: center;
    max-width: 400px;
    width: 40%;
    margin: 0 auto 40px;
}

.ca-precios-switcher .ca-precios-fieldset {
    display: inline-block;
    background: #f3f3f3;
    position: relative;
    padding: 0;
    border-radius: 0.35rem;
    border: none;
    width: 100%;
}

.ca-precios-switcher input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.ca-precios-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
}

input[name="duration-1"]:checked + label {
    color: #ffffff;
    -o-transition: all .2s ease;
  	-ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
input[name="duration-1"] + label {
    color: #313131;
    -o-transition: all .2s ease;
  	-ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.ca-precios-switcher .switch {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 50%;
    background-color: #c9563d;
    border-radius: 0.35rem;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

.ca-precios-switcher input[type="radio"]:checked + label + .switch,
.ca-precios-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}


@media screen and (max-width: 48rem) {
  
  .ca-precios-container::after {
    bottom: -5rem;
}
  .ca-precios-header h2 {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin: 0 auto 2rem;
    padding: 0 20px;
  }
  .ca-precios-wrapper {
    margin: 1rem 0 0;
  }
  .ca-precios-wrapper .ca-precios {
    width: 100%;
    margin: 2rem 0;
    max-width: 90%;
}
  .ca-precios-switcher {
    text-align: center;
    max-width: 400px;
    width: 75%;
    margin: 0 auto 30px;
}
  .ca-precios.ca-precios-featured .ca-precios-info-container .ca-precios-cta a {
    border-radius: 0.313rem;  
}
}

@media screen and (min-width: 48rem) and (max-width: 85.375rem) {
 .ca-precios-wrapper {
    flex-wrap: wrap;
}
  .ca-precios {
    max-width: 50%;
}

@media screen and (max-width: 340px) {
  .ca-precios.ca-precios-featured .ca-precios-modalidad {
    font-size: 1.25rem;
}
  .ca-precios.ca-precios-featured .ca-precios-etiqueta:after {
    content: '\f005';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    right: 0;
    transform: translateX(20px) translateY(-3px) rotate(65deg);
    font-size: 3.25rem;
    color: #e79d8a;
    display: initial;
}

  .ca-precios .ca-precios-info-container .ca-precios-descripcion {
    width: 100%;
}
  
  .ca-precios-modalidad {
    color: #3a3a3a;
    font-size: 1.25rem;
    line-height: 1.25rem;
    transform: translateY(-5px);
}
  
  .ca-precios-switcher {
    text-align: center;
    max-width: 400px;
    width: 75%;
    margin: 0 auto 20px;
}
}