:root {
    --bg-whitev3: transparent linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    --bg-white: #FFFFFF;
    --bg-azul-o: #13427A;
    --bg-azul: #2F71B1;
    --bg-azulc: #51B9E9;
    --bg-narjanja: #EA5329;
    --bg-naranja-c:#E94523;
    --bg-naranja-b : #E8660F;
    --bg-naranja-c:#E84621;
    --bg-amarillo: #F99B1C;
    --bg-amarillo-b:#F08306;
    --bg-dark: #404040;
    --bg-dark-b: #1C1C1C;
    --bg-dark-c:#2B2B2B;
    --bg-whitev2: #F9FCFF;
    --bg-whats: #55C252;
    --bg-principal: linear-gradient(180deg,#122c4a,#1c1c1c);
    --fn-h1: 2.4em;
    --fn-h2: 2.1em;
    --fn-h4: 1.4em;
    --fn-h3: 1.05em;
    --fn-li: 1.2em;
    --fn-p: 1.06em;
    --fn-small:.8em;
    --font-family-b: "Montserrat";
    --bg-primario: url(https://www.aliatuniversidades.com.mx/hubfs/public/content/Bachillerato.webp);
    --bg-2:url(https://www.aliatuniversidades.com.mx/hubfs/public/content/IMG1-Para_quien.webp); 
    --bg-3: url(https://www.aliatuniversidades.com.mx/hubfs/public/content/IMG2-Que_hacer%20al_terminar.webp);
    --bg-4: url(https://www.aliatuniversidades.com.mx/hubfs/public/content/IMG3-Perfil_de_egreso.webp);
    --padding-screen: 5rem 15rem;
    --borde-card:10px;
}


*, body, html{
  font-family: var(--font-family-b);
}

.error
{
  color:red !important;
}

.formulario label, .fs-subtitle
{
  margin:1rem 0 !important;
  color: var( --bg-azul-o) !important;
}

.resaltes {
                color: #212529;
                background-color: #fff;
                border: 1px solid #ec2f2f !important;
                outline: 1px solid #ec2f2f !important;
                box-shadow: 0 1rem 3rem rgba(143, 156, 183, 0.175) !important;

            }

.main-banner {
  display: grid !important;
  height: auto;
    padding:var(--padding-screen);

  grid-template-columns: repeat(1,1fr);
    align-items:center !important;
 margin:0 auto;
}

.product-image
{
  padding:5rem 0;
      margin: 0 auto;
    display: flex;
}

@media(max-width:1650px) {

    

    :root{
    --padding-screen: 3.5rem 8rem;
    }

    .hero_home_column_1 {
            padding: 3.5rem 4rem 3.5rem 8rem;  
            box-sizing: border-box;
         }
 

}

@media(max-width:1250px) {
    
    :root {
            --padding-screen: 3rem 5rem;
      
        }
  
  .product-image
{
  padding:3rem 0 ;
   
}
}

@media(max-width:800px) {
    :root {
            --fn-h1: 1.4em;
            --fn-h2: 1.4em;
            --fn-h3: 1.05em;
            --fn-li: 1.2em;
            --fn-p: 1.16em;
            --bg-primario: url(https://www.uvg.edu.mx/hubfs/background-carreras-lps/fondo_LP_contaduria.webp); 
            --padding-screen: 1rem 1.2rem;
            
    }

}
  
.main-banner .banner__text {
  color: #fff;
  max-width: 680px;
  width: 100%;
  padding: 0 6%;
}
.main-banner .banner__title {
  font-size: 32px;
}
.main-banner .banner__description {
  font-size: 16px;
  margin-top: 15px;
}




.main-banner .right-banner img {
  object-position: center;
  width: 100%;
  height: auto !important; /* Modificar con el slogan a 85% */
  padding: 2rem 0;
}



.caja-btns{
display: flex;
  flex-flow:row;
  justify-content:space-between;
  padding: 0 6%;
    width: 100%;
  max-width: 680px;
  margin-bottom:40px;
}


 .caja-btns a, .caja-btns button {
     cursor: pointer;
   text-decoration: none;
     width: auto;
     height: auto;
     border-radius: 15px;
     border: none;
     color: #FFFFFF;
     font-weight: 500;
     font-size: 1em !important;
     padding: 3%;
     align-items: center;
     align-self: center;
     display: flex;
    margin-right:16px;
     justify-content: center;
     margin-top: 1.1rem;
     box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .25) !important;
     
     box-sizing: border-box;
 }

   #wps
  {
    background-color:#45CD68 !important ;
  
  }

   #wfm {
       background-color: #ea5329 !important;

   }

 #wps img, #wfm img {
            height: 1.5rem !important;
            box-sizing: border-box;
        }



/* Estilos para dispositivos móviles y tabletas */
@media screen and (max-width: 1024px){

  .main-banner
  {
   grid-template-columns: repeat(1,1fr);
  
   }

  .main-banner .right-banner {
    width: 100%;
    /* Cambiar el orden para que aparezca debajo del left-banner */
  }
  .main-banner .right-banner img {
  margin:0 auto;
}
    .main-banner .banner__text {
    width: 100%;
        max-width: 1024px;
    padding: 30px 5% ;
  }
}

@media screen and (max-width:700px){
.caja-btns{

  flex-flow:column;
  padding: 0 6%; 
}
  
   .caja-btns a {
     width:100%;
     font-size: 1em !important;
     padding: 3% 5%;
    margin-right:0;
     justify-content: center;
     margin-top: 1.1rem;
        margin-bottom: 1.1rem;
 }
  
  .banner__text {
  text-align:center !important;
}
}




/*form styles*/
#msform {
    width: 25vw;  
    text-align: center;
  margin:0 auto;
}

#msform fieldset {
    width: 100%;
    padding:1rem 2rem;
  
    border-radius: 10px !important;
    margin: 5% 0 0;
    color: rgb(52, 52, 52) !important;
    background-color: rgb(237, 237, 237) !important; 
      box-shadow: 0 1rem 3rem #0000002d !important;
    justify-content: center;
    border: none;
    box-sizing: border-box;
    position: relative;
      background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 26px !important;
}

.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: #3d87c7 !important;
    color: #fff !important;
    border: 1px solid #1578cf;
    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:0;
  height:3rem;
   border: 1px solid #707070 !important;
    border-radius: 26px !important;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 16px;

}

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

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

    text-decoration: none;
    font-size: 17px !important;
        border-radius: 26px !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 #092b4a !important;
    color: #092b4a !important;
}

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

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

    margin-bottom: 10px;
  opacity:.9;
    text-align: center;
    color: black;
    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: transparent radial-gradient(closest-side at 31% 63%, #9E3FBF 0%, #4E0068 39%, #3A004E 100%) 0% 0% no-repeat padding-box;
    opacity: 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) {
  
  #msform {
    width: 35vw !important;  
    text-align: center;
  margin:0 auto;
}

.sec-godzilla {
        height: auto !important;

    }
  
  
     #msform {
        width: 30%;
        margin:0 auto;
        text-align: center;
       
    }

  
    .god {

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

    }
  
  #msform {
    width: 70%;
    text-align: center;
  
}

    .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: 90% !important;
        margin:0 auto;
        text-align: center;
       
    }


}

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

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

    .botonera {

        max-width: 95%;


    }

}