.fondo-redondeado {
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    -webkit-box-shadow: 2px 5px 16px 0px #818182, 5px 5px 5px 5px rgba(0, 0, 0, 0);
    box-shadow: 2px 5px 16px 0px #818182, 5px 5px 5px 5px rgba(0, 0, 0, 0);
    padding: 50px !important;
    width: 85%;
    margin: 0 auto 0;
    background-color: white;
    position: relative;
    margin-bottom: 10px;
}

.text-somos-movil-home {
    font-size: 20px;
    text-align: center;
    font-weight: 500;

}

.rightB {
    float: right;
}

.jcontent {
    justify-content: center;
}

.fondo-redondeado-cotizador2 {
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    -webkit-box-shadow: 0px 0px 20px 0px #ea963c, 5px 5px 5px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 20px 0px #ea963c, 5px 5px 5px 5px rgba(0, 0, 0, 0);
    padding: 50px !important;
    width: 100%;
    margin: 0 auto 50px;
}

.redondeado-naranja {
    padding: 10px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px #ea963c, 5px 5px 5px 5px rgb(0 0 0 / 0%);
    box-shadow: 0px 0px 20px 0px #ea963c, 5px 5px 5px 5px rgb(0 0 0 / 0%);
    width: 100px;
    height: 100px;
    margin: 25px auto 50px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #e38623;
    font-weight: bold;
    cursor: pointer;
}

.altoFondo {
    height: 300px;
}

.bullet-blue {
    border-radius: 100px;
    background-color: #2c358d;
    height: 15px;
    width: 15px;
    margin: 0 auto 0 !important;
}

.cotiza-servicio-btn-naranja {
    background-color: #ea963c;
    border: 1px solid transparent;
    border-radius: 1000px;
    -webkit-box-shadow: 0 5px 7px #ea963c;
    box-shadow: 0 5px 7px #ea963c;
}

.cotiza-servicio-btn-azul {
    background-color: #2c358d;
    border: 1px solid transparent;
    border-radius: 1000px;
    -webkit-box-shadow: 0 5px 7px #2c358d;
    box-shadow: 0 5px 7px #2c358d;
}

.txt-servicios-contact {
    line-height: 3;
    font-size: 26px;
}

.paddingR-62 {
    padding-right: 62px;
}

.sombra-naranja {
    -webkit-box-shadow: 0px 0px 20px 0px #ea963c, 5px 5px 5px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 20px 0px #ea963c, 5px 5px 5px 5px rgba(0, 0, 0, 0);
}

.sombra-azul {
    -webkit-box-shadow: 0px 0px 20px 0px #2c358d, 5px 5px 5px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 20px 0px #2c358d, 5px 5px 5px 5px rgba(0, 0, 0, 0);
}

.btn-center {
    display: flex;
    justify-content: center;
    margin-top: 40px;

}

.txt-descripc {
    margin-bottom: 40px !important;
    font-size: 19px;
    text-align: justify !important;
    color: #7a7a7a;
}

.division-naranja {
    border: 1px solid #ea963c;
    width: 100px;
    height: 4px;
    background: #ea963c;
}

.division-azul {
    border: 1px solid #2c358d;
    width: 100px;
    height: 4px;
    background: #2c358d;
}

.descripcion-container {
    margin-top: 90px;
}

.item-plan {
    border-radius: 0 50px;
}

.item-plan {
    width: 70%;
    height: 385px;
    margin: 30px auto 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0px 0px 20px 0px #818182, 5px 5px 5px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 20px 0px #818182, 5px 5px 5px 5px rgba(0, 0, 0, 0);
}

/*planes*/
.item-plan-h {
    background: #ea963c;
    border-radius: 0 50px 0 0;
    color: white;
    padding: 20px 0 0 0;
    font-size: 35px;
    height: 65px;
    font-weight: 700;
}

.btn-plan1{
    background-color: #ea963c;
    border-color: #ea963c;
}
.btn-plan2{
    background-color: #2c358d;
    border-color: #2c358d;
}
.btn-plan3{
    background-color: #2c7c8d;
    border-color: #2c7c8d;
}

.back-waves {
    background: url('../images/fondo_iconos/fondo_729_618.svg');
    background-repeat: no-repeat;
    width: 70%;
    height: 75%;
    position: absolute;
}

.item-plan-c {
    padding: 20px;
    height: 252px;
}

.plan-contrata {
    font-size: 25px;
    margin-bottom: 12px;
    color: #ea963c;
    height: 50px;
}

.plan-vacante {
    color: #ea963c;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.plan-precio1 {
    margin-bottom: 5px;
    font-size: 15px;
    color: #929292;
    text-decoration: line-through;
    
}

.plan-precio {
   
    font-size: 17px;
    color: #000;
    height: 100px;
    display: flex;
    justify-content: start;
    text-align: left;
}

.footer-plan {
    font-size: 12px;
}

.color-plan2 {
    background: #2c358d;
}

.color-plan2A {
    color: #2c358da8;
}

.color-plan3 {
    background: #2c7c8d;
}

.color-plan3A {
    color: #2c7c8da8;
}

.color-black {
    color: black !important;
}

.ul-lista {
    list-style-type: none;
}

.stripe-row {
    background: #e7e3e3;
}

.input-seleccionado {
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #e7e3e3;
    width: 50px;
    text-align: center;
    font-weight: bold;
}

.lista-paquetes {
    padding: 5px 0 5px 10px;
    font-size: 13px;
    font-weight: bold;
}

.servicios-seleccionados {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 40px 0;
}

.padding-0 {
    padding: 0 !important;
}

.background-form {
    width: 100%;
    background: #e7e3e3;
    border: none;
    border-radius: 7px;
    padding: 0 0 0 10px;
    margin-bottom: 8px;
    height: 30px;
}

.background-form-textarea {
    width: 100%;
    background: #e7e3e3;
    border: none;
    border-radius: 7px;
    padding: 0 0 0 10px;
    margin-bottom: 8px;
    height: 80px;
}

.mt50 {
    margin-top: 50px;

}

.eres-empresa {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: #ea963c;
}

.cuadro1-form-largo {
    padding: 0 30px 0 0;
}

.cuadro2-form-largo {
    padding: 0 25px 0px 0;

}

.btn-form2 {
    font-size: 14px;
    width: 100%;
    padding: 5px 0 4px 0;
    color: white;
    font-weight: 700;
}

.pageService__item {
    padding-top: 25px;
}

.img-footer {
    width: 50px;
    margin: 10px 0 10px 0;
}

.mb-40 {
    margin-bottom: 40px;
}

.f20 {
    font-size: 20px;
}

/*checkbox*/
.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: #ea963c;
}

#servicios-seleccionados {

    font-size: 12px;
}

.btn-encuentra-trabajo {
    background-color: white;
    color: black;
}

/*checkbox*/
.object {
    animation: MoveUpDown 1s linear infinite;
    position: relative;
    left: 0;
    bottom: 0;
}

@keyframes MoveUpDown {

    0%,
    100% {
        top: 0;
    }

    50% {
        top: 30px;
    }
}

/*listas*/
.lista-num {
    list-style: decimal;
}

.lista-abc {
    list-style: lower-alpha;
}

.espacio-renglon-lista {
    margin: 10px 0 10px 0;
}

.f15 {
    font-size: 15px;
}

.f27 {
    font-size: 27px;
}

.itemcito {
    cursor: pointer;
}

.custom-file-upload {
    border: 1px solid #2c358d;
    display: inline-block;
    padding: 0px 12px;
    cursor: pointer;
}

.inputFile {
    display: none;
}

/*whatsapp*/
.appWhatsapp {
    position: fixed;
    right: 26px;
    bottom: 25px;
    width: 51px;
    z-index: 1000;
}

.appWhatsapp img {
    width: 100%;
    height: auto;
}

.titulo-gracias {
    font-size: 50px;
}

.titulo-gracias-azul {
    font-size: 50px;
    color: #2c358d;
}

.txt-gracias {
    line-height: 2;
    margin-bottom: 88px;
    margin-top: 80px;
}

.text-person {
    font-size: 15px;
    margin-bottom: 20px;
}

.mb-0 {
    margin-bottom: 0px;
    ;
}

.mt-0 {
    margin-top: 0px !important;
}

.reviews__fullReview.close p {
    -webkit-line-clamp: initial;
}

.perfilesDivc1,
.perfilesDivc2 {
    display: none;
}


.container-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.column-benefits {
    padding: 10px;
    width: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@200&display=swap');

.p {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    z-index: 20;
    box-shadow: 10px 10px 53px 0px rgba(0, 0, 0, 0.49);
}

.card-wrapper {
    position: relative;
    width: 400px;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 10px 10px 53px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ffd6a9;
}
.beneficios{
    display: flex;
    justify-content: center;
    font-size: 22px;
}
.title {
    display: flex;
    justify-content: center;
    opacity: 1;
    font-size: 20px;
    height: 100%;
    align-items: center;
    color: #83919b;
}
.card-wrapper:hover .title {
    opacity: 0;
    transition: all 0.3s linear;
}

.card-wrapper:hover .image {
    filter: blur(1.4px);
    transform: scale(1.5);
    overflow: hidden;
    transition: all 0.3s linear;
    box-shadow: inset -6px -1px 32px 0px rgba(0, 0, 0, 0.75);
}

.card-wrapper:hover .card-bottom {
    transform: translate(0%, -50%);
    transition: all 0.8s ease;
    background-color: rgba(90, 24, 154, 50%);
}

.card-top {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.card-bottom {
    width: 100%;
    position: absolute;
    z-index: 20;
    display: nonee;
    top: 50%;
    background-color: rgba(110, 122, 92, 0);
    padding: 100px 20px;
    color: #fff;
    transform: translate(100%, -50%);
}

.top-text {
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}

.bottom-text {
    font-size: 15px;
}

.button {
    position: relative;
    display: block;
    outline: none;
    cursor: pointer;
    margin-top: 25px;
    border: none;
    border-radius: 3px;
    background-color: #00C2D1;
    color: #fff;
    padding: 5px 20px;
}

@media screen and (max-width: 500px) {

    .logo {
        width: 100px;
    }

    .back-waves {
        height: 160px;
    }
}