img,video
{
    max-width: 100%;
    max-height: 100%;
}
a{text-decoration: none}

.hidden{overflow: hidden!important}
.overflow-y{overflow-y: auto!important}

.entero{width: 100%}
.entero_h{height: 100%}
.entero_total
{
    width: 100%;
    height: 100%;
}

.mitad{width: 50%}
.mitad_h{height: 50%}
.mitad_total
{
    width: 50%;
    height: 50%;
}

.tercio{width: 33.3%}
.tercio_h{height: 33.3%}
.tercio_total
{
    width: 33.3%;
    height: 33.3%;
}
.dos-tercios{width: 66.6%}
.dos-tercios_h{height: 66.6%}
.dos-tercios_total
{
    width: 66.6%;
    height: 66.6%;
}

.cuarto{width: 25%}
.cuarto_h{height: 25%}
.cuarto_total
{
    width: 25%;
    height: 25%;
}

.tres-cuartos{width: 75%}
.tres-cuartos_h{height: 75%}
.tres-cuartos_total
{
    width: 75%;
    height: 75%;
}

.quinto{width: 20%}
.quinto_h{height: 20%}
.quinto_total{width: 20%;height: 20%}

.dos-quintos{width: 40%}
.dos-quintos_h{height: 40%}
.dos-quintos_total{width: 40%;height: 40%}

.tres-quintos{width: 60%}
.tres-quintos_h{height: 60%}
.tres-quintos_total{width: 60%;height: 60%}

.cuatro-quintos{width: 80%}
.cuatro-quintos_h{height: 80%}
.cuatro-quintos_total{width: 80%;height: 80%}

.container90
{
    width: 90%;
    margin:auto;
}
.container90_total
{
    width: 90%;
    height: 90%;
    margin:auto;
}
.container80
{
    width: 80%;
    margin:auto;
}
.container80_total
{
    width: 80%;
    height: 80%;
    margin:auto;
}

.margin_auto{margin: auto}

.absolute{position: absolute}
.relative{position: relative}
.fixed{position: fixed}
.top{top:0}
.left{left:0}
.bottom{bottom:0}
.right{right:0}


.transicion08,
.transicion
{
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.transicion04
{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.from-center{transform: translate(-50%, -50%)}

.deshabilitado {
    pointer-events: none;
    opacity: 0.5;
}

.items_bottom
{
    display: inline-flex;
    align-items: baseline;
    display: -webkit-flex; /* Safari */
    -webkit-align-items: baseline; /* Safari 7.0+ */
}

.centrado_div_vertical
{
    align-items: center;
    -webkit-box-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}

.bottom_div_vertical
{
    display: table;
}
.bottom_div_vertical > div,
.bottom_div_vertical > span
{
    display: table-cell;
    vertical-align: bottom;
}

.centrado_img_vertical
{
    white-space: nowrap;
    text-align: center;
    height: 100%;
}

.centrado_img_vertical span
{
    display: inline-block !important;
    height: 100%;
    vertical-align: middle;
}

.centrado_img_vertical img
{
    vertical-align: middle;
}

.texto_size_8{font-size:8px}
.texto_size_9{font-size:9px}
.texto_size_10{font-size:10px}
.texto_size_11{font-size:11px}
.texto_size_12{font-size:12px}
.texto_size_13{font-size:13px}
.texto_size_14{font-size:14px}
.texto_size_15{font-size:15px}
.texto_size_16{font-size:16px}
.texto_size_17{font-size:17px}
.texto_size_18{font-size:18px}
.texto_size_19{font-size:19px}
.texto_size_20{font-size:20px}
.texto_size_21{font-size:21px}
.texto_size_22{font-size:22px}
.texto_size_23{font-size:23px}
.texto_size_24{font-size:24px}
.texto_size_25{font-size:25px}
.texto_size_26{font-size:26px}
.texto_size_27{font-size:27px}
.texto_size_28{font-size:28px}
.texto_size_29{font-size:29px}
.texto_size_30{font-size:30px}
.texto_size_31{font-size:31px}
.texto_size_32{font-size:32px}
.texto_size_33{font-size:33px}
.texto_size_34{font-size:34px}
.texto_size_35{font-size:35px}
.texto_size_36{font-size:36px}
.texto_size_37{font-size:37px}
.texto_size_38{font-size:38px}
.texto_size_39{font-size:39px}
.texto_size_40{font-size:40px}
.texto_size_41{font-size:41px}
.texto_size_42{font-size:42px}
.texto_size_43{font-size:43px}
.texto_size_44{font-size:44px}
.texto_size_45{font-size:45px}
.texto_size_46{font-size:46px}
.texto_size_47{font-size:47px}
.texto_size_48{font-size:48px}
.texto_size_49{font-size:49px}
.texto_size_50{font-size:50px}
.texto_size_51{font-size:51px}
.texto_size_52{font-size:52px}
.texto_size_53{font-size:53px}
.texto_size_54{font-size:54px}
.texto_size_55{font-size:55px}
.texto_size_56{font-size:56px}
.texto_size_57{font-size:57px}
.texto_size_58{font-size:58px}
.texto_size_59{font-size:59px}
.texto_size_60{font-size:60px}
.texto_size_61{font-size:61px}
.texto_size_62{font-size:62px}
.texto_size_63{font-size:63px}
.texto_size_64{font-size:64px}
.texto_size_65{font-size:65px}
.texto_size_66{font-size:66px}
.texto_size_67{font-size:67px}
.texto_size_68{font-size:68px}
.texto_size_69{font-size:69px}
.texto_size_70{font-size:70px}
.texto_size_71{font-size:71px}
.texto_size_72{font-size:72px}
.texto_size_73{font-size:73px}
.texto_size_74{font-size:74px}
.texto_size_75{font-size:75px}
.texto_size_76{font-size:76px}
.texto_size_77{font-size:77px}
.texto_size_78{font-size:78px}
.texto_size_79{font-size:79px}
.texto_size_80{font-size:80px}
.texto_size_81{font-size:81px}
.texto_size_82{font-size:82px}
.texto_size_83{font-size:83px}
.texto_size_84{font-size:84px}
.texto_size_85{font-size:85px}
.texto_size_86{font-size:86px}
.texto_size_87{font-size:87px}
.texto_size_88{font-size:88px}
.texto_size_89{font-size:89px}
.texto_size_90{font-size:90px}
.texto_size_91{font-size:91px}
.texto_size_92{font-size:92px}
.texto_size_93{font-size:93px}
.texto_size_94{font-size:94px}
.texto_size_95{font-size:95px}
.texto_size_96{font-size:96px}
.texto_size_97{font-size:97px}
.texto_size_98{font-size:98px}
.texto_size_99{font-size:99px}
.texto_size_100{font-size:100px}
.texto_size_101{font-size:101px}
.texto_size_102{font-size:102px}
.texto_size_103{font-size:103px}
.texto_size_104{font-size:104px}
.texto_size_105{font-size:105px}
.texto_size_106{font-size:106px}
.texto_size_107{font-size:107px}
.texto_size_108{font-size:108px}
.texto_size_109{font-size:109px}
.texto_size_110{font-size:110px}
@media screen and (max-width: 1279px) {
    .texto_size_8{font-size:7px}
    .texto_size_9{font-size:8px}
    .texto_size_10{font-size:9px}
    .texto_size_11{font-size:10px}
    .texto_size_12{font-size:11px}
    .texto_size_13{font-size:12px}
    .texto_size_14{font-size:13px}
    .texto_size_15{font-size:14px}
    .texto_size_16{font-size:15px}
    .texto_size_17{font-size:16px}
    .texto_size_18{font-size:17px}
    .texto_size_19{font-size:18px}
    .texto_size_20{font-size:19px}
    .texto_size_21{font-size:20px}
    .texto_size_22{font-size:21px}
    .texto_size_23{font-size:22px}
    .texto_size_24{font-size:23px}
    .texto_size_25{font-size:24px}
    .texto_size_26{font-size:25px}
    .texto_size_27{font-size:26px}
    .texto_size_28{font-size:27px}
    .texto_size_29{font-size:28px}
    .texto_size_30{font-size:29px}
    .texto_size_31{font-size:30px}
    .texto_size_32{font-size:31px}
    .texto_size_33{font-size:32px}
    .texto_size_34{font-size:33px}
    .texto_size_35{font-size:34px}
    .texto_size_36{font-size:35px}
    .texto_size_37{font-size:36px}
    .texto_size_38{font-size:37px}
    .texto_size_39{font-size:38px}
    .texto_size_40{font-size:39px}
    .texto_size_41{font-size:40px}
    .texto_size_42{font-size:41px}
    .texto_size_43{font-size:42px}
    .texto_size_44{font-size:43px}
    .texto_size_45{font-size:44px}
    .texto_size_46{font-size:45px}
    .texto_size_47{font-size:46px}
    .texto_size_48{font-size:47px}
    .texto_size_49{font-size:48px}
    .texto_size_50{font-size:49px}
    .texto_size_51{font-size:50px}
    .texto_size_52{font-size:51px}
    .texto_size_53{font-size:52px}
    .texto_size_54{font-size:53px}
    .texto_size_55{font-size:54px}
    .texto_size_56{font-size:55px}
    .texto_size_57{font-size:56px}
    .texto_size_58{font-size:57px}
    .texto_size_59{font-size:58px}
    .texto_size_60{font-size:59px}
    .texto_size_61{font-size:60px}
    .texto_size_62{font-size:61px}
    .texto_size_63{font-size:62px}
    .texto_size_64{font-size:63px}
    .texto_size_65{font-size:64px}
    .texto_size_66{font-size:65px}
    .texto_size_67{font-size:66px}
    .texto_size_68{font-size:67px}
    .texto_size_69{font-size:68px}
    .texto_size_70{font-size:69px}
    .texto_size_71{font-size:70px}
    .texto_size_72{font-size:71px}
    .texto_size_73{font-size:72px}
    .texto_size_74{font-size:73px}
    .texto_size_75{font-size:74px}
    .texto_size_76{font-size:75px}
    .texto_size_77{font-size:76px}
    .texto_size_78{font-size:77px}
    .texto_size_79{font-size:78px}
    .texto_size_80{font-size:79px}
    .texto_size_81{font-size:80px}
    .texto_size_82{font-size:81px}
    .texto_size_83{font-size:82px}
    .texto_size_84{font-size:83px}
    .texto_size_85{font-size:84px}
    .texto_size_86{font-size:85px}
    .texto_size_87{font-size:86px}
    .texto_size_88{font-size:87px}
    .texto_size_89{font-size:88px}
    .texto_size_90{font-size:89px}
    .texto_size_91{font-size:90px}
    .texto_size_92{font-size:91px}
    .texto_size_93{font-size:92px}
    .texto_size_94{font-size:93px}
    .texto_size_95{font-size:94px}
    .texto_size_96{font-size:95px}
    .texto_size_97{font-size:96px}
    .texto_size_98{font-size:97px}
    .texto_size_99{font-size:98px}
    .texto_size_100{font-size:99px}
    .texto_size_101{font-size:100px}
    .texto_size_102{font-size:101px}
    .texto_size_103{font-size:102px}
    .texto_size_104{font-size:103px}
    .texto_size_105{font-size:104px}
    .texto_size_106{font-size:105px}
    .texto_size_107{font-size:106px}
    .texto_size_108{font-size:107px}
    .texto_size_109{font-size:108px}
    .texto_size_110{font-size:109px}
}
@media screen and (max-width: 1278px) {
}
@media screen and (max-width: 1277px) {
}
@media screen and (max-width: 1276px) {
}
@media screen and (max-width: 1275px) {
}
@media screen and (max-width: 1274px) {
}
@media screen and (max-width: 1273px) {
}
@media screen and (max-width: 1272px) {
}
@media screen and (max-width: 1271px) {
}
@media screen and (max-width: 1270px) {
}
@media screen and (max-width: 1269px) {
}
@media screen and (max-width: 1268px) {
    .texto_size_107{font-size:105px}
    .texto_size_108{font-size:106px}
    .texto_size_109{font-size:107px}
    .texto_size_110{font-size:108px}
}
@media screen and (max-width: 1267px) {
    .texto_size_99{font-size:97px}
    .texto_size_100{font-size:98px}
    .texto_size_101{font-size:99px}
    .texto_size_102{font-size:100px}
    .texto_size_103{font-size:101px}
    .texto_size_104{font-size:102px}
    .texto_size_105{font-size:103px}
    .texto_size_106{font-size:104px}
}
@media screen and (max-width: 1266px) {
    .texto_size_92{font-size:90px}
    .texto_size_93{font-size:91px}
    .texto_size_94{font-size:92px}
    .texto_size_95{font-size:93px}
    .texto_size_96{font-size:94px}
    .texto_size_97{font-size:95px}
    .texto_size_98{font-size:96px}
}
@media screen and (max-width: 1265px) {
    .texto_size_86{font-size:84px}
    .texto_size_87{font-size:85px}
    .texto_size_88{font-size:86px}
    .texto_size_89{font-size:87px}
    .texto_size_90{font-size:88px}
    .texto_size_91{font-size:89px}
}
@media screen and (max-width: 1264px) {
    .texto_size_81{font-size:79px}
    .texto_size_82{font-size:80px}
    .texto_size_83{font-size:81px}
    .texto_size_84{font-size:82px}
    .texto_size_85{font-size:83px}
}
@media screen and (max-width: 1263px) {
    .texto_size_76{font-size:74px}
    .texto_size_77{font-size:75px}
    .texto_size_78{font-size:76px}
    .texto_size_79{font-size:77px}
    .texto_size_80{font-size:78px}
}
@media screen and (max-width: 1262px) {
    .texto_size_72{font-size:70px}
    .texto_size_73{font-size:71px}
    .texto_size_74{font-size:72px}
    .texto_size_75{font-size:73px}
}
@media screen and (max-width: 1261px) {
    .texto_size_68{font-size:66px}
    .texto_size_69{font-size:67px}
    .texto_size_70{font-size:68px}
    .texto_size_71{font-size:69px}
}
@media screen and (max-width: 1260px) {
    .texto_size_65{font-size:63px}
    .texto_size_66{font-size:64px}
    .texto_size_67{font-size:65px}
}
@media screen and (max-width: 1259px) {
    .texto_size_61{font-size:59px}
    .texto_size_62{font-size:60px}
    .texto_size_63{font-size:61px}
    .texto_size_64{font-size:62px}
}
@media screen and (max-width: 1258px) {
    .texto_size_59{font-size:57px}
    .texto_size_60{font-size:58px}
}
@media screen and (max-width: 1257px) {
    .texto_size_56{font-size:54px}
    .texto_size_57{font-size:55px}
    .texto_size_58{font-size:56px}
}
@media screen and (max-width: 1256px) {
    .texto_size_54{font-size:52px}
    .texto_size_55{font-size:53px}
    .texto_size_107{font-size:104px}
    .texto_size_108{font-size:105px}
    .texto_size_109{font-size:106px}
    .texto_size_110{font-size:107px}
}
@media screen and (max-width: 1255px) {
    .texto_size_52{font-size:50px}
    .texto_size_53{font-size:51px}
    .texto_size_103{font-size:100px}
    .texto_size_104{font-size:101px}
    .texto_size_105{font-size:102px}
    .texto_size_106{font-size:103px}
}
@media screen and (max-width: 1254px) {
    .texto_size_50{font-size:48px}
    .texto_size_51{font-size:49px}
    .texto_size_99{font-size:96px}
    .texto_size_100{font-size:97px}
    .texto_size_101{font-size:98px}
    .texto_size_102{font-size:99px}
}
@media screen and (max-width: 1253px) {
    .texto_size_48{font-size:46px}
    .texto_size_49{font-size:47px}
    .texto_size_95{font-size:92px}
    .texto_size_96{font-size:93px}
    .texto_size_97{font-size:94px}
    .texto_size_98{font-size:95px}
}
@media screen and (max-width: 1252px) {
    .texto_size_46{font-size:44px}
    .texto_size_47{font-size:45px}
    .texto_size_92{font-size:89px}
    .texto_size_93{font-size:90px}
    .texto_size_94{font-size:91px}
}
@media screen and (max-width: 1251px) {
    .texto_size_45{font-size:43px}
    .texto_size_89{font-size:86px}
    .texto_size_90{font-size:87px}
    .texto_size_91{font-size:88px}
}
@media screen and (max-width: 1250px) {
    .texto_size_43{font-size:41px}
    .texto_size_44{font-size:42px}
    .texto_size_86{font-size:83px}
    .texto_size_87{font-size:84px}
    .texto_size_88{font-size:85px}
}
@media screen and (max-width: 1249px) {
    .texto_size_42{font-size:40px}
    .texto_size_83{font-size:80px}
    .texto_size_84{font-size:81px}
    .texto_size_85{font-size:82px}
}
@media screen and (max-width: 1248px) {
    .texto_size_41{font-size:39px}
    .texto_size_81{font-size:78px}
    .texto_size_82{font-size:79px}
}
@media screen and (max-width: 1247px) {
    .texto_size_39{font-size:37px}
    .texto_size_40{font-size:38px}
    .texto_size_78{font-size:75px}
    .texto_size_79{font-size:76px}
    .texto_size_80{font-size:77px}
}
@media screen and (max-width: 1246px) {
    .texto_size_38{font-size:36px}
    .texto_size_76{font-size:73px}
    .texto_size_77{font-size:74px}
}
@media screen and (max-width: 1245px) {
    .texto_size_37{font-size:35px}
    .texto_size_74{font-size:71px}
    .texto_size_75{font-size:72px}
    .texto_size_110{font-size:106px}
}
@media screen and (max-width: 1244px) {
    .texto_size_36{font-size:34px}
    .texto_size_72{font-size:69px}
    .texto_size_73{font-size:70px}
    .texto_size_107{font-size:103px}
    .texto_size_108{font-size:104px}
    .texto_size_109{font-size:105px}
}
@media screen and (max-width: 1243px) {
    .texto_size_35{font-size:33px}
    .texto_size_70{font-size:67px}
    .texto_size_71{font-size:68px}
    .texto_size_104{font-size:100px}
    .texto_size_105{font-size:101px}
    .texto_size_106{font-size:102px}
}
@media screen and (max-width: 1242px) {
    .texto_size_34{font-size:32px}
    .texto_size_68{font-size:65px}
    .texto_size_69{font-size:66px}
    .texto_size_102{font-size:98px}
    .texto_size_103{font-size:99px}
}
@media screen and (max-width: 1241px) {
    .texto_size_33{font-size:31px}
    .texto_size_66{font-size:63px}
    .texto_size_67{font-size:64px}
    .texto_size_99{font-size:95px}
    .texto_size_100{font-size:96px}
    .texto_size_101{font-size:97px}
}
@media screen and (max-width: 1240px) {
    .texto_size_65{font-size:62px}
    .texto_size_97{font-size:93px}
    .texto_size_98{font-size:94px}
}
@media screen and (max-width: 1239px) {
    .texto_size_32{font-size:30px}
    .texto_size_63{font-size:60px}
    .texto_size_64{font-size:61px}
    .texto_size_94{font-size:90px}
    .texto_size_95{font-size:91px}
    .texto_size_96{font-size:92px}
}
@media screen and (max-width: 1238px) {
    .texto_size_31{font-size:29px}
    .texto_size_61{font-size:58px}
    .texto_size_62{font-size:59px}
    .texto_size_92{font-size:88px}
    .texto_size_93{font-size:89px}
}
@media screen and (max-width: 1237px) {
    .texto_size_30{font-size:28px}
    .texto_size_60{font-size:57px}
    .texto_size_90{font-size:86px}
    .texto_size_91{font-size:87px}
}
@media screen and (max-width: 1236px) {
    .texto_size_59{font-size:56px}
    .texto_size_88{font-size:84px}
    .texto_size_89{font-size:85px}
}
@media screen and (max-width: 1235px) {
    .texto_size_29{font-size:27px}
    .texto_size_57{font-size:54px}
    .texto_size_58{font-size:55px}
    .texto_size_86{font-size:82px}
    .texto_size_87{font-size:83px}
}
@media screen and (max-width: 1234px) {
    .texto_size_28{font-size:26px}
    .texto_size_56{font-size:53px}
    .texto_size_84{font-size:80px}
    .texto_size_85{font-size:81px}
}
@media screen and (max-width: 1233px) {
    .texto_size_55{font-size:52px}
    .texto_size_82{font-size:78px}
    .texto_size_83{font-size:79px}
    .texto_size_109{font-size:104px}
    .texto_size_110{font-size:105px}
}
@media screen and (max-width: 1232px) {
    .texto_size_27{font-size:25px}
    .texto_size_54{font-size:51px}
    .texto_size_81{font-size:77px}
    .texto_size_107{font-size:102px}
    .texto_size_108{font-size:103px}
}
@media screen and (max-width: 1231px) {
    .texto_size_53{font-size:50px}
    .texto_size_79{font-size:75px}
    .texto_size_80{font-size:76px}
    .texto_size_105{font-size:100px}
    .texto_size_106{font-size:101px}
}
@media screen and (max-width: 1230px) {
    .texto_size_26{font-size:24px}
    .texto_size_52{font-size:49px}
    .texto_size_77{font-size:73px}
    .texto_size_78{font-size:74px}
    .texto_size_103{font-size:98px}
    .texto_size_104{font-size:99px}
}
@media screen and (max-width: 1229px) {
    .texto_size_51{font-size:48px}
    .texto_size_76{font-size:72px}
    .texto_size_101{font-size:96px}
    .texto_size_102{font-size:97px}
}
@media screen and (max-width: 1228px) {
    .texto_size_25{font-size:23px}
    .texto_size_50{font-size:47px}
    .texto_size_74{font-size:70px}
    .texto_size_75{font-size:71px}
    .texto_size_99{font-size:94px}
    .texto_size_100{font-size:95px}
}
@media screen and (max-width: 1227px) {
    .texto_size_49{font-size:46px}
    .texto_size_73{font-size:69px}
    .texto_size_97{font-size:92px}
    .texto_size_98{font-size:93px}
}
@media screen and (max-width: 1226px) {
    .texto_size_24{font-size:22px}
    .texto_size_48{font-size:45px}
    .texto_size_72{font-size:68px}
    .texto_size_95{font-size:90px}
    .texto_size_96{font-size:91px}
}
@media screen and (max-width: 1225px) {
    .texto_size_47{font-size:44px}
    .texto_size_70{font-size:66px}
    .texto_size_71{font-size:67px}
    .texto_size_94{font-size:89px}
}
@media screen and (max-width: 1224px) {
    .texto_size_23{font-size:21px}
    .texto_size_46{font-size:43px}
    .texto_size_69{font-size:65px}
    .texto_size_92{font-size:87px}
    .texto_size_93{font-size:88px}
}
@media screen and (max-width: 1223px) {
    .texto_size_45{font-size:42px}
    .texto_size_68{font-size:64px}
    .texto_size_90{font-size:85px}
    .texto_size_91{font-size:86px}
}
@media screen and (max-width: 1222px) {
    .texto_size_67{font-size:63px}
    .texto_size_89{font-size:84px}
}
@media screen and (max-width: 1221px) {
    .texto_size_22{font-size:20px}
    .texto_size_44{font-size:41px}
    .texto_size_66{font-size:62px}
    .texto_size_87{font-size:82px}
    .texto_size_88{font-size:83px}
    .texto_size_109{font-size:103px}
    .texto_size_110{font-size:104px}
}
@media screen and (max-width: 1220px) {
    .texto_size_43{font-size:40px}
    .texto_size_65{font-size:61px}
    .texto_size_86{font-size:81px}
    .texto_size_107{font-size:101px}
    .texto_size_108{font-size:102px}
}
@media screen and (max-width: 1219px) {
    .texto_size_21{font-size:19px}
    .texto_size_42{font-size:39px}
    .texto_size_63{font-size:59px}
    .texto_size_64{font-size:60px}
    .texto_size_84{font-size:79px}
    .texto_size_85{font-size:80px}
    .texto_size_105{font-size:99px}
    .texto_size_106{font-size:100px}
}
@media screen and (max-width: 1218px) {
    .texto_size_62{font-size:58px}
    .texto_size_83{font-size:78px}
    .texto_size_104{font-size:98px}
}
@media screen and (max-width: 1217px) {
    .texto_size_41{font-size:38px}
    .texto_size_61{font-size:57px}
    .texto_size_82{font-size:77px}
    .texto_size_102{font-size:96px}
    .texto_size_103{font-size:97px}
}
@media screen and (max-width: 1216px) {
    .texto_size_81{font-size:76px}
    .texto_size_101{font-size:95px}
}
@media screen and (max-width: 1215px) {
    .texto_size_20{font-size:18px}
    .texto_size_40{font-size:37px}
    .texto_size_60{font-size:56px}
    .texto_size_79{font-size:74px}
    .texto_size_80{font-size:75px}
    .texto_size_99{font-size:93px}
    .texto_size_100{font-size:94px}
}
@media screen and (max-width: 1214px) {
    .texto_size_39{font-size:36px}
    .texto_size_59{font-size:55px}
    .texto_size_78{font-size:73px}
    .texto_size_97{font-size:91px}
    .texto_size_98{font-size:92px}
}
@media screen and (max-width: 1213px) {
    .texto_size_58{font-size:54px}
    .texto_size_77{font-size:72px}
    .texto_size_96{font-size:90px}
}
@media screen and (max-width: 1212px) {
    .texto_size_19{font-size:17px}
    .texto_size_38{font-size:35px}
    .texto_size_57{font-size:53px}
    .texto_size_76{font-size:71px}
    .texto_size_95{font-size:89px}
}
@media screen and (max-width: 1211px) {
    .texto_size_56{font-size:52px}
    .texto_size_75{font-size:70px}
    .texto_size_93{font-size:87px}
    .texto_size_94{font-size:88px}
}
@media screen and (max-width: 1210px) {
    .texto_size_37{font-size:34px}
    .texto_size_55{font-size:51px}
    .texto_size_74{font-size:69px}
    .texto_size_92{font-size:86px}
    .texto_size_110{font-size:103px}
}
@media screen and (max-width: 1209px) {
    .texto_size_73{font-size:68px}
    .texto_size_91{font-size:85px}
    .texto_size_109{font-size:102px}
}
@media screen and (max-width: 1208px) {
    .texto_size_18{font-size:16px}
    .texto_size_36{font-size:33px}
    .texto_size_54{font-size:50px}
    .texto_size_72{font-size:67px}
    .texto_size_89{font-size:83px}
    .texto_size_90{font-size:84px}
    .texto_size_107{font-size:100px}
    .texto_size_108{font-size:101px}
}
@media screen and (max-width: 1207px) {
    .texto_size_53{font-size:49px}
    .texto_size_71{font-size:66px}
    .texto_size_88{font-size:82px}
    .texto_size_106{font-size:99px}
}
@media screen and (max-width: 1206px) {
    .texto_size_35{font-size:32px}
    .texto_size_52{font-size:48px}
    .texto_size_70{font-size:65px}
    .texto_size_87{font-size:81px}
    .texto_size_104{font-size:97px}
    .texto_size_105{font-size:98px}
}
@media screen and (max-width: 1205px) {
    .texto_size_69{font-size:64px}
    .texto_size_86{font-size:80px}
    .texto_size_103{font-size:96px}
}
@media screen and (max-width: 1204px) {
    .texto_size_17{font-size:15px}
    .texto_size_34{font-size:31px}
    .texto_size_51{font-size:47px}
    .texto_size_68{font-size:63px}
    .texto_size_85{font-size:79px}
    .texto_size_102{font-size:95px}
}
@media screen and (max-width: 1203px) {
    .texto_size_50{font-size:46px}
    .texto_size_67{font-size:62px}
    .texto_size_84{font-size:78px}
    .texto_size_100{font-size:93px}
    .texto_size_101{font-size:94px}
}
@media screen and (max-width: 1202px) {
    .texto_size_33{font-size:30px}
    .texto_size_66{font-size:61px}
    .texto_size_83{font-size:77px}
    .texto_size_99{font-size:92px}
}
@media screen and (max-width: 1201px) {
    .texto_size_49{font-size:45px}
    .texto_size_65{font-size:60px}
    .texto_size_82{font-size:76px}
    .texto_size_98{font-size:91px}
}
@media screen and (max-width: 1200px) {
    .texto_size_81{font-size:75px}
    .texto_size_97{font-size:90px}
}
@media screen and (max-width: 1199px) {
    .texto_size_16{font-size:14px}
    .texto_size_32{font-size:29px}
    .texto_size_48{font-size:44px}
    .texto_size_64{font-size:59px}
    .texto_size_80{font-size:74px}
    .texto_size_95{font-size:88px}
    .texto_size_96{font-size:89px}
}
@media screen and (max-width: 1198px) {
    .texto_size_47{font-size:43px}
    .texto_size_63{font-size:58px}
    .texto_size_79{font-size:73px}
    .texto_size_94{font-size:87px}
    .texto_size_110{font-size:102px}
}
@media screen and (max-width: 1197px) {
    .texto_size_31{font-size:28px}
    .texto_size_62{font-size:57px}
    .texto_size_78{font-size:72px}
    .texto_size_93{font-size:86px}
    .texto_size_108{font-size:100px}
    .texto_size_109{font-size:101px}
}
@media screen and (max-width: 1196px) {
    .texto_size_46{font-size:42px}
    .texto_size_61{font-size:56px}
    .texto_size_77{font-size:71px}
    .texto_size_92{font-size:85px}
    .texto_size_107{font-size:99px}
}
@media screen and (max-width: 1195px) {
    .texto_size_76{font-size:70px}
    .texto_size_91{font-size:84px}
    .texto_size_106{font-size:98px}
}
@media screen and (max-width: 1194px) {
    .texto_size_15{font-size:13px}
    .texto_size_30{font-size:27px}
    .texto_size_45{font-size:41px}
    .texto_size_60{font-size:55px}
    .texto_size_75{font-size:69px}
    .texto_size_90{font-size:83px}
    .texto_size_105{font-size:97px}
}
@media screen and (max-width: 1193px) {
    .texto_size_59{font-size:54px}
    .texto_size_74{font-size:68px}
    .texto_size_89{font-size:82px}
    .texto_size_103{font-size:95px}
    .texto_size_104{font-size:96px}
}
@media screen and (max-width: 1192px) {
    .texto_size_44{font-size:40px}
    .texto_size_73{font-size:67px}
    .texto_size_88{font-size:81px}
    .texto_size_102{font-size:94px}
}
@media screen and (max-width: 1191px) {
    .texto_size_29{font-size:26px}
    .texto_size_58{font-size:53px}
    .texto_size_72{font-size:66px}
    .texto_size_87{font-size:80px}
    .texto_size_101{font-size:93px}
}
@media screen and (max-width: 1190px) {
    .texto_size_43{font-size:39px}
    .texto_size_57{font-size:52px}
    .texto_size_86{font-size:79px}
    .texto_size_100{font-size:92px}
}
@media screen and (max-width: 1189px) {
    .texto_size_71{font-size:65px}
    .texto_size_85{font-size:78px}
    .texto_size_99{font-size:91px}
}
@media screen and (max-width: 1188px) {
    .texto_size_14{font-size:12px}
    .texto_size_28{font-size:25px}
    .texto_size_42{font-size:38px}
    .texto_size_56{font-size:51px}
    .texto_size_70{font-size:64px}
    .texto_size_84{font-size:77px}
    .texto_size_98{font-size:90px}
}
@media screen and (max-width: 1187px) {
    .texto_size_69{font-size:63px}
    .texto_size_83{font-size:76px}
    .texto_size_97{font-size:89px}
}
@media screen and (max-width: 1186px) {
    .texto_size_41{font-size:37px}
    .texto_size_55{font-size:50px}
    .texto_size_82{font-size:75px}
    .texto_size_96{font-size:88px}
    .texto_size_109{font-size:100px}
    .texto_size_110{font-size:101px}
}
@media screen and (max-width: 1185px) {
    .texto_size_27{font-size:24px}
    .texto_size_54{font-size:49px}
    .texto_size_68{font-size:62px}
    .texto_size_81{font-size:74px}
    .texto_size_95{font-size:87px}
    .texto_size_108{font-size:99px}
}
@media screen and (max-width: 1184px) {
    .texto_size_67{font-size:61px}
    .texto_size_94{font-size:86px}
    .texto_size_107{font-size:98px}
}
@media screen and (max-width: 1183px) {
    .texto_size_40{font-size:36px}
    .texto_size_53{font-size:48px}
    .texto_size_66{font-size:60px}
    .texto_size_80{font-size:73px}
    .texto_size_93{font-size:85px}
    .texto_size_106{font-size:97px}
}
@media screen and (max-width: 1182px) {
    .texto_size_79{font-size:72px}
    .texto_size_92{font-size:84px}
    .texto_size_105{font-size:96px}
}
@media screen and (max-width: 1181px) {
    .texto_size_13{font-size:11px}
    .texto_size_26{font-size:23px}
    .texto_size_39{font-size:35px}
    .texto_size_52{font-size:47px}
    .texto_size_65{font-size:59px}
    .texto_size_78{font-size:71px}
    .texto_size_91{font-size:83px}
    .texto_size_104{font-size:95px}
}
@media screen and (max-width: 1180px) {
    .texto_size_77{font-size:70px}
    .texto_size_90{font-size:82px}
    .texto_size_103{font-size:94px}
}
@media screen and (max-width: 1179px) {
    .texto_size_51{font-size:46px}
    .texto_size_64{font-size:58px}
    .texto_size_89{font-size:81px}
    .texto_size_102{font-size:93px}
}
@media screen and (max-width: 1178px) {
    .texto_size_38{font-size:34px}
    .texto_size_63{font-size:57px}
    .texto_size_76{font-size:69px}
    .texto_size_88{font-size:80px}
    .texto_size_101{font-size:92px}
}
@media screen and (max-width: 1177px) {
    .texto_size_25{font-size:22px}
    .texto_size_50{font-size:45px}
    .texto_size_75{font-size:68px}
    .texto_size_87{font-size:79px}
    .texto_size_100{font-size:91px}
}
@media screen and (max-width: 1176px) {
    .texto_size_37{font-size:33px}
    .texto_size_62{font-size:56px}
    .texto_size_74{font-size:67px}
    .texto_size_99{font-size:90px}
}
@media screen and (max-width: 1175px) {
    .texto_size_49{font-size:44px}
    .texto_size_61{font-size:55px}
    .texto_size_86{font-size:78px}
    .texto_size_98{font-size:89px}
    .texto_size_110{font-size:100px}
}
@media screen and (max-width: 1174px) {
    .texto_size_73{font-size:66px}
    .texto_size_85{font-size:77px}
    .texto_size_97{font-size:88px}
    .texto_size_109{font-size:99px}
}
@media screen and (max-width: 1173px) {
    .texto_size_12{font-size:10px}
    .texto_size_24{font-size:21px}
    .texto_size_36{font-size:32px}
    .texto_size_48{font-size:43px}
    .texto_size_60{font-size:54px}
    .texto_size_72{font-size:65px}
    .texto_size_84{font-size:76px}
    .texto_size_96{font-size:87px}
    .texto_size_108{font-size:98px}
}
@media screen and (max-width: 1172px) {
    .texto_size_83{font-size:75px}
    .texto_size_95{font-size:86px}
    .texto_size_107{font-size:97px}
}
@media screen and (max-width: 1171px) {
    .texto_size_47{font-size:42px}
    .texto_size_59{font-size:53px}
    .texto_size_71{font-size:64px}
    .texto_size_94{font-size:85px}
    .texto_size_106{font-size:96px}
}
@media screen and (max-width: 1170px) {
    .texto_size_35{font-size:31px}
    .texto_size_70{font-size:63px}
    .texto_size_82{font-size:74px}
    .texto_size_105{font-size:95px}
}
@media screen and (max-width: 1169px) {
    .texto_size_58{font-size:52px}
    .texto_size_81{font-size:73px}
    .texto_size_93{font-size:84px}
    .texto_size_104{font-size:94px}
}
@media screen and (max-width: 1168px) {
    .texto_size_23{font-size:20px}
    .texto_size_46{font-size:41px}
    .texto_size_69{font-size:62px}
    .texto_size_92{font-size:83px}
    .texto_size_103{font-size:93px}
}
@media screen and (max-width: 1167px) {
    .texto_size_34{font-size:30px}
    .texto_size_57{font-size:51px}
    .texto_size_68{font-size:61px}
    .texto_size_80{font-size:72px}
    .texto_size_91{font-size:82px}
    .texto_size_102{font-size:92px}
}
@media screen and (max-width: 1166px) {
    .texto_size_45{font-size:40px}
    .texto_size_79{font-size:71px}
    .texto_size_90{font-size:81px}
}
@media screen and (max-width: 1165px) {
    .texto_size_56{font-size:50px}
    .texto_size_67{font-size:60px}
    .texto_size_78{font-size:70px}
    .texto_size_101{font-size:91px}
}
@media screen and (max-width: 1164px) {
    .texto_size_89{font-size:80px}
    .texto_size_100{font-size:90px}
}
@media screen and (max-width: 1163px) {
    .texto_size_11{font-size:9px}
    .texto_size_22{font-size:19px}
    .texto_size_33{font-size:29px}
    .texto_size_44{font-size:39px}
    .texto_size_55{font-size:49px}
    .texto_size_66{font-size:59px}
    .texto_size_77{font-size:69px}
    .texto_size_88{font-size:79px}
    .texto_size_99{font-size:89px}
    .texto_size_110{font-size:99px}
}
@media screen and (max-width: 1162px) {
    .texto_size_76{font-size:68px}
    .texto_size_87{font-size:78px}
    .texto_size_98{font-size:88px}
    .texto_size_109{font-size:98px}
}
@media screen and (max-width: 1161px) {
    .texto_size_54{font-size:48px}
    .texto_size_65{font-size:58px}
    .texto_size_97{font-size:87px}
    .texto_size_108{font-size:97px}
}
@media screen and (max-width: 1160px) {
    .texto_size_43{font-size:38px}
    .texto_size_75{font-size:67px}
    .texto_size_86{font-size:77px}
    .texto_size_107{font-size:96px}
}
@media screen and (max-width: 1159px) {
    .texto_size_32{font-size:28px}
    .texto_size_53{font-size:47px}
    .texto_size_64{font-size:57px}
    .texto_size_85{font-size:76px}
    .texto_size_96{font-size:86px}
    .texto_size_106{font-size:95px}
}
@media screen and (max-width: 1158px) {
    .texto_size_21{font-size:18px}
    .texto_size_42{font-size:37px}
    .texto_size_63{font-size:56px}
    .texto_size_74{font-size:66px}
    .texto_size_84{font-size:75px}
    .texto_size_95{font-size:85px}
    .texto_size_105{font-size:94px}
}
@media screen and (max-width: 1157px) {
    .texto_size_73{font-size:65px}
    .texto_size_94{font-size:84px}
}
@media screen and (max-width: 1156px) {
    .texto_size_31{font-size:27px}
    .texto_size_52{font-size:46px}
    .texto_size_62{font-size:55px}
    .texto_size_83{font-size:74px}
    .texto_size_93{font-size:83px}
    .texto_size_104{font-size:93px}
}
@media screen and (max-width: 1155px) {
    .texto_size_41{font-size:36px}
    .texto_size_72{font-size:64px}
    .texto_size_82{font-size:73px}
    .texto_size_103{font-size:92px}
}
@media screen and (max-width: 1154px) {
    .texto_size_51{font-size:45px}
    .texto_size_61{font-size:54px}
    .texto_size_92{font-size:82px}
    .texto_size_102{font-size:91px}
}
@media screen and (max-width: 1153px) {
    .texto_size_71{font-size:63px}
    .texto_size_81{font-size:72px}
    .texto_size_91{font-size:81px}
    .texto_size_101{font-size:90px}
}
@media screen and (max-width: 1152px) {
}
@media screen and (max-width: 1151px) {
    .texto_size_10{font-size:8px}
    .texto_size_20{font-size:17px}
    .texto_size_30{font-size:26px}
    .texto_size_40{font-size:35px}
    .texto_size_50{font-size:44px}
    .texto_size_60{font-size:53px}
    .texto_size_70{font-size:62px}
    .texto_size_80{font-size:71px}
    .texto_size_90{font-size:80px}
    .texto_size_100{font-size:89px}
    .texto_size_110{font-size:98px}
}
@media screen and (max-width: 1150px) {
    .texto_size_69{font-size:61px}
    .texto_size_79{font-size:70px}
    .texto_size_89{font-size:79px}
    .texto_size_99{font-size:88px}
    .texto_size_109{font-size:97px}
}
@media screen and (max-width: 1149px) {
    .texto_size_49{font-size:43px}
    .texto_size_59{font-size:52px}
    .texto_size_88{font-size:78px}
    .texto_size_98{font-size:87px}
    .texto_size_108{font-size:96px}
}
@media screen and (max-width: 1148px) {
    .texto_size_39{font-size:34px}
    .texto_size_68{font-size:60px}
    .texto_size_78{font-size:69px}
    .texto_size_97{font-size:86px}
    .texto_size_107{font-size:95px}
}
@media screen and (max-width: 1147px) {
    .texto_size_29{font-size:25px}
    .texto_size_58{font-size:51px}
    .texto_size_77{font-size:68px}
    .texto_size_87{font-size:77px}
    .texto_size_106{font-size:94px}
}
@media screen and (max-width: 1146px) {
    .texto_size_48{font-size:42px}
    .texto_size_67{font-size:59px}
    .texto_size_86{font-size:76px}
    .texto_size_96{font-size:85px}
}
@media screen and (max-width: 1145px) {
    .texto_size_19{font-size:16px}
    .texto_size_38{font-size:33px}
    .texto_size_57{font-size:50px}
    .texto_size_76{font-size:67px}
    .texto_size_95{font-size:84px}
    .texto_size_105{font-size:93px}
}
@media screen and (max-width: 1144px) {
    .texto_size_66{font-size:58px}
    .texto_size_85{font-size:75px}
    .texto_size_104{font-size:92px}
}
@media screen and (max-width: 1143px) {
    .texto_size_47{font-size:41px}
    .texto_size_75{font-size:66px}
    .texto_size_94{font-size:83px}
    .texto_size_103{font-size:91px}
}
@media screen and (max-width: 1142px) {
    .texto_size_28{font-size:24px}
    .texto_size_56{font-size:49px}
    .texto_size_65{font-size:57px}
    .texto_size_84{font-size:74px}
    .texto_size_93{font-size:82px}
}
@media screen and (max-width: 1141px) {
    .texto_size_37{font-size:32px}
    .texto_size_74{font-size:65px}
    .texto_size_83{font-size:73px}
    .texto_size_102{font-size:90px}
}
@media screen and (max-width: 1140px) {
    .texto_size_46{font-size:40px}
    .texto_size_55{font-size:48px}
    .texto_size_92{font-size:81px}
    .texto_size_101{font-size:89px}
    .texto_size_110{font-size:97px}
}
@media screen and (max-width: 1139px) {
    .texto_size_64{font-size:56px}
    .texto_size_73{font-size:64px}
    .texto_size_82{font-size:72px}
    .texto_size_91{font-size:80px}
    .texto_size_100{font-size:88px}
    .texto_size_109{font-size:96px}
}
@media screen and (max-width: 1138px) {
}
@media screen and (max-width: 1137px) {
    .texto_size_9{font-size:7px}
    .texto_size_18{font-size:15px}
    .texto_size_27{font-size:23px}
    .texto_size_36{font-size:31px}
    .texto_size_45{font-size:39px}
    .texto_size_54{font-size:47px}
    .texto_size_63{font-size:55px}
    .texto_size_72{font-size:63px}
    .texto_size_81{font-size:71px}
    .texto_size_90{font-size:79px}
    .texto_size_99{font-size:87px}
    .texto_size_108{font-size:95px}
}
@media screen and (max-width: 1136px) {
    .texto_size_89{font-size:78px}
    .texto_size_98{font-size:86px}
    .texto_size_107{font-size:94px}
}
@media screen and (max-width: 1135px) {
    .texto_size_53{font-size:46px}
    .texto_size_62{font-size:54px}
    .texto_size_71{font-size:62px}
    .texto_size_80{font-size:70px}
    .texto_size_106{font-size:93px}
}
@media screen and (max-width: 1134px) {
    .texto_size_44{font-size:38px}
    .texto_size_79{font-size:69px}
    .texto_size_88{font-size:77px}
    .texto_size_97{font-size:85px}
}
@media screen and (max-width: 1133px) {
    .texto_size_35{font-size:30px}
    .texto_size_61{font-size:53px}
    .texto_size_70{font-size:61px}
    .texto_size_96{font-size:84px}
    .texto_size_105{font-size:92px}
}
@media screen and (max-width: 1132px) {
    .texto_size_26{font-size:22px}
    .texto_size_52{font-size:45px}
    .texto_size_78{font-size:68px}
    .texto_size_87{font-size:76px}
    .texto_size_104{font-size:91px}
}
@media screen and (max-width: 1131px) {
    .texto_size_43{font-size:37px}
    .texto_size_69{font-size:60px}
    .texto_size_86{font-size:75px}
    .texto_size_95{font-size:83px}
}
@media screen and (max-width: 1130px) {
    .texto_size_60{font-size:52px}
    .texto_size_77{font-size:67px}
    .texto_size_94{font-size:82px}
    .texto_size_103{font-size:90px}
}
@media screen and (max-width: 1129px) {
    .texto_size_17{font-size:14px}
    .texto_size_34{font-size:29px}
    .texto_size_51{font-size:44px}
    .texto_size_68{font-size:59px}
    .texto_size_85{font-size:74px}
    .texto_size_102{font-size:89px}
}
@media screen and (max-width: 1128px) {
    .texto_size_59{font-size:51px}
    .texto_size_76{font-size:66px}
    .texto_size_93{font-size:81px}
    .texto_size_110{font-size:96px}
}
@media screen and (max-width: 1127px) {
    .texto_size_42{font-size:36px}
    .texto_size_67{font-size:58px}
    .texto_size_84{font-size:73px}
    .texto_size_101{font-size:88px}
    .texto_size_109{font-size:95px}
}
@media screen and (max-width: 1126px) {
    .texto_size_25{font-size:21px}
    .texto_size_50{font-size:43px}
    .texto_size_75{font-size:65px}
    .texto_size_92{font-size:80px}
    .texto_size_100{font-size:87px}
}
@media screen and (max-width: 1125px) {
    .texto_size_58{font-size:50px}
    .texto_size_83{font-size:72px}
    .texto_size_91{font-size:79px}
    .texto_size_108{font-size:94px}
}
@media screen and (max-width: 1124px) {
    .texto_size_33{font-size:28px}
    .texto_size_66{font-size:57px}
    .texto_size_74{font-size:64px}
    .texto_size_99{font-size:86px}
    .texto_size_107{font-size:93px}
}
@media screen and (max-width: 1123px) {
    .texto_size_41{font-size:35px}
    .texto_size_49{font-size:42px}
    .texto_size_82{font-size:71px}
    .texto_size_90{font-size:78px}
    .texto_size_98{font-size:85px}
    .texto_size_106{font-size:92px}
}
@media screen and (max-width: 1122px) {
    .texto_size_57{font-size:49px}
    .texto_size_65{font-size:56px}
    .texto_size_73{font-size:63px}
}
@media screen and (max-width: 1121px) {
    .texto_size_81{font-size:70px}
    .texto_size_89{font-size:77px}
    .texto_size_97{font-size:84px}
    .texto_size_105{font-size:91px}
}
@media screen and (max-width: 1120px) {
}
@media screen and (max-width: 1119px) {
    .texto_size_8{font-size:6px}
    .texto_size_16{font-size:13px}
    .texto_size_24{font-size:20px}
    .texto_size_32{font-size:27px}
    .texto_size_40{font-size:34px}
    .texto_size_48{font-size:41px}
    .texto_size_56{font-size:48px}
    .texto_size_64{font-size:55px}
    .texto_size_72{font-size:62px}
    .texto_size_80{font-size:69px}
    .texto_size_88{font-size:76px}
    .texto_size_96{font-size:83px}
    .texto_size_104{font-size:90px}
}
@media screen and (max-width: 1118px) {
    .texto_size_87{font-size:75px}
    .texto_size_95{font-size:82px}
    .texto_size_103{font-size:89px}
}
@media screen and (max-width: 1117px) {
    .texto_size_55{font-size:47px}
    .texto_size_63{font-size:54px}
    .texto_size_71{font-size:61px}
    .texto_size_79{font-size:68px}
    .texto_size_110{font-size:95px}
}
@media screen and (max-width: 1116px) {
    .texto_size_47{font-size:40px}
    .texto_size_86{font-size:74px}
    .texto_size_94{font-size:81px}
    .texto_size_102{font-size:88px}
}
@media screen and (max-width: 1115px) {
    .texto_size_39{font-size:33px}
    .texto_size_70{font-size:60px}
    .texto_size_78{font-size:67px}
    .texto_size_101{font-size:87px}
    .texto_size_109{font-size:94px}
}
@media screen and (max-width: 1114px) {
    .texto_size_31{font-size:26px}
    .texto_size_54{font-size:46px}
    .texto_size_62{font-size:53px}
    .texto_size_85{font-size:73px}
    .texto_size_93{font-size:80px}
    .texto_size_108{font-size:93px}
}
@media screen and (max-width: 1113px) {
    .texto_size_23{font-size:19px}
    .texto_size_46{font-size:39px}
    .texto_size_69{font-size:59px}
    .texto_size_77{font-size:66px}
    .texto_size_92{font-size:79px}
    .texto_size_100{font-size:86px}
}
@media screen and (max-width: 1112px) {
    .texto_size_61{font-size:52px}
    .texto_size_84{font-size:72px}
    .texto_size_107{font-size:92px}
}
@media screen and (max-width: 1111px) {
    .texto_size_38{font-size:32px}
    .texto_size_76{font-size:65px}
    .texto_size_91{font-size:78px}
    .texto_size_99{font-size:85px}
}
@media screen and (max-width: 1110px) {
    .texto_size_53{font-size:45px}
    .texto_size_68{font-size:58px}
    .texto_size_83{font-size:71px}
    .texto_size_98{font-size:84px}
    .texto_size_106{font-size:91px}
}
@media screen and (max-width: 1109px) {
    .texto_size_15{font-size:12px}
    .texto_size_30{font-size:25px}
    .texto_size_45{font-size:38px}
    .texto_size_60{font-size:51px}
    .texto_size_75{font-size:64px}
    .texto_size_90{font-size:77px}
    .texto_size_105{font-size:90px}
}
@media screen and (max-width: 1108px) {
    .texto_size_67{font-size:57px}
    .texto_size_82{font-size:70px}
    .texto_size_97{font-size:83px}
}
@media screen and (max-width: 1107px) {
    .texto_size_37{font-size:31px}
    .texto_size_52{font-size:44px}
    .texto_size_74{font-size:63px}
    .texto_size_89{font-size:76px}
    .texto_size_104{font-size:89px}
}
@media screen and (max-width: 1106px) {
    .texto_size_59{font-size:50px}
    .texto_size_81{font-size:69px}
    .texto_size_96{font-size:82px}
    .texto_size_103{font-size:88px}
}
@media screen and (max-width: 1105px) {
    .texto_size_22{font-size:18px}
    .texto_size_44{font-size:37px}
    .texto_size_66{font-size:56px}
    .texto_size_88{font-size:75px}
    .texto_size_110{font-size:94px}
}
@media screen and (max-width: 1104px) {
    .texto_size_51{font-size:43px}
    .texto_size_73{font-size:62px}
    .texto_size_95{font-size:81px}
    .texto_size_102{font-size:87px}
}
@media screen and (max-width: 1103px) {
    .texto_size_29{font-size:24px}
    .texto_size_58{font-size:49px}
    .texto_size_80{font-size:68px}
    .texto_size_87{font-size:74px}
    .texto_size_109{font-size:93px}
}
@media screen and (max-width: 1102px) {
    .texto_size_36{font-size:30px}
    .texto_size_65{font-size:55px}
    .texto_size_72{font-size:61px}
    .texto_size_94{font-size:80px}
    .texto_size_101{font-size:86px}
    .texto_size_108{font-size:92px}
}
@media screen and (max-width: 1101px) {
    .texto_size_43{font-size:36px}
    .texto_size_79{font-size:67px}
    .texto_size_86{font-size:73px}
    .texto_size_93{font-size:79px}
}
@media screen and (max-width: 1100px) {
    .texto_size_50{font-size:42px}
    .texto_size_57{font-size:48px}
    .texto_size_100{font-size:85px}
    .texto_size_107{font-size:91px}
}
@media screen and (max-width: 1099px) {
    .texto_size_64{font-size:54px}
    .texto_size_71{font-size:60px}
    .texto_size_78{font-size:66px}
    .texto_size_85{font-size:72px}
    .texto_size_92{font-size:78px}
}
@media screen and (max-width: 1098px) {
    .texto_size_99{font-size:84px}
    .texto_size_106{font-size:90px}
}
@media screen and (max-width: 1097px) {
    .texto_size_14{font-size:11px}
    .texto_size_21{font-size:17px}
    .texto_size_28{font-size:23px}
    .texto_size_35{font-size:29px}
    .texto_size_42{font-size:35px}
    .texto_size_49{font-size:41px}
    .texto_size_56{font-size:47px}
    .texto_size_63{font-size:53px}
    .texto_size_70{font-size:59px}
    .texto_size_77{font-size:65px}
    .texto_size_84{font-size:71px}
    .texto_size_91{font-size:77px}
    .texto_size_98{font-size:83px}
    .texto_size_105{font-size:89px}
}
@media screen and (max-width: 1096px) {
}
@media screen and (max-width: 1095px) {
    .texto_size_90{font-size:76px}
    .texto_size_97{font-size:82px}
    .texto_size_104{font-size:88px}
}
@media screen and (max-width: 1094px) {
    .texto_size_62{font-size:52px}
    .texto_size_69{font-size:58px}
    .texto_size_76{font-size:64px}
    .texto_size_83{font-size:70px}
}
@media screen and (max-width: 1093px) {
    .texto_size_48{font-size:40px}
    .texto_size_55{font-size:46px}
    .texto_size_89{font-size:75px}
    .texto_size_96{font-size:81px}
    .texto_size_103{font-size:87px}
    .texto_size_110{font-size:93px}
}
@media screen and (max-width: 1092px) {
    .texto_size_41{font-size:34px}
    .texto_size_75{font-size:63px}
    .texto_size_82{font-size:69px}
    .texto_size_109{font-size:92px}
}
@media screen and (max-width: 1091px) {
    .texto_size_34{font-size:28px}
    .texto_size_61{font-size:51px}
    .texto_size_68{font-size:57px}
    .texto_size_95{font-size:80px}
    .texto_size_102{font-size:86px}
}
@media screen and (max-width: 1090px) {
    .texto_size_27{font-size:22px}
    .texto_size_54{font-size:45px}
    .texto_size_81{font-size:68px}
    .texto_size_88{font-size:74px}
    .texto_size_108{font-size:91px}
}
@media screen and (max-width: 1089px) {
    .texto_size_47{font-size:39px}
    .texto_size_74{font-size:62px}
    .texto_size_94{font-size:79px}
    .texto_size_101{font-size:85px}
}
@media screen and (max-width: 1088px) {
    .texto_size_67{font-size:56px}
    .texto_size_87{font-size:73px}
    .texto_size_107{font-size:90px}
}
@media screen and (max-width: 1087px) {
    .texto_size_20{font-size:16px}
    .texto_size_40{font-size:33px}
    .texto_size_60{font-size:50px}
    .texto_size_73{font-size:61px}
    .texto_size_80{font-size:67px}
    .texto_size_93{font-size:78px}
    .texto_size_100{font-size:84px}
}
@media screen and (max-width: 1086px) {
    .texto_size_33{font-size:27px}
    .texto_size_53{font-size:44px}
    .texto_size_66{font-size:55px}
    .texto_size_86{font-size:72px}
    .texto_size_99{font-size:83px}
    .texto_size_106{font-size:89px}
}
@media screen and (max-width: 1085px) {
    .texto_size_46{font-size:38px}
    .texto_size_79{font-size:66px}
    .texto_size_92{font-size:77px}
}
@media screen and (max-width: 1084px) {
    .texto_size_59{font-size:49px}
    .texto_size_72{font-size:60px}
    .texto_size_85{font-size:71px}
    .texto_size_98{font-size:82px}
    .texto_size_105{font-size:88px}
}
@media screen and (max-width: 1083px) {
    .texto_size_13{font-size:10px}
    .texto_size_26{font-size:21px}
    .texto_size_39{font-size:32px}
    .texto_size_52{font-size:43px}
    .texto_size_65{font-size:54px}
    .texto_size_78{font-size:65px}
    .texto_size_91{font-size:76px}
    .texto_size_104{font-size:87px}
}
@media screen and (max-width: 1082px) {
    .texto_size_97{font-size:81px}
    .texto_size_110{font-size:92px}
}
@media screen and (max-width: 1081px) {
    .texto_size_58{font-size:48px}
    .texto_size_71{font-size:59px}
    .texto_size_84{font-size:70px}
    .texto_size_103{font-size:86px}
}
@media screen and (max-width: 1080px) {
    .texto_size_45{font-size:37px}
    .texto_size_77{font-size:64px}
    .texto_size_90{font-size:75px}
    .texto_size_109{font-size:91px}
}
@media screen and (max-width: 1079px) {
    .texto_size_32{font-size:26px}
    .texto_size_51{font-size:42px}
    .texto_size_64{font-size:53px}
    .texto_size_83{font-size:69px}
    .texto_size_96{font-size:80px}
    .texto_size_102{font-size:85px}
}
@media screen and (max-width: 1078px) {
    .texto_size_70{font-size:58px}
    .texto_size_89{font-size:74px}
    .texto_size_108{font-size:90px}
}
@media screen and (max-width: 1077px) {
    .texto_size_19{font-size:15px}
    .texto_size_38{font-size:31px}
    .texto_size_57{font-size:47px}
    .texto_size_76{font-size:63px}
    .texto_size_82{font-size:68px}
    .texto_size_95{font-size:79px}
    .texto_size_101{font-size:84px}
}
@media screen and (max-width: 1076px) {
    .texto_size_44{font-size:36px}
    .texto_size_63{font-size:52px}
    .texto_size_88{font-size:73px}
    .texto_size_107{font-size:89px}
}
@media screen and (max-width: 1075px) {
    .texto_size_25{font-size:20px}
    .texto_size_50{font-size:41px}
    .texto_size_69{font-size:57px}
    .texto_size_75{font-size:62px}
    .texto_size_94{font-size:78px}
    .texto_size_100{font-size:83px}
}
@media screen and (max-width: 1074px) {
    .texto_size_56{font-size:46px}
    .texto_size_81{font-size:67px}
    .texto_size_87{font-size:72px}
    .texto_size_106{font-size:88px}
}
@media screen and (max-width: 1073px) {
    .texto_size_31{font-size:25px}
    .texto_size_62{font-size:51px}
    .texto_size_93{font-size:77px}
    .texto_size_99{font-size:82px}
}
@media screen and (max-width: 1072px) {
    .texto_size_37{font-size:30px}
    .texto_size_68{font-size:56px}
    .texto_size_74{font-size:61px}
    .texto_size_105{font-size:87px}
}
@media screen and (max-width: 1071px) {
    .texto_size_43{font-size:35px}
    .texto_size_49{font-size:40px}
    .texto_size_80{font-size:66px}
    .texto_size_86{font-size:71px}
    .texto_size_92{font-size:76px}
    .texto_size_98{font-size:81px}
}
@media screen and (max-width: 1070px) {
    .texto_size_55{font-size:45px}
    .texto_size_61{font-size:50px}
    .texto_size_104{font-size:86px}
    .texto_size_110{font-size:91px}
}
@media screen and (max-width: 1069px) {
    .texto_size_67{font-size:55px}
    .texto_size_73{font-size:60px}
    .texto_size_79{font-size:65px}
    .texto_size_85{font-size:70px}
    .texto_size_91{font-size:75px}
}
@media screen and (max-width: 1068px) {
    .texto_size_97{font-size:80px}
    .texto_size_103{font-size:85px}
    .texto_size_109{font-size:90px}
}
@media screen and (max-width: 1067px) {
}
@media screen and (max-width: 1066px) {
    .texto_size_12{font-size:9px}
    .texto_size_18{font-size:14px}
    .texto_size_24{font-size:19px}
    .texto_size_30{font-size:24px}
    .texto_size_36{font-size:29px}
    .texto_size_42{font-size:34px}
    .texto_size_48{font-size:39px}
    .texto_size_54{font-size:44px}
    .texto_size_60{font-size:49px}
    .texto_size_66{font-size:54px}
    .texto_size_72{font-size:59px}
    .texto_size_78{font-size:64px}
    .texto_size_84{font-size:69px}
    .texto_size_90{font-size:74px}
    .texto_size_96{font-size:79px}
    .texto_size_102{font-size:84px}
    .texto_size_108{font-size:89px}
}
@media screen and (max-width: 1065px) {
}
@media screen and (max-width: 1064px) {
    .texto_size_83{font-size:68px}
    .texto_size_89{font-size:73px}
    .texto_size_95{font-size:78px}
    .texto_size_101{font-size:83px}
    .texto_size_107{font-size:88px}
}
@media screen and (max-width: 1063px) {
    .texto_size_59{font-size:48px}
    .texto_size_65{font-size:53px}
    .texto_size_71{font-size:58px}
    .texto_size_77{font-size:63px}
}
@media screen and (max-width: 1062px) {
    .texto_size_47{font-size:38px}
    .texto_size_53{font-size:43px}
    .texto_size_94{font-size:77px}
    .texto_size_100{font-size:82px}
    .texto_size_106{font-size:87px}
}
@media screen and (max-width: 1061px) {
    .texto_size_41{font-size:33px}
    .texto_size_76{font-size:62px}
    .texto_size_82{font-size:67px}
    .texto_size_88{font-size:72px}
}
@media screen and (max-width: 1060px) {
    .texto_size_35{font-size:28px}
    .texto_size_70{font-size:57px}
    .texto_size_99{font-size:81px}
    .texto_size_105{font-size:86px}
}
@media screen and (max-width: 1059px) {
    .texto_size_29{font-size:23px}
    .texto_size_58{font-size:47px}
    .texto_size_64{font-size:52px}
    .texto_size_87{font-size:71px}
    .texto_size_93{font-size:76px}
}
@media screen and (max-width: 1058px) {
    .texto_size_52{font-size:42px}
    .texto_size_75{font-size:61px}
    .texto_size_81{font-size:66px}
    .texto_size_104{font-size:85px}
    .texto_size_110{font-size:90px}
}
@media screen and (max-width: 1057px) {
    .texto_size_23{font-size:18px}
    .texto_size_46{font-size:37px}
    .texto_size_69{font-size:56px}
    .texto_size_92{font-size:75px}
    .texto_size_98{font-size:80px}
}
@media screen and (max-width: 1056px) {
    .texto_size_63{font-size:51px}
    .texto_size_86{font-size:70px}
    .texto_size_103{font-size:84px}
    .texto_size_109{font-size:89px}
}
@media screen and (max-width: 1055px) {
    .texto_size_40{font-size:32px}
    .texto_size_57{font-size:46px}
    .texto_size_74{font-size:60px}
    .texto_size_80{font-size:65px}
    .texto_size_97{font-size:79px}
}
@media screen and (max-width: 1054px) {
    .texto_size_17{font-size:13px}
    .texto_size_34{font-size:27px}
    .texto_size_51{font-size:41px}
    .texto_size_68{font-size:55px}
    .texto_size_85{font-size:69px}
    .texto_size_91{font-size:74px}
    .texto_size_102{font-size:83px}
    .texto_size_108{font-size:88px}
}
@media screen and (max-width: 1053px) {
    .texto_size_79{font-size:64px}
    .texto_size_96{font-size:78px}
}
@media screen and (max-width: 1052px) {
    .texto_size_45{font-size:36px}
    .texto_size_62{font-size:50px}
    .texto_size_73{font-size:59px}
    .texto_size_90{font-size:73px}
    .texto_size_107{font-size:87px}
}
@media screen and (max-width: 1051px) {
    .texto_size_28{font-size:22px}
    .texto_size_56{font-size:45px}
    .texto_size_84{font-size:68px}
    .texto_size_101{font-size:82px}
}
@media screen and (max-width: 1050px) {
    .texto_size_39{font-size:31px}
    .texto_size_67{font-size:54px}
    .texto_size_78{font-size:63px}
    .texto_size_95{font-size:77px}
    .texto_size_106{font-size:86px}
}
@media screen and (max-width: 1049px) {
    .texto_size_50{font-size:40px}
    .texto_size_61{font-size:49px}
    .texto_size_89{font-size:72px}
    .texto_size_100{font-size:81px}
}
@media screen and (max-width: 1048px) {
    .texto_size_72{font-size:58px}
    .texto_size_83{font-size:67px}
    .texto_size_94{font-size:76px}
    .texto_size_105{font-size:85px}
}
@media screen and (max-width: 1047px) {
    .texto_size_11{font-size:8px}
    .texto_size_22{font-size:17px}
    .texto_size_33{font-size:26px}
    .texto_size_44{font-size:35px}
    .texto_size_55{font-size:44px}
    .texto_size_66{font-size:53px}
    .texto_size_77{font-size:62px}
    .texto_size_88{font-size:71px}
    .texto_size_99{font-size:80px}
    .texto_size_110{font-size:89px}
}
@media screen and (max-width: 1046px) {
    .texto_size_93{font-size:75px}
    .texto_size_104{font-size:84px}
}
@media screen and (max-width: 1045px) {
    .texto_size_60{font-size:48px}
    .texto_size_71{font-size:57px}
    .texto_size_82{font-size:66px}
    .texto_size_109{font-size:88px}
}
@media screen and (max-width: 1044px) {
    .texto_size_38{font-size:30px}
    .texto_size_49{font-size:39px}
    .texto_size_76{font-size:61px}
    .texto_size_87{font-size:70px}
    .texto_size_98{font-size:79px}
}
@media screen and (max-width: 1043px) {
    .texto_size_65{font-size:52px}
    .texto_size_92{font-size:74px}
    .texto_size_103{font-size:83px}
}
@media screen and (max-width: 1042px) {
    .texto_size_27{font-size:21px}
    .texto_size_54{font-size:43px}
    .texto_size_70{font-size:56px}
    .texto_size_81{font-size:65px}
    .texto_size_97{font-size:78px}
    .texto_size_108{font-size:87px}
}
@media screen and (max-width: 1041px) {
    .texto_size_43{font-size:34px}
    .texto_size_59{font-size:47px}
    .texto_size_75{font-size:60px}
    .texto_size_86{font-size:69px}
    .texto_size_102{font-size:82px}
}
@media screen and (max-width: 1040px) {
    .texto_size_91{font-size:73px}
    .texto_size_107{font-size:86px}
}
@media screen and (max-width: 1039px) {
    .texto_size_16{font-size:12px}
    .texto_size_32{font-size:25px}
    .texto_size_48{font-size:38px}
    .texto_size_64{font-size:51px}
    .texto_size_80{font-size:64px}
    .texto_size_85{font-size:68px}
    .texto_size_96{font-size:77px}
    .texto_size_101{font-size:81px}
}
@media screen and (max-width: 1038px) {
    .texto_size_53{font-size:42px}
    .texto_size_69{font-size:55px}
    .texto_size_90{font-size:72px}
    .texto_size_106{font-size:85px}
}
@media screen and (max-width: 1037px) {
    .texto_size_37{font-size:29px}
    .texto_size_58{font-size:46px}
    .texto_size_74{font-size:59px}
    .texto_size_95{font-size:76px}
}
@media screen and (max-width: 1036px) {
    .texto_size_21{font-size:16px}
    .texto_size_42{font-size:33px}
    .texto_size_63{font-size:50px}
    .texto_size_79{font-size:63px}
    .texto_size_84{font-size:67px}
    .texto_size_100{font-size:80px}
    .texto_size_105{font-size:84px}
}
@media screen and (max-width: 1035px) {
    .texto_size_68{font-size:54px}
    .texto_size_89{font-size:71px}
    .texto_size_110{font-size:88px}
}
@media screen and (max-width: 1034px) {
    .texto_size_47{font-size:37px}
    .texto_size_73{font-size:58px}
    .texto_size_94{font-size:75px}
    .texto_size_99{font-size:79px}
}
@media screen and (max-width: 1033px) {
    .texto_size_26{font-size:20px}
    .texto_size_52{font-size:41px}
    .texto_size_78{font-size:62px}
    .texto_size_83{font-size:66px}
    .texto_size_104{font-size:83px}
    .texto_size_109{font-size:87px}
}
@media screen and (max-width: 1032px) {
    .texto_size_31{font-size:24px}
    .texto_size_57{font-size:45px}
    .texto_size_62{font-size:49px}
    .texto_size_88{font-size:70px}
    .texto_size_93{font-size:74px}
}
@media screen and (max-width: 1031px) {
    .texto_size_36{font-size:28px}
    .texto_size_67{font-size:53px}
    .texto_size_72{font-size:57px}
    .texto_size_98{font-size:78px}
    .texto_size_103{font-size:82px}
    .texto_size_108{font-size:86px}
}
@media screen and (max-width: 1030px) {
    .texto_size_41{font-size:32px}
    .texto_size_77{font-size:61px}
    .texto_size_82{font-size:65px}
}
@media screen and (max-width: 1029px) {
    .texto_size_46{font-size:36px}
    .texto_size_51{font-size:40px}
    .texto_size_87{font-size:69px}
    .texto_size_92{font-size:73px}
    .texto_size_97{font-size:77px}
    .texto_size_102{font-size:81px}
}
@media screen and (max-width: 1028px) {
    .texto_size_56{font-size:44px}
    .texto_size_61{font-size:48px}
    .texto_size_107{font-size:85px}
}
@media screen and (max-width: 1027px) {
    .texto_size_66{font-size:52px}
    .texto_size_71{font-size:56px}
    .texto_size_76{font-size:60px}
    .texto_size_81{font-size:64px}
}
@media screen and (max-width: 1026px) {
    .texto_size_86{font-size:68px}
    .texto_size_91{font-size:72px}
    .texto_size_96{font-size:76px}
    .texto_size_101{font-size:80px}
    .texto_size_106{font-size:84px}
}
@media screen and (max-width: 1025px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1023px) {
    .texto_size_10{font-size:7px}
    .texto_size_15{font-size:11px}
    .texto_size_20{font-size:15px}
    .texto_size_25{font-size:19px}
    .texto_size_30{font-size:23px}
    .texto_size_35{font-size:27px}
    .texto_size_40{font-size:31px}
    .texto_size_45{font-size:35px}
    .texto_size_50{font-size:39px}
    .texto_size_55{font-size:43px}
    .texto_size_60{font-size:47px}
    .texto_size_65{font-size:51px}
    .texto_size_70{font-size:55px}
    .texto_size_75{font-size:59px}
    .texto_size_80{font-size:63px}
    .texto_size_85{font-size:67px}
    .texto_size_90{font-size:71px}
    .texto_size_95{font-size:75px}
    .texto_size_100{font-size:79px}
    .texto_size_105{font-size:83px}
    .texto_size_110{font-size:87px}
}
@media screen and (max-width: 1022px) {
}
@media screen and (max-width: 1021px) {
    .texto_size_89{font-size:70px}
    .texto_size_94{font-size:74px}
    .texto_size_99{font-size:78px}
    .texto_size_104{font-size:82px}
    .texto_size_109{font-size:86px}
}
@media screen and (max-width: 1020px) {
    .texto_size_69{font-size:54px}
    .texto_size_74{font-size:58px}
    .texto_size_79{font-size:62px}
    .texto_size_84{font-size:66px}
}
@media screen and (max-width: 1019px) {
    .texto_size_54{font-size:42px}
    .texto_size_59{font-size:46px}
    .texto_size_64{font-size:50px}
    .texto_size_103{font-size:81px}
    .texto_size_108{font-size:85px}
}
@media screen and (max-width: 1018px) {
    .texto_size_44{font-size:34px}
    .texto_size_49{font-size:38px}
    .texto_size_88{font-size:69px}
    .texto_size_93{font-size:73px}
    .texto_size_98{font-size:77px}
}
@media screen and (max-width: 1017px) {
    .texto_size_39{font-size:30px}
    .texto_size_78{font-size:61px}
    .texto_size_83{font-size:65px}
}
@media screen and (max-width: 1016px) {
    .texto_size_34{font-size:26px}
    .texto_size_68{font-size:53px}
    .texto_size_73{font-size:57px}
    .texto_size_97{font-size:76px}
    .texto_size_102{font-size:80px}
    .texto_size_107{font-size:84px}
}
@media screen and (max-width: 1015px) {
    .texto_size_29{font-size:22px}
    .texto_size_58{font-size:45px}
    .texto_size_63{font-size:49px}
    .texto_size_87{font-size:68px}
    .texto_size_92{font-size:72px}
}
@media screen and (max-width: 1014px) {
    .texto_size_53{font-size:41px}
    .texto_size_77{font-size:60px}
    .texto_size_82{font-size:64px}
    .texto_size_106{font-size:83px}
}
@media screen and (max-width: 1013px) {
    .texto_size_24{font-size:18px}
    .texto_size_48{font-size:37px}
    .texto_size_72{font-size:56px}
    .texto_size_96{font-size:75px}
    .texto_size_101{font-size:79px}
}
@media screen and (max-width: 1012px) {
    .texto_size_43{font-size:33px}
    .texto_size_67{font-size:52px}
    .texto_size_86{font-size:67px}
    .texto_size_91{font-size:71px}
    .texto_size_110{font-size:86px}
}
@media screen and (max-width: 1011px) {
    .texto_size_62{font-size:48px}
    .texto_size_81{font-size:63px}
    .texto_size_100{font-size:78px}
    .texto_size_105{font-size:82px}
}
@media screen and (max-width: 1010px) {
    .texto_size_19{font-size:14px}
    .texto_size_38{font-size:29px}
    .texto_size_57{font-size:44px}
    .texto_size_76{font-size:59px}
    .texto_size_95{font-size:74px}
}
@media screen and (max-width: 1009px) {
    .texto_size_52{font-size:40px}
    .texto_size_71{font-size:55px}
    .texto_size_90{font-size:70px}
    .texto_size_104{font-size:81px}
    .texto_size_109{font-size:85px}
}
@media screen and (max-width: 1008px) {
    .texto_size_33{font-size:25px}
    .texto_size_66{font-size:51px}
    .texto_size_85{font-size:66px}
    .texto_size_99{font-size:77px}
}
@media screen and (max-width: 1007px) {
    .texto_size_47{font-size:36px}
    .texto_size_61{font-size:47px}
    .texto_size_80{font-size:62px}
    .texto_size_94{font-size:73px}
    .texto_size_108{font-size:84px}
}
@media screen and (max-width: 1006px) {
    .texto_size_75{font-size:58px}
    .texto_size_89{font-size:69px}
    .texto_size_103{font-size:80px}
}
@media screen and (max-width: 1005px) {
    .texto_size_14{font-size:10px}
    .texto_size_28{font-size:21px}
    .texto_size_42{font-size:32px}
    .texto_size_56{font-size:43px}
    .texto_size_70{font-size:54px}
    .texto_size_84{font-size:65px}
    .texto_size_98{font-size:76px}
}
@media screen and (max-width: 1004px) {
    .texto_size_65{font-size:50px}
    .texto_size_79{font-size:61px}
    .texto_size_93{font-size:72px}
    .texto_size_107{font-size:83px}
}
@media screen and (max-width: 1003px) {
    .texto_size_37{font-size:28px}
    .texto_size_51{font-size:39px}
    .texto_size_74{font-size:57px}
    .texto_size_88{font-size:68px}
    .texto_size_102{font-size:79px}
}
@media screen and (max-width: 1002px) {
    .texto_size_60{font-size:46px}
    .texto_size_83{font-size:64px}
    .texto_size_97{font-size:75px}
    .texto_size_106{font-size:82px}
}
@media screen and (max-width: 1001px) {
    .texto_size_23{font-size:17px}
    .texto_size_46{font-size:35px}
    .texto_size_69{font-size:53px}
    .texto_size_78{font-size:60px}
    .texto_size_92{font-size:71px}
    .texto_size_101{font-size:78px}
}
@media screen and (max-width: 1000px) {
    .texto_size_55{font-size:42px}
    .texto_size_87{font-size:67px}
    .texto_size_110{font-size:85px}
}
@media screen and (max-width: 999px) {
    .texto_size_32{font-size:24px}
    .texto_size_41{font-size:31px}
    .texto_size_64{font-size:49px}
    .texto_size_73{font-size:56px}
    .texto_size_82{font-size:63px}
    .texto_size_96{font-size:74px}
    .texto_size_105{font-size:81px}
}
@media screen and (max-width: 998px) {
    .texto_size_50{font-size:38px}
    .texto_size_91{font-size:70px}
    .texto_size_100{font-size:77px}
    .texto_size_109{font-size:84px}
}
@media screen and (max-width: 997px) {
    .texto_size_59{font-size:45px}
    .texto_size_68{font-size:52px}
    .texto_size_77{font-size:59px}
    .texto_size_86{font-size:66px}
    .texto_size_95{font-size:73px}
}
@media screen and (max-width: 996px) {
    .texto_size_104{font-size:80px}
}
@media screen and (max-width: 995px) {
    .texto_size_9{font-size:6px}
    .texto_size_18{font-size:13px}
    .texto_size_27{font-size:20px}
    .texto_size_36{font-size:27px}
    .texto_size_45{font-size:34px}
    .texto_size_54{font-size:41px}
    .texto_size_63{font-size:48px}
    .texto_size_72{font-size:55px}
    .texto_size_81{font-size:62px}
    .texto_size_90{font-size:69px}
    .texto_size_99{font-size:76px}
    .texto_size_108{font-size:83px}
}
@media screen and (max-width: 994px) {
    .texto_size_94{font-size:72px}
    .texto_size_103{font-size:79px}
}
@media screen and (max-width: 993px) {
    .texto_size_58{font-size:44px}
    .texto_size_67{font-size:51px}
    .texto_size_76{font-size:58px}
    .texto_size_85{font-size:65px}
}
@media screen and (max-width: 992px) {
    .texto_size_49{font-size:37px}
    .texto_size_89{font-size:68px}
    .texto_size_98{font-size:75px}
    .texto_size_107{font-size:82px}
}
@media screen and (max-width: 991px) {
    .texto_size_40{font-size:30px}
    .texto_size_71{font-size:54px}
    .texto_size_80{font-size:61px}
    .texto_size_102{font-size:78px}
}
@media screen and (max-width: 990px) {
    .texto_size_31{font-size:23px}
    .texto_size_53{font-size:40px}
    .texto_size_62{font-size:47px}
    .texto_size_84{font-size:64px}
    .texto_size_93{font-size:71px}
    .texto_size_106{font-size:81px}
}
@media screen and (max-width: 989px) {
    .texto_size_22{font-size:16px}
    .texto_size_44{font-size:33px}
    .texto_size_66{font-size:50px}
    .texto_size_75{font-size:57px}
    .texto_size_88{font-size:67px}
    .texto_size_97{font-size:74px}
    .texto_size_110{font-size:84px}
}
@media screen and (max-width: 988px) {
    .texto_size_57{font-size:43px}
    .texto_size_79{font-size:60px}
    .texto_size_101{font-size:77px}
}
@media screen and (max-width: 987px) {
    .texto_size_35{font-size:26px}
    .texto_size_70{font-size:53px}
    .texto_size_92{font-size:70px}
    .texto_size_105{font-size:80px}
}
@media screen and (max-width: 986px) {
    .texto_size_48{font-size:36px}
    .texto_size_61{font-size:46px}
    .texto_size_83{font-size:63px}
    .texto_size_96{font-size:73px}
    .texto_size_109{font-size:83px}
}
@media screen and (max-width: 985px) {
    .texto_size_74{font-size:56px}
    .texto_size_87{font-size:66px}
    .texto_size_100{font-size:76px}
}
@media screen and (max-width: 984px) {
    .texto_size_13{font-size:9px}
    .texto_size_26{font-size:19px}
    .texto_size_39{font-size:29px}
    .texto_size_52{font-size:39px}
    .texto_size_65{font-size:49px}
    .texto_size_78{font-size:59px}
    .texto_size_91{font-size:69px}
    .texto_size_104{font-size:79px}
}
@media screen and (max-width: 983px) {
    .texto_size_69{font-size:52px}
    .texto_size_82{font-size:62px}
    .texto_size_95{font-size:72px}
    .texto_size_108{font-size:82px}
}
@media screen and (max-width: 982px) {
    .texto_size_43{font-size:32px}
    .texto_size_56{font-size:42px}
    .texto_size_86{font-size:65px}
    .texto_size_99{font-size:75px}
}
@media screen and (max-width: 981px) {
    .texto_size_30{font-size:22px}
    .texto_size_60{font-size:45px}
    .texto_size_73{font-size:55px}
    .texto_size_90{font-size:68px}
    .texto_size_103{font-size:78px}
}
@media screen and (max-width: 980px) {
    .texto_size_47{font-size:35px}
    .texto_size_77{font-size:58px}
    .texto_size_94{font-size:71px}
    .texto_size_107{font-size:81px}
}
@media screen and (max-width: 979px) {
    .texto_size_64{font-size:48px}
    .texto_size_81{font-size:61px}
    .texto_size_98{font-size:74px}
}
@media screen and (max-width: 978px) {
    .texto_size_17{font-size:12px}
    .texto_size_34{font-size:25px}
    .texto_size_51{font-size:38px}
    .texto_size_68{font-size:51px}
    .texto_size_85{font-size:64px}
    .texto_size_102{font-size:77px}
    .texto_size_106{font-size:80px}
}
@media screen and (max-width: 977px) {
    .texto_size_55{font-size:41px}
    .texto_size_72{font-size:54px}
    .texto_size_89{font-size:67px}
    .texto_size_93{font-size:70px}
    .texto_size_110{font-size:83px}
}
@media screen and (max-width: 976px) {
    .texto_size_38{font-size:28px}
    .texto_size_59{font-size:44px}
    .texto_size_76{font-size:57px}
    .texto_size_97{font-size:73px}
}
@media screen and (max-width: 975px) {
    .texto_size_21{font-size:15px}
    .texto_size_42{font-size:31px}
    .texto_size_63{font-size:47px}
    .texto_size_80{font-size:60px}
    .texto_size_84{font-size:63px}
    .texto_size_101{font-size:76px}
    .texto_size_105{font-size:79px}
}
@media screen and (max-width: 974px) {
    .texto_size_67{font-size:50px}
    .texto_size_88{font-size:66px}
    .texto_size_109{font-size:82px}
}
@media screen and (max-width: 973px) {
    .texto_size_46{font-size:34px}
    .texto_size_71{font-size:53px}
    .texto_size_92{font-size:69px}
    .texto_size_96{font-size:72px}
}
@media screen and (max-width: 972px) {
    .texto_size_25{font-size:18px}
    .texto_size_50{font-size:37px}
    .texto_size_75{font-size:56px}
    .texto_size_79{font-size:59px}
    .texto_size_100{font-size:75px}
    .texto_size_104{font-size:78px}
}
@media screen and (max-width: 971px) {
    .texto_size_29{font-size:21px}
    .texto_size_54{font-size:40px}
    .texto_size_58{font-size:43px}
    .texto_size_83{font-size:62px}
    .texto_size_87{font-size:65px}
    .texto_size_108{font-size:81px}
}
@media screen and (max-width: 970px) {
    .texto_size_62{font-size:46px}
    .texto_size_91{font-size:68px}
    .texto_size_95{font-size:71px}
}
@media screen and (max-width: 969px) {
    .texto_size_33{font-size:24px}
    .texto_size_66{font-size:49px}
    .texto_size_70{font-size:52px}
    .texto_size_99{font-size:74px}
    .texto_size_103{font-size:77px}
}
@media screen and (max-width: 968px) {
    .texto_size_37{font-size:27px}
    .texto_size_74{font-size:55px}
    .texto_size_78{font-size:58px}
    .texto_size_107{font-size:80px}
}
@media screen and (max-width: 967px) {
    .texto_size_41{font-size:30px}
    .texto_size_45{font-size:33px}
    .texto_size_82{font-size:61px}
    .texto_size_86{font-size:64px}
    .texto_size_90{font-size:67px}
}
@media screen and (max-width: 966px) {
    .texto_size_49{font-size:36px}
    .texto_size_53{font-size:39px}
    .texto_size_94{font-size:70px}
    .texto_size_98{font-size:73px}
    .texto_size_102{font-size:76px}
    .texto_size_106{font-size:79px}
}
@media screen and (max-width: 965px) {
    .texto_size_57{font-size:42px}
    .texto_size_61{font-size:45px}
    .texto_size_110{font-size:82px}
}
@media screen and (max-width: 964px) {
    .texto_size_65{font-size:48px}
    .texto_size_69{font-size:51px}
    .texto_size_73{font-size:54px}
    .texto_size_77{font-size:57px}
}
@media screen and (max-width: 963px) {
    .texto_size_81{font-size:60px}
    .texto_size_85{font-size:63px}
    .texto_size_89{font-size:66px}
    .texto_size_93{font-size:69px}
    .texto_size_97{font-size:72px}
    .texto_size_101{font-size:75px}
    .texto_size_105{font-size:78px}
}
@media screen and (max-width: 962px) {
    .texto_size_109{font-size:81px}
}
@media screen and (max-width: 961px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 959px) {
    .texto_size_8{font-size:5px}
    .texto_size_12{font-size:8px}
    .texto_size_16{font-size:11px}
    .texto_size_20{font-size:14px}
    .texto_size_24{font-size:17px}
    .texto_size_28{font-size:20px}
    .texto_size_32{font-size:23px}
    .texto_size_36{font-size:26px}
    .texto_size_40{font-size:29px}
    .texto_size_44{font-size:32px}
    .texto_size_48{font-size:35px}
    .texto_size_52{font-size:38px}
    .texto_size_56{font-size:41px}
    .texto_size_60{font-size:44px}
    .texto_size_64{font-size:47px}
    .texto_size_68{font-size:50px}
    .texto_size_72{font-size:53px}
    .texto_size_76{font-size:56px}
    .texto_size_80{font-size:59px}
    .texto_size_84{font-size:62px}
    .texto_size_88{font-size:65px}
    .texto_size_92{font-size:68px}
    .texto_size_96{font-size:71px}
    .texto_size_100{font-size:74px}
    .texto_size_104{font-size:77px}
    .texto_size_108{font-size:80px}
}
@media screen and (max-width: 958px) {
}
@media screen and (max-width: 957px) {
    .texto_size_107{font-size:79px}
}
@media screen and (max-width: 956px) {
    .texto_size_83{font-size:61px}
    .texto_size_87{font-size:64px}
    .texto_size_91{font-size:67px}
    .texto_size_95{font-size:70px}
    .texto_size_99{font-size:73px}
    .texto_size_103{font-size:76px}
}
@media screen and (max-width: 955px) {
    .texto_size_67{font-size:49px}
    .texto_size_71{font-size:52px}
    .texto_size_75{font-size:55px}
    .texto_size_79{font-size:58px}
}
@media screen and (max-width: 954px) {
    .texto_size_55{font-size:40px}
    .texto_size_59{font-size:43px}
    .texto_size_63{font-size:46px}
    .texto_size_110{font-size:81px}
}
@media screen and (max-width: 953px) {
    .texto_size_47{font-size:34px}
    .texto_size_51{font-size:37px}
    .texto_size_94{font-size:69px}
    .texto_size_98{font-size:72px}
    .texto_size_102{font-size:75px}
    .texto_size_106{font-size:78px}
}
@media screen and (max-width: 952px) {
    .texto_size_43{font-size:31px}
    .texto_size_82{font-size:60px}
    .texto_size_86{font-size:63px}
    .texto_size_90{font-size:66px}
}
@media screen and (max-width: 951px) {
    .texto_size_39{font-size:28px}
    .texto_size_74{font-size:54px}
    .texto_size_78{font-size:57px}
    .texto_size_109{font-size:80px}
}
@media screen and (max-width: 950px) {
    .texto_size_35{font-size:25px}
    .texto_size_66{font-size:48px}
    .texto_size_70{font-size:51px}
    .texto_size_97{font-size:71px}
    .texto_size_101{font-size:74px}
    .texto_size_105{font-size:77px}
}
@media screen and (max-width: 949px) {
    .texto_size_31{font-size:22px}
    .texto_size_62{font-size:45px}
    .texto_size_89{font-size:65px}
    .texto_size_93{font-size:68px}
}
@media screen and (max-width: 948px) {
    .texto_size_27{font-size:19px}
    .texto_size_54{font-size:39px}
    .texto_size_58{font-size:42px}
    .texto_size_81{font-size:59px}
    .texto_size_85{font-size:62px}
    .texto_size_108{font-size:79px}
}
@media screen and (max-width: 947px) {
    .texto_size_50{font-size:36px}
    .texto_size_77{font-size:56px}
    .texto_size_100{font-size:73px}
    .texto_size_104{font-size:76px}
}
@media screen and (max-width: 946px) {
    .texto_size_23{font-size:16px}
    .texto_size_46{font-size:33px}
    .texto_size_69{font-size:50px}
    .texto_size_73{font-size:53px}
    .texto_size_92{font-size:67px}
    .texto_size_96{font-size:70px}
}
@media screen and (max-width: 945px) {
    .texto_size_65{font-size:47px}
    .texto_size_88{font-size:64px}
    .texto_size_107{font-size:78px}
}
@media screen and (max-width: 944px) {
    .texto_size_42{font-size:30px}
    .texto_size_61{font-size:44px}
    .texto_size_84{font-size:61px}
    .texto_size_103{font-size:75px}
}
@media screen and (max-width: 943px) {
    .texto_size_19{font-size:13px}
    .texto_size_38{font-size:27px}
    .texto_size_57{font-size:41px}
    .texto_size_76{font-size:55px}
    .texto_size_80{font-size:58px}
    .texto_size_95{font-size:69px}
    .texto_size_99{font-size:72px}
}
@media screen and (max-width: 942px) {
    .texto_size_72{font-size:52px}
    .texto_size_91{font-size:66px}
    .texto_size_110{font-size:80px}
}
@media screen and (max-width: 941px) {
    .texto_size_34{font-size:24px}
    .texto_size_53{font-size:38px}
    .texto_size_68{font-size:49px}
    .texto_size_87{font-size:63px}
    .texto_size_102{font-size:74px}
    .texto_size_106{font-size:77px}
}
@media screen and (max-width: 940px) {
    .texto_size_49{font-size:35px}
    .texto_size_83{font-size:60px}
    .texto_size_98{font-size:71px}
}
@media screen and (max-width: 939px) {
    .texto_size_64{font-size:46px}
    .texto_size_79{font-size:57px}
    .texto_size_94{font-size:68px}
    .texto_size_109{font-size:79px}
}
@media screen and (max-width: 938px) {
    .texto_size_15{font-size:10px}
    .texto_size_30{font-size:21px}
    .texto_size_45{font-size:32px}
    .texto_size_60{font-size:43px}
    .texto_size_75{font-size:54px}
    .texto_size_90{font-size:65px}
    .texto_size_105{font-size:76px}
}
@media screen and (max-width: 937px) {
    .texto_size_56{font-size:40px}
    .texto_size_71{font-size:51px}
    .texto_size_86{font-size:62px}
    .texto_size_101{font-size:73px}
}
@media screen and (max-width: 936px) {
    .texto_size_41{font-size:29px}
    .texto_size_67{font-size:48px}
    .texto_size_82{font-size:59px}
    .texto_size_97{font-size:70px}
    .texto_size_108{font-size:78px}
}
@media screen and (max-width: 935px) {
    .texto_size_26{font-size:18px}
    .texto_size_52{font-size:37px}
    .texto_size_78{font-size:56px}
    .texto_size_93{font-size:67px}
    .texto_size_104{font-size:75px}
}
@media screen and (max-width: 934px) {
    .texto_size_37{font-size:26px}
    .texto_size_63{font-size:45px}
    .texto_size_74{font-size:53px}
    .texto_size_89{font-size:64px}
    .texto_size_100{font-size:72px}
}
@media screen and (max-width: 933px) {
    .texto_size_48{font-size:34px}
    .texto_size_85{font-size:61px}
    .texto_size_96{font-size:69px}
    .texto_size_107{font-size:77px}
}
@media screen and (max-width: 932px) {
    .texto_size_59{font-size:42px}
    .texto_size_70{font-size:50px}
    .texto_size_81{font-size:58px}
    .texto_size_92{font-size:66px}
    .texto_size_103{font-size:74px}
}
@media screen and (max-width: 931px) {
}
@media screen and (max-width: 930px) {
    .texto_size_11{font-size:7px}
    .texto_size_22{font-size:15px}
    .texto_size_33{font-size:23px}
    .texto_size_44{font-size:31px}
    .texto_size_55{font-size:39px}
    .texto_size_66{font-size:47px}
    .texto_size_77{font-size:55px}
    .texto_size_88{font-size:63px}
    .texto_size_99{font-size:71px}
    .texto_size_110{font-size:79px}
}
@media screen and (max-width: 929px) {
    .texto_size_62{font-size:44px}
    .texto_size_73{font-size:52px}
    .texto_size_84{font-size:60px}
    .texto_size_95{font-size:68px}
    .texto_size_106{font-size:76px}
}
@media screen and (max-width: 928px) {
    .texto_size_51{font-size:36px}
    .texto_size_91{font-size:65px}
    .texto_size_102{font-size:73px}
}
@media screen and (max-width: 927px) {
    .texto_size_40{font-size:28px}
    .texto_size_69{font-size:49px}
    .texto_size_80{font-size:57px}
    .texto_size_98{font-size:70px}
    .texto_size_109{font-size:78px}
}
@media screen and (max-width: 926px) {
    .texto_size_29{font-size:20px}
    .texto_size_58{font-size:41px}
    .texto_size_76{font-size:54px}
    .texto_size_87{font-size:62px}
    .texto_size_105{font-size:75px}
}
@media screen and (max-width: 925px) {
    .texto_size_47{font-size:33px}
    .texto_size_65{font-size:46px}
    .texto_size_83{font-size:59px}
    .texto_size_94{font-size:67px}
    .texto_size_101{font-size:72px}
}
@media screen and (max-width: 924px) {
    .texto_size_18{font-size:12px}
    .texto_size_36{font-size:25px}
    .texto_size_54{font-size:38px}
    .texto_size_72{font-size:51px}
    .texto_size_90{font-size:64px}
    .texto_size_108{font-size:77px}
}
@media screen and (max-width: 923px) {
    .texto_size_61{font-size:43px}
    .texto_size_79{font-size:56px}
    .texto_size_97{font-size:69px}
    .texto_size_104{font-size:74px}
}
@media screen and (max-width: 922px) {
    .texto_size_43{font-size:30px}
    .texto_size_68{font-size:48px}
    .texto_size_86{font-size:61px}
    .texto_size_93{font-size:66px}
}
@media screen and (max-width: 921px) {
    .texto_size_25{font-size:17px}
    .texto_size_50{font-size:35px}
    .texto_size_75{font-size:53px}
    .texto_size_100{font-size:71px}
    .texto_size_107{font-size:76px}
}
@media screen and (max-width: 920px) {
    .texto_size_57{font-size:40px}
    .texto_size_82{font-size:58px}
    .texto_size_89{font-size:63px}
}
@media screen and (max-width: 919px) {
    .texto_size_32{font-size:22px}
    .texto_size_64{font-size:45px}
    .texto_size_71{font-size:50px}
    .texto_size_96{font-size:68px}
    .texto_size_103{font-size:73px}
    .texto_size_110{font-size:78px}
}
@media screen and (max-width: 918px) {
    .texto_size_39{font-size:27px}
    .texto_size_46{font-size:32px}
    .texto_size_78{font-size:55px}
    .texto_size_85{font-size:60px}
    .texto_size_92{font-size:65px}
}
@media screen and (max-width: 917px) {
    .texto_size_53{font-size:37px}
    .texto_size_60{font-size:42px}
    .texto_size_67{font-size:47px}
    .texto_size_99{font-size:70px}
    .texto_size_106{font-size:75px}
}
@media screen and (max-width: 916px) {
    .texto_size_74{font-size:52px}
    .texto_size_81{font-size:57px}
    .texto_size_88{font-size:62px}
    .texto_size_95{font-size:67px}
    .texto_size_102{font-size:72px}
}
@media screen and (max-width: 915px) {
    .texto_size_109{font-size:77px}
}
@media screen and (max-width: 914px) {
    .texto_size_14{font-size:9px}
    .texto_size_21{font-size:14px}
    .texto_size_28{font-size:19px}
    .texto_size_35{font-size:24px}
    .texto_size_42{font-size:29px}
    .texto_size_49{font-size:34px}
    .texto_size_56{font-size:39px}
    .texto_size_63{font-size:44px}
    .texto_size_70{font-size:49px}
    .texto_size_77{font-size:54px}
    .texto_size_84{font-size:59px}
    .texto_size_91{font-size:64px}
    .texto_size_98{font-size:69px}
    .texto_size_105{font-size:74px}
}
@media screen and (max-width: 913px) {
}
@media screen and (max-width: 912px) {
    .texto_size_87{font-size:61px}
    .texto_size_94{font-size:66px}
    .texto_size_101{font-size:71px}
    .texto_size_108{font-size:76px}
}
@media screen and (max-width: 911px) {
    .texto_size_59{font-size:41px}
    .texto_size_66{font-size:46px}
    .texto_size_73{font-size:51px}
    .texto_size_80{font-size:56px}
}
@media screen and (max-width: 910px) {
    .texto_size_45{font-size:31px}
    .texto_size_52{font-size:36px}
    .texto_size_90{font-size:63px}
    .texto_size_97{font-size:68px}
    .texto_size_104{font-size:73px}
}
@media screen and (max-width: 909px) {
    .texto_size_38{font-size:26px}
    .texto_size_76{font-size:53px}
    .texto_size_83{font-size:58px}
    .texto_size_107{font-size:75px}
}
@media screen and (max-width: 908px) {
    .texto_size_31{font-size:21px}
    .texto_size_62{font-size:43px}
    .texto_size_69{font-size:48px}
    .texto_size_93{font-size:65px}
    .texto_size_100{font-size:70px}
}
@media screen and (max-width: 907px) {
    .texto_size_55{font-size:38px}
    .texto_size_79{font-size:55px}
    .texto_size_86{font-size:60px}
    .texto_size_103{font-size:72px}
    .texto_size_110{font-size:77px}
}
@media screen and (max-width: 906px) {
    .texto_size_24{font-size:16px}
    .texto_size_48{font-size:33px}
    .texto_size_72{font-size:50px}
    .texto_size_89{font-size:62px}
    .texto_size_96{font-size:67px}
}
@media screen and (max-width: 905px) {
    .texto_size_41{font-size:28px}
    .texto_size_65{font-size:45px}
    .texto_size_82{font-size:57px}
    .texto_size_99{font-size:69px}
    .texto_size_106{font-size:74px}
}
@media screen and (max-width: 904px) {
    .texto_size_58{font-size:40px}
    .texto_size_75{font-size:52px}
    .texto_size_92{font-size:64px}
    .texto_size_109{font-size:76px}
}
@media screen and (max-width: 903px) {
    .texto_size_17{font-size:11px}
    .texto_size_34{font-size:23px}
    .texto_size_51{font-size:35px}
    .texto_size_68{font-size:47px}
    .texto_size_85{font-size:59px}
    .texto_size_102{font-size:71px}
}
@media screen and (max-width: 902px) {
    .texto_size_61{font-size:42px}
    .texto_size_78{font-size:54px}
    .texto_size_95{font-size:66px}
    .texto_size_105{font-size:73px}
}
@media screen and (max-width: 901px) {
    .texto_size_44{font-size:30px}
    .texto_size_71{font-size:49px}
    .texto_size_88{font-size:61px}
    .texto_size_98{font-size:68px}
}
@media screen and (max-width: 900px) {
    .texto_size_27{font-size:18px}
    .texto_size_54{font-size:37px}
    .texto_size_81{font-size:56px}
    .texto_size_91{font-size:63px}
    .texto_size_108{font-size:75px}
}
@media screen and (max-width: 899px) {
    .texto_size_37{font-size:25px}
    .texto_size_64{font-size:44px}
    .texto_size_74{font-size:51px}
    .texto_size_84{font-size:58px}
    .texto_size_101{font-size:70px}
}
@media screen and (max-width: 898px) {
    .texto_size_47{font-size:32px}
    .texto_size_57{font-size:39px}
    .texto_size_94{font-size:65px}
    .texto_size_104{font-size:72px}
}
@media screen and (max-width: 897px) {
    .texto_size_67{font-size:46px}
    .texto_size_77{font-size:53px}
    .texto_size_87{font-size:60px}
    .texto_size_97{font-size:67px}
    .texto_size_107{font-size:74px}
}
@media screen and (max-width: 896px) {
}
@media screen and (max-width: 895px) {
    .texto_size_10{font-size:6px}
    .texto_size_20{font-size:13px}
    .texto_size_30{font-size:20px}
    .texto_size_40{font-size:27px}
    .texto_size_50{font-size:34px}
    .texto_size_60{font-size:41px}
    .texto_size_70{font-size:48px}
    .texto_size_80{font-size:55px}
    .texto_size_90{font-size:62px}
    .texto_size_100{font-size:69px}
    .texto_size_110{font-size:76px}
}
@media screen and (max-width: 894px) {
    .texto_size_73{font-size:50px}
    .texto_size_83{font-size:57px}
    .texto_size_93{font-size:64px}
    .texto_size_103{font-size:71px}
}
@media screen and (max-width: 893px) {
    .texto_size_43{font-size:29px}
    .texto_size_53{font-size:36px}
    .texto_size_63{font-size:43px}
    .texto_size_86{font-size:59px}
    .texto_size_96{font-size:66px}
    .texto_size_106{font-size:73px}
}
@media screen and (max-width: 892px) {
    .texto_size_33{font-size:22px}
    .texto_size_66{font-size:45px}
    .texto_size_76{font-size:52px}
    .texto_size_99{font-size:68px}
    .texto_size_109{font-size:75px}
}
@media screen and (max-width: 891px) {
    .texto_size_56{font-size:38px}
    .texto_size_79{font-size:54px}
    .texto_size_89{font-size:61px}
}
@media screen and (max-width: 890px) {
    .texto_size_23{font-size:15px}
    .texto_size_46{font-size:31px}
    .texto_size_69{font-size:47px}
    .texto_size_92{font-size:63px}
    .texto_size_102{font-size:70px}
}
@media screen and (max-width: 889px) {
    .texto_size_59{font-size:40px}
    .texto_size_82{font-size:56px}
    .texto_size_95{font-size:65px}
    .texto_size_105{font-size:72px}
}
@media screen and (max-width: 888px) {
    .texto_size_36{font-size:24px}
    .texto_size_49{font-size:33px}
    .texto_size_72{font-size:49px}
    .texto_size_85{font-size:58px}
    .texto_size_98{font-size:67px}
    .texto_size_108{font-size:74px}
}
@media screen and (max-width: 887px) {
    .texto_size_62{font-size:42px}
    .texto_size_75{font-size:51px}
    .texto_size_88{font-size:60px}
    .texto_size_101{font-size:69px}
}
@media screen and (max-width: 886px) {
    .texto_size_13{font-size:8px}
    .texto_size_26{font-size:17px}
    .texto_size_39{font-size:26px}
    .texto_size_52{font-size:35px}
    .texto_size_65{font-size:44px}
    .texto_size_78{font-size:53px}
    .texto_size_91{font-size:62px}
    .texto_size_104{font-size:71px}
}
@media screen and (max-width: 885px) {
    .texto_size_94{font-size:64px}
    .texto_size_107{font-size:73px}
}
@media screen and (max-width: 884px) {
    .texto_size_55{font-size:37px}
    .texto_size_68{font-size:46px}
    .texto_size_81{font-size:55px}
    .texto_size_97{font-size:66px}
    .texto_size_110{font-size:75px}
}
@media screen and (max-width: 883px) {
    .texto_size_42{font-size:28px}
    .texto_size_71{font-size:48px}
    .texto_size_84{font-size:57px}
    .texto_size_100{font-size:68px}
}
@media screen and (max-width: 882px) {
    .texto_size_29{font-size:19px}
    .texto_size_58{font-size:39px}
    .texto_size_74{font-size:50px}
    .texto_size_87{font-size:59px}
    .texto_size_103{font-size:70px}
}
@media screen and (max-width: 881px) {
    .texto_size_45{font-size:30px}
    .texto_size_61{font-size:41px}
    .texto_size_77{font-size:52px}
    .texto_size_90{font-size:61px}
    .texto_size_106{font-size:72px}
}
@media screen and (max-width: 880px) {
    .texto_size_93{font-size:63px}
    .texto_size_109{font-size:74px}
}
@media screen and (max-width: 879px) {
    .texto_size_16{font-size:10px}
    .texto_size_32{font-size:21px}
    .texto_size_48{font-size:32px}
    .texto_size_64{font-size:43px}
    .texto_size_80{font-size:54px}
    .texto_size_83{font-size:56px}
    .texto_size_96{font-size:65px}
    .texto_size_99{font-size:67px}
}
@media screen and (max-width: 878px) {
    .texto_size_51{font-size:34px}
    .texto_size_67{font-size:45px}
    .texto_size_86{font-size:58px}
    .texto_size_102{font-size:69px}
}
@media screen and (max-width: 877px) {
    .texto_size_35{font-size:23px}
    .texto_size_54{font-size:36px}
    .texto_size_70{font-size:47px}
    .texto_size_89{font-size:60px}
    .texto_size_105{font-size:71px}
    .texto_size_108{font-size:73px}
}
@media screen and (max-width: 876px) {
    .texto_size_73{font-size:49px}
    .texto_size_92{font-size:62px}
}
@media screen and (max-width: 875px) {
    .texto_size_19{font-size:12px}
    .texto_size_38{font-size:25px}
    .texto_size_57{font-size:38px}
    .texto_size_76{font-size:51px}
    .texto_size_95{font-size:64px}
    .texto_size_98{font-size:66px}
}
@media screen and (max-width: 874px) {
    .texto_size_41{font-size:27px}
    .texto_size_60{font-size:40px}
    .texto_size_79{font-size:53px}
    .texto_size_82{font-size:55px}
    .texto_size_101{font-size:68px}
}
@media screen and (max-width: 873px) {
    .texto_size_63{font-size:42px}
    .texto_size_85{font-size:57px}
    .texto_size_104{font-size:70px}
    .texto_size_107{font-size:72px}
}
@media screen and (max-width: 872px) {
    .texto_size_22{font-size:14px}
    .texto_size_44{font-size:29px}
    .texto_size_66{font-size:44px}
    .texto_size_88{font-size:59px}
    .texto_size_91{font-size:61px}
    .texto_size_110{font-size:74px}
}
@media screen and (max-width: 871px) {
    .texto_size_47{font-size:31px}
    .texto_size_69{font-size:46px}
    .texto_size_72{font-size:48px}
    .texto_size_94{font-size:63px}
}
@media screen and (max-width: 870px) {
    .texto_size_25{font-size:16px}
    .texto_size_50{font-size:33px}
    .texto_size_75{font-size:50px}
    .texto_size_97{font-size:65px}
    .texto_size_100{font-size:67px}
}
@media screen and (max-width: 869px) {
    .texto_size_53{font-size:35px}
    .texto_size_78{font-size:52px}
    .texto_size_81{font-size:54px}
    .texto_size_103{font-size:69px}
    .texto_size_106{font-size:71px}
}
@media screen and (max-width: 868px) {
    .texto_size_28{font-size:18px}
    .texto_size_56{font-size:37px}
    .texto_size_84{font-size:56px}
    .texto_size_87{font-size:58px}
    .texto_size_109{font-size:73px}
}
@media screen and (max-width: 867px) {
    .texto_size_31{font-size:20px}
    .texto_size_59{font-size:39px}
    .texto_size_62{font-size:41px}
    .texto_size_90{font-size:60px}
    .texto_size_93{font-size:62px}
}
@media screen and (max-width: 866px) {
    .texto_size_65{font-size:43px}
    .texto_size_96{font-size:64px}
    .texto_size_99{font-size:66px}
}
@media screen and (max-width: 865px) {
    .texto_size_34{font-size:22px}
    .texto_size_68{font-size:45px}
    .texto_size_71{font-size:47px}
    .texto_size_102{font-size:68px}
    .texto_size_105{font-size:70px}
    .texto_size_108{font-size:72px}
}
@media screen and (max-width: 864px) {
    .texto_size_37{font-size:24px}
    .texto_size_74{font-size:49px}
    .texto_size_77{font-size:51px}
}
@media screen and (max-width: 863px) {
    .texto_size_40{font-size:26px}
    .texto_size_43{font-size:28px}
    .texto_size_80{font-size:53px}
    .texto_size_83{font-size:55px}
    .texto_size_86{font-size:57px}
}
@media screen and (max-width: 862px) {
    .texto_size_46{font-size:30px}
    .texto_size_49{font-size:32px}
    .texto_size_89{font-size:59px}
    .texto_size_92{font-size:61px}
    .texto_size_95{font-size:63px}
    .texto_size_98{font-size:65px}
}
@media screen and (max-width: 861px) {
    .texto_size_52{font-size:34px}
    .texto_size_55{font-size:36px}
    .texto_size_101{font-size:67px}
    .texto_size_104{font-size:69px}
    .texto_size_107{font-size:71px}
    .texto_size_110{font-size:73px}
}
@media screen and (max-width: 860px) {
    .texto_size_58{font-size:38px}
    .texto_size_61{font-size:40px}
}
@media screen and (max-width: 859px) {
    .texto_size_64{font-size:42px}
    .texto_size_67{font-size:44px}
    .texto_size_70{font-size:46px}
    .texto_size_73{font-size:48px}
}
@media screen and (max-width: 858px) {
    .texto_size_76{font-size:50px}
    .texto_size_79{font-size:52px}
    .texto_size_82{font-size:54px}
    .texto_size_85{font-size:56px}
    .texto_size_88{font-size:58px}
    .texto_size_91{font-size:60px}
}
@media screen and (max-width: 857px) {
    .texto_size_94{font-size:62px}
    .texto_size_97{font-size:64px}
    .texto_size_100{font-size:66px}
    .texto_size_103{font-size:68px}
    .texto_size_106{font-size:70px}
    .texto_size_109{font-size:72px}
}
@media screen and (max-width: 856px) {
}
@media screen and (max-width: 855px) {
}
@media screen and (max-width: 854px) {
}
@media screen and (max-width: 853px) {
    .texto_size_9{font-size:5px}
    .texto_size_12{font-size:7px}
    .texto_size_15{font-size:9px}
    .texto_size_18{font-size:11px}
    .texto_size_21{font-size:13px}
    .texto_size_24{font-size:15px}
    .texto_size_27{font-size:17px}
    .texto_size_30{font-size:19px}
    .texto_size_33{font-size:21px}
    .texto_size_36{font-size:23px}
    .texto_size_39{font-size:25px}
    .texto_size_42{font-size:27px}
    .texto_size_45{font-size:29px}
    .texto_size_48{font-size:31px}
    .texto_size_51{font-size:33px}
    .texto_size_54{font-size:35px}
    .texto_size_57{font-size:37px}
    .texto_size_60{font-size:39px}
    .texto_size_63{font-size:41px}
    .texto_size_66{font-size:43px}
    .texto_size_69{font-size:45px}
    .texto_size_72{font-size:47px}
    .texto_size_75{font-size:49px}
    .texto_size_78{font-size:51px}
    .texto_size_81{font-size:53px}
    .texto_size_84{font-size:55px}
    .texto_size_87{font-size:57px}
    .texto_size_90{font-size:59px}
    .texto_size_93{font-size:61px}
    .texto_size_96{font-size:63px}
    .texto_size_99{font-size:65px}
    .texto_size_102{font-size:67px}
    .texto_size_105{font-size:69px}
    .texto_size_108{font-size:71px}
}
@media screen and (max-width: 852px) {
}
@media screen and (max-width: 851px) {
}
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 849px) {
    .texto_size_101{font-size:66px}
    .texto_size_104{font-size:68px}
    .texto_size_107{font-size:70px}
    .texto_size_110{font-size:72px}
}
@media screen and (max-width: 848px) {
    .texto_size_83{font-size:54px}
    .texto_size_86{font-size:56px}
    .texto_size_89{font-size:58px}
    .texto_size_92{font-size:60px}
    .texto_size_95{font-size:62px}
    .texto_size_98{font-size:64px}
}
@media screen and (max-width: 847px) {
    .texto_size_68{font-size:44px}
    .texto_size_71{font-size:46px}
    .texto_size_74{font-size:48px}
    .texto_size_77{font-size:50px}
    .texto_size_80{font-size:52px}
}
@media screen and (max-width: 846px) {
    .texto_size_59{font-size:38px}
    .texto_size_62{font-size:40px}
    .texto_size_65{font-size:42px}
}
@media screen and (max-width: 845px) {
    .texto_size_53{font-size:34px}
    .texto_size_56{font-size:36px}
    .texto_size_103{font-size:67px}
    .texto_size_106{font-size:69px}
    .texto_size_109{font-size:71px}
}
@media screen and (max-width: 844px) {
    .texto_size_47{font-size:30px}
    .texto_size_50{font-size:32px}
    .texto_size_94{font-size:61px}
    .texto_size_97{font-size:63px}
    .texto_size_100{font-size:65px}
}
@media screen and (max-width: 843px) {
    .texto_size_44{font-size:28px}
    .texto_size_85{font-size:55px}
    .texto_size_88{font-size:57px}
    .texto_size_91{font-size:59px}
}
@media screen and (max-width: 842px) {
    .texto_size_38{font-size:24px}
    .texto_size_41{font-size:26px}
    .texto_size_76{font-size:49px}
    .texto_size_79{font-size:51px}
    .texto_size_82{font-size:53px}
}
@media screen and (max-width: 841px) {
    .texto_size_35{font-size:22px}
    .texto_size_70{font-size:45px}
    .texto_size_73{font-size:47px}
    .texto_size_105{font-size:68px}
    .texto_size_108{font-size:70px}
}
@media screen and (max-width: 840px) {
    .texto_size_67{font-size:43px}
    .texto_size_99{font-size:64px}
    .texto_size_102{font-size:66px}
}
@media screen and (max-width: 839px) {
    .texto_size_32{font-size:20px}
    .texto_size_61{font-size:39px}
    .texto_size_64{font-size:41px}
    .texto_size_90{font-size:58px}
    .texto_size_93{font-size:60px}
    .texto_size_96{font-size:62px}
}
@media screen and (max-width: 838px) {
    .texto_size_29{font-size:18px}
    .texto_size_58{font-size:37px}
    .texto_size_84{font-size:54px}
    .texto_size_87{font-size:56px}
}
@media screen and (max-width: 837px) {
    .texto_size_55{font-size:35px}
    .texto_size_81{font-size:52px}
    .texto_size_107{font-size:69px}
    .texto_size_110{font-size:71px}
}
@media screen and (max-width: 836px) {
    .texto_size_26{font-size:16px}
    .texto_size_52{font-size:33px}
    .texto_size_75{font-size:48px}
    .texto_size_78{font-size:50px}
    .texto_size_101{font-size:65px}
    .texto_size_104{font-size:67px}
}
@media screen and (max-width: 835px) {
    .texto_size_49{font-size:31px}
    .texto_size_72{font-size:46px}
    .texto_size_95{font-size:61px}
    .texto_size_98{font-size:63px}
}
@media screen and (max-width: 834px) {
    .texto_size_23{font-size:14px}
    .texto_size_46{font-size:29px}
    .texto_size_69{font-size:44px}
    .texto_size_89{font-size:57px}
    .texto_size_92{font-size:59px}
}
@media screen and (max-width: 833px) {
    .texto_size_43{font-size:27px}
    .texto_size_63{font-size:40px}
    .texto_size_66{font-size:42px}
    .texto_size_86{font-size:55px}
    .texto_size_106{font-size:68px}
    .texto_size_109{font-size:70px}
}
@media screen and (max-width: 832px) {
    .texto_size_83{font-size:53px}
    .texto_size_103{font-size:66px}
}
@media screen and (max-width: 831px) {
    .texto_size_20{font-size:12px}
    .texto_size_40{font-size:25px}
    .texto_size_60{font-size:38px}
    .texto_size_77{font-size:49px}
    .texto_size_80{font-size:51px}
    .texto_size_97{font-size:62px}
    .texto_size_100{font-size:64px}
}
@media screen and (max-width: 830px) {
    .texto_size_37{font-size:23px}
    .texto_size_57{font-size:36px}
    .texto_size_74{font-size:47px}
    .texto_size_94{font-size:60px}
}
@media screen and (max-width: 829px) {
    .texto_size_54{font-size:34px}
    .texto_size_71{font-size:45px}
    .texto_size_88{font-size:56px}
    .texto_size_91{font-size:58px}
    .texto_size_108{font-size:69px}
}
@media screen and (max-width: 828px) {
    .texto_size_17{font-size:10px}
    .texto_size_34{font-size:21px}
    .texto_size_51{font-size:32px}
    .texto_size_68{font-size:43px}
    .texto_size_85{font-size:54px}
    .texto_size_102{font-size:65px}
    .texto_size_105{font-size:67px}
}
@media screen and (max-width: 827px) {
    .texto_size_65{font-size:41px}
    .texto_size_82{font-size:52px}
    .texto_size_99{font-size:63px}
}
@media screen and (max-width: 826px) {
    .texto_size_48{font-size:30px}
    .texto_size_79{font-size:50px}
    .texto_size_96{font-size:61px}
    .texto_size_110{font-size:70px}
}
@media screen and (max-width: 825px) {
    .texto_size_31{font-size:19px}
    .texto_size_62{font-size:39px}
    .texto_size_76{font-size:48px}
    .texto_size_93{font-size:59px}
    .texto_size_107{font-size:68px}
}
@media screen and (max-width: 824px) {
    .texto_size_45{font-size:28px}
    .texto_size_59{font-size:37px}
    .texto_size_73{font-size:46px}
    .texto_size_90{font-size:57px}
    .texto_size_104{font-size:66px}
}
@media screen and (max-width: 823px) {
    .texto_size_87{font-size:55px}
    .texto_size_101{font-size:64px}
}
@media screen and (max-width: 822px) {
    .texto_size_14{font-size:8px}
    .texto_size_28{font-size:17px}
    .texto_size_42{font-size:26px}
    .texto_size_56{font-size:35px}
    .texto_size_70{font-size:44px}
    .texto_size_84{font-size:53px}
    .texto_size_98{font-size:62px}
    .texto_size_109{font-size:69px}
}
@media screen and (max-width: 821px) {
    .texto_size_53{font-size:33px}
    .texto_size_67{font-size:42px}
    .texto_size_81{font-size:51px}
    .texto_size_95{font-size:60px}
    .texto_size_106{font-size:67px}
}
@media screen and (max-width: 820px) {
    .texto_size_39{font-size:24px}
    .texto_size_78{font-size:49px}
    .texto_size_92{font-size:58px}
    .texto_size_103{font-size:65px}
}
@media screen and (max-width: 819px) {
    .texto_size_25{font-size:15px}
    .texto_size_50{font-size:31px}
    .texto_size_64{font-size:40px}
    .texto_size_75{font-size:47px}
    .texto_size_89{font-size:56px}
    .texto_size_100{font-size:63px}
}
@media screen and (max-width: 818px) {
    .texto_size_61{font-size:38px}
    .texto_size_86{font-size:54px}
    .texto_size_97{font-size:61px}
}
@media screen and (max-width: 817px) {
    .texto_size_36{font-size:22px}
    .texto_size_47{font-size:29px}
    .texto_size_72{font-size:45px}
    .texto_size_83{font-size:52px}
    .texto_size_94{font-size:59px}
    .texto_size_108{font-size:68px}
}
@media screen and (max-width: 816px) {
    .texto_size_58{font-size:36px}
    .texto_size_69{font-size:43px}
    .texto_size_105{font-size:66px}
}
@media screen and (max-width: 815px) {
    .texto_size_80{font-size:50px}
    .texto_size_91{font-size:57px}
    .texto_size_102{font-size:64px}
}
@media screen and (max-width: 814px) {
    .texto_size_11{font-size:6px}
    .texto_size_22{font-size:13px}
    .texto_size_33{font-size:20px}
    .texto_size_44{font-size:27px}
    .texto_size_55{font-size:34px}
    .texto_size_66{font-size:41px}
    .texto_size_77{font-size:48px}
    .texto_size_88{font-size:55px}
    .texto_size_99{font-size:62px}
    .texto_size_110{font-size:69px}
}
@media screen and (max-width: 813px) {
    .texto_size_85{font-size:53px}
    .texto_size_96{font-size:60px}
    .texto_size_107{font-size:67px}
}
@media screen and (max-width: 812px) {
    .texto_size_52{font-size:32px}
    .texto_size_63{font-size:39px}
    .texto_size_74{font-size:46px}
    .texto_size_93{font-size:58px}
    .texto_size_104{font-size:65px}
}
@media screen and (max-width: 811px) {
    .texto_size_41{font-size:25px}
    .texto_size_71{font-size:44px}
    .texto_size_82{font-size:51px}
    .texto_size_101{font-size:63px}
}
@media screen and (max-width: 810px) {
    .texto_size_30{font-size:18px}
    .texto_size_60{font-size:37px}
    .texto_size_79{font-size:49px}
    .texto_size_90{font-size:56px}
    .texto_size_109{font-size:68px}
}
@media screen and (max-width: 809px) {
    .texto_size_49{font-size:30px}
    .texto_size_68{font-size:42px}
    .texto_size_87{font-size:54px}
    .texto_size_98{font-size:61px}
    .texto_size_106{font-size:66px}
}
@media screen and (max-width: 808px) {
    .texto_size_19{font-size:11px}
    .texto_size_38{font-size:23px}
    .texto_size_57{font-size:35px}
    .texto_size_76{font-size:47px}
    .texto_size_95{font-size:59px}
}
@media screen and (max-width: 807px) {
    .texto_size_65{font-size:40px}
    .texto_size_84{font-size:52px}
    .texto_size_103{font-size:64px}
}
@media screen and (max-width: 806px) {
    .texto_size_46{font-size:28px}
    .texto_size_73{font-size:45px}
    .texto_size_92{font-size:57px}
    .texto_size_100{font-size:62px}
}
@media screen and (max-width: 805px) {
    .texto_size_27{font-size:16px}
    .texto_size_54{font-size:33px}
    .texto_size_62{font-size:38px}
    .texto_size_81{font-size:50px}
    .texto_size_89{font-size:55px}
    .texto_size_108{font-size:67px}
}
@media screen and (max-width: 804px) {
    .texto_size_35{font-size:21px}
    .texto_size_70{font-size:43px}
    .texto_size_78{font-size:48px}
    .texto_size_97{font-size:60px}
    .texto_size_105{font-size:65px}
}
@media screen and (max-width: 803px) {
    .texto_size_43{font-size:26px}
    .texto_size_51{font-size:31px}
    .texto_size_86{font-size:53px}
    .texto_size_94{font-size:58px}
    .texto_size_102{font-size:63px}
}
@media screen and (max-width: 802px) {
    .texto_size_59{font-size:36px}
    .texto_size_67{font-size:41px}
    .texto_size_75{font-size:46px}
    .texto_size_110{font-size:68px}
}
@media screen and (max-width: 801px) {
    .texto_size_83{font-size:51px}
    .texto_size_91{font-size:56px}
    .texto_size_99{font-size:61px}
    .texto_size_107{font-size:66px}
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 799px) {
    .texto_size_8{font-size:4px}
    .texto_size_16{font-size:9px}
    .texto_size_24{font-size:14px}
    .texto_size_32{font-size:19px}
    .texto_size_40{font-size:24px}
    .texto_size_48{font-size:29px}
    .texto_size_56{font-size:34px}
    .texto_size_64{font-size:39px}
    .texto_size_72{font-size:44px}
    .texto_size_80{font-size:49px}
    .texto_size_88{font-size:54px}
    .texto_size_96{font-size:59px}
    .texto_size_104{font-size:64px}
}
@media screen and (max-width: 798px) {
    .texto_size_85{font-size:52px}
    .texto_size_93{font-size:57px}
    .texto_size_101{font-size:62px}
    .texto_size_109{font-size:67px}
}
@media screen and (max-width: 797px) {
    .texto_size_61{font-size:37px}
    .texto_size_69{font-size:42px}
    .texto_size_77{font-size:47px}
}
@media screen and (max-width: 796px) {
    .texto_size_45{font-size:27px}
    .texto_size_53{font-size:32px}
    .texto_size_82{font-size:50px}
    .texto_size_90{font-size:55px}
    .texto_size_98{font-size:60px}
    .texto_size_106{font-size:65px}
}
@media screen and (max-width: 795px) {
    .texto_size_37{font-size:22px}
    .texto_size_66{font-size:40px}
    .texto_size_74{font-size:45px}
    .texto_size_103{font-size:63px}
}
@media screen and (max-width: 794px) {
    .texto_size_29{font-size:17px}
    .texto_size_58{font-size:35px}
    .texto_size_87{font-size:53px}
    .texto_size_95{font-size:58px}
    .texto_size_108{font-size:66px}
}
@media screen and (max-width: 793px) {
    .texto_size_50{font-size:30px}
    .texto_size_71{font-size:43px}
    .texto_size_79{font-size:48px}
    .texto_size_92{font-size:56px}
    .texto_size_100{font-size:61px}
}
@media screen and (max-width: 792px) {
    .texto_size_21{font-size:12px}
    .texto_size_42{font-size:25px}
    .texto_size_63{font-size:38px}
    .texto_size_84{font-size:51px}
    .texto_size_105{font-size:64px}
}
@media screen and (max-width: 791px) {
    .texto_size_55{font-size:33px}
    .texto_size_76{font-size:46px}
    .texto_size_89{font-size:54px}
    .texto_size_97{font-size:59px}
    .texto_size_110{font-size:67px}
}
@media screen and (max-width: 790px) {
    .texto_size_34{font-size:20px}
    .texto_size_68{font-size:41px}
    .texto_size_81{font-size:49px}
    .texto_size_102{font-size:62px}
}
@media screen and (max-width: 789px) {
    .texto_size_47{font-size:28px}
    .texto_size_60{font-size:36px}
    .texto_size_73{font-size:44px}
    .texto_size_94{font-size:57px}
    .texto_size_107{font-size:65px}
}
@media screen and (max-width: 788px) {
    .texto_size_86{font-size:52px}
    .texto_size_99{font-size:60px}
}
@media screen and (max-width: 787px) {
    .texto_size_13{font-size:7px}
    .texto_size_26{font-size:15px}
    .texto_size_39{font-size:23px}
    .texto_size_52{font-size:31px}
    .texto_size_65{font-size:39px}
    .texto_size_78{font-size:47px}
    .texto_size_91{font-size:55px}
    .texto_size_104{font-size:63px}
}
@media screen and (max-width: 786px) {
    .texto_size_70{font-size:42px}
    .texto_size_83{font-size:50px}
    .texto_size_96{font-size:58px}
    .texto_size_109{font-size:66px}
}
@media screen and (max-width: 785px) {
    .texto_size_44{font-size:26px}
    .texto_size_57{font-size:34px}
    .texto_size_75{font-size:45px}
    .texto_size_88{font-size:53px}
    .texto_size_101{font-size:61px}
}
@media screen and (max-width: 784px) {
    .texto_size_31{font-size:18px}
    .texto_size_62{font-size:37px}
    .texto_size_93{font-size:56px}
    .texto_size_106{font-size:64px}
}
@media screen and (max-width: 783px) {
    .texto_size_49{font-size:29px}
    .texto_size_67{font-size:40px}
    .texto_size_80{font-size:48px}
    .texto_size_85{font-size:51px}
    .texto_size_98{font-size:59px}
}
@media screen and (max-width: 782px) {
    .texto_size_18{font-size:10px}
    .texto_size_36{font-size:21px}
    .texto_size_54{font-size:32px}
    .texto_size_72{font-size:43px}
    .texto_size_90{font-size:54px}
    .texto_size_103{font-size:62px}
    .texto_size_108{font-size:65px}
}
@media screen and (max-width: 781px) {
    .texto_size_59{font-size:35px}
    .texto_size_77{font-size:46px}
    .texto_size_95{font-size:57px}
}
@media screen and (max-width: 780px) {
    .texto_size_41{font-size:24px}
    .texto_size_82{font-size:49px}
    .texto_size_100{font-size:60px}
    .texto_size_105{font-size:63px}
}
@media screen and (max-width: 779px) {
    .texto_size_23{font-size:13px}
    .texto_size_46{font-size:27px}
    .texto_size_64{font-size:38px}
    .texto_size_69{font-size:41px}
    .texto_size_87{font-size:52px}
    .texto_size_92{font-size:55px}
    .texto_size_110{font-size:66px}
}
@media screen and (max-width: 778px) {
    .texto_size_51{font-size:30px}
    .texto_size_74{font-size:44px}
    .texto_size_97{font-size:58px}
    .texto_size_102{font-size:61px}
}
@media screen and (max-width: 777px) {
    .texto_size_28{font-size:16px}
    .texto_size_56{font-size:33px}
    .texto_size_79{font-size:47px}
    .texto_size_84{font-size:50px}
    .texto_size_107{font-size:64px}
}
@media screen and (max-width: 776px) {
    .texto_size_61{font-size:36px}
    .texto_size_89{font-size:53px}
    .texto_size_94{font-size:56px}
}
@media screen and (max-width: 775px) {
    .texto_size_33{font-size:19px}
    .texto_size_66{font-size:39px}
    .texto_size_71{font-size:42px}
    .texto_size_99{font-size:59px}
    .texto_size_104{font-size:62px}
    .texto_size_109{font-size:65px}
}
@media screen and (max-width: 774px) {
    .texto_size_38{font-size:22px}
    .texto_size_76{font-size:45px}
    .texto_size_81{font-size:48px}
}
@media screen and (max-width: 773px) {
    .texto_size_43{font-size:25px}
    .texto_size_48{font-size:28px}
    .texto_size_86{font-size:51px}
    .texto_size_91{font-size:54px}
    .texto_size_96{font-size:57px}
    .texto_size_101{font-size:60px}
}
@media screen and (max-width: 772px) {
    .texto_size_53{font-size:31px}
    .texto_size_58{font-size:34px}
    .texto_size_63{font-size:37px}
    .texto_size_106{font-size:63px}
}
@media screen and (max-width: 771px) {
    .texto_size_68{font-size:40px}
    .texto_size_73{font-size:43px}
    .texto_size_78{font-size:46px}
    .texto_size_83{font-size:49px}
}
@media screen and (max-width: 770px) {
    .texto_size_88{font-size:52px}
    .texto_size_93{font-size:55px}
    .texto_size_98{font-size:58px}
    .texto_size_103{font-size:61px}
    .texto_size_108{font-size:64px}
}
@media screen and (max-width: 769px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 767px) {
    .texto_size_10{font-size:5px}
    .texto_size_15{font-size:8px}
    .texto_size_20{font-size:11px}
    .texto_size_25{font-size:14px}
    .texto_size_30{font-size:17px}
    .texto_size_35{font-size:20px}
    .texto_size_40{font-size:23px}
    .texto_size_45{font-size:26px}
    .texto_size_50{font-size:29px}
    .texto_size_55{font-size:32px}
    .texto_size_60{font-size:35px}
    .texto_size_65{font-size:38px}
    .texto_size_70{font-size:41px}
    .texto_size_75{font-size:44px}
    .texto_size_80{font-size:47px}
    .texto_size_85{font-size:50px}
    .texto_size_90{font-size:53px}
    .texto_size_95{font-size:56px}
    .texto_size_100{font-size:59px}
    .texto_size_105{font-size:62px}
    .texto_size_110{font-size:65px}
}
@media screen and (max-width: 766px) {
}
@media screen and (max-width: 765px) {
    .texto_size_87{font-size:51px}
    .texto_size_92{font-size:54px}
    .texto_size_97{font-size:57px}
    .texto_size_102{font-size:60px}
    .texto_size_107{font-size:63px}
}
@media screen and (max-width: 764px) {
    .texto_size_67{font-size:39px}
    .texto_size_72{font-size:42px}
    .texto_size_77{font-size:45px}
    .texto_size_82{font-size:48px}
}
@media screen and (max-width: 763px) {
    .texto_size_52{font-size:30px}
    .texto_size_57{font-size:33px}
    .texto_size_62{font-size:36px}
    .texto_size_104{font-size:61px}
    .texto_size_109{font-size:64px}
}
@media screen and (max-width: 762px) {
    .texto_size_47{font-size:27px}
    .texto_size_89{font-size:52px}
    .texto_size_94{font-size:55px}
    .texto_size_99{font-size:58px}
}
@media screen and (max-width: 761px) {
    .texto_size_37{font-size:21px}
    .texto_size_42{font-size:24px}
    .texto_size_74{font-size:43px}
    .texto_size_79{font-size:46px}
    .texto_size_84{font-size:49px}
}
@media screen and (max-width: 760px) {
    .texto_size_69{font-size:40px}
    .texto_size_101{font-size:59px}
    .texto_size_106{font-size:62px}
}
@media screen and (max-width: 759px) {
    .texto_size_32{font-size:18px}
    .texto_size_59{font-size:34px}
    .texto_size_64{font-size:37px}
    .texto_size_86{font-size:50px}
    .texto_size_91{font-size:53px}
    .texto_size_96{font-size:56px}
}
@media screen and (max-width: 758px) {
    .texto_size_27{font-size:15px}
    .texto_size_54{font-size:31px}
    .texto_size_81{font-size:47px}
    .texto_size_103{font-size:60px}
    .texto_size_108{font-size:63px}
}
@media screen and (max-width: 757px) {
    .texto_size_49{font-size:28px}
    .texto_size_71{font-size:41px}
    .texto_size_76{font-size:44px}
    .texto_size_98{font-size:57px}
}
@media screen and (max-width: 756px) {
    .texto_size_22{font-size:12px}
    .texto_size_44{font-size:25px}
    .texto_size_66{font-size:38px}
    .texto_size_88{font-size:51px}
    .texto_size_93{font-size:54px}
    .texto_size_110{font-size:64px}
}
@media screen and (max-width: 755px) {
    .texto_size_61{font-size:35px}
    .texto_size_83{font-size:48px}
    .texto_size_100{font-size:58px}
    .texto_size_105{font-size:61px}
}
@media screen and (max-width: 754px) {
    .texto_size_39{font-size:22px}
    .texto_size_56{font-size:32px}
    .texto_size_78{font-size:45px}
    .texto_size_95{font-size:55px}
}
@media screen and (max-width: 753px) {
    .texto_size_73{font-size:42px}
    .texto_size_90{font-size:52px}
    .texto_size_107{font-size:62px}
}
@media screen and (max-width: 752px) {
    .texto_size_17{font-size:9px}
    .texto_size_34{font-size:19px}
    .texto_size_51{font-size:29px}
    .texto_size_68{font-size:39px}
    .texto_size_85{font-size:49px}
    .texto_size_97{font-size:56px}
    .texto_size_102{font-size:59px}
}
@media screen and (max-width: 751px) {
    .texto_size_46{font-size:26px}
    .texto_size_63{font-size:36px}
    .texto_size_80{font-size:46px}
    .texto_size_92{font-size:53px}
    .texto_size_109{font-size:63px}
}
@media screen and (max-width: 750px) {
    .texto_size_29{font-size:16px}
    .texto_size_58{font-size:33px}
    .texto_size_75{font-size:43px}
    .texto_size_87{font-size:50px}
    .texto_size_104{font-size:60px}
}
@media screen and (max-width: 749px) {
    .texto_size_41{font-size:23px}
    .texto_size_70{font-size:40px}
    .texto_size_82{font-size:47px}
    .texto_size_99{font-size:57px}
}
@media screen and (max-width: 748px) {
    .texto_size_53{font-size:30px}
    .texto_size_65{font-size:37px}
    .texto_size_77{font-size:44px}
    .texto_size_94{font-size:54px}
    .texto_size_106{font-size:61px}
}
@media screen and (max-width: 747px) {
    .texto_size_89{font-size:51px}
    .texto_size_101{font-size:58px}
}
@media screen and (max-width: 746px) {
    .texto_size_12{font-size:6px}
    .texto_size_24{font-size:13px}
    .texto_size_36{font-size:20px}
    .texto_size_48{font-size:27px}
    .texto_size_60{font-size:34px}
    .texto_size_72{font-size:41px}
    .texto_size_84{font-size:48px}
    .texto_size_96{font-size:55px}
    .texto_size_108{font-size:62px}
}
@media screen and (max-width: 745px) {
    .texto_size_67{font-size:38px}
    .texto_size_79{font-size:45px}
    .texto_size_91{font-size:52px}
    .texto_size_103{font-size:59px}
}
@media screen and (max-width: 744px) {
    .texto_size_43{font-size:24px}
    .texto_size_55{font-size:31px}
    .texto_size_86{font-size:49px}
    .texto_size_98{font-size:56px}
    .texto_size_110{font-size:63px}
}
@media screen and (max-width: 743px) {
    .texto_size_31{font-size:17px}
    .texto_size_62{font-size:35px}
    .texto_size_74{font-size:42px}
    .texto_size_93{font-size:53px}
    .texto_size_105{font-size:60px}
}
@media screen and (max-width: 742px) {
    .texto_size_50{font-size:28px}
    .texto_size_69{font-size:39px}
    .texto_size_81{font-size:46px}
    .texto_size_100{font-size:57px}
}
@media screen and (max-width: 741px) {
    .texto_size_19{font-size:10px}
    .texto_size_38{font-size:21px}
    .texto_size_57{font-size:32px}
    .texto_size_76{font-size:43px}
    .texto_size_88{font-size:50px}
    .texto_size_95{font-size:54px}
    .texto_size_107{font-size:61px}
}
@media screen and (max-width: 740px) {
    .texto_size_83{font-size:47px}
    .texto_size_102{font-size:58px}
}
@media screen and (max-width: 739px) {
    .texto_size_45{font-size:25px}
    .texto_size_64{font-size:36px}
    .texto_size_71{font-size:40px}
    .texto_size_90{font-size:51px}
    .texto_size_109{font-size:62px}
}
@media screen and (max-width: 738px) {
    .texto_size_26{font-size:14px}
    .texto_size_52{font-size:29px}
    .texto_size_78{font-size:44px}
    .texto_size_97{font-size:55px}
    .texto_size_104{font-size:59px}
}
@media screen and (max-width: 737px) {
    .texto_size_59{font-size:33px}
    .texto_size_85{font-size:48px}
    .texto_size_92{font-size:52px}
}
@media screen and (max-width: 736px) {
    .texto_size_33{font-size:18px}
    .texto_size_66{font-size:37px}
    .texto_size_73{font-size:41px}
    .texto_size_99{font-size:56px}
    .texto_size_106{font-size:60px}
}
@media screen and (max-width: 735px) {
    .texto_size_40{font-size:22px}
    .texto_size_47{font-size:26px}
    .texto_size_80{font-size:45px}
    .texto_size_87{font-size:49px}
    .texto_size_94{font-size:53px}
    .texto_size_101{font-size:57px}
}
@media screen and (max-width: 734px) {
    .texto_size_54{font-size:30px}
    .texto_size_61{font-size:34px}
    .texto_size_68{font-size:38px}
    .texto_size_108{font-size:61px}
}
@media screen and (max-width: 733px) {
    .texto_size_75{font-size:42px}
    .texto_size_82{font-size:46px}
    .texto_size_89{font-size:50px}
    .texto_size_96{font-size:54px}
    .texto_size_103{font-size:58px}
    .texto_size_110{font-size:62px}
}
@media screen and (max-width: 732px) {
}
@media screen and (max-width: 731px) {
    .texto_size_14{font-size:7px}
    .texto_size_21{font-size:11px}
    .texto_size_28{font-size:15px}
    .texto_size_35{font-size:19px}
    .texto_size_42{font-size:23px}
    .texto_size_49{font-size:27px}
    .texto_size_56{font-size:31px}
    .texto_size_63{font-size:35px}
    .texto_size_70{font-size:39px}
    .texto_size_77{font-size:43px}
    .texto_size_84{font-size:47px}
    .texto_size_91{font-size:51px}
    .texto_size_98{font-size:55px}
    .texto_size_105{font-size:59px}
}
@media screen and (max-width: 730px) {
}
@media screen and (max-width: 729px) {
    .texto_size_79{font-size:44px}
    .texto_size_86{font-size:48px}
    .texto_size_93{font-size:52px}
    .texto_size_100{font-size:56px}
    .texto_size_107{font-size:60px}
}
@media screen and (max-width: 728px) {
    .texto_size_58{font-size:32px}
    .texto_size_65{font-size:36px}
    .texto_size_72{font-size:40px}
    .texto_size_109{font-size:61px}
}
@media screen and (max-width: 727px) {
    .texto_size_44{font-size:24px}
    .texto_size_51{font-size:28px}
    .texto_size_88{font-size:49px}
    .texto_size_95{font-size:53px}
    .texto_size_102{font-size:57px}
}
@media screen and (max-width: 726px) {
    .texto_size_37{font-size:20px}
    .texto_size_74{font-size:41px}
    .texto_size_81{font-size:45px}
    .texto_size_104{font-size:58px}
}
@media screen and (max-width: 725px) {
    .texto_size_30{font-size:16px}
    .texto_size_60{font-size:33px}
    .texto_size_67{font-size:37px}
    .texto_size_90{font-size:50px}
    .texto_size_97{font-size:54px}
}
@media screen and (max-width: 724px) {
    .texto_size_53{font-size:29px}
    .texto_size_76{font-size:42px}
    .texto_size_83{font-size:46px}
    .texto_size_99{font-size:55px}
    .texto_size_106{font-size:59px}
}
@media screen and (max-width: 723px) {
    .texto_size_23{font-size:12px}
    .texto_size_46{font-size:25px}
    .texto_size_69{font-size:38px}
    .texto_size_92{font-size:51px}
}
@media screen and (max-width: 722px) {
    .texto_size_39{font-size:21px}
    .texto_size_62{font-size:34px}
    .texto_size_78{font-size:43px}
    .texto_size_85{font-size:47px}
    .texto_size_101{font-size:56px}
    .texto_size_108{font-size:60px}
}
@media screen and (max-width: 721px) {
    .texto_size_55{font-size:30px}
    .texto_size_71{font-size:39px}
    .texto_size_94{font-size:52px}
    .texto_size_110{font-size:61px}
}
@media screen and (max-width: 720px) {
    .texto_size_87{font-size:48px}
    .texto_size_103{font-size:57px}
}
@media screen and (max-width: 719px) {
    .texto_size_16{font-size:8px}
    .texto_size_32{font-size:17px}
    .texto_size_48{font-size:26px}
    .texto_size_64{font-size:35px}
    .texto_size_80{font-size:44px}
    .texto_size_89{font-size:49px}
    .texto_size_96{font-size:53px}
    .texto_size_105{font-size:58px}
}
@media screen and (max-width: 718px) {
    .texto_size_41{font-size:22px}
    .texto_size_57{font-size:31px}
    .texto_size_73{font-size:40px}
    .texto_size_82{font-size:45px}
    .texto_size_98{font-size:54px}
}
@media screen and (max-width: 717px) {
    .texto_size_66{font-size:36px}
    .texto_size_91{font-size:50px}
    .texto_size_107{font-size:59px}
}
@media screen and (max-width: 716px) {
    .texto_size_25{font-size:13px}
    .texto_size_50{font-size:27px}
    .texto_size_75{font-size:41px}
    .texto_size_84{font-size:46px}
    .texto_size_100{font-size:55px}
    .texto_size_109{font-size:60px}
}
@media screen and (max-width: 715px) {
    .texto_size_34{font-size:18px}
    .texto_size_59{font-size:32px}
    .texto_size_68{font-size:37px}
    .texto_size_93{font-size:51px}
    .texto_size_102{font-size:56px}
}
@media screen and (max-width: 714px) {
    .texto_size_43{font-size:23px}
    .texto_size_77{font-size:42px}
    .texto_size_86{font-size:47px}
    .texto_size_95{font-size:52px}
}
@media screen and (max-width: 713px) {
    .texto_size_52{font-size:28px}
    .texto_size_61{font-size:33px}
    .texto_size_70{font-size:38px}
    .texto_size_104{font-size:57px}
}
@media screen and (max-width: 712px) {
    .texto_size_79{font-size:43px}
    .texto_size_88{font-size:48px}
    .texto_size_97{font-size:53px}
    .texto_size_106{font-size:58px}
}
@media screen and (max-width: 711px) {
    .texto_size_9{font-size:4px}
    .texto_size_18{font-size:9px}
    .texto_size_27{font-size:14px}
    .texto_size_36{font-size:19px}
    .texto_size_45{font-size:24px}
    .texto_size_54{font-size:29px}
    .texto_size_63{font-size:34px}
    .texto_size_72{font-size:39px}
    .texto_size_81{font-size:44px}
    .texto_size_90{font-size:49px}
    .texto_size_99{font-size:54px}
    .texto_size_108{font-size:59px}
}
@media screen and (max-width: 710px) {
}
@media screen and (max-width: 709px) {
    .texto_size_74{font-size:40px}
    .texto_size_83{font-size:45px}
    .texto_size_92{font-size:50px}
    .texto_size_101{font-size:55px}
    .texto_size_110{font-size:60px}
}
@media screen and (max-width: 708px) {
    .texto_size_47{font-size:25px}
    .texto_size_56{font-size:30px}
    .texto_size_65{font-size:35px}
    .texto_size_94{font-size:51px}
    .texto_size_103{font-size:56px}
}
@media screen and (max-width: 707px) {
    .texto_size_38{font-size:20px}
    .texto_size_76{font-size:41px}
    .texto_size_85{font-size:46px}
    .texto_size_105{font-size:57px}
}
@media screen and (max-width: 706px) {
    .texto_size_29{font-size:15px}
    .texto_size_58{font-size:31px}
    .texto_size_67{font-size:36px}
    .texto_size_87{font-size:47px}
    .texto_size_96{font-size:52px}
}
@media screen and (max-width: 705px) {
    .texto_size_49{font-size:26px}
    .texto_size_78{font-size:42px}
    .texto_size_98{font-size:53px}
    .texto_size_107{font-size:58px}
}
@media screen and (max-width: 704px) {
    .texto_size_69{font-size:37px}
    .texto_size_89{font-size:48px}
    .texto_size_109{font-size:59px}
}
@media screen and (max-width: 703px) {
    .texto_size_20{font-size:10px}
    .texto_size_40{font-size:21px}
    .texto_size_60{font-size:32px}
    .texto_size_71{font-size:38px}
    .texto_size_80{font-size:43px}
    .texto_size_91{font-size:49px}
    .texto_size_100{font-size:54px}
}
@media screen and (max-width: 702px) {
    .texto_size_51{font-size:27px}
    .texto_size_82{font-size:44px}
    .texto_size_102{font-size:55px}
}
@media screen and (max-width: 701px) {
    .texto_size_31{font-size:16px}
    .texto_size_62{font-size:33px}
    .texto_size_73{font-size:39px}
    .texto_size_93{font-size:50px}
    .texto_size_104{font-size:56px}
}
@media screen and (max-width: 700px) {
    .texto_size_42{font-size:22px}
    .texto_size_53{font-size:28px}
    .texto_size_84{font-size:45px}
    .texto_size_95{font-size:51px}
    .texto_size_106{font-size:57px}
}
@media screen and (max-width: 699px) {
    .texto_size_64{font-size:34px}
    .texto_size_75{font-size:40px}
    .texto_size_86{font-size:46px}
    .texto_size_97{font-size:52px}
    .texto_size_108{font-size:58px}
}
@media screen and (max-width: 698px) {
    .texto_size_11{font-size:5px}
    .texto_size_22{font-size:11px}
    .texto_size_33{font-size:17px}
    .texto_size_44{font-size:23px}
    .texto_size_55{font-size:29px}
    .texto_size_66{font-size:35px}
    .texto_size_77{font-size:41px}
    .texto_size_88{font-size:47px}
    .texto_size_99{font-size:53px}
    .texto_size_110{font-size:59px}
}
@media screen and (max-width: 697px) {
    .texto_size_101{font-size:54px}
}
@media screen and (max-width: 696px) {
    .texto_size_57{font-size:30px}
    .texto_size_68{font-size:36px}
    .texto_size_79{font-size:42px}
    .texto_size_90{font-size:48px}
}
@media screen and (max-width: 695px) {
    .texto_size_46{font-size:24px}
    .texto_size_81{font-size:43px}
    .texto_size_92{font-size:49px}
    .texto_size_103{font-size:55px}
}
@media screen and (max-width: 694px) {
    .texto_size_35{font-size:18px}
    .texto_size_59{font-size:31px}
    .texto_size_70{font-size:37px}
    .texto_size_94{font-size:50px}
    .texto_size_105{font-size:56px}
}
@media screen and (max-width: 693px) {
    .texto_size_24{font-size:12px}
    .texto_size_48{font-size:25px}
    .texto_size_72{font-size:38px}
    .texto_size_83{font-size:44px}
    .texto_size_96{font-size:51px}
    .texto_size_107{font-size:57px}
}
@media screen and (max-width: 692px) {
    .texto_size_61{font-size:32px}
    .texto_size_85{font-size:45px}
    .texto_size_98{font-size:52px}
    .texto_size_109{font-size:58px}
}
@media screen and (max-width: 691px) {
    .texto_size_37{font-size:19px}
    .texto_size_50{font-size:26px}
    .texto_size_74{font-size:39px}
    .texto_size_87{font-size:46px}
    .texto_size_100{font-size:53px}
}
@media screen and (max-width: 690px) {
    .texto_size_63{font-size:33px}
    .texto_size_76{font-size:40px}
    .texto_size_89{font-size:47px}
    .texto_size_102{font-size:54px}
}
@media screen and (max-width: 689px) {
    .texto_size_13{font-size:6px}
    .texto_size_26{font-size:13px}
    .texto_size_39{font-size:20px}
    .texto_size_52{font-size:27px}
    .texto_size_65{font-size:34px}
    .texto_size_78{font-size:41px}
    .texto_size_91{font-size:48px}
    .texto_size_104{font-size:55px}
}
@media screen and (max-width: 688px) {
    .texto_size_93{font-size:49px}
    .texto_size_106{font-size:56px}
}
@media screen and (max-width: 687px) {
    .texto_size_54{font-size:28px}
    .texto_size_67{font-size:35px}
    .texto_size_80{font-size:42px}
    .texto_size_95{font-size:50px}
    .texto_size_108{font-size:57px}
}
@media screen and (max-width: 686px) {
    .texto_size_41{font-size:21px}
    .texto_size_69{font-size:36px}
    .texto_size_82{font-size:43px}
    .texto_size_97{font-size:51px}
    .texto_size_110{font-size:58px}
}
@media screen and (max-width: 685px) {
    .texto_size_28{font-size:14px}
    .texto_size_56{font-size:29px}
    .texto_size_71{font-size:37px}
    .texto_size_84{font-size:44px}
    .texto_size_99{font-size:52px}
}
@media screen and (max-width: 684px) {
    .texto_size_43{font-size:22px}
    .texto_size_58{font-size:30px}
    .texto_size_86{font-size:45px}
    .texto_size_101{font-size:53px}
}
@media screen and (max-width: 683px) {
    .texto_size_73{font-size:38px}
    .texto_size_88{font-size:46px}
    .texto_size_103{font-size:54px}
}
@media screen and (max-width: 682px) {
    .texto_size_15{font-size:7px}
    .texto_size_30{font-size:15px}
    .texto_size_45{font-size:23px}
    .texto_size_60{font-size:31px}
    .texto_size_75{font-size:39px}
    .texto_size_90{font-size:47px}
    .texto_size_105{font-size:55px}
}
@media screen and (max-width: 681px) {
    .texto_size_62{font-size:32px}
    .texto_size_77{font-size:40px}
    .texto_size_92{font-size:48px}
    .texto_size_107{font-size:56px}
    .texto_size_109{font-size:57px}
}
@media screen and (max-width: 680px) {
    .texto_size_47{font-size:24px}
    .texto_size_79{font-size:41px}
    .texto_size_94{font-size:49px}
}
@media screen and (max-width: 679px) {
    .texto_size_32{font-size:16px}
    .texto_size_49{font-size:25px}
    .texto_size_64{font-size:33px}
    .texto_size_81{font-size:42px}
    .texto_size_96{font-size:50px}
    .texto_size_98{font-size:51px}
}
@media screen and (max-width: 678px) {
    .texto_size_66{font-size:34px}
    .texto_size_83{font-size:43px}
    .texto_size_100{font-size:52px}
}
@media screen and (max-width: 677px) {
    .texto_size_17{font-size:8px}
    .texto_size_34{font-size:17px}
    .texto_size_51{font-size:26px}
    .texto_size_68{font-size:35px}
    .texto_size_85{font-size:44px}
    .texto_size_102{font-size:53px}
}
@media screen and (max-width: 676px) {
    .texto_size_53{font-size:27px}
    .texto_size_70{font-size:36px}
    .texto_size_87{font-size:45px}
    .texto_size_104{font-size:54px}
    .texto_size_106{font-size:55px}
}
@media screen and (max-width: 675px) {
    .texto_size_36{font-size:18px}
    .texto_size_72{font-size:37px}
    .texto_size_89{font-size:46px}
    .texto_size_91{font-size:47px}
    .texto_size_108{font-size:56px}
}
@media screen and (max-width: 674px) {
    .texto_size_55{font-size:28px}
    .texto_size_74{font-size:38px}
    .texto_size_93{font-size:48px}
    .texto_size_110{font-size:57px}
}
@media screen and (max-width: 673px) {
    .texto_size_19{font-size:9px}
    .texto_size_38{font-size:19px}
    .texto_size_57{font-size:29px}
    .texto_size_76{font-size:39px}
    .texto_size_95{font-size:49px}
}
@media screen and (max-width: 672px) {
    .texto_size_59{font-size:30px}
    .texto_size_78{font-size:40px}
    .texto_size_97{font-size:50px}
    .texto_size_99{font-size:51px}
}
@media screen and (max-width: 671px) {
    .texto_size_40{font-size:20px}
    .texto_size_61{font-size:31px}
    .texto_size_80{font-size:41px}
    .texto_size_82{font-size:42px}
    .texto_size_101{font-size:52px}
    .texto_size_103{font-size:53px}
}
@media screen and (max-width: 670px) {
    .texto_size_21{font-size:10px}
    .texto_size_42{font-size:21px}
    .texto_size_63{font-size:32px}
    .texto_size_84{font-size:43px}
    .texto_size_105{font-size:54px}
}
@media screen and (max-width: 669px) {
    .texto_size_44{font-size:22px}
    .texto_size_65{font-size:33px}
    .texto_size_86{font-size:44px}
    .texto_size_88{font-size:45px}
    .texto_size_107{font-size:55px}
    .texto_size_109{font-size:56px}
}
@media screen and (max-width: 668px) {
    .texto_size_67{font-size:34px}
    .texto_size_90{font-size:46px}
}
@media screen and (max-width: 667px) {
    .texto_size_23{font-size:11px}
    .texto_size_46{font-size:23px}
    .texto_size_69{font-size:35px}
    .texto_size_71{font-size:36px}
    .texto_size_92{font-size:47px}
    .texto_size_94{font-size:48px}
}
@media screen and (max-width: 666px) {
    .texto_size_48{font-size:24px}
    .texto_size_73{font-size:37px}
    .texto_size_96{font-size:49px}
    .texto_size_98{font-size:50px}
}
@media screen and (max-width: 665px) {
    .texto_size_25{font-size:12px}
    .texto_size_50{font-size:25px}
    .texto_size_75{font-size:38px}
    .texto_size_100{font-size:51px}
    .texto_size_102{font-size:52px}
}
@media screen and (max-width: 664px) {
    .texto_size_52{font-size:26px}
    .texto_size_77{font-size:39px}
    .texto_size_79{font-size:40px}
    .texto_size_104{font-size:53px}
    .texto_size_106{font-size:54px}
}
@media screen and (max-width: 663px) {
    .texto_size_27{font-size:13px}
    .texto_size_54{font-size:27px}
    .texto_size_81{font-size:41px}
    .texto_size_83{font-size:42px}
    .texto_size_108{font-size:55px}
    .texto_size_110{font-size:56px}
}
@media screen and (max-width: 662px) {
    .texto_size_29{font-size:14px}
    .texto_size_56{font-size:28px}
    .texto_size_58{font-size:29px}
    .texto_size_85{font-size:43px}
    .texto_size_87{font-size:44px}
}
@media screen and (max-width: 661px) {
    .texto_size_60{font-size:30px}
    .texto_size_89{font-size:45px}
    .texto_size_91{font-size:46px}
}
@media screen and (max-width: 660px) {
    .texto_size_31{font-size:15px}
    .texto_size_62{font-size:31px}
    .texto_size_93{font-size:47px}
    .texto_size_95{font-size:48px}
}
@media screen and (max-width: 659px) {
    .texto_size_33{font-size:16px}
    .texto_size_64{font-size:32px}
    .texto_size_66{font-size:33px}
    .texto_size_97{font-size:49px}
    .texto_size_99{font-size:50px}
    .texto_size_101{font-size:51px}
}
@media screen and (max-width: 658px) {
    .texto_size_35{font-size:17px}
    .texto_size_68{font-size:34px}
    .texto_size_70{font-size:35px}
    .texto_size_103{font-size:52px}
    .texto_size_105{font-size:53px}
}
@media screen and (max-width: 657px) {
    .texto_size_37{font-size:18px}
    .texto_size_72{font-size:36px}
    .texto_size_74{font-size:37px}
    .texto_size_107{font-size:54px}
    .texto_size_109{font-size:55px}
}
@media screen and (max-width: 656px) {
    .texto_size_39{font-size:19px}
    .texto_size_76{font-size:38px}
    .texto_size_78{font-size:39px}
}
@media screen and (max-width: 655px) {
    .texto_size_41{font-size:20px}
    .texto_size_80{font-size:40px}
    .texto_size_82{font-size:41px}
    .texto_size_84{font-size:42px}
}
@media screen and (max-width: 654px) {
    .texto_size_43{font-size:21px}
    .texto_size_45{font-size:22px}
    .texto_size_86{font-size:43px}
    .texto_size_88{font-size:44px}
    .texto_size_90{font-size:45px}
}
@media screen and (max-width: 653px) {
    .texto_size_47{font-size:23px}
    .texto_size_49{font-size:24px}
    .texto_size_92{font-size:46px}
    .texto_size_94{font-size:47px}
    .texto_size_96{font-size:48px}
    .texto_size_98{font-size:49px}
}
@media screen and (max-width: 652px) {
    .texto_size_51{font-size:25px}
    .texto_size_53{font-size:26px}
    .texto_size_100{font-size:50px}
    .texto_size_102{font-size:51px}
    .texto_size_104{font-size:52px}
    .texto_size_106{font-size:53px}
}
@media screen and (max-width: 651px) {
    .texto_size_55{font-size:27px}
    .texto_size_57{font-size:28px}
    .texto_size_108{font-size:54px}
    .texto_size_110{font-size:55px}
}
@media screen and (max-width: 650px) {
    .texto_size_59{font-size:29px}
    .texto_size_61{font-size:30px}
    .texto_size_63{font-size:31px}
}
@media screen and (max-width: 649px) {
    .texto_size_65{font-size:32px}
    .texto_size_67{font-size:33px}
    .texto_size_69{font-size:34px}
    .texto_size_71{font-size:35px}
}
@media screen and (max-width: 648px) {
    .texto_size_73{font-size:36px}
    .texto_size_75{font-size:37px}
    .texto_size_77{font-size:38px}
    .texto_size_79{font-size:39px}
}
@media screen and (max-width: 647px) {
    .texto_size_81{font-size:40px}
    .texto_size_83{font-size:41px}
    .texto_size_85{font-size:42px}
    .texto_size_87{font-size:43px}
    .texto_size_89{font-size:44px}
    .texto_size_91{font-size:45px}
}
@media screen and (max-width: 646px) {
    .texto_size_93{font-size:46px}
    .texto_size_95{font-size:47px}
    .texto_size_97{font-size:48px}
    .texto_size_99{font-size:49px}
    .texto_size_101{font-size:50px}
    .texto_size_103{font-size:51px}
    .texto_size_105{font-size:52px}
}
@media screen and (max-width: 645px) {
    .texto_size_107{font-size:53px}
    .texto_size_109{font-size:54px}
}
@media screen and (max-width: 644px) {
}
@media screen and (max-width: 643px) {
}
@media screen and (max-width: 642px) {
}
@media screen and (max-width: 641px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 639px) {
    .texto_size_8{font-size:3px}
    .texto_size_10{font-size:4px}
    .texto_size_12{font-size:5px}
    .texto_size_14{font-size:6px}
    .texto_size_16{font-size:7px}
    .texto_size_18{font-size:8px}
    .texto_size_20{font-size:9px}
    .texto_size_22{font-size:10px}
    .texto_size_24{font-size:11px}
    .texto_size_26{font-size:12px}
    .texto_size_28{font-size:13px}
    .texto_size_30{font-size:14px}
    .texto_size_32{font-size:15px}
    .texto_size_34{font-size:16px}
    .texto_size_36{font-size:17px}
    .texto_size_38{font-size:18px}
    .texto_size_40{font-size:19px}
    .texto_size_42{font-size:20px}
    .texto_size_44{font-size:21px}
    .texto_size_46{font-size:22px}
    .texto_size_48{font-size:23px}
    .texto_size_50{font-size:24px}
    .texto_size_52{font-size:25px}
    .texto_size_54{font-size:26px}
    .texto_size_56{font-size:27px}
    .texto_size_58{font-size:28px}
    .texto_size_60{font-size:29px}
    .texto_size_62{font-size:30px}
    .texto_size_64{font-size:31px}
    .texto_size_66{font-size:32px}
    .texto_size_68{font-size:33px}
    .texto_size_70{font-size:34px}
    .texto_size_72{font-size:35px}
    .texto_size_74{font-size:36px}
    .texto_size_76{font-size:37px}
    .texto_size_78{font-size:38px}
    .texto_size_80{font-size:39px}
    .texto_size_82{font-size:40px}
    .texto_size_84{font-size:41px}
    .texto_size_86{font-size:42px}
    .texto_size_88{font-size:43px}
    .texto_size_90{font-size:44px}
    .texto_size_92{font-size:45px}
    .texto_size_94{font-size:46px}
    .texto_size_96{font-size:47px}
    .texto_size_98{font-size:48px}
    .texto_size_100{font-size:49px}
    .texto_size_102{font-size:50px}
    .texto_size_104{font-size:51px}
    .texto_size_106{font-size:52px}
    .texto_size_108{font-size:53px}
    .texto_size_110{font-size:54px}
}
@media screen and (max-width: 638px) {
}
@media screen and (max-width: 637px) {
}
@media screen and (max-width: 636px) {
}
@media screen and (max-width: 635px) {
}
@media screen and (max-width: 634px) {
    .texto_size_107{font-size:52px}
    .texto_size_109{font-size:53px}
}
@media screen and (max-width: 633px) {
    .texto_size_93{font-size:45px}
    .texto_size_95{font-size:46px}
    .texto_size_97{font-size:47px}
    .texto_size_99{font-size:48px}
    .texto_size_101{font-size:49px}
    .texto_size_103{font-size:50px}
    .texto_size_105{font-size:51px}
}
@media screen and (max-width: 632px) {
    .texto_size_81{font-size:39px}
    .texto_size_83{font-size:40px}
    .texto_size_85{font-size:41px}
    .texto_size_87{font-size:42px}
    .texto_size_89{font-size:43px}
    .texto_size_91{font-size:44px}
}
@media screen and (max-width: 631px) {
    .texto_size_73{font-size:35px}
    .texto_size_75{font-size:36px}
    .texto_size_77{font-size:37px}
    .texto_size_79{font-size:38px}
}
@media screen and (max-width: 630px) {
    .texto_size_65{font-size:31px}
    .texto_size_67{font-size:32px}
    .texto_size_69{font-size:33px}
    .texto_size_71{font-size:34px}
}
@media screen and (max-width: 629px) {
    .texto_size_59{font-size:28px}
    .texto_size_61{font-size:29px}
    .texto_size_63{font-size:30px}
}
@media screen and (max-width: 628px) {
    .texto_size_55{font-size:26px}
    .texto_size_57{font-size:27px}
    .texto_size_108{font-size:52px}
    .texto_size_110{font-size:53px}
}
@media screen and (max-width: 627px) {
    .texto_size_51{font-size:24px}
    .texto_size_53{font-size:25px}
    .texto_size_100{font-size:48px}
    .texto_size_102{font-size:49px}
    .texto_size_104{font-size:50px}
    .texto_size_106{font-size:51px}
}
@media screen and (max-width: 626px) {
    .texto_size_47{font-size:22px}
    .texto_size_49{font-size:23px}
    .texto_size_92{font-size:44px}
    .texto_size_94{font-size:45px}
    .texto_size_96{font-size:46px}
    .texto_size_98{font-size:47px}
}
@media screen and (max-width: 625px) {
    .texto_size_43{font-size:20px}
    .texto_size_45{font-size:21px}
    .texto_size_86{font-size:41px}
    .texto_size_88{font-size:42px}
    .texto_size_90{font-size:43px}
}
@media screen and (max-width: 624px) {
    .texto_size_41{font-size:19px}
    .texto_size_82{font-size:39px}
    .texto_size_84{font-size:40px}
}
@media screen and (max-width: 623px) {
    .texto_size_39{font-size:18px}
    .texto_size_76{font-size:36px}
    .texto_size_78{font-size:37px}
    .texto_size_80{font-size:38px}
}
@media screen and (max-width: 622px) {
    .texto_size_37{font-size:17px}
    .texto_size_72{font-size:34px}
    .texto_size_74{font-size:35px}
    .texto_size_107{font-size:51px}
    .texto_size_109{font-size:52px}
}
@media screen and (max-width: 621px) {
    .texto_size_35{font-size:16px}
    .texto_size_68{font-size:32px}
    .texto_size_70{font-size:33px}
    .texto_size_103{font-size:49px}
    .texto_size_105{font-size:50px}
}
@media screen and (max-width: 620px) {
    .texto_size_33{font-size:15px}
    .texto_size_66{font-size:31px}
    .texto_size_97{font-size:46px}
    .texto_size_99{font-size:47px}
    .texto_size_101{font-size:48px}
}
@media screen and (max-width: 619px) {
    .texto_size_31{font-size:14px}
    .texto_size_62{font-size:29px}
    .texto_size_64{font-size:30px}
    .texto_size_93{font-size:44px}
    .texto_size_95{font-size:45px}
}
@media screen and (max-width: 618px) {
    .texto_size_60{font-size:28px}
    .texto_size_89{font-size:42px}
    .texto_size_91{font-size:43px}
}
@media screen and (max-width: 617px) {
    .texto_size_29{font-size:13px}
    .texto_size_56{font-size:26px}
    .texto_size_58{font-size:27px}
    .texto_size_85{font-size:40px}
    .texto_size_87{font-size:41px}
}
@media screen and (max-width: 616px) {
    .texto_size_27{font-size:12px}
    .texto_size_54{font-size:25px}
    .texto_size_81{font-size:38px}
    .texto_size_83{font-size:39px}
    .texto_size_108{font-size:51px}
    .texto_size_110{font-size:52px}
}
@media screen and (max-width: 615px) {
    .texto_size_52{font-size:24px}
    .texto_size_77{font-size:36px}
    .texto_size_79{font-size:37px}
    .texto_size_104{font-size:49px}
    .texto_size_106{font-size:50px}
}
@media screen and (max-width: 614px) {
    .texto_size_25{font-size:11px}
    .texto_size_50{font-size:23px}
    .texto_size_75{font-size:35px}
    .texto_size_100{font-size:47px}
    .texto_size_102{font-size:48px}
}
@media screen and (max-width: 613px) {
    .texto_size_48{font-size:22px}
    .texto_size_73{font-size:34px}
    .texto_size_96{font-size:45px}
    .texto_size_98{font-size:46px}
}
@media screen and (max-width: 612px) {
    .texto_size_23{font-size:10px}
    .texto_size_46{font-size:21px}
    .texto_size_69{font-size:32px}
    .texto_size_71{font-size:33px}
    .texto_size_92{font-size:43px}
    .texto_size_94{font-size:44px}
}
@media screen and (max-width: 611px) {
    .texto_size_67{font-size:31px}
    .texto_size_90{font-size:42px}
}
@media screen and (max-width: 610px) {
    .texto_size_44{font-size:20px}
    .texto_size_65{font-size:30px}
    .texto_size_86{font-size:40px}
    .texto_size_88{font-size:41px}
    .texto_size_107{font-size:50px}
    .texto_size_109{font-size:51px}
}
@media screen and (max-width: 609px) {
    .texto_size_21{font-size:9px}
    .texto_size_42{font-size:19px}
    .texto_size_63{font-size:29px}
    .texto_size_84{font-size:39px}
    .texto_size_105{font-size:49px}
}
@media screen and (max-width: 608px) {
    .texto_size_61{font-size:28px}
    .texto_size_82{font-size:38px}
    .texto_size_101{font-size:47px}
    .texto_size_103{font-size:48px}
}
@media screen and (max-width: 607px) {
    .texto_size_40{font-size:18px}
    .texto_size_59{font-size:27px}
    .texto_size_78{font-size:36px}
    .texto_size_80{font-size:37px}
    .texto_size_97{font-size:45px}
    .texto_size_99{font-size:46px}
}
@media screen and (max-width: 606px) {
    .texto_size_19{font-size:8px}
    .texto_size_38{font-size:17px}
    .texto_size_57{font-size:26px}
    .texto_size_76{font-size:35px}
    .texto_size_95{font-size:44px}
}
@media screen and (max-width: 605px) {
    .texto_size_55{font-size:25px}
    .texto_size_74{font-size:34px}
    .texto_size_93{font-size:43px}
    .texto_size_110{font-size:51px}
}
@media screen and (max-width: 604px) {
    .texto_size_36{font-size:16px}
    .texto_size_72{font-size:33px}
    .texto_size_89{font-size:41px}
    .texto_size_91{font-size:42px}
    .texto_size_108{font-size:50px}
}
@media screen and (max-width: 603px) {
    .texto_size_53{font-size:24px}
    .texto_size_70{font-size:32px}
    .texto_size_87{font-size:40px}
    .texto_size_104{font-size:48px}
    .texto_size_106{font-size:49px}
}
@media screen and (max-width: 602px) {
    .texto_size_17{font-size:7px}
    .texto_size_34{font-size:15px}
    .texto_size_51{font-size:23px}
    .texto_size_68{font-size:31px}
    .texto_size_85{font-size:39px}
    .texto_size_102{font-size:47px}
}
@media screen and (max-width: 601px) {
    .texto_size_66{font-size:30px}
    .texto_size_83{font-size:38px}
    .texto_size_100{font-size:46px}
}
@media screen and (max-width: 600px) {
    .texto_size_8{font-size:5px}
    .texto_size_9{font-size:6px}
    .texto_size_10{font-size:6px}
    .texto_size_11{font-size:7px}
    .texto_size_12{font-size:8px}
    .texto_size_13{font-size:9px}
    .texto_size_14{font-size:10px}
    .texto_size_15{font-size:10px}
    .texto_size_16{font-size:11px}
    .texto_size_17{font-size:12px}
    .texto_size_18{font-size:12px}
    .texto_size_19{font-size:13px}
    .texto_size_20{font-size:14px}
    .texto_size_21{font-size:14px}
    .texto_size_22{font-size:15px}
    .texto_size_23{font-size:16px}
    .texto_size_24{font-size:16px}
    .texto_size_25{font-size:17px}
    .texto_size_26{font-size:18px}
    .texto_size_27{font-size:18px}
    .texto_size_28{font-size:19px}
    .texto_size_29{font-size:20px}
    .texto_size_30{font-size:20px}
    .texto_size_31{font-size:21px}
    .texto_size_32{font-size:22px}
    .texto_size_33{font-size:22px}
    .texto_size_34{font-size:23px}
    .texto_size_35{font-size:24px}
    .texto_size_36{font-size:24px}
    .texto_size_37{font-size:25px}
    .texto_size_38{font-size:26px}
    .texto_size_39{font-size:27px}
    .texto_size_40{font-size:27px}
    .texto_size_41{font-size:28px}
    .texto_size_42{font-size:29px}
    .texto_size_43{font-size:29px}
    .texto_size_44{font-size:30px}
    .texto_size_45{font-size:31px}
    .texto_size_46{font-size:31px}
    .texto_size_47{font-size:32px}
    .texto_size_48{font-size:33px}
    .texto_size_49{font-size:33px}
    .texto_size_50{font-size:34px}
    .texto_size_51{font-size:35px}
    .texto_size_52{font-size:35px}
    .texto_size_53{font-size:26px}
    .texto_size_54{font-size:37px}
    .texto_size_55{font-size:37px}
    .texto_size_56{font-size:38px}
    .texto_size_57{font-size:39px}
    .texto_size_58{font-size:39px}
    .texto_size_59{font-size:40px}
    .texto_size_60{font-size:41px}
    .texto_size_61{font-size:41px}
    .texto_size_62{font-size:42px}
    .texto_size_63{font-size:63px}
    .texto_size_64{font-size:43px}
    .texto_size_65{font-size:44px}
    .texto_size_66{font-size:44px}
    .texto_size_67{font-size:45px}
    .texto_size_68{font-size:46px}
    .texto_size_69{font-size:46px}
    .texto_size_70{font-size:47px}
    .texto_size_71{font-size:48px}
    .texto_size_72{font-size:48px}
    .texto_size_73{font-size:49px}
    .texto_size_74{font-size:50px}
    .texto_size_75{font-size:50px}
    .texto_size_76{font-size:51px}
    .texto_size_77{font-size:52px}
    .texto_size_78{font-size:52px}
    .texto_size_79{font-size:53px}
    .texto_size_80{font-size:54px}
    .texto_size_81{font-size:54px}
    .texto_size_82{font-size:55px}
    .texto_size_83{font-size:56px}
    .texto_size_84{font-size:56px}
    .texto_size_85{font-size:57px}
    .texto_size_86{font-size:58px}
    .texto_size_87{font-size:58px}
    .texto_size_88{font-size:59px}
    .texto_size_89{font-size:60px}
    .texto_size_90{font-size:61px}
    .texto_size_91{font-size:62px}
    .texto_size_92{font-size:63px}
    .texto_size_93{font-size:63px}
    .texto_size_94{font-size:64px}
    .texto_size_95{font-size:65px}
    .texto_size_96{font-size:65px}
    .texto_size_97{font-size:66px}
    .texto_size_98{font-size:67px}
    .texto_size_99{font-size:67px}
    .texto_size_100{font-size:68px}
    .texto_size_101{font-size:69px}
    .texto_size_102{font-size:69px}
    .texto_size_103{font-size:70px}
    .texto_size_104{font-size:71px}
    .texto_size_105{font-size:71px}
    .texto_size_106{font-size:72px}
    .texto_size_107{font-size:73px}
    .texto_size_108{font-size:73px}
    .texto_size_109{font-size:74px}
    .texto_size_110{font-size:75px}
}
@media screen and (max-width: 599px) {
    .texto_size_8{font-size:5px}
    .texto_size_9{font-size:6px}
    .texto_size_10{font-size:7px}
    .texto_size_11{font-size:8px}
    .texto_size_12{font-size:9px}
    .texto_size_13{font-size:10px}
    .texto_size_14{font-size:11px}
    .texto_size_15{font-size:12px}
    .texto_size_16{font-size:13px}
    .texto_size_17{font-size:14px}
    .texto_size_18{font-size:15px}
    .texto_size_19{font-size:16px}
    .texto_size_20{font-size:17px}
    .texto_size_21{font-size:18px}
    .texto_size_22{font-size:19px}
    .texto_size_23{font-size:20px}
    .texto_size_24{font-size:21px}
    .texto_size_25{font-size:25px}
    .texto_size_26{font-size:26px}
    .texto_size_27{font-size:27px}
    .texto_size_28{font-size:28px}
    .texto_size_29{font-size:29px}
    .texto_size_30{font-size:30px}
    .texto_size_31{font-size:31px}
    .texto_size_32{font-size:32px}
    .texto_size_33{font-size:33px}
    .texto_size_34{font-size:34px}
    .texto_size_35{font-size:35px}
    .texto_size_36{font-size:36px}
    .texto_size_37{font-size:37px}
    .texto_size_38{font-size:38px}
    .texto_size_39{font-size:39px}
    .texto_size_40{font-size:40px}
    .texto_size_41{font-size:41px}
    .texto_size_42{font-size:42px}
    .texto_size_43{font-size:43px}
    .texto_size_44{font-size:44px}
    .texto_size_45{font-size:45px}
    .texto_size_46{font-size:46px}
    .texto_size_47{font-size:47px}
    .texto_size_48{font-size:48px}
    .texto_size_49{font-size:49px}
    .texto_size_50{font-size:50px}
    .texto_size_51{font-size:51px}
    .texto_size_52{font-size:52px}
    .texto_size_53{font-size:53px}
    .texto_size_54{font-size:54px}
    .texto_size_55{font-size:55px}
    .texto_size_56{font-size:56px}
    .texto_size_57{font-size:57px}
    .texto_size_58{font-size:58px}
    .texto_size_59{font-size:59px}
    .texto_size_60{font-size:60px}
    .texto_size_61{font-size:61px}
    .texto_size_62{font-size:62px}
    .texto_size_63{font-size:63px}
    .texto_size_64{font-size:64px}
    .texto_size_65{font-size:65px}
    .texto_size_66{font-size:66px}
    .texto_size_67{font-size:67px}
    .texto_size_68{font-size:68px}
    .texto_size_69{font-size:69px}
    .texto_size_70{font-size:70px}
    .texto_size_71{font-size:71px}
    .texto_size_72{font-size:72px}
    .texto_size_73{font-size:73px}
    .texto_size_74{font-size:74px}
    .texto_size_75{font-size:75px}
    .texto_size_76{font-size:76px}
    .texto_size_77{font-size:77px}
    .texto_size_78{font-size:78px}
    .texto_size_79{font-size:79px}
    .texto_size_80{font-size:80px}
    .texto_size_81{font-size:81px}
    .texto_size_82{font-size:82px}
    .texto_size_83{font-size:83px}
    .texto_size_84{font-size:84px}
    .texto_size_85{font-size:85px}
    .texto_size_86{font-size:86px}
    .texto_size_87{font-size:87px}
    .texto_size_88{font-size:88px}
    .texto_size_89{font-size:89px}
    .texto_size_90{font-size:90px}
    .texto_size_91{font-size:91px}
    .texto_size_92{font-size:92px}
    .texto_size_93{font-size:93px}
    .texto_size_94{font-size:94px}
    .texto_size_95{font-size:95px}
    .texto_size_96{font-size:96px}
    .texto_size_97{font-size:97px}
    .texto_size_98{font-size:98px}
    .texto_size_99{font-size:99px}
    .texto_size_100{font-size:100px}
    .texto_size_101{font-size:101px}
    .texto_size_102{font-size:102px}
    .texto_size_103{font-size:103px}
    .texto_size_104{font-size:104px}
    .texto_size_105{font-size:105px}
    .texto_size_106{font-size:106px}
    .texto_size_107{font-size:107px}
    .texto_size_108{font-size:108px}
    .texto_size_109{font-size:109px}
    .texto_size_110{font-size:110px}
}