
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+TZ:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chewy&display=swap');


@font-face {
    font-family: 'paris';
    src: url('parisienne.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ===========================================
   CLASES DE FUENTES REUTILIZABLES
=========================================== */
.font_satisfy {
    font-family: "Satisfy", serif;
    font-weight: 400;
    font-style: normal;
}

.font_urbanist {
    font-family: "Urbanist", serif;
    font-weight: 400;
    font-style: normal;
}

.font_fira_sans {
    font-family: "Fira Sans Condensed", serif;
}

.font_charm {
    font-family: "Charm", cursive;
    font-weight: 400;
    font-style: normal;
}

.font_chewy {
    font-family: "Chewy", system-ui;
    font-style: normal;
}

.font_playwrite {
    font-family: "Playwrite TZ", cursive;
    font-weight: 700;
}

.font_times {
    font-family: "Times New Roman";
}
.font_paris {
    font-family: "paris";
}




.my_btn{
    background: transparent;
    border: none;
}

.wimg_responsive{
    width: 100%;
}
.himg_responsive{
    height: 100%;
}
.text_left {
    text-align: left;
}
.text_right {
    text-align: right;
}
.text_center {
    text-align: center;
}
.font_bold{
    font-weight: bold;
}
.v_align_top{
    vertical-align: top;
}
.v_align_middle{
    vertical-align: middle;
}


/* Definir colores base con variables CSS */
.bg_white {
    --bg-color: 255, 255, 255; /* Blanco */
    background-color: rgb(var(--bg-color));
}
.bg_golden {
    --bg-color: 183, 164, 108;
    background-color: rgb(var(--bg-color));
}
.bg_blue {
    --bg-color: 0, 0, 255; /* Azul */
    background-color: rgb(var(--bg-color));
}

.bg_red {
    --bg-color: 255, 0, 0; /* Rojo */
    background-color: rgb(var(--bg-color));
}

.bg_transparent {
    --bg-color: 255, 0, 0; /* Rojo */
    background-color: rgba(var(--bg-color), 0); /* Completamente transparente */

    border: 0px !important;
}


.bg_black {
    --bg-color: 0, 0, 0; /* Negro */
    background-color: rgb(var(--bg-color));
}

.bg_grey {
    --bg-color: 184, 184, 184; /* Gris */
    background-color: rgb(var(--bg-color));
}

.bg_pink_light {
    --bg-color: 253, 243, 244;
    background-color: rgb(var(--bg-color));
}
.bg_pink {
    --bg-color: 226, 42, 90;
    background-color: rgb(var(--bg-color));
}

.bg_pink_pastel {
    --bg-color: 255, 197, 211;
    background-color: rgb(var(--bg-color));
}




/* Clases de opacidad que usan la variable --bg-color */
.bg_opacity_10 {
    background-color: rgba(var(--bg-color), 0.1) !important;
}

.bg_opacity_30 {
    background-color: rgba(var(--bg-color), 0.3) !important;
}

.bg_opacity_50 {
    background-color: rgba(var(--bg-color), 0.5) !important;
}

.bg_opacity_70 {
    background-color: rgba(var(--bg-color), 0.7) !important;
}

.bg_opacity_90 {
    background-color: rgba(var(--bg-color), 0.9) !important;
}



.color_white {
    color: #ffffff;
}
.color_black {
    color: #000000;
}
.color_golden {
    color: #B7A46C;
}



.d_block{
    display: block;
}
.m_0a {
    margin: 0 auto;
}

.m_0{margin:0}.m_5{margin:5px}.m_10{margin:10px}.m_15{margin:15px}.m_20{margin:20px}.m_25{margin:25px}.m_30{margin:30px}.m_35{margin:35px}.m_40{margin:40px}.m_45{margin:45px}.m_50{margin:50px}.m_55{margin:55px}.m_60{margin:60px}.m_65{margin:65px}.m_70{margin:70px}.m_75{margin:75px}.m_80{margin:80px}.m_85{margin:85px}.m_90{margin:90px}.m_95{margin:95px}.m_100{margin:100px}.m_105{margin:105px}.m_110{margin:110px}.m_115{margin:115px}.m_120{margin:120px}.m_125{margin:125px}.m_130{margin:130px}.m_135{margin:135px}.m_140{margin:140px}.m_145{margin:145px}.m_150{margin:150px}.m_155{margin:155px}.m_160{margin:160px}.m_165{margin:165px}.m_170{margin:170px}.m_175{margin:175px}.m_180{margin:180px}.m_185{margin:185px}.m_190{margin:190px}.m_195{margin:195px}.m_200{margin:200px}.m_205{margin:205px}.m_210{margin:210px}.m_215{margin:215px}.m_220{margin:220px}.m_225{margin:225px}.m_230{margin:230px}.m_235{margin:235px}.m_240{margin:240px}.m_245{margin:245px}.m_250{margin:250px}.m_255{margin:255px}.m_260{margin:260px}.m_265{margin:265px}.m_270{margin:270px}.m_275{margin:275px}.m_280{margin:280px}.m_285{margin:285px}.m_290{margin:290px}.m_295{margin:295px}.m_300{margin:300px}.m_305{margin:305px}.m_310{margin:310px}.m_315{margin:315px}.m_320{margin:320px}.m_325{margin:325px}.m_330{margin:330px}.m_335{margin:335px}.m_340{margin:340px}.m_345{margin:345px}.m_350{margin:350px}.m_355{margin:355px}.m_360{margin:360px}.m_365{margin:365px}.m_370{margin:370px}.m_375{margin:375px}.m_380{margin:380px}.m_385{margin:385px}.m_390{margin:390px}.m_395{margin:395px}.m_400{margin:400px}.m_405{margin:405px}.m_410{margin:410px}.m_415{margin:415px}.m_420{margin:420px}.m_425{margin:425px}.m_430{margin:430px}.m_435{margin:435px}.m_440{margin:440px}.m_445{margin:445px}.m_450{margin:450px}.m_455{margin:455px}.m_460{margin:460px}.m_465{margin:465px}.m_470{margin:470px}.m_475{margin:475px}.m_480{margin:480px}.m_485{margin:485px}.m_490{margin:490px}.m_495{margin:495px}.m_500{margin:500px}



.mt_5 {
    margin-top: 5px;
}
.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_25 {
    margin-top: 25px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_35 {
    margin-top: 35px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_45 {
    margin-top: 45px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_55 {
    margin-top: 55px;
}

.mt_60 {
    margin-top: 60px;
}

.mt_65 {
    margin-top: 65px;
}

.mt_70 {
    margin-top: 70px;
}

.mt_75 {
    margin-top: 75px;
}

.mt_80 {
    margin-top: 80px;
}

.mt_85 {
    margin-top: 85px;
}

.mt_90 {
    margin-top: 90px;
}

.mt_95 {
    margin-top: 95px;
}

.mt_100 {
    margin-top: 100px;
}

.mb_0 {
    margin-bottom: 0;
}
.mb_5 {
    margin-bottom: 5px;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_15 {
    margin-bottom: 15px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_25 {
    margin-bottom: 25px;
}
.mb_30 {
    margin-bottom: 30px;
}
.mb_35 {
    margin-bottom: 35px;
}
.mb_40 {
    margin-bottom: 40px;
}
.mb_45 {
    margin-bottom: 45px;
}
.mb_50 {
    margin-bottom: 50px;
}
.mb_55 {
    margin-bottom: 55px;
}
.mb_60 {
    margin-bottom: 60px;
}
.mb_65 {
    margin-bottom: 65px;
}
.mb_70 {
    margin-bottom: 70px;
}
.mb_75 {
    margin-bottom: 75px;
}
.mb_80 {
    margin-bottom: 80px;
}
.mb_85 {
    margin-bottom: 85px;
}
.mb_90 {
    margin-bottom: 90px;
}
.mb_95 {
    margin-bottom: 95px;
}
.mb_100 {
    margin-bottom: 100px;
}
.mb_105 {
    margin-bottom: 105px;
}
.mb_110 {
    margin-bottom: 110px;
}
.mb_115 {
    margin-bottom: 115px;
}
.mb_120 {
    margin-bottom: 120px;
}
.mb_125 {
    margin-bottom: 125px;
}
.mb_130 {
    margin-bottom: 130px;
}
.mb_135 {
    margin-bottom: 135px;
}
.mb_140 {
    margin-bottom: 140px;
}
.mb_145 {
    margin-bottom: 145px;
}
.mb_150 {
    margin-bottom: 150px;
}
.mb_155 {
    margin-bottom: 155px;
}
.mb_160 {
    margin-bottom: 160px;
}
.mb_165 {
    margin-bottom: 165px;
}
.mb_170 {
    margin-bottom: 170px;
}
.mb_175 {
    margin-bottom: 175px;
}
.mb_180 {
    margin-bottom: 180px;
}
.mb_185 {
    margin-bottom: 185px;
}
.mb_190 {
    margin-bottom: 190px;
}
.mb_195 {
    margin-bottom: 195px;
}
.mb_200 {
    margin-bottom: 200px;
}
.mr_5 {
    margin-right: 5px;
}
.mr_10 {
    margin-right: 10px;
}
.mr_15 {
    margin-right: 15px;
}
.mr_20 {
    margin-right: 20px;
}
.mr_25 {
    margin-right: 25px;
}
.mr_30 {
    margin-left: 30px;
}
.ml_5 {
    margin-left: 5px;
}
.ml_10 {
    margin-left: 10px;
}
.ml_15 {
    margin-left: 15px;
}
.ml_20 {
    margin-left: 20px;
}
.ml_25 {
    margin-left: 25px;
}
.ml_30 {
    margin-left: 30px;
}
.ml_35 {
    margin-left: 35px;
}
.ml_40 {
    margin-left: 40px;
}
.ml_45 {
    margin-left: 45px;
}
.ml_50 {
    margin-left: 50px;
}
.ml_55 {
    margin-left: 55px;
}
.ml_60 {
    margin-left: 60px;
}
.ml_65 {
    margin-left: 65px;
}
.ml_70 {
    margin-left: 70px;
}
.ml_75 {
    margin-left: 75px;
}
.ml_80 {
    margin-left: 80px;
}
.ml_85 {
    margin-left: 85px;
}
.ml_90 {
    margin-left: 90px;
}
.ml_95 {
    margin-left: 95px;
}
.ml_100 {
    margin-left: 100px;
}
.ml_105 {
    margin-left: 105px;
}
.ml_110 {
    margin-left: 110px;
}
.ml_115 {
    margin-left: 115px;
}
.ml_120 {
    margin-left: 120px;
}
.ml_125 {
    margin-left: 125px;
}
.ml_130 {
    margin-left: 130px;
}
.ml_135 {
    margin-left: 135px;
}
.ml_140 {
    margin-left: 140px;
}
.ml_145 {
    margin-left: 145px;
}
.ml_150 {
    margin-left: 150px;
}
.ml_155 {
    margin-left: 155px;
}
.ml_160 {
    margin-left: 160px;
}
.ml_165 {
    margin-left: 165px;
}
.ml_170 {
    margin-left: 170px;
}
.ml_175 {
    margin-left: 175px;
}
.ml_180 {
    margin-left: 180px;
}
.ml_185 {
    margin-left: 185px;
}
.ml_190 {
    margin-left: 190px;
}
.ml_195 {
    margin-left: 195px;
}
.ml_200 {
    margin-left: 200px;
}

.mx_5 { margin: 0px 5px; }
.mx_10 { margin: 0px 10px; }
.mx_15 { margin: 0px 15px; }
.mx_20 { margin: 0px 20px; }
.mx_25 { margin: 0px 25px; }
.mx_30 { margin: 0px 30px; }
.mx_35 { margin: 0px 35px; }
.mx_40 { margin: 0px 40px; }
.mx_45 { margin: 0px 45px; }
.mx_50 { margin: 0px 50px; }
.mx_55 { margin: 0px 55px; }
.mx_60 { margin: 0px 60px; }
.mx_65 { margin: 0px 65px; }
.mx_70 { margin: 0px 70px; }
.mx_75 { margin: 0px 75px; }
.mx_80 { margin: 0px 80px; }
.mx_85 { margin: 0px 85px; }
.mx_90 { margin: 0px 90px; }
.mx_95 { margin: 0px 95px; }
.mx_100 { margin: 0px 100px; }


.my_5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.my_10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.my_15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.my_20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.my_25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.my_30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.my_35 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.my_40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.my_45 {
    margin-top: 45px;
    margin-bottom: 45px;
}
.my_50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.my_55 {
    margin-top: 55px;
    margin-bottom: 55px;
}
.my_60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.my_65 {
    margin-top: 65px;
    margin-bottom: 65px;
}

.my_70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.my_75 {
    margin-top: 75px;
    margin-bottom: 75px;
}

.my_80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.my_85 {
    margin-top: 85px;
    margin-bottom: 85px;
}

.my_90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.my_95 {
    margin-top: 95px;
    margin-bottom: 95px;
}

.my_100 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.p_5 {
    padding: 5px;
}

.p_10 {
    padding: 10px;
}

.p_15 {
    padding: 15px;
}

.p_20 {
    padding: 20px;
}

.p_25 {
    padding: 25px;
}

.p_30 {
    padding: 30px;
}

.p_35 {
    padding: 35px;
}

.p_40 {
    padding: 40px;
}

.p_45 {
    padding: 45px;
}

.p_50 {
    padding: 50px;
}

.p_55 {
    padding: 55px;
}

.p_60 {
    padding: 60px;
}

.p_65 {
    padding: 65px;
}

.p_70 {
    padding: 70px;
}

.p_75 {
    padding: 75px;
}

.p_80 {
    padding: 80px;
}

.p_85 {
    padding: 85px;
}

.p_90 {
    padding: 90px;
}

.p_95 {
    padding: 95px;
}

.p_100 {
    padding: 100px;
}




.px_5 {
    padding-left: 5px;
    padding-right: 5px;
}

.px_10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px_15 {
    padding-left: 15px;
    padding-right: 15px;
}

.px_20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px_25 {
    padding-left: 25px;
    padding-right: 25px;
}

.px_30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px_35 {
    padding-left: 35px;
    padding-right: 35px;
}

.px_40 {
    padding-left: 40px;
    padding-right: 40px;
}

.px_45 {
    padding-left: 45px;
    padding-right: 45px;
}

.px_50 {
    padding-left: 50px;
    padding-right: 50px;
}

.px_55 {
    padding-left: 55px;
    padding-right: 55px;
}

.px_60 {
    padding-left: 60px;
    padding-right: 60px;
}

.px_65 {
    padding-left: 65px;
    padding-right: 65px;
}

.px_70 {
    padding-left: 70px;
    padding-right: 70px;
}

.px_75 {
    padding-left: 75px;
    padding-right: 75px;
}

.px_80 {
    padding-left: 80px;
    padding-right: 80px;
}

.px_85 {
    padding-left: 85px;
    padding-right: 85px;
}

.px_90 {
    padding-left: 90px;
    padding-right: 90px;
}

.px_95 {
    padding-left: 95px;
    padding-right: 95px;
}

.px_100 {
    padding-left: 100px;
    padding-right: 100px;
}
.py_5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py_10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py_15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py_20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py_25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py_35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.py_40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py_45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.py_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py_55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.py_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py_65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.py_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py_75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.py_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py_85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.py_90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.py_95 {
    padding-top: 95px;
    padding-bottom: 95px;
}

.py_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}


.pb_5{padding-bottom:5px}.pb_10{padding-bottom:10px}.pb_15{padding-bottom:15px}.pb_20{padding-bottom:20px}.pb_25{padding-bottom:25px}.pb_30{padding-bottom:30px}.pb_35{padding-bottom:35px}.pb_40{padding-bottom:40px}.pb_45{padding-bottom:45px}.pb_50{padding-bottom:50px}.pb_55{padding-bottom:55px}.pb_60{padding-bottom:60px}.pb_65{padding-bottom:65px}.pb_70{padding-bottom:70px}.pb_75{padding-bottom:75px}.pb_80{padding-bottom:80px}.pb_85{padding-bottom:85px}.pb_90{padding-bottom:90px}.pb_95{padding-bottom:95px}.pb_100{padding-bottom:100px}.pb_105{padding-bottom:105px}.pb_110{padding-bottom:110px}.pb_115{padding-bottom:115px}.pb_120{padding-bottom:120px}.pb_125{padding-bottom:125px}.pb_130{padding-bottom:130px}.pb_135{padding-bottom:135px}.pb_140{padding-bottom:140px}.pb_145{padding-bottom:145px}.pb_150{padding-bottom:150px}.pb_155{padding-bottom:155px}.pb_160{padding-bottom:160px}.pb_165{padding-bottom:165px}.pb_170{padding-bottom:170px}.pb_175{padding-bottom:175px}.pb_180{padding-bottom:180px}.pb_185{padding-bottom:185px}.pb_190{padding-bottom:190px}.pb_195{padding-bottom:195px}.pb_200{padding-bottom:200px}.pb_205{padding-bottom:205px}.pb_210{padding-bottom:210px}.pb_215{padding-bottom:215px}.pb_220{padding-bottom:220px}.pb_225{padding-bottom:225px}.pb_230{padding-bottom:230px}.pb_235{padding-bottom:235px}.pb_240{padding-bottom:240px}.pb_245{padding-bottom:245px}.pb_250{padding-bottom:250px}.pb_255{padding-bottom:255px}.pb_260{padding-bottom:260px}.pb_265{padding-bottom:265px}.pb_270{padding-bottom:270px}.pb_275{padding-bottom:275px}.pb_280{padding-bottom:280px}.pb_285{padding-bottom:285px}.pb_290{padding-bottom:290px}.pb_295{padding-bottom:295px}.pb_300{padding-bottom:300px}.pb_305{padding-bottom:305px}.pb_310{padding-bottom:310px}.pb_315{padding-bottom:315px}.pb_320{padding-bottom:320px}.pb_325{padding-bottom:325px}.pb_330{padding-bottom:330px}.pb_335{padding-bottom:335px}.pb_340{padding-bottom:340px}.pb_345{padding-bottom:345px}.pb_350{padding-bottom:350px}.pb_355{padding-bottom:355px}.pb_360{padding-bottom:360px}.pb_365{padding-bottom:365px}.pb_370{padding-bottom:370px}.pb_375{padding-bottom:375px}.pb_380{padding-bottom:380px}.pb_385{padding-bottom:385px}.pb_390{padding-bottom:390px}.pb_395{padding-bottom:395px}.pb_400{padding-bottom:400px}.pb_405{padding-bottom:405px}.pb_410{padding-bottom:410px}.pb_415{padding-bottom:415px}.pb_420{padding-bottom:420px}.pb_425{padding-bottom:425px}.pb_430{padding-bottom:430px}.pb_435{padding-bottom:435px}.pb_440{padding-bottom:440px}.pb_445{padding-bottom:445px}.pb_450{padding-bottom:450px}.pb_455{padding-bottom:455px}.pb_460{padding-bottom:460px}.pb_465{padding-bottom:465px}.pb_470{padding-bottom:470px}.pb_475{padding-bottom:475px}.pb_480{padding-bottom:480px}.pb_485{padding-bottom:485px}.pb_490{padding-bottom:490px}.pb_495{padding-bottom:495px}.pb_500{padding-bottom:500px}



.pt_5 {
    padding-top: 5px;
}

.pt_10 {
    padding-top: 10px;
}

.pt_15 {
    padding-top: 15px;
}

.pt_20 {
    padding-top: 20px;
}

.pt_25 {
    padding-top: 25px;
}

.pt_30 {
    padding-top: 30px;
}

.pt_35 {
    padding-top: 35px;
}

.pt_40 {
    padding-top: 40px;
}

.pt_45 {
    padding-top: 45px;
}

.pt_50 {
    padding-top: 50px;
}

.pt_55 {
    padding-top: 55px;
}

.pt_60 {
    padding-top: 60px;
}

.pt_65 {
    padding-top: 65px;
}

.pt_70 {
    padding-top: 70px;
}

.pt_75 {
    padding-top: 75px;
}

.pt_80 {
    padding-top: 80px;
}

.pt_85 {
    padding-top: 85px;
}

.pt_90 {
    padding-top: 90px;
}

.pt_95 {
    padding-top: 95px;
}

.pt_100 {
    padding-top: 100px;
}



.w_100 {
    width: 100%;
}


.hpx_5 {
    height: 5px;
}
.hpx_10 {
    height: 10px;
}
.hpx_15 {
    height: 15px;
}
.hpx_20 {
    height: 20px;
}
.hpx_25 {
    height: 25px;
}
.hpx_30 {
    height: 30px;
}
.hpx_35 {
    height: 35px;
}
.hpx_40 {
    height: 40px;
}
.hpx_45 {
    height: 45px;
}
.hpx_50 {
    height: 50px;
}
.hpx_55 {
    height: 55px;
}
.hpx_60 {
    height: 60px;
}
.hpx_65 {
    height: 65px;
}
.hpx_70 {
    height: 70px;
}
.hpx_75 {
    height: 75px;
}
.hpx_80 {
    height: 80px;
}
.hpx_85 {
    height: 85px;
}
.hpx_90 {
    height: 90px;
}
.hpx_95 {
    height: 95px;
}
.hpx_100 {
    height: 100px;
}
.hpx_105 {
    height: 105px;
}
.hpx_110 {
    height: 110px;
}
.hpx_115 {
    height: 115px;
}
.hpx_120 {
    height: 120px;
}
.hpx_125 {
    height: 125px;
}
.hpx_130 {
    height: 130px;
}
.hpx_135 {
    height: 135px;
}
.hpx_140 {
    height: 140px;
}
.hpx_145 {
    height: 145px;
}
.hpx_150 {
    height: 150px;
}
.hpx_155 {
    height: 155px;
}
.hpx_160 {
    height: 160px;
}
.hpx_165 {
    height: 165px;
}
.hpx_170 {
    height: 170px;
}
.hpx_175 {
    height: 175px;
}
.hpx_180 {
    height: 180px;
}
.hpx_185 {
    height: 185px;
}
.hpx_190 {
    height: 190px;
}
.hpx_195 {
    height: 195px;
}
.hpx_200 {
    height: 200px;
}
.hpx_205 {
    height: 205px;
}
.hpx_210 {
    height: 210px;
}
.hpx_215 {
    height: 215px;
}
.hpx_220 {
    height: 220px;
}
.hpx_225 {
    height: 225px;
}
.hpx_230 {
    height: 230px;
}
.hpx_235 {
    height: 235px;
}
.hpx_240 {
    height: 240px;
}
.hpx_245 {
    height: 245px;
}
.hpx_250 {
    height: 250px;
}
.hpx_255 {
    height: 255px;
}
.hpx_260 {
    height: 260px;
}
.hpx_265 {
    height: 265px;
}
.hpx_270 {
    height: 270px;
}
.hpx_275 {
    height: 275px;
}
.hpx_280 {
    height: 280px;
}
.hpx_285 {
    height: 285px;
}
.hpx_290 {
    height: 290px;
}
.hpx_295 {
    height: 295px;
}
.hpx_300 {
    height: 300px;
}
.hpx_305 {
    height: 305px;
}
.hpx_310 {
    height: 310px;
}
.hpx_315 {
    height: 315px;
}
.hpx_320 {
    height: 320px;
}
.hpx_325 {
    height: 325px;
}
.hpx_330 {
    height: 330px;
}
.hpx_335 {
    height: 335px;
}
.hpx_340 {
    height: 340px;
}
.hpx_345 {
    height: 345px;
}
.hpx_350 {
    height: 350px;
}
.hpx_355 {
    height: 355px;
}
.hpx_360 {
    height: 360px;
}
.hpx_365 {
    height: 365px;
}
.hpx_370 {
    height: 370px;
}
.hpx_375 {
    height: 375px;
}
.hpx_380 {
    height: 380px;
}
.hpx_385 {
    height: 385px;
}
.hpx_390 {
    height: 390px;
}
.hpx_395 {
    height: 395px;
}
.hpx_400 {
    height: 400px;
}
.hpx_405 {
    height: 405px;
}
.hpx_410 {
    height: 410px;
}
.hpx_415 {
    height: 415px;
}
.hpx_420 {
    height: 420px;
}
.hpx_425 {
    height: 425px;
}
.hpx_430 {
    height: 430px;
}
.hpx_435 {
    height: 435px;
}
.hpx_440 {
    height: 440px;
}
.hpx_445 {
    height: 445px;
}
.hpx_450 {
    height: 450px;
}
.hpx_455 {
    height: 455px;
}
.hpx_460 {
    height: 460px;
}
.hpx_465 {
    height: 465px;
}
.hpx_470 {
    height: 470px;
}
.hpx_475 {
    height: 475px;
}
.hpx_480 {
    height: 480px;
}
.hpx_485 {
    height: 485px;
}
.hpx_490 {
    height: 490px;
}
.hpx_495 {
    height: 495px;
}
.hpx_500 {
    height: 500px;
}
.hpx_505{height:505px}.hpx_510{height:510px}.hpx_515{height:515px}.hpx_520{height:520px}.hpx_525{height:525px}.hpx_530{height:530px}.hpx_535{height:535px}.hpx_540{height:540px}.hpx_545{height:545px}.hpx_550{height:550px}.hpx_555{height:555px}.hpx_560{height:560px}.hpx_565{height:565px}.hpx_570{height:570px}.hpx_575{height:575px}.hpx_580{height:580px}.hpx_585{height:585px}.hpx_590{height:590px}.hpx_595{height:595px}.hpx_600{height:600px}.hpx_605{height:605px}.hpx_610{height:610px}.hpx_615{height:615px}.hpx_620{height:620px}.hpx_625{height:625px}.hpx_630{height:630px}.hpx_635{height:635px}.hpx_640{height:640px}.hpx_645{height:645px}.hpx_650{height:650px}.hpx_655{height:655px}.hpx_660{height:660px}.hpx_665{height:665px}.hpx_670{height:670px}.hpx_675{height:675px}.hpx_680{height:680px}.hpx_685{height:685px}.hpx_690{height:690px}.hpx_695{height:695px}.hpx_700{height:700px}.hpx_705{height:705px}.hpx_710{height:710px}.hpx_715{height:715px}.hpx_720{height:720px}.hpx_725{height:725px}.hpx_730{height:730px}.hpx_735{height:735px}.hpx_740{height:740px}.hpx_745{height:745px}.hpx_750{height:750px}.hpx_755{height:755px}.hpx_760{height:760px}.hpx_765{height:765px}.hpx_770{height:770px}.hpx_775{height:775px}.hpx_780{height:780px}.hpx_785{height:785px}.hpx_790{height:790px}.hpx_795{height:795px}.hpx_800{height:800px}.hpx_805{height:805px}.hpx_810{height:810px}.hpx_815{height:815px}.hpx_820{height:820px}.hpx_825{height:825px}.hpx_830{height:830px}.hpx_835{height:835px}.hpx_840{height:840px}.hpx_845{height:845px}.hpx_850{height:850px}.hpx_855{height:855px}.hpx_860{height:860px}.hpx_865{height:865px}.hpx_870{height:870px}.hpx_875{height:875px}.hpx_880{height:880px}.hpx_885{height:885px}.hpx_890{height:890px}.hpx_895{height:895px}.hpx_900{height:900px}.hpx_905{height:905px}.hpx_910{height:910px}.hpx_915{height:915px}.hpx_920{height:920px}.hpx_925{height:925px}.hpx_930{height:930px}.hpx_935{height:935px}.hpx_940{height:940px}.hpx_945{height:945px}.hpx_950{height:950px}.hpx_955{height:955px}.hpx_960{height:960px}.hpx_965{height:965px}.hpx_970{height:970px}.hpx_975{height:975px}.hpx_980{height:980px}.hpx_985{height:985px}.hpx_990{height:990px}.hpx_995{height:995px}.hpx_1000{height:1000px}.hpx_1005{height:1005px}.hpx_1010{height:1010px}.hpx_1015{height:1015px}.hpx_1020{height:1020px}.hpx_1025{height:1025px}.hpx_1030{height:1030px}.hpx_1035{height:1035px}.hpx_1040{height:1040px}.hpx_1045{height:1045px}.hpx_1050{height:1050px}.hpx_1055{height:1055px}.hpx_1060{height:1060px}.hpx_1065{height:1065px}.hpx_1070{height:1070px}.hpx_1075{height:1075px}.hpx_1080{height:1080px}.hpx_1085{height:1085px}.hpx_1090{height:1090px}.hpx_1095{height:1095px}.hpx_1100{height:1100px}.hpx_1105{height:1105px}.hpx_1110{height:1110px}.hpx_1115{height:1115px}.hpx_1120{height:1120px}.hpx_1125{height:1125px}.hpx_1130{height:1130px}.hpx_1135{height:1135px}.hpx_1140{height:1140px}.hpx_1145{height:1145px}.hpx_1150{height:1150px}.hpx_1155{height:1155px}.hpx_1160{height:1160px}.hpx_1165{height:1165px}.hpx_1170{height:1170px}.hpx_1175{height:1175px}.hpx_1180{height:1180px}.hpx_1185{height:1185px}.hpx_1190{height:1190px}.hpx_1195{height:1195px}.hpx_1200{height:1200px}.hpx_1205{height:1205px}.hpx_1210{height:1210px}.hpx_1215{height:1215px}.hpx_1220{height:1220px}.hpx_1225{height:1225px}.hpx_1230{height:1230px}.hpx_1235{height:1235px}.hpx_1240{height:1240px}.hpx_1245{height:1245px}.hpx_1250{height:1250px}.hpx_1255{height:1255px}.hpx_1260{height:1260px}.hpx_1265{height:1265px}.hpx_1270{height:1270px}.hpx_1275{height:1275px}.hpx_1280{height:1280px}.hpx_1285{height:1285px}.hpx_1290{height:1290px}.hpx_1295{height:1295px}.hpx_1300{height:1300px}.hpx_1305{height:1305px}.hpx_1310{height:1310px}.hpx_1315{height:1315px}.hpx_1320{height:1320px}.hpx_1325{height:1325px}.hpx_1330{height:1330px}.hpx_1335{height:1335px}.hpx_1340{height:1340px}.hpx_1345{height:1345px}.hpx_1350{height:1350px}.hpx_1355{height:1355px}.hpx_1360{height:1360px}.hpx_1365{height:1365px}.hpx_1370{height:1370px}.hpx_1375{height:1375px}.hpx_1380{height:1380px}.hpx_1385{height:1385px}.hpx_1390{height:1390px}.hpx_1395{height:1395px}.hpx_1400{height:1400px}.hpx_1405{height:1405px}.hpx_1410{height:1410px}.hpx_1415{height:1415px}.hpx_1420{height:1420px}.hpx_1425{height:1425px}.hpx_1430{height:1430px}.hpx_1435{height:1435px}.hpx_1440{height:1440px}.hpx_1445{height:1445px}.hpx_1450{height:1450px}.hpx_1455{height:1455px}.hpx_1460{height:1460px}.hpx_1465{height:1465px}.hpx_1470{height:1470px}.hpx_1475{height:1475px}.hpx_1480{height:1480px}.hpx_1485{height:1485px}.hpx_1490{height:1490px}.hpx_1495{height:1495px}.hpx_1500{height:1500px}.hpx_1505{height:1505px}.hpx_1510{height:1510px}.hpx_1515{height:1515px}.hpx_1520{height:1520px}.hpx_1525{height:1525px}.hpx_1530{height:1530px}.hpx_1535{height:1535px}.hpx_1540{height:1540px}.hpx_1545{height:1545px}.hpx_1550{height:1550px}.hpx_1555{height:1555px}.hpx_1560{height:1560px}.hpx_1565{height:1565px}.hpx_1570{height:1570px}.hpx_1575{height:1575px}.hpx_1580{height:1580px}.hpx_1585{height:1585px}.hpx_1590{height:1590px}.hpx_1595{height:1595px}.hpx_1600{height:1600px}.hpx_1605{height:1605px}.hpx_1610{height:1610px}.hpx_1615{height:1615px}.hpx_1620{height:1620px}.hpx_1625{height:1625px}.hpx_1630{height:1630px}.hpx_1635{height:1635px}.hpx_1640{height:1640px}.hpx_1645{height:1645px}.hpx_1650{height:1650px}.hpx_1655{height:1655px}.hpx_1660{height:1660px}.hpx_1665{height:1665px}.hpx_1670{height:1670px}.hpx_1675{height:1675px}.hpx_1680{height:1680px}.hpx_1685{height:1685px}.hpx_1690{height:1690px}.hpx_1695{height:1695px}.hpx_1700{height:1700px}.hpx_1705{height:1705px}.hpx_1710{height:1710px}.hpx_1715{height:1715px}.hpx_1720{height:1720px}.hpx_1725{height:1725px}.hpx_1730{height:1730px}.hpx_1735{height:1735px}.hpx_1740{height:1740px}.hpx_1745{height:1745px}.hpx_1750{height:1750px}.hpx_1755{height:1755px}.hpx_1760{height:1760px}.hpx_1765{height:1765px}.hpx_1770{height:1770px}.hpx_1775{height:1775px}.hpx_1780{height:1780px}.hpx_1785{height:1785px}.hpx_1790{height:1790px}.hpx_1795{height:1795px}.hpx_1800{height:1800px}.hpx_1805{height:1805px}.hpx_1810{height:1810px}.hpx_1815{height:1815px}.hpx_1820{height:1820px}.hpx_1825{height:1825px}.hpx_1830{height:1830px}.hpx_1835{height:1835px}.hpx_1840{height:1840px}.hpx_1845{height:1845px}.hpx_1850{height:1850px}.hpx_1855{height:1855px}.hpx_1860{height:1860px}.hpx_1865{height:1865px}.hpx_1870{height:1870px}.hpx_1875{height:1875px}.hpx_1880{height:1880px}.hpx_1885{height:1885px}.hpx_1890{height:1890px}.hpx_1895{height:1895px}.hpx_1900{height:1900px}.hpx_1905{height:1905px}.hpx_1910{height:1910px}.hpx_1915{height:1915px}.hpx_1920{height:1920px}.hpx_1925{height:1925px}.hpx_1930{height:1930px}.hpx_1935{height:1935px}.hpx_1940{height:1940px}.hpx_1945{height:1945px}.hpx_1950{height:1950px}.hpx_1955{height:1955px}.hpx_1960{height:1960px}.hpx_1965{height:1965px}.hpx_1970{height:1970px}.hpx_1975{height:1975px}.hpx_1980{height:1980px}.hpx_1985{height:1985px}.hpx_1990{height:1990px}.hpx_1995{height:1995px}
.hpx_2000 { height: 2000px; }




.wpx_5 {
    width: 5px;
}
.wpx_9 {
    width: 9px;
}
.wpx_10 {
    width: 10px;
}
.wpx_15 {
    width: 15px;
}
.wpx_20 {
    width: 20px;
}
.wpx_25 {
    width: 25px;
}
.wpx_30 {
    width: 30px;
}
.wpx_35 {
    width: 35px;
}
.wpx_40 {
    width: 40px;
}
.wpx_45 {
    width: 45px;
}
.wpx_50 {
    width: 50px;
}
.wpx_55 {
    width: 55px;
}
.wpx_60 {
    width: 60px;
}
.wpx_65 {
    width: 65px;
}
.wpx_70 {
    width: 70px;
}
.wpx_75 {
    width: 75px;
}
.wpx_80 {
    width: 80px;
}
.wpx_85 {
    width: 85px;
}
.wpx_90 {
    width: 90px;
}
.wpx_95 {
    width: 95px;
}
.wpx_100 {
    width: 100px;
}
.wpx_105 {
    width: 105px;
}
.wpx_110 {
    width: 110px;
}
.wpx_115 {
    width: 115px;
}
.wpx_120 {
    width: 120px;
}
.wpx_125 {
    width: 125px;
}
.wpx_130 {
    width: 130px;
}
.wpx_135 {
    width: 135px;
}
.wpx_140 {
    width: 140px;
}
.wpx_145 {
    width: 145px;
}
.wpx_150 {
    width: 150px;
}
.wpx_155 {
    width: 155px;
}
.wpx_160 {
    width: 160px;
}
.wpx_165 {
    width: 165px;
}
.wpx_170 {
    width: 170px;
}
.wpx_175 {
    width: 175px;
}
.wpx_180 {
    width: 180px;
}
.wpx_185 {
    width: 185px;
}
.wpx_190 {
    width: 190px;
}
.wpx_195 {
    width: 195px;
}
.wpx_200 {
    width: 200px;
}
.wpx_205 {
    width: 205px;
}
.wpx_210 {
    width: 210px;
}
.wpx_215 {
    width: 215px;
}
.wpx_220 {
    width: 220px;
}
.wpx_225 {
    width: 225px;
}
.wpx_230 {
    width: 230px;
}
.wpx_235 {
    width: 235px;
}
.wpx_240 {
    width: 240px;
}
.wpx_245 {
    width: 245px;
}
.wpx_250 {
    width: 250px;
}
.wpx_255 {
    width: 255px;
}
.wpx_260 {
    width: 260px;
}
.wpx_265 {
    width: 265px;
}
.wpx_270 {
    width: 270px;
}
.wpx_275 {
    width: 275px;
}
.wpx_280 {
    width: 280px;
}
.wpx_285 {
    width: 285px;
}
.wpx_290 {
    width: 290px;
}
.wpx_295 {
    width: 295px;
}
.wpx_300 {
    width: 300px;
}


.min_w100{
    min-width: 100%;
}
.max_wpx_5{max-width:5px}.max_wpx_10{max-width:10px}.max_wpx_15{max-width:15px}.max_wpx_20{max-width:20px}.max_wpx_25{max-width:25px}.max_wpx_30{max-width:30px}.max_wpx_35{max-width:35px}.max_wpx_40{max-width:40px}.max_wpx_45{max-width:45px}.max_wpx_50{max-width:50px}.max_wpx_55{max-width:55px}.max_wpx_60{max-width:60px}.max_wpx_65{max-width:65px}.max_wpx_70{max-width:70px}.max_wpx_75{max-width:75px}.max_wpx_80{max-width:80px}.max_wpx_85{max-width:85px}.max_wpx_90{max-width:90px}.max_wpx_95{max-width:95px}.max_wpx_100{max-width:100px}.max_wpx_105{max-width:105px}.max_wpx_110{max-width:110px}.max_wpx_115{max-width:115px}.max_wpx_120{max-width:120px}.max_wpx_125{max-width:125px}.max_wpx_130{max-width:130px}.max_wpx_135{max-width:135px}.max_wpx_140{max-width:140px}.max_wpx_145{max-width:145px}.max_wpx_150{max-width:150px}.max_wpx_155{max-width:155px}.max_wpx_160{max-width:160px}.max_wpx_165{max-width:165px}.max_wpx_170{max-width:170px}.max_wpx_175{max-width:175px}.max_wpx_180{max-width:180px}.max_wpx_185{max-width:185px}.max_wpx_190{max-width:190px}.max_wpx_195{max-width:195px}.max_wpx_200{max-width:200px}.max_wpx_205{max-width:205px}.max_wpx_210{max-width:210px}.max_wpx_215{max-width:215px}.max_wpx_220{max-width:220px}.max_wpx_225{max-width:225px}.max_wpx_230{max-width:230px}.max_wpx_235{max-width:235px}.max_wpx_240{max-width:240px}.max_wpx_245{max-width:245px}.max_wpx_250{max-width:250px}.max_wpx_255{max-width:255px}.max_wpx_260{max-width:260px}.max_wpx_265{max-width:265px}.max_wpx_270{max-width:270px}.max_wpx_275{max-width:275px}.max_wpx_280{max-width:280px}.max_wpx_285{max-width:285px}.max_wpx_290{max-width:290px}.max_wpx_295{max-width:295px}.max_wpx_300{max-width:300px}.max_wpx_305{max-width:305px}.max_wpx_310{max-width:310px}.max_wpx_315{max-width:315px}.max_wpx_320{max-width:320px}.max_wpx_325{max-width:325px}.max_wpx_330{max-width:330px}.max_wpx_335{max-width:335px}.max_wpx_340{max-width:340px}.max_wpx_345{max-width:345px}.max_wpx_350{max-width:350px}.max_wpx_355{max-width:355px}.max_wpx_360{max-width:360px}.max_wpx_365{max-width:365px}.max_wpx_370{max-width:370px}.max_wpx_375{max-width:375px}.max_wpx_380{max-width:380px}.max_wpx_385{max-width:385px}.max_wpx_390{max-width:390px}.max_wpx_395{max-width:395px}.max_wpx_400{max-width:400px}.max_wpx_405{max-width:405px}.max_wpx_410{max-width:410px}.max_wpx_415{max-width:415px}.max_wpx_420{max-width:420px}.max_wpx_425{max-width:425px}.max_wpx_430{max-width:430px}.max_wpx_435{max-width:435px}.max_wpx_440{max-width:440px}.max_wpx_445{max-width:445px}.max_wpx_450{max-width:450px}.max_wpx_455{max-width:455px}.max_wpx_460{max-width:460px}.max_wpx_465{max-width:465px}.max_wpx_470{max-width:470px}.max_wpx_475{max-width:475px}.max_wpx_480{max-width:480px}.max_wpx_485{max-width:485px}.max_wpx_490{max-width:490px}.max_wpx_495{max-width:495px}.max_wpx_500{max-width:500px}.max_wpx_505{max-width:505px}.max_wpx_510{max-width:510px}.max_wpx_515{max-width:515px}.max_wpx_520{max-width:520px}.max_wpx_525{max-width:525px}.max_wpx_530{max-width:530px}.max_wpx_535{max-width:535px}.max_wpx_540{max-width:540px}.max_wpx_545{max-width:545px}.max_wpx_550{max-width:550px}.max_wpx_555{max-width:555px}.max_wpx_560{max-width:560px}.max_wpx_565{max-width:565px}.max_wpx_570{max-width:570px}.max_wpx_575{max-width:575px}.max_wpx_580{max-width:580px}.max_wpx_585{max-width:585px}.max_wpx_590{max-width:590px}.max_wpx_595{max-width:595px}.max_wpx_600{max-width:600px}.max_wpx_605{max-width:605px}.max_wpx_610{max-width:610px}.max_wpx_615{max-width:615px}.max_wpx_620{max-width:620px}.max_wpx_625{max-width:625px}.max_wpx_630{max-width:630px}.max_wpx_635{max-width:635px}.max_wpx_640{max-width:640px}.max_wpx_645{max-width:645px}.max_wpx_650{max-width:650px}.max_wpx_655{max-width:655px}.max_wpx_660{max-width:660px}.max_wpx_665{max-width:665px}.max_wpx_670{max-width:670px}.max_wpx_675{max-width:675px}.max_wpx_680{max-width:680px}.max_wpx_685{max-width:685px}.max_wpx_690{max-width:690px}.max_wpx_695{max-width:695px}.max_wpx_700{max-width:700px}.max_wpx_705{max-width:705px}.max_wpx_710{max-width:710px}.max_wpx_715{max-width:715px}.max_wpx_720{max-width:720px}.max_wpx_725{max-width:725px}.max_wpx_730{max-width:730px}.max_wpx_735{max-width:735px}.max_wpx_740{max-width:740px}.max_wpx_745{max-width:745px}.max_wpx_750{max-width:750px}.max_wpx_755{max-width:755px}.max_wpx_760{max-width:760px}.max_wpx_765{max-width:765px}.max_wpx_770{max-width:770px}.max_wpx_775{max-width:775px}.max_wpx_780{max-width:780px}.max_wpx_785{max-width:785px}.max_wpx_790{max-width:790px}.max_wpx_795{max-width:795px}.max_wpx_800{max-width:800px}.max_wpx_805{max-width:805px}.max_wpx_810{max-width:810px}.max_wpx_815{max-width:815px}.max_wpx_820{max-width:820px}.max_wpx_825{max-width:825px}.max_wpx_830{max-width:830px}.max_wpx_835{max-width:835px}.max_wpx_840{max-width:840px}.max_wpx_845{max-width:845px}.max_wpx_850{max-width:850px}.max_wpx_855{max-width:855px}.max_wpx_860{max-width:860px}.max_wpx_865{max-width:865px}.max_wpx_870{max-width:870px}.max_wpx_875{max-width:875px}.max_wpx_880{max-width:880px}.max_wpx_885{max-width:885px}.max_wpx_890{max-width:890px}.max_wpx_895{max-width:895px}.max_wpx_900{max-width:900px}.max_wpx_905{max-width:905px}.max_wpx_910{max-width:910px}.max_wpx_915{max-width:915px}.max_wpx_920{max-width:920px}.max_wpx_925{max-width:925px}.max_wpx_930{max-width:930px}.max_wpx_935{max-width:935px}.max_wpx_940{max-width:940px}.max_wpx_945{max-width:945px}.max_wpx_950{max-width:950px}.max_wpx_955{max-width:955px}.max_wpx_960{max-width:960px}.max_wpx_965{max-width:965px}.max_wpx_970{max-width:970px}.max_wpx_975{max-width:975px}.max_wpx_980{max-width:980px}.max_wpx_985{max-width:985px}.max_wpx_990{max-width:990px}.max_wpx_995{max-width:995px}.max_wpx_1000{max-width:1000px}.max_wpx_1005{max-width:1005px}.max_wpx_1010{max-width:1010px}.max_wpx_1015{max-width:1015px}.max_wpx_1020{max-width:1020px}.max_wpx_1025{max-width:1025px}.max_wpx_1030{max-width:1030px}.max_wpx_1035{max-width:1035px}.max_wpx_1040{max-width:1040px}.max_wpx_1045{max-width:1045px}.max_wpx_1050{max-width:1050px}.max_wpx_1055{max-width:1055px}.max_wpx_1060{max-width:1060px}.max_wpx_1065{max-width:1065px}.max_wpx_1070{max-width:1070px}.max_wpx_1075{max-width:1075px}.max_wpx_1080{max-width:1080px}.max_wpx_1085{max-width:1085px}.max_wpx_1090{max-width:1090px}.max_wpx_1095{max-width:1095px}.max_wpx_1100{max-width:1100px}.max_wpx_1105{max-width:1105px}.max_wpx_1110{max-width:1110px}.max_wpx_1115{max-width:1115px}.max_wpx_1120{max-width:1120px}.max_wpx_1125{max-width:1125px}.max_wpx_1130{max-width:1130px}.max_wpx_1135{max-width:1135px}.max_wpx_1140{max-width:1140px}.max_wpx_1145{max-width:1145px}.max_wpx_1150{max-width:1150px}.max_wpx_1155{max-width:1155px}.max_wpx_1160{max-width:1160px}.max_wpx_1165{max-width:1165px}.max_wpx_1170{max-width:1170px}.max_wpx_1175{max-width:1175px}.max_wpx_1180{max-width:1180px}.max_wpx_1185{max-width:1185px}.max_wpx_1190{max-width:1190px}.max_wpx_1195{max-width:1195px}.max_wpx_1200{max-width:1200px}








.max_w100{
    max-width: 100%;
}

.bgimg_cover{
    background-size: cover;
    background-repeat: no-repeat;
    background-size: auto;
}

.bgr_cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-attachment: fixed;  opcional: fija la imagen */
    width: 100%;

}

.bgimg_patron {
    background-position: center;
    background-repeat: repeat;
}
.bg_size_5 { background-size: 5%; }
.bg_size_10 { background-size: 10%; }
.bg_size_15 { background-size: 15%; }
.bg_size_20 { background-size: 20%; }
.bg_size_25 { background-size: 25%; }
.bg_size_30 { background-size: 30%; }
.bg_size_35 { background-size: 35%; }
.bg_size_40 { background-size: 40%; }
.bg_size_45 { background-size: 45%; }
.bg_size_50 { background-size: 50%; }
.bg_size_55 { background-size: 55%; }
.bg_size_60 { background-size: 60%; }
.bg_size_65 { background-size: 65%; }
.bg_size_70 { background-size: 70%; }
.bg_size_75 { background-size: 75%; }
.bg_size_80 { background-size: 80%; }
.bg_size_85 { background-size: 85%; }
.bg_size_90 { background-size: 90%; }
.bg_size_95 { background-size: 95%; }
.bg_size_100 { background-size: 100%; }

.cpx_10 {
    width: 10px;
    height: 10px;
}
.cpx_15 {
    width: 15px;
    height: 15px;
}
.cpx_20 {
    width: 20px;
    height: 20px;
}
.cpx_25 {
    width: 25px;
    height: 25px;
}
.cpx_30 {
    width: 30px;
    height: 30px;
}
.cpx_35 {
    width: 35px;
    height: 35px;
}
.cpx_40 {
    width: 40px;
    height: 40px;
}
h6 {
    font-size: 0.75rem;
}
h5 {
    font-size: 0.9rem;
}
h4 {
    font-size: 1rem;
}
.br-right {
    border-right: 1px solid #ccc;
}
.br-bottom {
    border-bottom: 1px solid #ccc;
}

.brd-top {
    border-radius: 10px 10px 0px 0px;
}
.text_underline{
    text-decoration: underline
}

.fspx_5{font-size:5px}.fspx_6{font-size:6px}.fspx_7{font-size:7px}.fspx_8{font-size:8px}.fspx_9{font-size:9px}.fspx_10{font-size:10px}.fspx_11{font-size:11px}.fspx_12{font-size:12px}.fspx_13{font-size:13px}.fspx_14{font-size:14px}.fspx_15{font-size:15px}.fspx_16{font-size:16px}.fspx_17{font-size:17px}.fspx_18{font-size:18px}.fspx_19{font-size:19px}.fspx_20{font-size:20px}.fspx_21{font-size:21px}.fspx_22{font-size:22px}.fspx_23{font-size:23px}.fspx_24{font-size:24px}.fspx_25{font-size:25px}.fspx_26{font-size:26px}.fspx_27{font-size:27px}.fspx_28{font-size:28px}.fspx_29{font-size:29px}.fspx_30{font-size:30px}.fspx_31{font-size:31px}.fspx_32{font-size:32px}.fspx_33{font-size:33px}.fspx_34{font-size:34px}.fspx_35{font-size:35px}.fspx_36{font-size:36px}.fspx_37{font-size:37px}.fspx_38{font-size:38px}.fspx_39{font-size:39px}.fspx_40{font-size:40px}.fspx_41{font-size:41px}.fspx_42{font-size:42px}.fspx_43{font-size:43px}.fspx_44{font-size:44px}.fspx_45{font-size:45px}.fspx_46{font-size:46px}.fspx_47{font-size:47px}.fspx_48{font-size:48px}.fspx_49{font-size:49px}.fspx_50{font-size:50px}.fspx_51{font-size:51px}.fspx_52{font-size:52px}.fspx_53{font-size:53px}.fspx_54{font-size:54px}.fspx_55{font-size:55px}.fspx_56{font-size:56px}.fspx_57{font-size:57px}.fspx_58{font-size:58px}.fspx_59{font-size:59px}.fspx_60{font-size:60px}.fspx_61{font-size:61px}.fspx_62{font-size:62px}.fspx_63{font-size:63px}.fspx_64{font-size:64px}.fspx_65{font-size:65px}.fspx_66{font-size:66px}.fspx_67{font-size:67px}.fspx_68{font-size:68px}.fspx_69{font-size:69px}.fspx_70{font-size:70px}.fspx_71{font-size:71px}.fspx_72{font-size:72px}.fspx_73{font-size:73px}.fspx_74{font-size:74px}.fspx_75{font-size:75px}.fspx_76{font-size:76px}.fspx_77{font-size:77px}.fspx_78{font-size:78px}.fspx_79{font-size:79px}.fspx_80{font-size:80px}.fspx_81{font-size:81px}.fspx_82{font-size:82px}.fspx_83{font-size:83px}.fspx_84{font-size:84px}.fspx_85{font-size:85px}.fspx_86{font-size:86px}.fspx_87{font-size:87px}.fspx_88{font-size:88px}.fspx_89{font-size:89px}.fspx_90{font-size:90px}.fspx_91{font-size:91px}.fspx_92{font-size:92px}.fspx_93{font-size:93px}.fspx_94{font-size:94px}.fspx_95{font-size:95px}.fspx_96{font-size:96px}.fspx_97{font-size:97px}.fspx_98{font-size:98px}.fspx_99{font-size:99px}.fspx_100{font-size:100px}
.fspx_101{font-size:101px}.fspx_102{font-size:102px}.fspx_103{font-size:103px}.fspx_104{font-size:104px}.fspx_105{font-size:105px}.fspx_106{font-size:106px}.fspx_107{font-size:107px}.fspx_108{font-size:108px}.fspx_109{font-size:109px}.fspx_110{font-size:110px}.fspx_111{font-size:111px}.fspx_112{font-size:112px}.fspx_113{font-size:113px}.fspx_114{font-size:114px}.fspx_115{font-size:115px}.fspx_116{font-size:116px}.fspx_117{font-size:117px}.fspx_118{font-size:118px}.fspx_119{font-size:119px}.fspx_120{font-size:120px}.fspx_121{font-size:121px}.fspx_122{font-size:122px}.fspx_123{font-size:123px}.fspx_124{font-size:124px}.fspx_125{font-size:125px}.fspx_126{font-size:126px}.fspx_127{font-size:127px}.fspx_128{font-size:128px}.fspx_129{font-size:129px}.fspx_130{font-size:130px}.fspx_131{font-size:131px}.fspx_132{font-size:132px}.fspx_133{font-size:133px}.fspx_134{font-size:134px}.fspx_135{font-size:135px}.fspx_136{font-size:136px}.fspx_137{font-size:137px}.fspx_138{font-size:138px}.fspx_139{font-size:139px}.fspx_140{font-size:140px}.fspx_141{font-size:141px}.fspx_142{font-size:142px}.fspx_143{font-size:143px}.fspx_144{font-size:144px}.fspx_145{font-size:145px}.fspx_146{font-size:146px}.fspx_147{font-size:147px}.fspx_148{font-size:148px}.fspx_149{font-size:149px}.fspx_150{font-size:150px}.fspx_151{font-size:151px}.fspx_152{font-size:152px}.fspx_153{font-size:153px}.fspx_154{font-size:154px}.fspx_155{font-size:155px}.fspx_156{font-size:156px}.fspx_157{font-size:157px}.fspx_158{font-size:158px}.fspx_159{font-size:159px}.fspx_160{font-size:160px}.fspx_161{font-size:161px}.fspx_162{font-size:162px}.fspx_163{font-size:163px}.fspx_164{font-size:164px}.fspx_165{font-size:165px}.fspx_166{font-size:166px}.fspx_167{font-size:167px}.fspx_168{font-size:168px}.fspx_169{font-size:169px}.fspx_170{font-size:170px}.fspx_171{font-size:171px}.fspx_172{font-size:172px}.fspx_173{font-size:173px}.fspx_174{font-size:174px}.fspx_175{font-size:175px}.fspx_176{font-size:176px}.fspx_177{font-size:177px}.fspx_178{font-size:178px}.fspx_179{font-size:179px}.fspx_180{font-size:180px}.fspx_181{font-size:181px}.fspx_182{font-size:182px}.fspx_183{font-size:183px}.fspx_184{font-size:184px}.fspx_185{font-size:185px}.fspx_186{font-size:186px}.fspx_187{font-size:187px}.fspx_188{font-size:188px}.fspx_189{font-size:189px}.fspx_190{font-size:190px}.fspx_191{font-size:191px}.fspx_192{font-size:192px}.fspx_193{font-size:193px}.fspx_194{font-size:194px}.fspx_195{font-size:195px}.fspx_196{font-size:196px}.fspx_197{font-size:197px}.fspx_198{font-size:198px}.fspx_199{font-size:199px}.fspx_200{font-size:200px}.fspx_201{font-size:201px}.fspx_202{font-size:202px}.fspx_203{font-size:203px}.fspx_204{font-size:204px}.fspx_205{font-size:205px}.fspx_206{font-size:206px}.fspx_207{font-size:207px}.fspx_208{font-size:208px}.fspx_209{font-size:209px}.fspx_210{font-size:210px}.fspx_211{font-size:211px}.fspx_212{font-size:212px}.fspx_213{font-size:213px}.fspx_214{font-size:214px}.fspx_215{font-size:215px}.fspx_216{font-size:216px}.fspx_217{font-size:217px}.fspx_218{font-size:218px}.fspx_219{font-size:219px}.fspx_220{font-size:220px}.fspx_221{font-size:221px}.fspx_222{font-size:222px}.fspx_223{font-size:223px}.fspx_224{font-size:224px}.fspx_225{font-size:225px}.fspx_226{font-size:226px}.fspx_227{font-size:227px}.fspx_228{font-size:228px}.fspx_229{font-size:229px}.fspx_230{font-size:230px}.fspx_231{font-size:231px}.fspx_232{font-size:232px}.fspx_233{font-size:233px}.fspx_234{font-size:234px}.fspx_235{font-size:235px}.fspx_236{font-size:236px}.fspx_237{font-size:237px}.fspx_238{font-size:238px}.fspx_239{font-size:239px}.fspx_240{font-size:240px}.fspx_241{font-size:241px}.fspx_242{font-size:242px}.fspx_243{font-size:243px}.fspx_244{font-size:244px}.fspx_245{font-size:245px}.fspx_246{font-size:246px}.fspx_247{font-size:247px}.fspx_248{font-size:248px}.fspx_249{font-size:249px}.fspx_250{font-size:250px}.fspx_251{font-size:251px}.fspx_252{font-size:252px}.fspx_253{font-size:253px}.fspx_254{font-size:254px}.fspx_255{font-size:255px}.fspx_256{font-size:256px}.fspx_257{font-size:257px}.fspx_258{font-size:258px}.fspx_259{font-size:259px}.fspx_260{font-size:260px}.fspx_261{font-size:261px}.fspx_262{font-size:262px}.fspx_263{font-size:263px}.fspx_264{font-size:264px}.fspx_265{font-size:265px}.fspx_266{font-size:266px}.fspx_267{font-size:267px}.fspx_268{font-size:268px}.fspx_269{font-size:269px}.fspx_270{font-size:270px}.fspx_271{font-size:271px}.fspx_272{font-size:272px}.fspx_273{font-size:273px}.fspx_274{font-size:274px}.fspx_275{font-size:275px}.fspx_276{font-size:276px}.fspx_277{font-size:277px}.fspx_278{font-size:278px}.fspx_279{font-size:279px}.fspx_280{font-size:280px}.fspx_281{font-size:281px}.fspx_282{font-size:282px}.fspx_283{font-size:283px}.fspx_284{font-size:284px}.fspx_285{font-size:285px}.fspx_286{font-size:286px}.fspx_287{font-size:287px}.fspx_288{font-size:288px}.fspx_289{font-size:289px}.fspx_290{font-size:290px}.fspx_291{font-size:291px}.fspx_292{font-size:292px}.fspx_293{font-size:293px}.fspx_294{font-size:294px}.fspx_295{font-size:295px}.fspx_296{font-size:296px}.fspx_297{font-size:297px}.fspx_298{font-size:298px}.fspx_299{font-size:299px}.fspx_300{font-size:300px}.fspx_301{font-size:301px}.fspx_302{font-size:302px}.fspx_303{font-size:303px}.fspx_304{font-size:304px}.fspx_305{font-size:305px}.fspx_306{font-size:306px}.fspx_307{font-size:307px}.fspx_308{font-size:308px}.fspx_309{font-size:309px}.fspx_310{font-size:310px}.fspx_311{font-size:311px}.fspx_312{font-size:312px}.fspx_313{font-size:313px}.fspx_314{font-size:314px}.fspx_315{font-size:315px}.fspx_316{font-size:316px}.fspx_317{font-size:317px}.fspx_318{font-size:318px}.fspx_319{font-size:319px}.fspx_320{font-size:320px}.fspx_321{font-size:321px}.fspx_322{font-size:322px}.fspx_323{font-size:323px}.fspx_324{font-size:324px}.fspx_325{font-size:325px}.fspx_326{font-size:326px}.fspx_327{font-size:327px}.fspx_328{font-size:328px}.fspx_329{font-size:329px}.fspx_330{font-size:330px}.fspx_331{font-size:331px}.fspx_332{font-size:332px}.fspx_333{font-size:333px}.fspx_334{font-size:334px}.fspx_335{font-size:335px}.fspx_336{font-size:336px}.fspx_337{font-size:337px}.fspx_338{font-size:338px}.fspx_339{font-size:339px}.fspx_340{font-size:340px}.fspx_341{font-size:341px}.fspx_342{font-size:342px}.fspx_343{font-size:343px}.fspx_344{font-size:344px}.fspx_345{font-size:345px}.fspx_346{font-size:346px}.fspx_347{font-size:347px}.fspx_348{font-size:348px}.fspx_349{font-size:349px}.fspx_350{font-size:350px}.fspx_351{font-size:351px}.fspx_352{font-size:352px}.fspx_353{font-size:353px}.fspx_354{font-size:354px}.fspx_355{font-size:355px}.fspx_356{font-size:356px}.fspx_357{font-size:357px}.fspx_358{font-size:358px}.fspx_359{font-size:359px}.fspx_360{font-size:360px}.fspx_361{font-size:361px}.fspx_362{font-size:362px}.fspx_363{font-size:363px}.fspx_364{font-size:364px}.fspx_365{font-size:365px}.fspx_366{font-size:366px}.fspx_367{font-size:367px}.fspx_368{font-size:368px}.fspx_369{font-size:369px}.fspx_370{font-size:370px}.fspx_371{font-size:371px}.fspx_372{font-size:372px}.fspx_373{font-size:373px}.fspx_374{font-size:374px}.fspx_375{font-size:375px}.fspx_376{font-size:376px}.fspx_377{font-size:377px}.fspx_378{font-size:378px}.fspx_379{font-size:379px}.fspx_380{font-size:380px}.fspx_381{font-size:381px}.fspx_382{font-size:382px}.fspx_383{font-size:383px}.fspx_384{font-size:384px}.fspx_385{font-size:385px}.fspx_386{font-size:386px}.fspx_387{font-size:387px}.fspx_388{font-size:388px}.fspx_389{font-size:389px}.fspx_390{font-size:390px}.fspx_391{font-size:391px}.fspx_392{font-size:392px}.fspx_393{font-size:393px}.fspx_394{font-size:394px}.fspx_395{font-size:395px}.fspx_396{font-size:396px}.fspx_397{font-size:397px}.fspx_398{font-size:398px}.fspx_399{font-size:399px}.fspx_400{font-size:400px}.fspx_401{font-size:401px}.fspx_402{font-size:402px}.fspx_403{font-size:403px}.fspx_404{font-size:404px}.fspx_405{font-size:405px}.fspx_406{font-size:406px}.fspx_407{font-size:407px}.fspx_408{font-size:408px}.fspx_409{font-size:409px}.fspx_410{font-size:410px}.fspx_411{font-size:411px}.fspx_412{font-size:412px}.fspx_413{font-size:413px}.fspx_414{font-size:414px}.fspx_415{font-size:415px}.fspx_416{font-size:416px}.fspx_417{font-size:417px}.fspx_418{font-size:418px}.fspx_419{font-size:419px}.fspx_420{font-size:420px}.fspx_421{font-size:421px}.fspx_422{font-size:422px}.fspx_423{font-size:423px}.fspx_424{font-size:424px}.fspx_425{font-size:425px}.fspx_426{font-size:426px}.fspx_427{font-size:427px}.fspx_428{font-size:428px}.fspx_429{font-size:429px}.fspx_430{font-size:430px}.fspx_431{font-size:431px}.fspx_432{font-size:432px}.fspx_433{font-size:433px}.fspx_434{font-size:434px}.fspx_435{font-size:435px}.fspx_436{font-size:436px}.fspx_437{font-size:437px}.fspx_438{font-size:438px}.fspx_439{font-size:439px}.fspx_440{font-size:440px}.fspx_441{font-size:441px}.fspx_442{font-size:442px}.fspx_443{font-size:443px}.fspx_444{font-size:444px}.fspx_445{font-size:445px}.fspx_446{font-size:446px}.fspx_447{font-size:447px}.fspx_448{font-size:448px}.fspx_449{font-size:449px}.fspx_450{font-size:450px}.fspx_451{font-size:451px}.fspx_452{font-size:452px}.fspx_453{font-size:453px}.fspx_454{font-size:454px}.fspx_455{font-size:455px}.fspx_456{font-size:456px}.fspx_457{font-size:457px}.fspx_458{font-size:458px}.fspx_459{font-size:459px}.fspx_460{font-size:460px}.fspx_461{font-size:461px}.fspx_462{font-size:462px}.fspx_463{font-size:463px}.fspx_464{font-size:464px}.fspx_465{font-size:465px}.fspx_466{font-size:466px}.fspx_467{font-size:467px}.fspx_468{font-size:468px}.fspx_469{font-size:469px}.fspx_470{font-size:470px}.fspx_471{font-size:471px}.fspx_472{font-size:472px}.fspx_473{font-size:473px}.fspx_474{font-size:474px}.fspx_475{font-size:475px}.fspx_476{font-size:476px}.fspx_477{font-size:477px}.fspx_478{font-size:478px}.fspx_479{font-size:479px}.fspx_480{font-size:480px}.fspx_481{font-size:481px}.fspx_482{font-size:482px}.fspx_483{font-size:483px}.fspx_484{font-size:484px}.fspx_485{font-size:485px}.fspx_486{font-size:486px}.fspx_487{font-size:487px}.fspx_488{font-size:488px}.fspx_489{font-size:489px}.fspx_490{font-size:490px}.fspx_491{font-size:491px}.fspx_492{font-size:492px}.fspx_493{font-size:493px}.fspx_494{font-size:494px}.fspx_495{font-size:495px}.fspx_496{font-size:496px}.fspx_497{font-size:497px}.fspx_498{font-size:498px}.fspx_499{font-size:499px}.fspx_500{font-size:500px}.fspx_501{font-size:501px}.fspx_502{font-size:502px}.fspx_503{font-size:503px}.fspx_504{font-size:504px}.fspx_505{font-size:505px}.fspx_506{font-size:506px}.fspx_507{font-size:507px}.fspx_508{font-size:508px}.fspx_509{font-size:509px}.fspx_510{font-size:510px}.fspx_511{font-size:511px}.fspx_512{font-size:512px}.fspx_513{font-size:513px}.fspx_514{font-size:514px}.fspx_515{font-size:515px}.fspx_516{font-size:516px}.fspx_517{font-size:517px}.fspx_518{font-size:518px}.fspx_519{font-size:519px}.fspx_520{font-size:520px}.fspx_521{font-size:521px}.fspx_522{font-size:522px}.fspx_523{font-size:523px}.fspx_524{font-size:524px}.fspx_525{font-size:525px}.fspx_526{font-size:526px}.fspx_527{font-size:527px}.fspx_528{font-size:528px}.fspx_529{font-size:529px}.fspx_530{font-size:530px}.fspx_531{font-size:531px}.fspx_532{font-size:532px}.fspx_533{font-size:533px}.fspx_534{font-size:534px}.fspx_535{font-size:535px}.fspx_536{font-size:536px}.fspx_537{font-size:537px}.fspx_538{font-size:538px}.fspx_539{font-size:539px}.fspx_540{font-size:540px}.fspx_541{font-size:541px}.fspx_542{font-size:542px}.fspx_543{font-size:543px}.fspx_544{font-size:544px}.fspx_545{font-size:545px}.fspx_546{font-size:546px}.fspx_547{font-size:547px}.fspx_548{font-size:548px}.fspx_549{font-size:549px}.fspx_550{font-size:550px}.fspx_551{font-size:551px}.fspx_552{font-size:552px}.fspx_553{font-size:553px}.fspx_554{font-size:554px}.fspx_555{font-size:555px}.fspx_556{font-size:556px}.fspx_557{font-size:557px}.fspx_558{font-size:558px}.fspx_559{font-size:559px}.fspx_560{font-size:560px}.fspx_561{font-size:561px}.fspx_562{font-size:562px}.fspx_563{font-size:563px}.fspx_564{font-size:564px}.fspx_565{font-size:565px}.fspx_566{font-size:566px}.fspx_567{font-size:567px}.fspx_568{font-size:568px}.fspx_569{font-size:569px}.fspx_570{font-size:570px}.fspx_571{font-size:571px}.fspx_572{font-size:572px}.fspx_573{font-size:573px}.fspx_574{font-size:574px}.fspx_575{font-size:575px}.fspx_576{font-size:576px}.fspx_577{font-size:577px}.fspx_578{font-size:578px}.fspx_579{font-size:579px}.fspx_580{font-size:580px}.fspx_581{font-size:581px}.fspx_582{font-size:582px}.fspx_583{font-size:583px}.fspx_584{font-size:584px}.fspx_585{font-size:585px}.fspx_586{font-size:586px}.fspx_587{font-size:587px}.fspx_588{font-size:588px}.fspx_589{font-size:589px}.fspx_590{font-size:590px}.fspx_591{font-size:591px}.fspx_592{font-size:592px}.fspx_593{font-size:593px}.fspx_594{font-size:594px}.fspx_595{font-size:595px}.fspx_596{font-size:596px}.fspx_597{font-size:597px}.fspx_598{font-size:598px}.fspx_599{font-size:599px}.fspx_600{font-size:600px}.fspx_601{font-size:601px}.fspx_602{font-size:602px}.fspx_603{font-size:603px}.fspx_604{font-size:604px}.fspx_605{font-size:605px}.fspx_606{font-size:606px}.fspx_607{font-size:607px}.fspx_608{font-size:608px}.fspx_609{font-size:609px}.fspx_610{font-size:610px}.fspx_611{font-size:611px}.fspx_612{font-size:612px}.fspx_613{font-size:613px}.fspx_614{font-size:614px}.fspx_615{font-size:615px}.fspx_616{font-size:616px}.fspx_617{font-size:617px}.fspx_618{font-size:618px}.fspx_619{font-size:619px}.fspx_620{font-size:620px}.fspx_621{font-size:621px}.fspx_622{font-size:622px}.fspx_623{font-size:623px}.fspx_624{font-size:624px}.fspx_625{font-size:625px}.fspx_626{font-size:626px}.fspx_627{font-size:627px}.fspx_628{font-size:628px}.fspx_629{font-size:629px}.fspx_630{font-size:630px}.fspx_631{font-size:631px}.fspx_632{font-size:632px}.fspx_633{font-size:633px}.fspx_634{font-size:634px}.fspx_635{font-size:635px}.fspx_636{font-size:636px}.fspx_637{font-size:637px}


.no_link{
    text-decoration: none;
}

.bgr_ini {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bgr_fondo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.bgr_image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
    max-height: 900px;
    z-index: 2;
}

.bgr_grafic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    max-height: 810px;
    z-index: 3;
}

.text_shadow_light {
    text-shadow: 0px 0px 10px rgba(242.69376544944362, 242.69376544944362, 242.69376544944362, 0.88);
}
.text_shadow_dark {
    text-shadow: 0px 0px 10px rgba(13.30623455055638, 13.30623455055638, 13.30623455055638, 0.88);
}

.box_shadow_dark {
    box-shadow: rgba(0, 0, 0, 0.3) -1px 0px 5px 0px;
}

.box_shadow_light {
    box-shadow: rgba(247, 247, 247, 0.3) -1px 0px 5px 0px;
}



.rotate_5{transform:rotate(5deg)}.rotate_10{transform:rotate(10deg)}.rotate_15{transform:rotate(15deg)}.rotate_20{transform:rotate(20deg)}.rotate_25{transform:rotate(25deg)}.rotate_30{transform:rotate(30deg)}.rotate_35{transform:rotate(35deg)}.rotate_40{transform:rotate(40deg)}.rotate_45{transform:rotate(45deg)}.rotate_50{transform:rotate(50deg)}.rotate_55{transform:rotate(55deg)}.rotate_60{transform:rotate(60deg)}.rotate_65{transform:rotate(65deg)}.rotate_70{transform:rotate(70deg)}.rotate_75{transform:rotate(75deg)}.rotate_80{transform:rotate(80deg)}.rotate_85{transform:rotate(85deg)}.rotate_90{transform:rotate(90deg)}.rotate_95{transform:rotate(95deg)}.rotate_100{transform:rotate(100deg)}.rotate_105{transform:rotate(105deg)}.rotate_110{transform:rotate(110deg)}.rotate_115{transform:rotate(115deg)}.rotate_120{transform:rotate(120deg)}.rotate_125{transform:rotate(125deg)}.rotate_130{transform:rotate(130deg)}.rotate_135{transform:rotate(135deg)}.rotate_140{transform:rotate(140deg)}.rotate_145{transform:rotate(145deg)}.rotate_150{transform:rotate(150deg)}.rotate_155{transform:rotate(155deg)}.rotate_160{transform:rotate(160deg)}.rotate_165{transform:rotate(165deg)}.rotate_170{transform:rotate(170deg)}.rotate_175{transform:rotate(175deg)}.rotate_180{transform:rotate(180deg)}.rotate_185{transform:rotate(185deg)}.rotate_190{transform:rotate(190deg)}.rotate_195{transform:rotate(195deg)}.rotate_200{transform:rotate(200deg)}.rotate_205{transform:rotate(205deg)}.rotate_210{transform:rotate(210deg)}.rotate_215{transform:rotate(215deg)}.rotate_220{transform:rotate(220deg)}.rotate_225{transform:rotate(225deg)}.rotate_230{transform:rotate(230deg)}.rotate_235{transform:rotate(235deg)}.rotate_240{transform:rotate(240deg)}.rotate_245{transform:rotate(245deg)}.rotate_250{transform:rotate(250deg)}.rotate_255{transform:rotate(255deg)}.rotate_260{transform:rotate(260deg)}.rotate_265{transform:rotate(265deg)}.rotate_270{transform:rotate(270deg)}.rotate_275{transform:rotate(275deg)}.rotate_280{transform:rotate(280deg)}.rotate_285{transform:rotate(285deg)}.rotate_290{transform:rotate(290deg)}.rotate_295{transform:rotate(295deg)}.rotate_300{transform:rotate(300deg)}.rotate_305{transform:rotate(305deg)}.rotate_310{transform:rotate(310deg)}.rotate_315{transform:rotate(315deg)}.rotate_320{transform:rotate(320deg)}.rotate_325{transform:rotate(325deg)}.rotate_330{transform:rotate(330deg)}.rotate_335{transform:rotate(335deg)}.rotate_340{transform:rotate(340deg)}.rotate_345{transform:rotate(345deg)}.rotate_350{transform:rotate(350deg)}.rotate_355{transform:rotate(355deg)}.rotate_360{transform:rotate(360deg)}


.line_height_1{line-height:1px}.line_height_2{line-height:2px}.line_height_3{line-height:3px}.line_height_4{line-height:4px}.line_height_5{line-height:5px}.line_height_6{line-height:6px}.line_height_7{line-height:7px}.line_height_8{line-height:8px}.line_height_9{line-height:9px}.line_height_10{line-height:10px}.line_height_11{line-height:11px}.line_height_12{line-height:12px}.line_height_13{line-height:13px}.line_height_14{line-height:14px}.line_height_15{line-height:15px}.line_height_16{line-height:16px}.line_height_17{line-height:17px}.line_height_18{line-height:18px}.line_height_19{line-height:19px}.line_height_20{line-height:20px}.line_height_21{line-height:21px}.line_height_22{line-height:22px}.line_height_23{line-height:23px}.line_height_24{line-height:24px}.line_height_25{line-height:25px}.line_height_26{line-height:26px}.line_height_27{line-height:27px}.line_height_28{line-height:28px}.line_height_29{line-height:29px}.line_height_30{line-height:30px}.line_height_31{line-height:31px}.line_height_32{line-height:32px}.line_height_33{line-height:33px}.line_height_34{line-height:34px}.line_height_35{line-height:35px}.line_height_36{line-height:36px}.line_height_37{line-height:37px}.line_height_38{line-height:38px}.line_height_39{line-height:39px}.line_height_40{line-height:40px}.line_height_41{line-height:41px}.line_height_42{line-height:42px}.line_height_43{line-height:43px}.line_height_44{line-height:44px}.line_height_45{line-height:45px}.line_height_46{line-height:46px}.line_height_47{line-height:47px}.line_height_48{line-height:48px}.line_height_49{line-height:49px}.line_height_50{line-height:50px}

.no_select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  /* También previene el arrastre */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  
  /* Previene el menú contextual */
  pointer-events: none;
}