body {
    line-height: normal !important;
}

/*form styles*/
#msform {
    width: 65%;  
    text-align: center;
    position: relative;
  left: 35%;
}

#msform fieldset {
    width: 100%;
   
    border-radius: 10px !important;
    margin: 5% 0 0;
    color: rgb(52, 52, 52) !important;
    background-color: rgb(237, 237, 237) !important; 
  padding: 5%;
    justify-content: center;
    border-top: 8px solid #e84621 !important;
    border: none;
    box-sizing: border-box;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.97), 0 1px 5px 0 rgba(255, 255, 255, 0.99);
    /*stacking fieldsets above each other*/
    position: relative;
}

.botonera {
    grid-template-columns: repeat(1, 2fr);
    display: grid;
    margin: 0 auto;
    max-width: 95%;
    height: auto !important;
    grid-gap: 15px;
    

}

.btn-block:hover {
    background: #b3d4fc;
    text-shadow: none;

    transition: all .2s;
}

.btn-block {
    background-color: #e84621 !important;
    color: #fff;
    box-shadow: 0 2rem 3rem rgba(255, 254, 254, .175) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    border: none !important;
    width: 100% !important;
    height: 55px !important;
}


#paso1 {
    display: block;
}

#paso2 {
    display: none;
}

/*inputs*/
#msform input,
#msform textarea,
#msform select {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 16px;
}

#msform input:focus,
#msform textarea:focus,
#msform select:focus {
    border: 1px solid #669bc6 !important;
}

/*buttons*/
#msform .action-button {
    width: 100%;
    cursor: pointer;
    padding: 10px;

    text-decoration: none;
    font-size: 17px !important;
    border-radius: 5px !important;
    height: 55px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    border: none !important;

}

.previous {
    background: #fff !important;
    box-shadow: inset 0 0 0 1px #e84621 !important;
    color: #e84621 !important;
}

#msform .action-button:hover,
#msform .action-button:focus,
.previous:hover {
    background: #d1111c !important;
    box-shadow: 0 0 0 2px white, 0 0 0 3px #d1111c !important;
    color: #fff !important;
    transition: all .2s;
}

/*headings*/
.fs-title {
    font-size: 34px !important;
    padding: 0 !important;
    font-weight: 700 !important;
    text-align: center !important;

    margin-bottom: 10px;

    text-align: center;
    color: #e84621;
    line-height: 1;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: index;
   
    width: 100% !important;
    padding: 0 !important;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.2px;
    font-weight: 400;
    float: left;
    position: relative;
    width: 50%;
    counter-increment: index;
}

#progressbar li:before {
    content: counter(index);
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 12px;
    color: rgb(52, 52, 52);
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    position: relative !important;
    z-index: 2 !important;
}


/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100% !important;
    height: 2px !important;
    background: white !important;
    position: absolute !important;
    left: -50% !important;
    top: 9px !important;

}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #e84621 !important;
    color: white;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.listas {
    margin-left: 20px !important;
    line-height: 1.2rem !important;
    color: #ebebeb;
 
    margin: 0;
    max-width: 100%;
    font-size: 1.1em;
    font-weight: 400;
}

.listas>li {
    list-style: disc !important;
    padding-bottom: 20px;
}



.form-control {
    display: block;
    width: 100;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;

    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.form-select,
.btns,
.form-control {
    border-radius: 8px !important;
    padding: 10px !important;
   
    margin-top: 10px !important;
    margin-bottom: 9px !important;
    background: #fff !important;
    border: none !important;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}



.fr-input {
    text-align: left !important;
}


.img {

    padding: 1%;
    height: auto;
    width: 80%;

    display: flex;
    justify-content: center;
}

.oculto,
.form-col.column {
    display: none !important;
}

#continuar,
#enviar,
#regresar {
    width: 100%;
}


.efectos {
    -webkit-transition: all .1s ease-in;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all .1s ease-in;
    /* Firefox 4-15 */
    -o-transition: all .1s ease-in;
    /* Opera 10.50–12.00 */
    transition: all .1s ease-in;
    /* Chrome 26, Firefox 16+, IE 10+, Opera */
}

.resaltes {
    color: #212529;
    background-color: #fff;
    border: 2px solid #ec2f2f !important;
    box-shadow: 0 1rem 3rem rgba(89, 83, 83, 0.175) !important;
}


.titulod {
    font-size: 1.1em;
    text-align: justify;

}



.detalle {
    font-size: .9em;
    color: #505158;
}

.btn-azul {
    background-color: #e84621 !important;
    color: #fff !important;
    border: 1px solid #1578cf;
    padding-top: .8rem !important;
    padding-bottom: .8rem !important;
    font-weight: 600;
    font-size: 1.1em;
}

.btn-azul-outline {
    background-color: #fff !important;
    color: #e84621 !important;
    border: 1px solid #e84621 !important;
    padding-top: .8rem !important;
    font-weight: 600;
    padding-bottom: .8rem !important;
    font-size: 1.1em;
}



.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}


.sec-godzilla {
   
    display: flex;
    margin: auto;
    width: 100%;
    height: 100vh !important;
    min-height:712px;
    box-sizing: border-box;
   background:url("https://www.aliatuniversidades.com.mx/hubfs/masc2.png"),  linear-gradient(90deg, #004f85, #1c6ea0 47.92%, rgba(85, 172, 216, .63));

  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.conte-general {
    
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    align-content: center;
    margin:auto;
  width:100%;
    max-width: 1360px;
    height: 100vh !important;
    padding: 0 3%;
}

.god {

    width: 100%;
    max-width: 100% !important;
    border-radius: 10px;

    margin: 0 auto;
      display: flex;
    flex-flow: column;
    justify-content: center;

}




.tituloe {
    font-weight: 700;
    font-size: 32px !important;
    color: whitesmoke;
    text-align: left !important;
    padding-top: 5% !important;
}

.terminos {
    font-size: 1em;
    color: #fff;
    margin-top: 10px;
}

.titulohp {
    font-size: 1.2em !important;
    max-width: 95%;
    text-align: left;
    color: #fff;
    font-weight: 300 !important;
    line-height: 1.2;
}

.tituloh {
    font-size: 1.5em;
    max-width: 95%;
    text-align: left;
    color: #fff;
    font-weight: 500 !important;
    line-height: 1.8;
}

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

.sec-godzilla {
        height: auto !important;

    }

  
    .god {

        width: 100% !important;
        max-width: 100% !important;
        border-radius: 10px;
        padding: 0%;
     
        margin: 0 auto;

    }
  
  #msform {
    width: 70%;
    text-align: center;
    position: relative;
    left: 30%;
}

    .img {

        padding: 1.5%;
        height: auto;
        width: 70%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .tituloh {
        font-size: 1.2em;
        max-width: 100%;
        text-align: left;
        color: #fff;
    }


}


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

    .conte-general{
        grid-template-columns: repeat(1, 1fr);
        padding: 5%;
      height: auto !important;
       
    }

     #msform {
        width: 80%;
        margin: 50px 0;
        text-align: center;
        position: relative;
        left: 10%;
    }


}

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

    #msform {
        width: 90%;
      left: 5%;
    }

    .botonera {

        max-width: 95%;


    }

}