body {
    background:radial-gradient(circle at 67.6% 20.39%, rgba(255,255,255,0.5),
        transparent 69%),radial-gradient(circle at 88.75% 28.67%, rgba(255,255,255,0.5),
        transparent 60%),radial-gradient(circle at 13.33% 0.38%, #c8f7f4, transparent 38%),
        radial-gradient(circle at 86.77% 1.6%, #bfd4f5, transparent 39%),
        radial-gradient(circle at 81.09% 74.15%, rgba(255,255,255,0.5),
        transparent 57%),radial-gradient(circle at 67.81% 96.71%, #bedbf7, transparent 36%),
        radial-gradient(circle at 50% 50%, #ffffff, #ffffff 100%);
    background-repeat:no-repeat;
    z-index: 2px;
}

/* +++++++++++++++++++++++++++++++++++ Inicia Colores Texto +++++++++++++++++++++++++++++++++++ */

.txtNegro {color: black;}
.txtNegroBold {color: black; font-weight : bold !important;}
.txtBlanco {color: white;}
.txtBlancoBold {color: white; font-weight : bold !important;}
.txtVerde {color: #00ac98;}
.txtVerdeBold {color: #00ac98; font-weight : bold !important;}
.txtAzul {color: #0797b8;}
.txtAzulBold {color: #4B869C;font-weight : bold !important;}
.txtNaranja {color: #FFB233;}
.txtNaranjaBold {color: #FFB233;font-weight : bold !important;}
.txtRojo {color: rgba(255, 0, 0, 0.685);}
.txtRojoBold {color: rgba(255, 0, 0, 0.685);font-weight : bold !important;}
.txtGris {color: #d4d4d3;}
.txtGrisBold {color: #d4d4d3;font-weight : bold !important;}

/* +++++++++++++++++++++++++++++++++++ Termina Colores Texto ++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++ Inicia Tamaños Texto +++++++++++++++++++++++++++++++++++ */

.txtSize8 {font-size: 8px;}
.txtSize9 {font-size: 9px;}
.txtSize10 {font-size: 10px;}
.txtSize11 {font-size: 11px;}
.txtSize12 {font-size: 12px;}
.txtSize13 {font-size: 13px;}
.txtSize14 {font-size: 14px;}
.txtSize15 {font-size: 15px;}
.txtSize16 {font-size: 16px;}
.txtSize20 {font-size: 20px;}
.txtSize21 {font-size: 21px;}
.txtSize22 {font-size: 22px;}
.txtSize23 {font-size: 23px;}
.txtSize24 {font-size: 24px;}
.txtSize25 {font-size: 25px;}
.txtSize26 {font-size: 26px;}
.txtSize27 {font-size: 27px;}
.txtSize28 {font-size: 28px;}
.txtSize29 {font-size: 29px;}
.txtSize30 {font-size: 30px;}
.txtSize31 {font-size: 31px;}
.txtSize32 {font-size: 32px;}
.txtSize33 {font-size: 33px;}
.txtSize34 {font-size: 34px;}
.txtSize35 {font-size: 35px;}
.txtSize36 {font-size: 36px;}
.txtSize37 {font-size: 37px;}
.txtSize38 {font-size: 38px;}
.txtSize39 {font-size: 39px;}
.txtSize40 {font-size: 40px;}
.txtSize41 {font-size: 41px;}
.txtSize42 {font-size: 42px;}
.txtSize43 {font-size: 43px;}
.txtSize44 {font-size: 44px;}
.txtSize45 {font-size: 45px;}
.txtSize46 {font-size: 46px;}
.txtSize47 {font-size: 47px;}
.txtSize48 {font-size: 48px;}
.txtSize49 {font-size: 49px;}
.txtSize50 {font-size: 50px;}

  /* +++++++++++++++++++++++++++++++++++ Termina Tamaños Texto ++++++++++++++++++++++++++++++++++ */

  /* +++++++++++++++++++++++++++++++++++ Inicia Colores Texto +++++++++++++++++++++++++++++++++++ */

.txtNegro {color: black;}
.txtNegroBold {color: black; font-weight : bold;}
.txtBlanco {color: white;}
.txtBlancoBold {color: white; font-weight : bold;}
.txtVerde {color: #00ac98;}
.txtVerdeBold {color: #00ac98; font-weight : bold;}
.txtAzul {color: #0797b8;}
.txtAzulBold {color: #4B869C;font-weight : bold;}
.txtNaranja {color: #FFB233;}
.txtNaranjaBold {color: #FFB233;font-weight : bold;}
.txtRojo {color: rgba(255, 0, 0, 0.685);}
.txtRojoBold {color: rgba(255, 0, 0, 0.685);font-weight : bold;}
.txtGris {color: #d4d4d3;}
.txtGrisBold {color: #d4d4d3;font-weight : bold;}
.txtAguaMarina{color: #00F5E8 !important;}
.txtAguaMarinaBold{color: #00F5E8 !important; font-weight: bold !important;}


.text_centrado {
    text-align: center !important;
}

  /* +++++++++++++++++++++++++++++++++++ Termina Colores Texto ++++++++++++++++++++++++++++++++++ */

.divTotalPage {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

  /* +++++++++++++++++++++++++++++++++++ Recuadro con sombras ++++++++++++++++++++++++++++++++++ */
.form_menu_landing_page {
    height: 180px;
    padding: 10px 40px 40px 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 30px 20px #4B869C;
}

.Fondo_Input_Rojo_Claro {
    background-color: rgb(219, 166, 166) !important;
}

.Fondo_Input_Amarillo_Claro {
    background-color: rgb(247, 242, 175) !important;
}

.Fondo_Input_Verde_Claro {
    background-color: rgb(216, 243, 172) !important;
}

.Fondo_Input_Azul_Claro {
    background-color: rgb(199, 223, 250) !important;
}

.Fondo_Input_Gris_Claro {
    background-color: rgb(212, 227, 243) !important;
}