﻿/*Imagen*/
header .textos-header{
    display: flex;
    height: 430px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.textos-header h1{
    font-size: 50px;
    color: #fff;
}
.textos-header h2{
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}
.wave {
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*Titulos*/
.titleA {
    padding: 10px;
    background-color: #031F38;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid rgb(38, 57, 77);
    color: #EEE5DA;
}
@keyframes bgText {
    to {
        background-position: 200% center;
    }
}
.title-top{
    margin-top: 10%;
}
.body-all {
    background-image: linear-gradient( to bottom right, #0e162f 0%, #181c31 20%, #142e5e 40%, rgb(38, 57, 77) 60%, #050936 80% );
    background-size: 200% 200%;
    animation: movimiento 5s linear infinite alternate;
}
.body-fe {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #031F38;
    padding: 20px;
}
@keyframes movimiento{
    from{
        background-position: 0 0;
    }
    to{
        background-position: 100% 100%;
    }
}
.wrapper-price {
    max-width: 1090px;
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
}
.wrapper-price .tables{
    border-radius: 10px;
    background: #fff;
    width: calc(40% - 13px);
    margin-left: 40px;
    padding: 30px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.tables .price-section{
    display: flex;
    justify-content: center;
}
.price-section .price-area{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    padding: 2px;
}
.price-area .inner-area {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #fff;
    line-height: 117px;
    text-align: center;
    position: relative;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.price-area .inner-area .text{
    font-size: 25px;
    font-weight: 400;
    position: absolute;
    top: -18px;
    left: 5px;
}
.price-area .inner-area .price{
    font-size: 25px;
    font-weight: 500;
    margin-left: 16px;
}
.tables .package-name {
    width: 100%;
    height: 2px;
    margin: 35px 0 0;
    margin-bottom: 30%;
}
.package-name .titlefe {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.individual {
    border-bottom: #B7950B solid 3px;
}
.profesional {
    border-bottom: #2874A6 solid 3px;
}
.pymesA {
    border-bottom: #229954 solid 3px;
}
.pymesB {
    border-bottom: #5B2C6F solid 3px;
}
.juridicaA {
    border-bottom: #03907F solid 3px;
}
.juridicaB {
    border-bottom: #B9770E solid 3px;
}
.juridicaC {
    border-bottom: #97306B solid 3px;
}
.juridicaD {
    border-bottom: #628712 solid 3px;
}
.tables .features li {
    margin-bottom: 15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.features li .list-name{
    font-size: 15px;
    font-weight: 400;
}
.features li .icon{
    font-size: 15px;
}
.features li .icon.check{
    color: #2bd94d;
}
.tables .btn{
    display: flex;
    justify-content: center;
    margin-top: 35px;
    transition: all ease-in-out 0.5s;
}
.tables .btn a {
    width: 80%;
    height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    align-content: center;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none !important;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.basic .price-area,
.basic .inner-area
.basic .btn a {
    background: #D4AC0D;
}
.basic .btn a {
    background: #D4AC0D;
    transition: all ease-in-out 0.5s;
}
.basic .btn a:hover {
    border-radius: 5px;
    transition: all ease-in-out 0.5s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, #D4AC0D 0px 10px 10px;
}
.premium .price-area,
.premium .inner-area,
.premium .btn a {
    background: #2980B9;
    transition: all ease-in-out 0.5s;
}
.premium  .btn a:hover {
    border-radius: 5px;
    transition: all ease-in-out 0.5s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, #2980B9 0px 10px 10px;
}
.pymesA .price-area,
.pymesA .inner-area,
.pymesA .btn a {
    transition: all ease-in-out 0.5s;
    background: #229954;
}
.pymesA  .btn a:hover {
    transition: all ease-in-out 0.5s;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, #229954 0px 10px 10px;
}
.pymesB .price-area,
.pymesB .inner-area,
.pymesB .btn a {
    transition: all ease-in-out 0.5s;
    background: #5B2C6F;
}
.pymesB  .btn a:hover {
    border-radius: 5px;
    transition: all ease-in-out 0.5s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, #5B2C6F 0px 10px 10px;
}
.juridicaA .price-area,
.juridicaA .inner-area,
.juridicaA .btn a {
    transition: all ease-in-out 0.5s;
    background: #03907F;
}
.juridicaA  .btn a:hover {
    transition: all ease-in-out 0.5s;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, #03907F  0px 10px 10px;
}
.juridicaB .price-area,
.juridicaB .inner-area,
.juridicaB .btn a {
    transition: all ease-in-out 0.5s;
    background: #B9770E;
}
.juridicaB  .btn a:hover {
    transition: all ease-in-out 0.5s;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, #B9770E  0px 10px 10px;
}
.juridicaC .price-area,
.juridicaC .inner-area,
.juridicaC .btn a {
    transition: all ease-in-out 0.5s;
    background: #97306B;
}
.juridicaC  .btn a:hover {
    transition: all ease-in-out 0.5s;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, #97306B  0px 10px 10px;
}
.juridicaD .price-area,
.juridicaD .inner-area,
.juridicaD .btn a {
    transition: all ease-in-out 0.5s;
    background: #628712;
}
.juridicaD  .btn a:hover {
    transition: all ease-in-out 0.5s;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, #628712  0px 10px 10px;
}
.rules-service {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #031F38;
}
/*Responsive*/
@media (max-width: 950px) {
    .title-top {
        margin-top: 16%;
    }
}
@media (max-width: 860px) {
    .wrapper-price {
        display: block;  
    }
    .wrapper-price .tables{
        width: calc(70% - 10px);
        margin-left: 16%;
        margin-bottom: 40px;
    }
}
@media (max-width: 612px){
    .wrapper-price .tables {
        width: 90%;
        margin: auto;
        margin-bottom: 40px;
    }
}

