
.container-pricing {
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
  max-width: 900px;
  margin: 40px auto;
  justify-content: space-around;
}
  
@media all and (max-width:900px) {
  .container-pricing {
    width: 100%;
  }
}
 
@media all and (max-width:725px) {
  .container-pricing {
    flex-direction: column;
  }
  .card {
    width: 100%;
  }
}

.card {
  text-align: center;
  box-shadow: 0 0 9px 0px rgba(0,0,0,0.3);  
}


.card-animation{
    animation: 1.5s cubic-bezier(.53,.2,.54,1.33) 0s 1 slidein;
  animation-fill-mode: forwards;
  &:last-of-type {
    margin-right: 0;
  }
  &:nth-of-type(2) {
    animation-delay: 0.5s;
    animation-duration: 1.75s;
  }
  &:nth-of-type(3) {
    animation-delay: 1s;
    animation-duration: 2s;
  }
}


@keyframes slidein {
  from {
      left: -1500px;
  }
  to {
    left: 0;
  }
}
  
.container-pricing a {
  position: relative;
  font-weight: bold;
  font-size: 0.8em;
  background: $secondary-color;
  color: $primary-color;
  text-decoration: none;
  text-transform: capitalize;
  margin-bottom: 30px;
  align-self: center;
  padding: 10px 20px;
  border-bottom: 3px darken($secondary-color, 20%) solid;
  overflow: hidden;
  &:after {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    height: 100%;
    width: 10%;
    background-color: lighten($secondary-color, 20%);
    transform: skewX(-25deg);
    transition: all 0.5s ease-in-out;
  }
  &:hover:after {
    transform: translateX(250px) skewX(-25deg);  
  }
}
  
.container-pricing ul {
  list-style-type: none;
  padding: 10px 0 15px 0;
}

.container-pricing ul li{
    font-size: 0.8em;
    padding-bottom: 10px;
    &:first-of-type {
      padding-top: 10px;
    }
}
  
.container-pricing h1 {
  font-size: 1em;
  font-weight: 500;
}

.container-pricing h2 {
  font-size: .6em;
  font-weight: 400;
  padding: 3px 5px 15px 5px;
}

.price {
  width: 100%;
  background: lighten($bg-color, 45%);
}

.container-pricing h3 {
  font-size: 2em;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-pricing h3 span{
    font-weight: 400;
    font-size: 0.4em;
}

.imagen-precios{
  width: 50%;
  margin-left: 25%;
}

.linea-titulos{
    background-color: #0082a0;
    height: 4px;
    width: 25%;
    position: absolute;
    top: 120px;
    left: 38%;
    border-radius: 30px;
}




/* /////////////////////////// 
    Pricing section
//////////////////////////// */
.pricing-section {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .pricing-section {
    padding-top: 90px;
  }
}

.pricing-section-bg {
  position: absolute;
 /* background: #f5f5f5;*/
  /*height: 50%;*/
  width: 100%;
  top: 0;
  z-index: -1;
  /*transform: skewY(-4deg);*/
}

.slider_bg_price {
  background-image: url("../image/div-wave.png");
  height: 500px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}



.pricing-shape {
  position: absolute;
  bottom: 2px;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  display: none;
}

.pricing-shape svg {
  width: 100%;
}

.pricing-shape .pricing-shape-color {
  fill: #f8fbfe;
}

.card-p01 {
  border: 0;
  padding: 24px 30px 30px;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 15px;
  position: relative;
  height: 450px;
}

.card-p01:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  top: 0;
  left: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.card-p01 .card-head {
  padding-bottom: 0px;
    padding-top: 20px;
}

.card-p01 .card-head h6 {
  color: #1c90aa;
  font-weight: 700;
  letter-spacing: 0.43px;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-family: 'Nexa Bold', sans-serif;
  font-size: 1.6em;
}

.card-p01 .card-head h2 {
  position: relative;
}

.card-p01 .card-head h2 .small-title {
  color: #1f1f1f;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1.2px;
  top: -10px;
  position: relative;
}

.card-p01 .card-head h2 .devider {
  font-size: 17px;
  font-style: italic;
  margin-left: -8px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  margin-left: -9px;
}

.card-p01 .card-head h2 .big-txt {
  color: #1f1f1f;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 60px;
  margin-left: -6px;
}

.card-p01 .card-head h2 .month {
  color: #1f1f1f;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.68px;
  margin-left: -7px;
}

.card-p01 .card-head p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 23px;
  color: #323232;
  margin-bottom: 0;
}

.card-p01 .card-content .pricing-list li {    
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.42px;
    line-height: 10px;
    text-align: left;
}

.card-p01 .card-content .pricing-list li i {
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #1f1f1f;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}

.card-p01 .card-content .pricing-list li.disable-opt {
  text-decoration: line-through;
  color: #8e8e8e;
}

.card-p01 .card-content .pricing-list li.disable-opt i {
  color: #8e8e8e;
}

.card-p01 .card-content p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 0;
}

.card-p01 .card-btn {
  -webkit-transition: .4s;
  transition: .4s;
  padding-top: 23px;
  padding-bottom: 10px;
  margin-left: 1px;
}

.card-p01 .card-btn .btn {
  font-size: 16px;
  padding: 0 30px;
  height: 50px;
}

.card-p01.card-active:after {
  height: 5px;
  width: 100%;
  left: 0;
  top: 0px;
  content: '';
  position: absolute;
  background: #50e3c2;
  border-radius: 6px;
  display: none;
}

.card-p01:hover:before {
  -webkit-box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
          box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
}

.p01-extra-info {
  margin-top: 30px;
}

.p01-extra-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.32px;
}

@media (min-width: 480px) {
  .p01-extra-info p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .p01-extra-info p {
    font-size: 17px;
  }
}

.p01-extra-info span {
  color: #878b90;
  font-size: inherit;
}

.p01-extra-info a {
  color: #fff;
  margin-left: 8px;
}

.p01-extra-info a:hover {
  text-decoration: underline;
}

.altura-div-precio{
   /* height: 570px;*/
}

.col-xl-4v2{
    flex: 0 0 33.333333%;
    max-width: 25%;
}

.largo-row{
    width: 100%;
}

.centrado-derecho{
   /* margin-right: 15%;*/
}

.padding-bottom-titulo{
    padding-bottom: 40px;
}

.arreglo{
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px !important;
  margin-left: 0px !important;
  
}
















/* -------------------- BOTON ----------------------*/ 

#boton-info-precio a {
  width: 100%;
  max-width: 240px;
  height: 54px;
  padding: 8px;
  font-size: 0.8rem;
  font-weight: 900;
  color: #ece8e1;
 /* background-color: #0082a0;*/
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0 0 1px inset rgba(236, 232, 225, 0.3);
  position: relative;
  margin: 10px 0;
}
#boton-info-precio a.white:hover > p {
  color: #ece8e1;
}
#boton-info-precio a.white > p {
  background: #ece8e1;
  color: #0f1923;
}
#boton-info-precio a.white > p span.base {
  border: 1px solid transparent;
}
#boton-info-precio a.transparent:hover > p {
  color: #ece8e1;
}
#boton-info-precio a.transparent:hover > p span.text {
  box-shadow: 0 0 0 1px #ece8e1;
}
#boton-info-precio a.transparent > p {
  background: #0f1923;
  color: #ece8e1;
}
#boton-info-precio a.transparent > p span.base {
  border: 1px solid #ece8e1;
}
#boton-info-precio a:after, div a:before {
  content: "";
  width: 1px;
  position: absolute;
  /*height: 8px;*/
  background: #0f1923;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#boton-info-precio a:before {
  right: 0;
  left: initial;
}
#boton-info-precio a p {
  margin: 0;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  z-index: 1;
  left: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color:  #0082a0;
}
#boton-info-precio a p span.base {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  border: 1px solid #0082a0;
}
#boton-info-precio a p span.base:before {
  content: "";
  width: 2px;
  height: 2px;
  left: -1px;
  top: -1px;
  background: #0f1923;
  position: absolute;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}
#boton-info-precio a p span.bg {
  left: -5%;
  position: absolute;
  background: #ece8e1;
  color:  #0082a0;
  width: 0;
  height: 100%;
  z-index: 3;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
#boton-info-precio a p span.text {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#boton-info-precio a p span.text:after {
  content: "";
  width: 4px;
  height: 4px;
  right: 0;
  bottom: 0;
  background: #0f1923;
  position: absolute;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  z-index: 5;
}
#boton-info-precio a:hover {
  color: #0082a0;
}
#boton-info-precio a:hover span.bg {
  width: 110%;
}
#boton-info-precio a:hover span.text:after {
  background: #ece8e1;
}

/* -----------------------------------*/


.card-boton{
  position: absolute;
  top: 370px;
  width: 80%;
}

.card-subhead{
  position: absolute;
  width: 104%;
  z-index: 10;
  color: white;
  background-color: #333333;
  top: 60px;
  left: -7px;
  border-radius: 5px;
  box-shadow: 0 0 7px 0px rgb(0 0 0 / 55%);
}

.card-subhead p{
  margin-left: 8%;
  margin-right: 8%;
  text-align: center;
  font-size: 16px;
  margin-top: 7px;
}


.card-content{
  margin-top: 0px;
}

.txt-subtitulo{
  margin-top: 10px;
  color: #333333;
  width: 100%;
}

.txt-subtitulo-p{
  font-size: 1.5em;
}

#div-titulo{
  margin-bottom: 0px !important;
}