






/*MODIFICADO EL 6-JUNIO-2025*/
.imgAl 		{ width: 200px; height: 200px; margin: -40px 0px 0px 0px; border-radius: 0px 30px 0px 30px; overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.titleName 	{ color: var(--color-aprobado); font-weight: 700; font-size: 32px; margin: 10px 0px 40px 0px;
}
.cerLink 	{ color: black; display: flex; align-items: flex-start; gap: 2px; margin: 30px 0px 0px 0px; flex-wrap: wrap;

	& .ico-fej 	{ font-size: 22px; margin: 3px 0px 0px 0px;
	}
	& .right 	{ width: 85%;
	}
	& .titleCert{ font-size: 24px;
	}
	& .fechaSub { font-size: 16px; font-weight: 600;
	}
	& .line 	{ width: 100%; height: 1px; background: rgba(0,0,0,0.3); margin: 25px 0px 0px 0px;
	}
}
.viewCer            {width: 100%;
}
.consult            {display: flex; width: 100%; gap: 10px; margin: 0px 0px 30px 0px;

    & .campoForm    {width: 80%;
    }
    & .CampoFormA   {width: 100%; height: 42px; border: 1px solid black; border-radius: 0px 14px; font-size: 17px; padding: 0px 12px; font-weight: 400;
    }
    & .bt1          {width: 20%; background: black; color: white;
    }
}
.formCert           {width: 100%;
}


.txtad {font-size: 16px !important; width: 100% !important; font-weight: 500 !important; margin: 0px 0px 3px 0px !important; }
.paytxt {text-decoration: line-through; }
.payscto {background: var(--color-aprobado); color: white; padding: 4px 10px; border-radius: 4px; }

.Busquedaresult-btn br {display: none;}
video {width: 100%; height: 100%; object-fit: cover; object-position: center center;}

.searhprogrmob      {display: none; position: sticky; bottom: 20px; width: 100%; margin: 35px 0px 0px 0px;}
.searhprogrmob .bt1 {background: var(--color-secundario); color: black;}

.down1              {margin: 0px 0px -80px 0px !important;}
.matricula-final	{display: block; margin: 30px 0px; overflow:hidden; border-radius: 20px; }

.nota-form          {background: rgb(255, 226, 226); color: red; border: 1px solid red; font-size: 14px; padding: 10px 17px; margin: -13px 0 12px 0; font-weight: 400; border-radius: 6px;} 


.befsend            {margin: 60px 0px 15px 0px; padding: 0px 4px; font-size: 16px; color: var(--color-secundario-dark);}
.befsend-title      {font-size: 35px; font-weight: 600;}
.befsend-txt        {font-size: 21px; margin: 10px 0 0 0;}

.precios            {width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.precios-before     {width: 100%; height: 325px; background: var(--color-secundario); margin: 0px 0px -245px 0px;}
.precios-wrap       {width: 1200px; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap;}
.precios-left       {width: 50%;}
.precios-img        {border-radius: 46px; box-shadow: 0px -25px 40px -20px rgba(0,0,0,0.4);}
.precios-subtitle   {font-weight: 500; margin: 20px 0px 10px 20px;}
.precios-subtitletxt {margin: 4px 0px 0px 35px;}
.precios-right      {width: 50%; padding: 0px 0px 0px 30px;}
.precios-title      {font-size: 40px; margin: 110px 0px 80px 0px; font-weight: 400;}
.precios-modalidad  {color: black; width: 100%; display: flex; flex-wrap: wrap; align-items: center; border: 1px solid black; margin: 0px 0px 25px 0px; border-radius: 16px 0px 16px 0px; padding: 11px 17px;}
.precios-line       {display: block; width: 100%; height: 1px; background: black; margin: 70px 0 0 0;}

.Point-titlebtn     {}
.icon-check-circle  {}
.Point-dc0d9d8d     {}
.Point-txt          {}
.lab                {}
.txtmin             {}




.tiempos-vine   {display: flex; align-items: flex-start; margin: 9px 0px 0px 0px;}
.ico-dodi       {font-size: 16px; margin: 3px 1px 0px 0px;}
.wtspclose      {background: black !important;}

.contenthome-wrap   {padding: 0px 0px 90px 0px;}
.contenthome-title  {display: flex; flex-wrap: wrap; align-items: flex-start; font-size: 30px; padding: 0px 0px 0px 7px; margin: 30px 0 12px 0; font-weight: 400; color: var(--color-gray1);}
.ico-do2i           {font-size: 25px; margin: 6px 0px 0px 0px;}

#Beneficios {animation: ben 1s forwards; animation-delay: 1.1s; opacity: 0;}
@keyframes ben {
    0% {opacity: 0;}
    100% {opacity: 1;}
}


/* CHAT WTSP */

.chatbox            {transition: .3s; transform: translateX(500px); width: 370px; max-height: 77vh; position: fixed; z-index: 11; right: 72px; bottom: 72px; background: white; display: flex; flex-wrap: wrap; align-items: flex-start; border-radius: 24px; border: 1px solid var(--color-aprobado); overflow: hidden; padding: 105px 0px 10px 0px;}
.ico-d0p2           {width: 40px; height: 40px; background: black; color: white; display: flex; justify-content: center; align-items: center; border-radius: 100px; font-size: 22px;}
.chatbox-head       {width: 370px; z-index: 2; background: var(--color-aprobado); color: white; font-size: 25px; font-weight: 600; border-radius: 16px; padding: 14px 18px 14px 18px; position: fixed; margin: -105px 0px 0px 0px;}
.chatbox-item       {padding: 12px 20px; width: 370px; position: absolute; transition: .4s;}
.chatbox-title      {color: var(--color-gray1); font-weight: 600; font-size: 20px; padding: 0px 10px 0px 0px;}
.chatbox-option     {display: block; border: 1px solid var(--color-gray2); color: var(--color-gray2); padding: 6px 10px; border-radius: 10px; font-size: 17px; font-weight: 400; margin: 12px 0px 0px 0px; cursor: pointer; transition: .2s;}
.chatbox-campo      {display: block; border: 1px solid var(--color-gray2); color: var(--color-gray2); padding: 6px 10px; border-radius: 10px; font-size: 17px; font-weight: 400; margin: 12px 0px 0px 0px; width: 100%; color: black; transition: .3s;}
.chatbox-subtitle   {font-weight: 600; margin: 20px 0px 0px 0px;}
.chatbox-campo2     {width: 100%; font-size: 16px; border: 0; border-bottom: 1px solid var(--color-gray1); color: var(--color-gray1); margin: 10px 0px 0px 0px; padding: 0px 6px 4px 6px; transition: .3s;}
.chatbox-line       {display: block; width: 100%; height: 1px; background: var(--color-gray2); margin: 12px 0px 12px 0px;}
.chatbox-btn        {display: flex; width: 100%; justify-content: space-between; align-items: flex-start; color: black; padding: 0px 0px 0px 4px; transition: .3s; font-weight: 500;}
.chatbox-txt        {}
.chatbox-next       {width: 100%; cursor: pointer; display: flex; justify-content: center; align-items: center; color: white; background: var(--color-aprobado); padding: 10px 10px; font-weight: 400; font-size: 20px; border-radius: 12px; margin: 28px 0px 0px 0px; transition: .3s;}
.ico-d9d8           {margin: 2px 0px 0px 0px;}
.chatbox-shadow     {opacity: 0; visibility: hidden; transition: .7s; width: 100%; height: 100vh; background: rgba(255,255,255,.7); position: fixed; top: 0; z-index: 10; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: inset 0px 0px 80px var(--color-aprobado);}
.chatbox-wrap       {display: flex; width: 1500px; transition: .8s;}
.hid                {width: 100%; overflow: hidden; transition: .4s;}

.chathover          {background: var(--color-aprobado); border: 1px solid white; color: white; transform: scale(1.05); box-shadow: 0px 3px 9px -2px rgba(0,0,0,0.5);}
.chat-on            {visibility: visible; opacity: 1; transition: .5s;}
.chat-on2           {transform: translateX(0px); transition: .2s .3s}

.chatmov1 {}
.chatmov2 {left: 370px;}
.chatmov3 {left: 740px;}
.chatmov4 {left: 1110px;}

.chatnext   {position: relative;}   

.chatbox-campo:focus::placeholder   {color: black;}
.chatbox-campo:focus   {color: black; transform: scale(1.03); box-shadow: 0px 5px 9px -2px rgba(0,0,0,0.5); outline: none; border: 1px solid black;}

.chatbox-campo2:focus::placeholder   {color: black;}
.chatbox-campo2:focus   {color: black; transform: scale(1.03); box-shadow: 0px 5px 9px -2px rgba(0,0,0,0.5); outline: none; border-bottom: 1px solid black;}

.chatbox-btn:hover      {color: var(--color-aprobado);}
.chatbox-next:hover     {background: var(--color-aprobado-light); color: var(--color-aprobado); transform: scale(1.02);}
.chatbox-option:hover   {background: var(--color-aprobado); border: 1px solid white; color: white; transform: scale(1.05); box-shadow: 0px 3px 9px -2px rgba(0,0,0,0.5);}
.chatbox-option.active   {background: var(--color-aprobado); border: 1px solid white; color: white; transform: scale(1.05); box-shadow: 0px 3px 9px -2px rgba(0,0,0,0.5);}

/* CHAT WTSP */






/* GRACIAS */
.gracias            {width: 360px; margin: auto; padding: 140px 0px 0px 0px; text-align: center;}
.gracias-img        {}
.gracias-title      {font-weight: 800; font-size: 40px;}
.gracias-txt        {font-size: 22px; margin: 20px 0px 40px 0px;}
.gracias-btn        {color: black; font-weight: 500; transition: .2s;}
.gracias-wrapbtns   {width: 1200px; margin: 0px auto 40px auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.gracias-line       {width: 100%; height: 1px; background: black; margin: 45px 0px 10px 0px;}
.gracias-btn2       {display: flex; align-items: center; color: black; gap: 4px; font-weight: 400;}
.ico-d2dd0          {transition: .2s; background: var(--color-secundario); display: flex; justify-content: center; align-items: center; width: 44px; height: 44px; border-radius: 100px; font-size: 22px; padding: 0px 0px 0px 4px;}

.automatico-title   {font-weight: 800; font-size: 22px;}
.automatico         {padding: 100px 0px 0px 0px;}




.secvalidez         {flex-wrap: wrap !important; gap: 10px;}
.secvalidez .bt1    {width: 100% !important;}

.pglanding .Whatsapp  {display: none !important;} 
.pglanding .Header-wrap-right   {display: none !important;} 
.pglanding .pgmat   {display: none !important;} 

.gracias-btn2:hover .ico-d2dd0 {background: black; color: var(--color-secundario);}
/* GRACIAS */



/*POP*/
.popgeneral         {transition: var(--transition150); width: 100%; height: 100%; background: rgba(0,0,0,0.8); display: flex; justify-content: center; align-items: center; position: fixed; z-index: 30;}
.popgeneral-d98d    {transition: var(--transition150); color: white; font-size: 38px; position: fixed; top: 20px; right: 20px; cursor: pointer;}
.popgeneral-img     {transition: var(--transition150); width: 85%; max-width: 600px; border-radius: 22px;}
.salepop            {transition: var(--transition150);}


.bt-matricula-ok {
    background: var(--color-secundario);
    color: black;
    font-size: 20px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 15px 0px 15px 0px;
    position: sticky;
    bottom: 85px;
    margin: 40px 0px 0px 0px;
    width: 100%;
    justify-content: space-between;
}
.ico-dd0d {
    margin: 0px 0px 0px 20px;
}

.Asesores       {width: 215px; display: flex; flex-wrap: wrap; right: 15px; gap: 10px; position: fixed; bottom: 90px; z-index: 80; background: rgba(255,255,255,0.6); padding: 10px; border-radius: 39px; border: 1px solid white; transition: var(--transition250); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);}
#ases           {right: -230px;}
#wtsp           {display: flex;}
#x1             {display: none;}
.imgband        {width: 45px; display: inline-block; margin: 0px 0px -7px 5px;}


.Asesor-bt      {display: flex; align-items: center; width: 100%; border: 1px solid black; padding: 5px; border-radius: 66px; color: black; background: white; transition: var(--transition150);}
.Asesor-bt:hover{background: var(--color-aprobado); color: white;}

.Asesor-bt:hover .Asesor-cargo  {color: white;}
.Asesor-bt:hover .Asesor-img    {transform: scale(1.2); margin: 0px 8px 0px 0px;}

.Asesor-img     {width: 50px; height: 50px; overflow: hidden; border-radius: 100%; transition: var(--transition150);}
.Asesor-data    {margin: 0px 0px 0px 4px;}
.Asesor-name    {font-weight: 400; font-size: 15px;}
.Asesor-cargo   {color: var(--color-aprobado); font-weight: 500; font-size: 12px; transition: var(--transition150);}


.Whatsapp       {background: var(--color-aprobado); border-radius: 0px 20px 0px 20px; width: 60px; height: 60px; justify-content: center; align-items: center; position: fixed; bottom: 15px; right: 15px; cursor: pointer; transition: var(--transition150); z-index: 20;}
.Whatsapp-close {background: var(--color-aprobado); border-radius: 0px 20px 0px 20px; width: 60px; height: 60px; justify-content: center; align-items: center; position: fixed; bottom: 15px; right: 15px; cursor: pointer; transition: var(--transition150); z-index: 20;}
.Whatsapp:hover {transform: scale(1.1); animation: none;}

.ico-ss0s90s9   {color: white; font-size: 33px;}
.ico-ssd9dod9   {color: white; font-size: 33px;}

.Whatsapp       {animation: whatsapp 1s infinite;}
@keyframes whatsapp {
    0% {transform: scale(1);}
    50% {transform: scale(.9);}
    100% {transform: scale(1);}
}


.ico-ss0s90s9   {animation: iconwtsp 3.5s infinite; animation-delay: 4s;}
@keyframes iconwtsp {
    0% {transform: rotate(0deg);}
    20% {transform: rotate(-90deg);}
    40% {transform: rotate(90deg);}
    45% {transform: rotate(0deg);}
    100% {transform: rotate(0deg);}
}







html {scroll-behavior: smooth;}


.Header {transform: translateY(-200px); transition: var(--transition250);}

/* AGREGADO POR JHOEY */
.disabled-link {
	pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
    text-decoration: none;
    color: gray;
}

.ocultar{
    display: none;
}
/* AGREGADO POR JHOEY */

/* TITULOS */
h1  {font-weight: lighter; font-size: 45px;}
h2  {font-weight: 700; font-size: 35px;}

/*.Content-landing p img      {width: 100%; height: auto;}
.Content-landing p          {width: 100%;}*/


.txtnormal {text-transform: capitalize;}

/* ESTRUCTURA FONDO */
.Bgfondo        {width: 100%; height: 100vh; min-height: 700px; position: fixed; transition: var(--transition250);}
.Bgfondo-prog   {width: 100%; height: 100vh; min-height: 700px; transition: var(--transition250);}
.Bgfondo-left   {width: 0%; height: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; transition: var(--transition250);}


/* WRAPS CONTENEDORES */
.Wrap-general1  {display: flex; align-items: flex-end; justify-content: space-between;}
.Wrap-general2  {display: flex; justify-content: flex-end; align-items: flex-start;}


/* BANERS */
.Baner              {width: 50%; padding: 180px 0px 50px 30px; display: flex; flex-direction: column; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; position: relative; transform: translateY(200px); opacity: 0;}
.Baner-wrapint      {display: flex; flex-direction: column; flex-wrap: wrap; align-items: flex-start; width: 100%; margin: 0px 0px 0px 0px}
.Baner-labelmax     {font-size: 22px; margin: 0px 0px 10px 0px; text-transform: uppercase; font-weight: 600; background: var(--color-primario); color: var(--color-secundario); padding: 10px 20px 11px 20px; border-radius: 0px 15px 0px 15px;}
.Baner-labelmin     {font-size: 22px; margin: 0px 0px 10px 0px; font-weight: 600; background: var(--color-primario); color: var(--color-secundario); padding: 10px 20px 11px 20px; border-radius: 0px 15px 0px 15px;}
.Baner-labelbtn     {font-size: 20px; margin: 0px 0px 10px 0px; font-weight: 400; background: var(--color-primario); color: var(--color-secundario); padding: 8px 15px 8px 15px; border-radius: 0px 15px 0px 15px; display: flex; align-items: center; gap: 10px; transition: var(--transition150);}
/*.Baner-title h1:first-letter      {text-transform: uppercase;}*/
/*.Baner-title h1:not(first-letter)      {text-transform: lowercase;} */

.Baner-title h1     {font-size: 42px; }
.Baner-c0239f9f     {}
.Baner-vineta       {display: flex; align-items: center; margin: 10px 0px 12px -88px;}
.Baner-btn          {font-weight: 500; margin: 25px 0px 0px 0px; border-bottom: 5px solid black; padding: 0px 0px 4px 0px; color: black; display: flex; cursor: pointer;}

.vineta1            {width: 18px; height: 18px; background: var(--color-secundario); border-radius: 100%;}
.vineta2            {width: 141px; height: 2px; background: var(--color-secundario);}
.Baner-description  {width: 100%;}
.Baner-btdown       {background: var(--color-primario); width: 70px; height: 70px; border-radius: 100%; color: var(--color-secundario); display: none; align-items: center; justify-content: center; font-size: 30px; position: absolute; bottom: 30px; position: sticky; margin: 0px 0px 0px -65px; transition: var(--transition250);}
.Wrap-formpros      {opacity: 0;position: fixed; bottom: 0px; height: 162px; overflow: hidden; transition: var(--transition250); width: 398px; margin: auto; left: 0px; right: 0px; z-index: 10;}
.inform             {bottom: 30px; height: 483px; overflow: visible;}

.Wrap-didd00d9d     {background: var(--color-secundario); color: black; display: none; width: 44px; height: 44px; border-radius: 100%; justify-content: center; align-items: center; font-size: 24px; padding: 0px 0px 0px 0px; margin: 0px 0px -20px 0px; position: relative; z-index: 1; transition: var(--transition250); cursor: pointer;}
.Wrap-didd00d9da    {background: var(--color-secundario); color: black; display: flex; width: 44px; height: 44px; border-radius: 100%; justify-content: center; align-items: center; font-size: 24px; padding: 0px 0px 0px 0px; margin: 0px 0px -20px 0px; position: relative; z-index: 1; transition: var(--transition250); cursor: pointer;}

.tipeoO             {display: flex;}
.tipeo              {display: block; width: 157px;}

.tipeo1             {display: block; width: 155px; font-weight: 600;}
.tipeo2             {display: block; width: 157px;}
.tipeo3             {display: block; width: 210px;}
.tipeo4             {display: block; width: 153px;}
.tipeo5             {display: block; width: 135px;}
.tipeo6             {display: block; width: 182px;}

.wrap-tipeo         {width: 12px; overflow: hidden;}

.wrap-tipeo1         {width: 12px; overflow: hidden;}
.wrap-tipeo2         {width: 12px; overflow: hidden;}
.wrap-tipeo3         {width: 12px; overflow: hidden;}
.wrap-tipeo4         {width: 12px; overflow: hidden;}
.wrap-tipeo5         {width: 12px; overflow: hidden;}
.wrap-tipeo6         {width: 12px; overflow: hidden;}

.Wrap-didd00d9d:hover {background: var(--color-primario); color: var(--color-secundario); animation: none; transform: scale(.9);}
.Baner-btdown:hover {background: var(--color-secundario-dark); color: var(--color-secundario-light); transform: translateY(-20px);}
.Baner-labelbtn:hover   {background: var(--color-secundario-dark); color: var(--color-secundario-light);}


/* CONTENIDO */
.Content                    {width: 50%; padding: 0px 0px 90px 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; position: relative;}
.Content-box1               {width: 100%; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between;}
.Content-box1--img          {width: 370px; height: 260px; border-radius: 35px 0px 35px 0px; overflow: hidden; margin: 0px 0px 0px -120px; box-shadow: -13px 18px 34px -6px rgba(0,0,0,0.6);}
.Content-img1               {width: 600px; height: 600px; border-radius: 35px 0px 35px 0px; overflow: hidden; margin: 30px 0px 30px -120px; box-shadow: -13px 18px 34px -6px rgba(0,0,0,0.6);}
.Content-box1--txt          {width: 304px;}
.Content-box1--imgsom       {width: 35%; margin: 110px auto -20px auto; position: relative;}
.Content-box1--subtitle1    {font-weight: 600; text-align: center; color: black; font-size: 26px; width: 80%; margin: auto;}
.Content-box1--txtmaster    {text-align: justify; margin: 30px 0px 30px 0px;}
.Content-box1--txtprocess   {text-align: justify; margin: 0px 0px 0px 0px;}
.Content-box1--futuro       {font-size: 25px; font-weight: 500;}
.txt1                       {color: black;}
.Content-box2               {display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; width: 100%; margin: 0px 0px 40px 0px;}
.Content-box2--lelft        {}
.Content-box2--title        {color: var(--color-gray1); font-weight: 700; font-size: 27px; display: flex; align-items: center; gap: 6px;}
.Content-29837390           {}
.Content-btview             {color: var(--color-secundario-dark); border-bottom: 2px solid var(--color-secundario-dark); padding: 0px 0px 2px 0px; display: inline-block; margin: 9px 0px;}
.Content-box2--right        {width: 440px; text-align: justify;}
.Content-wrapsubtitle       {width: 100%; text-align: center; margin: 40px 0px 20px 0px; text-transform: lowercase;} 
.Content-wrapsubtitle::first-letter {text-transform: uppercase;}

.resultado-busqueda li::first-letter {text-transform: uppercase;}
.resultado-busqueda li      {text-transform: lowercase;}
.resultado-busqueda         {max-height: 310px !important;}

.Content-subtitle           {display: flex; align-items: center; font-size: 25px; gap: 5px;}
.Content-subtitletop        {display: flex; align-items: flex-start; font-size: 25px; gap: 7px; margin: 0px 0px 7px 0px;}
.Content-20028200           {font-size: 25px; margin: 4px 0px 0px 0px;}
.Content-20028287           {}
.Content-down               {text-align: justify; margin: 0px 0px 63px 0px;}
.Content-wrapbnts           {width: 100%; display: flex; align-items: center; justify-content: space-between; margin: 40px 0px 40px 0px}


.Content-wrapbnts .bt1      {width: 30%; background: var(--color-primario); color: var(--color-secundario); padding: 0;}
.bt1:hover                  {background: var(--color-secundario); color: var(--color-primario); transform: scale(1.03); box-shadow: 0px 12px 12px -5px rgba(0,0,0,0.4);}
.Content-wrapbnts .bthomlnk {padding: 10px 12px; display: flex; width: 100%; align-items: center; justify-content: space-between;}

.Content-box1--line         {display: block; width: 60px; height: 1px; background: black; margin: 14px 0px 14px -35px;}
.Content-transcripcion      {background: var(--color-secundario); text-align: center; font-weight: 700; color: black; font-size: 25px; padding: 40px 30px; border-radius: 30px 0px 30px 0px; margin: 0px 0px 0px 0px;}
.Content-regulada           {background: var(--color-secundario); text-align: center; font-weight: 700; color: var(--color-secundario-dark); font-size: 25px; padding: 40px 30px; border-radius: 30px 0px 30px 0px; margin: 0px 0px 40px 0px;}
.Content-vineta             {display: flex; align-items: flex-start; margin: 7px 0px 16px 0px;}
.Content-3930081872         {font-size: 22px; margin: -2px 5px 0px 0px;}

#Pause                      {display: none;}
.Pause                      {width: 100%; height: 100vh; position: fixed; top: 0; z-index: 10; opacity: 0; background: white;}


.Content-landing            {width: 50%; padding: 140px 0px 90px 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; position: relative; }


.Navegador-btlinks          {text-align: center; width: 100%; display: flex; justify-content: center; align-items: center; margin: 0px 0px 90px 0px}
.Navegador-btlinks--int     {color: black; font-size: 14px; font-weight: 500;}
.line-navend                {display: block; width: 1px; height: 20px; background: black; margin: 0px 10px;}


.Content-baner              {width: 50%; height: 100vh; min-height: 670px; position: sticky; top: 0px; margin: 45px 0px 0px 0px; display: flex; align-items: center; opacity: 0;}
.Content-baner .Formbaner   {width: 398px;}

.Content-baner1             {width: 50%; height: 100%; display: flex; align-items: center;}
.Content-wrapbtnpr          {width: 80%; margin: 0px 0px 50px 0px; opacity: 0;}
.Content-wrapbtnpr .bt1     {background: white; border: 2px solid var(--color-gray1); color: var(--color-gray1); transform: scale(1); box-shadow: 0px 12px 30px -9px rgba(0,0,0,0.8)}
.Content-wrapbtnpr .bt1:hover {color: black; border: 2px solid  var(--color-secundario); color: var(--color-secundario-dark); box-shadow: 0px 22px 30px -9px rgba(0,0,0,0.8)}
.Bgfondo-left-shadow        {background: rgba(255,255,255,0); width: 100%; height: 100%; position: absolute;}
/* .Formbaner                  {width: 100%; background: rgba(255,255,255,.5); text-align: center; padding: 17px; border-radius: 0px 25px 0px 25px; display: flex; flex-wrap: wrap; justify-content: space-between; border: 1px solid white; box-shadow: 0px 27px 78px -6px rgba(0,0,0,0.45); margin: 0px 0px 0px 0px; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);} */

.Formbaner          {width: 100%; background: rgba(0,0,0,.5); text-align: center; padding: 17px; border-radius: 0px 25px 0px 25px; display: flex; flex-wrap: wrap; justify-content: space-between; color: white; border: 1px solid black; box-shadow: 0px 27px 78px -6px rgba(0,0,0,0.45); margin: 0px 0px 0px 0px; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);}
.Formbaner-title            {font-size: 24px; font-weight: 600; width: 100%; margin: 0px 0px 15px 0px;}
/* .Formbaner-input            {width: 48%; font-size: 16px; font-weight: 400; padding: 5px 8px 6px 3px; margin: 6px 0px; background: 0; border: 0; border-bottom: 1px solid black; transition: var(--transition250);}
.Formbaner-input:focus      {background: white; outline: 0; border-bottom: white; transform: scale(1.03); box-shadow: 0px 8px 12px -3px rgba(0,0,0,0.3); border-bottom: 1px solid white; padding: 5px 8px 6px 9px; border-radius: 3px;}
.Formbaner-input:focus::placeholder {color: black;} */

.Formbaner-input            {color: white; width: 48%; font-size: 16px; font-weight: 400; padding: 5px 8px 6px 3px; margin: 6px 0px; background: 0; border: 0; border-bottom: 1px solid white; transition: var(--transition250);}
.Formbaner-input:focus      {color: black; background: white; outline: 0; border-bottom: white; transform: scale(1.03); box-shadow: 0px 8px 12px -3px rgba(0,0,0,0.3); border-bottom: 1px solid white; padding: 5px 8px 6px 9px; border-radius: 3px;}


.Formbaner-input:focus::placeholder {color: black;}
.Formbaner-input::placeholder {color: white;}

.Point-input            {width: 100%; font-size: 20px; font-weight: 300; padding: 5px 8px 6px 3px; margin: 6px 0px; background: 0; border: 0; border-bottom: 1px solid var(--color-gray2); transition: var(--transition250);}
.Point-input:focus      {background: white; outline: 0; border-bottom: white; transform: scale(1.03); box-shadow: 0px 8px 12px -3px rgba(0,0,0,0.3); border-bottom: 1px solid white; padding: 5px 8px 6px 9px; border-radius: 3px;}
/* .Point-input:focus::placeholder {color: black;} */

.Formbaner-wrapbtn          {width: 100%;}
.Formbaner-img              {width: 170px; margin: 0px auto 0px auto;}
.Bgmob-pros                 {display: none;}


.Compartir                  {display: flex; align-items: center; gap: 14px;}
.Compartir-title            {width: 177px !important; font-size: 16px; font-weight: 500; line-height: 1;}

.Compartir-2d0028e29        {background: var(--color-primario); color: var(--color-secundario); width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 10px 0px 10px 0px; font-size: 22px; transition: var(--transition250);}
.Compartir-2d0028e29:hover  {transform: scale(1.03); box-shadow: 0px 8px 12px -3px rgba(0,0,0,0.3);}
.Content-landing--title     {font-size: 35px; margin: 80px 0px 22px 0px; display: flex; align-items: flex-start; font-weight: 500;}
.Content-w02922             {font-size: 30px; margin: 8px 2px 0px 0px;}
.Banderas                   {display: flex; width: 100%; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px 0px;}
.Banderas-img               {width: 73px;}
.Programaslanding           {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 23px 0px;}
.Programaslanding-btn       {width: 48%; overflow: hidden; height: 190px; border-radius: 32px 0px 32px 0px; transition: var(--transition250);}
.btproglnk                  {width: 100%;}
.Programaslanding-txt       {display: flex; width: 100%; height: 190px; justify-content: center; align-items: flex-end; padding: 14px; position: relative; color: white; font-weight: 500; font-size: 22px; background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 65%); transition: var(--transition250); z-index: 1;}
.Programaslanding img       {margin: -190px 0px 0px 0px; transition: var(--transition250);}
.Referencia                 {width: 100%; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; margin: 20px 0px 50px 0px;}
.Referencia-left            {width: 165px; height: 165px; overflow: hidden; border-radius: 100%;}
.Referencia-bnd             {position: absolute; width: 64px; margin: -55px 0px 0px 110px; border: 4px solid white; border-radius: 100%; background: white;}
.Referencia-right           {width: 385px; display: flex; align-items: flex-start; flex-wrap: wrap;}
.Referencia-name            {font-size: 15px; background: var(--color-primario); color: var(--color-secundario); padding: 8px 12px; border-radius: 12px 0px 12px 0px;}
.Referencia-curso           {font-weight: 500; font-size: 25px; margin: 5px 0px 12px 0px; width:100%}
.Referencia-test            {}
.Contactlanding             {display: flex;flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
.Contactlanding-mapa        {background: gray; width: 85%; height: 300px; overflow: hidden; border-radius: 40px 0px 40px 0px; box-shadow: -16px 20px 34px -12px rgba(0,0,0,0.4);}
.Contactlanding-redes       {display: flex; flex-wrap: wrap; flex-direction: column; gap: 20px;}
.Contactlanding-d92920df7   {width: 58px; height: 58px; display: flex; justify-content: center; align-items: center; font-size: 26px; background: black; color: var(--color-secundario); border-radius: 16px 0px 16px 0px;}
.Contactlanding-dato        {width: 100%; margin: 20px 0px; padding: 0px 0px 0px 15px;}
.Contactlanding-dato--title {display: flex; align-items: center; gap: 3px; font-size: 20px; font-weight: 500;}
.Contactlanding-dd02d8d     {}
.Contactlanding-dato--txt   {width: 300px; margin: 5px 0px 0px 0px;}

.Programasnav-btn           {width: 15%; margin: 20px 0px 0px 0px; overflow: hidden; height: 115px; border-radius: 20px 0px 20px 0px; transition: var(--transition250);}
.Programasnav-btn img       {margin: -115px 0px 0px 0px; transition: var(--transition250);}
.Programasnav-txt           {display: flex; width: 100%; height: 115px; justify-content: center; align-items: flex-end; padding: 14px; position: relative; color: white; font-weight: 500; font-size: 19px; background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 65%); transition: var(--transition250); z-index: 1;}


.Wraprog                    {margin: -100vh auto 0px auto;}
.Beneficios                 {width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.Beneficios-left            {width: 50%; display: flex; flex-direction: column; align-items: flex-end; gap: 40px; justify-content: center; background: white;}
.Beneficios-item            {width: 600px; color: var(--color-gray2);}
.Beneficios-title           {font-size: 25px; display: flex; align-items: center; gap: 3px; font-weight: 600;}

.Beneficios-djnf02f838      {}
.Beneficios-txt             {color: black; margin: 3px 0px 0px 27px; padding: 0px 30px 0px 0px;}
.Beneficios-right           {width: 50%; background: var(--color-primario); color: var(--color-secundario); padding: 30vh 0px;}
.Beneficios-subtitle        {width: 600px; padding: 0px 0px 0px 30px; font-size: 33px;}
.Busquedacursos             {background: #EDEDED;}
.Busquedaheader             {background: white; padding: 25px 0px 25px 0px; border-radius: 0px 0px 20px 20px; box-shadow: 0px 21px 27px -9px rgba(0,0,0,0.3); position: sticky; top: 0px; z-index: 9;}
.Busquedaheader-wrap        {display: flex; align-items: center; justify-content: space-between;}
.Busquedaheader-left        {font-weight: 700; color: var(--color-gray1); font-size: 32px;}
.Busquedaheader-right       {width: 375px;}
.Busquedaresult             {padding: 50px 0px 120px 0px;}
.Busquedaresult-wrap        {display: flex; align-items: flex-start; justify-content: space-between;}
.Busquedaresult-left        {display: flex; flex-direction: column; align-items: flex-start;}
.Busquedaresult-area        {font-weight: 500; color: var(--color-gray1); font-size: 20px; display: flex; align-items: flex-start; margin: 0px 0px; transition: var(--transition250); cursor: pointer;}
.Busquedaresult-dd208f7d    {font-size: 18px; margin: 4px 0px 0px 0px; transition: var(--transition250);}
.Busquedaresult-right       {position: sticky; top: 140px; width: 375px;}
.Busquedaresult-item        {margin: 9px 0px;}
.Busquedaresult-wrapitems   {display: flex; flex-direction: column; align-items: flex-start; padding: 0px 0px 0px 30px; margin: 4px 0px 40px 0px;}
.Busquedaresult-btn         {font-size: 17px; color: var(--color-gray1); margin: 3px 0px; font-weight: 400; transition: var(--transition250);}
.Busquedaresult-20d02d8     {margin: 4px 0px 0px 0px; font-size: 15px;}
.btcarrerasjs               {display: flex; align-items: flex-start; padding: 0px 0px 3px 0px; border-bottom: 1px solid #EDEDED; transition: var(--transition250); text-transform: lowercase;}
.btcarrerasjs p:first-letter  {text-transform: uppercase;}

.textoEditor            {font-size: 18px; margin: 60px 0px 20px 0px; color: black;}
.Infodestacada          {width: 100%; display: flex; flex-direction: column; align-items: flex-start; margin: 30px 0px 20px 0px;}
.Infodestacada-title    {background: var(--color-secundario); color: var(--color-secundario-dark); font-weight: 400; display: flex; align-items: flex-start; padding: 8px 11px; border-radius: 12px 0px 12px 0px;}
.Infodestacada-209ddd6  {margin: 1px 4px 0px 0px;}
.Infodestacada-txt      {background: var(--color-secundario-light); width: 100%; padding: 20px 20px; font-size: 18px; border-radius: 0px 25px 0px 25px;}

.Acord  {margin: 10px 0px;}

.Overhid            {overflow: hidden;}
.Point              {width: 100%; height: 90vh; padding: 120px 0px 70px 0px; display: flex; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; justify-content: space-between;}
.Point-title        {font-size: 32px; font-weight: 700; width: 100%; margin: 0px 0px 25px 0px;}
.Point-btnprogram   {width: 30%; background: white; border-radius: 22px 0px 22px 0px; border: 1px solid var(--color-gray2); display: flex; flex-direction: column; align-items: center; padding: 25px 15px 19px 15px; color: var(--color-gray2); font-weight: 600; font-size: 19px; margin: 10px 0px 20px 0px; transition: var(--transition250);}
.Point-icoe0ef89e   {font-size: 40px; margin: 0px 0px 10px 0px;}
.Point-labelprog    {font-weight: 400; font-size: 25px; width: 100%; margin: 0px 0px 10px 0px;}
.Point-wrapbtn      {width: 100%; display: flex; justify-content: flex-end; padding: 0px 0px 0px 70%; margin: 17px 0px 0px 0px;}
.Point-wrapbtn .bt1 {background: var(--color-primario); color: var(--color-secundario-light);}
.Point-subtitle1    {width: 100%; font-weight: 400;}

/*.Point-namecarrera:first-letter {text-transform: uppercase;}*/

.Point-modalidad    {color: var(--color-gray2); width: 100%; display: flex; flex-wrap: wrap; align-items: center; border: 1px solid var(--color-gray2); margin: 0px 0px 15px 0px; border-radius: 16px 0px 16px 0px; padding: 8px 17px; transition: var(--transition250);}
.Point-titlebtn     {width: 100%; font-size: 20px; font-weight: 700; display: flex; align-items: center; gap: 5px; margin: 0px 0px 6px 0px;}
.Point-dc0d9d8d     {}
.Point-subtitle3    {width: 100%;}
.lab                {background: var(--color-aprobado); color: white; font-size: 14px; font-weight: 500; padding: 2px 6px; border-radius: 3px; margin: 3px 10px 0px 7px;}
.txtmin             {font-size: 15px; font-weight: 400; margin: 2px 0px 0px 0px;} 
.Point-txt          {font-size: 20px; margin: 3px 0px 0px 0px; font-weight: 400;}
.Point-beneficios   {font-size: 15px;}
.Point-subtitle2    {font-weight: 500; margin: 11px 0px 2px 0px;}
.Point-txt2         {display: flex; align-items: flex-start; margin: 3px 0px 0px 10px;}
.Point-8d8d7s6      {margin: 3px -1px 0px 0px; font-size: 13px;}
.Point-wrap         {margin: 0px 0px 30px 0px; width: 47%;}
.Point-wrapinput    {}
.lista-desp         {}
.wrapinput2         {width: 47%;}
.Point-wrapsend     {margin: 0px 0px 0px 0px; width: 100%;}
.Point-wrapsend .bt1{background: black; color: var(--color-secundario-light);}
.Point-wrapasesor   {width: 100%; margin: 20px 0px 10px 0px; display: flex; flex-direction: column; gap: 8px;}



.wrap-input-campo1 .campo-search {background: var(--color-secundario-light); border: 2px solid var(--color-secundario);}
.wrap-input-campo1 .ico-ddywe242gs {color: var(--color-secundario);}

.wrap-input-campo1 .campo-search:focus {background: white; border: 2px solid var(--color-gray1); animation: none;}
.wrap-input-campo1 .campo-search:focus .ico-ddywe242gs {animation: none !important; color: var(--color-gray1);}


.Navegador              {display: none; position: fixed; top: 0; background: var(--color-secundario); width: 100%; height: 100vh; z-index: 9; overflow: auto; justify-content: center; align-items: flex-start;}
.Navegador-wrapgeneral  {width: 1200px; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; align-content: flex-start; padding: 40px 0px;}
.Navegador-wrapheader   {display: flex; align-items: flex-end; gap: 15px;}
.Navegador-logo         {width: 100px;}
.Navegador-line1        {width: 1px; height: 37px; background: black;}
.Navegador-copy         {font-weight: 500; font-size: 15px; text-transform: capitalize;}
.Navegador-btn          {}

.linkjs                 {display: flex; align-items: center; padding: 12px 0px 0px 0px;  transition: var(--transition250); cursor: pointer;}
.linkjs:hover	        {padding: 2px 0px 7px 0px; border-bottom: 3px solid var(--color-primario); text-shadow: 0px 0px 8px var(--color-secundario-light), 0px 0px 2px var(--color-secundario-light);}

.Navegador-btn .bt1     {background: black; color: var(--color-secundario); font-size: 17px; padding: 0;}
.Navegador-btn .btlinkmod1 {padding: 10px 12px;}

.Navegador-btnclose .bt1{background: black; color: var(--color-secundario); font-size: 17px;}
.Navegador-btn .ico-jdju9002   {margin: 0px 0px 0px 14px; font-size: 18px;}
.Navegador-close        {display: none; align-items: center;}
.Navegador-btnclose     {}
.Navegador-f0ff6df5     {font-size: 48px; margin: 0px 0px 0px 15px; position: fixed; top: 20px; right: 20px; cursor: pointer;}
.Navegador-separation1  {width: 100%; height: 1px; background: black; margin: 36px 0px;}
.Navegador-separation2  {width: 100%; height: 1px; background: black; margin: 36px 0px;}
.Navegador-separation3  {width: 100%; height: 1px; background: black; margin: 36px 0px;}
.Navegador-wrapprog     {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 20px 0px;}
.Navegation-itemprog    {display: flex; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%; justify-content: space-between;}
.Navegation-itembene    {display: flex; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 245px;}
.Navegation-itemadmi    {display: flex; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 295px;}
.Navegador-title        {font-size: 32px; display: flex; align-items: center; width: 100%; margin: 0px 0px 10px 0px; font-weight: 400;}
.Navegador-c0d9c9d      {font-size: 25px; margin: 2px 0px 0px 0px;}
.Navegador-sublink1a    { transition: var(--transition250);}
.Navegador-sublink1     {color: black; width: 205px; font-size: 22px; transition: var(--transition250);}
.btlinkmod2a            {display: block; transition: var(--transition250);} 
.btlinkmod2             {padding: 3px 0px 4px 24px; display: block; transition: var(--transition250);}

.Navegador-sublink2     {color: black; width: 100%; font-size: 22px; transition: var(--transition250);}
.btlinkmod3             {padding: 3px 0px 4px 24px; display: block; transition: var(--transition250);}



.Navegador-line2        {width: 1px; height: 140px; background: black;}
.Navegador-itemmin      {display: flex; flex-direction: column; gap: 15px;}
.Navegador-otherslink   {width: 100%; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 15px 0px;}
.Navegador-otherslink .bt2 {width: auto; padding: 0px; border-radius: 0px; font-size: 20px; background: none; color: black;}
.Navegador-otherslink .bt2:hover {color: var(--color-secundario-dark); box-shadow: none;}

.btlinkmod2:hover, .btlinkmod2a:hover, .btlinkmod3:hover {color: var(--color-secundario-dark); padding: 3px 0px 4px 29px;}

#Modalprog              {display: none;}
.Modalprog              {position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0,0,0,0.8); justify-content: center; overflow: auto; padding: 145px 0px 100px 0px; transition: var(--transition250);}
body.fixed .Modalprog   {padding: 100px 0px 500px 0px; height: 100vh;}
.Modalprog-wrap         {width: 1200px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; align-content: flex-start; gap: 30px 0px; margin: 0px auto;}
.Modalprog-wrap  .Programaslanding-btn   {width: 31%;}
.Modalprog-wrap  .Programaslanding-txt   {font-size: 30px; font-weight: 700;}
.Modalprog-wrap .img-int                 {margin: -190px 0px 0px 0px; transition: var(--transition250);}



.Bgmob          {display: none; height: 400px; overflow: hidden; border-radius: 0px 0px 30px 30px; margin: 0px 0px -30px 0px;}
.Bgmob-shadow   {}
.img-int        {}




.Point-btnprogram:hover {background: var(--color-primario); color: var(--color-secundario); box-shadow: 0px 13px 16px -4px rgba(0,0,0,0.5); transform: scale(1.03);}
.Point-modalidad:hover  {background: var(--color-primario); color: var(--color-secundario); box-shadow: 0px 13px 16px -4px rgba(0,0,0,0.5); transform: scale(1.03);}


.btcarrerasjs:hover   {color: black; border-bottom: 1px solid black;}
.Busquedaresult-area:hover .Busquedaresult-dd208f7d {transform: rotate(90deg);}
.Busquedaresult-area:hover  {color: black;}
.Programaslanding-btn:hover .Programaslanding-txt {padding: 14px 14px 54px 14px; z-index: 1;}
.Programaslanding-btn:hover img {transform: scale(1.5);}
.Formbaner-wrapbtn .bt1     {background: var(--color-secundario); color: var(--color-primario);}

.Point-namecarrera  {width: 100%; font-weight: 600; margin: 6px 0px 16px 0px; text-transform: capitalize !important;}

.slider, 
.slider > div {
    /* border: 1px solid red; */
    background-position: center center;
    display: block;
    width: 100%;
    min-height: 450px;
    position: relative; 
    background-size: cover;
    background-repeat: no-repeat;

    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
}

.slider > div {
    position: absolute;
}

.slider > i {
    color: #5bbd72;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #223422;
    transition: .3s;
    width: 30px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
}

.slider > i svg {
    margin-top: 3px;
}

.slider > .left {
    left: -100px;
}
.slider > .right {
    right: -100px;
}
.slider:hover > .left {
    left: 0;
}
.slider:hover > .right {
    right: 0;
}

.slider > i:hover {
    background:#fff;
    background: rgba(255, 255, 255, .8);
    transform: translateX(-2px);
}

.slider > i.right:hover {
    transform: translateX(2px);
}

.slider > i.right:active,
.slider > i.left:active {
    transform: translateY(1px);
}

.slider:hover > div {
    transform: scale(1.01);
}

.hoverZoomOff:hover > div {
    transform: scale(1);
}

.slider > ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
    display: none;
}

.slider > ul > li {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: 1px solid #fff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider > ul > .showli {
    background-color: #7EC03D;
    -moz-animation: boing .5s forwards;
    -o-animation: boing .5s forwards;
    -webkit-animation: boing .5s forwards;
    animation: boing .5s forwards;
}

.slider > ul > li:hover {
    background-color: #7EC03D;
}

.slider > .show {
    z-index: 1;
}

.hideDots > ul {
    display: none;
}

.showArrows > .left {
    left: 0;
}

.showArrows > .right {
    right: 0;
}

.titleBar {
    z-index: 2;
    display: inline-block;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 30px;
    transition: .3s;
    color: #fff;
}

.titleBar * {
    transform: translate(-20px, 30px);
    transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
    opacity: 0;
}

.titleBarTop .titleBar * {
    transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
    transform: translate(0);
    opacity: 1;
}

.titleBarTop .titleBar {
    top: 0;
    bottom: initial;
    transform: translateY(-100%);
}

/* .slider > div span {
    display: block;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%;
} */


























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

.Baner {width: 50%; padding: 180px 0px 50px 30px; display: flex; flex-direction: column; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; position: relative;}



}






















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


.Navegador-itemmin      {display: flex; flex-direction: column; gap: 15px; width: 50%}
.Navegador-otherslink   {width: 100%; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 15px 0px;}

.precios-wrap       {width: 900px; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap;}

h1 {
font-weight: lighter;
font-size: 35px;
}
.Baner-labelmin {
font-size: 20px;
margin: 0px 0px 10px 0px;
font-weight: 600;
background: var(--color-primario);
color: var(--color-secundario);
padding: 10px 20px 11px 20px;
border-radius: 0px 15px 0px 15px;
}
.Content-box1--txt {
width: 100%;
margin: 30px 0px 0px 0px;
}
.Content-box1--img {
width: 100%;
height: 260px;
border-radius: 35px 0px 35px 0px;
overflow: hidden;
margin: 0px 0px 0px 0px;
box-shadow: -13px 18px 34px -6px rgba(0,0,0,0.6);
}
.Content-box1--subtitle1 {
font-weight: 600;
text-align: center;
color: var(--color-gray2);
font-size: 26px;
width: 100%;
margin: auto;
}
.Content-box2--right {
width: 100%;
text-align: justify;
margin: 10px 0px 0px 0px;
}
.Baner-labelmax {
font-size: 20px;
margin: 0px 0px 10px 0px;
text-transform: uppercase;
font-weight: 600;
background: var(--color-primario);
color: var(--color-secundario);
padding: 10px 20px 11px 20px;
border-radius: 0px 15px 0px 15px;
}
.Point-title {
font-size: 27px;
font-weight: 700;
width: 100%;
margin: 0px 0px 25px 0px;
}
.Point-labelprog {
font-weight: 400;
font-size: 22px;
width: 100%;
margin: 0px 0px 10px 0px;
}
.Point-wrap {
margin: 0px 0px 30px 0px;
width: 45%;
}
.Point-input {
width: 100%;
font-size: 18px;
font-weight: 300;
padding: 5px 8px 6px 3px;
margin: 6px 0px;
background: 0;
border: 0;
border-bottom: 1px solid var(--color-gray2);
transition: var(--transition250);
}
.Beneficios-item {
width: 450px;
color: var(--color-gray2);
}
.Beneficios-subtitle {
width: 450px;
padding: 0px 0px 0px 30px;
font-size: 33px;
}
.Content-img1 {
width: 100%;
height: auto;
border-radius: 35px 0px 35px 0px;
overflow: hidden;
margin: 30px 0px 30px 0px;
box-shadow: -13px 18px 34px -6px rgba(0,0,0,0.6);
}
.Content-transcripcion {
background: var(--color-secundario);
text-align: center;
font-weight: 700;
color: var(--color-secundario-dark);
font-size: 20px;
padding: 23px 23px;
border-radius: 30px 0px 30px 0px;
margin: 0px 0px 0px 0px;
}
.Content-regulada {
background: var(--color-secundario);
text-align: center;
font-weight: 700;
color: var(--color-secundario-dark);
font-size: 20px;
padding: 23px 23px;
border-radius: 30px 0px 30px 0px;
margin: 0px 0px 40px 0px;
}
.Content-w02922 {
font-size: 22px;
margin: 7px 2px 0px 0px;
}
.Content-landing--title {
font-size: 30px;
margin: 80px 0px 22px 0px;
display: flex;
align-items: flex-start;
font-weight: 500;
}
.Baner-description {
width: 100%;
}
.Programaslanding-btn {
width: 100%;
overflow: hidden;
height: 230px;
border-radius: 32px 0px 32px 0px;
transition: var(--transition250);
}
.Programaslanding-txt {
display: flex;
width: 100%;
height: 230px;
justify-content: center;
align-items: flex-end;
padding: 14px;
position: relative;
color: white;
font-weight: 500;
font-size: 22px;
background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 65%);
transition: var(--transition250);
z-index: 1;
}
.Programaslanding img {
margin: -230px 0px 0px 0px;
transition: var(--transition250);
}
.Referencia-right {
width: 100%;
display: flex;
align-items: flex-start;
flex-wrap: wrap;
margin: 22px 0px 0px 0px;
}
.Contactlanding-mapa {
background: gray;
width: 100%;
height: 300px;
overflow: hidden;
border-radius: 40px 0px 40px 0px;
box-shadow: -16px 20px 34px -12px rgba(0,0,0,0.4);
}
.Contactlanding-redes {
display: flex;
flex-wrap: wrap;
flex-direction: row;
margin: 25px 0px 0px 0px;
gap: 20px;
}
.Point-btnprogram {
width: 31%;
background: white;
border-radius: 22px 0px 22px 0px;
border: 1px solid var(--color-gray2);
display: flex;
flex-direction: column;
align-items: center;
padding: 25px 8px 19px 8px;
color: var(--color-gray2);
font-weight: 600;
font-size: 16px;
margin: 10px 0px 20px 0px;
transition: var(--transition250);
}

.Navegador-wrapgeneral {
width: 900px;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
justify-content: space-between;
align-content: flex-start;
padding: 40px 0px;
}
.Navegation-itemprog {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
align-content: flex-start;
width: 100%;
}

.Programasnav-btn {
width: 32%;
margin: 20px 0px 0px 0px;
overflow: hidden;
height: 115px;
border-radius: 20px 0px 20px 0px;
transition: var(--transition250);
}


.Navegador-title {
font-size: 28px;
display: flex;
align-items: center;
width: 100%;
margin: 0px 0px 10px 0px;
font-weight: 400;
}
.Navegador-sublink1a {
color: black;
width: 165px;
font-size: 19px;
transition: var(--transition250);
}
.btlinkmod2a {
padding: 3px 0px 4px 0px;
display: block;
transition: var(--transition250);
}
.btlinkmod2:hover, .btlinkmod2a:hover, .btlinkmod3:hover {
color: var(--color-secundario-dark);
padding: 3px 0px 4px 0px;
}
.Navegador-sublink1 {
color: black;
width: 167px;
font-size: 19px;
transition: var(--transition250);
}
.btlinkmod2 {
padding: 3px 0px 4px 0px;
display: block;
transition: var(--transition250);
}
.Navegation-itembene {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
align-content: flex-start;
width: 201px;
}
.Navegador-sublink2 {
color: black;
width: 100%;
font-size: 19px;
transition: var(--transition250);
}
.btlinkmod3 {
padding: 3px 0px 4px 4px;
display: block;
transition: var(--transition250);
}
.Navegation-itemadmi {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
align-content: flex-start;
width: 232px;
}
.btlinkmod3 {
padding: 3px 0px 4px 0px;
display: block;
transition: var(--transition250);
}
.Modalprog-wrap {
width: 900px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
align-content: flex-start;
gap: 30px 0px;
margin: 0px auto;
}

.Modalprog-wrap .img-int {
margin: -230px 0px 0px 0px;
transition: var(--transition250);
}

}






























@media screen and (max-width: 960px) {
	
	
.imgAl {
	margin: 40px 0px 0px 0px;	
}	

.Bgfondo, .Baner-btdown, .Content-baner, .Bgfondo-prog, .Content-baner1, .Navegador-line2 {display: none;}



.bt-matricula-ok {
    background: var(--color-secundario);
    color: black;
    font-size: 20px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 15px 0px 15px 0px;
    position: sticky;
    bottom: 107px;
    margin: 40px 0px 0px 0px;
    width: 100%;
    justify-content: space-between;
}


.Bgmob          {display: flex; width: 100%; height: 500px; overflow: hidden; border-radius: 0px 0px 30px 30px; margin: 0px 0px -30px 0px;}
.Bgmob-shadow   {width: 100%}
.img-int        {}
.Bgmob-wrap     {position: absolute; width: 100%; height: 500px; padding: 0px 0px 40px 0px; display: flex; align-items: flex-end; justify-content: center; background: rgba(0,0,0,0.6);}
.Bgmob-pros     {width: 600px; padding: 90px 0px 0px 0px; display: block;}
.Bgmob-wrap img {display: none;}
.Bgmob-wrap .bt1{margin: 20px 0px 0px 0px;}

.Wrap-general1 {
height: auto;
min-height: auto;
display: flex;
align-items: flex-start;
justify-content: center;
}
.Baner {
width: 100%;
padding: 5px 0px 50px 0px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: center;
position: relative;
}
.Content {
width: 100%;
padding: 0px 0px 190px 0px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
position: relative;
}
.Content-box1--img {
width: 100%;
height: 324px;
border-radius: 35px 0px 35px 0px;
overflow: hidden;
margin: 0px 0px 0px 0px;
box-shadow: -13px 18px 34px -6px rgba(0,0,0,0.6);
}
.Baner-vineta {
display: flex;
align-items: center;
margin: 10px 0px 12px -20px;
}
.vineta1 {
width: 9px;
height: 9px;
background: var(--color-secundario);
border-radius: 100%;
}
.vineta2 {
width: 54px;
height: 1px;
background: var(--color-secundario);
}
.Wrap-formpros {
opacity: 0;
position: fixed;
bottom: 0px;
height: 162px;
overflow: hidden;
transition: var(--transition250);
width: 398px;
z-index: 2;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 3px;
}

.Formbaner          {width: 100%; background: rgba(0,0,0,.5); text-align: center; padding: 17px; border-radius: 0px 25px 0px 25px; display: flex; flex-wrap: wrap; justify-content: space-between; color: white; border: 1px solid black; box-shadow: 0px 27px 78px -6px rgba(0,0,0,0.45); margin: 0px 0px 0px 0px; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);}
.Wrap-formpros      {opacity: 0;position: fixed; bottom: 0px; height: 100px; overflow: hidden; transition: var(--transition250); width: 398px;}
.inform             {bottom: 30px; height: 483px; overflow: visible;}
.Up1                {padding: 140px 0px 100px 0px !important;}

.Formbaner-input            {color: white; width: 48%; font-size: 16px; font-weight: 400; padding: 5px 8px 6px 3px; margin: 6px 0px; background: 0; border: 0; border-bottom: 1px solid white; transition: var(--transition250);}
.Formbaner-input:focus      {color: black; background: white; outline: 0; border-bottom: white; transform: scale(1.03); box-shadow: 0px 8px 12px -3px rgba(0,0,0,0.3); border-bottom: 1px solid white; padding: 5px 8px 6px 9px; border-radius: 3px;}


.Formbaner-input:focus::placeholder {color: black;}
.Formbaner-input::placeholder {color: white;}



.Content-landing {
width: 100%;
padding: 4px 0px 90px 0px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
position: relative;
}
.Point-btnprogram {
width: 31%;
background: white;
border-radius: 22px 0px 22px 0px;
border: 1px solid var(--color-gray2);
display: flex;
flex-direction: column;
align-items: center;
padding: 25px 8px 19px 8px;
color: var(--color-gray2);
font-weight: 600;
font-size: 20px;
margin: 10px 0px 20px 0px;
transition: var(--transition250);
}
.Wraprog {
margin: 0px auto 0px auto;
}
.Beneficios {
width: 100%;
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
margin: -240px 0 140px 0;
}
.Beneficios-left {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
margin: 0px 0px 70px 0px;
order: 2;
padding: 50px 0px;
}
.Beneficios-item {
width: 600px;
color: var(--color-gray2);
}
.Beneficios-right {
width: 100%;
background: var(--color-primario);
color: var(--color-secundario);
padding: 42px 0px;
display: flex;
justify-content: center;
order: 1;
margin: 50px 0px;
}
.Beneficios-subtitle {
width: 600px;
padding: 0px 0px 0px 0px;
font-size: 33px;
}
.Busquedaresult-wrap {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: center;
}
.Busquedaresult-left {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 100%;
}
.Busquedaresult-right {
position: relative;
top: 40px;
width: 100%;
}
.Busquedaheader-right {
width: 230px;
}
.Content-img1 {
width: 100%;
height: auto;
border-radius: 35px 0px 35px 0px;
overflow: hidden;
margin: 30px 0px 30px 0px;
box-shadow: -13px 18px 34px -6px rgba(0,0,0,0.6);
}
.Programaslanding-btn {
width: 48%;
overflow: hidden;
height: 190px;
border-radius: 32px 0px 32px 0px;
transition: var(--transition250);
}
.Programaslanding-txt {
display: flex;
width: 100%;
height: 190px;
justify-content: center;
align-items: flex-end;
padding: 14px;
position: relative;
color: white;
font-weight: 500;
font-size: 22px;
background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 65%);
transition: var(--transition250);
z-index: 1;
}
.Programaslanding img {
margin: -190px 0px 0px 0px;
transition: var(--transition250);
}
.Referencia-curso {
font-weight: 500;
font-size: 25px;
margin: 5px 0px 12px 0px;
width: 100%;
}

.Navegador   {display: none; position: fixed; top: 0; background: var(--color-secundario); width: 100%; height: 100vh; z-index: 9; overflow: auto; justify-content: center; align-items: flex-start; padding: 30px 0px 80px 0px;}

.Navegador-wrapgeneral {
width: 600px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
align-content: flex-start;
padding: 40px 0px;
}
.Navegador-wrapheader {
display: flex;
align-items: flex-end;
gap: 15px;
width: 80%;
flex-wrap: wrap;
}
.Navegador-copy {
font-weight: 500;
font-size: 15px;
text-transform: capitalize;
width: 252px;
}
.Navegador-wrapprog {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0px 0px;
}
.Navegation-itemprog {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
align-content: flex-start;
width: 100%;
}
.Navegador-sublink1a {
color: black;
width: 100%;
font-size: 19px;
transition: var(--transition250);
}
.Navegador-sublink1 {
color: black;
width: 100%;
font-size: 19px;
transition: var(--transition250);
}
.Navegation-itembene {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
align-content: flex-start;
width: 100%;
margin: 40px 0px;
}
.Navegador-otherslink {
width: 100%;
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-direction: column;
gap: 20px;
}

.Modalprog-wrap {
width: 600px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
align-content: flex-start;
gap: 30px 0px;
margin: 0px auto;
}
.Modalprog-wrap .Programaslanding-btn {
width: 48%;
}
.Modalprog-wrap .img-int {
margin: -190px 0px 0px 0px;
transition: var(--transition250);
}

.Overhid {
overflow: auto;
}


.Navegador-itemmin {
display: flex;
flex-direction: column;
gap: 20px;
width: 100%;
}


.formob {display: flex; width: 100%; justify-content: center;}
.wrpmb  {flex-wrap: wrap !important; justify-content: center !important;}
.Content-baner {display: flex !important; position: relative !important; width: 100%; height: auto; min-height: auto; margin: -168px 0px 40px 0px; margin: -70px 0px 80px 0px; order: 2; justify-content: center;}

.detprog .Formbaner {width: 100% !important; }

.pglanding .Content-baner {order: 1}
.pglanding .Content-landing {order: 2}
.pglanding .Formbaner {width: 100%}


.Wrap-general2 {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-items: flex-start;
}

.precios-wrap { 
width: 600px; 
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
}
.precios-left {
width: 100%;
}
.precios-right {
width: 100%;
padding: 0px 0px 0px 0px;
}
.precios-title {
font-size: 40px;
margin: 20px 0px 30px 0px;
font-weight: 400;
}


.searhprogrmob {display: block;}

}


























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



.Navegador-line1, .sale650 {display: none;}

.precios-wrap { 
width: 300px; 
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
}
.precios-before {
width: 100%;
height: 170px;
background: var(--color-secundario);
margin: 0px 0px -115px 0px;
}
.precios-img {
border-radius: 27px;
box-shadow: 0px -25px 40px -20px rgba(0,0,0,0.4);
}
.precios-title {
font-size: 32px;
margin: 20px 0px 30px 0px;
font-weight: 400;
}


.chatbox   {transition: .3s; transform: translateX(500px); width: 320px; max-height: 77vh; position: fixed; z-index: 11; right: 0px; left: 0px; margin: auto; bottom: 72px; background: white; display: flex; flex-wrap: wrap; align-items: flex-start; border-radius: 24px; border: 1px solid var(--color-aprobado); overflow: hidden; padding: 85px 0px 10px 0px;}

.chatbox-head {
    width: 320px;
    z-index: 2;
    background: var(--color-aprobado);
    color: white;
    font-size: 22px;
    font-weight: 600;
    border-radius: 16px;
    padding: 14px 18px 14px 18px;
    position: fixed;
    margin: -85px 0px 0px 0px;
}
.chatbox-item  {padding: 12px 20px; width: 320px; position: absolute; transition: .4s;}



.chat-on            {visibility: visible; opacity: 1; transition: .5s;}
.chat-on2           {transform: translateX(0px); transition: .2s .3s}

.chatnext   {position: relative;}   


.Wrap-didd00d9d     {background: var(--color-secundario); color: black; display: flex; width: 44px; height: 44px; border-radius: 100%; justify-content: center; align-items: center; font-size: 24px; padding: 0px 0px 0px 0px; margin: -30px 0px 30px 0px; position: relative; z-index: 1; transition: var(--transition250); cursor: pointer;}
.Wrap-didd00d9da    {background: var(--color-secundario); color: black; display: none; width: 44px; height: 44px; border-radius: 100%; justify-content: center; align-items: center; font-size: 24px; padding: 0px 0px 0px 0px; margin: -30px 0px 30px 0px; position: relative; z-index: 1; transition: var(--transition250); cursor: pointer;}



.Programasnav-btn {
width: 100%;
margin: 20px 0px 0px 0px;
overflow: hidden;
height: 115px;
border-radius: 20px 0px 20px 0px;
transition: var(--transition250);
} 
 




.Formbaner {
width: 100%;
background: rgba(0,0,0,.9);
text-align: center;
padding: 17px 20px 40px 20px;
border-radius: 25px 25px 0px 0px;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
align-content: flex-end;
justify-content: space-between;
color: white;
border: 1px solid black;
box-shadow: 0px 27px 78px -6px rgba(0,0,0,0.45);
margin: -45px 0px 0px 0px;
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px);
}
.Formbaner-img {
width: 154px;
margin: 27px auto -9px auto;
position: relative;
}

.Wrap-formpros      {opacity: 0;position: fixed; bottom: 0px; height: 100px; overflow: unset; transition: var(--transition250); width: 100%; z-index: 10;}
.inform             {bottom: 0px; height: 55px;}

h1 {
font-weight: normal;
font-size: 30px;
}

.Content-box1--img {
width: 100%;
height: 225px;
border-radius: 20px 0px 20px 0px;
overflow: hidden;
margin: 0px 0px 0px 0px;
box-shadow: -13px 18px 34px -6px rgba(0,0,0,0.6);
}
.Content-wrapbnts {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 16px;
}
.Content-wrapbnts .bt1 {
width: 100%;
background: var(--color-primario);
color: var(--color-secundario);
padding: 0;
}

.Overhid {
overflow: auto;
}
.Point-btnprogram {
width: 48%;
background: white;
border-radius: 22px 0px 22px 0px;
border: 1px solid var(--color-gray2);
display: flex;
flex-direction: column;
align-items: center;
padding: 25px 8px 19px 8px;
color: var(--color-gray2);
font-weight: 600;
font-size: 18px;
margin: 10px 0px 20px 0px;
transition: var(--transition250);
}

.Point-wrapbtn {
width: 100%;
display: flex;
justify-content: flex-end;
padding: 0px 0px 0px 0px;
margin: 34px 0px 0px 0px;
}


.Point-wrap {
margin: 0px 0px 30px 0px;
width: 100%;
}

.wrapinput2 {
width: 100%;
}


.Point {
width: 100%;
height: auto;
padding: 120px 0px 170px 0px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
align-content: flex-start;
justify-content: space-between;
}


.Point-modalidad {
color: var(--color-gray2);
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
border: 1px solid var(--color-gray2);
margin: 0px 0px 25px 0px;
border-radius: 16px 0px 16px 0px;
padding: 11px 17px;
transition: var(--transition250);
}

.Beneficios-subtitle {
width: 300px;
padding: 0px 0px 0px 0px;
font-size: 27px;
}

.Beneficios-item {
width: 300px;
color: var(--color-gray2);
}

.Busquedaheader {
background: white;
padding: 17px 0px 17px 0px;
border-radius: 0px 0px 20px 20px;
box-shadow: 0px 21px 27px -9px rgba(0,0,0,0.3);
position: sticky;
top: 0px;
z-index: 9;
}
.Busquedaheader-wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}

.Busquedaheader-left {
font-weight: 700;
color: var(--color-gray1);
font-size: 23px;
margin: 0px 0px 10px 0px;
}

.Busquedaheader-right {
width: 100%;
}

.Content-img1 {
width: 100%;
height: auto;
border-radius: 35px 0px 35px 0px;
overflow: hidden;
margin: 30px 0px 30px 0px;
box-shadow: -13px 18px 34px -6px rgba(0,0,0,0.6);
}

.Compartir {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 14px;
}


.Compartir-title {
width: 100%;
font-size: 16px;
font-weight: 500;
line-height: 1;
}

.Infodestacada-txt {
background: var(--color-secundario-light);
width: 100%;
padding: 20px 20px;
font-size: 18px;
border-radius: 0px 17px 0px 17px;
}

.Content-landing {
width: 100%;
padding: 4px 0px 190px 0px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
position: relative;
}

h2 {
font-weight: 700;
font-size: 27px;
}

.Baner-labelmax {
font-size: 17px;
margin: 0px 0px 10px 0px;
text-transform: uppercase;
font-weight: 600;
background: var(--color-primario);
color: var(--color-secundario);
padding: 10px 20px 11px 20px;
border-radius: 0px 15px 0px 15px;
}

.Baner-labelbtn {
font-size: 17px;
margin: 0px 0px 10px 0px;
font-weight: 400;
background: var(--color-primario);
color: var(--color-secundario);
padding: 8px 15px 8px 15px;
border-radius: 0px 15px 0px 15px;
display: flex;
align-items: center;
gap: 10px;
transition: var(--transition150);
}

.Programaslanding-btn {
width: 100% !important;
overflow: hidden;
height: 190px;
border-radius: 32px 0px 32px 0px;
transition: var(--transition250);
}

.Modalprog-wrap {
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
align-content: flex-start;
gap: 30px 0px;
margin: 0px auto;
}
.Modalprog {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: rgba(0,0,0,0.8);
justify-content: center;
overflow: auto;
padding: 145px 0px 100px 0px;
transition: var(--transition250);
z-index: 10;
}

.Navegador-wrapgeneral {
width: 300px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
align-content: flex-start;
padding: 40px 0px;
}


.Navegador-wrapheader {
display: flex;
align-items: flex-end;
gap: 15px;
width: 205px;
flex-wrap: wrap;
}

.Navegador-copy {
font-weight: 500;
font-size: 15px;
text-transform: capitalize;
width: 90px;
}

.Navegador-btn {
width: 100%;
}

.Navegador-btn .bt1 {
background: black;
color: var(--color-secundario);
font-size: 17px;
padding: 0;
width: 100%;
}

.Navegador-btn .btlinkmod1 {
padding: 10px 12px;
width: 100%;
display: flex;
justify-content: space-between;
}


.Navegador-btnclose {
margin: 42px 0px 0px 0px;
}


.Bgmob-pros {
width: 300px;
}


}


























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






}



























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





}