/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.d-flex{
  display:flex;
}
.row{
    display: flex;
}
.col-md-6{
  width: 50%;
  padding: 0;
}
.close{
    cursor: pointer !important;
    width: 2rem !important;
    height: 2rem !important;
    background-color: #f68b1f !important;
    border-radius: 50% !important;
    position: relative !important;
}
.icon-u-cerrar{
    color: #fff;
}
.card-blue{
  background-color: #006fba;
  border-radius: 0.375rem;
}
.p-5{
    padding: 3rem 3rem !important;
}
.mb-3 {
    margin-bottom: 3rem!important;
}
.text-center {
    text-align: center !important;
}
.align-items-center {
    align-items: center !important;
}
.tit-desc{
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
.sub-desc {
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    color: #fff;
}
#ModalCalculadoraVue i[class*=icon-u] {
    color: #fff;
    font-size: 40px;
}
.icon-u-cerrar{
    font-size: 20px !important;
}
.titulo-contactanos {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: normal;
    color: #757575;
    margin-bottom: 20px;
}
.icon-u-nombre{
    color: #f6881f;
    font-size: 16px;
}
.icon-u-apellido-paterno{
    color: #f6881f;
    font-size: 16px;
}
.icon-u-apellido-materno{
    color: #f6881f;
    font-size: 16px;
}
.icon-u-correo{
    color: #f6881f;
    font-size: 16px;
}
.icon-u-celular{
    color: #f6881f;
    font-size: 16px;
}
.frm-politicas[_ngcontent-c7] {
    font-size: 10px;
    font-weight: 300;
}
#continuar_politicas {
    text-transform: uppercase;
    color: #f68b1f;
    font-size: 10px;
}
.frm-politicas[_ngcontent-c7] a[_ngcontent-c7] {
    color: #0275d8;
    font-size: 10px;
}
.align-items-center{
    align-items: center;
}
.pl15{
    padding-left: 15px;
}
.modal-xl{
    max-width: 100%;
    width: 100%;
}
.botn-div{
    text-align: center;
    margin-top: 30px;
}
.form-control{
    margin-bottom: 0;
    height: 13px;
    font-size: 14px;
    padding: 0px 0px 0px 9px;
}
.icon-u-microfono .path2:before {
    content: "\e960";
    margin-left: -24px;
    color: #006fba;
    opacity: .9412;
}

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 {
    font-size: 15px;
    padding: 7px 14px 0 14px;
}
.active-microphone{
    background-position: -492px -905px;
    animation-name: spinX;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 3s;
}
@-webkit-keyframes spinX{
    0%   {
        -webkit-transform: rotateY(0deg); -webkit-transform-origin: 50% 25% 0;
    }
    100% {
        -webkit-transform: rotateY(360deg); -webkit-transform-origin: 50% 25% 0;
    }
}
@keyframes spinX{  
    0%   {
        transform: rotateY(0); transform-origin: 50% 25% 0;
    }  
    100% {transform: rotateY(360deg); transform-origin: 50% 25% 0;}  
}
input[type=range]+.thumb{
    display: none !important;
}
@media screen and (max-width: 750px) {
  .col-sm-12{
    width:100%;
  }
}
.t-campus{
    font-size: 16px;
    text-align: center;
    padding-bottom: 3rem !important;
    font-weight: normal;
    margin-bottom: 25px !important;
}
.none{
  display: none;
}
.container-fluid{
  width: 100%;
}
.w-100{
  width: 100%;
}
.cont{
    display: none;
    opacity: 0;
    position: relative;
}
.btn-f{
    position: absolute;
    top: 59%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-flex;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url(//24262831.fs1.hubspotusercontent-na1.net/hubfs/24262831/raw_assets/public/unitec-theme/images/module-icons/arrow_down_up.svg);
    left : 2px;
}
.btn-f:hover:before {
    background-color: transparent !important;
    border-color: transparent !important;
}
.as{
    display: flex;
    justify-content: center;
}
#average {
    position: relative;
    width: 100%;
}
.range-wrap {
width: 100%;
}
.bubble {
    background: none;
    color: #f6881f;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
    font-weight: 600;
    font-size: 25px;
}
datalist{
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: -27%;
    font-size: 12px;
}


input[type=range],input[type=range]+.thumb {
    cursor: pointer
}

input[type=range] {
    position: relative;
    background-color: transparent;
    border: 0;
    outline: 0;
    width: 100%;
    margin: 15px 0;
    padding: 0
}

input[type=range]+.thumb {
    position: absolute;
    border: 0;
    height: 0;
    width: 0;
    border-radius: 50%;
    background-color: #4285f4;
    top: 10px;
    margin-left: -6px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input[type=range]+.thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #4285f4;
    font-size: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

input[type=range]+.thumb.active {
    border-radius: 50% 50% 50% 0
}

input[type=range]+.thumb.active .value {
    color: #fff;
    margin-left: -1px;
    margin-top: 8px;
    font-size: 10px
}

input[type=range]:focus {
    outline: 0
}

input[type=range] {
    -webkit-appearance: none
}

input[type=range]::-webkit-slider-runnable-track {
    height: 3px;
    background: #c2c0c2;
    border: 0
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #4285f4;
    transform-origin: 50% 50%;
    margin: -5px 0 0 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc
}

input[type=range] {
    border: 1px solid #fff
}

input[type=range]::-moz-range-track {
    height: 3px;
    background: #ddd;
    border: 0
}

input[type=range]::-moz-range-thumb {
    border: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #4285f4;
    margin-top: -5px
}

input[type=range]:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px
}

input[type=range]:focus::-moz-range-track {
    background: #ccc
}

input[type=range]::-ms-track {
    height: 3px;
    background: 0 0;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    background: #777
}

input[type=range]::-ms-fill-upper {
    background: #ddd
}

input[type=range]::-ms-thumb {
    border: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #4285f4
}

input[type=range]:focus::-ms-fill-lower {
    background: #888
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc
}

input[type=range]::-ms-track {
    height: 3px;
    background: 0 0;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    background: #777
}

input[type=range]::-ms-fill-upper {
    background: #ddd
}

input[type=range]::-ms-thumb {
    border: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #4285f4
}

input[type=range]:focus::-ms-fill-lower {
    background: #888
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc
}


input[type="range"] {
    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;
    border-radius: 8px;
    height: 7px;
    width: 100%;
    outline: none; 
    transition: background 450ms ease-in;    
    -webkit-appearance: none;
}
/*Chrome thumb*/

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 5px;
    /*16x16px adjusted to be same as 14x14px on moz*/
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #e7e7e7;
    border: 2px solid #f6881f;
    margin-bottom: 100px;
    margin-top: -10px;
}      
/*Mozilla thumb*/

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-border-radius: 5px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #e7e7e7;
    border: 2px solid #f6881f;
    margin-top: -10px;
}
/*IE & Edge input*/      
input[type=range]::-ms-track {
    width: 300px;
    height: 6px;
    background: #f6881f;
    border-color: transparent;
    border-width: 2px 0;
    color: #f6881f;
}
/*IE & Edge thumb*/

input[type=range]::-ms-thumb {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #e7e7e7;
    border: 2px solid #f6881f;
}      
/*IE & Edge left side*/
input[type=range]::-ms-fill-lower {
    background: #0275d8;
    border-radius: 2px;
}  
/*IE & Edge right side*/

input[type=range]::-ms-fill-upper {
    background: #f6881f;
    border-radius: 2px;
}
.cont-prepa{
    border-left: 1px solid #f6881f;
    border-top: 1px solid #f6881f;
    border-bottom: 1px solid #f6881f;
    padding: 5px;
}
.PREPA{
    background-image: url(https://287524.fs1.hubspotusercontent-na1.net/hubfs/287524/01.UNITEC/assets/librerias-js/formularios/tradicional-base/assets/preparatoria.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 26px;
    width: 25px;
    filter: invert(63%) sepia(21%) saturate(4993%) hue-rotate(348deg) brightness(101%) contrast(93%)
}
.form-control {
    margin-top: 0;
}
.icon-u-estado{
    color: #f6881f;
}
.PROGRAMA{
    background-image: url(//24262831.fs1.hubspotusercontent-na1.net/hubfs/24262831/raw_assets/public/unitec-theme/images/module-icons/u-centro_black-01.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 26px;
    width: 25px;
    filter: invert(63%) sepia(21%) saturate(4993%) hue-rotate(348deg) brightness(101%) contrast(93%)
}
.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;
}
      
      @-webkit-keyframes load4 {
        0%,
        100% {
          box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
        }
      
        12.5% {
          box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        }
      
        25% {
          box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        }
      
        37.5% {
          box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
        }
      
        50% {
          box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
        }
      
        62.5% {
          box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
        }
      
        75% {
          box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
        }
      
        87.5% {
          box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
        }
      }
      
      @keyframes load4 {
        0%,
        100% {
          box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
        }
      
        12.5% {
          box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        }
      
        25% {
          box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        }
      
        37.5% {
          box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
        }
      
        50% {
          box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
        }
      
        62.5% {
          box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
        }
      
        75% {
          box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
        }
      
        87.5% {
          box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
        }
      }
      
    
    .mt15{
        margin-top: 50px;
    }
    .choices{
        width: 98% !important;
        height: 42px !important;
        font-size: 14px !important;
        margin-left: 0 !important;
        background: none !important;
        border-left: none !important;
    }
    .choices__inner{
        background: none !important;
        border-radius: 0 !important;
        border: 1px solid #f6881f !important;
        border-left: none !important;
        min-height: 38px !important;
        padding: 0px !important;
        width: 100% !important;
        margin-top: 2px !important;
        height: 30px !important;
    }
    .choices__list--single{
        padding: 7px 16px 4px 7px !important;
        height: 20px !important;
        line-height: 23px;
    }
    .choices__item--selectable{
        word-break: break-word !important;
        padding-right: 0 !important;
    }
    .choices__item--selectable::after{
        display: none !important;
    }
    .choices__list--dropdown{
        width: calc(100% + 36px) !important;
        left: -36px !important;
    }
    .choices__list--dropdown{
        z-index: 9 !important;
    }
    .icon-u-estado{
        height: 26px;
        width: 19px;
    }
    .icon-u-estado:before{
        font-size: 25px;
    }
    .lab-tit{
        font-size: 12px;
        text-align: center;
        color: #f6881f;
    }
    .modal-open .modal {
        max-width: 1140px;
    }
    .dflex{
        display: flex;
    }
    .hidden{
        display: none !important;
    }
    #average2{
        width: 100%;
    }
    #range1{
        position: relative;
    }
    .dta1{
        top: 53%;
    }
    .mb50{
        margin-bottom: 50px;
    }
    .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: #757575;
        cursor: pointer;
        font-size: 1vw;
        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;
    }
    .aniosduracion{
        display: flex;
    }
    .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;
        color: #757575;
        cursor: pointer;
        display: inline-block;
        font-family: Roboto Medium,sans-serif;
        font-size: 1vw;
        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;
        width: 30px;
        text-align: center;
        font-size: 12px;
    }
    .selected{
        background-color: #006fba;
        color: #fff;
    }
    @media screen and (max-width: 720px) {
        .mt15 {
            margin-top: 20px;
        }
    }
    .mb15{
        margin-bottom: 50px;
    }
    @media screen and (max-width: 720px) {
        .mb15 {
            margin-bottom: 20px;
        }
    }
    
    @media screen and (max-width: 720px) {
        .btn-mob{
            display: flex;
            justify-content: center;
            margin-top: 4%;
            margin-bottom: 4%;
        }
    }
    .btn-form{
        font-size: 16px;
        width: 284px;
        height: 43px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    @media screen and (max-width: 720px) {
        .btn-form{
            font-size: 14px;
            width: 100%;
        }
    }
    .btn-pop{
        border-color: #e72400;
        background-color: #e72400;
        color: #fff;
        font-size: 16px;
        height: 43px;
        width: 284px;
        padding: 0;
        vertical-align: middle;
        display: table-cell;
        text-align: center;
    }
    @media screen and (max-width: 720px) {
        .btn-pop{
        font-size: 15px;
        text-align: center;
        display: block;
        padding: 0px;
        margin: 0px auto;
        max-width: 600px;
        width: 600px;
        display: table-cell;
        }
    }
    .btn-pop:hover{
        border-color: #e72400;
        background-color: #fff;
        color: #e72400;
    }

/*/*//*/ revisado *//*/*/


    .pad0{
        padding: 0;
        @media screen and (max-width: 720px) {
            max-width: 314px;
            min-width: 314px;
        
      }
}
    
    .desk-no{
        @media screen and (min-width: 720px) {
            display: none;
        }
    }
    .btn-blanco{
        border-color: #e72400;
        background-color: #e72400;
        color: #fff;
        font-size: 16px;
        height: 43px;
        width: 284px;
        padding: 0;
        vertical-align: middle;
        display: table-cell;
        text-align: center;
        @media screen and (max-width: 720px) {
            font-size: 15px;
            text-align: center;
            display: block;
            padding: 0px;
            margin: 0px auto;
            max-width: 600px;
            width: 600px;
            display: table-cell;
        }
    }
    
            .section-title{
                text-align: start;
                font-size: 16px;
                line-height: 1.5;
                text-transform: uppercase;
                font-weight: bold;
            }
     
    
        .filosofia-image{
            @media screen and (max-width: 720px) {
                display: none;
            }   
        }
        .filosofia-image-1{
            @media screen and (min-width: 720px) {
                display: none;
            }
            @media screen and (max-width: 720px) {
                display: flex;
                margin: 0 0 40px 0;
            }
        }
        
            .section-title{
                text-align: start;
                font-size: 23px;
                line-height: 1.5;
                text-transform: uppercase;
                font-weight: 500;
                color: #e72400;
                margin: 15px 0;
                @media screen and (max-width: 720px) {
                    font-size: 22px;
                    margin: 0 0 40px 0;
                }
            }
            .vinculacion-description{
                @media screen and (max-width: 720px) {
                    margin: 0 0 40px 0;
              }
          }
                .step2 p,.step3 p{
                    font-size: 16px;
                }
                .step2 ul,.step3 ul{
                    position: relative;
	                list-style: none;
	                margin: 0;
	                padding: 0;
                   padding-left: 22px;
              }
              .step2 li,.step3 li {
                        font-size: 16px;
                        @media screen and (max-width: 720px) {
                            font-size: 16px;
                        }
}
                        #ModalCalculadoraVue p{
                            font-size: 16px;
                            @media screen and (max-width: 720px) {
                                font-size: 16px;
                            }
}
                        
                    
                
            
        
        .pad-15{
            padding: 0 15px 0 15px;
            @media screen and (max-width: 720px) {
                display: flex;
                flex-direction: row;
            }
        }
        .como-funciona-icono{
            margin-bottom: 10px;
            @media screen and (max-width: 720px) {
                width: 30%;
            }
        }
        
        #ModalCalculadoraVue p{
                font-size: 16px;
                @media screen and (max-width: 720px) {
                    font-size: 16px;
                    width: 100%;
                    text-align: justify;
                    margin-left: 2%;
                }
            }
        
            #ModalCalculadoraVue .title{
            padding-bottom: 60px;
        }

    }
   
        .filosofia-image{
            @media screen and (max-width: 720px) {
                display: none;
            }   
        }
        .filosofia-image-1{
            @media screen and (min-width: 720px) {
                display: none;
            }
            @media screen and (max-width: 720px) {
                display: flex;
                margin: 0 0 40px 0;
            }
        }
        
            .section-title{
                text-align: start;
                font-size: 23px;
                line-height: 1.5;
                text-transform: uppercase;
                font-weight: 500;
                color: #e72400;
                margin: 15px 0;
                @media screen and (max-width: 720px) {
                    font-size: 22px;
                }
            }
            
        
        .pad-15{
            padding: 0 15px 0 15px;
            @media screen and (max-width: 720px) {
                display: flex;
                flex-direction: row;
            }
        }
        .como-funciona-icono{
            margin-bottom: 10px;
            @media screen and (max-width: 720px) {
                width: 30%;
            }
        }
        

    }
    

    .section-intro-calculadora {
        margin-top: 40px;
}
        
                .imglogocalculadora {
                    margin: 0px ;
                    height: 300px;
                    margin-left: auto;
                    margin-right: auto;
    
                }
                

                .calculadora-soluciones{
                    text-align: center;
                    text-transform: uppercase;
                    font-size: 2em;
                    margin-top: 60px;
                    font-weight: 500;

                }
    
        
    
    .calculadora-form{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999;
        overflow: hidden;
        background-color: rgba(106,106,106,.65);
        transition: ease opacity 1s;
        display: none;
        justify-content: center;
        align-items: center;
}
        .container-close{
            display: flex;
            justify-content: flex-end;
            width: 100%;
}
            .icon-close{
                cursor: pointer;
            }
        
        .back-cal{
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: baseline;
            background-color: #fff;
            padding: 10px;
            box-shadow: 0 6px 14px 0 #00000029;
            @media screen and (max-width: 720px) {
                min-height: 98%;
                flex-direction: column;
                width: 100%;
            }
}
            .section-calculadora{
                width: 97%;
}
                .input-error{
                    border-color: #c87872 !important;
                    box-shadow: none !important;
                }
                .input-focus {
                    border-color: #00c851 !important;
                    box-shadow: none;
                }
                #ModalCalculadoraVue p{
                    font-size: 16px;
                }
                .form-description-p2{
                    display: none;
                }
                .d-cent{
                    align-items: center;
                }
                @media screen and (max-width: 720px) {
                    width: 90%;
                    margin-top: 4%;
                }
                .img-90 {
                    width: 90%;
                    @media screen and (max-width: 767px) {
                        display: none;
                    }
                }
                .section-title{
                    text-align: center;
                    font-size: 24px;
                    line-height: 1.5;
                    text-transform: uppercase;
                    font-weight: 500;
                    margin: 0;
                    @media screen and (max-width: 720px) {
                        font-size: 22px;
                        text-align: left;
                    }
                }
        
                
                #paso1_form{
                    width: 100%;
                }
                #gpo_programa_hs{
                    transition: 0.5s;
                }
                #gpo_campus_interes{
                    transition: 0.5s;
                    background: white;
                }
                .paya{
                    transform: translatey(-73px);
                }
                .paca{
                    transform: translatey(70px);
                }
                .form-control:disabled, .form-control[readonly]{
                    border-color: #f6881f !important;
                }
                .form{
                    width: 100%;
                    padding-left: 5px;
                    padding-right: 5px;
                    height: 67px;
                }
                #ModalCalculadoraVue .form-group {
                        display: flex;
                        flex-direction: row;
                        width: 100%;
                        align-items: center;
                        margin-bottom: 5px;
                        margin-top: 5px;
                        justify-content: center;
                        min-height: auto;
                        height: auto!important;
}
                        .pb-2{
                            font-weight: bold;
                        }
                    
                
                
                    .drop {
                        display: none;
                        position: absolute;
                        top: 100%;
                        z-index: 100000000000000020000000000;
                        background: #ddd;
                        min-width: 176px;
                        max-width: 800px;
                        text-align: left;
                        padding-left: 0%;
                        list-style-type: none;
                        border-radius: 3px;
                        width: 88%;
                        left: 7%;
                    }
                    .drop li {
                        padding: 10px;
                        font-size: 12px;
                    }
                    .drop li:hover{
                        background: #f68b1f;
                        color: #fff;
                    }
                
                .form-group.floating>label {
                    bottom: 19px;
                    left: 31px;
                    position: absolute;
                    background-color: transparent;
                    padding: 0px 5px 0px 5px;
                    font-size: 12px;
                    transition: .1s;
                    pointer-events: none;
                    font-weight: 200 !important;
                    color: #757575 !important;
                    transform-origin: bottom left;
                    height: 12px;
                    padding-top: 1px;
                    padding-bottom: 0;
                }
                
                .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, -27px) scale(0.80);
                    opacity: 1;
                }
                #ModalCalculadoraVue .form-column{
                    flex-direction: column;
                }
                .w-98{
                    width: 98%;
                    height: 43px;
                    font-size: 14px;
                    border-left: none;
                    margin-left: 0;
                }
                .recorder {
                    display: inline-block;
                    position: relative;
                    
                }
                .recorder {
                    display: inline-block;
                    position: relative;
                    
                }
                
                
                
                
                
                

                .icon-form{
                    opacity: 1;
                    border: solid 1px #ddd;
                    padding: 10px 0px 11px 5px;
                    border-right: 0;
                    border-radius: 10px 0 0px 10px;
                    @media screen and (max-width: 720px) {
                        width: 20px;
                        padding: 9.5px 0  10.5px 5px
                    }
                }
                .icon-nivel{
                    background-image: url(../images/uvm-iconos.svg?v=1.71);
                    background-repeat: no-repeat;
                    background-size: 547px auto;
                    background-position: -492px -760px;
                    height: 41px;
                    width: 39px;
                    cursor: pointer;
                    border: 1px solid #ddd;
                    border-right: none;
                    padding: 0;
                    margin: 0;
                }
                .icon-campus{
                    background-image: url(../images/uvm-iconos.svg?v=1.71);
                    background-repeat: no-repeat;
                    background-size: 547px auto;
                    background-position: -492px -726px;
                    height: 41px;
                    width: 39px;
                    cursor: pointer;
                    border: 1px solid #ddd;
                    border-right: none;
                    padding: 0;
                    margin: 0;
                }
                .icon-programa{
                    background-image: url(../images/uvm-iconos.svg?v=1.71);
                    background-repeat: no-repeat;
                    background-size: 547px auto;
                    background-position: -492px -831px;
                    height: 41px;
                    width: 39px;
                    cursor: pointer;
                    border: 1px solid #ddd;
                    border-right: none;
                    padding: 0;
                    margin: 0;
                }
                .form-calculadora{
                    margin-left: 0;
                    border-left: none;
                    border-radius: 0px 5px 5px 0px;
                    box-shadow: none;
                    min-height: 43px;
                    font-size: 14px;
                }
                #ModalCalculadoraVue #range{
                    margin-bottom: 25px;
                }
                .p-results{
                    margin-bottom: 0;
                }
            
        
    
    .text-programa{
        font-size: 30px;
        margin-bottom: 5%;
    }
    .mb4{
        margin-bottom: 4%;
    }
    .costo{
        font-size: 22px;
        font-weight: 700;
        color: #000;
    }
    .d-cen{
        display: flex;
        align-items: center;
}
        .padl-10{
            padding-left: 10%;
            @media screen and (max-width: 720px) {
                padding-left: 0%;
            }
        }
        .padr-10{
            padding-right: 10%;
            @media screen and (max-width: 720px) {
                padding-right: 0%;
            }
        }
    
    .center-range{
        width: 80%;
        margin-left: 10%;
        margin-top: 8%;
        @media screen and (max-width: 720px) {
            margin: 19% 0;
            width: 100%;
        }
    }
    
    
        .titulo-cal{
            color: #e72400;
            font-size: 24px;
            @media screen and (max-width: 720px) {
                font-size: 22px;
                text-align: left;
            }
        }
    
   
        .card{
            background: #fff;
            padding: 10px 17px 10px 17px;
            border-radius: 5px;
            min-height: 650px;
            height: 650px;
            max-height: 650px;
            @media screen and (max-width: 720px) {
                min-height: 580px;
                height: 580px;
                max-height: 580px;
            }
}
            .card-title{
                font-size: 22px;
                text-align: initial;
            }
            .card-footer{
                text-align: initial;
                font-size: 18px;
                @media screen and (max-width: 720px) {
                    font-size: 16px;
                }
                
            }
       
    
    
        .p-results{
            margin-bottom: 0;
        }
        .label-form {
            float: none;
            width: auto;
            font-weight: 500;
            text-align: left;
            line-height: 20px;
            padding-top: 0;
            font-size: 12px;
            padding-bottom: 0;
            @media screen and (max-width: 720px) {
                font-size: 10px;
            }
        }
        .error-form {
            float: none;
            width: auto;
            text-align: left;
            line-height: 20px;
            font-size: 12px;
            font-weight: 400;
            padding-top: 0;
            position: relative;
            margin-bottom: 0;
            color: #e72400;
            top: -8px;
            margin-left: 27px;
        }
    }
    
        .mt4{
            margin-top: 4%;
}
            .pad-0{
                padding: 0;
                min-width: 400px !important;
                min-height: 600px !important;
                @media screen and (max-width: 769px) {
                    max-width: 100% !important;
                    min-width: 100% !important;
                    min-height: 484px !important;
                    max-height: 484px;
                }
                @media screen and (min-width: 769px) and (max-width: 784px) {
                    max-width: 50% !important;
                    min-width: 50% !important;
                    min-height: 600px !important;
                    max-height: 600px;
                }
                @media screen and (min-width: 784px) and (max-width: 1020px) {
                    max-width: 50% !important;
                    min-width: 50% !important;
                    min-height: 600px !important;
                    max-height: 600px;
                }
            }
            .img-responsive{
                width: 100%;
            }
            .back-tabs{
                background-color: #e72400;
                color: #fff;
                padding: 15px;
                
}
                .btn_tbs{
                    display: flex;
                    align-items: center;
}
                  .btn_tbs  a{
                        color: #fff;
                        text-decoration: none;
                    cursor: pointer;}

                           .btn_tbs p{
                                font-size: 16px;
                                margin: 0;
                            }
                        
                        .flecha{
                            font-size: 29px;
                            font-weight: bolder;
                            margin-left: 7px;
                        }
                    
                
            

        
        
         
              .container-tabs  a{
                    color: #000;
                    text-decoration: none;
                }
                justify-content: initial !important;
                .active{
                    color: #e72400;
                }
                .tabs-item a:nth-child(1){
                    border-left: none;
                    height: 14px;
                    padding-right: 10px;
                    @media screen and (max-width:1058px) {
                        height: 38px;
                        margin-bottom: 14%;
                    }
                    @media screen and (max-width:720px) {
                        font-size: 11px;
                        padding-left: 10px;
                    }
                }
            }
            .container-tabs > .tabs-item:last-child a{
                border-right: none;
                @media screen and (max-width:720px) {
                    height: 38px;
                    border-right: none;
                    font-size: 11px;
                }
            }
            
              .container-tabs  .tabs-item a{
                    border-right: 3px solid #fe4c55;
                    border-left: 3px solid #fe4c55;
                }
            
        }
        
         .tabs-atributos   .container-tabs{
           justify-content: initial !important;}
                .tabs-atributos   .container-tabs .active{
                    color: #e72400;
                }
                .tabs-atributos   .container-tabs .tabs-item a:nth-child(1){
                    border-left: none;
                    height: 14px;
                    padding-right: 10px;
                    @media screen and (max-width:1058px) {
                        height: 38px;
                        margin-bottom: 14%;
                    }
                    @media screen and (max-width:720px) {
                        font-size: 11px;
                        padding-left: 10px;
                    }
                }
            }
            .container-tabs > .tabs-item:last-child a{
                border-right: none;
                @media screen and (max-width:720px) {
                    height: 38px;
                    border-right: none;
                    font-size: 11px;
                }
            }
            

                .tabs-atributos   .container-tabs .tabs-item a{
                    border-right: 3px solid #fe4c55;
                    border-left: 3px solid #fe4c55;
                }
            }
            
        
    


   .section-contacto .pad-ajuste{
        padding: 0 30px;
        @media screen and (max-width: 720px) {
            padding: 0;
        }
}
   .section-contacto     .d-cent{
            display: flex;
            flex-direction: column;
            align-items: center;
            @media screen and (max-width: 720px) {
                width: 33%;
            }
}
 .section-contacto           p{
                font-size: 16px;
                font-weight: 600;
                @media screen and (max-width: 720px) {
                    font-size: 14px;
                }
   
            }
           .section-contacto .clic{
                cursor: pointer;
            }
        
        .icon-whats{
            background-image: url(../images/uvm-iconos.svg?v=1.71);
            background-repeat: no-repeat;
            background-size: 1050px auto;
            background-position: -191px 0;
            height: 100px;
            width: 100px;
            cursor: pointer;
            @media screen and (max-width: 720px) {
                background-size: 628px auto;
                background-position: -113px 0;
                height: 60px;
                width: 60px;
            }

        }
        .icon-chat{
            background-position: -197px -90px;
            background-image: url(../images/uvm-iconos.svg?v=1.71);
            background-repeat: no-repeat;
            background-size: 1050px auto;
            height: 100px;
            width: 100px;
            cursor: pointer;
            @media screen and (max-width: 720px) {
                background-size: 755px auto;
                background-position: -145px -67px;
                height: 60px;
                width: 60px;
            }
        }
        .icon-tel{
            background-position: -938px -793px;
            background-image: url(../images/uvm-iconos.svg?v=1.71);
            background-repeat: no-repeat;
            background-size: 1050px auto;
            height: 100px;
            width: 100px;
            cursor: pointer;
            @media screen and (max-width: 720px) {
                background-size: 1005px auto;
                background-position: -907px -764px;
                height: 60px;
                width: 60px;
            }
        }
        .pd-10{
            padding: 0 10px;
        }
    
.floating{
  position: relative
}

.res-card{
    background-color: #007aff;
    padding: 10px 20px 10px 20px;
    height: 400px;
    height: auto;
}

.tit-r{
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 10px;
}

.mod-camp{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.bec-acad-tit{
    width: 30%;
    text-align: center;
}

.pag-mens-tit{
    width: 35%;
    text-align: center;
}

.ahorr-tit{
    width: 35%;
    text-align: center;
}

.bec-acad{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
}

.pag-mens{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
}

.ahorr{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
}

.bec-acad-res{
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
}

.pag-mens-res{
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
}

.ahorr-res{
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
}

.legales{
    text-align: left;
    line-height: 10px;
    margin-bottom: 8px;
}

.legal-txt{
    color: #fff;
    font-size: 11px;
}

.margen-g{
    margin-top: 30px;
    margin-right: 20px;
}

.esquinas{
    border-radius: 15px;
}

.mg-es{
    margin-right: 5px;
}

.PromotionGlobalLarge-videoBackgroundWrapper{
    width: 100%;
}

.icn-pgr{
    margin-top: -1px;
}

.btn{
    position: inherit !important;
    background-color: #f68b1f;
    border-color: var(--light-color);
    font-size: 1.125rem;
}

.btn:hover{
    background-color: #003053 !important;
}

.check-beca {
    position: unset;
}

.label-beca{
    position: inherit !important;
}

.label-beca::before {
    position: initial !important;
    display: inline-flex !important;
    margin-left: -35px;
    margin-right: 20px;
}

.label-beca:checked::before {
    position: initial !important;
    display: inline-flex !important;
    margin-left: -35px;
    margin-right: 20px;
}

.frm-politicas{
    margin-top: 20px;
}

.politicas{
    font-size: 10px;
}

.modal-content .close {
    right: -2px;
    top: -20px;
}

.mg-paso2{
    padding-right: 0;
    padding-left: 0;
}

#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;
}

div[id^="recorder"] {
    padding-right: 0;
    padding-left: 0;
  }

.chk-rev{
    height: 30px !important;
}

.step3 .t-campus{
    font-size: 17px;
    font-weight: normal;
}

.step3 .dta1{
    top: 60%;
}

.step3 .bubble{
    bottom: 55px;
}

.step2 .form-control{
    margin-top: 0;
    border-top : 1px solid #f6881f;
    border-bottom: 1px solid #f6881f;
    border-right: 1px solid #f6881f;
}

.step2 .form-control:focus {
    border-top : 1px solid #f6881f;
    border-bottom: 1px solid #f6881f;
    border-right: 1px solid #f6881f;
}

.step3 .mb50{
    margin-bottom: 20px;
}

.step3 .d-flex{
    align-items: flex-end;
}

.modal-open .modal {

    /* overflow-x: hidden; */
    /* overflow-y: auto; */
    overflow: initial;
}

.modal-open{
    overflow: initial !important;
}

.error-form-mol{
    top: 40px !important;
}

#gpo_diploma_hs{
    margin-top: -20px;
    margin-bottom: 27px;
}

@media (min-width:768px) and (max-width:813px){

    .btn-f {
        left: 130px;
        top: 67%;
        -ms-transform: translateY(430%);
        transform: translateY(430%);
        width: 25px;
        height: 25px;
        margin-top: 14px;
    }

}

@media (min-width:768px){

    .modal{
        position: fixed;
        float: left;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 680px;
    }
}
@media only screen and (orientation:landscape) and (max-width: 860px) {
    .modal-open .modal{
        overflow-y: auto;
        max-height: 100vh;
    }
}
@media (max-width: 767px) {  
                
    .modal-body{
        overflow: auto;
    }
    
    .step1 .visibleonlimobile{

        display: none;
        
    }

    .step2 .visibleonlimobile{

        display: none;
        
    }

    .step3 .visibleonlimobile{
        order:2;
    }

    .step3 #vid-p{
        display: none !important;
    }

    .step3 .dual-b{
        font-size: 3.5vw;
        height: 8vw;
        width: 20vw;
    }

    .step3 .bec-acad-res{
        font-size: 22px;
    }

    .step3 .pag-mens-res{
        font-size: 22px;
    }

    .step3 .ahorr-res{
        font-size: 22px;
    }

    .step3 .tit-r{
        font-size: 18px;
        text-align: left;
    }

    .step3 .mod-camp{
        font-size: 17px;
    }

    .step3 .bec-acad{
        font-size: 12px;
    }

    .step3 .pag-mens{
        font-size: 12px;
    }

    .step3 .ahorr{
        font-size: 12px;
    }

    .step3 .legal-txt{
        font-size: 9px;
    }

    .step3 .margen-g {
        margin-top: 10px;
    }

    .step3 .titulos-res{
        font-size: 14px !important;
        text-align: left !important;
    }
    .ancho-modal{
        width: 100%;
        margin: 0;
    }

    .titulo-contactanos{
        margin-top: -20px;
    }

    .label-beca{
        font-size: 12px !important;
    }

    .modal{
        overflow: auto;
    }

    .modal-dialog{
        margin:0 !important;
        height: 100% !important;
        height: 100% !important;
    }

    .modal-content{
        height: 100% !important;
    }

    .pb-2{
        margin-bottom: 0 !important;
    }

    .pl15{
        padding: 0 !important;
    }

    .res-card p{
        margin-bottom: 15px;
    }

    .step3 .d-flex{
        align-items: flex-end;
    }

    .t-campus{
        font-size: 14px;
    }

}

@media (max-width: 575px) {

    
    .modal-open .modal{
        padding-left: 0;
    }

    .btn-f {
        left: 45%;
        top: 67%;
        -ms-transform: translateY(430%);
        transform: translateY(430%);
        width: 25px;
        height: 25px;
    }

}