/*Header*/
.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;  
    width: 100%;
    height: 70px;
    padding: 10px;
}
.header-top-bar {
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%;
    background-color: #0d6fb8;
}
.header-top-bar-inner {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    width: 100%;
}
.top-bar-logo {
    width: 104px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    justify-content: center; 
    align-items: center; 
}
.img-logo{
    width: 104px; 
    height: 26px;
    flex-shrink: 0;
}

/*Estilos contador*/
/*Estilos contador*/
/*tlk d*/
.dv-fthr-tml{
    width: 90%;
    display: flex; 
    justify-content: center;  
    align-items: center;
    flex-direction: column;
    margin: 2% auto;
}
.step3 .dv-fthr-tml{
    margin-bottom: 0;
}
.dv-progress-step {
    width: 100%;
    margin-bottom: 5px;
    color: #757575;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.dv-progress-text {
    width: 100%;
    margin-bottom: 10px;
    color: #003053;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.dv-progress-line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.line-step {
    width: 80%;
    margin: 0 10px;
    height: 5px;
    background: #DCEBF8;
    border-radius: 1px;
}
.line-step.ls-active {
    background: #2079BE; 
}
.line-step:first-of-type {
    margin-left: 0;
}
.line-step:last-of-type {
    margin-right: 0;
}
.dv-progress-line .line-step {
    display: inline-block;
}

/*Modal General*/
.nvoAncho {
    display: flex;
    justify-content: center;
    margin-top: 0;
}
.modal-content{
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    height: 100% !important;
    border: unset;
}
.ancho-modal{
    margin: auto;
    display: flex;
    align-items: center;
    gap: 46px;
    justify-content: center;
}

/*Card Azul*/
.dv-card-img{
    width: 607px;
    height: 550px;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 48, 83, 0.36) 0%, rgba(0, 48, 83, 0.36) 100%), url('https://www.unitec.mx/hubfs/01.UNITEC/2025/07/calculadora/seccion-calculadora-ol.png') lightgray 50% / cover no-repeat;
}
.card-blue {
    border-radius: 0.375rem;
    height: 550px;
    background-size: cover;
    background-position: center;
}
.card-desc{
    padding-top: 0;
    padding-top: 0;
    display: flex;
    width: 70%;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
}
.titulo-logo{
    margin-bottom: 5%;
    margin-top: 0%;
    border-left: 3px solid white;
    padding-left: 10%;
}
.div-img-cd{
    margin-top: 2%;
}
.img-card-desc{
    width: 25px;
    height: 25px;
    margin-bottom:  5px;
}
.tit-desc {
    align-self: stretch;
    color: #FFF;
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%;
}
.sub-desc {
    align-self: stretch;
    color: #FFF;
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}
.step1 .dv-fth-resultados{
    display: none;
}

/*fomulario Paso 1*/
.dv-form-p1{
    display: flex;
    width: 521px;
    padding: 0px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
}
/*Titulo formulario*/
#secc-detalle{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.titulo{
    color: #0d6fb8;
}
.contenido{
    max-width: 100%;
    display: flex;
    justify-content: initial;
    align-items: center;
}
.titulo h2{
    color:  #0B5A94;
    font-family: "Work Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.descripcion{
    display: flex;
    justify-content: center;
    align-items: center;
}
.descripcion p{
    color: #757575;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.titulo-contactanos {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: normal;
    color: #757575;
    margin-bottom: 20px;
}

#paso1_form {
    width: 100%;
}
.hs-forms-calc{
    margin: 2% 0;
    font-family: "Work Sans";
}
.form {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    height: 70px;
}
.form-group {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 5px;
    justify-content: center;
    min-height: auto;
}
.floating {
    position: relative
}
form input[type=email], form input[type=file],
form input[type=number], form input[type=password],
form input[type=tel], form input[type=text],
form select, form textarea {
    padding: 3px 14px;
    border-radius: 8px;
    border: 0.5px solid #9D9D9D;
    color: #9C9C9C;
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-calculadora {
    margin-left: 0;
    border-left: none;
    border-radius: 0px 5px 5px 0px;
    box-shadow: none;
    min-height: 35px;
    font-size: 14px;
}
.form-control {
    margin-bottom: 0 !important;
}
.form-control {
    margin-top: 0;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #E0E0E0 !important;
    border-color: #c2c2c2 !important;
}
.form-control.floating:focus~label {
    transform: translate(5px, -27px) scale(0.80);
    opacity: 1;
    color: #757575 !important;
}

.form-control.floating:valid~label {
    transform-origin: bottom left;
    transform: translate(-5px, 0px);
    opacity: 1;
}
.form-group.floating>label {
    align-self: stretch;
    color: #6C6C6C !important;
    font-size: 10px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    bottom: 40px;
    left: 0px;
    position: absolute;
    background-color: transparent;
    padding: 0px 5px 0px 5px;
    transition: .1s;
    pointer-events: none;
    transform-origin: bottom left;
    height: 12px;
    padding-top: 1px;
    padding-bottom: 0;
}
.input-success, .input-success:-webkit-autofill {
    margin: 0;
    border-radius: 8px;
    background-color: #EDFAF5 !important; 
    border-color: #08B670 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12' viewBox='0 0 11 12' fill='none'%3E%3Cpath d='M11 6C11 9.03757 8.53757 11.5 5.5 11.5C2.46243 11.5 0 9.03757 0 6C0 2.96243 2.46243 0.5 5.5 0.5C8.53757 0.5 11 2.96243 11 6ZM4.86382 8.91221L8.94446 4.83156C9.08303 4.693 9.08303 4.46832 8.94446 4.32975L8.44266 3.82794C8.30409 3.68936 8.07941 3.68936 7.94082 3.82794L4.6129 7.15584L3.05918 5.60211C2.92061 5.46355 2.69593 5.46355 2.55734 5.60211L2.05554 6.10392C1.91697 6.24249 1.91697 6.46717 2.05554 6.60573L4.36199 8.91218C4.50057 9.05077 4.72523 9.05077 4.86382 8.91221Z' fill='%2308B670'/%3E%3C/svg%3E")!important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem auto;
    transition: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
     -webkit-background-clip: text;
}
.input-focus {
    border-color: #00c851 !important;
    box-shadow: none;
    background-color: #08B670;
}
.input-error {
    border-color: #c87872 !important;
    box-shadow: none !important;
}
.botn-div {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    margin-left: 0px;
}
.step3 .botn-div{
    width: 100%;
    margin-top: 1px;
}
.btn {
    position: inherit !important;
    background-color: #003053 ;
    border-color: #003053 ;
    font-size: 1.125rem;
    width: 98%;
    box-shadow: none !important;
}
.btn:hover, .btn1:hover {
    background-color: #f68b1f ;
    border-color: #f68b1f ;
    color: #003053 !important;
    font-weight: 400;
}
.btn-border{
    height: 45px;
    color: #003053;
    border-radius: 3px;
    border: 1px solid #003053;
    padding: 6pt 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
    width: 100%;
    z-index: 3;
    background-color: transparent;
    margin: 5px 0;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.btn-border svg {
    margin-left: 10px;            
}
.btn-border:hover{
    color: #003053;
    background-color: #f68b1f;
    border-color: #f68b1f;
}
/*.deshabilta{
    pointer-events: none;
    background-color: #D4E5F1;
    border-color: #D4E5F1 ;
    color: #5196C7;
}*/
.dflex {
    display: flex;
}
.align-items-center {
    align-items: center !important;
}
.p-5 {
    padding: 3rem 3rem !important;
}
.error-form {
    float: none;
    font-family: "Work Sans";
    width: auto;
    text-align: left;
    line-height: 20px;
    font-size: 10px;
    font-weight: 400;
    padding-top: 0;
    position: relative;
    margin-bottom: 0;
    color: #e72400;
    top: -20px;
    margin-left: 5px;
}
.step1 .error-form{
    top: -12px;
}
.step1 #error_email{
    top: -9px;
}
.frm-politicas[_ngcontent-c7] {
    font-size: 10px;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}
.politicas {
    color: #B0B0B0;
    font-family: "Work Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%; 
    margin-top: 2%;
}
#continuar_politicas {
    text-transform: uppercase;
    color: #DBA467;
    font-family: "Work Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;

}
.frm-politicas[_ngcontent-c7] a[_ngcontent-c7] {
    color: #3C81D3;
    font-family: "Work Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}


/*Paso 2*/
/*Formulario*/
.step2 .dv-fth-resultados{
    display: none;
}
#paso2_form .form-group{
    flex-direction: column;
    margin-top: -1px;
}
.t-campus {
    text-align: left;
    margin-bottom: -10px;
    color: #6C6C6C;
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
}
.t-campues-p {
    text-align: left;
    color: #6C6C6C;
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
    margin-top: 5%;
}
.step2 .t-campus {
    color: #00568F;
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
}
#average {
    position: relative;
    width: 100%;
}
/*Promedio*/
input[type=range],#average1,#average3{
    background: rgb(246, 139, 31);
    background: -moz-linear-gradient(90deg, rgba(246, 139, 31, 1) 0%, rgba(241, 217, 194, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(246, 139, 31, 1) 0%, rgba(241, 217, 194, 1) 100%);
    background: linear-gradient(90deg, rgba(246, 139, 31, 1) 0%, rgba(241, 217, 194, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f68b1f", endColorstr="#f1d9c2", GradientType=1);
    border: solid 1px #f6881f !important;
    border-radius: 8px;
    height: 10px;
    width: 100% !important;
    outline: none !important;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}
.bubble {
    background: none;
    color: #0B5A94;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
    font-weight: 600;
    font-size: 17px;
}
/*inputs paso 2*/
.container-fluid {
    width: 100%;
}
.subtitulo, .subtituloPgr, .subtituloCam{
    position: absolute;
    top: -16px;
    left: -12px;
    font-size: 12px;
    color: #6C6C6C;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.sub1{
    color: #6C6C6C;
    font-weight: 600;
}
.cont-prepa {
    border-left: 1px solid #f6881f;
    border-top: 1px solid #f6881f;
    border-bottom: 1px solid #f6881f;
    padding: 5px;
}
#paso2_form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3E%3Cpath d='M5 5l5-5H0z' fill='%23333333' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: calc(100% - 11.5px) center;
    background-repeat: no-repeat;
    padding-right: 30px;
    padding-left: 1%;
}
.step2 .form-control {
    margin-top: 0;
    border: 0.5px solid #006FBA;
    
}
.step2 .w-98{
    width: 106%;
    border-radius: 6px;
}
.w-98 {
    height: 43px;
    font-size: 12px !important;
    margin-left: 0 !important;
    color: #6C6C6C !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
    padding-left:  5px;
    font-family: "Work Sans";
}
.hidden {
    display: none !important;
}
.loader {
    color: #f6881f;
    font-size: 2px;
    margin: 23px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    left: 9px;
}
.step2 .error-form{
    margin-left: -7px;
    top: -12px;
}
.lab-tit {
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: -13px;
    color: #6C6C6C;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.diploma{
    margin-top: 0px;
}
#gpo_diploma_hs {
    margin-top: -20px;
    margin-bottom: 30px;
    font-weight: 500;
}
.chk-rev {
    height: 30px;
}
input#average1::-webkit-slider-thumb {
    background: #f68b1f;
}
input#average1::-webkit-slider-runnable-track {
    border:1px solid #f6881f;
    background: #fff;
    height: 8px;
}
.range-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .range-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .range-scale {
    position: absolute;
    top: -10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  }

  .range-scale span {
    font-size: 12px;
    color: #333;
    position: relative;
    transform: translateX(-50%);
  }

/*Paso 3*/
.step3 .dv-fth-resultados{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.dv-fth-resultados{
    max-width: 100%;
    width: 95%;
    min-height: 1px;
    padding: 5px;
}
/*card izquierda beneficios*/
.dv-prnt-rewards-content{
    margin-top: 0px;
    width: 35%;
    background-color: #DCEBF8;
    border: 1px solid #006FBA;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 2%;  
    order: 1;
}
/*card lado derecho resultados*/
.dv-right-side-content {
    width: 65%;
    box-sizing: border-box;
    padding-left: 15px;
    order: 2;
}
.dv-datos-consulatdos{
    display: flex;
    flex-direction: column;
}
.dv-d-carrera{
    display: block; 
}
.dv-d-mod-camp {
    display: flex; 
    align-items: center;
    justify-content: space-between; 
}
.dv-d-mod-camp .tit-r-m,
.dv-d-mod-camp .campus-line {
    width: 45%; 
}
.tit-r {
    color: #003053;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}
.mod-camp {
    color: #003053;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
}
.tit-r-m{
    color: #003053;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}
.campus-line{
    color: #003053;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
    }
.pipe{
    color: #003053;
    font-weight: 450;
    letter-spacing: .8px;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 20px;
}

/*div contraible*/
.dv-prnt-ppe{
    margin-top: 2%;
    border:1px solid #0B5A94;
    border-radius: 4px;
}
.dv-head-ppe {
    background-color: #0B5A94;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tittle-ppe{
    color: white;
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}
.b-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    color: #fff;
}
.dv-content-ppe{
    padding: 10px;
    height: 0; 
    overflow: hidden;
    transition: height 0.3s ease-out;
    margin-top: -20px;
}
.dv-prnt-ppe.expanded .dv-content-ppe {
    height: auto;
    margin-top: 0;
}
.dv-prnt-ppe.expanded .b-arrow {
    transform: rotate(180deg);
}

/*personalizacion de plan de estudios*/
.dv-content-prnt-ppe{
    display: flex;
    justify-content: space-between;
}
.margen-g {
    margin-top: 15px;
    width: 30%;
}
.titulos-res {
    color: #757575;
    font-family: "Work Sans";
    font-size: 12.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%;
}
.dual-b {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    color: #0B5A94;
    height: 2vw;
    transition: .2s ease-out;
    width: 7vw;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 10px;
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.circ {
    zoom: 1;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-sizing: unset;
    cursor: pointer;
    display: inline-block;
    margin: 4px;
    padding: 1vh;
    width: 2.5vh;
    width: 1vw;
    margin-bottom: 5px;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    height: 30px;
    line-height: 30px; /* Hace que el texto se centre verticalmente */
    width: 30px;
    text-align: center;
    color: #0B5A94;
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.selected {
    background-color: #006fba;
    color: #fff;
}

/*resultados de costos*/
.dv-prnt-result-details {
    display: flex;           
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2%;
    border:1px solid #006FBA;
    border-radius: 6px; 
    box-sizing: border-box;
}
.dv-prd-titles, .dv-prd-costos {
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
}
.dv-prd-titles {
    text-align: left;
    
}
.dv-prd-costos {
    text-align: right;
}
.bec-acad-tit, .pag-mens-tit, .ahorr-tit {
    width: 100%;
}
.dv-prd-titles .bec-acad-tit{
    display: flex;
}
.bec-acad-tit{
    padding: 5px 0;
}
.bec-acad {
    margin: 13px 0;
    color: #757575;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%; 
}
.bec-acad-res {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 5px 20px;
    background-color: #f6881f;
    padding: 5px 10px;
    border: 1px solid #f6881f;
    border-radius: 6px;
}
.pag-ttl-res{
    margin: 5px 0;
    color: #616161;
    text-align: right;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
}
#sinBeca{
    margin: 5px 0;
    color: #757575;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%;
}
.pag-mens {
    margin: 10px 0;
    color: #003053;
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
}
.pag-mens-res {
    margin: 10px 0;
    color: var(--blue-200, #003053);
    text-align: right;
    font-family: "Work Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
}
.ahorr {
    color: #003053;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0;
}
.ahorr-res {
    margin: 10px 0;
    color: #f6881f;
    text-align: right;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
}
.dv-pp-legales {
    flex: 1 1 100%;
}
/*Promociones*/
.dv-prnt-promocion {
    display: flex;
    flex-wrap: wrap;
    width: 100%;      
    margin: 1%;
    box-sizing: border-box;
    background-color: #f0f0f0;
    border-radius: 10px;
}
.dv-pp-text {
    flex: 0 0 70%;
    padding: 10px;
}
.dv-pp-costo {
    flex: 0 0 30%;
    padding: 10px;
}
.dv-pp-costo h4{
    margin-bottom: 2px; 
    font-size: 24px; 
    font-weight: 800;
}
.dv-pp-legales {
    width: 100%;     
    padding: 5px;   
    margin-top: 10px;
}
.headsHW{
    background-color: #f0f0f0;
    color: #003053;
    border-radius: 10px;
    margin-top: 2%;
}
.totalFinal{            
    color: #fff;
    background-color: #003053;
    text-align: center;
    border-radius: 10px;
    margin-top: 2%;
    margin-left: -2%;
}
.restriccionHW{
    margin-top: 0px;
}
.restHW{
    margin-bottom: 20px;
    color: #003053;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
}
.titulo-hWeek span{
    font-size: 18px;
    font-weight: 700;
}

/*beneficios y video*/
.dv-prnt-rewards {
    display: flex;
    margin-top: 2%;
    height: auto;            
}

.dv-pr-content-rewards {
    height: auto;
    display: flex; 
    flex-direction: column;
    justify-content: center; 
    align-items: center;           
}
.dv-pr-cr-tittle{
    display: flex;
    align-items: center;
    padding: 0;
}
.dv-pr-cr-description{
    padding: 0;
}
.svg-title-rewards{
    margin-bottom: 15px;
    width: 31px;
    height: 31px;
}
.dv-pr-video {
    width: 100%;
    border-radius: 6px;
    height: auto;
}
.seccionB{
    width: 107%;
    height: 100%;
    background-color: #003054;
    padding-left: 22px;
    margin-left: -19px;
    padding-bottom: 5px;
    padding-top: 5px;

}
.titulo-beneficios{
    margin: 5px 0;
    padding: 0 5px;
    text-align: left;
    color: #003053;
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
}
.description-rewards{
    color: #003053;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
    width: 100%;
    margin-top: 10px;
}
#beneficios{
    margin: 2% 0;
    color: #003053;
    font-family: "Work Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
}
.step2 #beneficios{
    display: none;
}
.step3 #beneficios{
    display: block;
    width: 100%;
}
.step3 .dtn-text{
    max-width: 100%;
    width: 100%;
}
.dtn-text{
    margin-top: 10px;
}
.dtn-text h4{
    margin: 5px 0;
    font-weight: 500;
    font-size: 18px;
    color: #003053;
    text-align: center;
    line-height: 1;
}
.dtn-text p{
    font-size: 15px;
    line-height: 1;
}
.dv-prnt-ce{
    display: flex;                  
    justify-content: space-between; 
    align-items: center;            
    width: 100%;
    margin: 3% 0;
    padding: 0 20%;
}
.dv-content-ce {
    display: flex;
    flex-direction: column;      
    justify-content: center;  
    align-items: center;         
    flex: 1;
    width: 50%;
    height: 100px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #006FBA;
    margin: 0 5%;
    border-radius: 6px;
    box-sizing: border-box; 
    color: #003053;        
}
.dv-content-ce:hover{
    background-color: #003053;
    color: #FFFFFF;
}
.dv-content-ce img {
    display: block;           
    margin: 0 auto 10px;

}
.dv-content-ce p {
    margin: 0;       
    font-size: 14px;  
}
.dv-prnt-legales{
    margin: 0 0 10px 0;
    padding: 5px;
}
.legales {
    text-align: left;
    line-height: 10px;
    margin-bottom: 8px;
}
.legales2 {
    text-align: left;
    line-height: 10px;
    margin-bottom: 8px;
}
.legal-txt {
    color: #003053;
    font-family: "Work Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.PromotionGlobalLarge-videoBackgroundWrapper {
    width: 100%;
    border-radius: 6px;
}

.dv-prnt-rewards-video{
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
}

/*Beneficios*/
.listaben:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 18px;
    height: 18px;
    background-image: url('https://www.unitec.mx/hubfs/01.UNITEC/iconos/icono-check.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.listaben{
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    color: #003053;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%;
}
#beneficios ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/*Width 1era parte*/
.dv-prnt-resultados, .dv-prnt-ppe, .dv-prnt-result-details {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.step3 .dv-card-img{
    display: none;
}
/*.step3 .dv-fthr-tml.tl{
    display: none;
}*/
.step3 #mobile-ce.dtn-text{
    display: none;
} 
.step3 #desk-ce.dtn-text{
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 1%;
} 
.dtn-text .description-ce{
    color: #003053;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

#headerTopBar2{
    display: none;
}

@media (max-width: 767px) {
    /*tlk*/
    .dv-prnt-tml{
        width: 90%; 
    }
    .dv-progress-step {
        font-size: 8px;
    }
    .dv-progress-text {
        font-size: 12px;
    }

    /*Modal General*/
    .modal-content{
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        height: 100% !important;
        /*border: none !important;*/
    }
    .modal-body {
        padding: 0 5% !important;
    }

    /*Card derecha formulario*/
    .titulo-contactanos {
        margin-top: -20px;
    }
    .step1 #secc-detalle{
        display: block;
    }
    .step2 #secc-detalle{
        display: none;
    }
    .step3 #secc-detalle{
        display: none;
    }
    .modal-content {
        height: 100% !important;
    }
    /*formulario paso 1*/
    .titulo h2 {
        text-align: left;
        font-size: 20px;
    }
    .descripcion{
        margin: 0px;
    }
    .form-group.floating>label {
        bottom: 37px;
    }
    /*card azul*/
    .step1 .visibleonlimobile {
        display: none;
    }

    .step2 .visibleonlimobile {
        display: none;
    }

    .step3 .visibleonlimobile {
        order: 2;
    }
    /*Paso 2*/
    .t-campus {
        font-size: 14px;
    }
    .subtitulo, .subtituloPgr, .subtituloCam{
        top: -17px;
        left: -8px;
    }
    .chk-rev{
        height: 55px;
    }
    
    /*Paso 3*/
    .step3 .ancho-modal{
        gap: 0;
    }
    .dv-fth-resultados{
        flex-direction: column;
    }
    .dv-right-side-content {
        width: 100%;
        padding-left: 0;
    }
    /*card izquierda beneficios*/
    .dv-prnt-rewards-content{ 
        order: 2;
    }
    /*card lado derecho resultados*/
    .dv-right-side-content {
        order: 1;
    }
    .dv-prnt-resultados, .dv-prnt-ppe, .dv-prnt-result-details, .dv-prnt-promocion{
        width: 100%;
    }
    .dv-prnt-rewards-content {
        width: 100%;
        margin-top: 5px;
        padding: 2% 5%;
    }
    .botn-div{
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
    }
    .step3 .botn-div{
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
    }
    .dv-prnt-rewards-video {
        width: 100%;
        margin-top: 10px;
    }
    .step3 .titulos-res {
        font-size: 14px !important;
        text-align: left !important;
    }
    /*Reultado Carrera, Modalidad, Campus*/
    .dv-d-mod-camp {
        flex-direction: column;
        justify-content: flex-start; 
    }
    .tit-r-m, .campus-line{
        margin-left: 0;
    }
    .dv-d-mod-camp .tit-r-m,
    .dv-d-mod-camp .campus-line {
        width: 100%; 
    }
    .step3 .mod-camp {
        margin-bottom: 10px;
        text-align: left;
        color: #003053;
        font-family: "Work Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 116%;
    }
    .step3 .tit-r, .step3 .tit-r-m, .step3 .campus-line {
        margin-bottom: 10px;
        text-align: left;
        color: #003053;
        font-family: "Work Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 116%;
    }
    /*div contraible*/
    .tittle-ppe{
        font-size: 14px;
    }
    .dv-content-prnt-ppe {
        flex-direction: column;
        justify-content: flex-start;
    }
    .margen-g{
        width: 100% ;
    }
    /*Resultados*/
    #sinBeca, .pag-ttl-res, .step3 .bec-acad, .step3 .ahorr-res{
        font-size: 14px;
    }
    .bec-acad-res{
        font-size: 14px;
        margin: 15px 20px;
    }
    .pag-mens{
        font-size: 14px;
    }
    .pag-mens-res{
        font-size: 28px;
        margin-top: 20px;
    }
    /*Promocion*/
    .dv-pp-text {
        flex: 0 0 100%;
    }
    .dv-pp-costo {
        flex: 0 0 100%;
    }
    .titulo-hWeek span{
        font-size: 16px;
    }
    .dv-pp-costo h4 {
        margin-bottom: 2px;
        font-size: 20px;
        text-align: center;
    }
    .totalFinal{
        margin-left: 0;
    }
    .titulo-hWeek{
        font-size: 18px;
        padding-bottom: 5px;
        line-height: 18px !important;
    }
    /*beneficios*/
    .dv-prnt-rewards{
        flex-direction: column;
    }
    .dv-pr-content-rewards{
        width: 100%;
        margin: 0;
    }
    .svg-title-rewards{
        margin-top: 10px;
        width: 30px;
        height: 30px;
    }
    .dv-pr-video{
        width: 100%;
        height: auto;
        background: none;
    }
    .titulo-beneficios{
        font-size: 14px;
    }
    .description-rewards{
        font-size: 11px;
    }
    .dv-pr-cr-tittle{
        margin-top: 2%;
    }
    .listaben{
        font-size: 11px;
        margin-bottom: 10px;
    }
    .listaben:before{
        top: -3px;
    }
    .step3 #mobile-ce.dtn-text{
        display: block;
    } 
    .step3 #desk-ce.dtn-text{
        display: none;
    } 
    .dv-prnt-ce{
        padding: 0;
    }
    .dtn-text .description-ce{
        font-size: 11px;
        margin-top: 10px
    }
    .restHW{
        margin-bottom: 5px;
    }
    #headerTopBar2{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        background-color: #003053;
    }
    .insAbiertas{
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 116%;
        margin: 0;
    }
}

